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