Localization of those cosmetic changes:
authorgfk <gfk>
Sat, 12 Jun 2004 17:21:49 +0000 (17:21 +0000)
committergfk <gfk>
Sat, 12 Jun 2004 17:21:49 +0000 (17:21 +0000)
 - 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;
        \${h1("File \$file \$comment")}
        <p>
        EOF
        $Lang{Contents_of_log_file} = <<EOF;
        Contents of file <tt>\$file</tt>, 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.

lib/BackupPC/Lang/fr.pm

index 240c009..5094ae8 100644 (file)
@@ -117,7 +117,7 @@ $Lang{BackupPC_Server_Status} = <<EOF;
 EOF
 
 # --------------------------------
 EOF
 
 # --------------------------------
-$Lang{BackupPC__Server_Summary} = "BackupPC: Résumé du serveur";
+$Lang{BackupPC__Server_Summary} = "BackupPC: Bilan des PC";
 $Lang{BackupPC__Archive} = "BackupPC: Archivage";
 $Lang{BackupPC_Summary}=<<EOF;
 
 $Lang{BackupPC__Archive} = "BackupPC: Archivage";
 $Lang{BackupPC_Summary}=<<EOF;
 
@@ -376,14 +376,14 @@ Les demandes de commande suivantes sont actuellement en attente :
 EOF
 
 # --------------------------------
 EOF
 
 # --------------------------------
-$Lang{Backup_PC__Log_File__file} = "BackupPC: Fichier journal \$file";
+$Lang{Backup_PC__Log_File__file} = "BackupPC: Fichier \$file";
 $Lang{Log_File__file__comment} = <<EOF;
 $Lang{Log_File__file__comment} = <<EOF;
-\${h1("Fichier journal \$file \$comment")}
+\${h1("Fichier \$file \$comment")}
 <p>
 EOF
 # --------------------------------
 $Lang{Contents_of_log_file} = <<EOF;
 <p>
 EOF
 # --------------------------------
 $Lang{Contents_of_log_file} = <<EOF;
-Contenu du fichier journal <tt>\$file</tt>, modifié le \$mtimeStr \$comment
+Contenu du fichier <tt>\$file</tt>, modifié le \$mtimeStr \$comment
 EOF
 
 # --------------------------------
 EOF
 
 # --------------------------------