311 lines
13 KiB
PHP
311 lines
13 KiB
PHP
<?php
|
|
/* $Id$ */
|
|
|
|
$charset = 'windows-1251';
|
|
$left_font_family = 'sans-serif';
|
|
$right_font_family = 'sans-serif';
|
|
$number_thousands_separator = ',';
|
|
$number_decimal_separator = '.';
|
|
$byteUnits = array('Bytes', 'KB', 'MB', 'GB');
|
|
|
|
|
|
$strAccessDenied = 'Îòêàçàí äîñòúï';
|
|
$strAction = 'Äåéñòâèå';
|
|
$strAddDeleteColumn = 'Äîáàâè/èçòðèé êîëîíà ïî êðèòåðèé';
|
|
$strAddDeleteRow = 'Äîáàâè/èçòðèé ðåä ïî êðèòåðèé';
|
|
$strAddNewField = 'Äîáàâè íîâî ïîëå';
|
|
$strAddPriv = 'Add a new Privilege'; //to translate
|
|
$strAddPrivMessage = 'You have added a new privilege.'; //to translate
|
|
$strAddSearchConditions = 'Äîáàâè óñëîâèå çà òúðñåíå (òÿëî çà "where" óñëîâèå):';
|
|
$strAddUser = 'Add a new User'; //to translate
|
|
$strAddUserMessage = 'You have added a new user.'; //to translate
|
|
$strAfter = 'After'; //to translate
|
|
$strAll = 'All'; //to translate
|
|
$strAlterOrderBy = 'Alter table order by'; //to translate
|
|
$strAnalyzeTable = 'Analyze table'; //to translate
|
|
$strAnd = 'È';
|
|
$strAnIndex = 'Áåøå äîáàâåí èíäåêñ çà ';
|
|
$strAny = 'Any'; //to translate
|
|
$strAnyColumn = 'Any Column'; //to translate
|
|
$strAnyDatabase = 'Any database'; //to translate
|
|
$strAnyHost = 'Any host'; //to translate
|
|
$strAnyTable = 'Any table'; //to translate
|
|
$strAnyUser = 'Any user'; //to translate
|
|
$strAPrimaryKey = 'Áeøe äîáàâåí ïúðâè÷eí êëþ÷ êúì ';
|
|
$strAscending = 'Âúçõîäÿù';
|
|
$strAtBeginningOfTable = 'At Beginning of Table'; //to translate
|
|
$strAtEndOfTable = 'At End of Table'; //to translate
|
|
$strAttr = 'Àòðèáóòè';
|
|
|
|
$strBack = 'Íàçàä';
|
|
$strBookmarkLabel = 'Label'; //to translate
|
|
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
|
|
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
|
|
$strBookmarkView = 'View only'; //to translate
|
|
$strBrowse = 'Ïðåëèñòè';
|
|
|
|
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.'; //to translate
|
|
$strCarriage = 'Ñèìâîë CR: \\r';
|
|
$strChange = 'Ïðîìåíè';
|
|
$strCheckAll = 'Check All'; //to translate
|
|
$strCheckDbPriv = 'Check Database Privileges'; //to translate
|
|
$strCheckTable = 'Check table'; //to translate
|
|
$strColumn = 'Column'; //to translate
|
|
$strColumnEmpty = 'The columns names are empty!'; //to translate
|
|
$strColumnNames = 'Íàçâàíèå íà êîëîíà';
|
|
$strCompleteInserts = 'Complete inserts'; //to translate
|
|
$strConfirm = 'Do you really want to do it?'; //to translate
|
|
$strCopyTable = 'Êîïèðàé òàáëèöàòà â';
|
|
$strCopyTableOK = 'Òàáëèöà %s áåøå êîïèðàíà â %s.';
|
|
$strCreate = 'Ñúçäàé';
|
|
$strCreateNewDatabase = 'Ñúçäàé íîâà ÁÄ';
|
|
$strCreateNewTable = 'Ñúçäàé íîâà òàáëèöà â ÁÄ ';
|
|
$strCriteria = 'Êðèòåðèé';
|
|
|
|
$strData = 'Data'; //to translate
|
|
$strDatabase = 'ÁÄ ';
|
|
$strDatabases = 'Áàçà Äàííè';
|
|
$strDataOnly = 'Data only'; //to translate
|
|
$strDbEmpty = 'The database name is empty!'; //to translate
|
|
$strDefault = 'Ïî ïîäðàçáèðàíå';
|
|
$strDelete = 'Èçòðèé';
|
|
$strDeleted = 'Ðåäúò áåøå èçòðèò';
|
|
$strDeleteFailed = 'Deleted Failed!'; //to translate
|
|
$strDeletePassword = 'Delete Password'; //to translate
|
|
$strDeleteUserMessage = 'You have deleted the user'; //to translate
|
|
$strDelPassMessage = 'You have deleted the password for'; //to translate
|
|
$strDescending = 'Íèçõîäÿù';
|
|
$strDisableMagicQuotes = '<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it.'; //to translate
|
|
$strDisplay = 'Display'; //to translate
|
|
$strDoAQuery = 'Èçïúëíè "çàïèòâàíå ïî çàÿâêà" (ñèìâîë çà çàìåñòâàíå: "%")';
|
|
$strDocu = 'Äîêóìåíòàöèÿ';
|
|
$strDoYouReally = 'Äåéñòâèòåëíî ëè æåëàåòå ';
|
|
$strDrop = 'Óíèùîæè';
|
|
$strDropDB = 'Óíèùîæè ÁÄ ';
|
|
$strDumpingData = 'Äúìï (ñõåìà) íà äàííèòå â òàáëèöàòà';
|
|
$strDynamic = 'dynamic'; //to translate
|
|
|
|
$strEdit = 'Ðåäàêòèðàíå';
|
|
$strEditPrivileges = 'Edit Privileges'; //to translate
|
|
$strEffective = 'Effective'; //to translate
|
|
$strEmpty = 'Èçïðàçíè';
|
|
$strEmptyResultSet = 'MySQL âúðíà ïðàçåí ðåçóëòàò (ò.å. íóëà ðåäîâå).';
|
|
$strEnableMagicQuotes = '<b>Warning:</b> You haven\'t enabled magic_quotes_gpc in your PHP configuration. PhpMyAdmin needs this to work properly. Please have a look at the configuration section of the PHP manual for information on how to enable it.'; //to translate
|
|
$strEnclosedBy = 'Çàãðàäåíè ñ ';
|
|
$strEnd = 'Êðàé';
|
|
$strError = 'Ãðåøêà';
|
|
$strEscapedBy = 'Ñèìâîë Escape';
|
|
$strExtra = 'Äîïúëíèòåëíî';
|
|
|
|
$strField = 'Ïîëå';
|
|
$strFields = 'Ïîëåòà';
|
|
$strFixed = 'fixed'; //to translate
|
|
$strFormat = 'Format'; //to translate
|
|
$strFunction = 'Ôóíêöèÿ';
|
|
|
|
$strGenTime = 'Generation Time'; //to translate
|
|
$strGo = 'Èçïúëíè';
|
|
$strGrants = 'Grants'; //to translate
|
|
|
|
$strHasBeenAltered = 'áåøå ïðîìåíåíà.';
|
|
$strHasBeenCreated = 'áåøå ñúçäàäåíà.';
|
|
$strHasBeenDropped = 'áåøå óíèùîæåíà.';
|
|
$strHasBeenEmptied = 'áåøå èçïðàçíåíà.';
|
|
$strHome = 'Íà÷àëî';
|
|
$strHomepageOfficial = 'Official phpMyAdmin Homepage'; //to translate
|
|
$strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Page'; //to translate
|
|
$strHost = 'Õîñò';
|
|
$strHostEmpty = 'The host name is empty!'; //to translate
|
|
|
|
$strIfYouWish = 'Àêî æåëàåòå äà çàðåäèòå ñàìî íÿêîè êîëîíè îò òàáëèöàòà, óêàæåòå ñïèñúê íà ïîëåòàòà ðàçäåëåíè ñúñ çàïåòàè.';
|
|
$strIndex = 'Èíäåêñ';
|
|
$strIndexes = 'Indexes'; //to translate
|
|
$strInsert = 'Âìúêíè';
|
|
$strInsertAsNewRow = 'Insert as new row'; //to translate
|
|
$strInsertIntoTable = 'Âìúêíè â òàáëèöàòà';
|
|
$strInsertNewRow = 'Âìúêíè íîâ ðåä';
|
|
$strInsertTextfiles = 'Âìúêíè òåêñòîâè ôàéëîâå â òàáëèöàòà';
|
|
$strInUse = 'in use'; //to translate
|
|
|
|
$strKeyname = 'Èìå íà êëþ÷à';
|
|
$strKill = 'Kill'; //to translate
|
|
|
|
$strLength = 'Length'; //to translate
|
|
$strLengthSet = 'Length/Values*'; //to translate
|
|
$strLimitNumRows = 'records per page'; //to translate
|
|
$strLineFeed = 'Ñèìâîë çà êðàé íà ðåä: \\n';
|
|
$strLines = 'Ðåäîâå';
|
|
$strLocationTextfile = 'Ìåñòîðàçïîëîæåíèå íà òåêñòîâèÿ ôàéë';
|
|
$strLogin = ''; //to translate, but its not in use ...
|
|
$strLogout = 'Èçõîä îò ñèñòåìàòà';
|
|
|
|
$strModifications = 'Ïðîìåíèòå áÿõà ñúõðàíåíè';
|
|
$strModify = 'Èçìåíè';
|
|
$strMySQLReloaded = 'MySQL å ïðåçàðåäåí.';
|
|
$strMySQLSaid = 'MySQL îòãîâîðè: ';
|
|
$strMySQLShowProcess = 'Ïîêàæè ïðîöåñèòå';
|
|
$strMySQLShowStatus = 'Ïîêàæè ñúñòîÿíèåòî íà MySQL';
|
|
$strMySQLShowVars = 'Ïîêàæè ñèñòåìíèòå ïðîìåíëèâè íà MySQL';
|
|
|
|
$strName = 'Èìå';
|
|
$strNext = 'Ñëåäâàù';
|
|
$strNo = 'Íå';
|
|
$strNoPassword = 'No Password'; //to translate
|
|
$strNoPrivileges = 'No Privileges'; //to translate
|
|
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
|
|
$strNoTablesFound = 'Â ÁÄ íÿìà òàáëèöè.';
|
|
$strNoUsersFound = 'No user(s) found.'; //to translate
|
|
$strNull = 'Íóëà';
|
|
$strNumberIndexes = ' Number of advanced indexes '; //to translate
|
|
|
|
$strOftenQuotation = 'Îáèêíîâåíî êàâè÷êè. ÏÎ ÈÇÁÎÐ îçíà÷àâà, ÷å ñàìî ïîëåòà char è varchar ñå çàãðàæäàò â êàâè÷êè.';
|
|
$strOptimizeTable = 'Optimize table'; //to translate
|
|
$strOptionalControls = 'Ïî èçáîð. Êîíòðîëèðà êàê äà ñå ÷åòàò èëè ïèøàò ñïåöèàëíè ñèìâîëè.';
|
|
$strOptionally = 'ÏÎ ÈÇÁÎÐ';
|
|
$strOr = 'Èëè';
|
|
$strOverhead = 'Overhead'; //to translate
|
|
|
|
$strPassword = 'Password'; //to translate
|
|
$strPasswordEmpty = 'The password is empty!'; //to translate
|
|
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
|
|
$strPHPVersion = 'PHP Version'; //to translate
|
|
$strPos1 = 'Íà÷àëî';
|
|
$strPrevious = 'Ïðåäèøåí';
|
|
$strPrimary = 'Ïúðâè÷åí';
|
|
$strPrimaryKey = 'Ïúðâè÷åí êëþ÷';
|
|
$strPrinterFriendly = 'Printer friendly version of above table'; //to translate
|
|
$strPrintView = 'Print view'; //to translate
|
|
$strPrivileges = 'Privileges'; //to translate
|
|
$strProducedAnError = 'äîâåäå äî ãðåøêà.';
|
|
$strProperties = 'Ñâîéñòâà';
|
|
|
|
$strQBE = 'Çàïèòâàíå ïî ïðèìåð';
|
|
$strQBEDel = 'Del'; //to translate (used in tbl_qbe.php3)
|
|
$strQBEIns = 'Ins'; //to translate (used in tbl_qbe.php3)
|
|
|
|
$strReadTheDocs = 'Ïðî÷åòè äîêóìåíòàöèÿòà';
|
|
$strRecords = 'Çàïèñè';
|
|
$strReloadFailed = 'Íåóñïåøåí îïèò çà ïðåçàðåæäàíå íà MySQL.';
|
|
$strReloadMySQL = 'Ïðåçàðåäè MySQL';
|
|
$strRememberReload = 'Remember reload the server.'; //to translate
|
|
$strRenameTable = 'Ïðåèìåíóâàé òàáëèöàòà íà';
|
|
$strRenameTableOK = 'Òàáëèöà %s áåøå ïðåèìåíóâàíà íà %s';
|
|
$strRepairTable = 'Repair table'; //to translate
|
|
$strReplace = 'Çàìåñòè';
|
|
$strReplaceTable = 'Çàìåñòè äàííèòå îò òàáëèöàòà ñ äàííèòå îò ôàéëà';
|
|
$strReset = 'Èç÷èñòè';
|
|
$strReType = 'Re-type'; //to translate
|
|
$strRevoke = 'Revoke'; //to translate
|
|
$strRevokeGrant = 'Revoke Grant'; //to translate
|
|
$strRevokeGrantMessage = 'You have revoked the Grant privilege for'; //to translate
|
|
$strRevokeMessage = 'You have revoked the privileges for'; //to translate
|
|
$strRevokePriv = 'Revoke Privileges'; //to translate
|
|
$strRowLength = 'Row length'; //to translate
|
|
$strRows = 'Rows'; //to translate
|
|
$strRowsFrom = 'rows starting from'; //to translate
|
|
$strRowsStatistic = 'Row Statistic'; //to translate
|
|
$strRunning = 'ñòàðòèðàí íà ';
|
|
$strRunQuery = 'Èçïúëíè Çàïèòâàíåòî';
|
|
$strRunSQLQuery = 'Èçïúëíè SQL çàïèòâàíå çà ÁÄ ';
|
|
|
|
$strSave = 'Çàïèøè';
|
|
$strSelect = 'Èçáåðè';
|
|
$strSelectFields = 'Èçáåðè ïîëå (ìèíèìóì åäíî):';
|
|
$strSelectNumRows = 'â çàïèòâàíåòî';
|
|
$strSend = 'èçïðàòè';
|
|
$strSequence = 'Seq.'; //to translate
|
|
$strServerVersion = 'Server version'; //to translate
|
|
$strShow = 'Ïîêàæè';
|
|
$strShowingRecords = 'Ïîêàçâà çàïèñè ';
|
|
$strSingly = '(singly)'; //to translate
|
|
$strSize = 'Size'; //to translate
|
|
$strSort = 'Ñîðòèðàé';
|
|
$strSpaceUsage = 'Space usage'; //to translate
|
|
$strSQLQuery = 'SQL-çàïèòâàíå';
|
|
$strStatement = 'Statements'; //to translate
|
|
$strStrucCSV = 'CSV äàííè';
|
|
$strStrucData = 'Ñòðóêòóðà è äàííè';
|
|
$strStrucDrop = 'Äîáàâè \'èçòðèé òàáëèöàòà\'';
|
|
$strStrucOnly = 'Ñàìî ñòðóêòóðàòà';
|
|
$strSubmit = 'Èçïúëíè';
|
|
$strSuccess = 'Âàøåòî SQL-çàïèòâàíå áåøå èçïúëíåíî óñïåøíî';
|
|
$strSum = 'Sum'; //to translate
|
|
|
|
$strTable = 'Òàáëèöà ';
|
|
$strTableComments = 'Êîìåíòàðè êúì òàáëèöàòà';
|
|
$strTableEmpty = 'The table name is empty!'; //to translate
|
|
$strTableMaintenance = 'Table maintenance'; //to translate
|
|
$strTableStructure = 'Ñòðóêòóðà íà òàáëèöà';
|
|
$strTableType = 'Table type'; //to translate
|
|
$strTerminatedBy = 'Çàâúðøâàò íà';
|
|
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
|
|
$strTheContent = 'Ñúäúðæàíèåòî íà ôàéëà áåøå èìïîðòèðàíî.';
|
|
$strTheContents = 'Ñúäúðæàíèåòî íà ôàéëà çàìåñòâà ñúäúðæàíèåòî íà òàáëèöàòà çà ðåäîâå ñ èäåíòè÷íè ïúðâè÷íè èëè óíèêàëíè êëþ÷îâå.';
|
|
$strTheTerminator = 'Ñèìâîë çà êðàé íà ïîëå.';
|
|
$strTotal = 'âñè÷êî';
|
|
$strType = 'Òèï';
|
|
|
|
$strUncheckAll = 'Uncheck All'; //to translate
|
|
$strUnique = 'Óíèêàëíî';
|
|
$strUpdatePassMessage = 'You have updated the password for'; //to translate
|
|
$strUpdatePassword = 'Update Password'; //to translate
|
|
$strUpdatePrivMessage = 'You have updated the privileges for'; //to translate
|
|
$strUpdateQuery = 'Äîïúëíè Çàïèòâàíåòî';
|
|
$strUsage = 'Usage'; //to translate
|
|
$strUser = 'User'; //to translate
|
|
$strUserEmpty = 'The user name is empty!'; //to translate
|
|
$strUserName = 'User name'; //to translate
|
|
$strUsers = 'Users'; //to translate
|
|
$strUseTables = 'Èçïîëçâàé òàáëèöàòà';
|
|
|
|
$strValue = 'Ñòîéíîñò';
|
|
$strViewDump = 'Ïîêàæè äúìï (ñõåìà) íà òàáëèöàòà';
|
|
$strViewDumpDB = 'Ïîêàæè äúìï (ñõåìà) íà ÁÄ';
|
|
|
|
$strWelcome = 'Äîáðå äîøëè â ';
|
|
$strWrongUser = 'Ãðåøíî èìå/ïàðîëà. Îòêàçàí äîñòúï.';
|
|
|
|
$strYes = 'Äà';
|
|
|
|
// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm)
|
|
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
|
$strBinary = ' Binary '; //to translate
|
|
$strBinaryDoNotEdit = ' Binary - do not edit '; //to translate
|
|
$strEnglishPrivileges = ' Note: MySQL privilege names are expressed in English '; //to translate
|
|
$strNotNumber = 'This is not a number!'; //to translate
|
|
$strNotValidNumber = ' is not a valid row number!'; //to translate
|
|
|
|
// export Zip (July 07, 2001, 19:48am)
|
|
$strBzip = '"bzipped"';
|
|
$strGzip = '"gzipped"'; //to translate
|
|
|
|
// To translate
|
|
$strAffectedRows = 'Affected rows:';
|
|
$strDatabasesStats = 'Databases statistics';//to translate
|
|
$strDeletedRows = 'Deleted rows:';
|
|
$strDisplayOrder = 'Display order:';
|
|
$strDropTable = 'Drop table';
|
|
$strExtendedInserts = 'Extended inserts';
|
|
$strFieldsEmpty = ' The field count is empty! '; //to translate
|
|
$strFormEmpty = 'Missing value in the form !';
|
|
$strInsertedRows = 'Inserted rows:';
|
|
$strInstructions = 'Instructions';//to translate
|
|
$strNbRecords = 'no. of records';
|
|
$strNoDatabases = 'No databases';
|
|
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
|
|
$strNoModification = 'No change';
|
|
$strOffSet = 'offset';
|
|
$strQueryOnDb = 'SQL-query on database ';
|
|
$strRowSize = ' Row size '; //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\').';
|
|
$strShowPHPInfo = 'Show PHP information'; // To translate
|
|
$strShowThisQuery = ' Show this query here again '; //to translate
|
|
$strStrucExcelCSV = 'CSV for Ms Excel data';
|
|
$strTables = '%s table(s)'; //to translate
|
|
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
|
|
$strServerChoice = 'Server Choice';//to translate
|
|
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
|
|
$strFullText = 'Full Texts';//to translate
|
|
$strPartialText = 'Partial Texts';//to translate
|
|
?>
|