added only_increment param to all action=browse links
[BackupPC.git] / lib / BackupPC / Lang / it.pm
index 910bf41..1e14296 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/perl
+#!/usr/bin/perl
 #
 # Italian i18n file
 #
@@ -46,12 +46,16 @@ $Lang{Admin_Options_Page} = <<EOF;
 </ul>
 -->
 EOF
-$Lang{Unable_to_connect_to_BackupPC_server} = "Impossibile connettersi al server BackupPC",
-            "Questo script CGI (\$MyURL) non &egrave; in grado di connettersi al server"
-          . " BackupPC su \$Conf{ServerHost} alla porta \$Conf{ServerPort}.  L'errore &egrave;:"
-          . " \$err.",
-            "Forse il server BackupPC non &egrave; in esecuzione o c'&egrave; un errore"
-          . " nella configurazione.  Contattare l'amministratore di sistema.";
+
+$Lang{Unable_to_connect_to_BackupPC_server} = "Impossibile connettersi al server BackupPC";
+$Lang{Unable_to_connect_to_BackupPC_server_error_message} = <<EOF;
+Questo script CGI (\$MyURL) non &egrave; in grado di connettersi al server
+BackupPC su \$Conf{ServerHost} alla porta \$Conf{ServerPort}.<br>
+L'errore &egrave;: \$err.<br>
+Forse il server BackupPC non &egrave; in esecuzione o c'&egrave; un errore
+nella configurazione.  Contattare l'amministratore di sistema.
+EOF
+
 $Lang{Admin_Start_Server} = <<EOF;
 \${h1(qq{$Lang{Unable_to_connect_to_BackupPC_server}})}
 <form action="\$MyURL" method="get">
@@ -133,7 +137,13 @@ $Lang{BackupPC_Summary} = <<EOF;
 
 \${h1(qq{$Lang{BackupPC__Server_Summary}})}
 <p>
-Questo rapporto di stato &egrave; stato generato il \$now.
+<ul>
+<li>Questo rapporto di stato &egrave; stato generato il \$now.
+<li>Recentemente il sistema dei file di pool &egrave; stato al
+    \$Info{DUlastValue}% (\$DUlastTime).  Il massimo di oggi
+     &egrave; del \$Info{DUDailyMax}% (\$DUmaxTime), mentre quello
+     di ieri era del \$Info{DUDailyMaxPrev}%.
+</ul>
 </p>
 
 \${h2("Host con backup validi")}
@@ -146,7 +156,7 @@ Ci sono \$hostCntGood host sottoposti a backup per un totale di:
      (prima del processo di pooling e compressione).
 </ul>
 </p>
-<table class="tableStnd" border cellpadding="3" cellspacing="1">
+<table class="sortable" id="host_summary_backups" border cellpadding="3" cellspacing="1">
 <tr class="tableheader"><td> Host </td>
     <td align="center"> Utente </td>
     <td align="center"> Completi </td>
@@ -157,6 +167,7 @@ Ci sono \$hostCntGood host sottoposti a backup per un totale di:
     <td align="center"> Et&agrave; incrementali (giorni) </td>
     <td align="center"> Ultimo Backup (giorni) </td>
     <td align="center"> Stato </td>
+    <td align="center"> Numero errori trasferimento </td>
     <td align="center"> Ultimo tentativo </td></tr>
 \$strGood
 </table>
@@ -165,7 +176,7 @@ Ci sono \$hostCntGood host sottoposti a backup per un totale di:
 <p>
 Ci sono \$hostCntNone host senza alcun backup.
 <p>
-<table class="tableStnd" border cellpadding="3" cellspacing="1">
+<table class="sortable" id="host_summary_nobackups" border cellpadding="3" cellspacing="1">
 <tr class="tableheader"><td> Host </td>
     <td align="center"> Utente </td>
     <td align="center"> Completi </td>
@@ -176,6 +187,7 @@ Ci sono \$hostCntNone host senza alcun backup.
     <td align="center"> Et&agrave; incrementali (giorni) </td>
     <td align="center"> Ultimo Backup (giorni) </td>
     <td align="center"> Stato </td>
+    <td align="center"> Numero errori trasferimento </td>
     <td align="center"> Ultimo tentativo </td></tr>
 \$strNone
 </table>
@@ -460,7 +472,7 @@ EOF
 
 $Lang{Restore_Options_for__host_Option1} = <<EOF;
 &Egrave; possibile avviare un processo che ripristini questi file direttamente
-su \$host.
+su <b>\$directHost</b>.
 </p><p>
 <b>Attenzione:</b> ogni file esistente che corrisponde ai file selezionati
 sar&agrave; sovrascritto!
@@ -1388,11 +1400,11 @@ $Lang{CfgEdit_Title_User_URLs} = "URL Utenti";
 $Lang{CfgEdit_Title_User_Config_Editing} = "Modifica Configurazione Utenti";
 $Lang{CfgEdit_Title_Xfer} = "Xfer";
 $Lang{CfgEdit_Title_Xfer_Settings} = "Configurazione Xfer";
+$Lang{CfgEdit_Title_Ftp_Settings} = "Configurazione FTP";
 $Lang{CfgEdit_Title_Smb_Settings} = "Configurazione Smb";
 $Lang{CfgEdit_Title_Tar_Settings} = "Configurazione Tar";
 $Lang{CfgEdit_Title_Rsync_Settings} = "Configurazione Rsync";
 $Lang{CfgEdit_Title_Rsyncd_Settings} = "Configurazione Rsyncd";
-$Lang{CfgEdit_Title_BackupPCd_Settings} = "Configurazione BackupPCd";
 $Lang{CfgEdit_Title_Archive_Settings} = "Configurazione Archivi";
 $Lang{CfgEdit_Title_Include_Exclude} = "Includi/Escludi";
 $Lang{CfgEdit_Title_Smb_Paths_Commands} = "Smb Percorsi/Comandi";