Added ->{CfgEdit_Button_New_Key}
[BackupPC.git] / lib / BackupPC / Lang / es.pm
index a7b0c2b..62e4ddd 100644 (file)
@@ -633,6 +633,7 @@ Haga click en el n
 <tr class="tableheader"><td align="center"> Copia Nº </td>
     <td align="center"> Tipo </td>
     <td align="center"> Completo </td>
+    <td align="center"> ENG Level </td>
     <td align="center"> Fecha Inicio </td>
     <td align="center"> Duracion/mn </td>
     <td align="center"> Antigüedad/dias </td>
@@ -1308,6 +1309,22 @@ EOF
 $Lang{howLong_not_been_backed_up} = "no se le ha realizado una copia de seguridad con éxito";
 $Lang{howLong_not_been_backed_up_for_days_days} = "no se le ha realizado una copia de seguridad durante \$days días";
 
+#######################################################################
+# RSS strings
+#######################################################################
+$Lang{RSS_Doc_Title}       = "BackupPC Server";
+$Lang{RSS_Doc_Description} = "RSS feed for BackupPC";
+$Lang{RSS_Host_Summary}    = <<EOF;
+#Completo: \$fullCnt;
+Completo Antig./Días: \$fullAge;
+Completo Tamaño/GB: \$fullSize;
+Velocidad MB/sec: \$fullRate;
+#Incrementales: \$incrCnt;
+Incrementales Antig/Días: \$incrAge;
+Estado: \$host_state;
+Ultimo Intento: \$host_last_attempt;
+EOF
+
 #######################################################################
 # Configuration editor strings (all ENGLISH currently)
 #######################################################################
@@ -1387,6 +1404,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";