updated translation

This commit is contained in:
Michal Čihař
2003-06-09 13:52:37 +00:00
parent 9164b6c728
commit bc66139296
3 changed files with 25 additions and 14 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2003-06-09 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3: Display Full/Partial text links for
almost every select.
* lang/italian: Updated, thanks to Pietro Danesi (danone).
2003-06-08 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: MySQL 4.1 users could not edit column privileges.

View File

@@ -642,11 +642,16 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate
$strLoadMethod = 'LOAD method'; //to translate
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strExcelOptions = 'Opzioni di Excel'; //to translate
$strExecuteBookmarked = 'Esegue la query dalle preferite'; //to translate
$strLoadExplanation = 'Il metodo migliore <20> selezionato di default, ma lo potete cambiare se fallisce.'; //to translate
$strLoadMethod = 'Metodo di CARICAMENTO'; //to translate
$strPaperSize = 'Dimensioni carta'; //to translate
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra'; //to translate
$strReplaceNULLBy = 'Sostituisci NULL con'; //to translate
?>

View File

@@ -643,11 +643,16 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate
$strLoadMethod = 'LOAD method'; //to translate
$strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strExcelOptions = 'Opzioni di Excel'; //to translate
$strExecuteBookmarked = 'Esegue la query dalle preferite'; //to translate
$strLoadExplanation = 'Il metodo migliore è selezionato di default, ma lo potete cambiare se fallisce.'; //to translate
$strLoadMethod = 'Metodo di CARICAMENTO'; //to translate
$strPaperSize = 'Dimensioni carta'; //to translate
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra'; //to translate
$strReplaceNULLBy = 'Sostituisci NULL con'; //to translate
?>