/[smecontribs]/rpms/smeserver-ddclient/contribs7/smeserver-ddclient-1.0.0-add2general.patch
ViewVC logotype

Diff of /rpms/smeserver-ddclient/contribs7/smeserver-ddclient-1.0.0-add2general.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by snetram, Sat Apr 26 21:21:19 2008 UTC Revision 1.2 by slords, Mon Apr 28 17:54:17 2008 UTC
# Line 1  Line 1 
1  --- smeserver-ddclient-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient.add2general       2008-04-23 15:12:36.000000000 +0200  --- smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient.add2general        2006-11-12 08:11:56.000000000 -0700
2  +++ smeserver-ddclient-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient   2008-04-26 23:08:07.000000000 +0200  +++ smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient    2008-04-28 11:52:29.000000000 -0600
 @@ -1,249 +1,215 @@  
 -<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>DOMAIN</base>  
 -        <trans>  
 -         Domain  
 -        </trans>  
 -    </entry>  
 -    <entry>  
 -        <base>DESCRIPTION</base>  
 -        <trans>  
 -         Description  
 -        </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>DOMAIN_NAME_LABEL</base>  
 -        <trans>  
 -         Domain name  
 -        </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>DESCRIPTION_LABEL</base>  
 -        <trans>  
 -         Brief description  
 -        </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>CONTENT_LABEL</base>  
 -        <trans>  
 -         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>Configuration</base>  
 -        <trans>Configuration</trans>  
 -    </entry>  
 -    <entry>  
 -        <base>ddclient</base>  
 -        <trans>Dynamic Clients</trans>  
 -    </entry>  
 -</lexicon>  
 +<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>ddclient</base>  
 +        <trans>Dynamic Clients</trans>  
 +    </entry>  
 +</lexicon>  
 --- smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient.add2general        2006-11-12 16:11:56.000000000 +0100  
 +++ smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient    2008-04-26 23:18:04.000000000 +0200  
