~louis/ubuntu/trusty/backuppc/backuppc-merge

« back to all changes in this revision

Viewing changes to lib/BackupPC/Lang/it.pm

  • Committer: Louis Bouchard
  • Date: 2014-01-06 13:29:43 UTC
  • mfrom: (0.3.21 sid)
  • Revision ID: louis.bouchard@canonical.com-20140106132943-vbjuccyv2g7vo4nh
* Merge from Debian unstable. Remaining changes:
  - debian/backuppc.init, debian/rules, debian/postinst: Do not call init
    script on shutdown and reboot (TearDown) (Debian #488660).
  - debian/control:
    + Remove estraneous libtime-modules-perl (Debian #734356).
    + Depend on default-mta | mail-transport-agent, instead of enumerating a
      long list of alternative MTAs.
* New upstream release. Closes: #716824
* Fix Typo in kill signal name (ALRM vs ARLM). Closes: #698441
* Enable Apache2 (2.4) configuration by default. Closes: #718550 #710956
* Non-maintainer upload.
* Patch BackupPC.pod for POD errors with Perl 5.18
  pod2man has become more strict with perl 5.18. The applied patch
  converts the non-7-bit clean character into UTF-8 and declares the
  file's encoding as such.
  Thanks to Dominic Hargreaves <dom@earth.li> (Closes: #719827)
* Non-maintainer upload.
* Do not ship /etc/backuppc/config.pl as a conffile; it is handled
  by ucf already (Closes: #706315)
* Added libtime-modules-perl dependency. Closes: #525395
* Remove /var/lib/backuppc/pc/localhost if it's empty
  Closes: #672372
* Added stuff to support Apache 2.4. Closes: #669765
* Added NICE support in /etc/default/backuppc. Closes: #639102
* Changed the default display date format. Closes: #663975

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
l\'archivio relativamente a \${EscHTML(\$pathHdr eq "" ? "/" : \$pathHdr)}
542
542
(altrimenti l\'archivio conterr&agrave; percorsi completi).
543
543
<br>
544
 
Compressione (0=off, 1=fast,...,9=best)
545
 
<input type="text" size="6" value="5" name="compressLevel">
 
544
<table class="tableStnd" border="0">
 
545
<tr>
 
546
    <td>Compressione (0=off, 1=fast,...,9=best)</td>
 
547
    <td><input type="text" size="6" value="5" name="compressLevel"></td>
 
548
</tr><tr>
 
549
    <td>Code page (e.g. cp866)</td>
 
550
    <td><input type="text" size="6" value="utf8" name="codePage"></td>
 
551
</tr>
 
552
</table>
546
553
<br>
547
554
<input type="submit" value="Scarica file zip" name="ignore">
548
555
</form>
837
844
</ul>
838
845
</form>
839
846
 
840
 
\${h2("Contents of \${EscHTML(\$dirDisplay)}")}
 
847
\${h2("Contents of \$dirDisplay")}
841
848
<form name="form1" method="post" action="\$MyURL">
842
849
<input type="hidden" name="num" value="\$num">
843
850
<input type="hidden" name="host" value="\$host">
897
904
     attributi del file.
898
905
</ul>
899
906
 
900
 
\${h2("Cronologia di \${EscHTML(\$dirDisplay)}")}
 
907
\${h2("Cronologia di \$dirDisplay")}
901
908
 
902
909
<br>
903
910
<table border cellspacing="2" cellpadding="3">
987
994
$Lang{Only_privileged_users_can_stop_or_start_backups} = 
988
995
                  "Solo gli utenti privilegiati possono arrestare o avviare un backup su"
989
996
                . " \${EscHTML(\$host)}.";
990
 
$Lang{Invalid_number__num} = "Numero non valido: \$num";
 
997
$Lang{Invalid_number__num} = "Numero non valido: \${EscHTML(\$In{num})}";
991
998
$Lang{Unable_to_open__file__configuration_problem} = "Impossibile aprire il file \$file: problema di configurazione?";
992
999
$Lang{Only_privileged_users_can_view_log_or_config_files} = "Solo gli utenti privilegiati possono visualizzare i file di log o di configurazione.";
993
1000
$Lang{Only_privileged_users_can_view_log_files} = "Solo gli utenti privilegiati possono visualizzare i file di log.";
1219
1226
$Lang{Yes} = "s&igrave;";
1220
1227
 
1221
1228
$Lang{The_directory_is_empty} = <<EOF;
1222
 
<tr><td bgcolor="#ffffff">La directory \${EscHTML(\$dirDisplay)} &egrave; vuota
 
1229
<tr><td bgcolor="#ffffff">La directory \$dirDisplay &egrave; vuota
1223
1230
</td></tr>
1224
1231
EOF
1225
1232
 
1419
1426
$Lang{CfgEdit_Title_Other} = "Altro";
1420
1427
$Lang{CfgEdit_Title_Backup_Settings} = "Configurazione Backup";
1421
1428
$Lang{CfgEdit_Title_Client_Lookup} = "Client Lookup";
1422
 
$Lang{CfgEdit_Title_Other} = "Altro";
1423
1429
$Lang{CfgEdit_Title_User_Commands} = "Comandi Utente";
1424
1430
$Lang{CfgEdit_Title_Hosts} = "Hosts";
1425
1431