Added ->{CfgEdit_Button_New_Key}
[BackupPC.git] / lib / BackupPC / Lang / fr.pm
index 25b338e..d4fca47 100644 (file)
@@ -631,6 +631,7 @@ Cliquer sur le num
 <tr class="tableheader"><td align="center"> Sauvegarde n° </td>
     <td align="center"> Type </td>
     <td align="center"> Fusionnée </td> 
+    <td align="center"> ENG Level </td>
     <td align="center"> Date de démarrage </td>
     <td align="center"> Durée/min </td>
     <td align="center"> Âge/jours </td>
@@ -1304,6 +1305,22 @@ EOF
 $Lang{howLong_not_been_backed_up} = "jamais été sauvegardés";
 $Lang{howLong_not_been_backed_up_for_days_days} = "pas été sauvegardés depuis \$days jours";
 
+#######################################################################
+# RSS strings
+#######################################################################
+$Lang{RSS_Doc_Title}       = "BackupPC Server";
+$Lang{RSS_Doc_Description} = "RSS feed for BackupPC";
+$Lang{RSS_Host_Summary}    = <<EOF;
+Nb complètes: \$fullCnt;
+Complètes Âge/Jours: \$fullAge;
+Complètes Taille/Go: \$fullSize;
+Vitesse Mo/s: \$fullRate;
+Nb incrémentielles: \$incrCnt;
+Incrémentielles Âge/Jours: \$incrAge;
+État actuel: \$host_state;
+Dernière tentative: \$host_last_attempt;
+EOF
+
 #######################################################################
 # Configuration editor strings (all ENGLISH currently)
 #######################################################################
@@ -1383,6 +1400,7 @@ $Lang{CfgEdit_Button_Insert}   = "Insert";
 $Lang{CfgEdit_Button_Delete}   = "Delete";
 $Lang{CfgEdit_Button_Add}      = "Add";
 $Lang{CfgEdit_Button_Override} = "Override";
+$Lang{CfgEdit_Button_New_Key}  = "New Key";
 
 $Lang{CfgEdit_Error__must_be_an_integer}
             = "Error: \$var must be an integer";