initial commit of file from CVS for smeserver-ddclient on Sat Sep 7 19:50:30 AEST 2024
This commit is contained in:
352
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient
Normal file
352
root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient
Normal file
@@ -0,0 +1,352 @@
|
||||
<lexicon lang="en-us">
|
||||
<entry>
|
||||
<base>FORM_TITLE</base>
|
||||
<trans>
|
||||
Create, remove or change the publication of virtual domains
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FORM_DESCRIPTION</base>
|
||||
<trans>
|
||||
virtual domain for publication on the net.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NO_VIRTUAL_DOMAINS</base>
|
||||
<trans>
|
||||
There are no virtual domains in the system.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CURRENT_LIST_OF_DOMAINS</base>
|
||||
<trans>
|
||||
Current list of virtual domains
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PUBLICATION</base>
|
||||
<trans>
|
||||
publication
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PRIMARY_SITE</base>
|
||||
<trans>
|
||||
primary site
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CONTENT</base>
|
||||
<trans>
|
||||
{$content} i-bay
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CREATE_TITLE</base>
|
||||
<trans>
|
||||
Create a new publication virtual domain
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SERVERS_LABEL</base>
|
||||
<trans>
|
||||
where to publish
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MX</base>
|
||||
<trans>
|
||||
record MX
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAME_LABEL</base>
|
||||
<trans>
|
||||
login to publish
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>PASSWORD_LABEL</base>
|
||||
<trans>
|
||||
password to publish
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CONTENT_FIELD_DESCRIPTION</base>
|
||||
<trans>
|
||||
For the web site, you may choose your primary web site or any i-bay as the content.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DOMAIN_NAME_VALIDATION_ERROR</base>
|
||||
<trans>
|
||||
Error: unexpected or missing characters in domain name
|
||||
{$domainName}. The domain name should contain one or more
|
||||
letters, numbers, periods and minus signs. Did not create new
|
||||
domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DOMAIN_DESCRIPTION_VALIDATION_ERROR</base>
|
||||
<trans>
|
||||
Error: unexpected or missing characters in domain description
|
||||
{$domainDesc}. Did not create new domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DOMAIN_IN_USE_ERROR</base>
|
||||
<trans>
|
||||
Error: domain {$domainName} is already in use. Did not create new domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RESERVED_SECURE_DOMAIN_ERROR</base>
|
||||
<trans>
|
||||
Error: domain {$domainName} is reserved to provide a secured
|
||||
webserver for the virtual domain {$key}. Did not create new domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SYSTEM_DOMAIN_ERROR</base>
|
||||
<trans>
|
||||
Error: domain {$domainName} is your system domain name. You
|
||||
cannot have a virtual domain with the same name. Did not create new domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RESERVED_SECURE_SYSTEM_DOMAIN_ERROR</base>
|
||||
<trans>
|
||||
Error: domain {$domainName} is reserved to provide a secured
|
||||
webserver for your system domain name {$systemDomain}. Did not create new domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_CREATED</base>
|
||||
<trans>
|
||||
Successfully publication domain {$domainName} on {$dns}.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>MODIFY_TITLE</base>
|
||||
<trans>
|
||||
Modify virtual domain
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NONEXISTENT_DOMAIN_ERROR</base>
|
||||
<trans>
|
||||
Error: {$domainName} is not an existing domain.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED</base>
|
||||
<trans>
|
||||
Successfully modified the publication {$domainName} on {$dns}.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>REMOVE_TITLE</base>
|
||||
<trans>
|
||||
Remove publication of virtual domain
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>REMOVE_DESCRIPTION</base>
|
||||
<trans>
|
||||
<![CDATA[
|
||||
<p>
|
||||
You are about to remove the publication of domain {$domain}
|
||||
({$domainDesc}) on {$dns}.
|
||||
</p>
|
||||
<p>
|
||||
<b>Are you sure you wish to remove this domain's publication ?</b>
|
||||
</p>
|
||||
]]>
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ERROR_WHILE_REMOVING_DOMAIN</base>
|
||||
<trans>
|
||||
Error: internal failure while removing publictaion of {$domain}.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_DELETED</base>
|
||||
<trans>
|
||||
Successfully deleted publication of {$domain} on {$dns}.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DYNDNS1</base>
|
||||
<trans>dyndns.org dynamic addresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DYNDNS2</base>
|
||||
<trans>dyndns.org static addresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DYNDNS3</base>
|
||||
<trans>dyndns.org custom addresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ZONEDIT</base>
|
||||
<trans>ZoneEdit (zoneedit.com)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EASYDNS</base>
|
||||
<trans>EasyDNS (easydns.com)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>HAMMER</base>
|
||||
<trans>Hammernode (hn.org) dynamic addresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DSLREPORTS</base>
|
||||
<trans>dslreports.com dynamic-host monitoring</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>EURODYNDNS</base>
|
||||
<trans>eurodyndns.org dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DTDNS</base>
|
||||
<trans>DtDNS (www.dtdns.com) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>LOOPIA</base>
|
||||
<trans>Loopia (loopia.se) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DNSPARK</base>
|
||||
<trans> Dnspark (dnspark.com) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DYNHOST</base>
|
||||
<trans> DynHost (ovh.com) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NOIP</base>
|
||||
<trans> NoIP (noip.com) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CHANGEIP</base>
|
||||
<trans> ChangeIP (changeip.com) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>NAMECHEAP</base>
|
||||
<trans> NAMECHEAP (namecheap.com) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SPDNS</base>
|
||||
<trans> SPDNS (spdns.de) dynamic adresses</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CUSTOMDNS</base>
|
||||
<trans>Custom Dynamic DNS Provider</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CUSTOMDNS_LABEL</base>
|
||||
<trans>Custom server Address</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CUSTOM_PROTOCOL_LABEL</base>
|
||||
<trans>Custom ddclient Protocol</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CUSTOM_DESCRIPTION</base>
|
||||
<trans>You can use a custom dynamic dns provider if yours is not in the published list. Please fill the custom fields with the appropriate settings</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>CUSTOMDNS_VALIDATION_ERROR</base>
|
||||
<trans>
|
||||
Error: unexpected or missing characters in custom server address field of domain
|
||||
{$domainName}. The server address should contain one or more
|
||||
letters, numbers, periods and minus signs. Did not apply the change.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>ddclient</base>
|
||||
<trans>Dynamic Clients</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DOMAIN_NAME_ALREADY_EXIST</base>
|
||||
<trans>Error: this domain:"{$domainName}" already exists. Please chose another.
|
||||
</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>FREE_FORM_DESCRIPTION</base>
|
||||
<trans>Here you can create any domain name to publish over the net.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_SSL</base>
|
||||
<trans>SSL update</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_DEAMONUPDATE</base>
|
||||
<trans>Deamon update (seconds)</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_URLCHECKIP</base>
|
||||
<trans>Url for the external IP</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>APPLY</base>
|
||||
<trans>Save</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DOMAIN_NAME_LABEL</base>
|
||||
<trans>Domain Name</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>DESCRIPTION_LABEL</base>
|
||||
<trans>Domain description</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SUCCESSFULLY_MODIFIED_RETRIEVE_IP</base>
|
||||
<trans>You have successfully modified the retrieve IP options.</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_METHOD</base>
|
||||
<trans>Method to retrieve new IP:</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_IF</base>
|
||||
<trans>Local interface to get new IP, if selected interface method</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_CMD</base>
|
||||
<trans>Comand to execute to get IP, if selected comand method</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SME external Interface</base>
|
||||
<trans>SME external interface</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>SME configuration DB</base>
|
||||
<trans>SME configuration DB</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>web</base>
|
||||
<trans>Web query</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Interface</base>
|
||||
<trans>IP from interface</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>IP</base>
|
||||
<trans>Manual IP setting</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>Command</base>
|
||||
<trans>Command to execute</trans>
|
||||
</entry>
|
||||
<entry>
|
||||
<base>RETRIEVE_IP</base>
|
||||
<trans>IP to manually force</trans>
|
||||
</entry>
|
||||
|
||||
|
||||
|
||||
|
||||
</lexicon>
|
Reference in New Issue
Block a user