diff --git a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/ddclient_en.lex similarity index 96% rename from root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm rename to root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/ddclient_en.lex index ce65a20..693fd65 100644 --- a/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/en.pm +++ b/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Ddclient/ddclient_en.lex @@ -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', '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. @@ -146,13 +137,4 @@ SmeServer documentation:https://wik 'Interface' => 'IP from interface', 'IP' => 'Manual IP setting', 'Command' => 'Command to execute', -'RETRIEVE_IP' => 'IP to manually force' -); - -our %Lexicon = ( - %{ SrvMngr::I18N::Modules::General::en::Lexicon }, - %lexicon -); - - -1; +'RETRIEVE_IP' => 'IP to manually force' \ No newline at end of file