578 lines
28 KiB
PHP
578 lines
28 KiB
PHP
<?php
|
||
/* $Id$ */
|
||
|
||
/**
|
||
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
|
||
* Artyom Rabzonov <tyomych at gmx.net>
|
||
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
|
||
*/
|
||
|
||
$charset = 'koi8-r';
|
||
$text_dir = 'ltr';
|
||
$left_font_family = 'sans-serif';
|
||
$right_font_family = 'sans-serif';
|
||
$number_thousands_separator = ',';
|
||
$number_decimal_separator = '.';
|
||
// shortcuts for Byte, Kilo, Mega, Tera, Peta, Exa
|
||
$byteUnits = array('âÁÊÔ', 'Ëâ', 'íâ', 'çâ');
|
||
|
||
$day_of_week = array('÷Ó', 'ðÎ', '÷Ô', 'óÒ', 'þÔ', 'ðÔ', 'óÂ');
|
||
$month = array('ñÎ×', 'æÅ×', 'íÁÒ', 'áÐÒ', 'íÁÊ', 'éÀÎ', 'éÀÌ', 'á×Ç', 'óÅÎ', 'ïËÔ', 'îÏÑ', 'äÅË');
|
||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||
// variable below
|
||
$datefmt = '%B %d %Y Ç., %H:%M';
|
||
$timespanfmt = '%s ÄÎÅÊ, %s ÞÁÓÏ×, %s ÍÉÎÕÔ É %s ÓÅËÕÎÄ';
|
||
$strAPrimaryKey = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÐÅÒ×ÉÞÎÙÊ ËÌÀÞ Ë %s';
|
||
$strAbortedClients = 'ïÔÍÅÎÅÎÙ';
|
||
$strAccessDenied = '÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ';
|
||
$strAction = 'äÅÊÓÔ×ÉÅ';
|
||
$strAddDeleteColumn = 'äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÓÔÏÌÂÅà ËÒÉÔÅÒÉÑ';
|
||
$strAddDeleteRow = 'äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÒÑÄ ËÒÉÔÅÒÉÑ';
|
||
$strAddNewField = 'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ';
|
||
$strAddPriv = 'äÏÂÁ×ÉÔØ ÎÏ×ÙÅ ÐÒÉ×ÉÌÅÇÉÉ';
|
||
$strAddPrivMessage = 'âÙÌÁ ÄÏÂÁ×ÌÅÎÁ ÎÏ×ÁÑ ÐÒÉ×ÉÌÅÇÉÑ';
|
||
$strAddSearchConditions = 'äÏÂÁ×ÉÔØ ÕÓÌÏ×ÉÑ ÐÏÉÓËÁ (ÔÅÌÏ ÄÌÑ ÕÓÌÏ×ÉÑ "where"):';
|
||
$strAddToIndex = 'äÏÂÁ×ÉÔØ Ë ÉÎÄÅËÓÕ %s ËÏÌÏÎËÕ(É)';
|
||
$strAddUser = 'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ';
|
||
$strAddUserMessage = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ.';
|
||
$strAffectedRows = 'úÁÔÒÏÎÕÔÙÅ ÒÑÄÙ:';
|
||
$strAfter = 'ðÏÓÌÅ %s';
|
||
$strAfterInsertBack = '÷ÏÚ×ÒÁÔ';
|
||
$strAfterInsertNewInsert = '÷ÓÔÁ×ÉÔØ ÎÏ×ÕÀ ÚÁÐÉÓØ';
|
||
$strAll = '÷ÓÅ';
|
||
$strAllTableSameWidth = 'ÐÏËÁÚÁÔØ ×ÓÅ ÔÁÂÌÉÃÙ Ó ÔÁËÏÊ ÛÉÒÉÎÏÊ?';
|
||
$strAlterOrderBy = 'éÚÍÅÎÉÔØ ÐÏÒÑÄÏË ÔÁÂÌÉÃÙ';
|
||
$strAnIndex = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÉÎÄÅËÓ ÄÌÑ %s';
|
||
$strAnalyzeTable = 'áÎÁÌÉÚ ÔÁÂÌÉÃÙ';
|
||
$strAnd = 'é';
|
||
$strAny = 'ìÀÂÏÊ';
|
||
$strAnyColumn = 'ìÀÂÁÑ ËÏÌÏÎËÁ';
|
||
$strAnyDatabase = 'ìÀÂÁÑ ÂÁÚÁ ÄÁÎÎÙÈ';
|
||
$strAnyHost = 'ìÀÂÏÊ ÈÏÓÔ';
|
||
$strAnyTable = 'ìÀÂÁÑ ÔÁÂÌÉÃÁ';
|
||
$strAnyUser = 'ìÀÂÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ';
|
||
$strAscending = 'ðÏ ×ÏÚÒÁÓÔÁÎÉÀ';
|
||
$strAtBeginningOfTable = '÷ ÎÁÞÁÌÏ ÔÁÂÌÉÃÙ';
|
||
$strAtEndOfTable = '÷ ËÏÎÅÃ ÔÁÂÌÉÃÙ';
|
||
$strAttr = 'áÔÒÉÂÕÔÙ';
|
||
|
||
$strBack = 'îÁÚÁÄ';
|
||
$strBeginCut = 'BEGIN CUT';
|
||
$strBeginRaw = 'BEGIN RAW';
|
||
$strBinary = ' ä×ÏÉÞÎÙÊ ';
|
||
$strBinaryDoNotEdit = ' ä×ÏÉÞÎÙÅ ÄÁÎÎÙÅ - ÎÅ ÒÅÄÁËÔÉÒÕÀÔÓÑ ';
|
||
$strBookmarkDeleted = 'úÁËÌÁÄËÁ ÂÙÌÁ ÕÄÁÌÅÎÁ.';
|
||
$strBookmarkLabel = 'íÅÔËÁ';
|
||
$strBookmarkQuery = 'úÁËÌÁÄËÁ ÎÁ SQL-ÚÁÐÒÏÓ';
|
||
$strBookmarkThis = 'úÁËÌÁÄËÁ ÎÁ ÄÁÎÎÙÊ SQL-ÚÁÐÒÏÓ';
|
||
$strBookmarkView = 'ôÏÌØËÏ ÐÒÏÓÍÏÔÒ';
|
||
$strBrowse = 'ïÂÚÏÒ';
|
||
$strBzError = 'phpMyAdmin ÎÅ ÍÏÖÅÔ ÓÖÁÔØ ÄÁÍÐ ÉÚ-ÚÁ ÐÒÏÂÌÅÍ Ó Bz2 extension × ÔÅËÕÝÅÊ ×ÅÒÓÉÉ PHP. óÔÒÏÇÏ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÕÓÔÁÎÏ×ÉÔØ ÐÅÒÅÍÅÎÎÏÊ <code>$cfg[\'BZipDump\']</code> × ÷ÁÛÅÍ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍ ÆÁÊÌÅ phpMyAdmin ÚÎÁÞÅÎÉÅ <code>FALSE</code>. åÓÌÉ ÷Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ Bz2-ËÏÍÐÒÅÓÓÉÀ, ÷ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÏÂÎÏ×ÉÔØ PHP. óÍÏÔÒÉÔÅ PHP bug report %s ÄÌÑ ÂÏÌÅÅ ÐÏÄÒÏÂÎÏÊ ÉÎÆÏÒÍÁÃÉÉ.';
|
||
$strBzip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × bzip';
|
||
|
||
$strCannotLogin = 'îÅ×ÏÚÍÏÖÎÏ ×ÏÊÔÉ × MySQL';
|
||
$strCantLoadMySQL = 'ÒÁÓÛÉÒÅÎÉÅ MySQL ÎÅ ÚÁÇÒÕÖÅÎÏ,<br />ÐÒÏ×ÅÒØÔÅ ËÏÎÆÉÇÕÒÁÃÉÀ PHP.';
|
||
$strCantLoadRecodeIconv = 'îÅ ÍÏÇÕ ÚÁÇÒÕÚÉÔØ iconv ÉÌÉ recode, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÐÅÒÅËÏÄÉÒÏ×ÁÎÉÑ ÓÉÍ×ÏÌÏ×. ðÒÏ×ÅÒØÔÅ php-ËÏÎÆÉÇÕÒÁÃÉÀ É ÒÁÚÒÅÛÉÔÅ ÉÈ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÉÌÉ ÚÁÐÒÅÔÉÔÅ ÐÅÒÅËÏÄÉÒÏ×ÁÎÉÅ ÓÉÍ×ÏÌÏ× × phpMyAdmin.';
|
||
$strCantRenameIdxToPrimary = 'îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÉÍÅÎÏ×ÁÔØ ÉÎÄÅËÓ × PRIMARY!';
|
||
$strCantUseRecodeIconv = 'îÅ ÍÏÇÕ ÉÓÐÏÌØÚÏ×ÁÔØ iconv ÆÕÎËÃÉÉ: ÎÉ libiconv, ÎÉ recode_string, ÐÏËÁ ÎÅ ÂÕÄÕÔ ÚÁÇÒÕÖÅÎÙ extension reports. ðÒÏ×ÅÒØÔÅ php-ËÏÎÆÉÇÕÒÁÃÉÀ.';
|
||
$strCardinality = 'ëÏÌÉÞÅÓÔ×Ï ÜÌÅÍÅÎÔÏ×';
|
||
$strCarriage = '÷ÏÚ×ÒÁÔ ËÁÒÅÔËÉ: \\r';
|
||
$strChange = 'éÚÍÅÎÉÔØ';
|
||
$strChangeDisplay = '÷ÙÂÅÒÉÔÅ ÐÏÌÅ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ';
|
||
$strChangePassword = 'éÚÍÅÎÉÔØ ÐÁÒÏÌØ';
|
||
$strCharsetOfFile = 'ëÏÄÉÒÏ×ËÁ ÆÁÊÌÁ:';
|
||
$strCheckAll = 'ïÔÍÅÔÉÔØ ×ÓÅ';
|
||
$strCheckDbPriv = 'ðÒÏ×ÅÒÉÔØ ÐÒÉ×ÉÌÅÇÉÉ âä';
|
||
$strCheckTable = 'ðÒÏ×ÅÒÉÔØ ÔÁÂÌÉÃÕ';
|
||
$strChoosePage = '÷ÙÂÅÒÉÔÅ ÓÔÒÁÎÉÃÕ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ';
|
||
$strColComFeat = 'ðÏËÁÚÁÔØ ËÏÍÍÅÎÔÁÒÉÑ ÓÔÏÌÂÃÏ×';
|
||
$strColumn = 'ëÏÌÏÎËÁ';
|
||
$strColumnNames = 'îÁÚ×ÁÎÉÑ ËÏÌÏÎÏË';
|
||
$strCommand = 'ëÏÍÁÎÄÁ';
|
||
$strComments = 'ëÏÍÍÅÎÔÁÒÉÉ';
|
||
$strCompleteInserts = 'ðÏÌÎÁÑ ×ÓÔÁ×ËÁ';
|
||
$strCompression = 'óÖÁÔÉÅ';
|
||
$strConfigFileError = 'phpMyAdmin ÎÅ ÍÏÖÅÔ ÐÒÏÞÉÔÁÔØ ÄÁÎÎÙÅ ÉÚ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ ÆÁÊÌÁ! <br />÷ÏÚÍÏÖÎÁÑ ÐÒÉÞÉÎÁ - ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ.<br />÷ÙÚÏ×ÉÔÅ ÜÔÏÔ ÆÁÊÌ (config.inc.php) ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ ÉÚ ÂÒÁÕÚÅÒÁ. åÓÌÉ ÂÕÄÕÔ ÓÏÏÂÝÅÎÉÑ Ï ÏÛÉÂËÁÈ - ÉÓÐÒÁרÔÅ ÉÈ. åÓÌÉ ÐÕÓÔÁÑ ÓÔÒÁÎÉÃÁ - ×ÓÅ × ÐÏÒÑÄËÅ';
|
||
$strConfigureTableCoord = 'éÚÍÅÎÉÔÅ ËÏÏÒÄÉÎÁÔÙ ÔÁÂÌÉÃÙ %s';
|
||
$strConfirm = '÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÈÏÔÉÔÅ ÓÄÅÌÁÔØ ÜÔÏ?';
|
||
$strConnections = 'óÏÅÄÉÎÅÎÉÑ';
|
||
$strCookiesRequired = 'Cookies ÄÏÌÖÎÙ ÂÙÔØ ×ËÌÀÞÅÎÙ ÐÏÓÌÅ ÜÔÏÇÏ ÍÅÓÔÁ.';
|
||
$strCopyTable = 'óËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ × (ÂÁÚÁ ÄÁÎÎÙÈ<b>.</b>ÔÁÂÌÉÃÁ):';
|
||
$strCopyTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÓËÏÐÉÒÏ×ÁÎÁ × %s.';
|
||
$strCouldNotKill = 'phpMyAdmin ÎÅ ÓÍÏÇ ÕÄÁÌÉÔØ thread %s. ÷ÏÚÍÏÖÎÏ, ÏÎ ÕÖÅ ÚÁËÒÙÔ.';
|
||
$strCreate = 'óÏÚÄÁÔØ';
|
||
$strCreateIndex = 'óÏÚÄÁÔØ ÉÎÄÅËÓ ÎÁ %s ËÏÌÏÎËÁÈ';
|
||
$strCreateIndexTopic = 'óÏÚÄÁÔØ ÎÏ×ÙÊ ÉÎÄÅËÓ';
|
||
$strCreateNewDatabase = 'óÏÚÄÁÔØ ÎÏ×ÕÀ âä';
|
||
$strCreateNewTable = 'óÏÚÄÁÔØ ÎÏ×ÕÀ ÔÁÂÌÉÃÕ × âä %s';
|
||
$strCreatePage = 'óÏÚÄÁÔØ ÎÏ×ÕÀ ÓÔÒÁÎÉÃÕ';
|
||
$strCreatePdfFeat = 'óÏÚÄÁÎÉÅ PDF-ÓÈÅÍÙ';
|
||
$strCriteria = 'ëÒÉÔÅÒÉÊ';
|
||
|
||
$strData = 'äÁÎÎÙÅ';
|
||
$strDataDict = 'óÌÏ×ÁÒØ ÄÁÎÎÙÈ';
|
||
$strDataOnly = 'ôÏÌØËÏ ÄÁÎÎÙÅ';
|
||
$strDatabase = 'âä ';
|
||
$strDatabaseHasBeenDropped = 'âÁÚÁ ÄÁÎÎÙÈ %s ÂÙÌÁ ÕÄÁÌÅÎÁ.';
|
||
$strDatabaseWildcard = 'âÁÚÁ ÄÁÎÎÙÈ (×ÏÚÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÛÁÂÌÏÎÏ×):';
|
||
$strDatabases = 'âÁÚÙ äÁÎÎÙÈ';
|
||
$strDatabasesStats = 'óÔÁÔÉÓÔÉËÁ ÂÁÚ ÄÁÎÎÙÈ';
|
||
$strDefault = 'ðÏ ÕÍÏÌÞÁÎÉÀ';
|
||
$strDelete = 'õÄÁÌÉÔØ';
|
||
$strDeleteFailed = 'îÅÕÄÁÞÎÏÅ ÕÄÁÌÅÎÉÅ!';
|
||
$strDeleteUserMessage = 'âÙÌ ÕÄÁÌÅÎ ÐÏÌØÚÏ×ÁÔÅÌØ %s.';
|
||
$strDeleted = 'òÑÄ ÂÙÌ ÕÄÁÌÅÎ';
|
||
$strDeletedRows = 'óÌÅÄÕÀÝÉÅ ÒÑÄÙ ÂÙÌÉ ÕÄÁÌÅÎÙ:';
|
||
$strDescending = 'ðÏ ÕÂÙ×ÁÎÉÀ';
|
||
$strDisabled = 'îÅÄÏÓÔÕÐÎÏ';
|
||
$strDisplay = 'ðÏËÁÚÁÔØ';
|
||
$strDisplayFeat = 'ðÏËÁÚÁÔØ ÄÏÐÏÌÎÉÔÅÌØÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ';
|
||
$strDisplayOrder = 'ðÏÒÑÄÏË ÐÒÏÓÍÏÔÒÁ:';
|
||
$strDisplayPDF = 'ðÏËÁÚÁÔØ PDF-ÓÈÅÍÕ';
|
||
$strDoAQuery = '÷ÙÐÏÌÎÉÔØ "ÚÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ" (ÓÉÍ×ÏÌ ÐÏÄÓÔÁÎÏ×ËÉ: "%")';
|
||
$strDoYouReally = '÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÖÅÌÁÅÔÅ ';
|
||
$strDocu = 'äÏËÕÍÅÎÔÁÃÉÑ';
|
||
$strDrop = 'õÎÉÞÔÏÖÉÔØ';
|
||
$strDropDB = 'õÎÉÞÔÏÖÉÔØ âä %s';
|
||
$strDropTable = 'õÄÁÌÉÔØ ÔÁÂÌÉÃÕ';
|
||
$strDumpXRows = 'äÁÍÐ %s ÚÁÐÉÓÅÊ, ÎÁÞÉÎÁÑ Ó %s.';
|
||
$strDumpingData = 'äÁÍÐ ÄÁÎÎÙÈ ÔÁÂÌÉÃÙ';
|
||
$strDynamic = 'ÄÉÎÁÍÉÞÅÓËÉÊ';
|
||
|
||
$strEdit = 'ðÒÁ×ËÁ';
|
||
$strEditPDFPages = 'éÚÍÅÎÉÔØ PDF-ÓÔÒÁÎÉÃÙ';
|
||
$strEditPrivileges = 'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÒÉ×ÉÌÅÇÉÊ';
|
||
$strEffective = 'üÆÆÅËÔÉ×ÎÏÓÔØ';
|
||
$strEmpty = 'ïÞÉÓÔÉÔØ';
|
||
$strEmptyResultSet = 'MySQL ×ÅÒÎÕÌÁ ÐÕÓÔÏÊ ÒÅÚÕÌØÔÁÔ (Ô.Å. ÎÏÌØ ÒÑÄÏ×).';
|
||
$strEnabled = 'äÏÓÔÕÐÎÏ';
|
||
$strEnd = 'ëÏÎÅÃ';
|
||
$strEndCut = 'END CUT';
|
||
$strEndRaw = 'END RAW';
|
||
$strEnglishPrivileges = ' ðÒÉÍÅÞÁÎÉÅ: ÐÒÉ×ÉÌÅÇÉÉ MySQL ÚÁÄÁÀÔÓÑ ÐÏ-ÁÎÇÌÉÊÓËÉ ';
|
||
$strError = 'ïÛÉÂËÁ';
|
||
$strExplain = 'ïÐÉÓÁÔØ SQL';
|
||
$strExport = 'üËÓÐÏÒÔ';
|
||
$strExportToXML = 'üËÓÐÏÒÔ × XML-ÆÏÒÍÁÔ';
|
||
$strExtendedInserts = 'òÁÓÛÉÒÅÎÎÙÅ ×ÓÔÁ×ËÉ';
|
||
$strExtra = 'äÏÐÏÌÎÉÔÅÌØÎÏ';
|
||
|
||
$strFailedAttempts = 'îÅÕÄÁÞÎÙÅ ÐÏÐÙÔËÉ';
|
||
$strField = 'ðÏÌÅ';
|
||
$strFieldHasBeenDropped = 'ðÏÌÅ %s ÂÙÌÏ ÕÄÁÌÅÎÏ';
|
||
$strFields = 'ðÏÌÑ';
|
||
$strFieldsEmpty = ' ðÕÓÔÏÊ ÓÞÅÔÞÉË ÐÏÌÅÊ! ';
|
||
$strFieldsEnclosedBy = 'ðÏÌÑ ÚÁËÌÀÞÅÎÙ ×';
|
||
$strFieldsEscapedBy = 'ðÏÌÑ ÜËÒÁÎÉÒÕÀÔÓÑ';
|
||
$strFieldsTerminatedBy = 'ðÏÌÑ ÒÁÚÄÅÌÅÎÙ';
|
||
$strFixed = 'ÆÉËÓÉÒÏ×ÁÎÎÙÊ';
|
||
$strFlushTable = 'óÂÒÏÓÉÔØ ËÜÛ ÔÁÂÌÉÃÙ ("FLUSH")';
|
||
$strFormEmpty = 'ôÒÅÂÕÅÔÓÑ ÚÎÁÞÅÎÉÅ ÄÌÑ ÆÏÒÍÙ!';
|
||
$strFormat = 'æÏÒÍÁÔ';
|
||
$strFullText = 'ðÏÌÎÙÅ ÔÅËÓÔÙ';
|
||
$strFunction = 'æÕÎËÃÉÑ';
|
||
|
||
$strGenBy = 'óÏÚÄÁÎÎÙÊ';
|
||
$strGenTime = '÷ÒÅÍÑ ÓÏÚÄÁÎÉÑ';
|
||
$strGeneralRelationFeat = 'ïÓÎÏ×ÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ Ó×ÑÚÅÊ';
|
||
$strGlobalValue = 'çÌÏÂÁÌØÎÏÅ ÚÎÁÞÅÎÉÅ';
|
||
$strGo = 'ðÏÛÅÌ';
|
||
$strGrants = 'ðÒÁ×Á';
|
||
$strGzip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × gzip';
|
||
|
||
$strHasBeenAltered = 'ÂÙÌÁ ÉÚÍÅÎÅÎÁ.';
|
||
$strHasBeenCreated = 'ÂÙÌÁ ÓÏÚÄÁÎÁ.';
|
||
$strHaveToShow = '÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÎÅ ÍÅÎÅÅ ÏÄÎÏÊ ËÏÌÏÎËÉ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ';
|
||
$strHome = 'ë ÎÁÞÁÌÕ';
|
||
$strHomepageOfficial = 'ïÆÉÃÉÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ phpMyAdmin';
|
||
$strHomepageSourceforge = 'úÁÇÒÕÚËÁ phpMyAdmin ÎÁ Sourceforge';
|
||
$strHost = 'èÏÓÔ';
|
||
$strHostEmpty = 'ðÕÓÔÏÅ ÉÍÑ ÈÏÓÔÁ!';
|
||
|
||
$strId = 'ID';
|
||
$strIdxFulltext = 'ðÏÌÎôÅËÓÔ';
|
||
$strIfYouWish = 'åÓÌÉ ÷Ù ÖÅÌÁÅÔÅ ÚÁÇÒÕÚÉÔØ ÔÏÌØËÏ ÎÅËÏÔÏÒÙÅ ÓÔÏÌÂÃÙ ÔÁÂÌÉÃÙ, ÕËÁÖÉÔÅ ÒÁÚÄÅÌÅÎÎÙÊ ÚÁÐÑÔÙÍÉ ÓÐÉÓÏË ÐÏÌÅÊ.';
|
||
$strIgnore = 'éÇÎÏÒÉÒÏ×ÁÔØ';
|
||
$strImportDocSQL = 'éÍÐÏÒÔ docSQL ÆÁÊÌÏ×';
|
||
$strInUse = 'ÉÓÐÏÌØÚÕÅÔÓÑ';
|
||
$strIndex = 'éÎÄÅËÓ';
|
||
$strIndexHasBeenDropped = 'éÎÄÅËÓ %s ÂÙÌ ÕÄÁÌÅÎ';
|
||
$strIndexName = 'éÍÑ ÉÎÄÅËÓÁ :';
|
||
$strIndexType = 'ôÉÐ ÉÎÄÅËÓÁ :';
|
||
$strIndexes = 'éÎÄÅËÓÙ';
|
||
$strInsecureMySQL = '÷ÁÛ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ ÓÏÄÅÒÖÉÔ ÎÁÓÔÒÏÊËÉ (ÐÏÌØÚÏ×ÁÔÅÌØ root ÂÅÚ ÐÁÒÏÌÑ), ËÏÔÏÒÙÅ ÏÔÎÏÓÑÔÓÑ Ë ÐÒÉ×ÉÌÅÇÉÒÏ×ÁÎÎÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ MySQL (ÐÏ ÕÍÏÌÞÁÎÉÀ). ÷ÁÛ MySQL ÓÅÒ×ÅÒ ÚÁÐÕÝÅÎ Ó ÜÔÉÍÉ ÎÁÓÔÒÏÊËÁÍÉ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÏÔËÒÙÔÙÊ ÄÌÑ ×ÔÏÒÖÅÎÉÊ, ÐÏÜÔÏÍÕ ÷ÁÍ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÕÓÔÒÁÎÉÔØ ÜÔÕ ÄÙÒÕ × ÂÅÚÏÐÁÓÎÏÓÔÉ.';
|
||
$strInsert = '÷ÓÔÁ×ÉÔØ';
|
||
$strInsertAsNewRow = '÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ';
|
||
$strInsertNewRow = '÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ';
|
||
$strInsertTextfiles = '÷ÓÔÁ×ÉÔØ ÔÅËÓÔÏ×ÙÅ ÆÁÊÌÙ × ÔÁÂÌÉÃÕ';
|
||
$strInsertedRows = 'äÏÂÁ×ÌÅÎÙ ÒÑÄÙ:';
|
||
$strInstructions = 'éÎÓÔÒÕËÃÉÉ';
|
||
$strInvalidName = '"%s" - Ñ×ÌÑÅÔÓÑ ÚÁÒÅÚÅÒ×ÉÒÏ×ÁÎÎÙÍ ÓÌÏ×ÏÍ, ×Ù ÎÅ ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÅÇÏ × ËÁÞÅÓÔ×Å ÉÍÅÎÉ ÂÁÚÙ ÄÁÎÎÙÈ/ÔÁÂÌÉÃÙ/ÐÏÌÑ.';
|
||
|
||
$strKeepPass = 'îÅ ÍÅÎÑÔØ ÐÁÒÏÌØ';
|
||
$strKeyname = 'éÍÑ ËÌÀÞÁ';
|
||
$strKill = 'õÂÉÔØ';
|
||
|
||
$strLaTeX = 'LaTeX';
|
||
$strLandscape = 'ìÁÎÄÛÁÆÔ';
|
||
$strLength = 'äÌÉÎÁ';
|
||
$strLengthSet = 'äÌÉÎÙ/úÎÁÞÅÎÉÑ*';
|
||
$strLimitNumRows = 'ÚÁÐÉÓÅÊ ÎÁ ÓÔÒÁÎÉÃÕ';
|
||
$strLineFeed = 'óÉÍ×ÏÌ ÏËÏÎÞÁÎÉÑ ÌÉÎÉÉ: \\n';
|
||
$strLines = 'ìÉÎÉÉ';
|
||
$strLinesTerminatedBy = 'óÔÒÏËÉ ÒÁÚÄÅÌÅÎÙ';
|
||
$strLinkNotFound = 'ó×ÑÚØ ÎÅ ÎÁÊÄÅÎÁ';
|
||
$strLinksTo = 'ó×ÑÚØ Ó';
|
||
$strLocationTextfile = 'íÅÓÔÏÒÁÓÐÏÌÏÖÅÎÉÅ ÔÅËÓÔÏ×ÏÇÏ ÆÁÊÌÁ';
|
||
$strLogPassword = 'ðÁÒÏÌØ:';
|
||
$strLogUsername = 'ðÏÌØÚÏ×ÁÔÅÌØ:';
|
||
$strLogin = '÷ÈÏÄ × ÓÉÓÔÅÍÕ';
|
||
$strLogout = '÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ';
|
||
|
||
$strMissingBracket = 'ðÒÏÐÕÝÅÎÁ ÓËÏÂËÁ';
|
||
$strModifications = 'íÏÄÉÆÉËÁÃÉÉ ÂÙÌÉ ÓÏÈÒÁÎÅÎÙ';
|
||
$strModify = 'éÚÍÅÎÉÔØ';
|
||
$strModifyIndexTopic = 'éÚÍÅÎÉÔØ ÉÎÄÅËÓ';
|
||
$strMoreStatusVars = 'äÒÕÇÉÅ ÓÔÁÔÕÓÎÙÅ ÐÅÒÅÍÅÎÎÙÅ';
|
||
$strMoveTable = 'ðÅÒÅÍÅÓÔÉÔØ ÔÁÂÌÉÃÙ × (ÂÁÚÁ ÄÁÎÎÙÈ<b>.</b>ÔÁÂÌÉÃÁ):';
|
||
$strMoveTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÐÅÒÅÍÅÝÅÎÁ × %s.';
|
||
$strMySQLCharset = 'MySQL-ËÏÄÉÒÏ×ËÁ';
|
||
$strMySQLReloaded = 'MySQL ÐÅÒÅÚÁÇÒÕÖÅÎÁ.';
|
||
$strMySQLSaid = 'ïÔ×ÅÔ MySQL: ';
|
||
$strMySQLServerProcess = 'MySQL %pma_s1% ÎÁ %pma_s2% ËÁË %pma_s3%';
|
||
$strMySQLShowProcess = 'ðÏËÁÚÁÔØ ÐÒÏÃÅÓÓÙ';
|
||
$strMySQLShowStatus = 'ðÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ MySQL';
|
||
$strMySQLShowVars = 'ðÏËÁÚÁÔØ ÓÉÓÔÅÍÎÙÅ ÐÅÒÅÍÅÎÎÙÅ MySQL';
|
||
|
||
$strName = 'éÍÑ';
|
||
$strNext = 'äÁÌÅÅ';
|
||
$strNo = 'îÅÔ';
|
||
$strNoDatabases = 'âä ÏÔÓÕÔÓÔ×ÕÀÔ';
|
||
$strNoDescription = 'ÎÅÔ ÏÐÉÓÁÎÉÑ';
|
||
$strNoDropDatabases = 'ëÏÍÁÎÄÁ "õÄÁÌÉÔØ âä" ÏÔËÌÀÞÅÎÁ.';
|
||
$strNoExplain = 'ðÒÅËÒÁÔÉÔØ ÏÐÉÓÁÎÉÅ SQL';
|
||
$strNoFrames = 'äÌÑ ÒÁÂÏÔÙ phpMyAdmin ÎÕÖÅÎ ÂÒÁÕÚÅÒ Ó ÐÏÄÄÅÒÖËÏÊ <b>ÆÒÅÊÍÏ×</b>.';
|
||
$strNoIndex = 'éÎÄÅËÓ ÎÅ ÏÐÒÅÄÅÌÅÎ!';
|
||
$strNoIndexPartsDefined = 'þÁÓÔÉ ÉÎÄÅËÓÁ ÎÅ ÏÐÒÅÄÅÌÅÎÙ!';
|
||
$strNoModification = 'îÅÔ ÉÚÍÅÎÅÎÉÊ';
|
||
$strNoPassword = 'âÅÚ ÐÁÒÏÌÑ';
|
||
$strNoPhp = 'ÂÅÚ PHP-ËÏÄÁ';
|
||
$strNoPrivileges = 'âÅÚ ÐÒÉ×ÉÌÅÇÉÊ';
|
||
$strNoQuery = 'îÅÔ SQL-ÚÁÐÒÏÓÁ!';
|
||
$strNoRights = '÷Ù ÎÅ ÉÍÅÅÔÅ ÄÏÓÔÁÔÏÞÎÏ ÐÒÁ× ÄÌÑ ÜÔÏÇÏ!';
|
||
$strNoTablesFound = '÷ âä ÎÅ ÏÂÎÁÒÕÖÅÎÏ ÔÁÂÌÉÃ.';
|
||
$strNoUsersFound = 'îÅ ÎÁÊÄÅÎ ÐÏÌØÚÏ×ÁÔÅÌØ.';
|
||
$strNoValidateSQL = 'îÅ ÐÒÏ×ÅÒÑÔØ SQL';
|
||
$strNone = 'îÅÔ';
|
||
$strNotNumber = 'üÔÏ ÎÅ ÞÉÓÌÏ!';
|
||
$strNotOK = 'îÅ ÇÏÔÏ×Ï';
|
||
$strNotSet = 'ôÁÂÌÉÃÁ <b>%s</b> ÎÅ ÎÁÊÄÅÎÁ';
|
||
$strNotValidNumber = ' ÎÅÄÏÐÕÓÔÉÍÏÅ ËÏÌÉÞÅÓÔ×Ï ÒÑÄÏ×!';
|
||
$strNull = 'îÏÌØ';
|
||
$strNumSearchResultsInTable = '%s ÚÁÐÉÓÉ(ÅÊ) × ÔÁÂÌÉÃÅ <i>%s</i>';
|
||
$strNumSearchResultsTotal = '<b>éÔÏÇÏ:</b> <i>%s</i> ÚÁÐÉÓÉ(ÅÊ)';
|
||
$strNumTables = 'ôÁÂÌÉÃ';
|
||
|
||
$strOK = 'çÏÔÏ×Ï';
|
||
$strOftenQuotation = 'ïÂÙÞÎÏ ËÁ×ÙÞËÉ. "ðÏ ×ÙÂÏÒÕ" ÏÚÎÁÞÁÅÔ, ÞÔÏ ÔÏÌØËÏ ÐÏÌÑ char É varchar ÚÁËÌÀÞÁÀÔÓÑ × ËÁ×ÙÞËÉ.';
|
||
$strOperations = 'ïÐÅÒÁÃÉÉ';
|
||
$strOptimizeTable = 'ïÐÔÉÍÉÚÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ';
|
||
$strOptionalControls = 'ðÏ ×ÙÂÏÒÕ. ëÏÎÔÒÏÌÉÒÕÅÔ ËÁË ÞÉÔÁÔØ ÉÌÉ ÐÉÓÁÔØ ÓÐÅÃÉÁÌØÎÙÅ ÓÉÍ×ÏÌÙ.';
|
||
$strOptionally = 'ðÏ ×ÙÂÏÒÕ';
|
||
$strOptions = 'ïÐÃÉÉ';
|
||
$strOr = 'éÌÉ';
|
||
$strOverhead = 'îÁËÌÁÄÎÙÅ ÒÁÓÈÏÄÙ';
|
||
|
||
$strPHP40203 = '÷Ù ÉÓÐÏÌØÚÕÅÔÅ ×ÅÒÓÉÀ PHP 4.2.3, ËÏÔÏÒÁÑ ÓÏÄÅÒÖÉÔ ÓÅÒØÅÚÎÙÅ ÏÛÉÂËÉ ÐÒÉ ÒÁÂÏÔÅ Ó ÍÎÏÇÏ-ÂÁÊÔÏ×ÙÍÉ ÓÔÒÏËÁÍÉ (mbstring). óÍÏÔÒÉÔÅ PHP bug report 19404. äÁÎÎÁÑ ×ÅÒÓÉÑ PHP ÎÅ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÄÌÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ Ó phpMyAdmin.';
|
||
$strPHPVersion = '÷ÅÒÓÉÑ PHP';
|
||
$strPageNumber = 'îÏÍÅÒ ÓÔÒÁÎÉÃÙ:';
|
||
$strPartialText = 'þÁÓÔÉÞÎÙÅ ÔÅËÓÔÙ';
|
||
$strPassword = 'ðÁÒÏÌØ';
|
||
$strPasswordEmpty = 'ðÕÓÔÏÊ ÐÁÒÏÌØ!';
|
||
$strPasswordNotSame = 'ðÁÒÏÌÉ ÎÅ ÏÄÉÎÁËÏ×Ù!';
|
||
$strPdfDbSchema = 'óÔÒÕËÔÕÒÁ ÂÁÚÙ "%s" - ÓÔÒÁÎÉÃÁ %s';
|
||
$strPdfInvalidPageNum = 'îÅÏÐÒÅÄÅÌÅÎÎÙÊ ÎÏÍÅÒ PDF-ÓÔÒÁÎÉÃÙ!';
|
||
$strPdfInvalidTblName = 'ôÁÂÌÉÃÁ "%s" ÎÅ ÓÕÝÅÓÔ×ÕÅÔ!';
|
||
$strPdfNoTables = 'îÅÔ ÔÁÂÌÉÃ';
|
||
$strPerHour = '× ÞÁÓ';
|
||
$strPhp = 'óÏÚÄÁÔØ PHP-ËÏÄ';
|
||
$strPmaDocumentation = 'äÏËÕÍÅÎÔÁÃÉÑ ÐÏ phpMyAdmin';
|
||
$strPmaUriError = 'äÉÒÅËÔÉ×Á <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÄÏÌÖÎÁ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎÁ × ÷ÁÛÅÍ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍ ÆÁÊÌÅ!';
|
||
$strPortrait = 'ðÏÒÔÒÅÔ';
|
||
$strPos1 = 'îÁÞÁÌÏ';
|
||
$strPrevious = 'îÁÚÁÄ';
|
||
$strPrimary = 'ðÅÒ×ÉÞÎÙÊ';
|
||
$strPrimaryKey = 'ðÅÒ×ÉÞÎÙÊ ËÌÀÞ';
|
||
$strPrimaryKeyHasBeenDropped = 'ðÅÒ×ÉÞÎÙÊ ËÌÀÞ ÂÙÌ ÕÄÁÌÅÎ';
|
||
$strPrimaryKeyName = 'éÍÑ ÐÅÒ×ÉÞÎÏÇÏ ËÌÀÞÁ ÄÏÌÖÎÏ ÂÙÔØ PRIMARY!';
|
||
$strPrimaryKeyWarning = '("PRIMARY" <b>ÄÏÌÖÎÏ</b> ÂÙÔØ ÐÒÉÚÎÁËÏÍ <b>ÔÏÌØËÏ</b> ÐÅÒ×ÉÞÎÏÇÏ ËÌÀÞÁ!)';
|
||
$strPrint = 'ðÅÞÁÔØ';
|
||
$strPrintView = '÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ';
|
||
$strPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ';
|
||
$strProcesslist = 'óÐÉÓÏË ÐÒÏÃÅÓÓÏ×';
|
||
$strProperties = 'ó×ÏÊÓÔ×Á';
|
||
$strPutColNames = 'õËÁÖÉÔÅ ÎÁÉÍÅÎÏ×ÁÎÉÑ ÐÏÌÅÊ × ÐÅÒ×ÏÊ ÓÔÒÏËÅ';
|
||
|
||
$strQBE = 'úÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ';
|
||
$strQBEDel = 'õÄÁÌÉÔØ';
|
||
$strQBEIns = '÷ÓÔÁ×ÉÔØ';
|
||
$strQueryOnDb = 'SQL-ÚÁÐÒÏÓ âä <b>%s</b>:';
|
||
$strQueryStatistics = '<b>óÔÁÔÉÓÔÉËÁ ÚÁÐÒÏÓÏ×</b>: óÏ ×ÒÅÍÅÎÉ ÚÁÐÕÓËÁ %s ÚÁÐÒÏÓÏ× ÂÙÌÏ ÐÏÓÌÁÎÏ ÎÁ ÓÅÒ×ÅÒ.';
|
||
$strQueryType = 'ôÉÐ ÚÁÐÒÏÓÁ';
|
||
|
||
$strReType = 'ðÏÄÔ×ÅÒÖÄÅÎÉÅ';
|
||
$strReceived = 'ðÒÉÎÑÔÏ';
|
||
$strRecords = 'úÁÐÉÓÉ';
|
||
$strReferentialIntegrity = 'ðÒÏ×ÅÒÉÔØ ÃÅÌÏÓÔÎÏÓÔØ ÄÁÎÎÙÈ:';
|
||
$strRelationNotWorking = 'äÏÐÏÌÎÉÔÅÌØÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ ÄÌÑ ÒÁÂÏÔÙ ÓÏ Ó×ÑÚÁÎÎÙÍÉ ÔÁÂÌÉÃÁÍÉ ÎÅÄÏÓÔÕÐÎÙ. äÌÑ ÏÐÒÅÄÅÌÅÎÉÑ ÐÒÉÞÉÎÙ ÎÁÖÍÉÔÅ %sÓÀÄÁ%s.';
|
||
$strRelationView = 'ó×ÑÚÁÎÎÙÊ ×ÉÄ';
|
||
$strRelationalSchema = 'òÅÌÑÃÉÏÎÎÁÑ ÓÈÅÍÁ';
|
||
$strReloadFailed = 'îÅ ÕÄÁÌÏÓØ ÐÅÒÅÚÁÇÒÕÚÉÔØ MySQL.';
|
||
$strReloadMySQL = 'ðÅÒÅÚÁÇÒÕÚÉÔØ MySQL';
|
||
$strRememberReload = 'îÅ ÚÁÂÕÄØÔÅ ÐÅÒÅÚÁÇÒÕÚÉÔØ ÓÅÒ×ÅÒ.';
|
||
$strRenameTable = 'ðÅÒÅÉÍÅÎÏ×ÁÔØ ÔÁÂÌÉÃÕ ×';
|
||
$strRenameTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × %s';
|
||
$strRepairTable = 'ðÏÞÉÎÉÔØ ÔÁÂÌÉÃÕ';
|
||
$strReplace = 'úÁÍÅÓÔÉÔØ';
|
||
$strReplaceTable = 'úÁÍÅÓÔÉÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ ÄÁÎÎÙÍÉ ÉÚ ÆÁÊÌÁ';
|
||
$strReset = 'ðÅÒÅÕÓÔÁÎÏ×ÉÔØ';
|
||
$strRevoke = 'ïÔÍÅÎÉÔØ';
|
||
$strRevokeGrant = 'ïÔÍÅÎÉÔØ ÐÒÅÄÏÓÔÁ×ÌÅÎÉÅ ÐÒÁ×';
|
||
$strRevokeGrantMessage = 'âÙÌÏ ÏÔÍÅÎÅÎÏ ÐÒÅÄÏÓÔÁ×ÌÅÎÉÅ ÐÒÁ× ÄÌÑ %s';
|
||
$strRevokeMessage = '÷Ù ÉÚÍÅÎÉÌÉ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ %s';
|
||
$strRevokePriv = 'ïÔÍÅÎÉÔØ ÐÒÉ×ÉÌÅÇÉÉ';
|
||
$strRowLength = 'äÌÉÎÁ ÒÑÄÁ';
|
||
$strRowSize = ' òÁÚÍÅÒ ÒÑÄÁ ';
|
||
$strRows = 'òÑÄÙ';
|
||
$strRowsFrom = 'ÒÑÄÏ× ÏÔ';
|
||
$strRowsModeHorizontal = 'ÇÏÒÉÚÏÎÔÁÌØÎÏÍ';
|
||
$strRowsModeOptions = '× %s ÒÅÖÉÍÅ, ÚÁÇÏÌÏ×ËÉ ÐÏÓÌÅ ËÁÖÄÙÈ %s ÑÞÅÅË';
|
||
$strRowsModeVertical = '×ÅÒÔÉËÁÌØÎÏÍ';
|
||
$strRowsStatistic = 'óÔÁÔÉÓÔÉËÁ ÒÑÄÁ';
|
||
$strRunQuery = '÷ÙÐÏÌÎÉÔØ úÁÐÒÏÓ';
|
||
$strRunSQLQuery = '÷ÙÐÏÌÎÉÔØ SQL ÚÁÐÒÏÓ(Ù) ÎÁ âä %Ù';
|
||
$strRunning = 'ÎÁ %s';
|
||
|
||
$strSQL = 'SQL';
|
||
$strSQLParserBugMessage = '÷ÏÚÍÏÖÎÏ Õ ÷ÁÓ ÏÛÉÂËÁ × SQL-ÐÁÒÓÅÒÅ. ðÏÖÁÌÕÊÓÔÁ, ÐÒÏ×ÅÒØÔÅ ×ÎÉÍÁÔÅÌØÎÏ ÷ÁÛ ÚÁÐÒÏÓ É ÓÏÏÔ×ÅÔÓÔ×ÉÅ ËÁ×ÙÞÅË. ÷ÏÚÍÏÖÎÏ ÔÁËÖÅ, ÞÔÏ ÷Ù ÐÙÔÁÅÔÅÓØ ÚÁËÁÞÁÔØ ÂÉÎÁÒÎÙÊ ÆÁÊÌ ×ÎÅ ÐÏÌÑ quoted text area. ÷Ù ÍÏÖÅÔÅ ÐÏÐÒÏÂÏ×ÁÔØ ×ÙÐÏÌÎÉÔØ Ó×ÏÊ ÚÁÐÒÏÓ ÞÅÒÅÚ ÉÎÔÅÒÆÅÊÓ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ MySQL. ïÐÉÓÁÎÉÅ ÏÛÉÂËÉ MySQL ÓÅÒ×ÅÒÁ ÄÁÎÏ ÎÉÖÅ, ×ÏÚÍÏÖÎÏ ÏÎÏ ÐÏÍÏÖÅÔ ÐÏÎÑÔØ, ÞÔÏ ÖÅ ÐÒÏÉÚÏÛÌÏ. åÓÌÉ Õ ÷ÁÓ ×ÓÅ ÒÁ×ÎÏ ×ÏÚÎÉËÁÀÔ ÐÒÏÂÌÅÍÙ ÉÌÉ ÅÓÌÉ ÐÁÒÓÅÒ ×ÙÄÁÅÔ ÏÛÉÂËÉ ÔÁÍ, ÇÄÅ ÉÎÔÅÒÆÅÊÓ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ ÒÁÂÏÔÁÅÔ ÕÓÐÅÛÎÏ, ÐÏÐÒÏÂÕÊÔÅ ÉÚÍÅÎÉÔØ Ó×ÏÊ SQL ÚÁÐÒÏÓ ÄÏ ÐÒÏÓÔÙÈ ÚÁÐÒÏÓÏ× É ÏÐÒÅÄÅÌÉÔØ, ËÁËÏÊ ÉÍÅÎÎÏ ×ÙÚÙ×ÁÅÔ ÐÒÏÂÌÅÍÙ. ÷Ù ÍÏÖÅÔÅ ÔÁËÖÅ ÐÒÉÓÌÁÔØ ÏÔÞÅÔ Ï ÏÛÉÂËÅ ×ÍÅÓÔÅ Ó ÂÌÏËÏÍ ÄÁÎÎÙÈ (ÓÅËÃÉÑ CUT):';
|
||
$strSQLParserUserError = 'ëÁÖÅÔÓÑ ×ÏÚÎÉËÌÁ ÏÛÉÂËÁ × ÷ÁÛÅÍ SQL ÚÁÐÒÏÓÅ. ïÐÉÓÁÎÉÅ ÏÛÉÂËÉ ÏÔ MySQL ÓÅÒ×ÅÒÁ ÄÁÎÏ ÎÉÖÅ, ×ÏÚÍÏÖÎÏ, ÏÎÏ ÐÏÍÏÖÅÔ ÷ÁÍ ÒÁÚÏÂÒÁÔØÓÑ';
|
||
$strSQLQuery = 'SQL-ÚÁÐÒÏÓ';
|
||
$strSQLResult = 'SQL-ÒÅÚÕÌØÔÁÔ';
|
||
$strSQPBugInvalidIdentifer = 'îÅÐÒÁ×ÉÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ';
|
||
$strSQPBugUnclosedQuote = 'îÅÚÁËÒÙÔÁÑ ËÁ×ÙÞËÁ';
|
||
$strSQPBugUnknownPunctuation = 'îÅÉÚ×ÅÓÔÎÁÑ ÓÔÒÏËÁ Ó ÐÕÎËÔÕÁÃÉÅÊ';
|
||
$strSave = 'óÏÈÒÁÎÉÔØ';
|
||
$strScaleFactorSmall = 'íÁÓÛÔÁ ÓÌÉÛËÏÍ ÍÁÌÅÎØËÉÊ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ×ÓÅÊ ÔÁÂÌÉÃÙ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ';
|
||
$strSearch = 'éÓËÁÔØ';
|
||
$strSearchFormTitle = 'éÓËÁÔØ × ÂÁÚÅ ÄÁÎÎÙÈ';
|
||
$strSearchInTables = '÷ ÔÁÂÌÉÃÅ(ÁÈ):';
|
||
$strSearchNeedle = 'óÌÏ×Ï(Á) ÉÌÉ ÚÎÁÞÅÎÉÅ(Ñ) ÄÌÑ ÐÏÉÓËÁ (×ËÌÀÞÁÑ "%") ×:';
|
||
$strSearchOption1 = 'ÈÏÔØ ÏÄÎÏ ÓÌÏ×Ï';
|
||
$strSearchOption2 = '×ÓÅ ÓÌÏ×Á';
|
||
$strSearchOption3 = 'ÔÏÞÎÏÅ ÓÏÏÔ×ÅÔÓÔ×ÉÅ';
|
||
$strSearchOption4 = 'ÒÅÇÕÌÑÒÎÏÅ ×ÙÒÁÖÅÎÉÅ';
|
||
$strSearchResultsFor = 'éÓËÁÔØ × "<i>%s</i>" %s:';
|
||
$strSearchType = 'éÓËÁÔØ:';
|
||
$strSelect = '÷ÙÂÒÁÔØ';
|
||
$strSelectADb = '÷ÙÂÅÒÉÔÅ âä';
|
||
$strSelectAll = 'ïÔÍÅÔÉÔØ ×ÓÅ';
|
||
$strSelectFields = '÷ÙÂÒÁÔØ ÐÏÌÑ (ÍÉÎÉÍÕÍ ÏÄÎÏ):';
|
||
$strSelectNumRows = 'ÐÏ ÚÁÐÒÏÓÕ';
|
||
$strSelectTables = '÷ÙÂÅÒÉÔÅ ÔÁÂÌÉÃÕ(Ù)';
|
||
$strSend = 'ÐÏÓÌÁÔØ';
|
||
$strSent = 'ðÏÓÌÁÎÏ';
|
||
$strServer = 'óÅÒ×ÅÒ %s';
|
||
$strServerChoice = '÷ÙÂÏÒ ÓÅÒ×ÅÒÁ';
|
||
$strServerStatus = 'ôÅËÕÝÁÑ ÉÎÆÏÒÍÁÃÉÑ';
|
||
$strServerStatusUptime = 'üÔÏÔ MySQL ÓÅÒ×ÅÒ ÒÁÂÏÔÁÅÔ %s. ïÎ ÂÙÌ ÚÁÐÕÝÅÎ %s.';
|
||
$strServerTabProcesslist = 'ðÒÏÃÅÓÓÙ';
|
||
$strServerTabVariables = 'ðÅÒÅÍÅÎÎÙÅ';
|
||
$strServerTrafficNotes = '<b>ôÒÁÆÉË</b>: üÔÉ ÔÁÂÌÉÃÙ ÐÏËÁÚÙ×ÁÀÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÅÔÅ×ÏÍÕ ÔÒÁÆÉËÕ MySQL ÓÅÒ×ÅÒÁ ÓÏ ×ÒÅÍÅÎÉ ÅÇÏ ÚÁÐÕÓËÁ.';
|
||
$strServerVars = 'ðÅÒÅÍÅÎÎÙÅ É ÎÁÓÔÒÏÊËÉ ÓÅÒ×ÅÒÁ';
|
||
$strServerVersion = '÷ÅÒÓÉÑ ÓÅÒ×ÅÒÁ';
|
||
$strSessionValue = 'úÎÁÞÅÎÉÅ ÓÅÓÓÉÉ';
|
||
$strSetEnumVal = 'äÌÑ ÔÉÐÏ× ÐÏÌÑ "enum" É "set", ××ÅÄÉÔÅ ÚÎÁÞÅÎÉÑ ÐÏ ÜÔÏÍÕ ÆÏÒÍÁÔÕ: \'a\',\'b\',\'c\'...<br />åÓÌÉ ×ÁÍ ÐÏÎÁÄÏÂÉÔØÓÑ ××ÅÓÔÉ ÏÂÒÁÔÎÕÀ ËÏÓÕÀ ÞÅÒÔÕ ("\"") ÉÌÉ ÏÄÉÎÏÞÎÕÀ ËÁ×ÙÞËÕ ("\'") ÓÒÅÄÉ ÜÔÉÈ ÚÎÁÞÅÎÉÊ, ÐÏÓÔÁרÔÅ ÐÅÒÅÄ ÎÉÍÉ ÏÂÒÁÔÎÕÀ ËÏÓÕÀ ÞÅÒÔÕ (ÎÁÐÒÉÍÅÒ, \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
|
||
$strShow = 'ðÏËÁÚÁÔØ';
|
||
$strShowAll = 'ðÏËÁÚÁÔØ ×ÓÅ';
|
||
$strShowColor = 'ðÏËÁÚÁÔØ Ã×ÅÔ';
|
||
$strShowCols = 'ðÏËÁÚÁÔØ ËÏÌÏÎËÉ';
|
||
$strShowDatadictAs = 'æÏÒÍÁÔ ÓÌÏ×ÁÒÑ ÄÁÎÎÙÈ';
|
||
$strShowGrid = 'ðÏËÁÚÁÔØ ÓÅÔËÕ';
|
||
$strShowPHPInfo = 'ðÏËÁÚÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï PHP';
|
||
$strShowTableDimension = 'ðÏËÁÚÁÔØ ÒÁÚÍÅÒÎÏÓÔØ ÔÁÂÌÉÃÙ';
|
||
$strShowTables = 'ðÏËÁÚÁÔØ ÔÁÂÌÉÃÙ';
|
||
$strShowThisQuery = ' ðÏËÁÚÁÔØ ÄÁÎÎÙÊ ÚÁÐÒÏÓ ÓÎÏ×Á ';
|
||
$strShowingRecords = 'ðÏËÁÚÙ×ÁÅÔ ÚÁÐÉÓÉ ';
|
||
$strSingly = '(ÏÔÄÅÌØÎÏ)';
|
||
$strSize = 'òÁÚÍÅÒ';
|
||
$strSort = 'ïÔÓÏÒÔÉÒÏ×ÁÔØ';
|
||
$strSpaceUsage = 'éÓÐÏÌØÚÕÅÍÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï';
|
||
$strSplitWordsWithSpace = 'óÌÏ×Á, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÏÍ (" ").';
|
||
$strStatement = '÷ÙÒÁÖÅÎÉÑ';
|
||
$strStatus = 'óÔÁÔÕÓ';
|
||
$strStrucCSV = 'CSV ÄÁÎÎÙÅ';
|
||
$strStrucData = 'óÔÒÕËÔÕÒÁ É ÄÁÎÎÙÅ';
|
||
$strStrucDrop = 'äÏÂÁ×ÉÔØ ÕÄÁÌÅÎÉÅ ÔÁÂÌÉÃÙ';
|
||
$strStrucExcelCSV = 'CSV ÄÌÑ ÄÁÎÎÙÈ Ms Excel';
|
||
$strStrucOnly = 'ôÏÌØËÏ ÓÔÒÕËÔÕÒÕ';
|
||
$strStructPropose = 'ðÒÅÄÌÁÇÁÅÍÁÑ ÓÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ';
|
||
$strStructure = 'óÔÒÕËÔÕÒÁ';
|
||
$strSubmit = '÷ÙÐÏÌÎÉÔØ';
|
||
$strSuccess = '÷ÁÛ SQL-ÚÁÐÒÏÓ ÂÙÌ ÕÓÐÅÛÎÏ ×ÙÐÏÌÎÅÎ';
|
||
$strSum = '÷ÓÅÇÏ';
|
||
|
||
$strTable = 'ÔÁÂÌÉÃÁ ';
|
||
$strTableComments = 'ëÏÍÍÅÎÔÁÒÉÊ Ë ÔÁÂÌÉÃÅ';
|
||
$strTableEmpty = 'ðÕÓÔÏÅ ÎÁÚ×ÁÎÉÅ ÔÁÂÌÉÃÙ!';
|
||
$strTableHasBeenDropped = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÕÄÁÌÅÎÁ';
|
||
$strTableHasBeenEmptied = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÏÞÉÝÅÎÁ';
|
||
$strTableHasBeenFlushed = 'âÙÌ ÓÂÒÏÛÅÎ ËÜÛ ÔÁÂÌÉÃÙ %s';
|
||
$strTableMaintenance = 'ïÂÓÌÕÖÉ×ÁÎÉÅ ÔÁÂÌÉÃÙ';
|
||
$strTableOfContents = 'ïÇÌÁ×ÌÅÎÉÅ';
|
||
$strTableStructure = 'óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ';
|
||
$strTableType = 'ôÉÐ ÔÁÂÌÉÃÙ';
|
||
$strTables = '%s ÔÁÂÌÉÃ(Ù)';
|
||
$strTextAreaLength = ' éÚ-ÚÁ ÂÏÌØÛÏÊ ÄÌÉÎÙ,<br /> ÜÔÏ ÐÏÌÅ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÎÏ ';
|
||
$strTheContent = 'óÏÄÅÒÖÉÍÏÅ ÆÁÊÌÁ ÂÙÌÏ ÉÍÐÏÒÔÉÒÏ×ÁÎÏ.';
|
||
$strTheContents = 'óÏÄÅÒÖÉÍÏÅ ÆÁÊÌÁ ÚÁÍÅÝÁÅÔ ÓÏÄÅÒÖÉÍÏÅ ÔÁÂÌÉÃÙ ÄÌÑ ÒÑÄÏ× Ó ÉÄÅÎÔÉÞÎÙÍÉ ÐÅÒ×ÉÞÎÙÍÉ ÉÌÉ ÕÎÉËÁÌØÎÙÍÉ ËÌÀÞÁÍÉ.';
|
||
$strTheTerminator = 'óÉÍ×ÏÌ ÏËÏÎÞÁÎÉÑ ÐÏÌÅÊ.';
|
||
$strThreadSuccessfullyKilled = 'Thread %s ÂÙÌ ÕÄÁÌÅÎ.';
|
||
$strTime = '÷ÒÅÍÑ';
|
||
$strTotal = '×ÓÅÇÏ';
|
||
$strTotalUC = '÷ÓÅÇÏ';
|
||
$strTraffic = 'ôÒÁÆÉË';
|
||
$strType = 'ôÉÐ';
|
||
|
||
$strUncheckAll = 'óÎÑÔØ ÏÔÍÅÔËÕ ÓÏ ×ÓÅÈ';
|
||
$strUnique = 'õÎÉËÁÌØÎÏÅ';
|
||
$strUnselectAll = 'óÎÑÔØ ÏÔÍÅÔËÕ ÓÏ ×ÓÅÈ';
|
||
$strUpdatePrivMessage = 'âÙÌÉ ÉÚÍÅÎÅÎÙ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ';
|
||
$strUpdateProfile = 'ïÂÎÏ×ÉÔØ ÐÒÏÆÉÌØ:';
|
||
$strUpdateProfileMessage = 'ðÒÏÆÉÌØ ÂÙÌ ÏÂÎÏ×ÌÅÎ.';
|
||
$strUpdateQuery = 'äÏÐÏÌÎÉÔØ ÚÁÐÒÏÓ';
|
||
$strUsage = 'éÓÐÏÌØÚÏ×ÁÎÉÅ';
|
||
$strUseBackquotes = 'ïÂÒÁÔÎÙÅ ËÁ×ÙÞËÉ × ÎÁÚ×ÁÎÉÑÈ ÔÁÂÌÉÃ É ÐÏÌÅÊ';
|
||
$strUseTables = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÙ';
|
||
$strUser = 'ðÏÌØÚÏ×ÁÔÅÌØ';
|
||
$strUserEmpty = 'ðÕÓÔÏÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ!';
|
||
$strUserName = 'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ';
|
||
$strUsers = 'ðÏÌØÚÏ×ÁÔÅÌÉ';
|
||
|
||
$strValidateSQL = 'ðÒÏ×ÅÒÉÔØ SQL';
|
||
$strValidatorError = 'ðÒÏ×ÅÒËÁ SQL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÎÉÃÉÁÌÉÚÉÒÏ×ÁÎÁ. ðÒÏ×ÅÒØÔÅ, ÕÓÔÁÎÏ×ÌÅÎÙ ÌÉ ÎÅÏÂÈÏÄÉÍÙÅ ÍÏÄÕÌÉ ÒÁÓÛÉÒÅÎÉÊ ÄÌÑ PHP, ÏÐÉÓÁÎÎÙÅ × %sÄÏËÕÍÅÎÔÁÃÉÉ%s.';
|
||
$strValue = 'úÎÁÞÅÎÉÅ';
|
||
$strVar = 'ðÅÒÅÍÅÎÎÁÑ';
|
||
$strViewDump = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ ÔÁÂÌÉÃÙ';
|
||
$strViewDumpDB = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ âä';
|
||
|
||
$strWebServerUploadDirectory = 'ÄÉÒÅËÔÏÒÉÑ, ËÕÄÁ ÐÏÍÅÝÁÀÔÓÑ ÚÁËÁÞÁÎÎÙÅ ÆÁÊÌÙ ÏÔ web-ÓÅÒ×ÅÒÁ';
|
||
$strWebServerUploadDirectoryError = 'ÄÉÒÅËÔÏÒÉÑ, ËÏÔÏÒÕÀ ÷Ù ÕÓÔÁÎÏ×ÉÌÉ ËÁË "upload" ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÔËÒÙÔÁ';
|
||
$strWelcome = 'äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × %s';
|
||
$strWithChecked = 'ó ÏÔÍÅÞÅÎÎÙÍÉ:';
|
||
$strWrongUser = 'ïÛÉÂÏÞÎÙÊ ÌÏÇÉÎ/ÐÁÒÏÌØ. ÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ.';
|
||
|
||
$strYes = 'äÁ';
|
||
|
||
$strZip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × zip';
|
||
|
||
// To translate
|
||
$strAdministration = 'Administration'; //to translate
|
||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
|
||
$strGlobalPrivileges = 'Global privileges'; //to translate
|
||
$strGrantOption = 'Grant'; //to translate
|
||
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
|
||
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
|
||
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
|
||
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
|
||
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
|
||
$strPrivDescDelete = 'Allows deleting data.'; //to translate
|
||
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
|
||
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
|
||
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
|
||
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
|
||
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
|
||
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
|
||
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
|
||
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
|
||
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
|
||
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
|
||
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
|
||
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
|
||
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
|
||
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
|
||
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
|
||
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
|
||
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
|
||
$strPrivDescSelect = 'Allows reading data.'; //to translate
|
||
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
|
||
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
|
||
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
|
||
$strPrivDescUpdate = 'Allows changing data.'; //to translate
|
||
$strPrivDescUsage = 'No privileges.'; //to translate
|
||
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
|
||
$strResourceLimits = 'Resource limits'; //to translate
|
||
$strUserOverview = 'User overview'; //to translate
|
||
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
|
||
|
||
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
|
||
|
||
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
|
||
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
|
||
$strDeleting = 'Deleting %s'; //to translate
|
||
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
|
||
$strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
|
||
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
|
||
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
|
||
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
|
||
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
|
||
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
|
||
|
||
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
|
||
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
|
||
$strColumnPrivileges = 'Column-specific privileges'; //to translate
|
||
$strDbPrivileges = 'Database-specific privileges'; //to translate
|
||
$strLocalhost = 'Local';
|
||
$strLoginInformation = 'Login Information'; //to translate
|
||
$strTblPrivileges = 'Table-specific privileges'; //to translate
|
||
$strThisHost = 'This Host'; //to translate
|
||
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
|
||
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
|
||
$strUseTextField = 'Use text field'; //to translate
|
||
|
||
$strNoUsersSelected = 'No users selected.'; //to translate
|
||
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
|
||
$strAddedColumnComment = 'Added comment for column'; //to translate
|
||
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
|
||
$strAddedColumnRelation = 'Added relation for column'; //to translate
|
||
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
|
||
$strImportFinished = 'Import finished'; //to translate
|
||
$strFileCouldNotBeRead = 'File could not be read'; //to translate
|
||
$strIgnoringFile = 'Ignoring file %s'; //to translate
|
||
$strThisNotDirectory = 'This was not a directory'; //to translate
|
||
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
|
||
$strImportFiles = 'Import files'; //to translate
|
||
$strDBGModule = 'Module'; //to translate
|
||
$strDBGLine = 'Line'; //to translate
|
||
$strDBGHits = 'Hits'; //to translate
|
||
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
|
||
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
|
||
$strDBGMinTimeMs = 'Min time, ms'; //to translate
|
||
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
|
||
$strDBGContextID = 'Context ID'; //to translate
|
||
$strDBGContext = 'Context'; //to translate
|
||
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
|
||
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
|
||
$strCheckPrivs = 'Check Privileges'; //to translate
|
||
$strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate
|
||
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
|
||
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
|
||
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
|
||
$strJumpToDB = 'Jump to database "%s".'; //to translate
|
||
$strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
|
||
$strNoDatabasesSelected = 'No databases selected.'; //to translate
|
||
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
|
||
$strGlobal = 'global'; //to translate
|
||
$strDbSpecific = 'database-specific'; //to translate
|
||
$strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate
|
||
?>
|