(hi) Updates

This commit is contained in:
Alexander M. Turek
2002-09-09 20:45:35 +00:00
parent 0d593546ca
commit 0cfd7246e8
2 changed files with 113 additions and 101 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-09-09 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/hindi-utf-8.inc.php3: Updates, thanks again to
Girish Nair (girish_nair).
2002-09-08 Robin Johnson <robbat2@users.sourceforge.net> 2002-09-08 Robin Johnson <robbat2@users.sourceforge.net>
* scripts/create-release.sh: Tweaked instruction list * scripts/create-release.sh: Tweaked instruction list
* Documentaion.html, lib/sqlvalidator.class.php3: * Documentaion.html, lib/sqlvalidator.class.php3:

View File

@@ -1,8 +1,11 @@
<?php <?php
/* $Id$ */ /* $Id$ */
// Hindi translation // Hindi translation
// 1st release : by Girish Nair <girishn@nagpur.dot.net.in> // 1st release : by Girish Nair <girishn@nagpur.dot.net.in> : 08-Aug-2002
// 2nd updates : by Girish Nair <girishn@nagpur.dot.net.in> : 23-Aug-2002
// 3rd updates : by Girish Nair <girishn@nagpur.dot.net.in> : 09-Sep-2002
$charset = 'utf-8'; $charset = 'utf-8';
$allow_recoding = TRUE; $allow_recoding = TRUE;
@@ -21,6 +24,7 @@ $month = array('जनवरी', 'फरवरी', 'मार्च', 'अप
// variable below // variable below
$datefmt = '%d %B, %Y को %I:%M %p'; $datefmt = '%d %B, %Y को %I:%M %p';
$strAccessDenied = 'प्रवेश निषेध'; $strAccessDenied = 'प्रवेश निषेध';
$strAction = ' कार्य'; $strAction = ' कार्य';
$strAddNewField = 'नया फील्ड जोडो'; $strAddNewField = 'नया फील्ड जोडो';
@@ -28,34 +32,51 @@ $strAddPriv = 'नया प्रिविलेज जोडो';
$strAddPrivMessage = 'आपने नया प्रिविलेज जोड लिया ।'; $strAddPrivMessage = 'आपने नया प्रिविलेज जोड लिया ।';
$strAddUser = 'नया यूसर बनाओ'; $strAddUser = 'नया यूसर बनाओ';
$strAddUserMessage = 'आपने नया यूसर बना लिया ।'; $strAddUserMessage = 'आपने नया यूसर बना लिया ।';
$strAfter = '%s के बाद में';
$strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ'; $strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
$strAfterInsertNewInsert = 'अगला नया रौ जोडे'; $strAfterInsertNewInsert = 'अगला नया रौ जोडे';
$strAfter = '%s के बाद में';
$strAll = 'सभी'; $strAll = 'सभी';
$strAlterOrderBy = ' टेबल ओरडर को बदलिये ';
$strAnalyzeTable = 'टेबल अनालैज करें';
$strAnd = 'और'; $strAnd = 'और';
$strAnIndex = ' %s पर एक इन्डेक्स बनाया';
$strAny = 'कोई'; $strAny = 'कोई';
$strAnyColumn = 'कोई भी कोलम'; $strAnyColumn = 'कोई भी कोलम';
$strAnyDatabase = 'कोई भी डाटाबेस'; $strAnyDatabase = 'कोई भी डाटाबेस';
$strAnyHost = 'कोई भी होस्ट'; $strAnyHost = 'कोई भी होस्ट';
$strAnyTable = 'कोई भी टेबल'; $strAnyTable = 'कोई भी टेबल';
$strAnyUser = 'कोई भी यूसर'; $strAnyUser = 'कोई भी यूसर';
$strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
$strAtBeginningOfTable = 'टेबल के शुरू में'; $strAtBeginningOfTable = 'टेबल के शुरू में';
$strAtEndOfTable = 'टेबल के आखिर में'; $strAtEndOfTable = 'टेबल के आखिर में';
$strAttr = ' विशेषता'; $strAttr = ' विशेषता';
$strBack = 'वापस'; $strBack = 'वापस';
$strBinary = 'बइनरी';
$strBinaryDoNotEdit = 'बइनरी - एडिट मत करिये';
$strBookmarkLabel = 'लेबल'; $strBookmarkLabel = 'लेबल';
$strBookmarkView = 'केवल देखिये';
$strBrowse = ' ब्रौस';
$strCantRenameIdxToPrimary = 'इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!';
$strChange = 'बदलिये'; $strChange = 'बदलिये';
$strChangePassword = 'पासव्रड बदलिये';
$strCheckAll = 'सभी को चेक करें'; $strCheckAll = 'सभी को चेक करें';
$strCheckDbPriv = 'डाटाबेस प्रिविलेजस को चेक करें'; $strCheckDbPriv = 'डाटाबेस प्रिविलेजस को चेक करें';
$strCheckTable = 'टेबल को चेक करें'; $strCheckTable = 'टेबल को चेक करें';
$strChoosePage = ' एडिट करने के लिये पेज़ चुने';
$strColumn = 'कोलम'; $strColumn = 'कोलम';
$strColumnNames = 'कोलम के नाम'; $strColumnNames = 'कोलम के नाम';
$strComments = ' टिप्पणी'; $strComments = ' टिप्पणी';
$strCompleteInserts = 'पूरा इनसर्टस';
$strCopyTable = ' (database<b>.</b>table) में टेबल को कापी करें:';
$strCopyTableOK = ' %s टेबल को %s में कापी कर दिया.';
$strCreate = 'बनाइये'; $strCreate = 'बनाइये';
$strCreateIndex = ' &nbsp;%s&nbsp; कोलम पर इन्डेक्स बनाऐं ';
$strCreateIndexTopic = 'एक नया इन्डेक्स बनाऐं';
$strCreateNewDatabase = ' नया डाटाबेस बनाओ'; $strCreateNewDatabase = ' नया डाटाबेस बनाओ';
$strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ'; $strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
$strCreatePage = 'नया पेज़ बनाऐं';
$strData = ' डाटा'; $strData = ' डाटा';
$strDatabase = ' डाटाबेस'; $strDatabase = ' डाटाबेस';
@@ -63,26 +84,62 @@ $strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप
$strDatabases = ' डाटाबेस'; $strDatabases = ' डाटाबेस';
$strDatabasesStats = ' डाटाबेसों के आँकडे'; $strDatabasesStats = ' डाटाबेसों के आँकडे';
$strDataOnly = 'केवल डाटा'; $strDataOnly = 'केवल डाटा';
$strDefault = 'Default';
$strDelete = 'डिलीट'; $strDelete = 'डिलीट';
$strDeletedRows = 'रौ डिलीट किया:';
$strDeleted = 'रौ को डिलीट कर दिया';
$strDeleteFailed = ' डिलीट फैल हो गया!';
$strDeleteUserMessage = 'आपने %s यूसर डिलीट कर दिया।';
$strDisplay = ' दिखाओ';
$strDisplayFeat = 'फीचरस दिखाओ';
$strDisplayOrder = 'क्रम से दिखाओ:';
$strDisplayPDF = 'PDF schema दिखाओ';
$strDocu = 'डोक्युमेंटेशन';
$strDoYouReally = 'क्या आप सचमुच चाहते है की';
$strDrop = ' ड्रोप'; $strDrop = ' ड्रोप';
$strDropDB = ' डाटाबेस ड्रोप करे %s';
$strDropTable = 'टेबल ड्रोप करे';
$strEdit = 'एडिट'; $strEdit = 'एडिट';
$strEditPDFPages = 'PDF पेज एडिट करें'; $strEditPDFPages = 'PDF पेज एडिट करें';
$strEditPrivileges = ' प्रिविलेज एडिट करें'; $strEditPrivileges = ' प्रिविलेज एडिट करें';
$strEmpty = 'खाली'; $strEffective = ' वास्तविक';
$strEmpty = 'खाली करें';
$strEnd = 'आखरी';
$strError = 'गल्ती';
$strExplain = 'SQL की व्याख्या ';
$strExport = 'एक्सपोर्ट';
$strExportToXML = ' XML format में एक्सपोर्ट करें';
$strExtendedInserts = 'विस्तृत इनसर्टस';
$strExtra = ' अतिरिक्त'; $strExtra = ' अतिरिक्त';
$strField = ' फील्ड';
$strFieldHasBeenDropped = ' फील्ड %s ड्रोप कर दिया';
$strFields = ' फील्डस';
$strGrants = 'ग्रान्टस'; $strGrants = 'ग्रान्टस';
$strHome = 'होम'; $strHome = 'होम';
$strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज'; $strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
$strHost = 'होस्ट'; $strHost = 'होस्ट';
$strInsert = 'इनसर्ट';
$strInsertNewRow = 'नया रौ इनसर्ट करिये';
$strInstructions = 'निर्देष';
$strLength = 'लंबाई';
$strLengthSet = 'लंबाई/अर्थ*';
$strLimitNumRows = 'प्रति पृष्ट कितने रौ';
$strLines = 'लाईनस';
$strLinesTerminatedBy = 'लाईन समाप्त होता है';
$strLogin = 'लोगिन'; $strLogin = 'लोगिन';
$strLogout = 'लोग औट'; $strLogout = 'लोग औट';
$strLogPassword = 'पासव्रड:'; $strLogPassword = 'पासव्रड:';
$strLogUsername = 'यूसरनेम:'; $strLogUsername = 'यूसरनेम:';
$strMoveTable = 'टेबल को (database<b>.</b>table) में मूव करें:';
$strMoveTableOK = ' %s टेबल को %s में मूव कर दिया.';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strMySQLShowProcess = 'प्रोसेस दिखाओ'; $strMySQLShowProcess = 'प्रोसेस दिखाओ';
$strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ'; $strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
$strMySQLShowVars = 'MySQL के system variables दिखाओ'; $strMySQLShowVars = 'MySQL के system variables दिखाओ';
@@ -90,15 +147,42 @@ $strMySQLShowVars = 'MySQL के system variables दिखाओ';
$strName = 'नाम'; $strName = 'नाम';
$strNext = 'अगला'; $strNext = 'अगला';
$strNo = 'नहीं'; $strNo = 'नहीं';
$strNoDatabases = 'कोइ डाटाबेस नहिं';
$strOperations = 'कार्रवाई';
$strOptions = ' विकल्प';
$strOr = 'अथवा'; $strOr = 'अथवा';
$strPhp = 'PHP Code बनाओ';
$strPmaDocumentation = 'phpMyAdmin डोक्युमेंटेशन';
$strQBE = 'क्वरी';
$strSearch = 'सर्च';
$strSearchType = 'खोजो:';
$strSelectADb = 'कृपया एक डाटाबेस चुनिये ';
$strSelectAll = ' सभी को सेल्कट करें';
$strShowPHPInfo = 'PHP कि जानकारी दिखाओ'; $strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
$strStrucData = 'संरचना और डाटा';
$strStrucOnly = 'केवल संरचना';
$strStructure = 'संरचना';
$strSum = 'जोड'; $strSum = 'जोड';
$strTable = ' टेबल '; $strTable = ' टेबल ';
$strTableType = 'टेबल के प्रकार';
$strTotal = ' कुल';
$strType = ' प्रकार';
$strUncheckAll = ' सभी को अनचेक करें';
$strUnselectAll = ' सभी को अनसेल्कट करें';
$strUpdatePrivMessage = 'आपने %s के प्रिविलेज अपडेट कर दिया ।';
$strUpdateProfileMessage = 'प्रोफाइल अपडेट कर दिया ।';
$strUpdateProfile = 'प्रोफाइल अपडेट करो:';
$strUpdateQuery = ' क्वरी अपडेट करो';
$strUsage = 'उपयोग';
$strUseBackquotes = 'टेबल और फील्ड के नाम को backquotes से Enclose करें';
$strUser = 'यूसर'; $strUser = 'यूसर';
$strUserEmpty = 'यूसरनेम खाली है!';
$strUserName = 'यूसर नेम'; $strUserName = 'यूसर नेम';
$strUsers = 'यूसरस'; $strUsers = 'यूसरस';
$strUseTables = 'टेबल का उपयोग करो'; $strUseTables = 'टेबल का उपयोग करो';
@@ -106,94 +190,57 @@ $strUseTables = 'टेबल का उपयोग करो';
$strValue = 'मूल्य'; $strValue = 'मूल्य';
$strWelcome = ' %s मे स्वागत है'; $strWelcome = ' %s मे स्वागत है';
$strWithChecked = 'चुने हुओं को:';
$strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.';
$strYes = 'हाँ'; $strYes = 'हाँ ';
// To translate // To translate
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate $strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate $strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate $strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAffectedRows = 'Affected rows:'; //to translate $strAffectedRows = 'Affected rows:'; //to translate
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
$strAlterOrderBy = 'Alter table order by'; //to translate
$strAnalyzeTable = 'Analyze table'; //to translate
$strAnIndex = 'An index has been added on %s'; //to translate
$strAPrimaryKey = 'A primary key has been added on %s'; //to translate
$strAscending = 'Ascending'; //to translate $strAscending = 'Ascending'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate $strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate $strBeginRaw = 'BEGIN RAW'; //to translate
$strBinary = 'Binary'; //to translate
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate $strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate $strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowse = 'Browse'; //to translate
$strBzip = '"bzipped"'; //to translate $strBzip = '"bzipped"'; //to translate
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate $strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate $strCardinality = 'Cardinality'; //to translate
$strCarriage = 'Carriage return: \\r'; //to translate $strCarriage = 'Carriage return: \\r'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate $strChangeDisplay = 'Choose Field to display'; //to translate
$strChangePassword = 'Change password'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate $strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate $strColComFeat = 'Displaying Column Comments'; //to translate
$strCompleteInserts = 'Complete inserts'; //to translate
$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strConfirm = 'Do you really want to do it?'; //to translate $strConfirm = 'Do you really want to do it?'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTable = 'Copy table to (database<b>.</b>table):'; //to translate
$strCopyTableOK = 'Table %s has been copied to %s.'; //to translate
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns'; //to translate
$strCreateIndexTopic = 'Create a new index'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate $strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCriteria = 'Criteria'; //to translate $strCriteria = 'Criteria'; //to translate
$strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate $strDatabaseWildcard = 'Database (wildcards allowed):'; //to translate
$strDefault = 'Default'; //to translate
$strDeleted = 'The row has been deleted'; //to translate
$strDeletedRows = 'Deleted rows:'; //to translate
$strDeleteFailed = 'Deleted Failed!'; //to translate
$strDeleteUserMessage = 'You have deleted the user %s.'; //to translate
$strDescending = 'Descending'; //to translate $strDescending = 'Descending'; //to translate
$strDisabled = 'Disabled'; //to translate $strDisabled = 'Disabled'; //to translate
$strDisplay = 'Display'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayOrder = 'Display order:'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate $strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
$strDocu = 'Documentation'; //to translate
$strDoYouReally = 'Do you really want to '; //to translate
$strDropDB = 'Drop database %s'; //to translate
$strDropTable = 'Drop table'; //to translate
$strDumpingData = 'Dumping data for table'; //to translate $strDumpingData = 'Dumping data for table'; //to translate
$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
$strDynamic = 'dynamic'; //to translate $strDynamic = 'dynamic'; //to translate
$strEffective = 'Effective'; //to translate
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate
$strEnabled = 'Enabled'; //to translate $strEnabled = 'Enabled'; //to translate
$strEnd = 'End'; //to translate
$strEndCut = 'END CUT'; //to translate $strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate $strEndRaw = 'END RAW'; //to translate
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
$strError = 'Error'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
$strExportToXML = 'Export to XML format'; //to translate
$strExtendedInserts = 'Extended inserts'; //to translate
$strField = 'Field'; //to translate
$strFieldHasBeenDropped = 'Field %s has been dropped'; //to translate
$strFields = 'Fields'; //to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate $strFieldsEmpty = ' The field count is empty! '; //to translate
$strFieldsEnclosedBy = 'Fields enclosed by'; //to translate $strFieldsEnclosedBy = 'Fields enclosed by'; //to translate
$strFieldsEscapedBy = 'Fields escaped by'; //to translate $strFieldsEscapedBy = 'Fields escaped by'; //to translate
@@ -220,18 +267,15 @@ $strHostEmpty = 'The host name is empty!'; //to translate
$strIdxFulltext = 'Fulltext'; //to translate $strIdxFulltext = 'Fulltext'; //to translate
$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; //to translate $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; //to translate
$strIgnore = 'Ignore'; //to translate $strIgnore = 'Ignore'; //to translate
$strIndex = 'Index'; //to translate
$strIndexes = 'Indexes'; //to translate $strIndexes = 'Indexes'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate $strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
$strIndex = 'Index'; //to translate
$strIndexName = 'Index name&nbsp;:'; //to translate $strIndexName = 'Index name&nbsp;:'; //to translate
$strIndexType = 'Index type&nbsp;:'; //to translate $strIndexType = 'Index type&nbsp;:'; //to translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strInsert = 'Insert'; //to translate
$strInsertAsNewRow = 'Insert as a new row'; //to translate $strInsertAsNewRow = 'Insert as a new row'; //to translate
$strInsertedRows = 'Inserted rows:'; //to translate $strInsertedRows = 'Inserted rows:'; //to translate
$strInsertNewRow = 'Insert new row'; //to translate
$strInsertTextfiles = 'Insert data from a textfile into table'; //to translate $strInsertTextfiles = 'Insert data from a textfile into table'; //to translate
$strInstructions = 'Instructions'; //to translate
$strInUse = 'in use'; //to translate $strInUse = 'in use'; //to translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
@@ -239,28 +283,19 @@ $strKeepPass = 'Do not change the password'; //to translate
$strKeyname = 'Keyname'; //to translate $strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate $strKill = 'Kill'; //to translate
$strLength = 'Length'; //to translate
$strLengthSet = 'Length/Values*'; //to translate
$strLimitNumRows = 'Number of rows per page'; //to translate
$strLineFeed = 'Linefeed: \\n'; //to translate $strLineFeed = 'Linefeed: \\n'; //to translate
$strLines = 'Lines'; //to translate
$strLinesTerminatedBy = 'Lines terminated by'; //to translate
$strLinkNotFound = 'Link not found'; //to translate $strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate $strLinksTo = 'Links to'; //to translate
$strLocationTextfile = 'Location of the textfile'; //to translate $strLocationTextfile = 'Location of the textfile'; //to translate
$strMissingBracket = 'Missing Bracket'; //to translate $strMissingBracket = 'Missing Bracket'; //to translate
$strModifications = 'Modifications have been saved'; //to translate $strModifications = 'Modifications have been saved'; //to translate
$strModify = 'Modify'; //to translate
$strModifyIndexTopic = 'Modify an index'; //to translate $strModifyIndexTopic = 'Modify an index'; //to translate
$strMoveTable = 'Move table to (database<b>.</b>table):'; //to translate $strModify = 'Modify'; //to translate
$strMoveTableOK = 'Table %s has been moved to %s.'; //to translate
$strMySQLCharset = 'MySQL charset'; //to translate $strMySQLCharset = 'MySQL charset'; //to translate
$strMySQLReloaded = 'MySQL reloaded.'; //to translate $strMySQLReloaded = 'MySQL reloaded.'; //to translate
$strMySQLSaid = 'MySQL said: '; //to translate $strMySQLSaid = 'MySQL said: '; //to translate
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; //to translate
$strNoDatabases = 'No databases'; //to translate
$strNoDescription = 'no Description'; //to translate $strNoDescription = 'no Description'; //to translate
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate $strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate $strNoExplain = 'Skip Explain SQL'; //to translate
@@ -287,38 +322,33 @@ $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
$strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; //to translate $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; //to translate
$strOK = 'OK'; //to translate $strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
$strOptimizeTable = 'Optimize table'; //to translate $strOptimizeTable = 'Optimize table'; //to translate
$strOptionalControls = 'Optional. Controls how to write or read special characters.'; //to translate $strOptionalControls = 'Optional. Controls how to write or read special characters.'; //to translate
$strOptionally = 'OPTIONALLY'; //to translate $strOptionally = 'OPTIONALLY'; //to translate
$strOptions = 'Options'; //to translate
$strOverhead = 'Overhead'; //to translate $strOverhead = 'Overhead'; //to translate
$strPageNumber = 'Page number:'; //to translate $strPageNumber = 'Page number:'; //to translate
$strPartialText = 'Partial Texts'; //to translate $strPartialText = 'Partial Texts'; //to translate
$strPassword = 'Password'; //to translate
$strPasswordEmpty = 'The password is empty!'; //to translate $strPasswordEmpty = 'The password is empty!'; //to translate
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate $strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
$strPassword = 'Password'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate $strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
$strPHPVersion = 'PHP Version'; //to translate $strPHPVersion = 'PHP Version'; //to translate
$strPmaDocumentation = 'phpMyAdmin documentation'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPos1 = 'Begin'; //to translate $strPos1 = 'Begin'; //to translate
$strPrevious = 'Previous'; //to translate $strPrevious = 'Previous'; //to translate
$strPrimary = 'Primary'; //to translate
$strPrimaryKey = 'Primary key'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate
$strPrimaryKey = 'Primary key'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrimary = 'Primary'; //to translate
$strPrintView = 'Print view'; //to translate $strPrintView = 'Print view'; //to translate
$strPrivileges = 'Privileges'; //to translate $strPrivileges = 'Privileges'; //to translate
$strProperties = 'Properties'; //to translate $strProperties = 'Properties'; //to translate
$strQBE = 'Query'; //to translate
$strQBEDel = 'Del'; //to translate $strQBEDel = 'Del'; //to translate
$strQBEIns = 'Ins'; //to translate $strQBEIns = 'Ins'; //to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate $strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate
@@ -330,25 +360,25 @@ $strRelationView = 'Relation view'; //to translate
$strReloadFailed = 'MySQL reload failed.'; //to translate $strReloadFailed = 'MySQL reload failed.'; //to translate
$strReloadMySQL = 'Reload MySQL'; //to translate $strReloadMySQL = 'Reload MySQL'; //to translate
$strRememberReload = 'Remember reload the server.'; //to translate $strRememberReload = 'Remember reload the server.'; //to translate
$strRenameTable = 'Rename table to'; //to translate
$strRenameTableOK = 'Table %s has been renamed to %s'; //to translate $strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
$strRenameTable = 'Rename table to'; //to translate
$strRepairTable = 'Repair table'; //to translate $strRepairTable = 'Repair table'; //to translate
$strReplace = 'Replace'; //to translate $strReplace = 'Replace'; //to translate
$strReplaceTable = 'Replace table data with file'; //to translate $strReplaceTable = 'Replace table data with file'; //to translate
$strReset = 'Reset'; //to translate $strReset = 'Reset'; //to translate
$strReType = 'Re-type'; //to translate $strReType = 'Re-type'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s'; //to translate $strRevokeGrantMessage = 'You have revoked the Grant privilege for %s'; //to translate
$strRevokeGrant = 'Revoke Grant'; //to translate
$strRevokeMessage = 'You have revoked the privileges for %s'; //to translate $strRevokeMessage = 'You have revoked the privileges for %s'; //to translate
$strRevokePriv = 'Revoke Privileges'; //to translate $strRevokePriv = 'Revoke Privileges'; //to translate
$strRevoke = 'Revoke'; //to translate
$strRowLength = 'Row length'; //to translate $strRowLength = 'Row length'; //to translate
$strRows = 'Rows'; //to translate
$strRowsFrom = 'row(s) starting from record #'; //to translate $strRowsFrom = 'row(s) starting from record #'; //to translate
$strRowSize = ' Row size '; //to translate $strRowSize = ' Row size '; //to translate
$strRowsModeHorizontal = 'horizontal'; //to translate $strRowsModeHorizontal = 'horizontal'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate $strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRowsModeVertical = 'vertical'; //to translate $strRowsModeVertical = 'vertical'; //to translate
$strRows = 'Rows'; //to translate
$strRowsStatistic = 'Row Statistic'; //to translate $strRowsStatistic = 'Row Statistic'; //to translate
$strRunning = 'running on %s'; //to translate $strRunning = 'running on %s'; //to translate
$strRunQuery = 'Submit Query'; //to translate $strRunQuery = 'Submit Query'; //to translate
@@ -356,7 +386,6 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s'; //to translate
$strSave = 'Save'; //to translate $strSave = 'Save'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search'; //to translate
$strSearchFormTitle = 'Search in database'; //to translate $strSearchFormTitle = 'Search in database'; //to translate
$strSearchInTables = 'Inside table(s):'; //to translate $strSearchInTables = 'Inside table(s):'; //to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):'; //to translate $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):'; //to translate
@@ -365,23 +394,20 @@ $strSearchOption2 = 'all words'; //to translate
$strSearchOption3 = 'the exact phrase'; //to translate $strSearchOption3 = 'the exact phrase'; //to translate
$strSearchOption4 = 'as regular expression'; //to translate $strSearchOption4 = 'as regular expression'; //to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:'; //to translate $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:'; //to translate
$strSearchType = 'Find:'; //to translate
$strSelect = 'Select'; //to translate
$strSelectADb = 'Please select a database'; //to translate
$strSelectAll = 'Select All'; //to translate
$strSelectFields = 'Select fields (at least one):'; //to translate $strSelectFields = 'Select fields (at least one):'; //to translate
$strSelectNumRows = 'in query'; //to translate $strSelectNumRows = 'in query'; //to translate
$strSelect = 'Select'; //to translate
$strSelectTables = 'Select Tables'; //to translate $strSelectTables = 'Select Tables'; //to translate
$strSend = 'Save as file'; //to translate $strSend = 'Save as file'; //to translate
$strServerChoice = 'Server Choice'; //to translate $strServerChoice = 'Server Choice'; //to translate
$strServerVersion = 'Server version'; //to translate $strServerVersion = 'Server version'; //to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strShow = 'Show'; //to translate
$strShowAll = 'Show all'; //to translate $strShowAll = 'Show all'; //to translate
$strShowColor = 'Show color'; //to translate $strShowColor = 'Show color'; //to translate
$strShowCols = 'Show columns'; //to translate $strShowCols = 'Show columns'; //to translate
$strShowGrid = 'Show grid'; //to translate $strShowGrid = 'Show grid'; //to translate
$strShowingRecords = 'Showing rows'; //to translate $strShowingRecords = 'Showing rows'; //to translate
$strShow = 'Show'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate $strShowTableDimension = 'Show dimension of tables'; //to translate
$strShowTables = 'Show tables'; //to translate $strShowTables = 'Show tables'; //to translate
$strShowThisQuery = ' Show this query here again '; //to translate $strShowThisQuery = ' Show this query here again '; //to translate
@@ -390,22 +416,19 @@ $strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate $strSort = 'Sort'; //to translate
$strSpaceUsage = 'Space usage'; //to translate $strSpaceUsage = 'Space usage'; //to translate
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; //to translate $strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; //to translate
$strSQL = 'SQL'; //to translate
$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
$strSQLQuery = 'SQL-query'; //to translate $strSQLQuery = 'SQL-query'; //to translate
$strSQLResult = 'SQL result'; //to translate $strSQLResult = 'SQL result'; //to translate
$strSQL = 'SQL'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStatement = 'Statements'; //to translate $strStatement = 'Statements'; //to translate
$strStrucCSV = 'CSV data'; //to translate $strStrucCSV = 'CSV data'; //to translate
$strStrucData = 'Structure and data'; //to translate
$strStrucDrop = 'Add \'drop table\''; //to translate $strStrucDrop = 'Add \'drop table\''; //to translate
$strStrucExcelCSV = 'CSV for Ms Excel data'; //to translate $strStrucExcelCSV = 'CSV for Ms Excel data'; //to translate
$strStrucOnly = 'Structure only'; //to translate
$strStructPropose = 'Propose table structure'; //to translate $strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
$strSubmit = 'Submit'; //to translate $strSubmit = 'Submit'; //to translate
$strSuccess = 'Your SQL-query has been executed successfully'; //to translate $strSuccess = 'Your SQL-query has been executed successfully'; //to translate
@@ -417,35 +440,20 @@ $strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
$strTableMaintenance = 'Table maintenance'; //to translate $strTableMaintenance = 'Table maintenance'; //to translate
$strTables = '%s table(s)'; //to translate $strTables = '%s table(s)'; //to translate
$strTableStructure = 'Table structure for table'; //to translate $strTableStructure = 'Table structure for table'; //to translate
$strTableType = 'Table type'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strTheContent = 'The content of your file has been inserted.'; //to translate
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate
$strTheContent = 'The content of your file has been inserted.'; //to translate
$strTheTerminator = 'The terminator of the fields.'; //to translate $strTheTerminator = 'The terminator of the fields.'; //to translate
$strTotal = 'total'; //to translate
$strType = 'Type'; //to translate
$strUncheckAll = 'Uncheck All'; //to translate $strUnique = 'Unique'; //to translate
$strUnique = 'Unique'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
$strUpdatePrivMessage = 'You have updated the privileges for %s.'; //to translate
$strUpdateProfile = 'Update profile:'; //to translate
$strUpdateProfileMessage = 'The profile has been updated.'; //to translate
$strUpdateQuery = 'Update Query'; //to translate
$strUsage = 'Usage'; //to translate
$strUseBackquotes = 'Enclose table and field names with backquotes'; //to translate
$strUserEmpty = 'The user name is empty!'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strValidateSQL = 'Validate SQL'; //to translate $strViewDumpDB = 'View dump (schema) of database'; //to translate
$strViewDump = 'View dump (schema) of table'; //to translate $strViewDump = 'View dump (schema) of table'; //to translate
$strViewDumpDB = 'View dump (schema) of database'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWithChecked = 'With selected:'; //to translate
$strWrongUser = 'Wrong username/password. Access denied.'; //to translate
$strZip = '"zipped"'; //to translate
$strZip = '"zipped"' ; //to translate
?> ?>