* Sat Oct 04 2025 Brian Read <brianr@koozali.org> 1.4-12.sme
- Delete en.pm and create .lex file if needed [SME: 13214]
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
package SrvMngr::I18N::Modules::Dungog_domains::en;
|
||||
use strict;
|
||||
use warnings;
|
||||
use utf8;
|
||||
use Mojo::Base 'SrvMngr::I18N';
|
||||
|
||||
use SrvMngr::I18N::Modules::General::en;
|
||||
|
||||
my %lexicon = (
|
||||
'ddo_title' =>'Domain Pseudonyms',
|
||||
'ddo_Final_Save' => 'Settings saved and email restarted.',
|
||||
'ddo_Intro' => 'Set pseudonyms specifically for a single domain,<br>This panel just shows the pseudonyms for a each single domain.<br>See also the <a href="/smanager/pseudonyms">Pseudonyms</a> panel to set global pseudonyms.<br>Documentation: <a href="https://wiki.contribs.org/Domains">https://wiki.contribs.org/Domains</a>',
|
||||
@@ -52,14 +43,3 @@ For full access delegate this panel, dungog-domains.',
|
||||
'ddo_alternative_admin' => 'Alternative administrator:',
|
||||
'ddo_restrict_to_group'=>'Restrict the userlist in the email dropdown box to the Administrator or members of a group',
|
||||
'ddo_Alternative_group'=>'Alternative group:'
|
||||
|
||||
|
||||
);
|
||||
|
||||
our %Lexicon = (
|
||||
%{ SrvMngr::I18N::Modules::General::en::Lexicon },
|
||||
%lexicon
|
||||
);
|
||||
|
||||
|
||||
1;
|
Reference in New Issue
Block a user