bug #1467804, improve the message
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2006-05-21 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* import.php, lang/*: bug #1467804, replaced strNothingToImport
|
||||
by strNoDataReceived
|
||||
|
||||
2006-05-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||
### 2.8.1 released from MAINT_2_8_1
|
||||
|
||||
|
@@ -307,7 +307,7 @@ if ($import_file != 'none' && !$error) {
|
||||
}
|
||||
} elseif (!$error) {
|
||||
if (!isset($import_text) || empty($import_text)) {
|
||||
$message = $strNothingToImport;
|
||||
$message = $strNoDataReceived;
|
||||
$show_error_header = TRUE;
|
||||
$error = TRUE;
|
||||
}
|
||||
|
@@ -676,7 +676,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
$strNumTables = 'Tables'; //to translate
|
||||
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -677,7 +677,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
$strNumTables = 'Tables'; //to translate
|
||||
|
||||
@@ -1014,4 +1013,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -819,7 +819,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -820,7 +820,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -807,7 +807,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1015,4 +1014,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -806,7 +806,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1014,4 +1013,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -786,7 +786,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1009,4 +1008,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -787,7 +787,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -797,7 +797,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1006,4 +1005,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -798,7 +798,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1007,4 +1006,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -499,7 +499,6 @@ $strNoRowsSelected = 'Ніводны радок ня выбраны';
|
||||
$strNoSpace = 'Недастаткова месца для захаваньня ў файл %s.';
|
||||
$strNoTablesFound = 'У базе дадзеных табліц ня выяўлена.';
|
||||
$strNoThemeSupport = 'Тэмы не падтрымліваюцца; калі ласка, праверце вашую канфігурацыю і/або вашыя тэмы ў тэчцы %s.';
|
||||
$strNothingToImport = 'Дадзеныя для імпартаваньня ня ўведзеныя!';
|
||||
$strNotNumber = 'Гэта ня лік!';
|
||||
$strNotOK = 'не OK';
|
||||
$strNotSet = 'Табліца <b>%s</b> ня знойдзеная або ня вызначаная ў %s';
|
||||
@@ -993,4 +992,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -499,7 +499,6 @@ $strNoRowsSelected = 'ͳ
|
||||
$strNoSpace = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD> %s.';
|
||||
$strNoTablesFound = '<27> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.';
|
||||
$strNoThemeSupport = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>; <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>/<2F><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> %s.';
|
||||
$strNothingToImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!';
|
||||
$strNotNumber = '<27><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD>!';
|
||||
$strNotOK = '<27><> OK';
|
||||
$strNotSet = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <b>%s</b> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> %s';
|
||||
@@ -992,4 +991,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -499,7 +499,6 @@ $strNoRowsSelected = 'Nivodny radok nia vybrany';
|
||||
$strNoSpace = 'Niedastatkova miesca dla zachavańnia ŭ fajł %s.';
|
||||
$strNoTablesFound = 'U bazie dadzienych tablic nia vyjaŭlena.';
|
||||
$strNoThemeSupport = 'Temy nie padtrymlivajucca; kali łaska, praviercie vašuju kanfihuracyju i/abo vašyja temy ŭ tečcy %s.';
|
||||
$strNothingToImport = 'Dadzienyja dla impartavańnia nia ŭviedzienyja!';
|
||||
$strNotNumber = 'Heta nia lik!';
|
||||
$strNotOK = 'nie OK';
|
||||
$strNotSet = 'Tablica <b>%s</b> nia znojdzienaja abo nia vyznačanaja ŭ %s';
|
||||
@@ -992,4 +991,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -801,7 +801,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -800,7 +800,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -841,7 +841,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -842,7 +842,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -839,7 +839,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -840,7 +840,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -839,7 +839,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -481,7 +481,6 @@ $strNoRowsSelected = 'No s\'han seleccionat files';
|
||||
$strNoSpace = 'No hi ha prou espai per guardar l\'arxiu %s.';
|
||||
$strNoTablesFound = 'Base de dades sense taules.';
|
||||
$strNoThemeSupport = 'No hi ha suport pels temes, si et plau comprova la teva configuraci<63> i/o els teus temes al directori %s.';
|
||||
$strNothingToImport = 'No heu entrat dades per importar!';
|
||||
$strNotNumber = 'Aquest valor no <20>s un n<>mero!';
|
||||
$strNotOK = 'Incorrecte';
|
||||
$strNotSet = 'Taula <b>%s</b> no trobada o no definida a %s';
|
||||
@@ -990,4 +989,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -482,7 +482,6 @@ $strNoRowsSelected = 'No s\'han seleccionat files';
|
||||
$strNoSpace = 'No hi ha prou espai per guardar l\'arxiu %s.';
|
||||
$strNoTablesFound = 'Base de dades sense taules.';
|
||||
$strNoThemeSupport = 'No hi ha suport pels temes, si et plau comprova la teva configuració i/o els teus temes al directori %s.';
|
||||
$strNothingToImport = 'No heu entrat dades per importar!';
|
||||
$strNotNumber = 'Aquest valor no és un número!';
|
||||
$strNotOK = 'Incorrecte';
|
||||
$strNotSet = 'Taula <b>%s</b> no trobada o no definida a %s';
|
||||
@@ -991,4 +990,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -825,7 +825,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -826,7 +826,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -497,7 +497,6 @@ $strNoRowsSelected = '
|
||||
$strNoSpace = '<27>Ŷ<EFBFBD><C5B6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>x<EFBFBD>s<EFBFBD>ɮ<EFBFBD> %s.';
|
||||
$strNoTablesFound = '<27><><EFBFBD>Ʈw<C6AE><77><EFBFBD>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD>ƪ<EFBFBD>';
|
||||
$strNoThemeSupport = '<27><><EFBFBD>䴩<EFBFBD>ڦ<EFBFBD><DAA6>\<5C><>, <20>Ьd<D0AC>ݳ]<5D>w<EFBFBD>פ<EFBFBD><D7A4>x<EFBFBD>s<EFBFBD>ڦ<EFBFBD><DAA6>ɮת<C9AE><D7AA><EFBFBD><EFBFBD>Ƨ<EFBFBD> %s.';
|
||||
$strNothingToImport = '<27>A<EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD>, <20>L<EFBFBD>k<EFBFBD><6B><EFBFBD>J!';
|
||||
$strNotNumber = '<27>o<EFBFBD><6F><EFBFBD>O<EFBFBD>@<40>ӼƦr!';
|
||||
$strNotOK = '<27><><EFBFBD><EFBFBD><EFBFBD>T<EFBFBD>w';
|
||||
$strNotSet = '<b>%s</b> <20><><EFBFBD>ƪ<EFBFBD><C6AA>䤣<EFBFBD><E4A4A3><EFBFBD><EFBFBD><EFBFBD>٥<EFBFBD><D9A5>b %s <20>]<5D>w';
|
||||
@@ -991,4 +990,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -498,7 +498,6 @@ $strNoRowsSelected = '並無資料列已選擇';
|
||||
$strNoSpace = '空間不足儲存檔案 %s.';
|
||||
$strNoTablesFound = '資料庫中沒有資料表';
|
||||
$strNoThemeSupport = '不支援款式功能, 請查看設定案及儲存款式檔案的資料夾 %s.';
|
||||
$strNothingToImport = '你並未填寫資料, 無法載入!';
|
||||
$strNotNumber = '這不是一個數字!';
|
||||
$strNotOK = '未能確定';
|
||||
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
|
||||
@@ -992,4 +991,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -633,7 +633,6 @@ $strNoPhp = 'without PHP Code'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -634,7 +634,6 @@ $strNoPhp = 'without PHP Code'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -633,7 +633,6 @@ $strNoPhp = 'without PHP Code'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -505,7 +505,6 @@ $strNoRowsSelected = 'Nebyl vybr
|
||||
$strNoSpace = 'Nedostatek m<>sta pro ulo<6C>en<65> souboru %s.';
|
||||
$strNoTablesFound = 'V datab<61>zi nebyla nalezena <20><>dn<64> tabulka.';
|
||||
$strNoThemeSupport = 'Nen<65> podporov<6F>na zm<7A>na t<>matu, zkontrolujte nastaven<65> a t<>mata v adres<65><73>i %s.';
|
||||
$strNothingToImport = 'Nebyla zad<61>na <20><>dn<64> data pro import!';
|
||||
$strNotNumber = 'Nebylo zad<61>no <20><>slo!';
|
||||
$strNotOK = 'nen<65> v po<70><6F>dku';
|
||||
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v %s';
|
||||
@@ -988,4 +987,5 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
||||
$strZip = '„zazipov<6F>no“';
|
||||
|
||||
$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
|
||||
?>
|
||||
|
@@ -506,7 +506,6 @@ $strNoRowsSelected = 'Nebyl vybrán žádný řádek';
|
||||
$strNoSpace = 'Nedostatek místa pro uložení souboru %s.';
|
||||
$strNoTablesFound = 'V databázi nebyla nalezena žádná tabulka.';
|
||||
$strNoThemeSupport = 'Není podporována změna tématu, zkontrolujte nastavení a témata v adresáři %s.';
|
||||
$strNothingToImport = 'Nebyla zadána žádná data pro import!';
|
||||
$strNotNumber = 'Nebylo zadáno číslo!';
|
||||
$strNotOK = 'není v pořádku';
|
||||
$strNotSet = '<b>%s</b> tabulka nenalezena nebo není nastavena v %s';
|
||||
@@ -989,4 +988,5 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '„zazipováno“';
|
||||
|
||||
$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
|
||||
?>
|
||||
|
@@ -505,7 +505,6 @@ $strNoRowsSelected = 'Nebyl vybr
|
||||
$strNoSpace = 'Nedostatek m<>sta pro ulo<6C>en<65> souboru %s.';
|
||||
$strNoTablesFound = 'V datab<61>zi nebyla nalezena <20><>dn<64> tabulka.';
|
||||
$strNoThemeSupport = 'Nen<65> podporov<6F>na zm<7A>na t<>matu, zkontrolujte nastaven<65> a t<>mata v adres<65><73>i %s.';
|
||||
$strNothingToImport = 'Nebyla zad<61>na <20><>dn<64> data pro import!';
|
||||
$strNotNumber = 'Nebylo zad<61>no <20><>slo!';
|
||||
$strNotOK = 'nen<65> v po<70><6F>dku';
|
||||
$strNotSet = '<b>%s</b> tabulka nenalezena nebo nen<65> nastavena v %s';
|
||||
@@ -988,4 +987,5 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
||||
$strZip = '„zazipov<6F>no“';
|
||||
|
||||
$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
|
||||
?>
|
||||
|
@@ -493,7 +493,6 @@ $strNoRowsSelected = 'Ingen r
|
||||
$strNoSpace = 'Utilstr<74>kkeligt plads til at gemme filen %s.';
|
||||
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
|
||||
$strNoThemeSupport = 'Ingen tema/layout-underst<73>ttelse, tjek venligst din konfiguration og/eller dine temaer i mappen %s.';
|
||||
$strNothingToImport = 'Du har ikke angivet nogen data der skal importeres!';
|
||||
$strNotNumber = 'Dette er ikke et tal!';
|
||||
$strNotOK = 'ikke OK';
|
||||
$strNotSet = 'Tabel <b>%s</b> findes ikke eller er ikke sat i %s';
|
||||
@@ -986,4 +985,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -494,7 +494,6 @@ $strNoRowsSelected = 'Ingen rækker valgt';
|
||||
$strNoSpace = 'Utilstrækkeligt plads til at gemme filen %s.';
|
||||
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
|
||||
$strNoThemeSupport = 'Ingen tema/layout-understøttelse, tjek venligst din konfiguration og/eller dine temaer i mappen %s.';
|
||||
$strNothingToImport = 'Du har ikke angivet nogen data der skal importeres!';
|
||||
$strNotNumber = 'Dette er ikke et tal!';
|
||||
$strNotOK = 'ikke OK';
|
||||
$strNotSet = 'Tabel <b>%s</b> findes ikke eller er ikke sat i %s';
|
||||
@@ -987,4 +986,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -823,7 +823,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -823,7 +823,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -824,7 +824,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -478,6 +478,7 @@ $strNext = 'Next';
|
||||
$strNoActivity = 'No activity within %s seconds; please log in again';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDatabasesSelected = 'No databases selected.';
|
||||
$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.';
|
||||
$strNoDescription = 'no description';
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -499,7 +500,6 @@ $strNoRowsSelected = 'No rows selected';
|
||||
$strNoSpace = 'Insufficient space to save the file %s.';
|
||||
$strNoTablesFound = 'No tables found in database.';
|
||||
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!';
|
||||
$strNotNumber = 'This is not a number!';
|
||||
$strNotOK = 'not OK';
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s';
|
||||
|
@@ -478,6 +478,7 @@ $strNext = 'Next';
|
||||
$strNoActivity = 'No activity within %s seconds; please log in again';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDatabasesSelected = 'No databases selected.';
|
||||
$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.';
|
||||
$strNoDescription = 'no description';
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -499,7 +500,6 @@ $strNoRowsSelected = 'No rows selected';
|
||||
$strNoSpace = 'Insufficient space to save the file %s.';
|
||||
$strNoTablesFound = 'No tables found in database.';
|
||||
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!';
|
||||
$strNotNumber = 'This is not a number!';
|
||||
$strNotOK = 'not OK';
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s';
|
||||
|
@@ -479,6 +479,7 @@ $strNext = 'Next';
|
||||
$strNoActivity = 'No activity within %s seconds; please log in again';
|
||||
$strNoDatabases = 'No databases';
|
||||
$strNoDatabasesSelected = 'No databases selected.';
|
||||
$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.';
|
||||
$strNoDescription = 'no description';
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';
|
||||
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
||||
@@ -500,7 +501,6 @@ $strNoRowsSelected = 'No rows selected';
|
||||
$strNoSpace = 'Insufficient space to save the file %s.';
|
||||
$strNoTablesFound = 'No tables found in database.';
|
||||
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.';
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!';
|
||||
$strNotNumber = 'This is not a number!';
|
||||
$strNotOK = 'not OK';
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s';
|
||||
|
@@ -488,7 +488,6 @@ $strNoRowsSelected = 'Ridu pole valitud';
|
||||
$strNoSpace = 'Liiga v<>he kettaruumi, et salvestada fail %s.';
|
||||
$strNoTablesFound = 'Andmebaasist ei leitud tabeleid.';
|
||||
$strNoThemeSupport = 'Teemade tugi puudub, palun kontrollige oma seadeid ja/v<>i oma teemade kataloogi %s.';
|
||||
$strNothingToImport = 'Te ei sisestanud andmeid Importimiseks!';
|
||||
$strNotNumber = 'See pole number!';
|
||||
$strNotOK = 'Ei ole korras';
|
||||
$strNotSet = '<b>%s</b> tabelit ei leitud v<>i ei eksisteeri %s';
|
||||
@@ -990,4 +989,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -489,7 +489,6 @@ $strNoRowsSelected = 'Ridu pole valitud';
|
||||
$strNoSpace = 'Liiga vähe kettaruumi, et salvestada fail %s.';
|
||||
$strNoTablesFound = 'Andmebaasist ei leitud tabeleid.';
|
||||
$strNoThemeSupport = 'Teemade tugi puudub, palun kontrollige oma seadeid ja/või oma teemade kataloogi %s.';
|
||||
$strNothingToImport = 'Te ei sisestanud andmeid Importimiseks!';
|
||||
$strNotNumber = 'See pole number!';
|
||||
$strNotOK = 'Ei ole korras';
|
||||
$strNotSet = '<b>%s</b> tabelit ei leitud või ei eksisteeri %s';
|
||||
@@ -991,4 +990,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -504,7 +504,6 @@ $strNoRowsSelected = 'Ei yht
|
||||
$strNoSpace = 'Liian v<>h<EFBFBD>n tilaa tiedoston %s tallentamiseen.';
|
||||
$strNoTablesFound = 'Tietokannasta ei l<>ytynyt yht<68><74>n taulua.';
|
||||
$strNoThemeSupport = 'Ei tukea teemojen k<>ytt<74><74>n. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
|
||||
$strNothingToImport = 'Et antanut mit<69><74>n dataa tuotavaksi!';
|
||||
$strNotNumber = 'T<>m<EFBFBD> ei ole numero!';
|
||||
$strNotOK = 'Ei kunnossa';
|
||||
$strNotSet = '<b>%s</b>-taulua ei l<>ytynyt tai sit<69> ei ole m<><6D>ritelty %s-tiedostossa';
|
||||
@@ -998,4 +997,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -504,7 +504,6 @@ $strNoRowsSelected = 'Ei yht
|
||||
$strNoSpace = 'Liian v<>h<EFBFBD>n tilaa tiedoston %s tallentamiseen.';
|
||||
$strNoTablesFound = 'Tietokannasta ei l<>ytynyt yht<68><74>n taulua.';
|
||||
$strNoThemeSupport = 'Ei tukea teemojen k<>ytt<74><74>n. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
|
||||
$strNothingToImport = 'Et antanut mit<69><74>n dataa tuotavaksi!';
|
||||
$strNotNumber = 'T<>m<EFBFBD> ei ole numero!';
|
||||
$strNotOK = 'Ei kunnossa';
|
||||
$strNotSet = '<b>%s</b>-taulua ei l<>ytynyt tai sit<69> ei ole m<><6D>ritelty %s-tiedostossa';
|
||||
@@ -998,4 +997,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -505,7 +505,6 @@ $strNoRowsSelected = 'Ei yhtään riviä valittu';
|
||||
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
|
||||
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
|
||||
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
|
||||
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
|
||||
$strNotNumber = 'Tämä ei ole numero!';
|
||||
$strNotOK = 'Ei kunnossa';
|
||||
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
|
||||
@@ -999,4 +998,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -494,7 +494,6 @@ $strNoRowsSelected = 'Aucun enregistrement n\'a
|
||||
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
|
||||
$strNoTablesFound = 'Aucune table n\'a <20>t<EFBFBD> trouv<75>e dans cette base.';
|
||||
$strNoThemeSupport = 'Les th<74>mes ne sont pas support<72>s, veuillez v<>rifier votre configuration et/ou vos th<74>mes dans le r<>pertoire %s.';
|
||||
$strNothingToImport = 'Il n\'y a rien <20> importer!';
|
||||
$strNotNumber = 'Ce n\'est pas un nombre !';
|
||||
$strNotOK = 'en erreur';
|
||||
$strNotSet = 'La table <b>%s</b> est absente ou non d<>finie dans %s';
|
||||
@@ -987,4 +986,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -494,7 +494,6 @@ $strNoRowsSelected = 'Aucun enregistrement n\'a
|
||||
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
|
||||
$strNoTablesFound = 'Aucune table n\'a <20>t<EFBFBD> trouv<75>e dans cette base.';
|
||||
$strNoThemeSupport = 'Les th<74>mes ne sont pas support<72>s, veuillez v<>rifier votre configuration et/ou vos th<74>mes dans le r<>pertoire %s.';
|
||||
$strNothingToImport = 'Il n\'y a rien <20> importer!';
|
||||
$strNotNumber = 'Ce n\'est pas un nombre !';
|
||||
$strNotOK = 'en erreur';
|
||||
$strNotSet = 'La table <b>%s</b> est absente ou non d<>finie dans %s';
|
||||
@@ -987,4 +986,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -495,7 +495,6 @@ $strNoRowsSelected = 'Aucun enregistrement n\'a été sélectionné';
|
||||
$strNoSpace = 'Espace-disque insuffisant pour enregistrer le fichier %s.';
|
||||
$strNoTablesFound = 'Aucune table n\'a été trouvée dans cette base.';
|
||||
$strNoThemeSupport = 'Les thèmes ne sont pas supportés, veuillez vérifier votre configuration et/ou vos thèmes dans le répertoire %s.';
|
||||
$strNothingToImport = 'Il n\'y a rien à importer!';
|
||||
$strNotNumber = 'Ce n\'est pas un nombre !';
|
||||
$strNotOK = 'en erreur';
|
||||
$strNotSet = 'La table <b>%s</b> est absente ou non définie dans %s';
|
||||
@@ -988,4 +987,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -498,7 +498,6 @@ $strNoRowsSelected = 'Non hai fileiras seleccionadas';
|
||||
$strNoSpace = 'Non hai espacio para gardar o ficheiro %s.';
|
||||
$strNoTablesFound = 'Non se achou nengunha tabela na base de datos';
|
||||
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuraci<63>n e/ou os seus temas no directorio %s.';
|
||||
$strNothingToImport = 'Non introduciu os datos que quer<65>a importar!';
|
||||
$strNotNumber = 'Non <20> un n<>mero!';
|
||||
$strNotOK = 'non conforme';
|
||||
$strNotSet = 'Non se atopou a tabela <b>%s</b>ou non se indicou en %s';
|
||||
@@ -990,4 +989,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -499,7 +499,6 @@ $strNoRowsSelected = 'Non hai fileiras seleccionadas';
|
||||
$strNoSpace = 'Non hai espacio para gardar o ficheiro %s.';
|
||||
$strNoTablesFound = 'Non se achou nengunha tabela na base de datos';
|
||||
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus temas no directorio %s.';
|
||||
$strNothingToImport = 'Non introduciu os datos que quería importar!';
|
||||
$strNotNumber = 'Non é un número!';
|
||||
$strNotOK = 'non conforme';
|
||||
$strNotSet = 'Non se atopou a tabela <b>%s</b>ou non se indicou en %s';
|
||||
@@ -991,4 +990,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -667,7 +667,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
@@ -1015,4 +1014,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -501,7 +501,6 @@ $strNoRowsSelected = 'Es wurden keine Datens
|
||||
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
|
||||
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
|
||||
$strNoThemeSupport = 'Die Unterst<73>tzung f<>r Oberfl<66>chendesigns ist deaktiviert. Bitte <20>berpr<70>fen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
|
||||
$strNothingToImport = 'Keine zu importierenden Daten gefunden!';
|
||||
$strNotNumber = 'Das ist keine Zahl!';
|
||||
$strNotOK = 'fehlerhaft';
|
||||
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
|
||||
@@ -994,4 +993,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -501,7 +501,6 @@ $strNoRowsSelected = 'Es wurden keine Datens
|
||||
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
|
||||
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
|
||||
$strNoThemeSupport = 'Die Unterst<73>tzung f<>r Oberfl<66>chendesigns ist deaktiviert. Bitte <20>berpr<70>fen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
|
||||
$strNothingToImport = 'Keine zu importierenden Daten gefunden!';
|
||||
$strNotNumber = 'Das ist keine Zahl!';
|
||||
$strNotOK = 'fehlerhaft';
|
||||
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
|
||||
@@ -994,4 +993,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -502,7 +502,6 @@ $strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
|
||||
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
|
||||
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
|
||||
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
|
||||
$strNothingToImport = 'Keine zu importierenden Daten gefunden!';
|
||||
$strNotNumber = 'Das ist keine Zahl!';
|
||||
$strNotOK = 'fehlerhaft';
|
||||
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
|
||||
@@ -995,4 +994,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -799,7 +799,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -800,7 +800,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -756,7 +756,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
|
||||
|
||||
@@ -1006,4 +1005,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -757,7 +757,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
|
||||
|
||||
@@ -1007,4 +1006,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -615,7 +615,6 @@ $strNoRights = 'You don\'t have enough rights to be here right now!'; //to trans
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
@@ -1015,4 +1014,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -441,7 +441,6 @@ $strNoRowsSelected = 'Nincs sor kiv
|
||||
$strNoSpace = 'Nincs el<65>g hely elmenteni a f<>jlt: %s.';
|
||||
$strNoTablesFound = 'Nincs t<>bla az adatb<74>zisban.';
|
||||
$strNoThemeSupport = 'Nincs t<>ma t<>mogat<61>s, ellenőrizd a be<62>ll<6C>t<EFBFBD>sokat <20>s/vagy a t<>m<EFBFBD>kat a %s k<>nyvt<76>rban.';
|
||||
$strNothingToImport = 'Nem adt<64>l meg import<72>land<6E> adatot!';
|
||||
$strNotNumber = 'Ez nem egy sz<73>m!';
|
||||
$strNotOK = 'Nincs rendben';
|
||||
$strNotSet = '<b>%s</b> t<>bl<62>t nem tal<61>ltam vagy nincs benne: %s';
|
||||
@@ -1006,4 +1005,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -442,7 +442,6 @@ $strNoRowsSelected = 'Nincs sor kiválasztva';
|
||||
$strNoSpace = 'Nincs elég hely elmenteni a fájlt: %s.';
|
||||
$strNoTablesFound = 'Nincs tábla az adatbázisban.';
|
||||
$strNoThemeSupport = 'Nincs téma támogatás, ellenőrizd a beállításokat és/vagy a témákat a %s könyvtárban.';
|
||||
$strNothingToImport = 'Nem adtál meg importálandó adatot!';
|
||||
$strNotNumber = 'Ez nem egy szám!';
|
||||
$strNotOK = 'Nincs rendben';
|
||||
$strNotSet = '<b>%s</b> táblát nem találtam vagy nincs benne: %s';
|
||||
@@ -1007,4 +1006,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -834,7 +834,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1004,4 +1003,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -835,7 +835,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1005,4 +1004,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -499,7 +499,6 @@ $strNoRowsSelected = 'Nessuna riga selezionata';
|
||||
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
|
||||
$strNoTablesFound = 'Non ci sono tabelle nel database.';
|
||||
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
|
||||
$strNothingToImport = 'Non hai inserito alcun dato da importare';
|
||||
$strNotNumber = 'Questo non <20> un numero!';
|
||||
$strNotOK = 'non OK';
|
||||
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
|
||||
@@ -992,4 +991,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -499,7 +499,6 @@ $strNoRowsSelected = 'Nessuna riga selezionata';
|
||||
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
|
||||
$strNoTablesFound = 'Non ci sono tabelle nel database.';
|
||||
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
|
||||
$strNothingToImport = 'Non hai inserito alcun dato da importare';
|
||||
$strNotNumber = 'Questo non <20> un numero!';
|
||||
$strNotOK = 'non OK';
|
||||
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
|
||||
@@ -992,4 +991,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -500,7 +500,6 @@ $strNoRowsSelected = 'Nessuna riga selezionata';
|
||||
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
|
||||
$strNoTablesFound = 'Non ci sono tabelle nel database.';
|
||||
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
|
||||
$strNothingToImport = 'Non hai inserito alcun dato da importare';
|
||||
$strNotNumber = 'Questo non è un numero!';
|
||||
$strNotOK = 'non OK';
|
||||
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
|
||||
@@ -993,4 +992,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -496,7 +496,6 @@ $strNoRowsSelected = '
|
||||
$strNoSpace = '<27>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>%s<>פ<EFBFBD><D7A4><EFBFBD>¸<EFBFBD><C2B8><EFBFBD><EFBFBD><EFBFBD>ˤ϶<CBA4><CFB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̤<EFBFBD><CCA4>Խ<EFBFBD>ʬ<EFBFBD>Ǥ<EFBFBD><C7A4><EFBFBD>';
|
||||
$strNoTablesFound = '<27><><EFBFBD>ߤΥǡ<CEA5><C7A1><EFBFBD><EFBFBD>١<EFBFBD><D9A1><EFBFBD><EFBFBD>˥ơ<CBA5><C6A1>֥<EFBFBD><D6A5>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strNoThemeSupport = '<27>ơ<EFBFBD><C6A1>ޤݡ<F2A5B5A5><DDA1>Ȥ<EFBFBD><C8A4>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȥơ<C8A5><C6A1>ޥǥ<DEA5><C7A5>쥯<EFBFBD>ȥ<EFBFBD><C8A5><EFBFBD>%s<>פ<EFBFBD><D7A4><EFBFBD>ǧ<EFBFBD><C7A7><EFBFBD>Ƥ<EFBFBD><C6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strNothingToImport = '<27><><EFBFBD><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4>Υǡ<CEA5><C7A1><EFBFBD><EFBFBD>ϥ<EFBFBD><CFA5><EFBFBD><EFBFBD>ݡ<EFBFBD><DDA1>Ȥ<EFBFBD><C8A4>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD>!';
|
||||
$strNotNumber = '<27><><EFBFBD><EFBFBD><EFBFBD>Ͽ<EFBFBD><CFBF>ͤǤϤ<C7A4><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strNotOK = 'OK <20>ǤϤ<C7A4><CFA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strNotSet = '<27>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><b>%s</b><3E>פ<EFBFBD><D7A4><EFBFBD><EFBFBD>Ĥ<EFBFBD><C4A4><EFBFBD><EFBFBD>ʤ<EFBFBD><CAA4><EFBFBD><EFBFBD><EFBFBD>%s <20><><EFBFBD><EFBFBD><EFBFBD>ꤵ<EFBFBD><EAA4B5><EFBFBD>Ƥ<EFBFBD><C6A4>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
|
||||
@@ -996,4 +995,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -496,7 +496,6 @@ $strNoRowsSelected = '
|
||||
$strNoSpace = '<27>t<EFBFBD>@<40>C<EFBFBD><43><EFBFBD>u%s<>v<EFBFBD><76><EFBFBD>ۑ<EFBFBD><DB91><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɂ͋e<F382AB97>ʂ<EFBFBD><CA82>s<EFBFBD>\<5C><><EFBFBD>ł<EFBFBD><C582>B';
|
||||
$strNoTablesFound = '<27><><EFBFBD>݂̃f<CC83>[<5B>^<5E>x<EFBFBD>[<5B>X<EFBFBD>Ƀe<C983>[<5B>u<EFBFBD><75><EFBFBD>͂<EFBFBD><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNoThemeSupport = '<27>e<EFBFBD>[<5B>}<7D><><EFBFBD>T<EFBFBD>|<7C>[<5B>g<EFBFBD><67><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B<EFBFBD>ݒ<EFBFBD><DD92>ƃe<C683>[<5B>}<7D>f<EFBFBD>B<EFBFBD><42><EFBFBD>N<EFBFBD>g<EFBFBD><67><EFBFBD>u%s<>v<EFBFBD><76><EFBFBD>m<EFBFBD>F<EFBFBD><46><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B';
|
||||
$strNothingToImport = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><C282>̃f<CC83>[<5B>^<5E>̓C<CD83><43><EFBFBD>|<7C>[<5B>g<EFBFBD><67><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD>!';
|
||||
$strNotNumber = '<27><><EFBFBD><EFBFBD><EFBFBD>͐<EFBFBD><CD90>l<EFBFBD>ł͂<C582><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNotOK = 'OK <20>ł͂<C582><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNotSet = '<27>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD>u<b>%s</b><3E>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD><EFBFBD><C282><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>A%s <20><><EFBFBD>ݒ肳<DD92><E882B3><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
@@ -996,4 +995,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -497,7 +497,6 @@ $strNoRowsSelected = '行は選択されませんでした。';
|
||||
$strNoSpace = 'ファイル「%s」を保存するには空き容量が不十分です。';
|
||||
$strNoTablesFound = '現在のデータベースにテーブルはありません。';
|
||||
$strNoThemeSupport = 'テーマをサポートしていません。設定とテーマディレクトリ「%s」を確認してください。';
|
||||
$strNothingToImport = 'いくつかのデータはインポートしていません!';
|
||||
$strNotNumber = 'これは数値ではありません。';
|
||||
$strNotOK = 'OK ではありません。';
|
||||
$strNotSet = 'テーブル「<b>%s</b>」が見つからないか、%s が設定されていません。';
|
||||
@@ -997,4 +996,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -729,7 +729,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNotSet = '<b>%s</b> <20><><EFBFBD>̺<EFBFBD><CCBA><EFBFBD> <20><><EFBFBD>ų<EFBFBD> or not set in %s'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
@@ -1009,4 +1008,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -730,7 +730,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNotOK = 'not OK'; //to translate
|
||||
$strNotSet = '<b>%s</b> 테이블이 없거나 or not set in %s'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -824,7 +824,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -823,7 +823,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -829,7 +829,6 @@ $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1005,4 +1004,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -828,7 +828,6 @@ $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1004,4 +1003,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -718,7 +718,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1026,4 +1025,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -719,7 +719,6 @@ $strNoPermission = 'The web server does not have permission to save the file %s.
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1027,4 +1026,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -840,7 +840,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -497,7 +497,6 @@ $strNoRowsSelected = 'Ingen rader valgt';
|
||||
$strNoSpace = 'Ikke nok plass til <20> lagre fila %s.';
|
||||
$strNoTablesFound = 'Ingen tabeller i databasen.';
|
||||
$strNoThemeSupport = 'Ikke st<73>tte for maler, kontroller konfigureringen og/eller dine maler i katalogen %s.';
|
||||
$strNothingToImport = 'Du skrev ikke inn noe data for import!';
|
||||
$strNotNumber = 'Dette er ikke ett tall!';
|
||||
$strNotOK = 'ikke OK';
|
||||
$strNotSet = '<b>%s</b> tabellen ble ikke funnet eller ikke konfigurert i %s';
|
||||
@@ -990,4 +989,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -498,7 +498,6 @@ $strNoRowsSelected = 'Ingen rader valgt';
|
||||
$strNoSpace = 'Ikke nok plass til å lagre fila %s.';
|
||||
$strNoTablesFound = 'Ingen tabeller i databasen.';
|
||||
$strNoThemeSupport = 'Ikke støtte for maler, kontroller konfigureringen og/eller dine maler i katalogen %s.';
|
||||
$strNothingToImport = 'Du skrev ikke inn noe data for import!';
|
||||
$strNotNumber = 'Dette er ikke ett tall!';
|
||||
$strNotOK = 'ikke OK';
|
||||
$strNotSet = '<b>%s</b> tabellen ble ikke funnet eller ikke konfigurert i %s';
|
||||
@@ -991,4 +990,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -657,7 +657,6 @@ $strNoRights = 'You don\'t have enough rights to be here right now!'; //to trans
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
|
||||
@@ -1012,4 +1011,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -656,7 +656,6 @@ $strNoRights = 'You don\'t have enough rights to be here right now!'; //to trans
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -493,7 +493,6 @@ $strNoRowsSelected = '
|
||||
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
|
||||
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
|
||||
$strNoThemeSupport = 'Brak obs<62>ugi motyw<79>w graficznych, prosz<73> sprawdzi<7A> konfiguracj<63> i/lub motywy graficzne w katalogu %s.';
|
||||
$strNothingToImport = 'Nie wprowadzono <20>adnych danych do importu!';
|
||||
$strNotNumber = 'To nie jest liczba!';
|
||||
$strNotOK = 'b<><62>d';
|
||||
$strNotSet = 'Tabela <b>%s</b> nie zosta<74>a znaleziona lub nie jest ustawiona w %s';
|
||||
@@ -986,4 +985,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -494,7 +494,6 @@ $strNoRowsSelected = 'Żaden rekord nie został zaznaczony';
|
||||
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
|
||||
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
|
||||
$strNoThemeSupport = 'Brak obsługi motywów graficznych, proszę sprawdzić konfigurację i/lub motywy graficzne w katalogu %s.';
|
||||
$strNothingToImport = 'Nie wprowadzono żadnych danych do importu!';
|
||||
$strNotNumber = 'To nie jest liczba!';
|
||||
$strNotOK = 'błąd';
|
||||
$strNotSet = 'Tabela <b>%s</b> nie została znaleziona lub nie jest ustawiona w %s';
|
||||
@@ -987,4 +986,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -493,7 +493,6 @@ $strNoRowsSelected = '
|
||||
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
|
||||
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
|
||||
$strNoThemeSupport = 'Brak obs<62>ugi motyw<79>w graficznych, prosz<73> sprawdzi<7A> konfiguracj<63> i/lub motywy graficzne w katalogu %s.';
|
||||
$strNothingToImport = 'Nie wprowadzono <20>adnych danych do importu!';
|
||||
$strNotNumber = 'To nie jest liczba!';
|
||||
$strNotOK = 'b<><62>d';
|
||||
$strNotSet = 'Tabela <b>%s</b> nie zosta<74>a znaleziona lub nie jest ustawiona w %s';
|
||||
@@ -986,4 +985,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -788,7 +788,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -788,7 +788,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -789,7 +789,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1014,4 +1013,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -824,7 +824,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1007,4 +1006,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -825,7 +825,6 @@ $strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1008,4 +1007,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -804,7 +804,6 @@ $strNoDetailsForEngine = 'There is no detailed status information available for
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoRowsSelected = 'No rows selected'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1013,4 +1012,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -821,7 +821,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1014,4 +1013,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -822,7 +822,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1015,4 +1014,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -821,7 +821,6 @@ $strNoActivity = 'No activity since %s seconds or more, please login again'; //
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1014,4 +1013,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -841,7 +841,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -840,7 +840,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -841,7 +841,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1011,4 +1010,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
@@ -840,7 +840,6 @@ $strMaximalQueryLength = 'Maximal length of created query'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
|
||||
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
|
||||
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
|
||||
$strNumberOfFields = 'Number of fields'; //to translate
|
||||
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
@@ -1010,4 +1009,5 @@ $strCreateUserDatabaseName = 'Create database with same name and grant all privi
|
||||
$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
|
||||
?>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user