From 8efbed72a90f90176e3e97c3de1872c3a98efdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 29 May 2006 18:15:28 +0000 Subject: [PATCH] translation update --- ChangeLog | 1 + lang/italian-iso-8859-1.inc.php | 38 ++++++++++++++++++-------------- lang/italian-iso-8859-15.inc.php | 38 ++++++++++++++++++-------------- lang/italian-utf-8.inc.php | 38 ++++++++++++++++++-------------- 4 files changed, 67 insertions(+), 48 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd4eabec5..7cd665d2a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2006-05-29 Michal ÄŒihaÅ™ * lang/galician: Update, thanks to Xosé Calvo - xosecalvo. * lang/japanese: Update, thanks to Ishigaki Kenichi - tcool. + * lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik. 2006-05-29 Marc Delisle * main.php: bug #1496881, CVS link broken in main.php diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 3f06a50ae..33e06d67b 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -605,6 +605,7 @@ $strQBE = 'Query da esempio'; $strQueryCache = 'Cache delle query'; $strQueryFrame = 'Finestra della Query'; $strQueryOnDb = 'SQL-query sul database %s:'; +$strQueryResultsOperations = 'Risultato delle operazioni di Query'; $strQuerySQLHistory = 'Storico dell\'SQL'; $strQueryStatistics = 'Query delle Statistiche: Dall\'avvio, %s queries sono state effettuate sul server.'; $strQueryTime = 'La query ha impiegato %01.4f sec'; @@ -622,6 +623,7 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelations = 'Relazioni'; $strRelationView = 'Vedi relazioni'; $strReloadingThePrivileges = 'Caricamento dei privilegi in corso'; +$strReloadPrivileges = 'Ricarica i privilegi'; $strRemoveSelectedUsers = 'Rimuove gli utenti selezionati'; $strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s'; $strRenameTableOK = 'La tabella %s è stata rinominata %s'; @@ -822,6 +824,7 @@ $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; +$strSQLCompatibility = 'Modalità compatibilità SQL'; $strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLImportOptions = 'Opzioni SQL'; @@ -895,7 +898,6 @@ $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransactionCoordinator = 'Coordinatore delle transazioni'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; -$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; @@ -972,24 +974,28 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate $strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate + +$strCreateUserDatabase = 'Database for user'; //to translate +$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate +$strCreateUserDatabaseNone = 'None'; //to translate +$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate + +$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate + +$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate + $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate $strOpenDocumentText = 'Open Document Text'; //to translate $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate + +$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate + +$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate + +$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate + +$strXMLOptions = 'XML options'; //to translate + ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index 1906b2a00..d0ac09fff 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -605,6 +605,7 @@ $strQBE = 'Query da esempio'; $strQueryCache = 'Cache delle query'; $strQueryFrame = 'Finestra della Query'; $strQueryOnDb = 'SQL-query sul database %s:'; +$strQueryResultsOperations = 'Risultato delle operazioni di Query'; $strQuerySQLHistory = 'Storico dell\'SQL'; $strQueryStatistics = 'Query delle Statistiche: Dall\'avvio, %s queries sono state effettuate sul server.'; $strQueryTime = 'La query ha impiegato %01.4f sec'; @@ -622,6 +623,7 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelations = 'Relazioni'; $strRelationView = 'Vedi relazioni'; $strReloadingThePrivileges = 'Caricamento dei privilegi in corso'; +$strReloadPrivileges = 'Ricarica i privilegi'; $strRemoveSelectedUsers = 'Rimuove gli utenti selezionati'; $strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s'; $strRenameTableOK = 'La tabella %s è stata rinominata %s'; @@ -822,6 +824,7 @@ $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; +$strSQLCompatibility = 'Modalità compatibilità SQL'; $strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLImportOptions = 'Opzioni SQL'; @@ -895,7 +898,6 @@ $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransactionCoordinator = 'Coordinatore delle transazioni'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; -$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; @@ -972,24 +974,28 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate $strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate + +$strCreateUserDatabase = 'Database for user'; //to translate +$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate +$strCreateUserDatabaseNone = 'None'; //to translate +$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate + +$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate + +$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate + $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate $strOpenDocumentText = 'Open Document Text'; //to translate $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate + +$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate + +$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate + +$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate + +$strXMLOptions = 'XML options'; //to translate + ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index efe431c31..093cddfeb 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -606,6 +606,7 @@ $strQBE = 'Query da esempio'; $strQueryCache = 'Cache delle query'; $strQueryFrame = 'Finestra della Query'; $strQueryOnDb = 'SQL-query sul database %s:'; +$strQueryResultsOperations = 'Risultato delle operazioni di Query'; $strQuerySQLHistory = 'Storico dell\'SQL'; $strQueryStatistics = 'Query delle Statistiche: Dall\'avvio, %s queries sono state effettuate sul server.'; $strQueryTime = 'La query ha impiegato %01.4f sec'; @@ -623,6 +624,7 @@ $strRelationsForTable = 'RELATIONS FOR TABLE'; $strRelations = 'Relazioni'; $strRelationView = 'Vedi relazioni'; $strReloadingThePrivileges = 'Caricamento dei privilegi in corso'; +$strReloadPrivileges = 'Ricarica i privilegi'; $strRemoveSelectedUsers = 'Rimuove gli utenti selezionati'; $strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s'; $strRenameTableOK = 'La tabella %s è stata rinominata %s'; @@ -823,6 +825,7 @@ $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; +$strSQLCompatibility = 'Modalità compatibilità SQL'; $strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLImportOptions = 'Opzioni SQL'; @@ -896,7 +899,6 @@ $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransactionCoordinator = 'Coordinatore delle transazioni'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; -$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; @@ -973,24 +975,28 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate: - -$strReloadPrivileges = 'Reload privileges'; //to translate - -$strSQLCompatibility = 'SQL compatibility mode'; //to translate - -$strQueryResultsOperations = 'Query results operations'; //to translate $strAddClause = 'Add %s'; //to translate -$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate + +$strCreateUserDatabase = 'Database for user'; //to translate +$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate +$strCreateUserDatabaseNone = 'None'; //to translate +$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate + +$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate + +$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate + $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate -$strExportMustBeFile = 'Selected export type has to saved in file!'; //to translate -$strXMLOptions = 'XML options'; //to translate -$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate -$strCreateUserDatabase = 'Database for user'; //to translate -$strCreateUserDatabaseNone = 'None'; //to translate -$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate -$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username_%)'; //to translate $strOpenDocumentText = 'Open Document Text'; //to translate $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate -$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate + +$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate + +$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate + +$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate + +$strXMLOptions = 'XML options'; //to translate + ?>