X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fen.pm;h=4c4554ea14a123b9270b0890013b834ca6cb0f6d;hp=a6b27d0dffd4c311bafa8316e5e552fb7d130f7e;hb=5729095faa3ef12dc5d4f02538c3650ac81912ef;hpb=567f78c78b11de16e73e0d6cd1f290a02b420f72 diff --git a/lib/BackupPC/Lang/en.pm b/lib/BackupPC/Lang/en.pm index a6b27d0..4c4554e 100644 --- a/lib/BackupPC/Lang/en.pm +++ b/lib/BackupPC/Lang/en.pm @@ -1,4 +1,4 @@ -#!/bin/perl +#!/bin/perl -T #my %lang; @@ -568,6 +568,11 @@ $Lang{Backup_browse_for__host} = < +
+ + + + +
\${h2("Contents of \${EscHTML(\$dirDisplay)}")}
@@ -915,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";