(it) Updates

This commit is contained in:
Alexander M. Turek
2002-06-14 16:17:37 +00:00
parent 965cb0a4a7
commit 5ce7b2a6c7
2 changed files with 10 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ $Source$
* lang/german.inc.php3: Updates.
* libraries/select_lang.lib.php3, lang/german-utf8.inc.php3:
Added German UTF-8 file.
* lang/italian.inc.php3: Updates, thanks again to
Pietro Danesi <danone at users.sourceforge.net>.
2002-06-14 Marc Delisle <lem9@users.sourceforge.net>
* big patch for charset support, all files that call mysql have been
@@ -67,8 +69,8 @@ $Source$
* lang/french.inc.php3 updates
2002-06-09 Alexander M. Turek <rabus@users.sourceforge.net>
* common.lib.php3: Corrected path to config_import.lib.php3.
* common.lib.php3, lang/*.inc.php3, config.inc.php3:
* libraries/common.lib.php3: Corrected path to config_import.lib.php3.
* libraries/common.lib.php3, lang/*.inc.php3, config.inc.php3:
Catch parse errors in the config file.
* lang/chinese.inc.php3: Converted to Unix line feed format.
* lang/english.inc.php3: Reordered strings.

View File

@@ -65,7 +65,9 @@ $strBrowse = 'Mostra';
$strBzip = '"compresso con bzip2"';
$strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,<br />controlla la configurazione di PHP.';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalit<69>';
$strCarriage = 'Ritorno carrello: \\r';
$strChange = 'Modifica';
@@ -157,6 +159,7 @@ $strGzip = '"compresso con gzip"';
$strHasBeenAltered = '<27> stato modificato.';
$strHasBeenCreated = '<27> stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHomepageSourceforge = 'Home page di phpMyAdmin su sourceforge.net';
@@ -198,11 +201,13 @@ $strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogUsername = 'Nome utente:';
$strMissingBracket = 'Parentesi mancante';
$strModifications = 'Le modifiche sono state salvate';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modifica un indice';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMoveTableOK = 'La tabella %s <20> stata spostata in %s.';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMySQLReloaded = 'MySQL riavviato.';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLServerProcess = 'MySQL %pma_s1% in esecuzione su %pma_s2% come %pma_s3%';
@@ -399,9 +404,5 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strMissingBracket = 'Missing Bracket'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strMySQLCharset = 'MySQL Charset'; //to translate
?>