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

Annotation of /rpms/smeserver-ddclient/contribs7/smeserver-ddclient-1.0.0-dos2unix.patch

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


Revision 1.3 - (hide annotations) (download)
Tue Nov 25 16:20:20 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-ddclient-1_0_0-19_el4_sme, smeserver-ddclient-1_0_0-14_el4_sme, smeserver-ddclient-1_0_0-18_el4_sme, smeserver-ddclient-1_0_0-12_el4_sme, smeserver-ddclient-1_0_0-11_el4_sme, smeserver-ddclient-1_0_0-15_el4_sme, smeserver-ddclient-1_0_0-13_el4_sme, smeserver-ddclient-1_0_0-21_el4_sme, smeserver-ddclient-1_0_0-22_el4_sme, HEAD
Changes since 1.2: +0 -0 lines
Restore

1 slords 1.1 --- smeserver-ddclient-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient.dos2unix 2008-04-23 07:12:36.000000000 -0600
2     +++ smeserver-ddclient-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/ddclient 2008-04-28 11:44:23.000000000 -0600
3     @@ -1,249 +1,249 @@
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>DOMAIN</base>
286     + <trans>
287     + Domain
288     + </trans>
289     + </entry>
290     + <entry>
291     + <base>DESCRIPTION</base>
292     + <trans>
293     + Description
294     + </trans>
295     + </entry>
296     + <entry>
297     + <base>PRIMARY_SITE</base>
298     + <trans>
299     + primary site
300     + </trans>
301     + </entry>
302     + <entry>
303     + <base>CONTENT</base>
304     + <trans>
305     + {$content} i-bay
306     + </trans>
307     + </entry>
308     + <entry>
309     + <base>CREATE_TITLE</base>
310     + <trans>
311     + Create a new publication virtual domain
312     + </trans>
313     + </entry>
314     + <entry>
315     + <base>DOMAIN_NAME_LABEL</base>
316     + <trans>
317     + Domain name
318     + </trans>
319     + </entry>
320     + <entry>
321     + <base>SERVERS_LABEL</base>
322     + <trans>
323     + where to publish
324     + </trans>
325     + </entry>
326     + <entry>
327     + <base>MX</base>
328     + <trans>
329     + record MX
330     + </trans>
331     + </entry>
332     + <entry>
333     + <base>NAME_LABEL</base>
334     + <trans>
335     + login to publish
336     + </trans>
337     + </entry>
338     + <entry>
339     + <base>PASSWORD_LABEL</base>
340     + <trans>
341     + password to publish
342     + </trans>
343     + </entry>
344     + <entry>
345     + <base>DESCRIPTION_LABEL</base>
346     + <trans>
347     + Brief description
348     + </trans>
349     + </entry>
350     + <entry>
351     + <base>CONTENT_FIELD_DESCRIPTION</base>
352     + <trans>
353     + For the web site, you may choose your primary web site or any i-bay as the content.
354     + </trans>
355     + </entry>
356     + <entry>
357     + <base>CONTENT_LABEL</base>
358     + <trans>
359     + Content
360     + </trans>
361     + </entry>
362     + <entry>
363     + <base>DOMAIN_NAME_VALIDATION_ERROR</base>
364     + <trans>
365     + Error: unexpected or missing characters in domain name
366     + {$domainName}. The domain name should contain one or more
367     + letters, numbers, periods and minus signs. Did not create new
368     + domain.
369     + </trans>
370     + </entry>
371     + <entry>
372     + <base>DOMAIN_DESCRIPTION_VALIDATION_ERROR</base>
373     + <trans>
374     + Error: unexpected or missing characters in domain description
375     + {$domainDesc}. Did not create new domain.
376     + </trans>
377     + </entry>
378     + <entry>
379     + <base>DOMAIN_IN_USE_ERROR</base>
380     + <trans>
381     + Error: domain {$domainName} is already in use. Did not create new domain.
382     + </trans>
383     + </entry>
384     + <entry>
385     + <base>RESERVED_SECURE_DOMAIN_ERROR</base>
386     + <trans>
387     + Error: domain {$domainName} is reserved to provide a secured
388     + webserver for the virtual domain {$key}. Did not create new domain.
389     + </trans>
390     + </entry>
391     + <entry>
392     + <base>SYSTEM_DOMAIN_ERROR</base>
393     + <trans>
394     + Error: domain {$domainName} is your system domain name. You
395     + cannot have a virtual domain with the same name. Did not create new domain.
396     + </trans>
397     + </entry>
398     + <entry>
399     + <base>RESERVED_SECURE_SYSTEM_DOMAIN_ERROR</base>
400     + <trans>
401     + Error: domain {$domainName} is reserved to provide a secured
402     + webserver for your system domain name {$systemDomain}. Did not create new domain.
403     + </trans>
404     + </entry>
405     + <entry>
406     + <base>SUCCESSFULLY_CREATED</base>
407     + <trans>
408     + Successfully publication domain {$domainName} on {$dns}.
409     + </trans>
410     + </entry>
411     + <entry>
412     + <base>MODIFY_TITLE</base>
413     + <trans>
414     + Modify virtual domain
415     + </trans>
416     + </entry>
417     + <entry>
418     + <base>NONEXISTENT_DOMAIN_ERROR</base>
419     + <trans>
420     + Error: {$domainName} is not an existing domain.
421     + </trans>
422     + </entry>
423     + <entry>
424     + <base>SUCCESSFULLY_MODIFIED</base>
425     + <trans>
426     + Successfully modified the publication {$domainName} on {$dns}.
427     + </trans>
428     + </entry>
429     + <entry>
430     + <base>REMOVE_TITLE</base>
431     + <trans>
432     + Remove publication of virtual domain
433     + </trans>
434     + </entry>
435     + <entry>
436     + <base>REMOVE_DESCRIPTION</base>
437     + <trans>
438     + <![CDATA[
439     + <p>
440     + You are about to remove the publication of domain {$domain}
441     + ({$domainDesc}) on {$dns}.
442     + </p>
443     + <p>
444     + <b>Are you sure you wish to remove this domain's publication ?</b>
445     + </p>
446     + ]]>
447     + </trans>
448     + </entry>
449     + <entry>
450     + <base>ERROR_WHILE_REMOVING_DOMAIN</base>
451     + <trans>
452     + Error: internal failure while removing publictaion of {$domain}.
453     + </trans>
454     + </entry>
455     + <entry>
456     + <base>SUCCESSFULLY_DELETED</base>
457     + <trans>
458     + Successfully deleted publication of {$domain} on {$dns}.
459     + </trans>
460     + </entry>
461     + <entry>
462     + <base>DYNDNS1</base>
463     + <trans>dyndns.org dynamic addresses</trans>
464     + </entry>
465     + <entry>
466     + <base>DYNDNS2</base>
467     + <trans>dyndns.org static addresses</trans>
468     + </entry>
469     + <entry>
470     + <base>DYNDNS3</base>
471     + <trans>dyndns.org custom addresses</trans>
472     + </entry>
473     + <entry>
474     + <base>ZONEDIT</base>
475     + <trans>ZoneEdit (zoneedit.com)</trans>
476     + </entry>
477     + <entry>
478     + <base>EASYDNS</base>
479     + <trans>EasyDNS (easydns.com)</trans>
480     + </entry>
481     + <entry>
482     + <base>HAMMER</base>
483     + <trans>Hammernode (hn.org) dynamic addresses</trans>
484     + </entry>
485     + <entry>
486     + <base>DSLREPORTS</base>
487     + <trans>dslreports.com dynamic-host monitoring</trans>
488     + </entry>
489     + <entry>
490     + <base>EURODYNDNS</base>
491     + <trans>eurodyndns.org dynamic adresses</trans>
492     + </entry>
493     + <entry>
494     + <base>Configuration</base>
495     + <trans>Configuration</trans>
496     + </entry>
497     + <entry>
498     + <base>ddclient</base>
499     + <trans>Dynamic Clients</trans>
500     + </entry>
501     +</lexicon>

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