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

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

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


Revision 1.3 - (show annotations) (download)
Mon Apr 21 02:12:09 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
Changes since 1.2: +818 -17 lines
XML fixup

1 --- smeserver-dar2-0.0.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/dar2.pm.transfix 2006-10-16 10:47:35.000000000 -0600
2 +++ smeserver-dar2-0.0.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/dar2.pm 2008-04-20 20:10:49.000000000 -0600
3 @@ -233,7 +233,7 @@
4 my $Target = $rec->prop("Target");
5 my $modify = $self->localise('MODIFY');
6 my $backup = $self->localise('BACKUP');
7 - my $restore = $self->localise('RESTORE');
8 + my $restore = $self->localise('LABEL_RESTORE');
9 my $remove = $self->localise('REMOVE');
10 my $href = "$scriptname?page=0&page_stack=&Next=Next&wherenext";
11
12 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/dar2.transfix 2008-04-20 20:03:21.000000000 -0600
13 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/dar2 2008-04-20 20:11:25.000000000 -0600
14 @@ -3,24 +3,20 @@
15 <base>SAVE</base>
16 <trans>Save</trans>
17 </entry>
18 -
19 <entry>
20 <base>PERFORM</base>
21 <trans>Perform</trans>
22 </entry>
23 -
24 <entry>
25 <base>FORM_TITLE</base>
26 <trans>Disk ARchive</trans>
27 </entry>
28 -
29 <entry>
30 <base>OPERATION_STATUS_REPORT</base>
31 <trans>
32 Operation status report
33 </trans>
34 </entry>
35 -
36 <entry>
37 <base>FORM_DESCRIPTION</base>
38 <trans>
39 @@ -33,103 +29,74 @@
40 ]]>
41 </trans>
42 </entry>
43 -
44 <entry>
45 <base>NO_BACKUP_JOBS</base>
46 <trans>There are no backup jobs in the system.</trans>
47 </entry>
48 -
49 <entry>
50 <base>LABEL_ACTION</base>
51 <trans>Action</trans>
52 </entry>
53 -
54 <entry>
55 <base>MODIFY</base>
56 <trans>View/Modify</trans>
57 </entry>
58 -
59 -
60 <entry>
61 <base>BACKUP</base>
62 <trans>Backup</trans>
63 </entry>
64 -
65 - <entry>
66 - <base>RESTORE</base>
67 - <trans>Restore</trans>
68 - </entry>
69 -
70 <entry>
71 <base>REMOVE</base>
72 <trans>Remove</trans>
73 </entry>
74 -
75 <entry>
76 <base>CREATE_TITLE</base>
77 <trans>Create backup job</trans>
78 </entry>
79 -
80 <entry>
81 <base>MODIFY_TITLE</base>
82 <trans>Modify backup job</trans>
83 </entry>
84 -
85 <entry>
86 <base>RESTORE_TITLE</base>
87 <trans>Restore backup job</trans>
88 </entry>
89 -
90 <entry>
91 <base>BACKUP_TITLE</base>
92 <trans>Launch backup job</trans>
93 </entry>
94 -
95 <entry>
96 <base>REMOVE_TITLE</base>
97 <trans>Remove backup job</trans>
98 </entry>
99 -
100 <entry>
101 <base>LABEL_JOBNAME</base>
102 <trans>Job name</trans>
103 </entry>
104 -
105 <entry>
106 <base>LABEL_DESTINATION</base>
107 <trans>Destination</trans>
108 </entry>
109 -
110 - <entry>
111 - <base>LABEL_DR</base>
112 - <trans>Disaster Recovery</trans>
113 - </entry>
114 -
115 <entry>
116 <base>LABEL_BACKUP</base>
117 <trans>Backup selections</trans>
118 </entry>
119 -
120 <entry>
121 <base>LABEL_EXCLUDE</base>
122 <trans>Exclude files</trans>
123 </entry>
124 -
125 <entry>
126 <base>LABEL_PRUNE</base>
127 <trans>Prune directories</trans>
128 </entry>
129 -
130 <entry>
131 <base>LABEL_TARGET</base>
132 <trans>Target</trans>
133 </entry>
134 -
135 <entry>
136 <base>LABEL_SLICE</base>
137 <trans>Slice size</trans>
138 </entry>
139 -
140 <entry>
141 <base>LABEL_VFSTYPE</base>
142 <trans>File system</trans>
143 @@ -139,84 +106,68 @@
144 <base>LABEL_COMPRESSION</base>
145 <trans>Compression</trans>
146 </entry>
147 -
148 <entry>
149 <base>LABEL_USERNAME</base>
150 <trans>Username</trans>
151 </entry>
152 -
153 <entry>
154 <base>LABEL_PASSWORD</base>
155 <trans>Password</trans>
156 </entry>
157 -
158 <entry>
159 <base>LABEL_DESCRIPTION</base>
160 <trans>Description</trans>
161 </entry>
162 -
163 <entry>
164 <base>LABEL_EXPIRY</base>
165 <trans>Expiry</trans>
166 </entry>
167 -
168 <entry>
169 <base>LABEL_VERBOSE</base>
170 <trans>Verbose</trans>
171 </entry>
172 -
173 <entry>
174 <base>LABEL_BACKUP_DAY</base>
175 <trans>Backup day</trans>
176 </entry>
177 -
178 <entry>
179 <base>LABEL_BACKUP_TIME</base>
180 <trans>Backup time</trans>
181 </entry>
182 -
183 <entry>
184 <base>DISABLED</base>
185 <trans>Disabled</trans>
186 </entry>
187 -
188 <entry>
189 <base>ENABLED</base>
190 <trans>Enabled</trans>
191 </entry>
192 -
193 <entry>
194 <base>LOCALDRIVE</base>
195 <trans>Local drive</trans>
196 </entry>
197 -
198 <entry>
199 <base>MOUNTED</base>
200 <trans>Mounted</trans>
201 </entry>
202 -
203 <entry>
204 <base>NETWORKSHARE</base>
205 <trans>Network share</trans>
206 </entry>
207 -
208 <entry>
209 <base>UNMOUNTED</base>
210 <trans>Unmounted</trans>
211 </entry>
212 -
213 <entry>
214 <base>DESCRIPTION_RESTORE_DATE</base>
215 <trans>
216 Enter the date of the archive you wish to restore from. Format: [ yyyy.mm.dd ]
217 </trans>
218 </entry>
219 -
220 <entry>
221 <base>LABEL_RESTORE_DATE</base>
222 <trans>Date</trans>
223 </entry>
224 -
225 <entry>
226 <base>DESCRIPTION_RESTORE_DR</base>
227 <trans>
228 @@ -232,23 +183,19 @@
229 <P><B>Disaster Recovery</B> [ Disabled ] <B>Restore</B> [ root/contribs ] <B>Restore to</B> [ / ]</P>
230 ]]>
231 </trans>
232 - </entry>
233 -
234 + </entry>
235 <entry>
236 <base>LABEL_RESTORE_DR</base>
237 <trans>Disaster Recovery</trans>
238 </entry>
239 -
240 <entry>
241 <base>LABEL_RESTORE</base>
242 <trans>Restore</trans>
243 </entry>
244 -
245 <entry>
246 <base>LABEL_RESTORE_RESTORETO</base>
247 <trans>Restore to</trans>
248 </entry>
249 -
250 <entry>
251 <base>DESCRIPTION_JOBNAME</base>
252 <trans>
253 @@ -256,14 +203,12 @@
254 numbers, periods, hyphens and underscores. No spaces.
255 </trans>
256 </entry>
257 -
258 <entry>
259 <base>DESCRIPTION_DESC</base>
260 <trans>
261 Enter a description for this backup job.
262 </trans>
263 </entry>
264 -
265 <entry>
266 <base>DESCRIPTION_DR</base>
267 <trans>
268 @@ -271,7 +216,6 @@
269 and restore events. Please set to Disabled if performing a standard backup.
270 </trans>
271 </entry>
272 -
273 <entry>
274 <base>DESCRIPTION_BACKUP</base>
275 <trans>
276 @@ -282,7 +226,6 @@
277 One entry per line. Do not enter [ /,/blah,proc,tmp ].
278 </trans>
279 </entry>
280 -
281 <entry>
282 <base>DESCRIPTION_EXCLUDE</base>
283 <trans>
284 @@ -290,7 +233,6 @@
285 One entry per line. Wildcards * and ? are valid.
286 </trans>
287 </entry>
288 -
289 <entry>
290 <base>DESCRIPTION_PRUNE</base>
291 <trans>
292 @@ -299,7 +241,6 @@
293 One entry per line. Wildcards * and ? valid.
294 </trans>
295 </entry>
296 -
297 <entry>
298 <base>DESCRIPTION_TARGET</base>
299 <trans>
300 @@ -315,7 +256,6 @@
301 ]]>
302 </trans>
303 </entry>
304 -
305 <entry>
306 <base>DESCRIPTION_VFSTYPE</base>
307 <trans>
308 @@ -327,8 +267,6 @@
309 Example: [//10.1.1.1/sharename].
310 </trans>
311 </entry>
312 -
313 -
314 <entry>
315 <base>DESCRIPTION_SLICE</base>
316 <trans>
317 @@ -339,7 +277,6 @@
318 Total backup job size is limited only by available target free space.
319 </trans>
320 </entry>
321 -
322 <entry>
323 <base>DESCRIPTION_COMPRESSION</base>
324 <trans>
325 @@ -347,7 +284,6 @@
326 No compression dramitcally improves backup speed.
327 </trans>
328 </entry>
329 -
330 <entry>
331 <base>DESCRIPTION_U_P</base>
332 <trans>
333 @@ -356,7 +292,6 @@
334 Leave the username and password blank if backing up to an attached local drive.
335 </trans>
336 </entry>
337 -
338 <entry>
339 <base>DESCRIPTION_EXPIRY</base>
340 <trans>
341 @@ -364,7 +299,6 @@
342 Choosing 0 means backups are overwritten every day.
343 </trans>
344 </entry>
345 -
346 <entry>
347 <base>DESCRIPTION_VERBOSE</base>
348 <trans>
349 @@ -374,14 +308,12 @@
350 Scheduled jobs will receive an e-mail to admin of job details.
351 </trans>
352 </entry>
353 -
354 <entry>
355 <base>DESCRIPTION_BACKUP_DAY</base>
356 <trans>
357 Enter the day you would like this backup to occur. Leave manual for unscheduled manual use.
358 </trans>
359 </entry>
360 -
361 <entry>
362 <base>DESCRIPTION_BACKUP_TIME</base>
363 <trans>
364 --- smeserver-dar2-0.0.1/root/etc/e-smith/locale/de/etc/e-smith/web/functions/dar2.transfix 2006-10-16 10:44:02.000000000 -0600
365 +++ smeserver-dar2-0.0.1/root/etc/e-smith/locale/de/etc/e-smith/web/functions/dar2 2008-04-20 20:11:20.000000000 -0600
366 @@ -1,33 +1,22 @@
367 <lexicon lang="de">
368 - <!-- vim: ft=xml:
369 - -->
370 -
371 -# DAR2_BUTTONS
372 -
373 <entry>
374 <base>SAVE</base>
375 <trans>Speichern</trans>
376 </entry>
377 -
378 <entry>
379 <base>PERFORM</base>
380 <trans>Ausführen</trans>
381 </entry>
382 -
383 -# DAR2_PAGE_FIRST
384 -
385 <entry>
386 <base>FORM_TITLE</base>
387 <trans>Disk ARchive</trans>
388 </entry>
389 -
390 <entry>
391 <base>OPERATION_STATUS_REPORT</base>
392 <trans>
393 Statusbericht
394 </trans>
395 </entry>
396 -
397 <entry>
398 <base>FORM_DESCRIPTION</base>
399 <trans>
400 @@ -41,40 +30,26 @@
401 ]]>
402 </trans>
403 </entry>
404 -
405 <entry>
406 <base>NO_BACKUP_JOBS</base>
407 <trans>Es gibt keine Sicherungsaufträge im System.</trans>
408 </entry>
409 -
410 <entry>
411 <base>LABEL_ACTION</base>
412 <trans>Aktion</trans>
413 </entry>
414 -
415 <entry>
416 <base>MODIFY</base>
417 <trans>Ansehen/Ändern</trans>
418 </entry>
419 -
420 -
421 <entry>
422 <base>BACKUP</base>
423 <trans>Sichern</trans>
424 </entry>
425 -
426 - <entry>
427 - <base>RESTORE</base>
428 - <trans>Wiederherstellen</trans>
429 - </entry>
430 -
431 <entry>
432 <base>REMOVE</base>
433 <trans>Löschen</trans>
434 </entry>
435 -
436 -# PAGE_TITLES
437 -
438 <entry>
439 <base>CREATE_TITLE</base>
440 <trans>
441 @@ -83,7 +58,6 @@
442 ]]>
443 </trans>
444 </entry>
445 -
446 <entry>
447 <base>MODIFY_TITLE</base>
448 <trans>
449 @@ -92,7 +66,6 @@
450 ]]>
451 </trans>
452 </entry>
453 -
454 <entry>
455 <base>RESTORE_TITLE</base>
456 <trans>
457 @@ -101,7 +74,6 @@
458 ]]>
459 </trans>
460 </entry>
461 -
462 <entry>
463 <base>BACKUP_TITLE</base>
464 <trans>
465 @@ -110,7 +82,6 @@
466 ]]>
467 </trans>
468 </entry>
469 -
470 <entry>
471 <base>REMOVE_TITLE</base>
472 <trans>
473 @@ -119,47 +90,34 @@
474 ]]>
475 </trans>
476 </entry>
477 -
478 <entry>
479 <base>LABEL_JOBNAME</base>
480 <trans>Auftrag</trans>
481 </entry>
482 -
483 <entry>
484 <base>LABEL_DESTINATION</base>
485 <trans>Zieladresse</trans>
486 </entry>
487 -
488 - <entry>
489 - <base>LABEL_DR</base>
490 - <trans>Notfall-Sicherung</trans>
491 - </entry>
492 -
493 <entry>
494 <base>LABEL_BACKUP</base>
495 <trans>Verzeichnisse auswählen</trans>
496 </entry>
497 -
498 <entry>
499 <base>LABEL_EXCLUDE</base>
500 <trans>Ausgeschlossene Dateien</trans>
501 </entry>
502 -
503 <entry>
504 <base>LABEL_PRUNE</base>
505 <trans>Ausgeschlossene Verzeichnisse</trans>
506 </entry>
507 -
508 <entry>
509 <base>LABEL_TARGET</base>
510 <trans>Ziel</trans>
511 </entry>
512 -
513 <entry>
514 <base>LABEL_SLICE</base>
515 <trans>Segmentgröße</trans>
516 </entry>
517 -
518 <entry>
519 <base>LABEL_VFSTYPE</base>
520 <trans>Dateisystem</trans>
521 @@ -169,88 +127,68 @@
522 <base>LABEL_COMPRESSION</base>
523 <trans>Kompressionsfaktor</trans>
524 </entry>
525 -
526 <entry>
527 <base>LABEL_USERNAME</base>
528 <trans>Benutzername</trans>
529 </entry>
530 -
531 <entry>
532 <base>LABEL_PASSWORD</base>
533 <trans>Kennwort</trans>
534 </entry>
535 -
536 <entry>
537 <base>LABEL_DESCRIPTION</base>
538 <trans>Beschreibung</trans>
539 </entry>
540 -
541 <entry>
542 <base>LABEL_EXPIRY</base>
543 <trans>Anzahl Aufbewahrungstage</trans>
544 </entry>
545 -
546 <entry>
547 <base>LABEL_VERBOSE</base>
548 <trans>Ausführliche Logdatei</trans>
549 </entry>
550 -
551 <entry>
552 <base>LABEL_BACKUP_DAY</base>
553 <trans>Sicherungstag</trans>
554 </entry>
555 -
556 <entry>
557 <base>LABEL_BACKUP_TIME</base>
558 <trans>Sicherungszeit</trans>
559 </entry>
560 -
561 <entry>
562 <base>DISABLED</base>
563 <trans>Deaktiviert</trans>
564 </entry>
565 -
566 <entry>
567 <base>ENABLED</base>
568 <trans>Aktiviert</trans>
569 </entry>
570 -
571 <entry>
572 <base>LOCALDRIVE</base>
573 <trans>Lokale Festplatten</trans>
574 </entry>
575 -
576 <entry>
577 <base>MOUNTED</base>
578 <trans>Mounted</trans>
579 </entry>
580 -
581 <entry>
582 <base>NETWORKSHARE</base>
583 <trans>Netzlaufwerk</trans>
584 </entry>
585 -
586 <entry>
587 <base>UNMOUNTED</base>
588 <trans>Unmounted</trans>
589 </entry>
590 -
591 -# DAR2_PAGE_MODIFY
592 -
593 -# DAR2_PAGE_RESTORE
594 -
595 <entry>
596 <base>DESCRIPTION_RESTORE_DATE</base>
597 <trans>
598 Geben Sie das Datum der Sicherung an, von der wiederhergestellt werden soll. Format: [ yyyy.mm.dd ]
599 </trans>
600 </entry>
601 -
602 <entry>
603 <base>LABEL_RESTORE_DATE</base>
604 <trans>Datum</trans>
605 </entry>
606 -
607 <entry>
608 <base>DESCRIPTION_RESTORE_DR</base>
609 <trans>
610 @@ -266,23 +204,19 @@
611 <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>
612 ]]>
613 </trans>
614 - </entry>
615 -
616 + </entry>
617 <entry>
618 <base>LABEL_RESTORE_DR</base>
619 <trans>Notfall-Datensicherung</trans>
620 </entry>
621 -
622 <entry>
623 <base>LABEL_RESTORE</base>
624 <trans>Wiederherstellen</trans>
625 </entry>
626 -
627 <entry>
628 <base>LABEL_RESTORE_RESTORETO</base>
629 <trans>Wiederherstellen nach</trans>
630 </entry>
631 -
632 <entry>
633 <base>DESCRIPTION_JOBNAME</base>
634 <trans>
635 @@ -292,14 +226,12 @@
636 ]]>
637 </trans>
638 </entry>
639 -
640 <entry>
641 <base>DESCRIPTION_DESC</base>
642 <trans>
643 Geben Sie eine Beschreibung für diesen Sicherungsauftrag an.
644 </trans>
645 </entry>
646 -
647 <entry>
648 <base>DESCRIPTION_DR</base>
649 <trans>
650 @@ -309,7 +241,6 @@
651 ]]>
652 </trans>
653 </entry>
654 -
655 <entry>
656 <base>DESCRIPTION_BACKUP</base>
657 <trans>
658 @@ -321,7 +252,6 @@
659 ]]>
660 </trans>
661 </entry>
662 -
663 <entry>
664 <base>DESCRIPTION_EXCLUDE</base>
665 <trans>
666 @@ -332,7 +262,6 @@
667 ]]>
668 </trans>
669 </entry>
670 -
671 <entry>
672 <base>DESCRIPTION_PRUNE</base>
673 <trans>
674 @@ -343,7 +272,6 @@
675 ]]>
676 </trans>
677 </entry>
678 -
679 <entry>
680 <base>DESCRIPTION_TARGET</base>
681 <trans>
682 @@ -359,7 +287,6 @@
683 ]]>
684 </trans>
685 </entry>
686 -
687 <entry>
688 <base>DESCRIPTION_VFSTYPE</base>
689 <trans>
690 @@ -373,8 +300,6 @@
691 ]]>
692 </trans>
693 </entry>
694 -
695 -
696 <entry>
697 <base>DESCRIPTION_SLICE</base>
698 <trans>
699 @@ -387,7 +312,6 @@
700 ]]>
701 </trans>
702 </entry>
703 -
704 <entry>
705 <base>DESCRIPTION_COMPRESSION</base>
706 <trans>
707 @@ -397,7 +321,6 @@
708 ]]>
709 </trans>
710 </entry>
711 -
712 <entry>
713 <base>DESCRIPTION_U_P</base>
714 <trans>
715 @@ -406,7 +329,6 @@
716 Lassen Sie die Felder Benutzername und Kennwort frei, wenn Sie auf eine angeschlossene lokale Festplatte sichern wollen.
717 </trans>
718 </entry>
719 -
720 <entry>
721 <base>DESCRIPTION_EXPIRY</base>
722 <trans>
723 @@ -416,7 +338,6 @@
724 ]]>
725 </trans>
726 </entry>
727 -
728 <entry>
729 <base>DESCRIPTION_VERBOSE</base>
730 <trans>
731 @@ -429,7 +350,6 @@
732 ]]>
733 </trans>
734 </entry>
735 -
736 <entry>
737 <base>DESCRIPTION_BACKUP_DAY</base>
738 <trans>
739 @@ -440,7 +360,6 @@
740 ]]>
741 </trans>
742 </entry>
743 -
744 <entry>
745 <base>DESCRIPTION_BACKUP_TIME</base>
746 <trans>
747 @@ -449,117 +368,88 @@
748 ]]>
749 </trans>
750 </entry>
751 -
752 -# DAR2_DR
753 -
754 <entry>
755 <base>Enabled</base>
756 <trans>
757 Aktiviert
758 </trans>
759 </entry>
760 -
761 <entry>
762 <base>Disabled</base>
763 <trans>
764 Deaktiviert
765 </trans>
766 </entry>
767 -
768 -
769 -
770 -# DAR2_VERBOSE_OPTION
771 -
772 <entry>
773 <base>off</base>
774 <trans>
775 Nein
776 </trans>
777 </entry>
778 -
779 <entry>
780 <base>on</base>
781 <trans>
782 Ja
783 </trans>
784 </entry>
785 -
786 -# DAR2_EXPIRY_DAY
787 -
788 <entry>
789 <base>manual</base>
790 <trans>
791 manuell
792 </trans>
793 </entry>
794 -
795 <entry>
796 <base>MON</base>
797 <trans>
798 Montag
799 </trans>
800 </entry>
801 -
802 <entry>
803 <base>TUE</base>
804 <trans>
805 Dienstag
806 </trans>
807 </entry>
808 -
809 <entry>
810 <base>WED</base>
811 <trans>
812 Mittwoch
813 </trans>
814 </entry>
815 -
816 <entry>
817 <base>THU</base>
818 <trans>
819 Donnerstag
820 </trans>
821 </entry>
822 -
823 <entry>
824 <base>FRI</base>
825 <trans>
826 Freitag
827 </trans>
828 </entry>
829 -
830 <entry>
831 <base>SAT</base>
832 <trans>
833 Samstag
834 </trans>
835 </entry>
836 -
837 <entry>
838 <base>SUN</base>
839 <trans>
840 Sonntag
841 </trans>
842 </entry>
843 -
844 -# DAR2_NAVIGATION_REGISTER
845 -
846 <entry>
847 <base>Backup</base>
848 <trans>
849 Administration
850 </trans>
851 </entry>
852 -
853 -# DAR2_OPERATION_STATUS_REPORT
854 -
855 -
856 <entry>
857 <base>SUCCESS</base>
858 <trans>
859 Die Aktion wurde erfolgreich ausgeführt.
860 </trans>
861 </entry>
862 -
863 -
864 </lexicon>

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