3  @@ -218,7 +218,7 @@  @@ -218,7 +218,7 @@
4    
5          print $q->Tr (esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('DOMAIN'))),          print $q->Tr (esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('DOMAIN'))),
# Line 503  Line 36 
36                  esmith::cgi::genCell ($q, $properties {'Description'})),                  esmith::cgi::genCell ($q, $properties {'Description'})),
37    
38           $q->Tr (esmith::cgi::genCell ($q,           $q->Tr (esmith::cgi::genCell ($q,
39  @@ -799,7 +799,7 @@  @@ -716,302 +716,4 @@
40    
41     #################################################################################################
42    
43    -
44     __DATA__
45    -<form>
46    -    <lexicon lang="en-us">
47    -    <entry>
48    -        <base>FORM_TITLE</base>
49    -        <trans>
50    -        Create, remove or change the publication of virtual domains
51    -        </trans>
52    -    </entry>
53    -    <entry>
54    -        <base>OPERATION_STATUS_REPORT</base>
55    -        <trans>
56    -        Operation status report
57    -        </trans>
58    -    </entry>
59    -    <entry>
60    -        <base>FORM_DESCRIPTION</base>
61    -        <trans>
62    -        virtual domain for publication on the net.
63    -        </trans>
64    -    </entry>
65    -    <entry>
66    -        <base>NO_VIRTUAL_DOMAINS</base>
67    -        <trans>
68    -        There are no virtual domains in the system.
69    -        </trans>
70    -    </entry>
71    -    <entry>
72    -        <base>CURRENT_LIST_OF_DOMAINS</base>
73    -        <trans>
74    -        Current list of virtual domains
75    -        </trans>
76    -    </entry>
77    -    <entry>
78    -        <base>PUBLICATION</base>
79    -        <trans>
80    -        publication
81    -        </trans>
82    -    </entry>
83    -    <entry>
84    -        <base>DOMAIN</base>
85    -        <trans>
86    -        Domain
87    -        </trans>
88    -    </entry>
89    -    <entry>
90    -        <base>DESCRIPTION</base>
91    -        <trans>
92    -        Description
93    -        </trans>
94    -    </entry>
95    -    <entry>
96    -        <base>PRIMARY_SITE</base>
97    -        <trans>
98    -        primary site
99    -        </trans>
100    -    </entry>
101    -    <entry>
102    -        <base>CONTENT</base>
103    -        <trans>
104    -        {$content} i-bay
105    -        </trans>
106    -    </entry>
107    -    <entry>
108    -        <base>CREATE</base>
109    -        <trans>Create</trans>
110    -    </entry>
111    -    <entry>
112    -        <base>MODIFY</base>
113    -        <trans>Modify</trans>
114    -    </entry>
115    -    <entry>
116    -        <base>REMOVE</base>
117    -        <trans>Remove</trans>
118    -    </entry>
119    -    <entry>
120    -        <base>CREATE_TITLE</base>
121    -        <trans>
122    -        Create a new publication virtual domain
123    -        </trans>
124    -    </entry>
125    -    <entry>
126    -        <base>DOMAIN_NAME_LABEL</base>
127    -        <trans>
128    -        Domain name
129    -        </trans>
130    -    </entry>
131    -    <entry>
132    -        <base>SERVERS_LABEL</base>
133    -        <trans>
134    -        where to publish
135    -        </trans>
136    -    </entry>
137    -    <entry>
138    -        <base>DELETE</base>
139    -        <trans>
140    -        Delete...
141    -       </trans>
142    -    </entry>
143    -    <entry>
144    -            <base>MX</base>
145    -           <trans>
146    -           record MX
147    -            </trans>
148    -    </entry>
149    -    <entry>
150    -        <base>NAME_LABEL</base>
151    -        <trans>
152    -        login to publish
153    -        </trans>
154    -    </entry>
155    -    <entry>
156    -        <base>PASSWORD_LABEL</base>
157    -        <trans>
158    -        password to publish
159    -        </trans>
160    -    </entry>
161    -    <entry>
162    -        <base>DESCRIPTION_LABEL</base>
163    -        <trans>
164    -        Brief description
165    -        </trans>
166    -    </entry>
167    -    <entry>
168    -        <base>CONTENT_FIELD_DESCRIPTION</base>
169    -        <trans>
170    -        For the web site, you may choose your primary web site or any
171    -        i-bay as the content.
172    -        </trans>
173    -    </entry>
174    -    <entry>
175    -        <base>CONTENT_LABEL</base>
176    -        <trans>
177    -        Content
178    -        </trans>
179    -    </entry>
180    -    <entry>
181    -        <base>CREATE</base>
182    -        <trans>Create</trans>
183    -    </entry>
184    -    <entry>
185    -        <base>DOMAIN_NAME_VALIDATION_ERROR</base>
186    -        <trans>
187    -        Error: unexpected or missing characters in domain name
188    -        {$domainName}.  The domain name should contain one or more
189    -        letters, numbers, periods and minus signs.  Did not create new
190    -        domain.
191    -        </trans>
192    -    </entry>
193    -    <entry>
194    -        <base>DOMAIN_DESCRIPTION_VALIDATION_ERROR</base>
195    -        <trans>
196    -        Error: unexpected or missing characters in domain description
197    -        {$domainDesc}.  Did not create new domain.
198    -        </trans>
199    -    </entry>
200    -    <entry>
201    -        <base>DOMAIN_IN_USE_ERROR</base>
202    -        <trans>
203    -        Error: domain {$domainName} is already in use.  Did not create
204    -        new domain.
205    -        </trans>
206    -    </entry>
207    -    <entry>
208    -        <base>RESERVED_SECURE_DOMAIN_ERROR</base>
209    -        <trans>
210    -        Error: domain {$domainName} is reserved to provide a secured
211    -        webserver for the virtual domain {$key}.  Did not create new
212    -        domain.
213    -        </trans>
214    -    </entry>
215    -    <entry>
216    -        <base>SYSTEM_DOMAIN_ERROR</base>
217    -        <trans>
218    -        Error: domain {$domainName} is your system domain name.  You
219    -        cannot have a virtual domain with the same name.  Did not create
220    -        new domain.
221    -        </trans>
222    -    </entry>
223    -    <entry>
224    -        <base>RESERVED_SECURE_SYSTEM_DOMAIN_ERROR</base>
225    -        <trans>
226    -        Error: domain {$domainName} is reserved to provide a secured
227    -        webserver for your system domain name {$systemDomain}.  Did not
228    -        create new domain.
229    -        </trans>
230    -    </entry>
231    -    <entry>
232    -        <base>SUCCESSFULLY_CREATED</base>
233    -        <trans>
234    -        Successfully publication domain {$domainName} on {$dns}.
235    -        </trans>
236    -    </entry>
237    -    <entry>
238    -        <base>MODIFY_TITLE</base>
239    -        <trans>
240    -        Modify virtual domain
241    -        </trans>
242    -    </entry>
243    -    <entry>
244    -        <base>NONEXISTENT_DOMAIN_ERROR</base>
245    -        <trans>
246    -        Error: {$domainName} is not an existing domain.
247    -        </trans>
248    -    </entry>
249    -    <entry>
250    -        <base>SUCCESSFULLY_MODIFIED</base>
251    -        <trans>
252    -        Successfully modified the publication {$domainName} on {$dns}.
253    -        </trans>
254    -    </entry>
255    -    <entry>
256    -        <base>REMOVE_TITLE</base>
257    -        <trans>
258    -        Remove publication of virtual domain
259    -        </trans>
260    -    </entry>
261    -    <entry>
262    -        <base>REMOVE_DESCRIPTION</base>
263    -        <trans>
264    -        <![CDATA[
265    -        <p>
266    -        You are about to remove the publication of domain {$domain}
267    -        ({$domainDesc}) on {$dns}.  
268    -        </p>
269    -        <p>
270    -        <b>Are you sure you wish to remove this domain's publication ?</b>
271    -        </p>
272    -        ]]>
273    -        </trans>
274    -    </entry>
275    -    <entry>
276    -        <base>ERROR_WHILE_REMOVING_DOMAIN</base>
277    -        <trans>
278    -        Error: internal failure while removing publictaion of
279    -        {$domain}.
280    -        </trans>
281    -    </entry>
282    -    <entry>
283    -        <base>SUCCESSFULLY_DELETED</base>
284    -        <trans>
285    -        Successfully deleted publication of {$domain} on {$dns}.
286    -        </trans>
287    -    </entry>
288    -
289    -
290    -       <entry>
291    -           <base>DYNDNS1</base>
292    -           <trans>dyndns.org dynamic addresses</trans>
293    -       </entry>
294    -
295    -       <entry>
296    -           <base>DYNDNS2</base>
297    -           <trans>dyndns.org static addresses</trans>
298    -       </entry>
299    -
300    -       <entry>
301    -           <base>DYNDNS3</base>
302    -           <trans>dyndns.org custom addresses</trans>
303    -       </entry>
304    -
305    -       <entry>
306    -           <base>ZONEDIT</base>
307    -           <trans>ZoneEdit (zoneedit.com)</trans>
308    -       </entry>
309    -
310    -       <entry>
311    -           <base>EASYDNS</base>
312    -           <trans>EasyDNS (easydns.com)</trans>
313    -       </entry>
314    -
315    -       <entry>
316    -           <base>HAMMER</base>
317    -           <trans>Hammernode (hn.org) dynamic addresses</trans>
318    -       </entry>
319    -      
320    -       <entry>
321    -           <base>DSLREPORTS</base>
322    -           <trans>dslreports.com dynamic-host monitoring</trans>
323    -       </entry>
324    -
325    -       <entry>
326    -           <base>EURODYNDNS</base>
327    -           <trans>eurodyndns.org dynamic adresses</trans>
328    -       </entry>
329    -
330    -
331    -        <entry>
332    -            <base>Configuration</base>
333    -            <trans>Configuration</trans>
334    -        </entry>
335    -        <entry>
336    -            <base>ddclient</base>
337    -            <trans>Dynamic Clients</trans>
338    -        </entry>
339    -
340    -</lexicon>
341    -</form>
342    --- smeserver-ddclient-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient.add2general       2008-04-28 11:49:19.000000000 -0600
343    +++ smeserver-ddclient-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient   2008-04-28 11:50:20.000000000 -0600
344    @@ -30,18 +30,6 @@
345           </trans>           </trans>
346       </entry>       </entry>
347       <entry>       <entry>
348  -        <base>DOMAIN_NAME_LABEL</base>  -        <base>DOMAIN</base>
349  +        <base>DOMAIN_NAME</base>  -        <trans>
350    -         Domain
351    -        </trans>
352    -    </entry>
353    -    <entry>
354    -        <base>DESCRIPTION</base>
355    -        <trans>
356    -         Description
357    -        </trans>
358    -    </entry>
359    -    <entry>
360             <base>PRIMARY_SITE</base>
361           <trans>           <trans>
362           Domain name            primary site
363    @@ -60,12 +48,6 @@
364           </trans>           </trans>
365  @@ -835,7 +835,7 @@       </entry>
366         <entry>
367    -        <base>DOMAIN_NAME_LABEL</base>
368    -        <trans>
369    -         Domain name
370    -        </trans>
371    -    </entry>
372    -    <entry>
373             <base>SERVERS_LABEL</base>
374             <trans>
375              where to publish
376    @@ -90,24 +72,12 @@
377           </trans>           </trans>
378       </entry>       </entry>
379       <entry>       <entry>
380  -        <base>DESCRIPTION_LABEL</base>  -        <base>DESCRIPTION_LABEL</base>
381  +        <base>DESCRIPTION_BRIEF</base>  -        <trans>
382    -         Brief description
383    -        </trans>
384    -    </entry>
385    -    <entry>
386             <base>CONTENT_FIELD_DESCRIPTION</base>
387           <trans>           <trans>
388           Brief description            For the web site, you may choose your primary web site or any i-bay as the content.
          </trans>  
 @@ -848,7 +848,7 @@  
389           </trans>           </trans>
390       </entry>       </entry>
391       <entry>       <entry>
392  -        <base>CONTENT_LABEL</base>  -        <base>CONTENT_LABEL</base>
393  +        <base>CONTENT</base>  -        <trans>
394    -         Content
395    -        </trans>
396    -    </entry>
397    -    <entry>
398             <base>DOMAIN_NAME_VALIDATION_ERROR</base>
399           <trans>           <trans>
400           Content            Error: unexpected or missing characters in domain name
401           </trans>  @@ -239,10 +209,6 @@
402             <trans>eurodyndns.org dynamic adresses</trans>
403         </entry>
404         <entry>
405    -        <base>Configuration</base>
406    -        <trans>Configuration</trans>
407    -    </entry>
408    -    <entry>
409             <base>ddclient</base>
410             <trans>Dynamic Clients</trans>
411         </entry>


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed