* Fri Oct 03 2025 Brian Read <brianr@koozali.org> 11.0.0-6.sme

- Convert en.pm to .lex file [SME: 13212]
This commit is contained in:
2025-10-03 15:03:38 +01:00
parent 16ae00bc97
commit 984ae1a18a

View File

@@ -1,12 +1,3 @@
package SrvMngr::I18N::Modules::Ddclient::en;
use strict;
use warnings;
use utf8;
use Mojo::Base 'SrvMngr::I18N';
use SrvMngr::I18N::Modules::General::en;
my %lexicon = (
'FORM_TITLE' => 'Create, remove or change the publication of virtual domains', 'FORM_TITLE' => 'Create, remove or change the publication of virtual domains',
'Params_for_IP_Retrieval'=>' Parameters to control how the IP of your server is found:', 'Params_for_IP_Retrieval'=>' Parameters to control how the IP of your server is found:',
'DESCRIPTION'=> 'Use this contrib when you have a sme server connected to a ISP service using a dynamic IP, and you wish to host multiple domains. 'DESCRIPTION'=> 'Use this contrib when you have a sme server connected to a ISP service using a dynamic IP, and you wish to host multiple domains.
@@ -147,12 +138,3 @@ SmeServer documentation:<a href="https://wiki.contribs.org/Ddclient">https://wik
'IP' => 'Manual IP setting', 'IP' => 'Manual IP setting',
'Command' => 'Command to execute', 'Command' => 'Command to execute',
'RETRIEVE_IP' => 'IP to manually force' 'RETRIEVE_IP' => 'IP to manually force'
);
our %Lexicon = (
%{ SrvMngr::I18N::Modules::General::en::Lexicon },
%lexicon
);
1;