X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fen.pm;h=4c4554ea14a123b9270b0890013b834ca6cb0f6d;hp=5b26015f115eea9afe3790f4f75c2adff7b48f28;hb=5729095faa3ef12dc5d4f02538c3650ac81912ef;hpb=7dee89bfce659051d486cc66515bb7f22bbc4f09;ds=sidebyside diff --git a/lib/BackupPC/Lang/en.pm b/lib/BackupPC/Lang/en.pm index 5b26015..4c4554e 100644 --- a/lib/BackupPC/Lang/en.pm +++ b/lib/BackupPC/Lang/en.pm @@ -568,13 +568,21 @@ $Lang{Backup_browse_for__host} = < +
+ + + + +
\${h2("Contents of \${EscHTML(\$dirDisplay)}")}
@@ -611,6 +619,45 @@ This is now in the checkAll row
EOF +# ------------------------------ +$Lang{DirHistory_backup_for__host} = "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} = "dir"; +$Lang{DirHistory_fileLink} = "v"; + +$Lang{DirHistory_for__host} = < +This display shows each unique version of files across all +the backups: + + +\${h2("History of \${EscHTML(\$dirDisplay)}")} + +
+ +\$backupNumStr +\$backupTimeStr +\$fileStr +
Backup number
Backup time
+EOF + # ------------------------------ $Lang{Restore___num_details_for__host} = "BackupPC: Restore #\$num details for \$host"; @@ -722,13 +769,6 @@ $Lang{Backup_requested_on_DHCP__host} = "Backup requested on DHCP \$host (\$In{h $Lang{Backup_requested_on__host_by__User} = "Backup requested on \$host by \$User"; $Lang{Backup_stopped_dequeued_on__host_by__User} = "Backup stopped/dequeued on \$host by \$User"; -$Lang{log_User__User_downloaded_tar_archive_for__host} = "log User \$User downloaded tar archive for \$host," - . " backup \$num; files were: " - . " \${join(\", \", \@fileListTrim)}"; - -$Lang{log_User__User_downloaded_zip_archive_for__host}= "log User \$User downloaded zip archive for \$host," - . " backup \$num; files were: " - . "\${join(\", \", \@fileListTrim)}"; $Lang{Restore_requested_to_host__hostDest__backup___num} = "Restore requested to host \$hostDest, backup #\$num," . " by \$User from \$ENV{REMOTE_ADDR}"; @@ -789,7 +829,7 @@ EOF # -------- $Lang{Last_error_is____EscHTML_StatusHost_error} = <Last error is \"\${EscHTML(\$StatusHost{error})}\" +
  • Last error is \"\${EscHTML(\$StatusHost{error})}\". EOF # ------ @@ -882,8 +922,9 @@ EOF #$Lang{on} = "on"; $Lang{off} = "off"; -$Lang{full} = "full"; -$Lang{incremental} = "incr"; +$Lang{backupType_full} = "full"; +$Lang{backupType_incr} = "incr"; +$Lang{backupType_partial} = "partial"; $Lang{failed} = "failed"; $Lang{success} = "success"; @@ -903,8 +944,10 @@ $Lang{Reason_backup_done} = "backup done"; $Lang{Reason_restore_done} = "restore done"; $Lang{Reason_nothing_to_do} = "nothing to do"; $Lang{Reason_backup_failed} = "backup failed"; +$Lang{Reason_restore_failed} = "restore failed"; $Lang{Reason_no_ping} = "no ping"; $Lang{Reason_backup_canceled_by_user} = "backup canceled by user"; +$Lang{Reason_restore_canceled_by_user} = "restore canceled by user"; # --------- # Email messages