diff options
author | soranzo | 2007-07-09 15:24:47 +0000 |
---|---|---|
committer | soranzo | 2007-07-09 15:24:47 +0000 |
commit | a0042f4a97052e80cb2a869290605c8367cc907e (patch) | |
tree | 7977f32e07242654c9ca5a4ebebb03f6beded109 | |
parent | 03817eb651db8d754aaf24438da268afde9719e6 (diff) |
Italian translation of new string.
-rw-r--r-- | lang/italian.php | 3 | ||||
-rw-r--r-- | lang/recoded/italian.php | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/italian.php b/lang/italian.php index 0855f64c..f003eb02 100644 --- a/lang/italian.php +++ b/lang/italian.php @@ -4,7 +4,7 @@ * Italian language file, based on the english language file for phpPgAdmin. * Nicola Soranzo [[email protected]] * - * $Id: italian.php,v 1.44 2005/08/11 23:01:44 soranzo Exp $ + * $Id: italian.php,v 1.44.4.1 2007/07/09 15:24:47 soranzo Exp $ */ // Language and character set - Lingua e set di caratteri @@ -149,6 +149,7 @@ $lang['strimporterror'] = 'Errore durante l\'import.'; $lang['strimporterrorline'] = 'Errore durante l\'import alla linea %s.'; $lang['strcannotdumponwindows'] = 'Il dump di nomi complessi di tabelle o schemi sotto Windows non � supportato.'; + $lang['strinvalidserverparam'] = 'Tentativo di connessione al server con parametri non validi, � possibile che qualcuno stia cercando di forzare il sistema.'; // Tables - Tabelle $lang['strtable'] = 'Tabella'; diff --git a/lang/recoded/italian.php b/lang/recoded/italian.php index d254f0ab..9a8b3e36 100644 --- a/lang/recoded/italian.php +++ b/lang/recoded/italian.php @@ -4,7 +4,7 @@ * Italian language file, based on the english language file for phpPgAdmin. * Nicola Soranzo [[email protected]] * - * $Id: italian.php,v 1.40 2005/11/19 09:40:25 chriskl Exp $ + * $Id: italian.php,v 1.40.2.1 2007/07/09 15:24:47 soranzo Exp $ */ // Language and character set - Lingua e set di caratteri @@ -149,6 +149,7 @@ $lang['strimporterror'] = 'Errore durante l\'import.'; $lang['strimporterrorline'] = 'Errore durante l\'import alla linea %s.'; $lang['strcannotdumponwindows'] = 'Il dump di nomi complessi di tabelle o schemi sotto Windows non è supportato.'; + $lang['strinvalidserverparam'] = 'Tentativo di connessione al server con parametri non validi, è possibile che qualcuno stia cercando di forzare il sistema.'; // Tables - Tabelle $lang['strtable'] = 'Tabella'; |