X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fde.pm;h=f1d17f24ce180a45561d910544f7db153d34094f;hp=23fc3a112bd2c7d4093b6bc624ea104cadfd43a6;hb=5729095faa3ef12dc5d4f02538c3650ac81912ef;hpb=329e870f56fb6572fa697998d33676588034c149 diff --git a/lib/BackupPC/Lang/de.pm b/lib/BackupPC/Lang/de.pm index 23fc3a1..f1d17f2 100644 --- a/lib/BackupPC/Lang/de.pm +++ b/lib/BackupPC/Lang/de.pm @@ -571,14 +571,21 @@ $Lang{Backup_browse_for__host} = < +
+ + + + +
\${h2("Inhalt von \${EscHTML(\$dirDisplay)}")}
@@ -618,24 +625,39 @@ EOF # ------------------------------ $Lang{DirHistory_backup_for__host} = "(ENGLISH) BackupPC: Directory backup history for \$host"; +# +# These two strings are used to build the links for directories and +# file versions. Files are appended with a version number. +# +$Lang{DirHistory_dirLink} = "(ENGLISH) dir"; +$Lang{DirHistory_fileLink} = "(ENGLISH) v"; + $Lang{DirHistory_for__host} = < This display shows each unique version of files across all the backups:
  • Click on a backup number to return to the backup browser, -
  • Click on a directory link to navigate into that directory, -
  • Click on a file version link to download that file. +
  • Click on a directory link (\$Lang->{DirHistory_dirLink}) to navigate + into that directory, +
  • Click on a file version link (\$Lang->{DirHistory_fileLink}0, + \$Lang->{DirHistory_fileLink}1, ...) to download that file, +
  • Files with the same contents between different backups have the same + version number, +
  • Files or directories not present in a particular backup have an + empty box. +
  • Files shown with the same version might have different attributes. + Select the backup number to see the file attributes.
\${h2("History of \${EscHTML(\$dirDisplay)}")}
- -\$backupNumStr -\$backupTimeStr +
Backup number
Backup time
+\$backupNumStr +\$backupTimeStr \$fileStr
Backup number
Backup time
EOF @@ -904,8 +926,9 @@ EOF #$Lang{on} = "on"; $Lang{off} = "aus"; -$Lang{full} = "voll"; -$Lang{incremental} = "incr"; +$Lang{backupType_full} = "voll"; +$Lang{backupType_incr} = "incr"; +$Lang{backupType_partial} = "(ENGLISH)partial"; $Lang{failed} = "fehler"; $Lang{success} = "erfolgreich";