back to previous version

This commit is contained in:
Alexander M. Turek
2002-08-10 08:18:13 +00:00
parent b828c978fc
commit efe9f25eba

View File

@@ -1,5 +1,4 @@
<?php <?php
/* $Id$ */ /* $Id$ */
// Hindi translation // Hindi translation
@@ -25,44 +24,111 @@ $datefmt = '%d %B, %Y को %I:%M %p';
$strAccessDenied = 'प्रवेश निषेध'; $strAccessDenied = 'प्रवेश निषेध';
$strAction = ' कार्य'; $strAction = ' कार्य';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddNewField = 'नया फील्ड जोडो'; $strAddNewField = 'नया फील्ड जोडो';
$strAddPriv = 'नया प्रिविलेज जोडो'; $strAddPriv = 'नया प्रिविलेज जोडो';
$strAddPrivMessage = 'आपने नया प्रिविलेज जोड लिया ।'; $strAddPrivMessage = 'आपने नया प्रिविलेज जोड लिया ।';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'नया यूसर बनाओ'; $strAddUser = 'नया यूसर बनाओ';
$strAddUserMessage = 'आपने नया यूसर बना लिया ।'; $strAddUserMessage = 'आपने नया यूसर बना लिया ।';
$strAffectedRows = 'Affected rows:'; $strAfter = '%s के बाद में';
$strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ'; $strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
$strAfterInsertNewInsert = 'अगला नया रौ जोडे'; $strAfterInsertNewInsert = 'अगला नया रौ जोडे';
$strAfter = '%s के बाद में';
$strAll = 'सभी'; $strAll = 'सभी';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'और'; $strAnd = 'और';
$strAnIndex = 'An index has been added on %s';
$strAny = 'कोई'; $strAny = 'कोई';
$strAnyColumn = 'कोई भी कोलम'; $strAnyColumn = 'कोई भी कोलम';
$strAnyDatabase = 'कोई भी डाटाबेस'; $strAnyDatabase = 'कोई भी डाटाबेस';
$strAnyHost = 'कोई भी होस्ट'; $strAnyHost = 'कोई भी होस्ट';
$strAnyTable = 'कोई भी टेबल'; $strAnyTable = 'कोई भी टेबल';
$strAnyUser = 'कोई भी यूसर'; $strAnyUser = 'कोई भी यूसर';
$strAPrimaryKey = 'A primary key has been added on %s';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'टेबल के शुरू में'; $strAtBeginningOfTable = 'टेबल के शुरू में';
$strAtEndOfTable = 'टेबल के आखिर में'; $strAtEndOfTable = 'टेबल के आखिर में';
$strAttr = ' विशेषता'; $strAttr = ' विशेषता';
$strBack = 'वापस'; $strBack = 'वापस';
$strBookmarkLabel = 'लेबल';
$strChange = 'बदलिये';
$strCheckAll = 'सभी को चेक करें';
$strCheckDbPriv = 'डाटाबेस प्रिविलेजस को चेक करें';
$strCheckTable = 'टेबल को चेक करें';
$strColumn = 'कोलम';
$strColumnNames = 'कोलम के नाम';
$strComments = ' टिप्पणी';
$strCreate = 'बनाइये';
$strCreateNewDatabase = ' नया डाटाबेस बनाओ';
$strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
$strData = ' डाटा';
$strDatabase = ' डाटाबेस';
$strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
$strDatabases = ' डाटाबेस';
$strDatabasesStats = ' डाटाबेसों के आँकडे';
$strDataOnly = 'केवल डाटा';
$strDelete = 'डिलीट';
$strDrop = ' ड्रोप';
$strEdit = 'एडिट';
$strEditPDFPages = 'PDF पेज एडिट करें';
$strEditPrivileges = ' प्रिविलेज एडिट करें';
$strEmpty = 'खाली';
$strExtra = ' अतिरिक्त';
$strGrants = 'ग्रान्टस';
$strHome = 'होम';
$strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
$strHost = 'होस्ट';
$strLogin = 'लोगिन';
$strLogout = 'लोग औट';
$strLogPassword = 'पासव्रड:';
$strLogUsername = 'यूसरनेम:';
$strMySQLShowProcess = 'प्रोसेस दिखाओ';
$strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
$strMySQLShowVars = 'MySQL के system variables दिखाओ';
$strName = 'नाम';
$strNext = 'अगला';
$strNo = 'नहीं';
$strOr = 'अथवा';
$strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
$strSum = 'जोड';
$strTable = ' टेबल ';
$strUser = 'यूसर';
$strUserName = 'यूसर नेम';
$strUsers = 'यूसरस';
$strUseTables = 'टेबल का उपयोग करो';
$strValue = 'मूल्य';
$strWelcome = ' %s मे स्वागत है';
$strYes = 'हाँ';
// To translate
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAffectedRows = 'Affected rows:';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Alter table order by';
$strAnalyzeTable = 'Analyze table';
$strAnIndex = 'An index has been added on %s';
$strAPrimaryKey = 'A primary key has been added on %s';
$strAscending = 'Ascending';
$strBeginCut = 'BEGIN CUT'; $strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW'; $strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary'; $strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit'; $strBinaryDoNotEdit = 'Binary - do not edit';
$strBookmarkDeleted = 'The bookmark has been deleted.'; $strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'लेबल';
$strBookmarkQuery = 'Bookmarked SQL-query'; $strBookmarkQuery = 'Bookmarked SQL-query';
$strBookmarkThis = 'Bookmark this SQL-query'; $strBookmarkThis = 'Bookmark this SQL-query';
$strBookmarkView = 'View only'; $strBookmarkView = 'View only';
@@ -75,18 +141,11 @@ $strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Cardinality'; $strCardinality = 'Cardinality';
$strCarriage = 'Carriage return: \\r'; $strCarriage = 'Carriage return: \\r';
$strChange = 'बदलिये';
$strChangeDisplay = 'Choose Field to display'; $strChangeDisplay = 'Choose Field to display';
$strChangePassword = 'Change password'; $strChangePassword = 'Change password';
$strCharsetOfFile = 'Character set of the file:'; $strCharsetOfFile = 'Character set of the file:';
$strCheckAll = 'सभी को चेक करें';
$strCheckDbPriv = 'डाटाबेस प्रिविलेजस को चेक करें';
$strCheckTable = 'टेबल को चेक करें';
$strChoosePage = 'Please choose a Page to edit'; $strChoosePage = 'Please choose a Page to edit';
$strColComFeat = 'Displaying Column Comments'; $strColComFeat = 'Displaying Column Comments';
$strColumn = 'कोलम';
$strColumnNames = 'कोलम के नाम';
$strComments = ' टिप्पणी';
$strCompleteInserts = 'Complete inserts'; $strCompleteInserts = 'Complete inserts';
$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.'; $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.';
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfigureTableCoord = 'Please configure the coordinates for table %s';
@@ -94,26 +153,16 @@ $strConfirm = 'Do you really want to do it?';
$strCookiesRequired = 'Cookies must be enabled past this point.'; $strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyTable = 'Copy table to (database<b>.</b>table):'; $strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.'; $strCopyTableOK = 'Table %s has been copied to %s.';
$strCreate = 'बनाइये';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns'; $strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index'; $strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = ' नया डाटाबेस बनाओ';
$strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
$strCreatePage = 'Create a new Page'; $strCreatePage = 'Create a new Page';
$strCreatePdfFeat = 'Creation of PDFs'; $strCreatePdfFeat = 'Creation of PDFs';
$strCriteria = 'Criteria'; $strCriteria = 'Criteria';
$strData = ' डाटा';
$strDatabase = ' डाटाबेस';
$strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
$strDatabases = ' डाटाबेस';
$strDatabasesStats = ' डाटाबेसों के आँकडे';
$strDatabaseWildcard = 'Database (wildcards allowed):'; $strDatabaseWildcard = 'Database (wildcards allowed):';
$strDataOnly = 'केवल डाटा';
$strDefault = 'Default'; $strDefault = 'Default';
$strDelete = 'डिलीट';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted'; $strDeleted = 'The row has been deleted';
$strDeletedRows = 'Deleted rows:';
$strDeleteFailed = 'Deleted Failed!'; $strDeleteFailed = 'Deleted Failed!';
$strDeleteUserMessage = 'You have deleted the user %s.'; $strDeleteUserMessage = 'You have deleted the user %s.';
$strDescending = 'Descending'; $strDescending = 'Descending';
@@ -125,37 +174,31 @@ $strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; $strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation'; $strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to '; $strDoYouReally = 'Do you really want to ';
$strDrop = ' ड्रोप';
$strDropDB = 'Drop database %s'; $strDropDB = 'Drop database %s';
$strDropTable = 'Drop table'; $strDropTable = 'Drop table';
$strDumpingData = 'Dumping data for table'; $strDumpingData = 'Dumping data for table';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; $strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic'; $strDynamic = 'dynamic';
$strEdit = 'एडिट';
$strEditPDFPages = 'PDF पेज एडिट करें';
$strEditPrivileges = ' प्रिविलेज एडिट करें';
$strEffective = 'Effective'; $strEffective = 'Effective';
$strEmpty = 'खाली';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; $strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled'; $strEnabled = 'Enabled';
$strEndCut = 'END CUT';
$strEnd = 'End'; $strEnd = 'End';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW'; $strEndRaw = 'END RAW';
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; $strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English ';
$strError = 'Error';
$strExplain = 'Explain SQL'; $strExplain = 'Explain SQL';
$strError = 'Error';
$strExport = 'Export'; $strExport = 'Export';
$strExportToXML = 'Export to XML format'; $strExportToXML = 'Export to XML format';
$strExtendedInserts = 'Extended inserts'; $strExtendedInserts = 'Extended inserts';
$strExtra = ' अतिरिक्त';
$strField = 'Field'; $strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped'; $strFieldHasBeenDropped = 'Field %s has been dropped';
$strFields = 'Fields';
$strFieldsEmpty = ' The field count is empty! '; $strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by'; $strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by'; $strFieldsTerminatedBy = 'Fields terminated by';
$strFixed = 'fixed'; $strFixed = 'fixed';
$strFlushTable = 'Flush the table ("FLUSH")'; $strFlushTable = 'Flush the table ("FLUSH")';
@@ -164,33 +207,30 @@ $strFormEmpty = 'Missing value in the form !';
$strFullText = 'Full Texts'; $strFullText = 'Full Texts';
$strFunction = 'Function'; $strFunction = 'Function';
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features'; $strGeneralRelationFeat = 'General relation features';
$strGenTime = 'Generation Time'; $strGenTime = 'Generation Time';
$strGenBy = 'Generated by';
$strGo = 'Go'; $strGo = 'Go';
$strGrants = 'ग्रान्टस';
$strGzip = '"gzipped"'; $strGzip = '"gzipped"';
$strHasBeenAltered = 'has been altered.'; $strHasBeenAltered = 'has been altered.';
$strHasBeenCreated = 'has been created.'; $strHasBeenCreated = 'has been created.';
$strHaveToShow = 'You have to choose at least one Column to display'; $strHaveToShow = 'You have to choose at least one Column to display';
$strHome = 'होम';
$strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page';
$strHost = 'होस्ट';
$strHostEmpty = 'The host name is empty!'; $strHostEmpty = 'The host name is empty!';
$strIdxFulltext = 'Fulltext'; $strIdxFulltext = 'Fulltext';
$strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.'; $strIfYouWish = 'If you wish to load only some of a table\'s columns, specify a comma separated field list.';
$strIgnore = 'Ignore'; $strIgnore = 'Ignore';
$strIndex = 'Index';
$strIndexes = 'Indexes'; $strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped'; $strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name&nbsp;:'; $strIndexName = 'Index name&nbsp;:';
$strIndexType = 'Index type&nbsp;:'; $strIndexType = 'Index type&nbsp;:';
$strInsert = 'Insert';
$strInsertAsNewRow = 'Insert as a new row'; $strInsertAsNewRow = 'Insert as a new row';
$strInsertedRows = 'Inserted rows:'; $strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row'; $strInsertNewRow = 'Insert new row';
$strInsertTextfiles = 'Insert data from a textfile into table'; $strInsertTextfiles = 'Insert data from a textfile into table';
$strInstructions = 'Instructions'; $strInstructions = 'Instructions';
@@ -210,28 +250,18 @@ $strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found'; $strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to'; $strLinksTo = 'Links to';
$strLocationTextfile = 'Location of the textfile'; $strLocationTextfile = 'Location of the textfile';
$strLogin = 'लोगिन';
$strLogout = 'लोग औट';
$strLogPassword = 'पासव्रड:';
$strLogUsername = 'यूसरनेम:';
$strMissingBracket = 'Missing Bracket'; $strMissingBracket = 'Missing Bracket';
$strModifications = 'Modifications have been saved'; $strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify'; $strModify = 'Modify';
$strModifyIndexTopic = 'Modify an index';
$strMoveTable = 'Move table to (database<b>.</b>table):'; $strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableOK = 'Table %s has been moved to %s.';
$strMySQLCharset = 'MySQL charset'; $strMySQLCharset = 'MySQL charset';
$strMySQLReloaded = 'MySQL reloaded.'; $strMySQLReloaded = 'MySQL reloaded.';
$strMySQLSaid = 'MySQL said: '; $strMySQLSaid = 'MySQL said: ';
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%'; $strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
$strMySQLShowProcess = 'प्रोसेस दिखाओ';
$strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
$strMySQLShowVars = 'MySQL के system variables दिखाओ';
$strName = 'नाम';
$strNext = 'अगला';
$strNo = 'नहीं';
$strNoDatabases = 'No databases'; $strNoDatabases = 'No databases';
$strNoDescription = 'no Description'; $strNoDescription = 'no Description';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; $strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
@@ -264,14 +294,13 @@ $strOptimizeTable = 'Optimize table';
$strOptionalControls = 'Optional. Controls how to write or read special characters.'; $strOptionalControls = 'Optional. Controls how to write or read special characters.';
$strOptionally = 'OPTIONALLY'; $strOptionally = 'OPTIONALLY';
$strOptions = 'Options'; $strOptions = 'Options';
$strOr = 'अथवा';
$strOverhead = 'Overhead'; $strOverhead = 'Overhead';
$strPageNumber = 'Page number:'; $strPageNumber = 'Page number:';
$strPartialText = 'Partial Texts'; $strPartialText = 'Partial Texts';
$strPassword = 'Password';
$strPasswordEmpty = 'The password is empty!'; $strPasswordEmpty = 'The password is empty!';
$strPasswordNotSame = 'The passwords aren\'t the same!'; $strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; $strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidPageNum = 'Undefined PDF page number!'; $strPdfInvalidPageNum = 'Undefined PDF page number!';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; $strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
@@ -282,18 +311,18 @@ $strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPos1 = 'Begin'; $strPos1 = 'Begin';
$strPrevious = 'Previous'; $strPrevious = 'Previous';
$strPrimary = 'Primary';
$strPrimaryKey = 'Primary key';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; $strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; $strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
$strPrimaryKey = 'Primary key';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrintView = 'Print view'; $strPrintView = 'Print view';
$strPrivileges = 'Privileges'; $strPrivileges = 'Privileges';
$strProperties = 'Properties'; $strProperties = 'Properties';
$strQBE = 'Query';
$strQBEDel = 'Del'; $strQBEDel = 'Del';
$strQBEIns = 'Ins'; $strQBEIns = 'Ins';
$strQBE = 'Query';
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; $strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strRecords = 'Records'; $strRecords = 'Records';
@@ -303,25 +332,25 @@ $strRelationView = 'Relation view';
$strReloadFailed = 'MySQL reload failed.'; $strReloadFailed = 'MySQL reload failed.';
$strReloadMySQL = 'Reload MySQL'; $strReloadMySQL = 'Reload MySQL';
$strRememberReload = 'Remember reload the server.'; $strRememberReload = 'Remember reload the server.';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to'; $strRenameTable = 'Rename table to';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRepairTable = 'Repair table'; $strRepairTable = 'Repair table';
$strReplace = 'Replace'; $strReplace = 'Replace';
$strReplaceTable = 'Replace table data with file'; $strReplaceTable = 'Replace table data with file';
$strReset = 'Reset'; $strReset = 'Reset';
$strReType = 'Re-type'; $strReType = 'Re-type';
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s'; $strRevoke = 'Revoke';
$strRevokeGrant = 'Revoke Grant'; $strRevokeGrant = 'Revoke Grant';
$strRevokeGrantMessage = 'You have revoked the Grant privilege for %s';
$strRevokeMessage = 'You have revoked the privileges for %s'; $strRevokeMessage = 'You have revoked the privileges for %s';
$strRevokePriv = 'Revoke Privileges'; $strRevokePriv = 'Revoke Privileges';
$strRevoke = 'Revoke';
$strRowLength = 'Row length'; $strRowLength = 'Row length';
$strRows = 'Rows';
$strRowsFrom = 'row(s) starting from record #'; $strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size '; $strRowSize = ' Row size ';
$strRowsModeHorizontal = 'horizontal'; $strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; $strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical'; $strRowsModeVertical = 'vertical';
$strRows = 'Rows';
$strRowsStatistic = 'Row Statistic'; $strRowsStatistic = 'Row Statistic';
$strRunning = 'running on %s'; $strRunning = 'running on %s';
$strRunQuery = 'Submit Query'; $strRunQuery = 'Submit Query';
@@ -329,6 +358,7 @@ $strRunSQLQuery = 'Run SQL query/queries on database %s';
$strSave = 'Save'; $strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearch = 'Search';
$strSearchFormTitle = 'Search in database'; $strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):'; $strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):'; $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
@@ -337,25 +367,23 @@ $strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase'; $strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression'; $strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:'; $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:'; $strSearchType = 'Find:';
$strSelect = 'Select';
$strSelectADb = 'Please select a database'; $strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; $strSelectAll = 'Select All';
$strSelectFields = 'Select fields (at least one):'; $strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query'; $strSelectNumRows = 'in query';
$strSelect = 'Select';
$strSelectTables = 'Select Tables'; $strSelectTables = 'Select Tables';
$strSend = 'Save as file'; $strSend = 'Save as file';
$strServerChoice = 'Server Choice'; $strServerChoice = 'Server Choice';
$strServerVersion = 'Server version'; $strServerVersion = 'Server version';
$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\').'; $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\').';
$strShow = 'Show';
$strShowAll = 'Show all'; $strShowAll = 'Show all';
$strShowColor = 'Show color'; $strShowColor = 'Show color';
$strShowCols = 'Show columns'; $strShowCols = 'Show columns';
$strShowGrid = 'Show grid'; $strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows'; $strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
$strShow = 'Show';
$strShowTableDimension = 'Show dimension of tables'; $strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables'; $strShowTables = 'Show tables';
$strShowThisQuery = ' Show this query here again '; $strShowThisQuery = ' Show this query here again ';
@@ -364,11 +392,11 @@ $strSize = 'Size';
$strSort = 'Sort'; $strSort = 'Sort';
$strSpaceUsage = 'Space usage'; $strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").'; $strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL';
$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:'; $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:';
$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'; $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';
$strSQLQuery = 'SQL-query'; $strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL result'; $strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; $strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote'; $strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
@@ -382,9 +410,7 @@ $strStructPropose = 'Propose table structure';
$strStructure = 'Structure'; $strStructure = 'Structure';
$strSubmit = 'Submit'; $strSubmit = 'Submit';
$strSuccess = 'Your SQL-query has been executed successfully'; $strSuccess = 'Your SQL-query has been executed successfully';
$strSum = 'जोड';
$strTable = ' टेबल ';
$strTableComments = 'Table comments'; $strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!'; $strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped'; $strTableHasBeenDropped = 'Table %s has been dropped';
@@ -395,8 +421,8 @@ $strTables = '%s table(s)';
$strTableStructure = 'Table structure for table'; $strTableStructure = 'Table structure for table';
$strTableType = 'Table type'; $strTableType = 'Table type';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; $strTextAreaLength = ' Because of its length,<br /> this field might not be editable ';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
$strTheContent = 'The content of your file has been inserted.'; $strTheContent = 'The content of your file has been inserted.';
$strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.';
$strTheTerminator = 'The terminator of the fields.'; $strTheTerminator = 'The terminator of the fields.';
$strTotal = 'total'; $strTotal = 'total';
$strType = 'Type'; $strType = 'Type';
@@ -405,30 +431,19 @@ $strUncheckAll = 'Uncheck All';
$strUnique = 'Unique'; $strUnique = 'Unique';
$strUnselectAll = 'Unselect All'; $strUnselectAll = 'Unselect All';
$strUpdatePrivMessage = 'You have updated the privileges for %s.'; $strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateProfile = 'Update profile:'; $strUpdateProfile = 'Update profile:';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Update Query'; $strUpdateQuery = 'Update Query';
$strUsage = 'Usage'; $strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseBackquotes = 'Enclose table and field names with backquotes';
$strUser = 'यूसर';
$strUserEmpty = 'The user name is empty!'; $strUserEmpty = 'The user name is empty!';
$strUserName = 'यूसर नेम';
$strUsers = 'यूसरस';
$strUseTables = 'टेबल का उपयोग करो';
$strValidateSQL = 'Validate SQL'; $strValidateSQL = 'Validate SQL';
$strValue = 'मूल्य';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table'; $strViewDump = 'View dump (schema) of table';
$strViewDumpDB = 'View dump (schema) of database';
$strWelcome = ' %s मे स्वागत है';
$strWithChecked = 'With selected:'; $strWithChecked = 'With selected:';
$strWrongUser = 'Wrong username/password. Access denied.'; $strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'हाँ';
$strZip = '"zipped"'; $strZip = '"zipped"';
// To translate
?> ?>