/[smecontribs]/rpms/smeserver-dar2/contribs7/smeserver-dar2-0.0.1-add2general.patch
ViewVC logotype

Contents of /rpms/smeserver-dar2/contribs7/smeserver-dar2-0.0.1-add2general.patch

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


Revision 1.1 - (show annotations) (download)
Thu Apr 24 21:11:52 2008 UTC (16 years, 2 months ago) by snetram
Branch: MAIN
* Thu Apr 24 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.1-10
- Take common <base> entries from e-smith-formmagick's general

1 --- smeserver-dar2-0.0.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/dar2.pm.add2general 2008-04-24 22:10:39.000000000 +0200
2 +++ smeserver-dar2-0.0.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/dar2.pm 2008-04-24 23:02:27.000000000 +0200
3 @@ -217,10 +217,10 @@
4 print " <tr>\n <td colspan=\"2\">\n ";
5 print $q->start_table ({-CLASS => "sme-border"}),"\n ";
6 print $q->Tr(
7 - esmith::cgi::genSmallCell($q, $self->localise('LABEL_JOBNAME'),"header"),
8 - esmith::cgi::genSmallCell($q, $self->localise('LABEL_DESCRIPTION'),"header"),
9 - esmith::cgi::genSmallCell($q, $self->localise('LABEL_TARGET'), "header"),
10 - esmith::cgi::genSmallCell($q, $self->localise('LABEL_ACTION'),"header",4));
11 + esmith::cgi::genSmallCell($q, $self->localise('JOBNAME'),"header"),
12 + esmith::cgi::genSmallCell($q, $self->localise('DESCRIPTION'),"header"),
13 + esmith::cgi::genSmallCell($q, $self->localise('TARGET'), "header"),
14 + esmith::cgi::genSmallCell($q, $self->localise('ACTION'),"header",4));
15
16 my $scriptname = basename($0);
17 my $index=0;
18 @@ -233,7 +233,7 @@
19 my $Target = $rec->prop("Target");
20 my $modify = $self->localise('MODIFY');
21 my $backup = $self->localise('BACKUP');
22 - my $restore = $self->localise('LABEL_RESTORE');
23 + my $restore = $self->localise('RESTORE');
24 my $remove = $self->localise('REMOVE');
25 my $href = "$scriptname?page=0&page_stack=&Next=Next&wherenext";
26
27 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/es/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
28 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/es/etc/e-smith/web/functions/dar2 2008-04-24 23:05:57.000000000 +0200
29 @@ -24,7 +24,7 @@
30 <trans>There are no backup jobs in the system.</trans>
31 </entry>
32 <entry>
33 - <base>LABEL_ACTION</base>
34 + <base>ACTION</base>
35 <trans>Acción</trans>
36 </entry>
37 <entry>
38 @@ -60,68 +60,68 @@
39 <trans>Remove backup job</trans>
40 </entry>
41 <entry>
42 - <base>LABEL_JOBNAME</base>
43 + <base>JOBNAME</base>
44 <trans>Job name</trans>
45 </entry>
46 <entry>
47 - <base>LABEL_DESTINATION</base>
48 + <base>DESTINATION</base>
49 <trans>Destino</trans>
50 </entry>
51 <entry>
52 - <base>LABEL_BACKUP</base>
53 + <base>BACKUP</base>
54 <trans>Backup selections</trans>
55 </entry>
56 <entry>
57 - <base>LABEL_EXCLUDE</base>
58 + <base>EXCLUDE</base>
59 <trans>Exclude files</trans>
60 </entry>
61 <entry>
62 - <base>LABEL_PRUNE</base>
63 + <base>PRUNE</base>
64 <trans>Prune directories</trans>
65 </entry>
66 <entry>
67 - <base>LABEL_TARGET</base>
68 + <base>TARGET</base>
69 <trans>Target</trans>
70 </entry>
71 <entry>
72 - <base>LABEL_SLICE</base>
73 + <base>SLICE</base>
74 <trans>Slice size</trans>
75 </entry>
76 <entry>
77 - <base>LABEL_VFSTYPE</base>
78 + <base>VFSTYPE</base>
79 <trans>File system</trans>
80 </entry>
81
82 <entry>
83 - <base>LABEL_COMPRESSION</base>
84 + <base>COMPRESSION</base>
85 <trans>Compression</trans>
86 </entry>
87 <entry>
88 - <base>LABEL_USERNAME</base>
89 + <base>USERNAME</base>
90 <trans>Nombre de usuario</trans>
91 </entry>
92 <entry>
93 - <base>LABEL_PASSWORD</base>
94 + <base>PASSWORD</base>
95 <trans>Contraseña</trans>
96 </entry>
97 <entry>
98 - <base>LABEL_DESCRIPTION</base>
99 + <base>DESCRIPTION</base>
100 <trans>Descripción</trans>
101 </entry>
102 <entry>
103 - <base>LABEL_EXPIRY</base>
104 + <base>EXPIRY</base>
105 <trans>Expiry</trans>
106 </entry>
107 <entry>
108 - <base>LABEL_VERBOSE</base>
109 + <base>VERBOSE</base>
110 <trans>Verbose</trans>
111 </entry>
112 <entry>
113 - <base>LABEL_BACKUP_DAY</base>
114 + <base>BACKUP_DAY</base>
115 <trans>Backup day</trans>
116 </entry>
117 <entry>
118 - <base>LABEL_BACKUP_TIME</base>
119 + <base>BACKUP_TIME</base>
120 <trans>Backup time</trans>
121 </entry>
122 <entry>
123 @@ -153,7 +153,7 @@
124 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
125 </entry>
126 <entry>
127 - <base>LABEL_RESTORE_DATE</base>
128 + <base>RESTORE_DATE</base>
129 <trans>Date</trans>
130 </entry>
131 <entry>
132 @@ -161,15 +161,15 @@
133 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
134 </entry>
135 <entry>
136 - <base>LABEL_RESTORE_DR</base>
137 + <base>RESTORE_DR</base>
138 <trans>Disaster Recovery</trans>
139 </entry>
140 <entry>
141 - <base>LABEL_RESTORE</base>
142 + <base>RESTORE</base>
143 <trans>Restaurar</trans>
144 </entry>
145 <entry>
146 - <base>LABEL_RESTORE_RESTORETO</base>
147 + <base>RESTORE_RESTORETO</base>
148 <trans>Restore to</trans>
149 </entry>
150 <entry>
151 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
152 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/dar2 2008-04-24 23:08:53.000000000 +0200
153 @@ -24,7 +24,7 @@
154 <trans>There are no backup jobs in the system.</trans>
155 </entry>
156 <entry>
157 - <base>LABEL_ACTION</base>
158 + <base>ACTION</base>
159 <trans>Action</trans>
160 </entry>
161 <entry>
162 @@ -60,68 +60,68 @@
163 <trans>Remove backup job</trans>
164 </entry>
165 <entry>
166 - <base>LABEL_JOBNAME</base>
167 + <base>JOBNAME</base>
168 <trans>Job name</trans>
169 </entry>
170 <entry>
171 - <base>LABEL_DESTINATION</base>
172 + <base>DESTINATION</base>
173 <trans>Destination</trans>
174 </entry>
175 <entry>
176 - <base>LABEL_BACKUP</base>
177 + <base>BACKUP</base>
178 <trans>Backup selections</trans>
179 </entry>
180 <entry>
181 - <base>LABEL_EXCLUDE</base>
182 + <base>EXCLUDE</base>
183 <trans>Exclude files</trans>
184 </entry>
185 <entry>
186 - <base>LABEL_PRUNE</base>
187 + <base>PRUNE</base>
188 <trans>Prune directories</trans>
189 </entry>
190 <entry>
191 - <base>LABEL_TARGET</base>
192 + <base>TARGET</base>
193 <trans>Target</trans>
194 </entry>
195 <entry>
196 - <base>LABEL_SLICE</base>
197 + <base>SLICE</base>
198 <trans>Slice size</trans>
199 </entry>
200 <entry>
201 - <base>LABEL_VFSTYPE</base>
202 + <base>VFSTYPE</base>
203 <trans>File system</trans>
204 </entry>
205
206 <entry>
207 - <base>LABEL_COMPRESSION</base>
208 + <base>COMPRESSION</base>
209 <trans>Compression</trans>
210 </entry>
211 <entry>
212 - <base>LABEL_USERNAME</base>
213 + <base>USERNAME</base>
214 <trans>Användarnamn</trans>
215 </entry>
216 <entry>
217 - <base>LABEL_PASSWORD</base>
218 + <base>PASSWORD</base>
219 <trans>Lösenord</trans>
220 </entry>
221 <entry>
222 - <base>LABEL_DESCRIPTION</base>
223 + <base>DESCRIPTION</base>
224 <trans>Beskrivning</trans>
225 </entry>
226 <entry>
227 - <base>LABEL_EXPIRY</base>
228 + <base>EXPIRY</base>
229 <trans>Expiry</trans>
230 </entry>
231 <entry>
232 - <base>LABEL_VERBOSE</base>
233 + <base>VERBOSE</base>
234 <trans>Verbose</trans>
235 </entry>
236 <entry>
237 - <base>LABEL_BACKUP_DAY</base>
238 + <base>BACKUP_DAY</base>
239 <trans>Backup day</trans>
240 </entry>
241 <entry>
242 - <base>LABEL_BACKUP_TIME</base>
243 + <base>BACKUP_TIME</base>
244 <trans>Backup time</trans>
245 </entry>
246 <entry>
247 @@ -153,7 +153,7 @@
248 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
249 </entry>
250 <entry>
251 - <base>LABEL_RESTORE_DATE</base>
252 + <base>RESTORE_DATE</base>
253 <trans>Date</trans>
254 </entry>
255 <entry>
256 @@ -161,15 +161,15 @@
257 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
258 </entry>
259 <entry>
260 - <base>LABEL_RESTORE_DR</base>
261 + <base>RESTORE_DR</base>
262 <trans>Disaster Recovery</trans>
263 </entry>
264 <entry>
265 - <base>LABEL_RESTORE</base>
266 + <base>RESTORE</base>
267 <trans>Återställ</trans>
268 </entry>
269 <entry>
270 - <base>LABEL_RESTORE_RESTORETO</base>
271 + <base>RESTORE_RESTORETO</base>
272 <trans>Restore to</trans>
273 </entry>
274 <entry>
275 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/de/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
276 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/de/etc/e-smith/web/functions/dar2 2008-04-24 23:04:53.000000000 +0200
277 @@ -24,7 +24,7 @@
278 <trans>Es gibt keine Sicherungsaufträge im System.</trans>
279 </entry>
280 <entry>
281 - <base>LABEL_ACTION</base>
282 + <base>ACTION</base>
283 <trans>Aktion</trans>
284 </entry>
285 <entry>
286 @@ -60,68 +60,68 @@
287 <trans><![CDATA[ <strong>Datensicherung löschen</strong> ]]></trans>
288 </entry>
289 <entry>
290 - <base>LABEL_JOBNAME</base>
291 + <base>JOBNAME</base>
292 <trans>Auftrag</trans>
293 </entry>
294 <entry>
295 - <base>LABEL_DESTINATION</base>
296 + <base>DESTINATION</base>
297 <trans>Zieladresse</trans>
298 </entry>
299 <entry>
300 - <base>LABEL_BACKUP</base>
301 + <base>BACKUP</base>
302 <trans>Verzeichnisse auswählen</trans>
303 </entry>
304 <entry>
305 - <base>LABEL_EXCLUDE</base>
306 + <base>EXCLUDE</base>
307 <trans>Ausgeschlossene Dateien</trans>
308 </entry>
309 <entry>
310 - <base>LABEL_PRUNE</base>
311 + <base>PRUNE</base>
312 <trans>Ausgeschlossene Verzeichnisse</trans>
313 </entry>
314 <entry>
315 - <base>LABEL_TARGET</base>
316 + <base>TARGET</base>
317 <trans>Ziel</trans>
318 </entry>
319 <entry>
320 - <base>LABEL_SLICE</base>
321 + <base>SLICE</base>
322 <trans>Segmentgröße</trans>
323 </entry>
324 <entry>
325 - <base>LABEL_VFSTYPE</base>
326 + <base>VFSTYPE</base>
327 <trans>Dateisystem</trans>
328 </entry>
329
330 <entry>
331 - <base>LABEL_COMPRESSION</base>
332 + <base>COMPRESSION</base>
333 <trans>Kompressionsfaktor</trans>
334 </entry>
335 <entry>
336 - <base>LABEL_USERNAME</base>
337 + <base>USERNAME</base>
338 <trans>Benutzername</trans>
339 </entry>
340 <entry>
341 - <base>LABEL_PASSWORD</base>
342 + <base>PASSWORD</base>
343 <trans>Kennwort</trans>
344 </entry>
345 <entry>
346 - <base>LABEL_DESCRIPTION</base>
347 + <base>DESCRIPTION</base>
348 <trans>Beschreibung</trans>
349 </entry>
350 <entry>
351 - <base>LABEL_EXPIRY</base>
352 + <base>EXPIRY</base>
353 <trans>Anzahl Aufbewahrungstage</trans>
354 </entry>
355 <entry>
356 - <base>LABEL_VERBOSE</base>
357 + <base>VERBOSE</base>
358 <trans>Ausführliche Logdatei</trans>
359 </entry>
360 <entry>
361 - <base>LABEL_BACKUP_DAY</base>
362 + <base>BACKUP_DAY</base>
363 <trans>Sicherungstag</trans>
364 </entry>
365 <entry>
366 - <base>LABEL_BACKUP_TIME</base>
367 + <base>BACKUP_TIME</base>
368 <trans>Sicherungszeit</trans>
369 </entry>
370 <entry>
371 @@ -153,7 +153,7 @@
372 <trans>Geben Sie das Datum der Sicherung an, von der wiederhergestellt werden soll. Format: [ yyyy.mm.dd ]</trans>
373 </entry>
374 <entry>
375 - <base>LABEL_RESTORE_DATE</base>
376 + <base>RESTORE_DATE</base>
377 <trans>Datum</trans>
378 </entry>
379 <entry>
380 @@ -161,15 +161,15 @@
381 <trans><![CDATA[ <P>Für eine vollständige Notfall-Datensicherung geben Sie folgende Einstellungen an:</P> <P><span style="color:blue">Notfall-Datensicherung</span> [ Aktiviert ] <span style="color:blue">Wiederherstellen</span> [ *.* ] <span style="color:blue">Wiederherstellen nach</span> [ / ]</P> <P>Anmerkung: Nach dem Ende der Wiederherstellung einer vollständigen Notfall-Datensicherung müssen Sie im Server-Manager im Register <span style="color:blue">Herunterfahren/Neustart</span> die Option <span style="color:blue">Rekonfigurieren</span> auswählen und den Server neu starten.</P> <P>Um eine teilweise Wiederherstellung durchzuführen, geben Sie den Wiederherstellungspfad je Zeile ein. Dabei müssen die Pfade relativ sein. <b>Beispiel:</b> Um /root/contribs im Originalpfad wiederherzustellen, geben Sie ein:</P> <P><span style="color:blue">Notfall-Datensicherung</span> [ Deaktiviert ] <span style="color:blue">Wiederherstellen</span> [ root/contribs ] <span style="color:blue">Wiederherstellen nach</span> [ / ]</P> ]]></trans>
382 </entry>
383 <entry>
384 - <base>LABEL_RESTORE_DR</base>
385 + <base>RESTORE_DR</base>
386 <trans>Notfall-Datensicherung</trans>
387 </entry>
388 <entry>
389 - <base>LABEL_RESTORE</base>
390 + <base>RESTORE</base>
391 <trans>Wiederherstellen</trans>
392 </entry>
393 <entry>
394 - <base>LABEL_RESTORE_RESTORETO</base>
395 + <base>RESTORE_RESTORETO</base>
396 <trans>Wiederherstellen nach</trans>
397 </entry>
398 <entry>
399 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/id/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
400 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/id/etc/e-smith/web/functions/dar2 2008-04-24 23:06:58.000000000 +0200
401 @@ -24,7 +24,7 @@
402 <trans>There are no backup jobs in the system.</trans>
403 </entry>
404 <entry>
405 - <base>LABEL_ACTION</base>
406 + <base>ACTION</base>
407 <trans>Action</trans>
408 </entry>
409 <entry>
410 @@ -60,68 +60,68 @@
411 <trans>Remove backup job</trans>
412 </entry>
413 <entry>
414 - <base>LABEL_JOBNAME</base>
415 + <base>JOBNAME</base>
416 <trans>Job name</trans>
417 </entry>
418 <entry>
419 - <base>LABEL_DESTINATION</base>
420 + <base>DESTINATION</base>
421 <trans>Destination</trans>
422 </entry>
423 <entry>
424 - <base>LABEL_BACKUP</base>
425 + <base>BACKUP</base>
426 <trans>Backup selections</trans>
427 </entry>
428 <entry>
429 - <base>LABEL_EXCLUDE</base>
430 + <base>EXCLUDE</base>
431 <trans>Exclude files</trans>
432 </entry>
433 <entry>
434 - <base>LABEL_PRUNE</base>
435 + <base>PRUNE</base>
436 <trans>Prune directories</trans>
437 </entry>
438 <entry>
439 - <base>LABEL_TARGET</base>
440 + <base>TARGET</base>
441 <trans>Target</trans>
442 </entry>
443 <entry>
444 - <base>LABEL_SLICE</base>
445 + <base>SLICE</base>
446 <trans>Slice size</trans>
447 </entry>
448 <entry>
449 - <base>LABEL_VFSTYPE</base>
450 + <base>VFSTYPE</base>
451 <trans>File system</trans>
452 </entry>
453
454 <entry>
455 - <base>LABEL_COMPRESSION</base>
456 + <base>COMPRESSION</base>
457 <trans>Compression</trans>
458 </entry>
459 <entry>
460 - <base>LABEL_USERNAME</base>
461 + <base>USERNAME</base>
462 <trans>Nama pengguna</trans>
463 </entry>
464 <entry>
465 - <base>LABEL_PASSWORD</base>
466 + <base>PASSWORD</base>
467 <trans>Kata kunci</trans>
468 </entry>
469 <entry>
470 - <base>LABEL_DESCRIPTION</base>
471 + <base>DESCRIPTION</base>
472 <trans>Gambaran</trans>
473 </entry>
474 <entry>
475 - <base>LABEL_EXPIRY</base>
476 + <base>EXPIRY</base>
477 <trans>Expiry</trans>
478 </entry>
479 <entry>
480 - <base>LABEL_VERBOSE</base>
481 + <base>VERBOSE</base>
482 <trans>Verbose</trans>
483 </entry>
484 <entry>
485 - <base>LABEL_BACKUP_DAY</base>
486 + <base>BACKUP_DAY</base>
487 <trans>Backup day</trans>
488 </entry>
489 <entry>
490 - <base>LABEL_BACKUP_TIME</base>
491 + <base>BACKUP_TIME</base>
492 <trans>Backup time</trans>
493 </entry>
494 <entry>
495 @@ -153,7 +153,7 @@
496 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
497 </entry>
498 <entry>
499 - <base>LABEL_RESTORE_DATE</base>
500 + <base>RESTORE_DATE</base>
501 <trans>Date</trans>
502 </entry>
503 <entry>
504 @@ -161,15 +161,15 @@
505 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
506 </entry>
507 <entry>
508 - <base>LABEL_RESTORE_DR</base>
509 + <base>RESTORE_DR</base>
510 <trans>Disaster Recovery</trans>
511 </entry>
512 <entry>
513 - <base>LABEL_RESTORE</base>
514 + <base>RESTORE</base>
515 <trans>Restore</trans>
516 </entry>
517 <entry>
518 - <base>LABEL_RESTORE_RESTORETO</base>
519 + <base>RESTORE_RESTORETO</base>
520 <trans>Restore to</trans>
521 </entry>
522 <entry>
523 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/pt_BR/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
524 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/pt_BR/etc/e-smith/web/functions/dar2 2008-04-24 23:08:00.000000000 +0200
525 @@ -24,7 +24,7 @@
526 <trans>There are no backup jobs in the system.</trans>
527 </entry>
528 <entry>
529 - <base>LABEL_ACTION</base>
530 + <base>ACTION</base>
531 <trans>Ação</trans>
532 </entry>
533 <entry>
534 @@ -60,68 +60,68 @@
535 <trans>Remove backup job</trans>
536 </entry>
537 <entry>
538 - <base>LABEL_JOBNAME</base>
539 + <base>JOBNAME</base>
540 <trans>Job name</trans>
541 </entry>
542 <entry>
543 - <base>LABEL_DESTINATION</base>
544 + <base>DESTINATION</base>
545 <trans>Destino</trans>
546 </entry>
547 <entry>
548 - <base>LABEL_BACKUP</base>
549 + <base>BACKUP</base>
550 <trans>Backup selections</trans>
551 </entry>
552 <entry>
553 - <base>LABEL_EXCLUDE</base>
554 + <base>EXCLUDE</base>
555 <trans>Exclude files</trans>
556 </entry>
557 <entry>
558 - <base>LABEL_PRUNE</base>
559 + <base>PRUNE</base>
560 <trans>Prune directories</trans>
561 </entry>
562 <entry>
563 - <base>LABEL_TARGET</base>
564 + <base>TARGET</base>
565 <trans>Target</trans>
566 </entry>
567 <entry>
568 - <base>LABEL_SLICE</base>
569 + <base>SLICE</base>
570 <trans>Slice size</trans>
571 </entry>
572 <entry>
573 - <base>LABEL_VFSTYPE</base>
574 + <base>VFSTYPE</base>
575 <trans>Sistema de Arquivos</trans>
576 </entry>
577
578 <entry>
579 - <base>LABEL_COMPRESSION</base>
580 + <base>COMPRESSION</base>
581 <trans>Compressão</trans>
582 </entry>
583 <entry>
584 - <base>LABEL_USERNAME</base>
585 + <base>USERNAME</base>
586 <trans>Nome de usuário</trans>
587 </entry>
588 <entry>
589 - <base>LABEL_PASSWORD</base>
590 + <base>PASSWORD</base>
591 <trans>Senha</trans>
592 </entry>
593 <entry>
594 - <base>LABEL_DESCRIPTION</base>
595 + <base>DESCRIPTION</base>
596 <trans>Descrição</trans>
597 </entry>
598 <entry>
599 - <base>LABEL_EXPIRY</base>
600 + <base>EXPIRY</base>
601 <trans>Expiração</trans>
602 </entry>
603 <entry>
604 - <base>LABEL_VERBOSE</base>
605 + <base>VERBOSE</base>
606 <trans>Verbose</trans>
607 </entry>
608 <entry>
609 - <base>LABEL_BACKUP_DAY</base>
610 + <base>BACKUP_DAY</base>
611 <trans>Dia do Backup</trans>
612 </entry>
613 <entry>
614 - <base>LABEL_BACKUP_TIME</base>
615 + <base>BACKUP_TIME</base>
616 <trans>Horário do Backup</trans>
617 </entry>
618 <entry>
619 @@ -153,7 +153,7 @@
620 <trans>Digite a data do arquivo a partir do qual você deseja restaurar. Formato: [ aaaa.mm.dd ]</trans>
621 </entry>
622 <entry>
623 - <base>LABEL_RESTORE_DATE</base>
624 + <base>RESTORE_DATE</base>
625 <trans>Data</trans>
626 </entry>
627 <entry>
628 @@ -161,15 +161,15 @@
629 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
630 </entry>
631 <entry>
632 - <base>LABEL_RESTORE_DR</base>
633 + <base>RESTORE_DR</base>
634 <trans>Recuperação de Desastre</trans>
635 </entry>
636 <entry>
637 - <base>LABEL_RESTORE</base>
638 + <base>RESTORE</base>
639 <trans>Restaurar</trans>
640 </entry>
641 <entry>
642 - <base>LABEL_RESTORE_RESTORETO</base>
643 + <base>RESTORE_RESTORETO</base>
644 <trans>Restaurar para</trans>
645 </entry>
646 <entry>
647 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
648 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/dar2 2008-04-24 23:08:37.000000000 +0200
649 @@ -24,7 +24,7 @@
650 <trans>There are no backup jobs in the system.</trans>
651 </entry>
652 <entry>
653 - <base>LABEL_ACTION</base>
654 + <base>ACTION</base>
655 <trans>Izvedi</trans>
656 </entry>
657 <entry>
658 @@ -60,68 +60,68 @@
659 <trans>Remove backup job</trans>
660 </entry>
661 <entry>
662 - <base>LABEL_JOBNAME</base>
663 + <base>JOBNAME</base>
664 <trans>Job name</trans>
665 </entry>
666 <entry>
667 - <base>LABEL_DESTINATION</base>
668 + <base>DESTINATION</base>
669 <trans>Destination</trans>
670 </entry>
671 <entry>
672 - <base>LABEL_BACKUP</base>
673 + <base>BACKUP</base>
674 <trans>Backup selections</trans>
675 </entry>
676 <entry>
677 - <base>LABEL_EXCLUDE</base>
678 + <base>EXCLUDE</base>
679 <trans>Exclude files</trans>
680 </entry>
681 <entry>
682 - <base>LABEL_PRUNE</base>
683 + <base>PRUNE</base>
684 <trans>Prune directories</trans>
685 </entry>
686 <entry>
687 - <base>LABEL_TARGET</base>
688 + <base>TARGET</base>
689 <trans>Target</trans>
690 </entry>
691 <entry>
692 - <base>LABEL_SLICE</base>
693 + <base>SLICE</base>
694 <trans>Slice size</trans>
695 </entry>
696 <entry>
697 - <base>LABEL_VFSTYPE</base>
698 + <base>VFSTYPE</base>
699 <trans>File system</trans>
700 </entry>
701
702 <entry>
703 - <base>LABEL_COMPRESSION</base>
704 + <base>COMPRESSION</base>
705 <trans>Compression</trans>
706 </entry>
707 <entry>
708 - <base>LABEL_USERNAME</base>
709 + <base>USERNAME</base>
710 <trans>Uporabniško ime</trans>
711 </entry>
712 <entry>
713 - <base>LABEL_PASSWORD</base>
714 + <base>PASSWORD</base>
715 <trans>Geslo</trans>
716 </entry>
717 <entry>
718 - <base>LABEL_DESCRIPTION</base>
719 + <base>DESCRIPTION</base>
720 <trans>Opis</trans>
721 </entry>
722 <entry>
723 - <base>LABEL_EXPIRY</base>
724 + <base>EXPIRY</base>
725 <trans>Expiry</trans>
726 </entry>
727 <entry>
728 - <base>LABEL_VERBOSE</base>
729 + <base>VERBOSE</base>
730 <trans>Verbose</trans>
731 </entry>
732 <entry>
733 - <base>LABEL_BACKUP_DAY</base>
734 + <base>BACKUP_DAY</base>
735 <trans>Backup day</trans>
736 </entry>
737 <entry>
738 - <base>LABEL_BACKUP_TIME</base>
739 + <base>BACKUP_TIME</base>
740 <trans>Backup time</trans>
741 </entry>
742 <entry>
743 @@ -153,7 +153,7 @@
744 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
745 </entry>
746 <entry>
747 - <base>LABEL_RESTORE_DATE</base>
748 + <base>RESTORE_DATE</base>
749 <trans>Date</trans>
750 </entry>
751 <entry>
752 @@ -161,15 +161,15 @@
753 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
754 </entry>
755 <entry>
756 - <base>LABEL_RESTORE_DR</base>
757 + <base>RESTORE_DR</base>
758 <trans>Disaster Recovery</trans>
759 </entry>
760 <entry>
761 - <base>LABEL_RESTORE</base>
762 + <base>RESTORE</base>
763 <trans>Restavriraj</trans>
764 </entry>
765 <entry>
766 - <base>LABEL_RESTORE_RESTORETO</base>
767 + <base>RESTORE_RESTORETO</base>
768 <trans>Restore to</trans>
769 </entry>
770 <entry>
771 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
772 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/dar2 2008-04-24 23:06:22.000000000 +0200
773 @@ -24,7 +24,7 @@
774 <trans>There are no backup jobs in the system.</trans>
775 </entry>
776 <entry>
777 - <base>LABEL_ACTION</base>
778 + <base>ACTION</base>
779 <trans>Action</trans>
780 </entry>
781 <entry>
782 @@ -60,68 +60,68 @@
783 <trans>Remove backup job</trans>
784 </entry>
785 <entry>
786 - <base>LABEL_JOBNAME</base>
787 + <base>JOBNAME</base>
788 <trans>Job name</trans>
789 </entry>
790 <entry>
791 - <base>LABEL_DESTINATION</base>
792 + <base>DESTINATION</base>
793 <trans>Destination</trans>
794 </entry>
795 <entry>
796 - <base>LABEL_BACKUP</base>
797 + <base>BACKUP</base>
798 <trans>Backup selections</trans>
799 </entry>
800 <entry>
801 - <base>LABEL_EXCLUDE</base>
802 + <base>EXCLUDE</base>
803 <trans>Exclude files</trans>
804 </entry>
805 <entry>
806 - <base>LABEL_PRUNE</base>
807 + <base>PRUNE</base>
808 <trans>Prune directories</trans>
809 </entry>
810 <entry>
811 - <base>LABEL_TARGET</base>
812 + <base>TARGET</base>
813 <trans>Target</trans>
814 </entry>
815 <entry>
816 - <base>LABEL_SLICE</base>
817 + <base>SLICE</base>
818 <trans>Slice size</trans>
819 </entry>
820 <entry>
821 - <base>LABEL_VFSTYPE</base>
822 + <base>VFSTYPE</base>
823 <trans>File system</trans>
824 </entry>
825
826 <entry>
827 - <base>LABEL_COMPRESSION</base>
828 + <base>COMPRESSION</base>
829 <trans>Compression</trans>
830 </entry>
831 <entry>
832 - <base>LABEL_USERNAME</base>
833 + <base>USERNAME</base>
834 <trans>Utilisateur</trans>
835 </entry>
836 <entry>
837 - <base>LABEL_PASSWORD</base>
838 + <base>PASSWORD</base>
839 <trans>Mot de passe</trans>
840 </entry>
841 <entry>
842 - <base>LABEL_DESCRIPTION</base>
843 + <base>DESCRIPTION</base>
844 <trans>Description</trans>
845 </entry>
846 <entry>
847 - <base>LABEL_EXPIRY</base>
848 + <base>EXPIRY</base>
849 <trans>Expiry</trans>
850 </entry>
851 <entry>
852 - <base>LABEL_VERBOSE</base>
853 + <base>VERBOSE</base>
854 <trans>Verbose</trans>
855 </entry>
856 <entry>
857 - <base>LABEL_BACKUP_DAY</base>
858 + <base>BACKUP_DAY</base>
859 <trans>Backup day</trans>
860 </entry>
861 <entry>
862 - <base>LABEL_BACKUP_TIME</base>
863 + <base>BACKUP_TIME</base>
864 <trans>Backup time</trans>
865 </entry>
866 <entry>
867 @@ -153,7 +153,7 @@
868 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
869 </entry>
870 <entry>
871 - <base>LABEL_RESTORE_DATE</base>
872 + <base>RESTORE_DATE</base>
873 <trans>Date</trans>
874 </entry>
875 <entry>
876 @@ -161,15 +161,15 @@
877 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
878 </entry>
879 <entry>
880 - <base>LABEL_RESTORE_DR</base>
881 + <base>RESTORE_DR</base>
882 <trans>Disaster Recovery</trans>
883 </entry>
884 <entry>
885 - <base>LABEL_RESTORE</base>
886 + <base>RESTORE</base>
887 <trans>Restaurer</trans>
888 </entry>
889 <entry>
890 - <base>LABEL_RESTORE_RESTORETO</base>
891 + <base>RESTORE_RESTORETO</base>
892 <trans>Restore to</trans>
893 </entry>
894 <entry>
895 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
896 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/dar2 2008-04-24 23:07:35.000000000 +0200
897 @@ -24,7 +24,7 @@
898 <trans>Er zijn geen backup taken in het systeem.</trans>
899 </entry>
900 <entry>
901 - <base>LABEL_ACTION</base>
902 + <base>ACTION</base>
903 <trans>Actie</trans>
904 </entry>
905 <entry>
906 @@ -60,68 +60,68 @@
907 <trans>Backup taak verwijderen</trans>
908 </entry>
909 <entry>
910 - <base>LABEL_JOBNAME</base>
911 + <base>JOBNAME</base>
912 <trans>Taak naam</trans>
913 </entry>
914 <entry>
915 - <base>LABEL_DESTINATION</base>
916 + <base>DESTINATION</base>
917 <trans>Bestemming</trans>
918 </entry>
919 <entry>
920 - <base>LABEL_BACKUP</base>
921 + <base>BACKUP</base>
922 <trans>Backup selecties</trans>
923 </entry>
924 <entry>
925 - <base>LABEL_EXCLUDE</base>
926 + <base>EXCLUDE</base>
927 <trans>Negeer bestanden</trans>
928 </entry>
929 <entry>
930 - <base>LABEL_PRUNE</base>
931 + <base>PRUNE</base>
932 <trans>Negeer mappen</trans>
933 </entry>
934 <entry>
935 - <base>LABEL_TARGET</base>
936 + <base>TARGET</base>
937 <trans>Doel</trans>
938 </entry>
939 <entry>
940 - <base>LABEL_SLICE</base>
941 + <base>SLICE</base>
942 <trans>Deel grootte</trans>
943 </entry>
944 <entry>
945 - <base>LABEL_VFSTYPE</base>
946 + <base>VFSTYPE</base>
947 <trans>Bestandssysteem</trans>
948 </entry>
949
950 <entry>
951 - <base>LABEL_COMPRESSION</base>
952 + <base>COMPRESSION</base>
953 <trans>Compressie</trans>
954 </entry>
955 <entry>
956 - <base>LABEL_USERNAME</base>
957 + <base>USERNAME</base>
958 <trans>Gebruikersnaam</trans>
959 </entry>
960 <entry>
961 - <base>LABEL_PASSWORD</base>
962 + <base>PASSWORD</base>
963 <trans>Wachtwoord</trans>
964 </entry>
965 <entry>
966 - <base>LABEL_DESCRIPTION</base>
967 + <base>DESCRIPTION</base>
968 <trans>Beschrijving</trans>
969 </entry>
970 <entry>
971 - <base>LABEL_EXPIRY</base>
972 + <base>EXPIRY</base>
973 <trans>Verlopen</trans>
974 </entry>
975 <entry>
976 - <base>LABEL_VERBOSE</base>
977 + <base>VERBOSE</base>
978 <trans>Uitgebreid</trans>
979 </entry>
980 <entry>
981 - <base>LABEL_BACKUP_DAY</base>
982 + <base>BACKUP_DAY</base>
983 <trans>Backup dag</trans>
984 </entry>
985 <entry>
986 - <base>LABEL_BACKUP_TIME</base>
987 + <base>BACKUP_TIME</base>
988 <trans>Backup tijd</trans>
989 </entry>
990 <entry>
991 @@ -153,7 +153,7 @@
992 <trans>Voer de datum in van het archief dat u wilt herstellen. Formaat: [ jjjj.mm.dd ]</trans>
993 </entry>
994 <entry>
995 - <base>LABEL_RESTORE_DATE</base>
996 + <base>RESTORE_DATE</base>
997 <trans>Datum</trans>
998 </entry>
999 <entry>
1000 @@ -161,15 +161,15 @@
1001 <trans><![CDATA[ <P>Om een volledige ramp herstel operatie uit te voeren, dienen de volgende instellingen:</P> <P><B>Ramp herstel</B> [ Aan ] <B>Herstel</B> [ *.* ] <B>Herstel naar</B> [ / ]</P> <P>Merk op: Nadat een volledige ramp herstel uitgevoerd is, dient u naar het server-manager paneel <B>Herstarten of afsluiten</B> te gaan en <B>Herconfigureren</B> uit te voeren op uw server.</P> <P>Voor selectief herstel, voer dan één herstel pad per regel in. Paden moeten relatief zijn. Bijvoorbeeld: Om /root/contribs te herstellen naar de oorspronkelijke locatie, dient het volgende in te voeren:</P> <P><B>Ramp Herstel</B> [ Uit ] <B>Herstel</B> [ root/contribs ] <B>Herstellen naar</B> [ / ]</P> ]]></trans>
1002 </entry>
1003 <entry>
1004 - <base>LABEL_RESTORE_DR</base>
1005 + <base>RESTORE_DR</base>
1006 <trans>Ramp herstel</trans>
1007 </entry>
1008 <entry>
1009 - <base>LABEL_RESTORE</base>
1010 + <base>RESTORE</base>
1011 <trans>Herstellen</trans>
1012 </entry>
1013 <entry>
1014 - <base>LABEL_RESTORE_RESTORETO</base>
1015 + <base>RESTORE_RESTORETO</base>
1016 <trans>Herstellen naar</trans>
1017 </entry>
1018 <entry>
1019 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
1020 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/dar2 2008-04-24 23:06:41.000000000 +0200
1021 @@ -24,7 +24,7 @@
1022 <trans>There are no backup jobs in the system.</trans>
1023 </entry>
1024 <entry>
1025 - <base>LABEL_ACTION</base>
1026 + <base>ACTION</base>
1027 <trans>Action</trans>
1028 </entry>
1029 <entry>
1030 @@ -60,68 +60,68 @@
1031 <trans>Remove backup job</trans>
1032 </entry>
1033 <entry>
1034 - <base>LABEL_JOBNAME</base>
1035 + <base>JOBNAME</base>
1036 <trans>Job name</trans>
1037 </entry>
1038 <entry>
1039 - <base>LABEL_DESTINATION</base>
1040 + <base>DESTINATION</base>
1041 <trans>Destination</trans>
1042 </entry>
1043 <entry>
1044 - <base>LABEL_BACKUP</base>
1045 + <base>BACKUP</base>
1046 <trans>Backup selections</trans>
1047 </entry>
1048 <entry>
1049 - <base>LABEL_EXCLUDE</base>
1050 + <base>EXCLUDE</base>
1051 <trans>Exclude files</trans>
1052 </entry>
1053 <entry>
1054 - <base>LABEL_PRUNE</base>
1055 + <base>PRUNE</base>
1056 <trans>Prune directories</trans>
1057 </entry>
1058 <entry>
1059 - <base>LABEL_TARGET</base>
1060 + <base>TARGET</base>
1061 <trans>Target</trans>
1062 </entry>
1063 <entry>
1064 - <base>LABEL_SLICE</base>
1065 + <base>SLICE</base>
1066 <trans>Slice size</trans>
1067 </entry>
1068 <entry>
1069 - <base>LABEL_VFSTYPE</base>
1070 + <base>VFSTYPE</base>
1071 <trans>File system</trans>
1072 </entry>
1073
1074 <entry>
1075 - <base>LABEL_COMPRESSION</base>
1076 + <base>COMPRESSION</base>
1077 <trans>Compression</trans>
1078 </entry>
1079 <entry>
1080 - <base>LABEL_USERNAME</base>
1081 + <base>USERNAME</base>
1082 <trans>Felhasználónév</trans>
1083 </entry>
1084 <entry>
1085 - <base>LABEL_PASSWORD</base>
1086 + <base>PASSWORD</base>
1087 <trans>Jelszó</trans>
1088 </entry>
1089 <entry>
1090 - <base>LABEL_DESCRIPTION</base>
1091 + <base>DESCRIPTION</base>
1092 <trans>Description</trans>
1093 </entry>
1094 <entry>
1095 - <base>LABEL_EXPIRY</base>
1096 + <base>EXPIRY</base>
1097 <trans>Expiry</trans>
1098 </entry>
1099 <entry>
1100 - <base>LABEL_VERBOSE</base>
1101 + <base>VERBOSE</base>
1102 <trans>Verbose</trans>
1103 </entry>
1104 <entry>
1105 - <base>LABEL_BACKUP_DAY</base>
1106 + <base>BACKUP_DAY</base>
1107 <trans>Backup day</trans>
1108 </entry>
1109 <entry>
1110 - <base>LABEL_BACKUP_TIME</base>
1111 + <base>BACKUP_TIME</base>
1112 <trans>Backup time</trans>
1113 </entry>
1114 <entry>
1115 @@ -153,7 +153,7 @@
1116 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
1117 </entry>
1118 <entry>
1119 - <base>LABEL_RESTORE_DATE</base>
1120 + <base>RESTORE_DATE</base>
1121 <trans>Date</trans>
1122 </entry>
1123 <entry>
1124 @@ -161,15 +161,15 @@
1125 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
1126 </entry>
1127 <entry>
1128 - <base>LABEL_RESTORE_DR</base>
1129 + <base>RESTORE_DR</base>
1130 <trans>Disaster Recovery</trans>
1131 </entry>
1132 <entry>
1133 - <base>LABEL_RESTORE</base>
1134 + <base>RESTORE</base>
1135 <trans>Rendszer-visszaállítás</trans>
1136 </entry>
1137 <entry>
1138 - <base>LABEL_RESTORE_RESTORETO</base>
1139 + <base>RESTORE_RESTORETO</base>
1140 <trans>Restore to</trans>
1141 </entry>
1142 <entry>
1143 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/el/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
1144 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/el/etc/e-smith/web/functions/dar2 2008-04-24 23:05:26.000000000 +0200
1145 @@ -24,7 +24,7 @@
1146 <trans>There are no backup jobs in the system.</trans>
1147 </entry>
1148 <entry>
1149 - <base>LABEL_ACTION</base>
1150 + <base>ACTION</base>
1151 <trans>Action</trans>
1152 </entry>
1153 <entry>
1154 @@ -60,68 +60,68 @@
1155 <trans>Remove backup job</trans>
1156 </entry>
1157 <entry>
1158 - <base>LABEL_JOBNAME</base>
1159 + <base>JOBNAME</base>
1160 <trans>Job name</trans>
1161 </entry>
1162 <entry>
1163 - <base>LABEL_DESTINATION</base>
1164 + <base>DESTINATION</base>
1165 <trans>Destination</trans>
1166 </entry>
1167 <entry>
1168 - <base>LABEL_BACKUP</base>
1169 + <base>BACKUP</base>
1170 <trans>Backup selections</trans>
1171 </entry>
1172 <entry>
1173 - <base>LABEL_EXCLUDE</base>
1174 + <base>EXCLUDE</base>
1175 <trans>Exclude files</trans>
1176 </entry>
1177 <entry>
1178 - <base>LABEL_PRUNE</base>
1179 + <base>PRUNE</base>
1180 <trans>Prune directories</trans>
1181 </entry>
1182 <entry>
1183 - <base>LABEL_TARGET</base>
1184 + <base>TARGET</base>
1185 <trans>Target</trans>
1186 </entry>
1187 <entry>
1188 - <base>LABEL_SLICE</base>
1189 + <base>SLICE</base>
1190 <trans>Slice size</trans>
1191 </entry>
1192 <entry>
1193 - <base>LABEL_VFSTYPE</base>
1194 + <base>VFSTYPE</base>
1195 <trans>File system</trans>
1196 </entry>
1197
1198 <entry>
1199 - <base>LABEL_COMPRESSION</base>
1200 + <base>COMPRESSION</base>
1201 <trans>Compression</trans>
1202 </entry>
1203 <entry>
1204 - <base>LABEL_USERNAME</base>
1205 + <base>USERNAME</base>
1206 <trans>Όνομα Χρήστη</trans>
1207 </entry>
1208 <entry>
1209 - <base>LABEL_PASSWORD</base>
1210 + <base>PASSWORD</base>
1211 <trans>Κωδικός Πρόσβασης</trans>
1212 </entry>
1213 <entry>
1214 - <base>LABEL_DESCRIPTION</base>
1215 + <base>DESCRIPTION</base>
1216 <trans>Περιγραφή</trans>
1217 </entry>
1218 <entry>
1219 - <base>LABEL_EXPIRY</base>
1220 + <base>EXPIRY</base>
1221 <trans>Expiry</trans>
1222 </entry>
1223 <entry>
1224 - <base>LABEL_VERBOSE</base>
1225 + <base>VERBOSE</base>
1226 <trans>Verbose</trans>
1227 </entry>
1228 <entry>
1229 - <base>LABEL_BACKUP_DAY</base>
1230 + <base>BACKUP_DAY</base>
1231 <trans>Backup day</trans>
1232 </entry>
1233 <entry>
1234 - <base>LABEL_BACKUP_TIME</base>
1235 + <base>BACKUP_TIME</base>
1236 <trans>Backup time</trans>
1237 </entry>
1238 <entry>
1239 @@ -153,7 +153,7 @@
1240 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
1241 </entry>
1242 <entry>
1243 - <base>LABEL_RESTORE_DATE</base>
1244 + <base>RESTORE_DATE</base>
1245 <trans>Date</trans>
1246 </entry>
1247 <entry>
1248 @@ -161,15 +161,15 @@
1249 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
1250 </entry>
1251 <entry>
1252 - <base>LABEL_RESTORE_DR</base>
1253 + <base>RESTORE_DR</base>
1254 <trans>Disaster Recovery</trans>
1255 </entry>
1256 <entry>
1257 - <base>LABEL_RESTORE</base>
1258 + <base>RESTORE</base>
1259 <trans>Επαναφορά</trans>
1260 </entry>
1261 <entry>
1262 - <base>LABEL_RESTORE_RESTORETO</base>
1263 + <base>RESTORE_RESTORETO</base>
1264 <trans>Restore to</trans>
1265 </entry>
1266 <entry>
1267 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/it/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
1268 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/it/etc/e-smith/web/functions/dar2 2008-04-24 23:07:16.000000000 +0200
1269 @@ -24,7 +24,7 @@
1270 <trans>There are no backup jobs in the system.</trans>
1271 </entry>
1272 <entry>
1273 - <base>LABEL_ACTION</base>
1274 + <base>ACTION</base>
1275 <trans>Azione</trans>
1276 </entry>
1277 <entry>
1278 @@ -60,68 +60,68 @@
1279 <trans>Remove backup job</trans>
1280 </entry>
1281 <entry>
1282 - <base>LABEL_JOBNAME</base>
1283 + <base>JOBNAME</base>
1284 <trans>Job name</trans>
1285 </entry>
1286 <entry>
1287 - <base>LABEL_DESTINATION</base>
1288 + <base>DESTINATION</base>
1289 <trans>Destination</trans>
1290 </entry>
1291 <entry>
1292 - <base>LABEL_BACKUP</base>
1293 + <base>BACKUP</base>
1294 <trans>Backup selections</trans>
1295 </entry>
1296 <entry>
1297 - <base>LABEL_EXCLUDE</base>
1298 + <base>EXCLUDE</base>
1299 <trans>Exclude files</trans>
1300 </entry>
1301 <entry>
1302 - <base>LABEL_PRUNE</base>
1303 + <base>PRUNE</base>
1304 <trans>Prune directories</trans>
1305 </entry>
1306 <entry>
1307 - <base>LABEL_TARGET</base>
1308 + <base>TARGET</base>
1309 <trans>Target</trans>
1310 </entry>
1311 <entry>
1312 - <base>LABEL_SLICE</base>
1313 + <base>SLICE</base>
1314 <trans>Slice size</trans>
1315 </entry>
1316 <entry>
1317 - <base>LABEL_VFSTYPE</base>
1318 + <base>VFSTYPE</base>
1319 <trans>File system</trans>
1320 </entry>
1321
1322 <entry>
1323 - <base>LABEL_COMPRESSION</base>
1324 + <base>COMPRESSION</base>
1325 <trans>Compression</trans>
1326 </entry>
1327 <entry>
1328 - <base>LABEL_USERNAME</base>
1329 + <base>USERNAME</base>
1330 <trans>Nome utente</trans>
1331 </entry>
1332 <entry>
1333 - <base>LABEL_PASSWORD</base>
1334 + <base>PASSWORD</base>
1335 <trans>Password</trans>
1336 </entry>
1337 <entry>
1338 - <base>LABEL_DESCRIPTION</base>
1339 + <base>DESCRIPTION</base>
1340 <trans>Descrizione</trans>
1341 </entry>
1342 <entry>
1343 - <base>LABEL_EXPIRY</base>
1344 + <base>EXPIRY</base>
1345 <trans>Expiry</trans>
1346 </entry>
1347 <entry>
1348 - <base>LABEL_VERBOSE</base>
1349 + <base>VERBOSE</base>
1350 <trans>Verbose</trans>
1351 </entry>
1352 <entry>
1353 - <base>LABEL_BACKUP_DAY</base>
1354 + <base>BACKUP_DAY</base>
1355 <trans>Backup day</trans>
1356 </entry>
1357 <entry>
1358 - <base>LABEL_BACKUP_TIME</base>
1359 + <base>BACKUP_TIME</base>
1360 <trans>Backup time</trans>
1361 </entry>
1362 <entry>
1363 @@ -153,7 +153,7 @@
1364 <trans>Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]</trans>
1365 </entry>
1366 <entry>
1367 - <base>LABEL_RESTORE_DATE</base>
1368 + <base>RESTORE_DATE</base>
1369 <trans>Date</trans>
1370 </entry>
1371 <entry>
1372 @@ -161,15 +161,15 @@
1373 <trans><![CDATA[ <P>To perform a full disaster recovery restore set the following:</P> <P><B>Disaster Recovery</B> [ Enabled ] <B>Restore</B> [ *.* ] <B>Restore to</B> [ / ]</P> <P>Note: After completion of a full disaster recovery restore, you will need to enter the server-manager <B>Reboot or shutdown</B> panel and <B>Reconfigure</B> your server.</P> <P>To perform a selective restore, enter one restore path per line. Paths must be relative. Example: To restore /root/contribs to the original location you would therefore enter:</P> <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P> ]]></trans>
1374 </entry>
1375 <entry>
1376 - <base>LABEL_RESTORE_DR</base>
1377 + <base>RESTORE_DR</base>
1378 <trans>Disaster Recovery</trans>
1379 </entry>
1380 <entry>
1381 - <base>LABEL_RESTORE</base>
1382 + <base>RESTORE</base>
1383 <trans>Ripristina</trans>
1384 </entry>
1385 <entry>
1386 - <base>LABEL_RESTORE_RESTORETO</base>
1387 + <base>RESTORE_RESTORETO</base>
1388 <trans>Restore to</trans>
1389 </entry>
1390 <entry>
1391 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/da/etc/e-smith/web/functions/dar2.add2general 2008-04-24 22:10:39.000000000 +0200
1392 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/da/etc/e-smith/web/functions/dar2 2008-04-24 23:04:19.000000000 +0200
1393 @@ -24,7 +24,7 @@
1394 <trans>Der er ingen sikkerhedskopi jobs i systemet.</trans>
1395 </entry>
1396 <entry>
1397 - <base>LABEL_ACTION</base>
1398 + <base>ACTION</base>
1399 <trans>Aktivitet</trans>
1400 </entry>
1401 <entry>
1402 @@ -60,68 +60,68 @@
1403 <trans>Fjern sikkerhedskopi job</trans>
1404 </entry>
1405 <entry>
1406 - <base>LABEL_JOBNAME</base>
1407 + <base>JOBNAME</base>
1408 <trans>Job navn</trans>
1409 </entry>
1410 <entry>
1411 - <base>LABEL_DESTINATION</base>
1412 + <base>DESTINATION</base>
1413 <trans>Destination</trans>
1414 </entry>
1415 <entry>
1416 - <base>LABEL_BACKUP</base>
1417 + <base>BACKUP</base>
1418 <trans>Sikkerhedskopi valg</trans>
1419 </entry>
1420 <entry>
1421 - <base>LABEL_EXCLUDE</base>
1422 + <base>EXCLUDE</base>
1423 <trans>Udelad filer</trans>
1424 </entry>
1425 <entry>
1426 - <base>LABEL_PRUNE</base>
1427 + <base>PRUNE</base>
1428 <trans>Udelad biblioteker</trans>
1429 </entry>
1430 <entry>
1431 - <base>LABEL_TARGET</base>
1432 + <base>TARGET</base>
1433 <trans>Destination</trans>
1434 </entry>
1435 <entry>
1436 - <base>LABEL_SLICE</base>
1437 + <base>SLICE</base>
1438 <trans>Fil størrelse</trans>
1439 </entry>
1440 <entry>
1441 - <base>LABEL_VFSTYPE</base>
1442 + <base>VFSTYPE</base>
1443 <trans>Filsystem</trans>
1444 </entry>
1445
1446 <entry>
1447 - <base>LABEL_COMPRESSION</base>
1448 + <base>COMPRESSION</base>
1449 <trans>Komprimering</trans>
1450 </entry>
1451 <entry>
1452 - <base>LABEL_USERNAME</base>
1453 + <base>USERNAME</base>
1454 <trans>Brugernavn</trans>
1455 </entry>
1456 <entry>
1457 - <base>LABEL_PASSWORD</base>
1458 + <base>PASSWORD</base>
1459 <trans>Adgangskode</trans>
1460 </entry>
1461 <entry>
1462 - <base>LABEL_DESCRIPTION</base>
1463 + <base>DESCRIPTION</base>
1464 <trans>Beskrivelse</trans>
1465 </entry>
1466 <entry>
1467 - <base>LABEL_EXPIRY</base>
1468 + <base>EXPIRY</base>
1469 <trans>Udløb</trans>
1470 </entry>
1471 <entry>
1472 - <base>LABEL_VERBOSE</base>
1473 + <base>VERBOSE</base>
1474 <trans>Detaljer</trans>
1475 </entry>
1476 <entry>
1477 - <base>LABEL_BACKUP_DAY</base>
1478 + <base>BACKUP_DAY</base>
1479 <trans>Backup dag</trans>
1480 </entry>
1481 <entry>
1482 - <base>LABEL_BACKUP_TIME</base>
1483 + <base>BACKUP_TIME</base>
1484 <trans>Backup tid</trans>
1485 </entry>
1486 <entry>
1487 @@ -153,7 +153,7 @@
1488 <trans>Indtast dato på det arkiv du ønsker at gendanne fra. Format: [ åååå.mm.dd ]</trans>
1489 </entry>
1490 <entry>
1491 - <base>LABEL_RESTORE_DATE</base>
1492 + <base>RESTORE_DATE</base>
1493 <trans>Dato</trans>
1494 </entry>
1495 <entry>
1496 @@ -161,15 +161,15 @@
1497 <trans><![CDATA[ <P> For at udføre en total gendannelse aktiver følgende:</P> <P><B>Total Gendannelse</B> [Aktiveret ] <B>Gendan</B> [ *.* ] <B>Gendan til</B> [ / ]</P> <P>Note: Efter gennemførsel af en total gendannelse, er det nødvendigt at vælge <B>Genstart eller nedlukning</B> i server manageren og aktivere <B>Omkonfigurer</B> serveren.</P> <P> For at gennemføre en selektiv gendannelse, indtast en gendannelsessti pr linie. Gendannelsesstier skal være relative. Eksempel: For at gendanne /root/contribs til den oprindelige placering skal du indtaste:</P> <P><B>Total gendannelse</B> [ Deaktiveret ] <B>Gendan</B> [ root/contribs ] <B>Gendan til</B> [ / ]</P> ]]></trans>
1498 </entry>
1499 <entry>
1500 - <base>LABEL_RESTORE_DR</base>
1501 + <base>RESTORE_DR</base>
1502 <trans>Total gendannelse</trans>
1503 </entry>
1504 <entry>
1505 - <base>LABEL_RESTORE</base>
1506 + <base>RESTORE</base>
1507 <trans>Gendan</trans>
1508 </entry>
1509 <entry>
1510 - <base>LABEL_RESTORE_RESTORETO</base>
1511 + <base>RESTORE_RESTORETO</base>
1512 <trans>Gendan til</trans>
1513 </entry>
1514 <entry>
1515 --- smeserver-dar2-0.0.1/root/etc/e-smith/web/functions/dar2.add2general 2006-10-11 21:21:00.000000000 +0200
1516 +++ smeserver-dar2-0.0.1/root/etc/e-smith/web/functions/dar2 2008-04-24 23:01:04.000000000 +0200
1517 @@ -40,7 +40,7 @@
1518 size="25"
1519 value=""
1520 validation="nonblank">
1521 - <label>LABEL_JOBNAME</label>
1522 + <label>JOBNAME</label>
1523 <description>DESCRIPTION_JOBNAME</description>
1524 </field>
1525
1526 @@ -50,7 +50,7 @@
1527 size="50"
1528 value=""
1529 validation="nonblank">
1530 - <label>LABEL_DESCRIPTION</label>
1531 + <label>DESCRIPTION</label>
1532 <description>DESCRIPTION_DESC</description>
1533 </field>
1534
1535 @@ -59,7 +59,7 @@
1536 id="backup"
1537 value="get_drbackup()"
1538 validation="nonblank">
1539 - <label>LABEL_BACKUP</label>
1540 + <label>BACKUP</label>
1541 <description>DESCRIPTION_BACKUP</description>
1542 </field>
1543
1544 @@ -68,7 +68,7 @@
1545 id="prune"
1546 value=""
1547 validation="">
1548 - <label>LABEL_PRUNE</label>
1549 + <label>PRUNE</label>
1550 <description>DESCRIPTION_PRUNE</description>
1551 </field>
1552
1553 @@ -77,7 +77,7 @@
1554 id="exclude"
1555 value=""
1556 validation="">
1557 - <label>LABEL_EXCLUDE</label>
1558 + <label>EXCLUDE</label>
1559 <description>DESCRIPTION_EXCLUDE</description>
1560 </field>
1561
1562 @@ -87,7 +87,7 @@
1563 size="50"
1564 value=""
1565 validation="">
1566 - <label>LABEL_TARGET</label>
1567 + <label>TARGET</label>
1568 <description>DESCRIPTION_TARGET</description>
1569 </field>
1570
1571 @@ -97,7 +97,7 @@
1572 size="25"
1573 value=""
1574 validation="">
1575 - <label>LABEL_USERNAME</label>
1576 + <label>USERNAME</label>
1577 </field>
1578
1579 <field
1580 @@ -106,7 +106,7 @@
1581 size="25"
1582 value=""
1583 validation="">
1584 - <label>LABEL_PASSWORD</label>
1585 + <label>PASSWORD</label>
1586 </field>
1587
1588 <field
1589 @@ -117,7 +117,7 @@
1590 'smbfs' => 'smbfs'"
1591 value="smbfs"
1592 validation="nonblank">
1593 - <label>LABEL_VFSTYPE</label>
1594 + <label>VFSTYPE</label>
1595 <description>DESCRIPTION_VFSTYPE</description>
1596 </field>
1597
1598 @@ -127,7 +127,7 @@
1599 size="3"
1600 value="650"
1601 validation="zero_or_positive()">
1602 - <label>LABEL_SLICE</label>
1603 + <label>SLICE</label>
1604 <description>DESCRIPTION_SLICE</description>
1605 </field>
1606
1607 @@ -137,7 +137,7 @@
1608 options="0,1,2,3,4,5,6,7,8,9"
1609 value="0"
1610 validation="zero_or_positive()">
1611 - <label>LABEL_COMPRESSION</label>
1612 + <label>COMPRESSION</label>
1613 <description>DESCRIPTION_COMPRESSION</description>
1614 </field>
1615
1616 @@ -147,7 +147,7 @@
1617 size="3"
1618 value="0"
1619 validation="zero_or_positive()">
1620 - <label>LABEL_EXPIRY</label>
1621 + <label>EXPIRY</label>
1622 <description>DESCRIPTION_EXPIRY</description>
1623 </field>
1624
1625 @@ -157,7 +157,7 @@
1626 options="'on','off'"
1627 value="off"
1628 validation="nonblank">
1629 - <label>LABEL_VERBOSE</label>
1630 + <label>VERBOSE</label>
1631 <description>DESCRIPTION_VERBOSE</description>
1632 </field>
1633
1634 @@ -167,7 +167,7 @@
1635 options="'manual','*','MON','TUE','WED','THU','FRI','SAT','SUN'"
1636 value="manual"
1637 validation="nonblank">
1638 - <label>LABEL_BACKUP_DAY</label>
1639 + <label>BACKUP_DAY</label>
1640 <description>DESCRIPTION_BACKUP_DAY</description>
1641 </field>
1642
1643 @@ -177,7 +177,7 @@
1644 size="5"
1645 value="23:30"
1646 validation="">
1647 - <label>LABEL_BACKUP_TIME</label>
1648 + <label>BACKUP_TIME</label>
1649 <description>DESCRIPTION_BACKUP_TIME</description>
1650 </field>
1651
1652 @@ -193,7 +193,7 @@
1653 <field
1654 type="literal"
1655 id="jobname">
1656 - <label>LABEL_JOBNAME</label>
1657 + <label>JOBNAME</label>
1658 </field>
1659
1660 <field
1661 @@ -202,7 +202,7 @@
1662 size="50"
1663 value="get_description_value()"
1664 validation="nonblank">
1665 - <label>LABEL_DESCRIPTION</label>
1666 + <label>DESCRIPTION</label>
1667 </field>
1668
1669 <field
1670 @@ -210,7 +210,7 @@
1671 id="backup"
1672 value="get_backup_value()"
1673 validation="nonblank">
1674 - <label>LABEL_BACKUP</label>
1675 + <label>BACKUP</label>
1676 </field>
1677
1678 <field
1679 @@ -218,7 +218,7 @@
1680 id="prune"
1681 value="get_prune_value()"
1682 validation="">
1683 - <label>LABEL_PRUNE</label>
1684 + <label>PRUNE</label>
1685 </field>
1686
1687 <field
1688 @@ -226,7 +226,7 @@
1689 id="exclude"
1690 value="get_exclude_value()"
1691 validation="">
1692 - <label>LABEL_EXCLUDE</label>
1693 + <label>EXCLUDE</label>
1694 </field>
1695
1696
1697 @@ -236,7 +236,7 @@
1698 size="50"
1699 value="get_target_value()"
1700 validation="">
1701 - <label>LABEL_TARGET</label>
1702 + <label>TARGET</label>
1703 </field>
1704
1705 <field
1706 @@ -245,7 +245,7 @@
1707 size="25"
1708 value="get_username_value()"
1709 validation="">
1710 - <label>LABEL_USERNAME</label>
1711 + <label>USERNAME</label>
1712 </field>
1713
1714 <field
1715 @@ -254,7 +254,7 @@
1716 size="25"
1717 value="get_password_value()"
1718 validation="">
1719 - <label>LABEL_PASSWORD</label>
1720 + <label>PASSWORD</label>
1721 </field>
1722
1723 <field
1724 @@ -265,7 +265,7 @@
1725 'smbfs' => 'smbfs'"
1726 value="get_vfstype_value()"
1727 validation="nonblank">
1728 - <label>LABEL_VFSTYPE</label>
1729 + <label>VFSTYPE</label>
1730 </field>
1731
1732 <field
1733 @@ -274,7 +274,7 @@
1734 size="3"
1735 value="get_slice_value()"
1736 validation="zero_or_positive()">
1737 - <label>LABEL_SLICE</label>
1738 + <label>SLICE</label>
1739 </field>
1740
1741 <field
1742 @@ -283,7 +283,7 @@
1743 options="0,1,2,3,4,5,6,7,8,9"
1744 value="get_compression_value()"
1745 validation="zero_or_positive()">
1746 - <label>LABEL_COMPRESSION</label>
1747 + <label>COMPRESSION</label>
1748 </field>
1749
1750 <field
1751 @@ -292,7 +292,7 @@
1752 size="3"
1753 value="get_expiry_value()"
1754 validation="zero_or_positive()">
1755 - <label>LABEL_EXPIRY</label>
1756 + <label>EXPIRY</label>
1757 </field>
1758
1759 <field
1760 @@ -301,7 +301,7 @@
1761 options="'on','off'"
1762 value="get_verbose_value()"
1763 validation="nonblank">
1764 - <label>LABEL_VERBOSE</label>
1765 + <label>VERBOSE</label>
1766 </field>
1767
1768 <field
1769 @@ -310,7 +310,7 @@
1770 options="'manual','*','MON','TUE','WED','THU','FRI','SAT','SUN'"
1771 value="get_backupday_value()"
1772 validation="nonblank">
1773 - <label>LABEL_BACKUP_DAY</label>
1774 + <label>BACKUP_DAY</label>
1775 </field>
1776
1777 <field
1778 @@ -319,7 +319,7 @@
1779 size="5"
1780 value="get_backuptime_value()"
1781 validation="nonblank">
1782 - <label>LABEL_BACKUP_TIME</label>
1783 + <label>BACKUP_TIME</label>
1784 </field>
1785
1786 <subroutine src="print_button('SAVE')" />
1787 @@ -334,7 +334,7 @@
1788 <field
1789 type="literal"
1790 id="jobname">
1791 - <label>LABEL_JOBNAME</label>
1792 + <label>JOBNAME</label>
1793 </field>
1794
1795 <field
1796 @@ -343,7 +343,7 @@
1797 size="10"
1798 value=""
1799 validation="nonblank">
1800 - <label>LABEL_RESTORE_DATE</label>
1801 + <label>RESTORE_DATE</label>
1802 <description>DESCRIPTION_RESTORE_DATE</description>
1803 </field>
1804
1805 @@ -353,7 +353,7 @@
1806 options="'Enabled','Disabled'"
1807 value="Disabled"
1808 validation="nonblank">
1809 - <label>LABEL_RESTORE_DR</label>
1810 + <label>RESTORE_DR</label>
1811 <description>DESCRIPTION_RESTORE_DR</description>
1812 </field>
1813
1814 @@ -362,7 +362,7 @@
1815 id="restore"
1816 value=""
1817 validation="nonblank">
1818 - <label>LABEL_RESTORE</label>
1819 + <label>RESTORE</label>
1820 </field>
1821
1822 <field
1823 @@ -371,7 +371,7 @@
1824 size="25"
1825 value=""
1826 validation="nonblank">
1827 - <label>LABEL_RESTORE_RESTORETO</label>
1828 + <label>RESTORE_RESTORETO</label>
1829 </field>
1830
1831 <subroutine src="print_button('PERFORM')" />
1832 @@ -386,21 +386,21 @@
1833 <field
1834 type="literal"
1835 id="jobname">
1836 - <label>LABEL_JOBNAME</label>
1837 + <label>JOBNAME</label>
1838 </field>
1839
1840 <field
1841 type="literal"
1842 id="description"
1843 value="get_description_value()">
1844 - <label>LABEL_DESCRIPTION</label>
1845 + <label>DESCRIPTION</label>
1846 </field>
1847
1848 <field
1849 type="literal"
1850 id="target"
1851 value="get_target_value()">
1852 - <label>LABEL_TARGET</label>
1853 + <label>TARGET</label>
1854 </field>
1855
1856 <subroutine src="print_button('PERFORM')" />
1857 @@ -415,21 +415,21 @@
1858 <field
1859 type="literal"
1860 id="jobname">
1861 - <label>LABEL_JOBNAME</label>
1862 + <label>JOBNAME</label>
1863 </field>
1864
1865 <field
1866 type="literal"
1867 id="description"
1868 value="get_description_value()">
1869 - <label>LABEL_DESCRIPTION</label>
1870 + <label>DESCRIPTION</label>
1871 </field>
1872
1873 <field
1874 type="literal"
1875 id="target"
1876 value="get_target_value()">
1877 - <label>LABEL_TARGET</label>
1878 + <label>TARGET</label>
1879 </field>
1880
1881 <subroutine src="print_button('PERFORM')" />

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