From: gfk Date: Sat, 12 Jun 2004 17:21:49 +0000 (+0000) Subject: Localization of those cosmetic changes: X-Git-Tag: v2_1_0~2 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=17cae8e0d49abdddee277506fe5e58b88c646b5d;hp=c91d12b33bf294fd6e4728eeb3e582efc359acc5 Localization of those cosmetic changes: - The three strings $Lang{Backup_PC__Log_File__file}, $Lang{Log_File__file__comment} and $Lang{Contents_of_log_file} are used for log files, config files and host files. Therefore, the term "Log" is misleading. I have removed "Log" from the value of these three strings: $Lang{Backup_PC__Log_File__file} = "BackupPC: File \$file"; $Lang{Log_File__file__comment} = < EOF $Lang{Contents_of_log_file} = <\$file, modified \$mtimeStr \$comment EOF - I have changed the value of $Lang{BackupPC__Server_Summary} to "BackupPC: Host Summary" instead of "BackupPC: Server Summary"; - I have changed the value of $Lang{PC_Summary} to "Host Summary" instead of "PC Summary". These last two changes make the nav bar link, the page title and the page contents (the host summary) consistent. Before the nav bar was "PC Summary", the page title was "Server Summary" and page contents were a summary of the hosts. --- diff --git a/lib/BackupPC/Lang/fr.pm b/lib/BackupPC/Lang/fr.pm index 240c009..5094ae8 100644 --- a/lib/BackupPC/Lang/fr.pm +++ b/lib/BackupPC/Lang/fr.pm @@ -117,7 +117,7 @@ $Lang{BackupPC_Server_Status} = < EOF # -------------------------------- $Lang{Contents_of_log_file} = <\$file, modifié le \$mtimeStr \$comment +Contenu du fichier \$file, modifié le \$mtimeStr \$comment EOF # --------------------------------