X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FLang%2Fit.pm;h=90efc23767c8e9d5c54e1dd40338553aba3b0354;hp=642d70e4cc535bb58797b75cb448cb70d433314a;hb=c2d26ea114f743daeb016d53f6364a45a4e037ae;hpb=17dcbbebb871212f90b81bb97f8d1feb528bdc43 diff --git a/lib/BackupPC/Lang/it.pm b/lib/BackupPC/Lang/it.pm index 642d70e..90efc23 100644 --- a/lib/BackupPC/Lang/it.pm +++ b/lib/BackupPC/Lang/it.pm @@ -1,7 +1,5 @@ #!/bin/perl # -# $Id: it.pm,v 1.11 2005/09/11 01:37:02 cbarratt Exp $ -# # Italian i18n file # # (C) Lorenzo Cappelletti 2004 @@ -47,7 +45,7 @@ $Lang{Unable_to_connect_to_BackupPC_server} = "Impossibile connettersi al server "Questo script CGI (\$MyURL) non è in grado di connettersi al server" . " BackupPC su \$Conf{ServerHost} alla porta \$Conf{ServerPort}. L'errore è:" . " \$err.", - "Forse il server BackupPC non è in esecuzioneor c'è un errore" + "Forse il server BackupPC non è in esecuzione o c'è un errore" . " nella configurazione. Contattare l'amministratore di sistema."; $Lang{Admin_Start_Server} = <homepage di \$host. EOF @@ -304,7 +302,7 @@ $Lang{BackupPC__Start_Backup_Confirm_on__host} = "BackupPC: conferma avvio backu $Lang{Are_you_sure_start} = < -Si sta per avviare un bakcup \$type per \$host. +Si sta per avviare un backup \$type per \$host.
@@ -602,7 +600,7 @@ $Lang{Restore_Requested_on__hostDest} = "BackupPC: ripristino richiesto per \$ho $Lang{Reply_from_server_was___reply} = < -La risposta del server ` stata: \$reply +La risposta del server è stata: \$reply

Ritorna alla homepage di \$hostDest. EOF @@ -635,12 +633,13 @@ $Lang{Host__host_Backup_Summary2} = < \${h2("Prospetto backup")}

-Cliccare sul numero di bakcup per sfogliare e ripristinare i file di backup. +Cliccare sul numero di backup per sfogliare e ripristinare i file di backup.

+ @@ -891,7 +890,7 @@ $Lang{Restore___num_details_for__host2} = < - +
Numero backup Tipo Completo ENG Level Data avvio Durata (minuti) Età (giorni) Durata \$duration min
Numero file \$Restores[\$i]{nFiles}
Dimensione totale \${MB}MB
Tasso trasferimento \$MBperSecMB/s
Tasso trasferimento \${MBperSec}MB/s
Errori creazione tar \$Restores[\$i]{tarCreateErrs}
Errori trasferimento \$Restores[\$i]{xferErrs}
File log trasferimento @@ -1022,7 +1021,7 @@ $Lang{LOG_files} = "File log"; $Lang{Old_LOGs} = "Vecchi log"; $Lang{Email_summary} = "Prospetto email"; $Lang{Config_file} = "File configurazione"; -$Lang{Hosts_file} = "File host"; +# $Lang{Hosts_file} = "File host"; $Lang{Current_queues} = "Code correnti"; $Lang{Documentation} = "Documentazione"; @@ -1316,3 +1315,131 @@ EOF $Lang{howLong_not_been_backed_up} = "non e` riuscito"; $Lang{howLong_not_been_backed_up_for_days_days} = "risale a \$days giorni fa"; + +####################################################################### +# RSS strings +####################################################################### +$Lang{RSS_Doc_Title} = "BackupPC Server"; +$Lang{RSS_Doc_Description} = "RSS feed for BackupPC"; +$Lang{RSS_Host_Summary} = < +Note: Check Override if you want to modify a value specific to this host. +EOF + +$Lang{CfgEdit_Button_Save} = "Save"; +$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"; +$Lang{CfgEdit_Error__must_be_real_valued_number} + = "Error: \$var must be a real-valued number"; +$Lang{CfgEdit_Error__entry__must_be_an_integer} + = "Error: \$var entry \$k must be an integer"; +$Lang{CfgEdit_Error__entry__must_be_real_valued_number} + = "Error: \$var entry \$k must be a real-valued number"; +$Lang{CfgEdit_Error__must_be_executable_program} + = "Error: \$var must be a valid executable path"; +$Lang{CfgEdit_Error__must_be_valid_option} + = "Error: \$var must be a valid option"; +$Lang{CfgEdit_Error_Copy_host_does_not_exist} + = "Copy host \$copyHost doesn't exist; creating full host name \$fullHost. Delete this host if that is not what you wanted."; + +$Lang{CfgEdit_Log_Copy_host_config} + = "\$User copied config from host \$fromHost to \$host\n"; +$Lang{CfgEdit_Log_Delete_param} + = "\$User deleted \$p from \$conf\n"; +$Lang{CfgEdit_Log_Add_param_value} + = "\$User added \$p to \$conf, set to \$value\n"; +$Lang{CfgEdit_Log_Change_param_value} + = "\$User changed \$p in \$conf to \$valueNew from \$valueOld\n"; +$Lang{CfgEdit_Log_Host_Delete} + = "\$User deleted host \$host\n"; +$Lang{CfgEdit_Log_Host_Change} + = "\$User host \$host changed \$key from \$valueOld to \$valueNew\n"; +$Lang{CfgEdit_Log_Host_Add} + = "\$User added host \$host: \$value\n"; +