From a9fc3601b83e96c635a87b3ca62704d1a35c9c27 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 21 Sep 2001 16:42:20 +0000 Subject: [PATCH] updates --- ChangeLog | 1 + lang/italian.inc.php3 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 719da6dbc..9414fc766 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2001-09-21 Marc Delisle * lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner + * lang/italian.inc.php3 updates, thanks to Pietro Danesi 2001-09-21 Loïc Chapeaux * users_detail.php3; libraries/user_details.js; lang/*: changing the whole diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index cd406ce3c..ffa3c4aa2 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -157,6 +157,7 @@ $strInstructions = 'Istruzioni'; $strInUse = 'in uso'; $strInvalidName = '"%s" è una parola riservata; non è possibile utilizzarla come nome di database/tabella/campo.'; +$strKeepPass = 'Non cambiare la password'; $strKeyname = 'Nome chiave'; $strKill = 'Uccidi'; @@ -303,6 +304,8 @@ $strType = 'Tipo'; $strUncheckAll = 'Deseleziona tutti'; $strUnique = 'Unica'; $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.'; +$strUpdateProfile = 'Aggiorna profilo:'; +$strUpdateProfileMessage = 'Il profilo è stato aggiornato.'; $strUpdateQuery = 'Aggiorna Query'; $strUsage = 'Utilizzo'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; @@ -323,7 +326,4 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strYes = ' Si '; // To translate -$strKeepPass = 'Do not change the password';//to translate -$strUpdateProfile = 'Update profile:';//to translate -$strUpdateProfileMessage = 'The profile has been updated.';//to translate ?>