From b2496f2020c2a933dd2ca92e805ed4b0540ebb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 17 Oct 2001 08:49:36 +0000 Subject: [PATCH] * out-sourced the "no frame" sentence * sorted the "to translate" strings --- lang/brazilian_portuguese.inc.php3 | 1 + lang/bulgarian-win1251.inc.php3 | 1 + lang/catala.inc.php3 | 45 +++++++++++++------------- lang/chinese_big5.inc.php3 | 47 ++++++++++++++------------- lang/chinese_gb.inc.php3 | 47 ++++++++++++++------------- lang/czech-iso.inc.php3 | 1 + lang/czech-win1250.inc.php3 | 1 + lang/danish.inc.php3 | 1 + lang/dutch.inc.php3 | 43 ++++++++++++------------ lang/english.inc.php3 | 1 + lang/finnish.inc.php3 | 1 + lang/french.inc.php3 | 1 + lang/galician.inc.php3 | 1 + lang/german.inc.php3 | 1 + lang/greek.inc.php3 | 1 + lang/italian.inc.php3 | 1 + lang/japanese.inc.php3 | 47 ++++++++++++++------------- lang/korean.inc.php3 | 47 ++++++++++++++------------- lang/norwegian.inc.php3 | 1 + lang/polish.inc.php3 | 1 + lang/portuguese.inc.php3 | 47 ++++++++++++++------------- lang/romanian.inc.php3 | 1 + lang/russian-koi8.inc.php3 | 1 + lang/russian-win1251.inc.php3 | 1 + lang/slovak-iso.inc.php3 | 1 + lang/spanish.inc.php3 | 52 +++++++++++++++--------------- lang/swedish.inc.php3 | 1 + lang/thai.inc.php3 | 47 ++++++++++++++------------- 28 files changed, 234 insertions(+), 207 deletions(-) diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 5dc9af313..f207ed2ef 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -306,6 +306,7 @@ $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/tabl $strKeepPass = 'Do not change the password';//to translate $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoQuery = 'No SQL query!'; //to translate $strRunningAs = 'as'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index c151da4f9..1cf859c39 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -312,6 +312,7 @@ $strExtendedInserts = 'Extended inserts'; $strFlushTable = 'Flush the table ("FLUSH")'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate $strPartialText = 'Partial Texts';//to translate $strShowAll = 'Show all'; // to translate diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 561f07019..4727392b1 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -264,26 +264,44 @@ $strZip = '"comprimit amb zip"'; // To translate $strAffectedRows = 'Affected rows:'; +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate $strLengthSet = 'Length/Values*'; //to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database '; $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate @@ -291,31 +309,14 @@ $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strWithChecked = 'With checked:'; ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 5c67859fe..b7c4df392 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -263,59 +263,60 @@ $strYes = ' // To translate $strAffectedRows = ' Rows affected: '; //to translate +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = ' SQL-query on database '; //to translate $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate +$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate +$strWithChecked = 'With checked:'; $strZip = '"zipped"'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 1dc9fda12..5ffbf4598 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -265,27 +265,46 @@ $strZip = '"zipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate $strDisplayOrder = 'Display order'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database '; $strRowSize = ' Row size '; //to translate $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate @@ -293,33 +312,15 @@ $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strWithChecked = 'With checked:'; ?> diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index 69acf8725..1f3ad1083 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -317,5 +317,6 @@ $strZip = '"zazipov // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 015d5d5be..ab995902a 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -317,5 +317,6 @@ $strZip = '"zazipov // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 3248b5f33..2475ed815 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -316,5 +316,6 @@ $strZip = '"zipped"'; //to translate // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 2de9308b8..f0efe4d5f 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -280,41 +280,42 @@ $strYes = 'Ja'; // To translate $strAffectedRows = 'Affected rows:'; //to translate -$strBzip = '"bzipped"'; //to translate -$strExtendedInserts = 'Extended inserts'; //to translate -$strGzip = '"gzipped"'; //to translate -$strIdxFulltext = 'Fulltext'; //to translate -$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate -$strRunningAs = 'as'; -$strShowAll = 'Show all'; // to translate -$strShowCols = 'Show columns'; -$strShowTables = 'Show tables'; -$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes? -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate $strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strBzip = '"bzipped"'; //to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate +$strExtendedInserts = 'Extended inserts'; //to translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; +$strGzip = '"gzipped"'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate +$strKeepPass = 'Do not change the password';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; +$strNoDropDatabases = '"DROP DATABASE" statements zijn niet mogelijk.'; //to translate +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; +$strNoQuery = 'No SQL query!'; //to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate +$strRunningAs = 'as'; $strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate +$strShowAll = 'Show all'; // to translate +$strShowCols = 'Show columns'; +$strShowTables = 'Show tables'; $strStartingRecord = 'Starting record';//to translate $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate +$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes? +$strWithChecked = 'With checked:'; $strZip = '"zipped"'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 638a7ffeb..c8afc2163 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -177,6 +177,7 @@ $strNext = 'Next'; $strNo = 'No'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; $strNoPassword = 'No Password'; $strNoPrivileges = 'No Privileges'; diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index ae21ba7d0..686aea222 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -319,6 +319,7 @@ $strZip = '"zip-pakattu"'; // To translate $strFlush = 'Flush'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strOverhead = 'Overhead'; //to translate $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index fd901f49c..79e3922b2 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -177,6 +177,7 @@ $strNext = 'Suivant'; $strNo = 'Non'; $strNoDropDatabases = 'La commande "DROP DATABASE" est désactivée.'; $strNoDatabases = 'Aucune base de données'; +$strNoFrames = 'L\'utilisation de phpMyAdmin est plus aisée avec un navigateur supportant les "frames".'; $strNoModification = 'Pas de modifications'; $strNoPassword = 'aucun mot de passe'; $strNoPrivileges = 'aucun privilège'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index 571da28f2..7e5d8c175 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -316,6 +316,7 @@ $strCopyTable = 'Copy table to (database.table):'; $strFlushTable = 'Flush the table ("FLUSH")'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoQuery = 'No SQL query!'; //to translate $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 9b99e8015..d8f9d1781 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -314,6 +314,7 @@ $strZip = '"Zip komprimiert"'; $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFlushTable = 'Flush the table ("FLUSH")'; $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strRunningAs = 'as'; $strShowCols = 'Show columns'; $strShowTables = 'Show tables'; diff --git a/lang/greek.inc.php3 b/lang/greek.inc.php3 index fdb0cd055..6387345b7 100644 --- a/lang/greek.inc.php3 +++ b/lang/greek.inc.php3 @@ -304,6 +304,7 @@ $strKeepPass = 'Do not change the password';//to translate $strLinesTerminatedBy = 'Lines terminated by';//to translate $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoQuery = 'No SQL query!'; //to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strRunningAs = 'as'; diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index f27016dae..9e1faf27e 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -319,5 +319,6 @@ $strZip = '"compresso con zip"'; // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 5b8ba920c..268430ae2 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate $strDeletedRows = 'Deleted rows:'; $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; // To translate +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database '; $strRowSize = ' Row size '; //to translate $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate @@ -292,33 +311,15 @@ $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; //to translate -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; -$strFlushTable = 'Flush the table ("FLUSH")'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strWithChecked = 'With checked:'; ?> diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index b48ef14ac..0639d110e 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; // To translate +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database '; $strRowSize = ' Row size '; //to translate $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate @@ -292,33 +311,15 @@ $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; //to translate -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; -$strFlushTable = 'Flush the table ("FLUSH")'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strWithChecked = 'With checked:'; ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index ce7802966..913e9e6db 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -316,5 +316,6 @@ $strZip = '"komprimert (zip)"'; // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index de243ce00..7e5de1a87 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -315,6 +315,7 @@ $strCopyTable = 'Copy table to (database.table):'; $strFlushTable = 'Flush the table ("FLUSH")'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoQuery = 'No SQL query!'; //to translate $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 814ce9b88..eaf4d7c23 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -265,26 +265,45 @@ $strZip = '"zipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; // To translate +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database '; $strRowSize = ' Row size '; //to translate $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate @@ -292,33 +311,15 @@ $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; //to translate -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strWithChecked = 'With checked:'; ?> diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index d55047b05..e5325ce36 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -314,6 +314,7 @@ $strCopyTable = 'Copy table to (database.table):'; $strFlushTable = 'Flush the table ("FLUSH")'; $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoQuery = 'No SQL query!'; //to translate $strTableHasBeenFlushed = 'Table %s has been flushed'; $strZip = '"zipped"'; //to translate diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index d97042551..d3a9523dc 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -315,6 +315,7 @@ $strZip = ' // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index f440c7a3c..533a758ba 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -315,6 +315,7 @@ $strZip = ' // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 15e7efe59..31a0f7dd2 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -319,5 +319,6 @@ $strZip = '"zo zipovan // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 9722be1df..033fee4bd 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -281,40 +281,40 @@ $strWrongUser = 'Usuario/password equivocado. Accesso denegado.'; $strYes = 'Si'; // To translate -$strBzip = '"bzipped"'; //to translate -$strGzip = '"gzipped"'; //to translate -$strIdxFulltext = 'Fulltext'; //to translate -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strFullText = 'Full Texts';//to translate -$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate -$strPartialText = 'Partial Texts';//to translate -$strRunningAs = 'as'; -$strShowAll = 'Show all'; // to translate -$strShowCols = 'Show columns'; -$strShowTables = 'Show tables'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate $strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strBzip = '"bzipped"'; //to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEnclosedBy = 'Fields enclosed by';//to translate $strFieldsEscapedBy = 'Fields escaped by';//to translate $strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; +$strFullText = 'Full Texts';//to translate +$strGzip = '"gzipped"'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate -$strStartingRecord = 'Starting record';//to translate -$strTableHasBeenDropped = 'Table %s has been dropped';//to translate -$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate +$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strKeepPass = 'Do not change the password';//to translate -$strUpdateProfile = 'Update profile:';//to translate -$strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strZip = '"zipped"'; //to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strCopyTable = 'Copy table to (database.table):'; +$strLinesTerminatedBy = 'Lines terminated by';//to translate $strMoveTable = 'Move table to (database.table):'; $strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; +$strPartialText = 'Partial Texts';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate +$strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate +$strShowAll = 'Show all'; // to translate +$strShowCols = 'Show columns'; +$strShowTables = 'Show tables'; +$strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; +$strTableHasBeenDropped = 'Table %s has been dropped';//to translate +$strTableHasBeenEmptied = 'Table %s has been emptied';//to translate $strTableHasBeenFlushed = 'Table %s has been flushed'; +$strUpdateProfile = 'Update profile:';//to translate +$strUpdateProfileMessage = 'The profile has been updated.';//to translate +$strWithChecked = 'With checked:'; +$strZip = '"zipped"'; //to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index b77b26c16..fd8348361 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -317,5 +317,6 @@ $strZip = '"zippad"'; // To translate $strFlushTable = 'Flush the table ("FLUSH")'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strTableHasBeenFlushed = 'Table %s has been flushed'; ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 43ab73d0a..f66e73f91 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -265,27 +265,46 @@ $strZip = '"zipped"'; //to translate // To translate $strAffectedRows = 'Affected rows:'; +$strAnIndex = 'An index has been added on %s';//to translate +$strAPrimaryKey = 'A primary key has been added on %s';//to translate +$strCopyTable = 'Copy table to (database.table):'; +$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; +$strDeleteUserMessage = 'You have deleted the user %s.';//to translate $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; +$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate $strFieldsEmpty = ' The field count is empty! '; //to translate +$strFieldsEnclosedBy = 'Fields enclosed by';//to translate +$strFieldsEscapedBy = 'Fields escaped by';//to translate +$strFieldsTerminatedBy = 'Fields terminated by';//to translate +$strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFullText = 'Full Texts';//to translate $strIdxFulltext = 'Fulltext'; //to translate +$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions';//to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate +$strKeepPass = 'Do not change the password';//to translate +$strLinesTerminatedBy = 'Lines terminated by';//to translate +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; $strNbRecords = 'no. of records'; $strNoDatabases = 'No databases'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; +$strNoFrames = 'phpMyAdmin is more friendly with a frames-capable browser.'; $strNoModification = 'No change'; // To translate +$strNoQuery = 'No SQL query!'; //to translate $strPartialText = 'Partial Texts';//to translate $strPmaDocumentation = 'phpMyAdmin Documentation';//to translate +$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate $strQueryOnDb = 'SQL-query on database '; $strRowSize = ' Row size '; //to translate $strRunningAs = 'as'; +$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strServerChoice = 'Server Choice';//to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; // to translate @@ -293,33 +312,15 @@ $strShowCols = 'Show columns'; $strShowPHPInfo = 'Show PHP information'; // To translate $strShowTables = 'Show tables'; $strShowThisQuery = ' Show this query here again '; //to translate -$strStrucExcelCSV = 'CSV for Ms Excel data'; -$strTables = '%s table(s)'; //to translate -$strUseBackquotes = 'Use backquotes with tables and fields\' names'; -$strWithChecked = 'With checked:'; -$strAPrimaryKey = 'A primary key has been added on %s';//to translate -$strAnIndex = 'An index has been added on %s';//to translate -$strFieldHasBeenDropped = 'Field %s has been dropped';//to translate -$strFieldsEnclosedBy = 'Fields enclosed by';//to translate -$strFieldsEscapedBy = 'Fields escaped by';//to translate -$strFieldsTerminatedBy = 'Fields terminated by';//to translate -$strIndexHasBeenDropped = 'Index %s has been dropped';//to translate -$strLinesTerminatedBy = 'Lines terminated by';//to translate -$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';//to translate -$strRunSQLQuery = 'Run SQL query/queries on database %s';//to translate $strStartingRecord = 'Starting record';//to translate +$strStrucExcelCSV = 'CSV for Ms Excel data'; $strTableHasBeenDropped = 'Table %s has been dropped';//to translate $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate -$strDeleteUserMessage = 'You have deleted the user %s.';//to translate -$strKeepPass = 'Do not change the password';//to translate +$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strTables = '%s table(s)'; //to translate $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate $strUpdateProfile = 'Update profile:';//to translate $strUpdateProfileMessage = 'The profile has been updated.';//to translate -$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate -$strNoQuery = 'No SQL query!'; //to translate -$strCopyTable = 'Copy table to (database.table):'; -$strMoveTable = 'Move table to (database.table):'; -$strMoveTableOK = 'Table %s has been moved to %s.'; -$strFlushTable = 'Flush the table ("FLUSH")'; -$strTableHasBeenFlushed = 'Table %s has been flushed'; +$strUseBackquotes = 'Use backquotes with tables and fields\' names'; +$strWithChecked = 'With checked:'; ?>