[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accdez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lang/ -> ukrainian-utf-8.inc.php (source)

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


Gnr le : Mon Nov 26 15:18:20 2007 par Balluche grce PHPXref 0.7
  Clicky Web Analytics