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

Annotation 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


Revision 1.1 - (hide annotations) (download)
Sat Apr 26 21:21:19 2008 UTC (16 years, 1 month ago) by snetram
Branch: MAIN
* Sat Apr 26 2008 Jonathan Martens  <smeserver-contribs@snetram.nl> 1.0.0-4
- Added 26 April 2008 locale patch
- Add common <base> tags to e-smith-formmagick's general

1 snetram 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
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
3     @@ -1,249 +1,215 @@
4     -<lexicon lang="en-us">
5     - <entry>
6     - <base>FORM_TITLE</base>
7     - <trans>
8     - Create, remove or change the publication of virtual domains
9     - </trans>
10     - </entry>
11     - <entry>
12     - <base>FORM_DESCRIPTION</base>
13     - <trans>
14     - virtual domain for publication on the net.
15     - </trans>
16     - </entry>
17     - <entry>
18     - <base>NO_VIRTUAL_DOMAINS</base>
19     - <trans>
20     - There are no virtual domains in the system.
21     - </trans>
22     - </entry>
23     - <entry>
24     - <base>CURRENT_LIST_OF_DOMAINS</base>
25     - <trans>
26     - Current list of virtual domains
27     - </trans>
28     - </entry>
29     - <entry>
30     - <base>PUBLICATION</base>
31     - <trans>
32     - publication
33     - </trans>
34     - </entry>
35     - <entry>
36     - <base>DOMAIN</base>
37     - <trans>
38     - Domain
39     - </trans>
40     - </entry>
41     - <entry>
42     - <base>DESCRIPTION</base>
43     - <trans>
44     - Description
45     - </trans>
46     - </entry>
47     - <entry>
48     - <base>PRIMARY_SITE</base>
49     - <trans>
50     - primary site
51     - </trans>
52     - </entry>
53     - <entry>
54     - <base>CONTENT</base>
55     - <trans>
56     - {$content} i-bay
57     - </trans>
58     - </entry>
59     - <entry>
60     - <base>CREATE_TITLE</base>
61     - <trans>
62     - Create a new publication virtual domain
63     - </trans>
64     - </entry>
65     - <entry>
66     - <base>DOMAIN_NAME_LABEL</base>
67     - <trans>
68     - Domain name
69     - </trans>
70     - </entry>
71     - <entry>
72     - <base>SERVERS_LABEL</base>
73     - <trans>
74     - where to publish
75     - </trans>
76     - </entry>
77     - <entry>
78     - <base>MX</base>
79     - <trans>
80     - record MX
81     - </trans>
82     - </entry>
83     - <entry>
84     - <base>NAME_LABEL</base>
85     - <trans>
86     - login to publish
87     - </trans>
88     - </entry>
89     - <entry>
90     - <base>PASSWORD_LABEL</base>
91     - <trans>
92     - password to publish
93     - </trans>
94     - </entry>
95     - <entry>
96     - <base>DESCRIPTION_LABEL</base>
97     - <trans>
98     - Brief description
99     - </trans>
100     - </entry>
101     - <entry>
102     - <base>CONTENT_FIELD_DESCRIPTION</base>
103     - <trans>
104     - For the web site, you may choose your primary web site or any i-bay as the content.
105     - </trans>
106     - </entry>
107     - <entry>
108     - <base>CONTENT_LABEL</base>
109     - <trans>
110     - Content
111     - </trans>
112     - </entry>
113     - <entry>
114     - <base>DOMAIN_NAME_VALIDATION_ERROR</base>
115     - <trans>
116     - Error: unexpected or missing characters in domain name
117     - {$domainName}. The domain name should contain one or more
118     - letters, numbers, periods and minus signs. Did not create new
119     - domain.
120     - </trans>
121     - </entry>
122     - <entry>
123     - <base>DOMAIN_DESCRIPTION_VALIDATION_ERROR</base>
124     - <trans>
125     - Error: unexpected or missing characters in domain description
126     - {$domainDesc}. Did not create new domain.
127     - </trans>
128     - </entry>
129     - <entry>
130     - <base>DOMAIN_IN_USE_ERROR</base>
131     - <trans>
132     - Error: domain {$domainName} is already in use. Did not create new domain.
133     - </trans>
134     - </entry>
135     - <entry>
136     - <base>RESERVED_SECURE_DOMAIN_ERROR</base>
137     - <trans>
138     - Error: domain {$domainName} is reserved to provide a secured
139     - webserver for the virtual domain {$key}. Did not create new domain.
140     - </trans>
141     - </entry>
142     - <entry>
143     - <base>SYSTEM_DOMAIN_ERROR</base>
144     - <trans>
145     - Error: domain {$domainName} is your system domain name. You
146     - cannot have a virtual domain with the same name. Did not create new domain.
147     - </trans>
148     - </entry>
149     - <entry>
150     - <base>RESERVED_SECURE_SYSTEM_DOMAIN_ERROR</base>
151     - <trans>
152     - Error: domain {$domainName} is reserved to provide a secured
153     - webserver for your system domain name {$systemDomain}. Did not create new domain.
154     - </trans>
155     - </entry>
156     - <entry>
157     - <base>SUCCESSFULLY_CREATED</base>
158     - <trans>
159     - Successfully publication domain {$domainName} on {$dns}.
160     - </trans>
161     - </entry>
162     - <entry>
163     - <base>MODIFY_TITLE</base>
164     - <trans>
165     - Modify virtual domain
166     - </trans>
167     - </entry>
168     - <entry>
169     - <base>NONEXISTENT_DOMAIN_ERROR</base>
170     - <trans>
171     - Error: {$domainName} is not an existing domain.
172     - </trans>
173     - </entry>
174     - <entry>
175     - <base>SUCCESSFULLY_MODIFIED</base>
176     - <trans>
177     - Successfully modified the publication {$domainName} on {$dns}.
178     - </trans>
179     - </entry>
180     - <entry>
181     - <base>REMOVE_TITLE</base>
182     - <trans>
183     - Remove publication of virtual domain
184     - </trans>
185     - </entry>
186     - <entry>
187     - <base>REMOVE_DESCRIPTION</base>
188     - <trans>
189     - <![CDATA[
190     - <p>
191     - You are about to remove the publication of domain {$domain}
192     - ({$domainDesc}) on {$dns}.
193     - </p>
194     - <p>
195     - <b>Are you sure you wish to remove this domain's publication ?</b>
196     - </p>
197     - ]]>
198     - </trans>
199     - </entry>
200     - <entry>
201     - <base>ERROR_WHILE_REMOVING_DOMAIN</base>
202     - <trans>
203     - Error: internal failure while removing publictaion of {$domain}.
204     - </trans>
205     - </entry>
206     - <entry>
207     - <base>SUCCESSFULLY_DELETED</base>
208     - <trans>
209     - Successfully deleted publication of {$domain} on {$dns}.
210     - </trans>
211     - </entry>
212     - <entry>
213     - <base>DYNDNS1</base>
214     - <trans>dyndns.org dynamic addresses</trans>
215     - </entry>
216     - <entry>
217     - <base>DYNDNS2</base>
218     - <trans>dyndns.org static addresses</trans>
219     - </entry>
220     - <entry>
221     - <base>DYNDNS3</base>
222     - <trans>dyndns.org custom addresses</trans>
223     - </entry>
224     - <entry>
225     - <base>ZONEDIT</base>
226     - <trans>ZoneEdit (zoneedit.com)</trans>
227     - </entry>
228     - <entry>
229     - <base>EASYDNS</base>
230     - <trans>EasyDNS (easydns.com)</trans>
231     - </entry>
232     - <entry>
233     - <base>HAMMER</base>
234     - <trans>Hammernode (hn.org) dynamic addresses</trans>
235     - </entry>
236     - <entry>
237     - <base>DSLREPORTS</base>
238     - <trans>dslreports.com dynamic-host monitoring</trans>
239     - </entry>
240     - <entry>
241     - <base>EURODYNDNS</base>
242     - <trans>eurodyndns.org dynamic adresses</trans>
243     - </entry>
244     - <entry>
245     - <base>Configuration</base>
246     - <trans>Configuration</trans>
247     - </entry>
248     - <entry>
249     - <base>ddclient</base>
250     - <trans>Dynamic Clients</trans>
251     - </entry>
252     -</lexicon>
253     +<lexicon lang="en-us">
254     + <entry>
255     + <base>FORM_TITLE</base>
256     + <trans>
257     + Create, remove or change the publication of virtual domains
258     + </trans>
259     + </entry>
260     + <entry>
261     + <base>FORM_DESCRIPTION</base>
262     + <trans>
263     + virtual domain for publication on the net.
264     + </trans>
265     + </entry>
266     + <entry>
267     + <base>NO_VIRTUAL_DOMAINS</base>
268     + <trans>
269     + There are no virtual domains in the system.
270     + </trans>
271     + </entry>
272     + <entry>
273     + <base>CURRENT_LIST_OF_DOMAINS</base>
274     + <trans>
275     + Current list of virtual domains
276     + </trans>
277     + </entry>
278     + <entry>
279     + <base>PUBLICATION</base>
280     + <trans>
281     + publication
282     + </trans>
283     + </entry>
284     + <entry>
285     + <base>PRIMARY_SITE</base>
286     + <trans>
287     + primary site
288     + </trans>
289     + </entry>
290     + <entry>
291     + <base>CONTENT</base>
292     + <trans>
293     + {$content} i-bay
294     + </trans>
295     + </entry>
296     + <entry>
297     + <base>CREATE_TITLE</base>
298     + <trans>
299     + Create a new publication virtual domain
300     + </trans>
301     + </entry>
302     + <entry>
303     + <base>SERVERS_LABEL</base>
304     + <trans>
305     + where to publish
306     + </trans>
307     + </entry>
308     + <entry>
309     + <base>MX</base>
310     + <trans>
311     + record MX
312     + </trans>
313     + </entry>
314     + <entry>
315     + <base>NAME_LABEL</base>
316     + <trans>
317     + login to publish
318     + </trans>
319     + </entry>
320     + <entry>
321     + <base>PASSWORD_LABEL</base>
322     + <trans>
323     + password to publish
324     + </trans>
325     + </entry>
326     + <entry>
327     + <base>CONTENT_FIELD_DESCRIPTION</base>
328     + <trans>
329     + For the web site, you may choose your primary web site or any i-bay as the content.
330     + </trans>
331     + </entry>
332     + <entry>
333     + <base>DOMAIN_NAME_VALIDATION_ERROR</base>
334     + <trans>
335     + Error: unexpected or missing characters in domain name
336     + {$domainName}. The domain name should contain one or more
337     + letters, numbers, periods and minus signs. Did not create new
338     + domain.
339     + </trans>
340     + </entry>
341     + <entry>
342     + <base>DOMAIN_DESCRIPTION_VALIDATION_ERROR</base>
343     + <trans>
344     + Error: unexpected or missing characters in domain description
345     + {$domainDesc}. Did not create new domain.
346     + </trans>
347     + </entry>
348     + <entry>
349     + <base>DOMAIN_IN_USE_ERROR</base>
350     + <trans>
351     + Error: domain {$domainName} is already in use. Did not create new domain.
352     + </trans>
353     + </entry>
354     + <entry>
355     + <base>RESERVED_SECURE_DOMAIN_ERROR</base>
356     + <trans>
357     + Error: domain {$domainName} is reserved to provide a secured
358     + webserver for the virtual domain {$key}. Did not create new domain.
359     + </trans>
360     + </entry>
361     + <entry>
362     + <base>SYSTEM_DOMAIN_ERROR</base>
363     + <trans>
364     + Error: domain {$domainName} is your system domain name. You
365     + cannot have a virtual domain with the same name. Did not create new domain.
366     + </trans>
367     + </entry>
368     + <entry>
369     + <base>RESERVED_SECURE_SYSTEM_DOMAIN_ERROR</base>
370     + <trans>
371     + Error: domain {$domainName} is reserved to provide a secured
372     + webserver for your system domain name {$systemDomain}. Did not create new domain.
373     + </trans>
374     + </entry>
375     + <entry>
376     + <base>SUCCESSFULLY_CREATED</base>
377     + <trans>
378     + Successfully publication domain {$domainName} on {$dns}.
379     + </trans>
380     + </entry>
381     + <entry>
382     + <base>MODIFY_TITLE</base>
383     + <trans>
384     + Modify virtual domain
385     + </trans>
386     + </entry>
387     + <entry>
388     + <base>NONEXISTENT_DOMAIN_ERROR</base>
389     + <trans>
390     + Error: {$domainName} is not an existing domain.
391     + </trans>
392     + </entry>
393     + <entry>
394     + <base>SUCCESSFULLY_MODIFIED</base>
395     + <trans>
396     + Successfully modified the publication {$domainName} on {$dns}.
397     + </trans>
398     + </entry>
399     + <entry>
400     + <base>REMOVE_TITLE</base>
401     + <trans>
402     + Remove publication of virtual domain
403     + </trans>
404     + </entry>
405     + <entry>
406     + <base>REMOVE_DESCRIPTION</base>
407     + <trans>
408     + <![CDATA[
409     + <p>
410     + You are about to remove the publication of domain {$domain}
411     + ({$domainDesc}) on {$dns}.
412     + </p>
413     + <p>
414     + <b>Are you sure you wish to remove this domain's publication ?</b>
415     + </p>
416     + ]]>
417     + </trans>
418     + </entry>
419     + <entry>
420     + <base>ERROR_WHILE_REMOVING_DOMAIN</base>
421     + <trans>
422     + Error: internal failure while removing publictaion of {$domain}.
423     + </trans>
424     + </entry>
425     + <entry>
426     + <base>SUCCESSFULLY_DELETED</base>
427     + <trans>
428     + Successfully deleted publication of {$domain} on {$dns}.
429     + </trans>
430     + </entry>
431     + <entry>
432     + <base>DYNDNS1</base>
433     + <trans>dyndns.org dynamic addresses</trans>
434     + </entry>
435     + <entry>
436     + <base>DYNDNS2</base>
437     + <trans>dyndns.org static addresses</trans>
438     + </entry>
439     + <entry>
440     + <base>DYNDNS3</base>
441     + <trans>dyndns.org custom addresses</trans>
442     + </entry>
443     + <entry>
444     + <base>ZONEDIT</base>
445     + <trans>ZoneEdit (zoneedit.com)</trans>
446     + </entry>
447     + <entry>
448     + <base>EASYDNS</base>
449     + <trans>EasyDNS (easydns.com)</trans>
450     + </entry>
451     + <entry>
452     + <base>HAMMER</base>
453     + <trans>Hammernode (hn.org) dynamic addresses</trans>
454     + </entry>
455     + <entry>
456     + <base>DSLREPORTS</base>
457     + <trans>dslreports.com dynamic-host monitoring</trans>
458     + </entry>
459     + <entry>
460     + <base>EURODYNDNS</base>
461     + <trans>eurodyndns.org dynamic adresses</trans>
462     + </entry>
463     + <entry>
464     + <base>ddclient</base>
465     + <trans>Dynamic Clients</trans>
466     + </entry>
467     +</lexicon>
468     --- smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient.add2general 2006-11-12 16:11:56.000000000 +0100
469     +++ smeserver-ddclient-1.0.0/root/etc/e-smith/web/functions/ddclient 2008-04-26 23:18:04.000000000 +0200
470     @@ -218,7 +218,7 @@
471    
472     print $q->Tr (esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('DOMAIN'))),
473     esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('DESCRIPTION'))),
474     - esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('CONTENT_LABEL', ))),
475     + esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('CONTENT', ))),
476     esmith::cgi::genSmallCell ($q, $q->b ($fm->localise('PUBLICATION', ))),
477     $q->td ('&nbsp;'),
478     $q->td ('&nbsp;'));
479     @@ -358,10 +358,10 @@
480    
481     print $q->table ({border => 0, cellspacing => 0, cellpadding => 4},
482    
483     - $q->Tr (esmith::cgi::genCell ($q,$fm->localise('DOMAIN_NAME_LABEL')),
484     + $q->Tr (esmith::cgi::genCell ($q,$fm->localise('DOMAIN_NAME')),
485     esmith::cgi::genCell ($q,$q->b($domain))),
486    
487     - $q->Tr (esmith::cgi::genCell($q,$fm->localise('DESCRIPTION_LABEL')),
488     + $q->Tr (esmith::cgi::genCell($q,$fm->localise('DESCRIPTION_BRIEF')),
489     esmith::cgi::genCell($q,$properties{'Description'})),
490    
491     $q->Tr (esmith::cgi::genCell ($q,$fm->localise('CONTENT')),
492     @@ -502,11 +502,11 @@
493    
494     print $q->table ({border => 0, cellspacing => 0, cellpadding => 4},
495     $q->Tr (esmith::cgi::genCell ($q,
496     - $fm->localise('DOMAIN_NAME_LABEL')),
497     + $fm->localise('DOMAIN_NAME')),
498     esmith::cgi::genCell ($q, $domain)),
499    
500     $q->Tr (esmith::cgi::genCell ($q,
501     - $fm->localise('DESCRIPTION_LABEL')),
502     + $fm->localise('DESCRIPTION_BRIEF')),
503     esmith::cgi::genCell ($q, $properties {'Description'})),
504    
505     $q->Tr (esmith::cgi::genCell ($q,
506     @@ -799,7 +799,7 @@
507     </trans>
508     </entry>
509     <entry>
510     - <base>DOMAIN_NAME_LABEL</base>
511     + <base>DOMAIN_NAME</base>
512     <trans>
513     Domain name
514     </trans>
515     @@ -835,7 +835,7 @@
516     </trans>
517     </entry>
518     <entry>
519     - <base>DESCRIPTION_LABEL</base>
520     + <base>DESCRIPTION_BRIEF</base>
521     <trans>
522     Brief description
523     </trans>
524     @@ -848,7 +848,7 @@
525     </trans>
526     </entry>
527     <entry>
528     - <base>CONTENT_LABEL</base>
529     + <base>CONTENT</base>
530     <trans>
531     Content
532     </trans>

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