diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 73a13dbf80..23640249c6 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -306,6 +306,7 @@ $strWrongUser = 'Usu $strYes = 'Sim'; // To translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strOffSet = 'offset'; //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\').'; //to translate diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index fc1964cb56..f515ecbc23 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -294,6 +294,7 @@ $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index bbbe3157ac..08be7faee8 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -291,6 +291,7 @@ $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 18063566d1..3b1beb066a 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -294,6 +294,7 @@ $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index f80e0f2786..11963f436d 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -294,6 +294,7 @@ $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/czech-iso.inc.php3 b/lang/czech-iso.inc.php3 index ca1d302cab..1d663ed3e7 100644 --- a/lang/czech-iso.inc.php3 +++ b/lang/czech-iso.inc.php3 @@ -309,4 +309,6 @@ $strWrongUser = ' $strYes = 'Ano'; +// To translate +$strIdxFulltext = 'Fulltext'; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 17bbd49339..1877208144 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -309,4 +309,6 @@ $strWrongUser = ' $strYes = 'Ano'; +// To translate +$strIdxFulltext = 'Fulltext'; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 9c44165e8a..1a702b8d9a 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -293,6 +293,7 @@ $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index fa9ff9e44a..849fda6fe6 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -306,6 +306,7 @@ $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 $strOffSet = 'offset'; //to translate $strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes? diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 5c593955c8..2b551b6fdc 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -137,6 +137,7 @@ $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; $strHost = 'Host'; $strHostEmpty = 'The host name is empty!'; +$strIdxFulltext = 'Fulltext'; $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; $strIndex = 'Index'; $strIndexes = 'Indexes'; diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index 9247d1aa63..1e6232ee68 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -137,6 +137,7 @@ $strHomepageSourceforge = 'Page de T $strHost = 'Serveur'; $strHostEmpty = 'Le nom de serveur est vide'; +$strIdxFulltext = 'Texte entier'; $strIfYouWish = 'Si vous désirez ne charger que certaines colonnes, indiquez leurs noms, séparés par des virgules.'; $strIndex = 'Index'; $strIndexes = 'Index'; diff --git a/lang/galician.inc.php3 b/lang/galician.inc.php3 index b164ece728..6526b95519 100644 --- a/lang/galician.inc.php3 +++ b/lang/galician.inc.php3 @@ -308,6 +308,7 @@ $strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.'; $strYes = 'Si'; // To translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strWithChecked = 'With checked:'; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index d170cf8105..a837411d65 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -306,6 +306,7 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.'; $strYes = 'Ja'; // To translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strFullText = 'Full Texts';//to translate $strPartialText = 'Partial Texts';//to translate diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 0f9365cb08..5f8216c1f4 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -309,6 +309,7 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strYes = ' Si '; // To translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strWithChecked = 'With checked:'; ?> diff --git a/lang/japanese.inc.php3 b/lang/japanese.inc.php3 index 1d47ff2755..7b7d211271 100644 --- a/lang/japanese.inc.php3 +++ b/lang/japanese.inc.php3 @@ -293,6 +293,7 @@ $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/korean.inc.php3 b/lang/korean.inc.php3 index c2c1e0d1ea..6e93ed3cea 100644 --- a/lang/korean.inc.php3 +++ b/lang/korean.inc.php3 @@ -293,6 +293,7 @@ $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index 76ccd6d68d..a1fad24567 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -302,6 +302,7 @@ $strYes = 'Ja'; $strCarriage = 'Carriage return: \\r'; //to translate $strFieldsEmpty = ' The field count is empty! '; //to translate $strGrants = 'Grants'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strOffSet = 'offset'; //to translate $strPartialText = 'Partial Texts'; //to translate diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 98a9b87582..2f45a88e97 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -307,6 +307,7 @@ $strWrongUser = 'B $strYes = 'Tak'; // To translate +$strIdxFulltext = 'Fulltext'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strWithChecked = 'With checked:'; ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index ee449ff8d6..65367b688d 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -293,6 +293,7 @@ $strDisplayOrder = 'Display order:'; $strDropTable = 'Drop table'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index d2738d37c9..165d2a31e0 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -308,4 +308,7 @@ $strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.'; $strWithChecked = 'Verificat cu:'; $strYes = 'Da'; + +// To translate +$strIdxFulltext = 'Fulltext'; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index e570e8e3e3..12e90ffa80 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -293,6 +293,7 @@ $strDeletedRows = 'Deleted rows:'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strGzip = '"gzipped"'; // To translate +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 8b0fab5bbf..aab2d1c635 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -293,6 +293,7 @@ $strDeletedRows = 'Deleted rows:'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strGzip = '"gzipped"'; // To translate +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/slovak-iso.inc.php3 b/lang/slovak-iso.inc.php3 index 325592af38..6941705718 100644 --- a/lang/slovak-iso.inc.php3 +++ b/lang/slovak-iso.inc.php3 @@ -296,6 +296,7 @@ $strDatabasesStats = 'Databases statistics';//to translate $strDeletedRows = 'Deleted rows:'; $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; +$strIdxFulltext = 'Fulltext'; //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 diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 6a6ae99225..4a31a3b69f 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -304,6 +304,7 @@ $strYes = 'Si'; // To translate $strBzip = '"bzipped"'; //to translate $strGzip = '"gzipped"'; //to translate +$strIdxFulltext = 'Fulltext'; //to translate $strOffSet = 'offset'; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; $strFullText = 'Full Texts';//to translate diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 2e3a978e03..3ac3c336b8 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -308,4 +308,7 @@ $strWithChecked = 'Med markerade:'; $strWrongUser = 'Fel användarnamn/lösenord. Ĺtkomst nekad.'; $strYes = 'Ja'; + +// To translate +$strIdxFulltext = 'Fulltext'; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 11c92fa129..9c26302e4a 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -294,6 +294,7 @@ $strDropTable = 'Drop table'; $strExtendedInserts = 'Extended inserts'; $strFieldsEmpty = ' The field count is empty! '; //to translate $strFormEmpty = 'Missing value in the form !'; +$strIdxFulltext = 'Fulltext'; //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