* 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:
@@ -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.
|
||||||
@@ -146,13 +137,4 @@ SmeServer documentation:<a href="https://wiki.contribs.org/Ddclient">https://wik
|
|||||||
'Interface' => 'IP from interface',
|
'Interface' => 'IP from interface',
|
||||||
'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;
|
|
Reference in New Issue
Block a user