ChangePassword

This commit is contained in:
Marc Delisle
2002-03-11 14:26:16 +00:00
parent 7274c46951
commit faa7358f9c

View File

@@ -65,6 +65,7 @@ $strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCardinality = 'Cardinalit<69>'; $strCardinality = 'Cardinalit<69>';
$strCarriage = 'Ritorno carrello: \\r'; $strCarriage = 'Ritorno carrello: \\r';
$strChange = 'Modifica'; $strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCheckAll = 'Seleziona tutti'; $strCheckAll = 'Seleziona tutti';
$strCheckDbPriv = 'Controlla i privilegi del database'; $strCheckDbPriv = 'Controlla i privilegi del database';
$strCheckTable = 'Controlla tabella'; $strCheckTable = 'Controlla tabella';
@@ -349,5 +350,4 @@ $strZip = '"compresso con zip"';
// To translate // To translate
$strChangePassword = 'Change password';
?> ?>