X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fes.pm;h=8a66930bc1363d3b5913301b490d762fa6661f23;hp=7454817fb3d72230e9b46c4321352cbe6cb6b25f;hb=5729095faa3ef12dc5d4f02538c3650ac81912ef;hpb=329e870f56fb6572fa697998d33676588034c149 diff --git a/lib/BackupPC/Lang/es.pm b/lib/BackupPC/Lang/es.pm index 7454817..8a66930 100644 --- a/lib/BackupPC/Lang/es.pm +++ b/lib/BackupPC/Lang/es.pm @@ -570,14 +570,21 @@ $Lang{Backup_browse_for__host} = < +
+ + + + +
\${h2("Contenido de \${EscHTML(\$dirDisplay)}")}
@@ -617,24 +624,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 @@ -903,8 +925,9 @@ EOF #$Lang{on} = "activo"; $Lang{off} = "inactivo"; -$Lang{full} = "completo"; -$Lang{incremental} = "incremental"; +$Lang{backupType_full} = "completo"; +$Lang{backupType_incr} = "incremental"; +$Lang{backupType_partial} = "(ENGLISH)partial"; $Lang{failed} = "fallido"; $Lang{success} = "éxito";