[ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
1 <?php 2 /* $Id: bulgarian-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */ 3 4 /** 5 * Translated by Stanislav Yordanov <stanprog at stanprog.com> 6 * Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net> 7 */ 8 9 $charset = 'utf-8'; 10 $allow_recoding = TRUE; 11 $text_dir = 'ltr'; 12 $number_thousands_separator = ','; 13 $number_decimal_separator = '.'; 14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 15 $byteUnits = array('байта', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЕБ'); 16 17 $day_of_week = array('нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'); 18 $month = array('януари', 'февруари', 'март', 'април', 'май', 'юни', 'юли', 'август', 'септември', 'октомври', 'ноември', 'декември'); 19 // See http://www.php.net/manual/en/function.strftime.php to define the 20 // variable below 21 $datefmt = '%e %B %Y в %H:%M'; 22 23 $timespanfmt = '%s дена, %s часа, %s минути и %s секунди'; 24 25 $strAbortedClients = 'Прекъснати'; 26 $strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.'; 27 $strAccessDenied = 'Отказан достъп'; 28 $strAction = 'Действие'; 29 $strAddAutoIncrement = 'Добавяне на AUTO_INCREMENT'; 30 $strAddClause = 'Добавяне на %s'; 31 $strAddConstraints = 'Добавяне на ограничение'; 32 $strAddDeleteColumn = 'Добави/изтрий колона по критерий'; 33 $strAddDeleteRow = 'Добави/изтрий ред по критерий'; 34 $strAddFields = 'Добавяне на %s поле(та)'; 35 $strAddHeaderComment = 'Добавяне на коментар в хедъра (\\n нов ред)'; 36 $strAddIntoComments = 'Добавяне в коментарите'; 37 $strAddNewField = 'Добавяне на ново поле'; 38 $strAddPrivilegesOnDb = 'Добавяне на привилегии към следната база от данни'; 39 $strAddPrivilegesOnTbl = 'Добавяне на привилегии към следната таблица'; 40 $strAddSearchConditions = 'Добавяне на условие за търсене (съдържание на "where" клаузата):'; 41 $strAddToIndex = ' %s колона(и) беше(яха)добавени към индекса '; 42 $strAddUserMessage = 'Вие добавихте нов потребител.'; 43 $strAddUser = 'Добавяне на нов потребител.'; 44 $strAdministration = 'Администрация'; 45 $strAffectedRows = 'Засегнати редове:'; 46 $strAfterInsertBack = 'връщане обратно'; 47 $strAfterInsertNewInsert = 'вмъкване на нов запис'; 48 $strAfterInsertNext = 'редактиране на следващия ред'; 49 $strAfterInsertSame = 'връщане към тази страница'; 50 $strAfter = 'след %s'; 51 $strAll = 'всички'; 52 $strAllTableSameWidth = 'показване на всички Таблици с една и съща ширина?'; 53 $strAlterOrderBy = 'Подреждане на таблицата по'; 54 $strAnalyzeTable = 'Анализиране на таблицата'; 55 $strAndThen = 'и след това'; 56 $strAnd = 'и'; 57 $strAnIndex = 'Беше добавен индекс на %s'; 58 $strAny = 'всеки'; 59 $strAnyHost = 'Всеки хост'; 60 $strAnyUser = 'Всеки потребител'; 61 $strApproximateCount = 'Може да има приблизителна стойност. Виж FAQ 3.11'; 62 $strAPrimaryKey = 'Беше добавен първичен ключ към '; 63 $strArabic = 'Арабски'; 64 $strArmenian = 'Арменски'; 65 $strAscending = 'Възходящо'; 66 $strAtBeginningOfTable = 'в началото на таблицата'; 67 $strAtEndOfTable = 'в края на таблицата'; 68 $strAttr = 'Атрибути'; 69 $strAutomaticLayout = 'Автоматичен лейаут'; 70 71 $strBack = 'Назад'; 72 $strBaltic = 'Балтийски'; 73 $strBeginCut = 'BEGIN CUT'; 74 $strBeginRaw = 'BEGIN RAW'; 75 $strBinary = ' Двоично '; 76 $strBinaryDoNotEdit = ' Двоично - не се редактира '; 77 $strBinLogEventType = 'Тип на събитието'; 78 $strBinLogInfo = 'Информация'; 79 $strBookmarkAllUsers = 'Нека всеки потребител има достъп до този показалец'; 80 $strBookmarkCreated = 'Показалец %s беше създаден успешно'; 81 $strBookmarkDeleted = 'Показалецът беше изтрит.'; 82 $strBookmarkLabel = 'Етикет'; 83 $strBookmarkQuery = 'Запазване на SQL заявка'; 84 $strBookmarkReplace = 'Препокриване не съществуващия показалец със същото име'; 85 $strBookmarkThis = 'Запази тази SQL заявка'; 86 $strBookmarkView = 'Само показване'; 87 $strBrowseForeignValues = 'Преглеждане на външните(foreign) стойности'; 88 $strBrowse = 'Прелистване'; 89 $strBulgarian = 'Български'; 90 $strBzError = 'phpMyAdmin не може да компресира схемата(dump) заради грешка в Bz2 разширението в тази версия на PHP. Горещо се препоръчва да установите стойността на <code>$cfg[\'BZipDump\']</code> директивата в конфигурационния файл на вашия phpMyAdmin на <code>FALSE</code>. Ако искате да се използвате възможностите на Bz2 компресията, ще трябва да ъпгрейднете до по-нова версия на PHP. Вижте съобщение %s за повече информация.'; 91 $strBzip = '"bzip-нато"'; 92 93 $strCalendar = 'Календар'; 94 $strCanNotLoadExportPlugins = 'Приставките за експортиране не могат да бъдат заредени, моля проверете инсталацията!'; 95 $strCanNotLoadImportPlugins = 'Plugin-ите за импортиране не могат да бъдат заредени, моля проверете инсталацията на phpMyAdmin!'; 96 $strCannotLogin = 'Не мога да се логна към MySQL сървъра'; 97 $strCantLoad = 'не мога да заредя разширението %s,<br />моля проверете конфигурацията на PHP'; 98 $strCantLoadRecodeIconv = 'Не може да се заредят iconv или recode разширенията необходими за конвертиране на набора от знаци, конфигурирайте PHP така, че да позволява използване на тези разширения или отменете конвертирането на набора от знаци в phpMyAdmin.'; 99 $strCantRenameIdxToPrimary = 'Не мога да преименувам индекса на PRIMARY!'; 100 $strCantUseRecodeIconv = 'Не може да се използва нито iconv нито libiconv нито recode_string функцията докато протоколите за разширенията са заредени. Проверете конфигурацията на PHP.'; 101 $strCardinality = 'Кардиналност'; 102 $strCaseInsensitive = 'нечувствително към регистъра'; 103 $strCaseSensitive = 'чувствително към регистъра'; 104 $strCentralEuropean = 'Централно европейски'; 105 $strChangeCopyModeCopy = '... запазване на стария.'; 106 $strChangeCopyModeDeleteAndReload = ' ... изтриване на стария от таблицата на потребителите и след това презареждане на привилегиите.'; 107 $strChangeCopyModeJustDelete = ' ... изтриване на стария от таблицата на потребителите.'; 108 $strChangeCopyMode = 'Създаване нов потребител със същите привилегии и ...'; 109 $strChangeCopyModeRevoke = ' ... отменяне на всички активни привилегии от стария и след това изтриване.'; 110 $strChangeCopyUser = 'Промяна на логин информацията / Копиране на потребител'; 111 $strChangeDisplay = 'Изберете Полета за показване'; 112 $strChange = 'Променяне'; 113 $strChangePassword = 'Смяна на паролата'; 114 $strCharsetOfFile = 'Набор от знаци на файла:'; 115 $strCharsetsAndCollations = 'Набори от знаци и колации'; 116 $strCharsets = 'Набори от знации'; 117 $strCharset = 'Набор от знаци'; 118 $strCheckAll = 'Маркиране на всичко'; 119 $strCheckOverhead = 'Маркиране на таблиците със загубено място'; 120 $strCheckPrivsLong = 'Провери привилегиите за база от данни "%s".'; 121 $strCheckPrivs = 'Проверка на привилегиите'; 122 $strCheckTable = 'Проверка на таблицата'; 123 $strChoosePage = 'Моля изберете страница за редактиране'; 124 $strColComFeat = 'Показване на коментари към Колоните'; 125 $strCollation = 'Колация'; 126 $strColumnNames = 'Име на колона'; 127 $strColumnPrivileges = 'Привилегии специфични за колоната'; 128 $strCommand = 'Команда'; 129 $strCommentsForTable = 'КОМЕНТАРИ ЗА ТАБЛИЦА'; 130 $strComments = 'Коментари'; 131 $strCompatibleHashing = 'MySQL 4.0 съвместимо'; 132 $strCompleteInserts = 'Пълни INSERT-и'; 133 $strCompressionWillBeDetected = 'Компресията на файла за импортиране ще бъде автоматично избрана от: %s'; 134 $strCompression = 'Компресия'; 135 $strConfigDefaultFileError = 'Конфигурацията по подразбиране не може да бъде заредена от: "%1$s"'; 136 $strConfigFileError = 'phpMyAdmin не може да прочете конфигурационният Ви файл!<br />Това може да се случи ако PHP открие синтактична грешка в него или не може да открие файла.<br />Моля извикайте конфигурационния файл директно като използвате линка по-долу и прочетете съобщението за грешка което PHP връща. В по-голяма част от случаите, някъде липсват кавички или точка и запетая.<br />Ако се изведе празна страница, всички е наред.'; 137 $strConfigureTableCoord = 'Моля конфигурирайте координатите за таблица %s'; 138 $strConnectionError = 'Връзката не може да бъде осъществена: невалидни настройки.'; 139 $strConnections = 'Конекции'; 140 $strConstraintsForDumped = 'Ограничения за дъмпнати таблици'; 141 $strConstraintsForTable = 'Ограничения за таблица'; 142 $strCookiesRequired = 'Оттук нататък са необходими "Cookies".'; 143 $strCopyDatabaseOK = 'База от данни %s беше копирана като %s'; 144 $strCopyTableOK = 'Таблица %s беше копирана в %s.'; 145 $strCopyTableSameNames = 'Не може да се копира таблицата към себе си!'; 146 $strCopyTable = 'Копиране на таблица (база от данни<b>.</b>таблица):'; 147 $strCopy = 'Копиране'; 148 $strCouldNotKill = 'phpMyAdmin не можа да спре нишка %s. Вероятно вече е била затворена.'; 149 $strCreateDatabaseBeforeCopying = 'Изпълняване на CREATE DATABASE преди копирането'; 150 $strCreateIndex = 'Създаване на индекс върху %s колони'; 151 $strCreateIndexTopic = 'Създай нов индекс'; 152 $strCreateNewDatabase = 'Създаване на нова БД'; 153 $strCreateNewTable = 'Създаване на нова таблица в БД %s'; 154 $strCreate = 'Създай'; 155 $strCreatePage = 'Създай нова Страница'; 156 $strCreatePdfFeat = 'Създаване на PDF-и'; 157 $strCreationDates = 'Създаване/Обновяване/Проверка на дати'; 158 $strCriteria = 'Критерий'; 159 $strCroatian = 'Хърватски'; 160 $strCSVImportOptions = 'CSV опции'; 161 $strCSVOptions = 'CSV опции'; 162 $strCyrillic = 'Кирилица'; 163 $strCzech = 'Чешки'; 164 $strCzechSlovak = 'Чехословашки'; 165 166 $strDanish = 'Датски'; 167 $strDatabase = 'БД'; 168 $strDatabaseEmpty = 'Името на базата от данни е празно!'; 169 $strDatabaseExportOptions = 'Опции за експортиране на база от данни'; 170 $strDatabaseHasBeenDropped = 'Базата данни %s беше изтрита.'; 171 $strDatabasesDropped = '%s бази от данни бяха изтрити успешно.'; 172 $strDatabasesStatsDisable = 'Забрани статистика'; 173 $strDatabasesStatsEnable = 'Разрешаване на статистика'; 174 $strDatabasesStatsHeavyTraffic = 'Забележка: Разрешаването на статистика на базата от данни може да коства много голям трафик между уеб сървъра и MySQL сървъра.'; 175 $strDatabasesStats = ' Статистика за базите данни'; 176 $strDatabases = 'Бази от данни'; 177 $strDataDict = 'Речник на данните'; 178 $strData = 'Данни'; 179 $strDataOnly = 'Само данните'; 180 $strDataPages = 'Страници съдържащи данни'; 181 $strDBComment = 'Коментар към базата от данни: '; 182 $strDBCopy = 'Копиране на базата от данни в'; 183 $strDbPrivileges = 'Привилегии специфични за базата от данни'; 184 $strDBRename = 'Преименуване на базата от данни на'; 185 $strDbSpecific = 'специфични за базата от данни'; 186 $strDefaultEngine = '%s е хранилището на данни по подразбиране на този MySQL сървър.'; 187 $strDefaultValueHelp = 'За стойностите по подразбиране, моля въведете само една стойност, без обратни черти или апостроф, използвайки следния формат: a'; 188 $strDefault = 'По подразбиране'; 189 $strDefragment = 'Дефрагментиране на таблица'; 190 $strDelayedInserts = 'Използване на отложени вмъквания'; 191 $strDeleteAndFlushDescr = 'Това е най-чистия начин, но презареждането на привилегиите може да отнеме известно време.'; 192 $strDeleteAndFlush = 'Изтриване на потребителите и след това презареждане на привилегиите.'; 193 $strDeleted = 'Редът беше изтрит'; 194 $strDeletedRows = 'Изтрити редове:'; 195 $strDelete = 'Изтриване'; 196 $strDeleteNoUsersSelected = 'Не за избрани потребители за изтриване!'; 197 $strDeleting = 'Изтриване на %s'; 198 $strDelimiter = 'Разделител'; 199 $strDelOld = 'Текущата Страница има Референции към Таблици които вече не съществуват. Желаете ли да изтриете тези Референции?'; 200 $strDescending = 'Низходящо'; 201 $strDescription = 'Описание'; 202 $strDictionary = 'речник'; 203 $strDisabled = 'Забранено'; 204 $strDisableForeignChecks = 'Забраняване на проверките за външен ключ'; 205 $strDisplayFeat = 'Покажи възможностите'; 206 $strDisplayOrder = 'Подреждане по:'; 207 $strDisplayPDF = 'Покажи PDF схема'; 208 $strDoAQuery = 'Изпълняване на "заявка по шаблон" (знак за заместване: "%")'; 209 $strDocu = 'Документация'; 210 $strDoYouReally = 'Действително ли желаете да изпълните заявката'; 211 $strDropDatabaseStrongWarning = 'Вие ще УНИЩОЖИТЕ цялата база от данни!'; 212 $strDrop = 'Унищожаване'; 213 $strDropUsersDb = 'Изтриване на базите от данни които имат имена като тези на потребителите.'; 214 $strDumpingData = 'Дъмп (схема) на данните в таблицата'; 215 $strDumpSaved = 'Схемата(дъмп) беше записана във файл %s.'; 216 $strDumpXRows = 'Дъмп-ни %s реда като започнеш от %s.'; 217 $strDynamic = 'динамичен'; 218 219 $strEdit = 'Редактиране'; 220 $strEditPDFPages = 'Редактиране на PDF Страници'; 221 $strEditPrivileges = 'Редактиране на привилегиите'; 222 $strEffective = 'Ефективни'; 223 $strEmpty = 'Изчистване'; 224 $strEmptyResultSet = 'MySQL върна празен резултат (т.е. нула редове).'; 225 $strEnabled = 'Позволено'; 226 $strEncloseInTransaction = 'Изолиране на експорта в транзакция'; 227 $strEndCut = 'END CUT'; 228 $strEnd = 'Край'; 229 $strEndRaw = 'END RAW'; 230 $strEngineAvailable = '%s е разрешен на този MySQL сървър.'; 231 $strEngineDisabled = '%s е изключен за този MySQL сървър.'; 232 $strEngines = 'Хранилища'; 233 $strEngineUnsupported = 'Този MySQL сървър не поддържа хранилището на данни %s.'; 234 $strEnglish = 'Английски'; 235 $strEnglishPrivileges = ' Забележка: Имената на привилегиите на MySQL са показани на английски. '; 236 $strErrorInZipFile = 'Грешка в ZIP архива:'; 237 $strError = 'Грешка'; 238 $strErrorRenamingTable = 'Грешка при преименуване на таблица %1$s в %2$s'; 239 $strEsperanto = 'Есперанто'; 240 $strEstonian = 'Естонски'; 241 $strExcelEdition = 'Версия на Excel'; 242 $strExcelOptions = 'Опции на Excel'; 243 $strExecuteBookmarked = 'Стартиране на запазена SQL-заявка'; 244 $strExplain = 'Explain SQL'; 245 $strExport = 'Експортиране'; 246 $strExtendedInserts = 'Разширени INSERT-и'; 247 $strExtra = 'Допълнително'; 248 249 $strFailedAttempts = 'Провалили се опити'; 250 $strFieldHasBeenDropped = 'Полето %s беше изтрито'; 251 $strFieldsEmpty = ' Брояча на полетата е празен! '; 252 $strFieldsEnclosedBy = 'Полетата са оградени с'; 253 $strFieldsEscapedBy = 'Представка на специалните знаци'; 254 $strFieldsTerminatedBy = 'Полетата завършват с'; 255 $strFields = 'Полета'; 256 $strField = 'Поле'; 257 $strFileAlreadyExists = 'Файлът %s вече съществува на сървъра, сменете името на файла или включете опцията за препокриване.'; 258 $strFileCouldNotBeRead = 'Файлът не може да бъде прочетен'; 259 $strFileNameTemplateDescriptionDatabase = 'име на базата от данни'; 260 $strFileNameTemplateDescriptionServer = 'име на сървъра'; 261 $strFileNameTemplateDescriptionTable = 'име на таблицата'; 262 $strFileNameTemplateRemember = 'запомняне на шаблона'; 263 $strFileNameTemplate = 'Шаблон на файловото име'; 264 $strFileToImport = 'Файл за импортиране'; 265 $strFixed = 'Фиксиран'; 266 $strFlushPrivilegesNote = 'Забележка: phpMyAdmin взема потребителските привилегии директно от таблицата на привилегиите на MySQL. Съдържанието на тази таблица може да се различава от привилегиите които използва сървъра ако към него са направени промени на ръка. В този случай, трябва да %sпрезаредите привилегиите%s преди да продължите.'; 267 $strFlushTable = 'Изчистване на кеша на таблицата ("FLUSH")'; 268 $strFontSize = 'Размер на шрифта'; 269 $strFormat = 'Формат'; 270 $strFormEmpty = 'Липсва стойност във полето на формата!'; 271 $strFullText = 'Пълни текстове'; 272 $strFunction = 'Функция'; 273 $strFunctions = 'Функции'; 274 275 $strGenBy = 'Генерирано от'; 276 $strGeneralRelationFeat = 'Общи възможности на релациите'; 277 $strGenerate = 'Генериране'; 278 $strGeneratePassword = 'Генериране на парола'; 279 $strGenTime = 'Време на генериране'; 280 $strGeorgian = 'Грузински'; 281 $strGerman = 'Немски'; 282 $strGlobal = 'глобален'; 283 $strGlobalPrivileges = 'Глобални привилегии'; 284 $strGlobalValue = 'Глобална стойност'; 285 $strGo = 'Изпълнение'; 286 $strGrantOption = 'Дадени'; 287 $strGreek = 'Гръцки'; 288 $strGzip = '"gzip-нато"'; 289 290 $strHasBeenAltered = 'беше променена.'; 291 $strHasBeenCreated = 'беше създадена.'; 292 $strHaveToShow = 'Трябва да изберете поне една Колона за показване'; 293 $strHebrew = 'Иврит'; 294 $strHexForBinary = 'Използване на шестнадесетично представяне за двоичните полета'; 295 $strHome = 'Начало'; 296 $strHomepageOfficial = 'Официалната уеб страница на phpMyAdmin '; 297 $strHostEmpty = 'Името на хоста е празно!'; 298 $strHost = 'Хост'; 299 $strHTMLExcelOptions = 'Опции за експортиране към Microsoft Excel 2000'; 300 $strHTMLWordOptions = 'Опции за експортиране на Microsoft Word 2000'; 301 $strHungarian = 'Унгарски'; 302 303 $strIcelandic = 'Исландски'; 304 $strId = 'ID'; 305 $strIdxFulltext = 'Пълнотекстово'; 306 $strIgnore = 'Игнориране'; 307 $strIgnoreDuplicates = 'Игнориране на дублиращите се редове'; 308 $strIgnoreInserts = 'Използване на INSERT IGNORE'; 309 $strImportFiles = 'Импортиране на файлове'; 310 $strImportFormat = 'Формат на импортирания файл'; 311 $strImport = 'Импортиране'; 312 $strImportSuccessfullyFinished = 'Импортирането приключи успещно. Бяха изпълнени %d заявки.'; 313 $strIndexes = 'Индекси'; 314 $strIndexHasBeenDropped = 'Индекса %s беше изтрит'; 315 $strIndexName = 'Име на индекса :'; 316 $strIndex = 'Индекс'; 317 $strIndexType = 'Тип на индекса :'; 318 $strIndexWarningMultiple = 'Повече от един %s ключ беше създаден за колона `%s`'; 319 $strIndexWarningPrimary = 'Колона `%s` не може да бъде едновременно първичен и външен ключ'; 320 $strIndexWarningTable = 'Проблем с индексите на таблица `%s`'; 321 $strInnoDBPages = 'страници'; 322 $strInnodbStat = 'InnoDB Състояние'; 323 $strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.'; 324 $strInsertAsNewRow = 'Вмъкване като нов ред'; 325 $strInsertedRowId = 'Вмъкнато ID на реда:'; 326 $strInsertedRows = 'Вмъкнати реда:'; 327 $strInsert = 'Вмъкване'; 328 $strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.'; 329 $strInternalRelations = 'Вътрешни релации'; 330 $strInUse = 'Заето'; 331 $strInvalidColumn = 'Невалидна колона (%s)!'; 332 $strInvalidColumnCount = 'Броя на колоните трябва да е по-голям от нула.'; 333 $strInvalidDatabase = 'Невалидна база от данни'; 334 $strInvalidFieldAddCount = 'Трябва да добавите поне едно поле.'; 335 $strInvalidFieldCount = 'Таблицата трябва да има поне едно поле.'; 336 $strInvalidRowNumber = '%d не е валиден номер на ред.'; 337 $strInvalidTableName = 'Невалидно име на таблица'; 338 339 $strJapanese = 'Японски'; 340 $strJumpToDB = 'Скочи към база от данни "%s".'; 341 $strJustDeleteDescr = '"Изтритите" потребители ще имат достъп до сървъра както обикновено, докато не се презаредят привилегиите.'; 342 $strJustDelete = 'Изтриване на потребителите от таблицата с привилегиите.'; 343 344 $strKeepPass = 'Да не се сменя паролата'; 345 $strKeyname = 'Име на ключа'; 346 $strKill = 'СТОП'; 347 $strKorean = 'Корейски'; 348 349 $strLandscape = 'Пейзажно'; 350 $strLanguage = 'Език'; 351 $strLatexCaption = 'Заглавие на таблицата'; 352 $strLatexContent = 'Съдържание на таблица __TABLE__'; 353 $strLatexContinuedCaption = 'Продължение на заглавието на таблицата'; 354 $strLatexContinued = '(продължение)'; 355 $strLatexIncludeCaption = 'Включване на заглавие на таблицата'; 356 $strLatexLabel = 'Етикет на ключа'; 357 $strLaTeX = 'LaTeX'; 358 $strLaTeXOptions = 'LaTeX опции'; 359 $strLatexStructure = 'Структура на таблица __TABLE__'; 360 $strLatvian = 'Латвийски'; 361 $strLDI = 'CSV с LOAD DATA'; 362 $strLDIImportOptions = 'Опции за CSV импортирането с LOAD DATA'; 363 $strLDILocal = 'Използване на ключовата дума LOCAL '; 364 $strLengthSet = 'Дължина/Стойност*'; 365 $strLimitNumRows = 'редове на страница'; 366 $strLinesTerminatedBy = 'Редовете завършват с'; 367 $strLinkNotFound = 'Връзките не са намерени'; 368 $strLinksTo = 'Сочи към'; 369 $strLithuanian = 'Литовски'; 370 $strLocalhost = 'Локален'; 371 $strLocationTextfile = 'Местоположение на текстовия файл'; 372 $strLoginInformation = 'Информация за логване'; 373 $strLogin = 'Вход'; 374 $strLogout = 'Изход от системата'; 375 $strLogPassword = 'Парола:'; 376 $strLogServer = 'Сървър'; 377 $strLogUsername = 'Име:'; 378 $strLongOperation = 'Операцията може да продължи дълго. Да продължи ли въпреки това?'; 379 380 $strMaxConnects = 'Максимален брой на едновременните конекции'; 381 $strMaximalQueryLength = 'Максимална дължина на създадената заявка'; 382 $strMaximumSize = 'Максимален размер: %s%s'; 383 $strMIME_available_mime = 'Достъпни MIME-типове'; 384 $strMIME_available_transform = 'Достъпни трансформации'; 385 $strMIME_description = 'Описание'; 386 $strMIME_MIMEtype = 'MIME-тип'; 387 $strMIME_nodescription = 'Няма Описание за тази трансформация.<br />Моля обърнете се към автора относно това какво прави %s.'; 388 $strMIME_transformation = 'Браузърна трансформация'; 389 $strMIME_transformation_note = 'За списъка на достъпните опции на трансформацията и техните MIME-type трансформации кликнете на %sописания на трансформацията%s'; 390 $strMIME_transformation_options_note = 'Моля въведете стойностите за опциите на трансформацията като използвате следния формат: \'a\', 100, b,\'c\'...<br />Ако трябва да поставите обратно наклонена черта ("\") или единична кавичка ("\'") между тези стойности, поставете пред тях допълнителна обратно наклонена черта (например \'\\\\xyz\' или \'a\\\'b\').'; 391 $strMIME_transformation_options = 'Опции на трансформацията'; 392 $strMIMETypesForTable = 'MIME ТИПОВЕ ЗА ТАБЛИЦА'; 393 $strMIME_without = 'MIME-types показани в наклонен шрифт не притежават отделна функция за трансформация'; 394 $strModifications = 'Промените бяха съхранени'; 395 $strModifyIndexTopic = 'Промяна на индекс'; 396 $strModify = 'Промени'; 397 $strMoveTable = 'Преместване на таблица към (база от данни<b>.</b>таблица):'; 398 $strMoveTableOK = 'Таблицата %s беше преместена към %s.'; 399 $strMoveTableSameNames = 'Не може да се премести таблицата към себе си!'; 400 $strMultilingual = 'многоезичен'; 401 $strMyISAMMaxExtraSortFileSize = 'Максимален размер на временните файлове при създаване на индекс'; 402 $strMyISAMRecoverOptions = 'Режим на автоматично възстановяване'; 403 $strMyISAMRepairThreads = 'Поправка на нишките'; 404 $strMyISAMSortBufferSize = 'Размер на буфера за сортиране'; 405 $strMySQLCharset = 'Набор от знаци на MySQL'; 406 $strMysqlClientVersion = 'Версия на клиента за MySQL'; 407 $strMySQLConnectionCollation = 'Колация на MySQL'; 408 $strMySQLSaid = 'MySQL отговори: '; 409 $strMySQLShowProcess = 'MySQL процеси'; 410 $strMySQLShowStatus = 'Информация за състоянието на MySQL сървъра'; 411 $strMySQLShowVars = 'Системни променливи на MySQL'; 412 413 $strName = 'Име'; 414 $strNext = 'Следващ'; 415 $strNoDatabases = 'Няма бази от данни'; 416 $strNoDatabasesSelected = 'Няма избрани бази от данни.'; 417 $strNoDescription = 'няма Описание'; 418 $strNoDetailsForEngine = 'Няма детайлна информация за състоянието на това хранилище на данни.'; 419 $strNoDropDatabases = '"DROP DATABASE" заявката е забранена.'; 420 $strNoExplain = 'Пропусни Explain SQL'; 421 $strNoFilesFoundInZip = 'Не са открити файлове в ZIP архива!'; 422 $strNoFrames = 'phpMyAdmin е по дружелюбен ако използвате браузър, който поддържа <b>frames</b>.'; 423 $strNoIndexPartsDefined = 'Не са дефинирани части на индекс!'; 424 $strNoIndex = 'Не е дефиниран индекс!'; 425 $strNoModification = 'Няма промяна'; 426 $strNone = 'Няма'; 427 $strNo = 'не'; 428 $strNoOptions = 'Този формат няма опции'; 429 $strNoPassword = 'Няма парола'; 430 $strNoPermission = 'Уеб сървъра няма права за запис на файла %s.'; 431 $strNoPhp = 'без PHP код'; 432 $strNoPrivileges = 'Няма привилегии'; 433 $strNoRights = 'В момента не разполагате с достатъчно права за да се намирате тук!'; 434 $strNoRowsSelected = 'Няма върнати редове'; 435 $strNoSpace = 'Недостатъчно свободно пространство за записване на файла %s.'; 436 $strNoTablesFound = 'В базата от данни няма таблици.'; 437 $strNotNumber = 'Това не е число!'; 438 $strNotOK = 'не е OK'; 439 $strNotSet = 'таблица <b>%s</b> не е намерена или не е установена в %s'; 440 $strNoUsersFound = 'Няма потребител(и).'; 441 $strNoValidateSQL = 'Пропусни Validate SQL'; 442 $strNull = 'Празно'; 443 $strNumberOfFields = 'Брой полета'; 444 $strNumSearchResultsInTable = '%s съвпадение(я) в таблица <i>%s</i>'; 445 $strNumSearchResultsTotal = '<b>Общо:</b> <i>%s</i> съвпадение(я)'; 446 $strNumTables = 'Таблици'; 447 448 $strOK = 'OK'; 449 $strOpenNewWindow = 'Отваряне на нов прозорец с phpMyAdmin'; 450 $strOperations = 'Операции'; 451 $strOperator = 'Оператор'; 452 $strOptimizeTable = 'Оптимизация на таблицата'; 453 $strOr = 'или'; 454 $strOverhead = 'Загубено място'; 455 $strOverwriteExisting = 'Препокриване на съществуващите файлове'; 456 457 $strPageNumber = 'Номер на страницата:'; 458 $strPaperSize = 'Размер на хартията'; 459 $strPartialImport = 'Частично импортиране'; 460 $strPartialText = 'Частични текстове'; 461 $strPasswordChanged = 'Паролата на %s беше променена успешно.'; 462 $strPasswordEmpty = 'Паролата е празна!'; 463 $strPasswordNotSame = 'Паролата не е същата!'; 464 $strPassword = 'Парола'; 465 $strPdfDbSchema = 'Схемата на база от данни "%s" - Страница %s'; 466 $strPdfInvalidTblName = 'Таблица "%s" не съществува!'; 467 $strPdfNoTables = 'Няма таблици'; 468 $strPDFOptions = 'PDF опции'; 469 $strPDFReportExplanation = '(Генерира доклад съдържащ данните в определена таблица)'; 470 $strPDFReportTitle = 'Файл на доклада'; 471 $strPerHour = 'на час'; 472 $strPerMinute = 'на минута'; 473 $strPerSecond = 'на секунда'; 474 $strPersian = 'Персийски'; 475 $strPhoneBook = 'Телефонен бележник'; 476 $strPHP40203 = 'Вие използвате PHP 4.2.3, който има сериозен бъг с много-байтови стрингове (mbstring). Вижте сведението за PHP бъга 19404. Не е препоръчително да използвате тази версия на PHP с phpMyAdmin.'; 477 $strPhp = 'Създаване на PHP код'; 478 $strPHPVersion = 'Версия на PHP'; 479 $strPmaDocumentation = 'phpMyAdmin документация'; 480 $strPmaUriError = 'На <tt>$cfg[\'PmaAbsoluteUri\']</tt> ТРЯБВА да се зададе стойност в конфигурационния файл!'; 481 $strPolish = 'Полски'; 482 $strPortrait = 'Портретно'; 483 $strPos1 = 'Начало'; 484 $strPrevious = 'Предишен'; 485 $strPrimaryKeyHasBeenDropped = ' Главния ключ беше изтрит.'; 486 $strPrimaryKeyName = 'Името на главния ключ трябва да е... PRIMARY!'; 487 $strPrimaryKeyWarning = '("PRIMARY" <b>трябва</b> да е името на <b>и единствено на</b> главния ключ!)'; 488 $strPrimary = 'PRIMARY'; 489 $strPrint = 'Печат'; 490 $strPrintViewFull = 'Преглед за печат (с пълните текстове)'; 491 $strPrintView = 'Преглед за печат'; 492 $strPrivDescAllPrivileges = 'Включва всички привилегии освен GRANT.'; 493 $strPrivDescAlterRoutine = 'Позволяване на променяне и издриване на Съхранени Процедури.'; 494 $strPrivDescAlter = 'Позволява променяне на структурата на съществуващи таблици.'; 495 $strPrivDescCreateDb = 'Позволява създаване на нови бази от данни и таблици.'; 496 $strPrivDescCreateRoutine = 'Позволяване на създаването на Съхранени Процедури.'; 497 $strPrivDescCreateTbl = 'Позволява създаване на нови таблици.'; 498 $strPrivDescCreateTmpTable = 'Позволява създаването на временни таблици.'; 499 $strPrivDescCreateUser = 'Позволяване на създаването, изтриването и преименуването на потребителски акаунти.'; 500 $strPrivDescCreateView = 'Позволяване на създаването на нови Изгледи.'; 501 $strPrivDescDelete = 'Позволява изтриване на данни.'; 502 $strPrivDescDropDb = 'Позволява изтриване на бази от данни и таблици.'; 503 $strPrivDescDropTbl = 'Позволява изтриване на таблици.'; 504 $strPrivDescExecute5 = 'Позволяване на стартирането на Съхранени Процедури.'; 505 $strPrivDescExecute = 'Позволява стартирането на съхранени процедури; Няма ефект в тази версия на MySQL.'; 506 $strPrivDescFile = 'Позволява импортиране на данни от и експортиране на данни във файлове.'; 507 $strPrivDescGrant = 'Позволява добавяне на потребители и привилегии без презареждане на таблицата с привилегиите.'; 508 $strPrivDescIndex = 'Позволява създаване и премахване на индекси.'; 509 $strPrivDescInsert = 'Позволява вмъкване и заменяне на данни.'; 510 $strPrivDescLockTables = 'Позволява заключване на таблици за текущата нишка.'; 511 $strPrivDescMaxConnections = 'Ограничава броя на новите конекции, които потребителя може да отвори на час.'; 512 $strPrivDescMaxQuestions = 'Ограничава броя на заявките, които потребителя може да изпрати към сървъра на час.'; 513 $strPrivDescMaxUpdates = 'Ограничава броя на командите, които променят някоя таблица или база от данни, които даден потребител може да стартира за час.'; 514 $strPrivDescProcess3 = 'Позволява спирането на процеси на други потребители.'; 515 $strPrivDescProcess4 = 'Позволява преглед на целите заявки в списъка с процесите.'; 516 $strPrivDescReferences = 'Няма ефект в тази версия на MySQL.'; 517 $strPrivDescReload = 'Позволява презареждане на сървърните настройки и изчистване(flashing) на кеша на сървъра.'; 518 $strPrivDescReplClient = 'Дава правото на потребител да знае къде са slaves / masters.'; 519 $strPrivDescReplSlave = 'Нужно за replication slaves.'; 520 $strPrivDescSelect = 'Позволява четене на данни.'; 521 $strPrivDescShowDb = 'Дава достъп до пълния списък на базите данни.'; 522 $strPrivDescShowView = 'Позволяване на изпълнението на SHOW CREATE VIEW заявки.'; 523 $strPrivDescShutdown = 'Позволява спиране на сървъра.'; 524 $strPrivDescSuper = 'Позволява конектвне, дори ако е достигнат максималния брой на конекциите; Изисква се за повечето административни операции, като установяване на глобални променливи или спиране на нишка на други потребители.'; 525 $strPrivDescUpdate = 'Позволява промяна на данни.'; 526 $strPrivDescUsage = 'Няма привилегии.'; 527 $strPrivileges = 'Привилегии'; 528 $strPrivilegesReloaded = 'Привилегиите бяха презаредени успешно.'; 529 $strProcedures = 'Процедури'; 530 $strProcesses = 'Процеси'; 531 $strProcesslist = 'Списък на процесите'; 532 $strProtocolVersion = 'Версия на протокола'; 533 $strPutColNames = 'Поставяне имената на полетата на първия ред'; 534 535 $strQBEDel = 'Изтрий'; 536 $strQBEIns = 'Вмъкни'; 537 $strQBE = 'Запитване по пример'; 538 $strQueryCache = 'Кеш на заявките'; 539 $strQueryFrame = 'Прозорец за заявки'; 540 $strQueryOnDb = 'SQL-заявка към базата от данни <b>%s</b>:'; 541 $strQueryResultsOperations = 'Операции с резулатата от заявката'; 542 $strQuerySQLHistory = 'SQL-хронология'; 543 $strQueryStatistics = '<b>Статистика на заявките</b>: От както е стартиран %s заявки са изпратени към сървъра.'; 544 $strQueryTime = 'Заявката отне %01.4f секунди'; 545 $strQueryType = 'Тип на заявката'; 546 $strQueryWindowLock = 'Не препокривайте тази заявка извън този прозорец'; 547 548 $strReceived = 'Получени'; 549 $strRecords = 'Записи'; 550 $strReferentialIntegrity = 'Проверка на интегритета на връзките'; 551 $strRefresh = 'Презареждане'; 552 $strRelationalSchema = 'Релационна схема'; 553 $strRelationNotWorking = 'Допълнителните възможности за работа със свързани (linked) таблици са деактивирани. За да разберете защо кликнете %sтук%s.'; 554 $strRelations = 'Релации'; 555 $strRelationsForTable = 'РЕЛАЦИИ ЗА ТАБЛИЦА'; 556 $strRelationView = 'Преглед на релациите'; 557 $strReloadingThePrivileges = 'Презареждане на привилегиите'; 558 $strReloadPrivileges = 'Презареждане на привилегиите'; 559 $strRemoveSelectedUsers = 'Отстраняване на избраните потребители'; 560 $strRenameDatabaseOK = 'Базата данни %s беше преименувана на %s'; 561 $strRenameTable = 'Преименуване на таблицата на'; 562 $strRenameTableOK = 'Таблица %s беше преименувана на %s'; 563 $strRepairTable = 'Поправяне на таблицата'; 564 $strReplaceNULLBy = 'Заменяй NULL с'; 565 $strReplaceTable = 'Заместване на данните от таблицата с данните от файла'; 566 $strReplication = 'Репликация'; 567 $strReset = 'Изчистване'; 568 $strResourceLimits = 'Ресурсни ограничения'; 569 $strReType = 'Отново'; 570 $strRevokeAndDeleteDescr = 'Потребителите все още ще имат USAGE привилегия докато не се презаредят привилегиите.'; 571 $strRevokeAndDelete = 'Отмяна на всички активни привилегии от потребителите и след това изтриване.'; 572 $strRevokeMessage = 'Вие отменихте привилегиите за %s'; 573 $strRevoke = 'Отменяне'; 574 $strRomanian = 'Румънски'; 575 $strRowLength = 'Дължина на реда'; 576 $strRows = 'Редове'; 577 $strRowsFrom = 'реда започвайки от'; 578 $strRowSize = ' Размер на ред '; 579 $strRowsModeFlippedHorizontal = 'хоризонтален (обърнати хедъри)'; 580 $strRowsModeHorizontal = 'хоризонтален'; 581 $strRowsModeOptions = 'в %s вид и повтаряне на имената на колоните през всеки %s<br />'; 582 $strRowsModeVertical = 'вертикален'; 583 $strRowsStatistic = 'Статистика за редовете'; 584 $strRunning = 'работи на %s'; 585 $strRunQuery = 'Изпълни заявката'; 586 $strRunSQLQuery = 'Изпълнение на SQL заявка/заявки към база от данни %s'; 587 $strRunSQLQueryOnServer = 'Изпълняване на SQL заявка/заявки на сървър %s'; 588 $strRussian = 'Руски'; 589 590 $strSaveOnServer = 'Записване на сървъра в директория %s'; 591 $strSave = 'Записване'; 592 $strScaleFactorSmall = 'Мащаба е твърде малък за да се събере схемата на една страница'; 593 $strSearchFormTitle = 'Търсене в базата от данни'; 594 $strSearchInTables = 'В таблиците:'; 595 $strSearchNeedle = 'Думи или стойности за търсене (знак за заместване: "%"):'; 596 $strSearch = 'Търсене'; 597 $strSearchOption1 = 'поне една от думите'; 598 $strSearchOption2 = 'всички думи'; 599 $strSearchOption3 = 'точната фраза'; 600 $strSearchOption4 = 'като регулярен израз'; 601 $strSearchResultsFor = 'Резултати от търсенето на "<i>%s</i>" %s:'; 602 $strSearchType = 'Намери:'; 603 $strSecretRequired = 'Конфигурационния файл има нужда от тайна парола (blowfish_secret).'; 604 $strSelectADb = 'Моля изберете база от данни'; 605 $strSelectAll = 'Селектиране на всичко'; 606 $strSelectBinaryLog = 'Изберете двоичен журнал за преглед'; 607 $strSelectFields = 'Избор на поле (поне едно):'; 608 $strSelectNumRows = 'в запитването'; 609 $strSelectTables = 'Избери таблици'; 610 $strSend = 'Изпращане'; 611 $strSent = 'Изпратени'; 612 $strServerChoice = 'Избор на сървър'; 613 $strServer = 'Сървър'; 614 $strServerNotResponding = 'Няма отговор от сървъра'; 615 $strServers = 'Сървъри'; 616 $strServerStatus = 'Информация за състоянието на MySQL сървъра'; 617 $strServerStatusUptime = 'Този MySQL сървър работи от %s. Стартиран е на %s.'; 618 $strServerTabVariables = 'Променливи'; 619 $strServerTrafficNotes = '<b>Трафик на сървъра</b>: Тези таблици показват статистика за мрежовия трафик на MySQL сървъра от както е стартиран.'; 620 $strServerVars = 'Сървърни променливи и настройки'; 621 $strServerVersion = 'Версия на сървъра'; 622 $strSessionValue = 'Сесийна стойност'; 623 $strSetEnumVal = 'Ако типа на полето е "enum" или "set", моля въведете стойностите използвайки този формат: \'a\',\'b\',\'c\'...<br />Ако е необходимо да сложите обратна черта ("\") или апостроф ("\'") между тези стойности, сложите обратна черта пред тях (например: \'\\\\xyz\' или \'a\\\'b\').'; 624 $strShowAll = 'Покажи всички'; 625 $strShowColor = 'Покажи цвят'; 626 $strShowDatadictAs = 'Формат на речника на данните'; 627 $strShowFullQueries = 'Показване на пълните заявки'; 628 $strShowGrid = 'Покажи мрежа'; 629 $strShowingRecords = 'Показване на записи '; 630 $strShowOpenTables = 'Показване на отворените теблици'; 631 $strShowPHPInfo = 'Информация за PHP '; 632 $strShowStatusCreated_tmp_filesDescr = 'Брой на създадените от mysqld временни файлове.'; 633 $strShowStatusDelayed_writesDescr = 'Брой на вмъкнатите посредством INSERT DELAYED редове.'; 634 $strShowStatusHandler_updateDescr = 'Брой заявки за обновяване на ред в таблица.'; 635 $strShowStatusHandler_writeDescr = 'Брой заявки за вмъкване на ред в таблица.'; 636 $strShowStatusOpen_filesDescr = 'Брой на отворените файлове.'; 637 $strShowStatusOpen_streamsDescr = 'Брой на отворените потоци (използва се главно за логове).'; 638 $strShowStatusOpen_tablesDescr = 'Брой на отвотените таблици.'; 639 $strShowStatusSort_rowsDescr = 'Брой на сортираните редове.'; 640 $strShowTableDimension = 'Покажи размерността на таблиците'; 641 $strShowTables = 'Покажи таблиците'; 642 $strShowThisQuery = ' Показване на заявката отново'; 643 $strShow = 'Показване'; 644 $strSimplifiedChinese = 'Опростен китайски'; 645 $strSingly = '(еднократно)'; 646 $strSize = 'Размер'; 647 $strSkipQueries = 'Брой записи(завки), които да бъдат пропуснати от началото'; 648 $strSlovak = 'Словашки'; 649 $strSlovenian = 'Словенски'; 650 $strSortByKey = 'Сортиране по ключ'; 651 $strSorting = 'Сортиране'; 652 $strSort = 'Сортиране'; 653 $strSpaceUsage = 'Използвано място'; 654 $strSpanish = 'Испански'; 655 $strSplitWordsWithSpace = 'Думите трябва да се разделят с интервал (" ").'; 656 $strSQLCompatibility = 'Режим на съвместимост на SQL'; 657 $strSQLExportType = 'Тип на експортирането'; 658 $strSQLImportOptions = 'SQL опции'; 659 $strSQLOptions = 'Опции на експортирания SQL'; 660 $strSQLParserBugMessage = 'Има известна вероятност да сте намерили бъг в SQL парсера. Моля проучете по-добре, и проверете коректността на кавичките. Друга вероятна причина за грешката може да бъде, че ъплоудвате файл с изпълним код извън областта заградена с кавички. Можете също така да се опитате да изпълните заявката чрез интерфейса за команден ред на MySQL. Грешката генерирана от MySQL сървъра по-долу, ако има такава, може също да ви помогне при откриването на проблема. Ако все още имате проблеми или парсера дава грешка там където интерфейса на командния ред не връща такава, моля ограничете вашите SQL заявки само до проблемната заявка, и изпратете съобщение за бъг с парчето от данните в CUT секцията по-долу:'; 661 $strSQLParserUserError = 'Изглежда, че има грешка в SQL заявката ви. Грешката върната от MySQL сървъра по долу, ако има такава, би могла да ви помогне в определянето на проблема'; 662 $strSQLQuery = 'SQL заявка'; 663 $strSQLResult = 'SQL резултат'; 664 $strSQL = 'SQL'; 665 $strSQPBugInvalidIdentifer = 'Невалиден идентификатор'; 666 $strSQPBugUnclosedQuote = 'Незатворени кавички'; 667 $strSQPBugUnknownPunctuation = 'Непозната пунктуация на стринг'; 668 $strStatCheckTime = 'Последна проверка'; 669 $strStatCreateTime = 'Дата на създаване'; 670 $strStatement = 'Заявление'; 671 $strStatUpdateTime = 'Последно обновление'; 672 $strStatus = 'Състояние'; 673 $strStorageEngine = 'Хранилище на данни'; 674 $strStorageEngines = 'Хранилища на данни'; 675 $strStrucCSV = 'CSV данни'; 676 $strStrucData = 'Структурата и данните'; 677 $strStrucExcelCSV = 'CSV за MS Excel данни'; 678 $strStrucOnly = 'Само структурата'; 679 $strStructPropose = 'Анализ на таблицата'; 680 $strStructure = 'Структура'; 681 $strSubmit = 'Изпълнение'; 682 $strSuccess = 'SQL заявката беше изпълнена успешно'; 683 $strSum = 'Сума'; 684 $strSwedish = 'Шведски'; 685 $strSwitchToDatabase = 'Прехвърляна към копираната база от данни'; 686 $strSwitchToTable = 'Превключване към копираната таблица'; 687 688 $strTableAlreadyExists = 'Таблица %s вече съществува!'; 689 $strTableComments = 'Коментари към таблицата'; 690 $strTableEmpty = 'Името на таблицата е празно!'; 691 $strTableHasBeenDropped = 'Таблицата %s беше изтрита'; 692 $strTableHasBeenEmptied = 'Таблицата %s беше изчистена'; 693 $strTableHasBeenFlushed = 'Кеша на таблица %s беше изчистен'; 694 $strTableMaintenance = 'Поддръжка на таблицата'; 695 $strTableOfContents = 'Съдържание'; 696 $strTableOptions = 'Опции на таблицата'; 697 $strTables = '%s таблица(и)'; 698 $strTableStructure = 'Структура на таблица'; 699 $strTable = 'Таблица '; 700 $strTblPrivileges = 'Привилегии специфични за таблицата'; 701 $strTempData = 'Временни данни'; 702 $strTextAreaLength = ' Поради дължината си,<br /> това поле може да не е редактируемо '; 703 $strThai = 'Тайландски'; 704 $strThemeDefaultNotFound = 'Темата по подразбиране %s не е намерена!'; 705 $strThemeNotFound = 'Тема %s не е намерена!'; 706 $strThemeNoValidImgPath = 'Не е открит валиден път на тема %s!'; 707 $strTheme = 'Тема / Стил'; 708 $strThemePathNotFound = 'Не е открит пътя на тема %s!'; 709 $strThisHost = 'Този Хост'; 710 $strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.'; 711 $strThreads = 'Нишки'; 712 $strTime = 'Време'; 713 $strTotal = 'Общо'; 714 $strTotalUC = 'Общо'; 715 $strTraditionalChinese = 'Традиционен китайски'; 716 $strTraditionalSpanish = 'Традиционен Испански'; 717 $strTraffic = 'Трафик'; 718 $strTransactionCoordinator = 'Координатор на транзакциите'; 719 $strTransformation_application_octetstream__download = 'Показва връзка за сваляне на двоичните данни нa полето. Първата опция е файловото име на двоичния файл. Втората опция е вероятното име на полето на реда на таблицата съдържащо файловото име. Ако напишете втора опция, трябва първата ви опция да е установена на празен низ.'; 720 $strTransformation_image_jpeg__inline = 'Показва thumbnail; опции: ширина, височина в пиксели (запазва оригиналната пропорция)'; 721 $strTransformation_image_jpeg__link = 'Показва връзката на това изображение (за директно сваляне, i.e.).'; 722 $strTransformation_image_png__inline = 'Виж image/jpeg: inline'; 723 $strTransformation_text_plain__external = 'САМО ЗА ЛИНУКС: Стартира външното приложение и попълва данните в полетата чрез стандартния вход. Връща стандартния изход на приложението. По подразбиране е Tidy, за да покаже HTML кода. От съображения за сигурност, трябва ръчно да редактирате файла libraries/transformations/text_plain__external.inc.php и да вмъкнете програмите на които вие позволявате да бъдат стартирани. Първата опция тогава е номера на програмата която бихте искали да използвате а втората опция са параметрите за програмата. Ако третият параметър е установен в 1, ще конвертира изхода използвайки htmlspecialchars() (По подразбиране е 1). Ако четвъртият параметър е установен в 1, ще постави NOWRAP на клетката на съдържанието, така че целия изход ще бъде показан без преформатиране (По подразбиране е 1)'; 724 $strTransformation_text_plain__formatted = 'Запазва оригиналното форматиране на полето.'; 725 $strTransformation_text_plain__imagelink = 'Показва изображение и връзка на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е ширината в пиксели, третата е височината.'; 726 $strTransformation_text_plain__link = 'Показва връзката на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е заглавието на връзката.'; 727 $strTransformation_text_plain__substr = 'Показва част от низ. Първата опция е отместването от което ще се извежда вашият текст (По подразбиране е 0). Втората опция указва колко текст ще се изведе. Ако е празна, се връща целия оставащ текст. Третата опция указва кои зкаци ще бъдат изведени (По подразбиране: ...) .'; 728 $strTruncateQueries = 'Съкращаване на показаните заявки'; 729 $strTurkish = 'Турски'; 730 $strType = 'Тип'; 731 732 $strUkrainian = 'Украински'; 733 $strUncheckAll = 'Размаркиране на всичко'; 734 $strUnicode = 'Unicode'; 735 $strUnique = 'Уникално'; 736 $strUnknown = 'непознат'; 737 $strUnselectAll = 'Деселектиране на всичко'; 738 $strUpdatePrivMessage = 'Вие променихте привилегиите за %s.'; 739 $strUpdateProfileMessage = 'Профила беше обновен.'; 740 $strUpdateQuery = 'Допълни Запитването'; 741 $strUpdComTab = 'Моля прегледайте информацията в Документацията относно това как да обновите вашата Column_comments таблица'; 742 $strUpgrade = 'Трябва да ъпгрейднете към %s %s или по-късно.'; 743 $strUploadLimit = 'Вероятно сте направили опит да качите твърде голям файл. Моля, обърнете се към %sdдокументацията%s за да намерите начин да избегнете това ограничение.'; 744 $strUploadsNotAllowed = 'На този сървър не е позволени качване на файлове.'; 745 $strUsage = 'Използвани'; 746 $strUseBackquotes = 'Използване на обратни кавички около имена на таблици и полета'; 747 $strUsedPhpExtensions = 'Използвани PHP разширения'; 748 $strUseHostTable = 'Използвай таблица Host'; 749 $strUserAlreadyExists = 'Потребител %s вече съществува!'; 750 $strUserEmpty = 'Потребителското име е празно!'; 751 $strUserName = 'Потребителско име'; 752 $strUserNotFound = 'Избрания потребител не беше открит в таблицата с привилегиите.'; 753 $strUserOverview = 'Преглед на потребителите'; 754 $strUsersDeleted = 'Избраните потребители бяха изтрити успешно.'; 755 $strUsersHavingAccessToDb = 'Потребители които имат достъп до "%s"'; 756 $strUser = 'Потребител'; 757 $strUseTabKey = 'Използвайте клавиша TAB за да премествате крурсора от стойност на стойност или CTRL+стрелка за да премествате курсора в съответната посока'; 758 $strUseTables = 'Използвай таблицата'; 759 $strUseTextField = 'Използвай текстовото поле'; 760 $strUseThisValue = 'Използвахте тази стойност'; 761 762 $strValidateSQL = 'Валидирай SQL-а'; 763 $strValidatorError = 'SQL валидатора не може да бъде инициализиран. Моля проверете дали сте инсталирали необходимите PHP разширения, така както е описано в %sдокументацията%s.'; 764 $strValue = 'Стойност'; 765 $strVar = 'Променлива'; 766 $strVersionInformation = 'Информация за весията'; 767 $strView = 'Изглед'; 768 $strViewDumpDatabases = 'Преглед на схемата на базата от данни'; 769 $strViewDumpDB = 'Схема на БД'; 770 $strViewDump = 'Схема на таблицата'; 771 $strViewHasBeenDropped = 'Изглед %s беше изтрит'; 772 $strViewMaxExactCount = 'Този изглед има повече от %s реда. Моля, обърнете се към %sдокументацията%s.'; 773 774 $strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната'; 775 $strWebServerUploadDirectory = 'директорията за upload на уеб сървъра'; 776 $strWelcome = 'Добре дошли в %s'; 777 $strWestEuropean = 'Западно-европейски'; 778 $strWildcard = 'знак за заместване'; 779 $strWindowNotFound = 'Прозореца на браузъра не може да бъде обновен. Може би сте затворили отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от един прозорец в друг от съображения за сигурност'; 780 $strWithChecked = 'Когато има отметка:'; 781 $strWrongUser = 'Грешно име/парола. Достъп отказан.'; 782 783 $strXMLOptions = 'XML опции'; 784 $strXML = 'XML'; 785 786 $strYes = 'да'; 787 788 $strZeroRemovesTheLimit = 'Забележка: Установяването на тези опции с 0 (нула) премахва ограничението.'; 789 $strZip = '"zip-нато"'; 790 791 // To translate: 792 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate 793 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate 794 795 $strBinaryLog = 'Binary log'; //to translate 796 $strBinLogName = 'Log name'; //to translate 797 $strBinLogOriginalPosition = 'Original position'; //to translate 798 $strBinLogPosition = 'Position'; //to translate 799 $strBinLogServerId = 'Server ID'; //to translate 800 $strBrowseDistinctValues = 'Browse distinct values'; //to translate 801 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate 802 $strBufferPool = 'Buffer Pool'; //to translate 803 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate 804 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate 805 $strBufferReadMisses = 'Read misses'; //to translate 806 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate 807 $strBufferWriteWaits = 'Write waits'; //to translate 808 $strBusyPages = 'Busy pages'; //to translate 809 810 $strCreateUserDatabase = 'Database for user'; //to translate 811 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate 812 $strCreateUserDatabaseNone = 'Няма'; //to translate 813 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate 814 $strCSV = 'CSV'; //to translate 815 816 $strDirtyPages = 'Dirty pages'; //to translate 817 818 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate 819 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate 820 821 $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate 822 $strFlushQueryCache = 'Flush query cache'; //to translate 823 $strFlushTables = 'Flush (close) all tables'; //to translate 824 $strFreePages = 'Free pages'; //to translate 825 826 $strHandler = 'Handler'; //to translate 827 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate 828 $strHTMLWord = 'Microsoft Word 2000'; //to translate 829 830 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate 831 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate 832 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate 833 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate 834 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate 835 $strInnoDBDataFilePath = 'Data files'; //to translate 836 $strInnoDBDataHomeDir = 'Data home directory'; //to translate 837 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate 838 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate 839 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate 840 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate 841 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate 842 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate 843 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate 844 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate 845 846 $strJoins = 'Joins'; //to translate 847 848 $strKeyCache = 'Key cache'; //to translate 849 850 $strLanguageUnknown = 'Неразпознат език: %1$s.'; //to translate 851 $strLatchedPages = 'Latched pages'; //to translate 852 853 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate 854 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate 855 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate 856 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate 857 $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate 858 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate 859 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate 860 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate 861 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate 862 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate 863 864 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate 865 $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate 866 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate 867 868 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate 869 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate 870 $strOpenDocumentText = 'Open Document Text'; //to translate 871 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate 872 873 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate 874 $strPasswordHashing = 'Password Hashing'; //to translate 875 $strPDF = 'PDF'; //to translate 876 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate 877 878 $strReadRequests = 'Read requests'; //to translate 879 880 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate 881 $strShowingBookmark = 'Showing bookmark'; //to translate 882 $strShowSlaveHosts = 'Show slave hosts'; //to translate 883 $strShowSlaveStatus = 'Show slave status'; //to translate 884 $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate 885 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate 886 $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate 887 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate 888 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate 889 $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate 890 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate 891 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate 892 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate 893 $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate 894 $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate 895 $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate 896 $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate 897 $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate 898 $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate 899 $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate 900 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate 901 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate 902 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate 903 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate 904 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate 905 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate 906 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate 907 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate 908 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate 909 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate 910 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate 911 $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate 912 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate 913 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate 914 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate 915 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate 916 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate 917 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate 918 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate 919 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate 920 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate 921 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate 922 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate 923 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate 924 $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate 925 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate 926 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate 927 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate 928 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate 929 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate 930 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate 931 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate 932 $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate 933 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate 934 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate 935 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate 936 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate 937 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate 938 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate 939 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate 940 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate 941 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate 942 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate 943 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate 944 $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate 945 $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate 946 $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate 947 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate 948 $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate 949 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate 950 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate 951 $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate 952 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate 953 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate 954 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate 955 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate 956 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate 957 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate 958 $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate 959 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate 960 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate 961 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate 962 $strShowStatusReset = 'Reset'; //to translate 963 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate 964 $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate 965 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate 966 $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate 967 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate 968 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate 969 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate 970 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate 971 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate 972 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate 973 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate 974 $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate 975 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate 976 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate 977 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate 978 $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate 979 $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate 980 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate 981 $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate 982 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate 983 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate 984 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate 985 $strStrucNativeExcel = 'Native MS Excel data'; //to translate 986 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate 987 988 $strTakeIt = 'take it'; //to translate 989 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate 990 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate 991 $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate 992 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate 993 $strToggleScratchboard = 'toggle scratchboard'; //to translate 994 $strTransformation_application_octetstream__hex = 'Показва шестнадесетично представяне на данните. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate 995 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate 996 997 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate 998 999 $strWriteRequests = 'Write requests'; //to translate 1000 1001 $strPmaWiki = 'phpMyAdmin wiki'; //to translate 1002 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate 1003 $strDocSQL = 'DocSQL'; //to translate 1004 $strDocSQLOptions = 'DocSQL options'; //to translate 1005 $strTableName = 'Table name'; //to translate 1006 $strTableIsEmpty = 'Table seems to be empty!'; //to translate 1007 $strDbIsEmpty = 'Database seems to be empty!'; //to translate 1008 $strShowingPhp = 'Showing as PHP code'; //to translate 1009 $strShowingSQL = 'Showing SQL query'; //to translate 1010 $strDesigner = 'Designer'; //to translate 1011 $strNumberOfTables = 'Number of tables'; //to translate 1012 $strCreateTable = 'Create table'; //to translate 1013 $strCreateRelation = 'Create relation'; //to translate 1014 $strSavePosition = 'Save position'; //to translate 1015 $strSelectForeignKey = 'Select Foreign Key'; //to translate 1016 $strHide = 'Hide'; //to translate 1017 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate 1018 $strReload = 'Reload'; //to translate 1019 $strSmallBigAll = 'Small/Big All'; //to translate 1020 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate 1021 $strMoveMenu = 'Move Menu'; //to translate 1022 $strAngularLinks = 'Angular links'; //to translate 1023 $strDirectLinks = 'Direct links'; //to translate 1024 $strHideShowAll = 'Hide/Show all'; //to translate 1025 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate 1026 $strInternalRelationAdded = 'Internal relation added'; //to translate 1027 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate 1028 $strRelationDeleted = 'Relation deleted'; //to translate 1029 $strToSelectRelation = 'To select relation, click :'; //to translate 1030 $strExportImportToScale = 'Export/Import to scale'; //to translate 1031 $strRecommended = 'recommended'; //to translate 1032 $strToFromPage = 'to/from page'; //to translate 1033 $strSelectReferencedKey = 'Select referenced key'; //to translate 1034 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate 1035 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate 1036 $strHelp = 'Help'; //to translate 1037 $strCancel = 'Cancel'; //to translate 1038 $strDeleteRelation = 'Delete relation'; //to translate 1039 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate 1040 $strStructureForView = 'Structure for view'; //to translate 1041 $strStandInStructureForView = 'Stand-in structure for view'; //to translate 1042 $strToggleSmallBig = 'Toggle small/big'; //to translate 1043 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate 1044 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate 1045 $strErrorRelationExists = 'Error: relation already exists.'; //to translate 1046 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate 1047 $strSnapToGrid = 'Snap to grid'; //to translate 1048 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate 1049 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate 1050 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Mon Nov 26 15:18:20 2007 | par Balluche grce PHPXref 0.7 |
![]() |