This commit is contained in:
Marc Delisle
2001-09-21 16:42:20 +00:00
parent 900ae6e1af
commit a9fc3601b8
2 changed files with 4 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2001-09-21 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak-iso.inc.php3 updates, thanks to Lubos Klokner
* lang/italian.inc.php3 updates, thanks to Pietro Danesi
2001-09-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* users_detail.php3; libraries/user_details.js; lang/*: changing the whole

View File

@@ -157,6 +157,7 @@ $strInstructions = 'Istruzioni';
$strInUse = 'in uso';
$strInvalidName = '"%s" &egrave; una parola riservata; non &egrave; 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 &egrave; 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
?>