BLOB streaming documentation
[phpmyadmin/crack.git] / lang / macedonian_cyrillic-utf-8.inc.php
blob3634bf72b34f8ba9b6a31451a2b4393fe8602dae
1 <?php
2 /* $Id$ */
4 /**
5 * Translated by:
6 * Dimce Grozdanoski <dimce.grozdanoski@ridarec.com>
7 */
9 $charset = 'utf-8';
10 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
11 $number_thousands_separator = ',';
12 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('бајти', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17 $day_of_week = array('Нед', 'Пон', 'Вто', 'Сре', 'Чет', 'Пет', 'Саб');
18 $month = array('јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дек');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%d. %B %Y. во %H:%M';
22 $timespanfmt = '%s денови, %s часови, %s минути и %s секунди';
24 $strAPrimaryKey = 'Примарниот клуч %s е додаден';
25 $strAbortedClients = 'Прекинато';
26 $strAccessDenied = 'Пристапот не е допуштен';
27 $strAccessDeniedExplanation = 'phpMyAdmin се обиде да се поврзе на MySQL сервер, но серверот тоа не го допушти. Проверете го називот на host-от, корисничката сметка и лозинка во config.inc.php и уверите се дека одговараат на податоците кои сте ги добили од администраторот на MySQL серверот.';
28 $strAction = 'Акција';
29 $strAddAutoIncrement = 'Додади AUTO_INCREMENT вредност';
30 $strAddConstraints = 'Додади ограничувања';
31 $strAddDeleteColumn = 'Додади/избриши колона';
32 $strAddDeleteRow = 'Додади/избриши поле за критериум';
33 $strAddFields = 'Додади %s полиња';
34 $strAddHeaderComment = 'Додади коментар во заглавие (користи \\n за нов ред)';
35 $strAddIntoComments = 'Додади во коментарите';
36 $strAddNewField = 'Додади ново поле';
37 $strAddPrivilegesOnDb = 'Додади привилегии на следната база';
38 $strAddPrivilegesOnTbl = 'Додади привилегии на следната табела';
39 $strAddSearchConditions = 'Додади услови за пребарување (делот "WHERE" од упитот):';
40 $strAddToIndex = 'Додади во клучот &nbsp;%s&nbsp;колона(и)';
41 $strAddUser = 'Додади нов корисник';
42 $strAddUserMessage = 'Додадовте нов корисник.';
43 $strAdministration = 'Администрација';
44 $strAfter = 'после полето %s';
45 $strAfterInsertBack = 'Назад на претходната страница';
46 $strAfterInsertNewInsert = 'Додади уште еден нов запис';
47 $strAfterInsertNext = 'Ажурирање на следниот запис';
48 $strAfterInsertSame = 'Врати се на оваа страница';
49 $strAll = 'Се';
50 $strAllTableSameWidth = 'Приказ на сите табели со иста ширина?';
51 $strAlterOrderBy = 'Промени го редоследот во табелата';
52 $strAnIndex = 'Клучот е додаден %s';
53 $strAnalyzeTable = 'Анализа на табелата';
54 $strAnd = 'и';
55 $strAny = 'Било кој';
56 $strAnyHost = 'Било кој host';
57 $strAnyUser = 'Било кој корисник';
58 $strApproximateCount = 'Бројот на записи може да биде приближен. За подетални информации види FAQ 3.11';
59 $strArabic = 'Арапски';
60 $strArmenian = 'Ерменски';
61 $strAscending = 'Растечки редослед';
62 $strAtBeginningOfTable = 'на почетокот од табелата';
63 $strAtEndOfTable = 'на крајот од табелата';
64 $strAttr = 'Атрибути';
65 $strAutomaticLayout = 'Автоматски распоред';
67 $strBack = 'Назад';
68 $strBaltic = 'Балтички';
69 $strBeginCut = 'ПОЧЕТОК ПРЕСЕК';
70 $strBeginRaw = 'ПОЧЕТОК СУРОВО';
71 $strBinLogEventType = 'Вид на настан';
72 $strBinLogInfo = 'Информации';
73 $strBinLogName = 'Назив на дневникот';
74 $strBinLogOriginalPosition = 'Оргинална позиција';
75 $strBinLogPosition = 'Позиција';
76 $strBinLogServerId = 'ID на серверот';
77 $strBinary = 'Бинарен';
78 $strBinaryDoNotEdit = 'Бинарен - не менувај';
79 $strBinaryLog = 'Бинарен дневник';
80 $strBookmarkAllUsers = 'дади дозвола на секој корисник да пристапува на овој упит.';
81 $strBookmarkDeleted = 'Маркерот е избришан.';
82 $strBookmarkLabel = 'Назив';
83 $strBookmarkQuery = 'Запамтен SQL упит';
84 $strBookmarkThis = 'Запамти SQL упит';
85 $strBookmarkView = 'Види само';
86 $strBrowse = 'Преглед';
87 $strBrowseForeignValues = 'Прегледни ги надворешните вредности';
88 $strBufferPool = 'Бафер';
89 $strBufferPoolActivity = 'Активност на баферот';
90 $strBufferPoolUsage = 'Искористеност на баферот';
91 $strBufferReadMisses = 'Промашувања при читање';
92 $strBufferReadMissesInPercent = 'Промашувања при читање во %';
93 $strBufferWriteWaits = 'Чекања на упис';
94 $strBufferWriteWaitsInPercent = 'Чекања на упис во %';
95 $strBulgarian = 'Бугарски';
96 $strBusyPages = 'Зафатени страници';
97 $strBzip = '"bzip"';
99 $strCalendar = 'Календар';
100 $strCannotLogin = 'Не можам да се пријавам на MySQL серверот';
101 $strCantLoad = 'не можам да ја вчитам екстензијата %s,<br />молам проверите ја PHP конфигурацијата';
102 $strCantLoadRecodeIconv = 'Не можам да ги вчитам iconv или recode екстензиите потребни за конверзија на кодните страници, подесете го PHP да дозволи користење на овие екстензии или оневозможете ја конверзијата на кодни страници во phpMyAdmin-у.';
103 $strCantRenameIdxToPrimary = 'Не можам да го променам клучот во PRIMARY (примарен) !';
104 $strCantUseRecodeIconv = 'Не можам да ги користам iconv или libiconv или recode_string функциите иако екстензијата пријавува дека е вчитана. Проверите ја вашата PHP конфигурација.';
105 $strCardinality = 'Кардиналност';
106 $strCaseInsensitive = 'Не разликува мали и големи букви';
107 $strCaseSensitive = 'Разликува мали и големи букви';
108 $strCentralEuropean = 'Централноевропски';
109 $strChange = 'Промени';
110 $strChangeCopyMode = 'Направи нов корисник со исти привилегии и ...';
111 $strChangeCopyModeCopy = '... сочувај го стариот.';
112 $strChangeCopyModeDeleteAndReload = ' ... избриши го стариот корисник од табелата на корисници а потоа повторно вчитај ги привилегиите.';
113 $strChangeCopyModeJustDelete = ' ... избриши ги старите од табелата на корисници.';
114 $strChangeCopyModeRevoke = ' ... прво одземи ги сите привилегии на корисниците а потоа избриши ги.';
115 $strChangeCopyUser = 'Промени ги информациите за најавувањето / Копирај го корисникот';
116 $strChangeDisplay = 'Избери полиња за прикажување';
117 $strChangePassword = 'Промена на лозинка';
118 $strCharset = 'Кодна страна';
119 $strCharsetOfFile = 'Кодна страна на податотеката:';
120 $strCharsets = 'Кодни страници';
121 $strCharsetsAndCollations = 'Кодни страници и подредување';
122 $strCheckAll = 'обележи ги сите';
123 $strCheckOverhead = 'табели кои имаат пречекорувања';
124 $strCheckPrivs = 'Провери привилегии';
125 $strCheckPrivsLong = 'Провери привилегии за базата на податоци &quot;%s&quot;.';
126 $strCheckTable = 'Проверка на табелата';
127 $strChoosePage = 'Изберете страница која менувате';
128 $strColComFeat = 'Прикажувам коментари на колоните';
129 $strCollation = 'Подредување';
130 $strColumnNames = 'Имиња на колони';
131 $strColumnPrivileges = 'Привилегии врзани за колоните';
132 $strCommand = 'Наредба';
133 $strComments = 'Коментари';
134 $strCompatibleHashing = 'MySQL&nbsp;4.0 компатибилно';
135 $strCompleteInserts = 'Комплетен INSERT (со имиња на полињата)';
136 $strCompression = 'Компресија';
137 $strConfigFileError = 'phpMyAdmin не можеше да ја прочита вашата конфигурациска податотека!<br />Ова може да се случи ако PHP најде грешка во процесирањето или не може да ја пронајде податотеката.<br />Повикајте ја конфигурациската податотека директно со користење на долнит линк и прочитајте ги поруките за грешка кои ги добивате. Во поголемиот број на случаи, најчесто недостасува наводник или точка запирка.<br />Ако добиете празна страница, се е во ред.';
138 $strConfigureTableCoord = 'Подесете ги координатите за табелата %s';
139 $strConnectionError = 'Не може да се поврзам: лоши подесувања.';
140 $strConnections = 'Конекции';
141 $strConstraintsForDumped = 'Ограничувања за извезените табели';
142 $strConstraintsForTable = 'Ограничувања за табелите';
143 $strCookiesRequired = 'вашиот веб прелистувач треба да допушти cookies';
144 $strCopyDatabaseOK = 'Базата на податоци %s е ископирана во %s';
145 $strCopyTable = 'Копирај ја табелата во (база<b>.</b>табела):';
146 $strCopyTableOK = 'Табелата %s е копирана во %s.';
147 $strCopyTableSameNames = 'Не можам да ја копирам табелата во самата себе!';
148 $strCouldNotKill = 'phpMyAdmin не можеше да го прекине процесот %s. Веројатно веќе е затворен.';
149 $strCreate = 'Креирај';
150 $strCreateIndex = 'Направи клуч на&nbsp;%s&nbsp;колони';
151 $strCreateIndexTopic = 'Креирај нов клуч';
152 $strCreateNewDatabase = 'Креирај нова база на податоци';
153 $strCreateNewTable = 'Креирај нова табела во базата на податоци %s';
154 $strCreatePage = 'Направи нова страница';
155 $strCreatePdfFeat = 'Креирање на PDF';
156 $strCreationDates = 'Датуми на креирање/ажурирање/проверка';
157 $strCriteria = 'Критериум';
158 $strCroatian = 'Хрватски';
159 $strCyrillic = 'Кириличен';
160 $strCzech = 'Чешки';
161 $strCzechSlovak = 'Чехословачки';
163 $strDBComment = 'Коментар на базата на податоци:';
164 $strDBCopy = 'Копирај ја базата на податоци во';
165 $strDBRename = 'Преименувај ја базата на податоци во';
166 $strDanish = 'Дански';
167 $strData = 'Податоци';
168 $strDataDict = 'Речник на податоци';
169 $strDataOnly = 'Само податоци';
170 $strDataPages = 'Страници со податоци';
171 $strDatabase = 'База на податоци';
172 $strDatabaseEmpty = 'Името на базата на податоци не е зададено!';
173 $strDatabaseExportOptions = 'Опции за извоз на бази на податоци';
174 $strDatabaseHasBeenDropped = 'Базата на податоци %s не е прифатена';
175 $strDatabases = 'База на податоци';
176 $strDatabasesDropped = '%s базата на податоци успешно е избришана.';
177 $strDatabasesStats = 'Статистика на базата на податоци';
178 $strDatabasesStatsDisable = 'Исклучи статистики';
179 $strDatabasesStatsEnable = 'Вклучи статистики';
180 $strDatabasesStatsHeavyTraffic = 'Напомена: вклучувањето на статистиките може да доведе до зголемување на сообраќајот помеѓу веб серверот и MySQL серверот.';
181 $strDbPrivileges = 'Привилегии во врска со базата на податоци';
182 $strDbSpecific = 'Специфично за базата на податоци';
183 $strDefault = 'Default';
184 $strDefaultEngine = '%s е основно складиште на овој MySQL сервер.';
185 $strDefaultValueHelp = 'За default вредност, внесете само една вредност, без коси црти или наводници во следниов облик: а';
186 $strDefragment = 'Дефрагментирај ја табелата';
187 $strDelOld = 'Актуелната страница има референци кон табели кои не постојат. Сакате ли да ги избиршете тие референци?';
188 $strDelayedInserts = 'Користи одложен внес';
189 $strDelete = 'избриши';
190 $strDeleteAndFlush = 'Избриши ги корисниците и повторно вчитај ги привилегиите.';
191 $strDeleteAndFlushDescr = 'Ова е најчист начин, но повторното вчитување на привилегите може да потрае.';
192 $strDeleted = 'Записот е избришан';
193 $strDeleting = 'Бришам %s';
194 $strDescending = 'Опаѓачки редослед';
195 $strDescription = 'Опис';
196 $strDictionary = 'речник';
197 $strDirtyPages = 'Валкани страници';
198 $strDisableForeignChecks = 'Исклучи проверка на надворешни клучеви';
199 $strDisabled = 'Оневозможено';
200 $strDisplayFeat = 'Прикажи својства';
201 $strDisplayOrder = 'Редослед на приказ:';
202 $strDisplayPDF = 'Прикажи PDF шема';
203 $strDoAQuery = 'Направи "упит по пример" (џокер знак: "%")';
204 $strDoYouReally = 'Дали навистина сакате да ';
205 $strDocu = 'Документација';
206 $strDrop = 'Бриши';
207 $strDropDatabaseStrongWarning = 'Со ова ја БРИШЕТЕ комплетната база на податоци!';
208 $strDropUsersDb = 'Избриши ги базите на податоци кои се именувани исто како и корисниците.';
209 $strDumpSaved = 'Содржината на базата на податоци е сочувана во податотеката %s.';
210 $strDumpXRows = 'Прикажи %s записи почнувајќи од запис %s.';
211 $strDumpingData = 'Приказ на податоци од табелата';
212 $strDynamic = 'динамички';
214 $strEdit = 'Промени';
215 $strEditPDFPages = 'Уредување на PDF страница';
216 $strEditPrivileges = 'Промена на привилегии';
217 $strEffective = 'Ефективни';
218 $strEmpty = 'Испразни';
219 $strEmptyResultSet = 'MySQL врати празен резултат (нула записи).';
220 $strEnabled = 'Овозможено';
221 $strEncloseInTransaction = 'Изврши извоз во трансакција';
222 $strEnd = 'Крај';
223 $strEndCut = 'КРАЈ ПРЕСЕК';
224 $strEndRaw = 'КРАЈ СУРОВО';
225 $strEngineAvailable = '%s е достапен на овој MySQL сервер.';
226 $strEngineDisabled = '%s е оневозможен на овој MySQL сервер.';
227 $strEngineUnsupported = 'Овој MySQL сервер не подржува %s вид на складиште.';
228 $strEngines = 'Складишта';
229 $strEnglish = 'Англиски';
230 $strEnglishPrivileges = ' Напомена: MySQL имињата на привилегите мора да бидат со латинични букви ';
231 $strError = 'Грешка';
232 $strEscapeWildcards = 'Пред џокер знаците _ и % треба да стои знакот \ ако ги користите самостојно';
233 $strEstonian = 'Естонски';
234 $strExcelEdition = 'Excel издание';
235 $strExecuteBookmarked = 'Изврши запамтен упит';
236 $strExplain = 'Објасни SQL';
237 $strExport = 'Извоз';
238 $strExtendedInserts = 'Проширен INSERT';
239 $strExtra = 'Дополнително';
241 $strFailedAttempts = 'Неуспешни обиди';
242 $strField = 'Поле';
243 $strFieldHasBeenDropped = 'Полето %s е избиршано';
244 $strFields = 'Полиња';
245 $strFieldsEnclosedBy = 'Полињата се раздвоени со';
246 $strFieldsEscapedBy = 'Escape карактер &nbsp; &nbsp; &nbsp;';
247 $strFieldsTerminatedBy = 'Полињата се ограничени со';
248 $strFileAlreadyExists = 'Податотека %s постои на серверот, променете го името на податотеката или изберете опција за пишување врз неа.';
249 $strFileCouldNotBeRead = 'Податотеката не е можно да се прочита';
250 $strFileNameTemplate = 'Шаблон на име на податотека';
251 $strFileNameTemplateRemember = 'запамти го шаблонот';
252 $strFixed = 'средено';
253 $strFlushPrivilegesNote = 'Напомена: phpMyAdmin ги зема привилегиите на корисникот директно од MySQL табелата на привилегии. Содржината на оваа табела табела може да се разликува од привилегиите кои серверот ги користи ако се вршени мануелни измени. Во тој случај %sповторно вчитајте ги привилегиите%s пред да продолжите со работа.';
254 $strFlushTable = 'Освежување на табелата ("FLUSH")';
255 $strFormEmpty = 'Недостасува вредност во образецот!';
256 $strFormat = 'Формат';
257 $strFreePages = 'Слободни страници';
258 $strFullText = 'Полн текст';
259 $strFunction = 'Функција';
261 $strGenBy = 'Генерирал';
262 $strGenTime = 'Време на креирање';
263 $strGeneralRelationFeat = 'Општи особини на релациите';
264 $strGeorgian = 'Грузиски';
265 $strGerman = 'Германски';
266 $strGlobal = 'глобално';
267 $strGlobalPrivileges = 'Глобални привилегии';
268 $strGlobalValue = 'Глобална вредност';
269 $strGo = 'OK';
270 $strGrantOption = 'Овозможи';
271 $strGreek = 'Грчки';
272 $strGzip = '"gzip"';
274 $strHTMLExcel = 'Microsoft Excel 2000';
275 $strHTMLWord = 'Microsoft Word 2000';
276 $strHasBeenAltered = 'е променет(а).';
277 $strHaveToShow = 'Морате да изберете барем една колона за приказ';
278 $strHebrew = 'Хебрејски';
279 $strHome = 'Почетна страница';
280 $strHomepageOfficial = 'официјален веб сајт на phpMyAdmin';
281 $strHost = 'Host';
282 $strHostEmpty = 'Името на host-от е празно!';
283 $strHungarian = 'Унгарски';
285 $strIcelandic = 'Исландски';
286 $strId = 'ID';
287 $strIdxFulltext = 'Текст клуч';
288 $strIgnore = 'Игнорирај';
289 $strIgnoreInserts = 'Игнорирај дупликати при внесување';
290 $strImportFiles = 'Увоз на податотека';
291 $strInUse = 'се користи';
292 $strIndex = 'Клуч';
293 $strIndexHasBeenDropped = 'Клучот %s е избиршан';
294 $strIndexName = 'Име на клуч :';
295 $strIndexType = 'Тип на клуч :';
296 $strIndexWarningTable = 'Проблем при индексирање на табелата `%s`';
297 $strIndexes = 'Клучеви';
298 $strInnoDBAutoextendIncrement = 'Чекор на автоматско проширување';
299 $strInnoDBAutoextendIncrementDesc = ' Големина на чекорот на проширување на големината на табелите кои автоматски се прошируваат кога ќе се наполнат.';
300 $strInnoDBBufferPoolSize = 'Големина на баферот';
301 $strInnoDBBufferPoolSizeDesc = 'Големина на меморискиот бафер кој го користи InnoDB за кеширање на податоци и за индексите на своите табели.';
302 $strInnoDBDataFilePath = 'Податотеки со податоци';
303 $strInnoDBDataHomeDir = 'Основен директориум на податоците';
304 $strInnoDBDataHomeDirDesc = 'Заеднички дел на патеката до директроиумот за сите InnoDB датотеки со податоци.';
305 $strInnoDBPages = 'страница';
306 $strInnodbStat = 'InnoDB статус';
307 $strInsecureMySQL = 'Вашата конфигурациска податотека содржи подесувања (root без лозинка) кои одговараат на стандардниот MySQL привилегиран налог. Вашиот MySQL сервер работи со овие подесувања, отворен е за упди, и навистина треба да го поправите овој сигурносен ризик.';
308 $strInsert = 'Нов запис';
309 $strInsertAsNewRow = 'Внеси како нов запис';
310 $strInternalRelations = 'Внатрешни релации';
312 $strJapanese = 'Јапонски';
313 $strJumpToDB = 'Премин на базата &quot;%s&quot;.';
314 $strJustDelete = 'Само избриши ги корисниците од табелата на привилегии.';
315 $strJustDeleteDescr = '&quot;Избришаните&quot; корисници и понатаму ќе имаат пристап до серверот се додека привилегиите не се вчитаат повторно.';
317 $strKeepPass = 'Немој да ја менуваш лозинката';
318 $strKeyname = 'Име на клуч';
319 $strKill = 'Прекини';
320 $strKorean = 'Корејски';
322 $strLaTeX = 'LaTeX';
323 $strLandscape = 'Легнато';
324 $strLatchedPages = 'Заглавени страници';
325 $strLatexCaption = 'Коментар на табела';
326 $strLatexContent = 'Содржина на табелата __TABLE__';
327 $strLatexContinued = '(продолжува)';
328 $strLatexContinuedCaption = 'Продолжен коментар на табелите';
329 $strLatexIncludeCaption = 'Вклучи и коментар на табелата';
330 $strLatexLabel = 'Ознака на клучот';
331 $strLatexStructure = 'Структура на табелата __TABLE__';
332 $strLatvian = 'Летонски';
333 $strLengthSet = 'Должина/Вредност*';
334 $strLimitNumRows = 'Број на записи на страница';
335 $strLinesTerminatedBy = 'Линиите се завршуваат со';
336 $strLinkNotFound = 'Врската не е пронајдена';
337 $strLinksTo = 'Врски кон';
338 $strLithuanian = 'Литвански';
339 $strLocalhost = 'Локален';
340 $strLocationTextfile = 'Локација на текстуалната податотека';
341 $strLogPassword = 'Лозинка:';
342 $strLogServer = 'Сервер';
343 $strLogUsername = 'Корисничко име:';
344 $strLogin = 'Најави се';
345 $strLoginInformation = 'Податоци за најавувањето';
346 $strLogout = 'Одјавување';
347 $strLongOperation = 'Оваа операција може да потрае. Да ли да продолжиме?';
349 $strMIMETypesForTable = 'MIME ТИПОВИ ЗА ТАБЕЛА';
350 $strMIME_MIMEtype = 'MIME-типови';
351 $strMIME_available_mime = 'Достапни MIME-типови';
352 $strMIME_available_transform = 'Достапни трансформации';
353 $strMIME_description = 'Опис';
354 $strMIME_nodescription = 'Нема опис за оваа трансформација.<br />Ве молиме прашајте го авторот што ја направил %s.';
355 $strMIME_transformation = 'Транформации на веб прелистувачот';
356 $strMIME_transformation_note = 'За листа на достапни опции на транформациите и нивните MIME-тип трансформации, кликнете на %sопис на трансформацијата%s';
357 $strMIME_transformation_options = 'Опции на трансформацијата';
358 $strMIME_transformation_options_note = 'Ве молиме внесете вредности за опциите на трансформацијата во следниов формат: \'a\',\'b\',\'c\'...<br /> Ако треба да внесете обратна коса црта ("\\") или апостроф ("\'") во тие вредности, ставете обратна коса црта пред нив (пример \'\\\\xyz\' или \'a\\\'b\').';
359 $strMIME_without = 'MIME-типовите прикажани во курзив немаат одвоене функции на трансформација.';
360 $strMaximumSize = 'Максимална големина: %s%s';
361 $strMbExtensionMissing = 'mbstring ПХП екстензијата не е пронајдена, а изгледа дека вие користите мултибајт каратер сет. Без mbstring екстензиите phpMyAdmin не може исправно да ги раздвојува стринговите и тоа може да доведе до неочекувани резултати.';
362 $strMbOverloadWarning = 'Имате вклучена mbstring.func_overload опција во вашите PHP подесувања. Оваа опција не е компатибилна со phpMyAdmin и може да доведе до грешки во некои податоци!';
363 $strModifications = 'Измените се сочувани';
364 $strModify = 'Промени';
365 $strModifyIndexTopic = 'Промени го клучот';
366 $strMoveTable = 'Премести ја табелата во (база<b>.</b>табела):';
367 $strMoveTableOK = 'Табелата %s е преместена во %s.';
368 $strMoveTableSameNames = 'Не може да ја преместам табелата во самата себе!';
369 $strMultilingual = 'мултијазичен';
370 $strMyISAMDataPointerSize = 'Големина на покажувачите на податоци';
371 $strMyISAMDataPointerSizeDesc = 'Default големина на покажувачите во бајти, се користи при CREATE TABLE за MyISAM табелите кога не е зададена опцијата MAX_ROWS';
372 $strMyISAMMaxExtraSortFileSize = 'Максимална голема на привремени податотеки при креирање на индекси';
373 $strMyISAMMaxExtraSortFileSizeDesc = 'Ако привремената податотека која се користи за брзо креирање на MyISAM индекси биде поголема отколку при користење на кешот за овде зададената вредност, користи го методот на кеширања на клучевите';
374 $strMyISAMMaxSortFileSize = 'Максимална големина на привремените податотеки за подредување';
375 $strMyISAMMaxSortFileSizeDesc = 'Максимална големина на привремените податотеки кои MySQL смее да ги користи при повторно креирање на MyISAM индекси (во тек REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE операции).';
376 $strMyISAMRecoverOptions = 'Режим на автоматско опоравување';
377 $strMyISAMRecoverOptionsDesc = 'Режим на автоматско опоравување на оштетени MyISAM табели, подесен при стартовање на серверот со опцијата --myisam-recover.';
378 $strMyISAMRepairThreads = 'Нишки на поправка';
379 $strMyISAMRepairThreadsDesc = 'Ако вредноста е поголема од 1, индексите на MyISAM табелата паралелно се креираат (секој индекс во сопствена нишка) за време на процесот на поправка со подредување.';
380 $strMyISAMSortBufferSize = 'Големина на меѓупросторот за подредување';
381 $strMyISAMSortBufferSizeDesc = 'Меѓупросторот кој се алоцира при подредување на MyISAM индексите за време на операцијата REPAIR TABLE или при креирање на индекси со CREATE INDEX или ALTER TABLE.';
382 $strMySQLCharset = 'MySQL множество на знаци';
383 $strMySQLConnectionCollation = 'Колација за MySQL врска';
384 $strMySQLSaid = 'MySQL порака: ';
385 $strMySQLShowProcess = 'Прикажи листа на процеси';
387 $strName = 'Име';
388 $strNext = 'Следен';
389 $strNo = 'Не';
390 $strNoActivity = 'Немаше никаква активност %s или повеќе секунди, ве молиме најавете се повторно';
391 $strNoDatabases = 'Базата на податоци не постои';
392 $strNoDatabasesSelected = 'Не е избрана ни една база на податоци.';
393 $strNoDescription = 'нема опис';
394 $strNoDetailsForEngine = 'Нема детални информации за статусот на овој вид на складиште.';
395 $strNoDropDatabases = '"DROP DATABASE" командата е оневозможена.';
396 $strNoExplain = 'Прескокни ги објаснувањата на SQL-от';
397 $strNoFrames = 'phpMyAdmin преферира веб прелистувачи кои подржуваат рамки.';
398 $strNoIndex = 'Клучот не е дефиниран!';
399 $strNoIndexPartsDefined = 'Делови од клучот не се дефинирани!';
400 $strNoModification = 'Нема измени';
401 $strNoOptions = 'Не постојат опции за овој формат';
402 $strNoPassword = 'Нема лозинка';
403 $strNoPermission = 'На веб серверот не му е допуштено да ја сочува податотеката %s.';
404 $strNoPhp = 'без PHP код';
405 $strNoPrivileges = 'Нема привилегии';
406 $strNoRights = 'Немате право на пристап овде!';
407 $strNoRowsSelected = 'Нема селектирани записи';
408 $strNoSpace = 'Нема доволно простор за снимање на податотеката %s.';
409 $strNoTablesFound = 'Табелите не се пронајдени во базата на податоци.';
410 $strNoThemeSupport = 'Нема подршка за теми, ве молиме проверете ја конфигурацијата и/или темите во директориумот %s.';
411 $strNoUsersFound = 'Корисникот не е пронајден.';
412 $strNoValidateSQL = 'Прескокни ја проверката на SQL';
413 $strNone = 'нема';
414 $strNotNumber = 'Ова не е број!';
415 $strNotOK = 'не е како што треба';
416 $strNotSet = '<b>%s</b> табелата не е пронајдена или не е поставена во %s';
417 $strNull = 'Null';
418 $strNumSearchResultsInTable = '%s погодоци во табелата <i>%s</i>';
419 $strNumSearchResultsTotal = '<b>вкупно:</b> <i>%s</i> погодоци';
420 $strNumTables = 'Табели';
422 $strOK = 'ОК';
423 $strOperations = 'Операции';
424 $strOperator = 'Оператор';
425 $strOptimizeTable = 'Оптимизација на табелата';
426 $strOr = 'или';
427 $strOverhead = 'Пречекорување';
428 $strOverwriteExisting = 'Препиши ги постоечките податотеки';
430 $strPHPVersion = 'PHP верзија';
431 $strPageNumber = 'Број на страници:';
432 $strPagesToBeFlushed = 'Страници кои треба да бидат ускладени';
433 $strPaperSize = 'Димензија на хартијата';
434 $strPartialText = 'Дел на текстот';
435 $strPassword = 'Лозинка';
436 $strPasswordChanged = 'Лозинката за %s успешно е променета.';
437 $strPasswordEmpty = 'Лозинка е празна!';
438 $strPasswordHashing = 'Хеширање на лозинката';
439 $strPasswordNotSame = 'Лозинките не се идентични!';
440 $strPdfDbSchema = 'Шема на базата "%s" - Страница %s';
441 $strPdfInvalidTblName = 'Табелата "%s" не постои!';
442 $strPdfNoTables = 'Нема табела';
443 $strPerHour = 'на час';
444 $strPerMinute = 'во минута';
445 $strPerSecond = 'во секунда';
446 $strPersian = 'Персиски';
447 $strPhoneBook = 'телефонски именик';
448 $strPhp = 'Направи PHP код';
449 $strPmaDocumentation = 'phpMyAdmin документација';
450 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> директивата МОРА да биде подесена во конфигурациската податотека!';
451 $strPolish = 'Полски';
452 $strPortrait = 'Вертикално';
453 $strPos1 = 'Почеток';
454 $strPrevious = 'Претходна';
455 $strPrimary = 'Примарен';
456 $strPrimaryKeyHasBeenDropped = 'Примарниот клуч е избришан';
457 $strPrimaryKeyName = 'Името на примарниот клуч мора да биде... PRIMARY!';
458 $strPrimaryKeyWarning = '("PRIMARY" <b>може</b> да биде име <b>само</b> на примарниот клуч!)';
459 $strPrint = 'Печати';
460 $strPrintView = 'Преглед за печатење';
461 $strPrintViewFull = 'Преглед за печатење (целосен текст)';
462 $strPrivDescAllPrivileges = 'Ги вклучува сите привилегии освен GRANT.';
463 $strPrivDescAlter = 'Дозволува промена на структурата на постоечките табели.';
464 $strPrivDescCreateDb = 'Дозволува креирање на нови бази на податоци и табели.';
465 $strPrivDescCreateTbl = 'Дозволува креирање на нови табела.';
466 $strPrivDescCreateTmpTable = 'Дозволува креирање на привремени табели...';
467 $strPrivDescDelete = 'Дозволува бришење на податоци.';
468 $strPrivDescDropDb = 'Дозволува бришење на бази на податоци и табели.';
469 $strPrivDescDropTbl = 'Дозволува бришење на табели.';
470 $strPrivDescExecute = 'Дозволува стартување на снимени процедури. Нема ефект во новата верзија на MySQL.';
471 $strPrivDescFile = 'Дозволува увоз на податоци и нивен извоз во податотеки.';
472 $strPrivDescGrant = 'Дозволува додавање на корисници и привилегии без повтроно вчитавање на табелата на привилегии.';
473 $strPrivDescIndex = 'Дозволува креирање и бришење на клучева.';
474 $strPrivDescInsert = 'Дозволува вметнување и замена на података.';
475 $strPrivDescLockTables = 'Дозволува заклучување на табели на тековните процеси.';
476 $strPrivDescMaxConnections = 'Го ограничува бројот на нови конекции кои корисникот може да ги отвори за еден час.';
477 $strPrivDescMaxQuestions = 'Го ограничува бројот на упити кои корисникот може да ги постави на серверот за еден час.';
478 $strPrivDescMaxUpdates = 'Го ограничува бројот на команди кои ги менуваат табелите или базите на податоци кои корисникот може да ги изврши за еден час.';
479 $strPrivDescReferences = 'Нема ефект во оваа верзији на MySQL.';
480 $strPrivDescReload = 'Дозволува повтоно вчитување на подесувањата на серверот и празнење на кешот на серверот.';
481 $strPrivDescReplClient = 'Дава права на кориснику да праша каде се главните/помошни сервери.';
482 $strPrivDescReplSlave = 'Потребно заради помошните сервери за репликација.';
483 $strPrivDescSelect = 'Дозволува читање на податоци.';
484 $strPrivDescShowDb = 'Дава пристап на комплетната листа на базите на податоци.';
485 $strPrivDescShutdown = 'Дозволува гасење на серверот.';
486 $strPrivDescSuper = ' Дозволува поврзување иако е постигнат макслималниот број на врски; Неопходно за повеќето административни опции како што е подесување на глобални променливи или прекин на процеси наостанатите корисници.';
487 $strPrivDescUpdate = 'Дозволува измена на податоци.';
488 $strPrivDescUsage = 'Нема привилегии.';
489 $strPrivileges = 'Привилегии';
490 $strPrivilegesReloaded = 'Привилегиите се успешно вчитани.';
491 $strProcesslist = 'Листа на процеси';
492 $strPutColNames = 'Стави ги имињата на полињата во првата редица';
494 $strQBE = 'Упит по пример';
495 $strQBEDel = 'Del';
496 $strQBEIns = 'Ins';
497 $strQueryFrame = 'Прозорец за упити';
498 $strQueryOnDb = 'SQL упит на базата на податоци <b>%s</b>:';
499 $strQuerySQLHistory = 'SQL историја';
500 $strQueryStatistics = '<b>Статистики на упити</b>: %s упити се поставени на серверот од времето на неговото стартување.';
501 $strQueryTime = 'време на извршување на упитот %01.4f секунди';
502 $strQueryType = 'Вид на упит';
503 $strQueryWindowLock = 'Не го препишувај овој упит надвор од овој прозорец';
505 $strReType = 'Повтори внес';
506 $strReadRequests = 'Барања за читање';
507 $strReceived = 'Примено';
508 $strRecords = 'Записи';
509 $strReferentialIntegrity = 'Провери го референцијалниот интегритет:';
510 $strRefresh = 'Освежи';
511 $strRelationNotWorking = 'Дополнителните можности за работа со поврзаните табели се исклучени. За да дознаете зошто, кликнете %sовде%s.';
512 $strRelationView = 'Релационен поглед';
513 $strRelationalSchema = 'Релациона шема';
514 $strRelations = 'Релации';
515 $strRelationsForTable = 'РЕЛАЦИИ НА ТАБЕЛИТЕ';
516 $strReloadingThePrivileges = 'Повторно ги вчитувам привилегиите';
517 $strRemoveSelectedUsers = 'Избриши ги селектираните корисници';
518 $strRenameDatabaseOK = 'Базата на податоци %s е преименувана во %s';
519 $strRenameTable = 'Промени го името на табелата во ';
520 $strRenameTableOK = 'Табелата %s е преименувана во %s';
521 $strRepairTable = 'Поправка на табелата';
522 $strReplaceNULLBy = 'Замени NULL со';
523 $strReplaceTable = 'Замени ги податоците во табелата со подаците од податотеката';
524 $strReset = 'Поништи';
525 $strResourceLimits = 'Ограничување на ресурси';
526 $strRevoke = 'Забрани';
527 $strRevokeAndDelete = 'Одземи ги сите привилегии на активните корисници а потоа избриши ги.';
528 $strRevokeAndDeleteDescr = 'Корисниците и понатаму ќе имаат USAGE привилегии се додека не се вчитаат повторно привилегиите.';
529 $strRevokeMessage = 'Ги забранивте привилегиите за %s';
530 $strRomanian = 'Романски';
531 $strRowLength = 'Должина на запис';
532 $strRowSize = 'Големина на запис';
533 $strRows = 'Записи';
534 $strRowsFrom = ' записи почнувајќи од записот';
535 $strRowsModeFlippedHorizontal = 'хоризонтален (ротирани заглавија)';
536 $strRowsModeHorizontal = 'хоризонтален';
537 $strRowsModeOptions = 'во %s мод и повторувај заглавие после %s записа';
538 $strRowsModeVertical = 'вертикален';
539 $strRowsStatistic = 'Статистики за записите';
540 $strRunQuery = 'Изврши SQL';
541 $strRunSQLQuery = 'Изврши SQL упит(и) на базата %s';
542 $strRunning = 'на серверот %s';
543 $strRussian = 'Руски';
545 $strSQL = 'SQL';
546 $strSQLExportType = 'Тип на извоз';
547 $strSQLParserBugMessage = 'Постои можност дека сте отркиле грешка во SQL парсерот. Ве молиме внимателно проверете го вашиот упит, проверете дали наводниците се правилно поставени или дали можеби недостасуваат. Други можни причини се: бинарна податотека надвор од областа за обичен текст. Можете да го пробате упит командната линија на MySQL. Долната порака за грешка на MySQL серверот, може да ви помогне да го откриете проблемот. Ако и понатаму имате проблеми или ако парсерот не успеава иако од командата линија се е во ред, испратете го својот SQL упит со извештајот за грешка и делот од кодот во долната РЕЗ секција до нас за да можеме да провериме за што се работи.';
548 $strSQLParserUserError = 'Изгледа дека има грешка во вашиот SQL упит. Еве ја пораката за грешката од MySQL серверот, која може да ви помогне во откривањето на проблемот';
549 $strSQLQuery = 'SQL упит';
550 $strSQLResult = 'SQL резултат';
551 $strSQPBugInvalidIdentifer = 'Неисправен идентификатор';
552 $strSQPBugUnclosedQuote = 'Наводникот не е затворен';
553 $strSQPBugUnknownPunctuation = 'Непознат стринг за интерпункција';
554 $strSave = 'Сочувај';
555 $strSaveOnServer = 'Сочувај на серверот во директориумот %s';
556 $strScaleFactorSmall = 'Факторот на намалување е премал и шемата не може да ја собере на една страница';
557 $strSearch = 'Пребарување';
558 $strSearchFormTitle = 'Пребарување низ базата на податоци';
559 $strSearchInTables = 'во табела(и):';
560 $strSearchNeedle = 'Зборови или вредности кои се бараат (џокер знак "%"):';
561 $strSearchOption1 = 'барем еден од зборовите';
562 $strSearchOption2 = 'сите зборови';
563 $strSearchOption3 = 'точен израз';
564 $strSearchOption4 = 'како регуларен израз';
565 $strSearchResultsFor = 'Резултати од пребарувањето за "<i>%s</i>" %s:';
566 $strSearchType = 'Барај:';
567 $strSecretRequired = 'Конфигурациската податотека бара лозинка (blowfish_secret).';
568 $strSelectADb = 'Изберете база на податоци';
569 $strSelectAll = 'избери се';
570 $strSelectBinaryLog = 'Изберете бинарен дневник за преглед';
571 $strSelectFields = 'Избери полиња (најмалку едно)';
572 $strSelectNumRows = 'во упитот';
573 $strSelectTables = 'Избери табели';
574 $strSend = 'Сочувај како податотека';
575 $strSent = 'Пратено';
576 $strServer = 'Сервер';
577 $strServerChoice = 'Избор на сервер';
578 $strServerNotResponding = 'Серверот не одговара';
579 $strServerStatus = 'Информации за работата';
580 $strServerStatusUptime = 'Овој MySQL сервер работи %s. Стартуван е на %s.';
581 $strServerTabVariables = 'Променливи';
582 $strServerTrafficNotes = '<b>Сообраќај на серверот</b>: Во табелите прикажан е мрежниот сообраќај на овој MySQL сервер од моментот на неговото стартување.';
583 $strServerVars = 'Серверски променливи и подесувања';
584 $strServerVersion = 'Верзија на серверот';
585 $strSessionValue = 'Вредност на сесијата';
586 $strSetEnumVal = 'Ако типот на полето е "enum" или "set", внесувајте вредност во формат: \'a\',\'b\',\'c\'...<br />Ако ви треба обратна коса црта ("\\") или апостроф ("\'") користите ги во escap форма (пример \'\\\\xyz\' или \'a\\\'b\').';
587 $strShow = 'Прикажи';
588 $strShowAll = 'прикажи ги сите';
589 $strShowColor = 'Прикажи боја';
590 $strShowDatadictAs = 'Формат на речникот на податоци';
591 $strShowFullQueries = 'Прикажи комплетни упити';
592 $strShowGrid = 'Прикажи мрежа';
593 $strShowPHPInfo = 'Прикажи информации за PHP';
594 $strShowTableDimension = 'Прикажи ги димензиите на табелите';
595 $strShowTables = 'Прикажи табели';
596 $strShowThisQuery = 'Прикажи го повторно овој упит';
597 $strShowingRecords = 'Приказ на записи од ';
598 $strSimplifiedChinese = 'Поедноставен кинески';
599 $strSingly = '(по едно поле)';
600 $strSize = 'Големина';
601 $strSlovak = 'Словачки';
602 $strSlovenian = 'Словенечки';
603 $strSocketProblem = '(или приклучокот со локалниот MySQL сервер не е исправно подесен)';
604 $strSort = 'Подредуваање';
605 $strSortByKey = 'Подредување по клуч';
606 $strSpaceUsage = 'Големина';
607 $strSpanish = 'Шпански';
608 $strSplitWordsWithSpace = 'Зборовите се одвојуваат со празно место (" ").';
609 $strStatCheckTime = 'Последна проверка';
610 $strStatCreateTime = 'Направено';
611 $strStatUpdateTime = 'Последна измена';
612 $strStatement = 'Име';
613 $strStatus = 'Статус';
614 $strStorageEngine = 'Вид на складиште';
615 $strStorageEngines = 'Видови на складишта';
616 $strStrucCSV = 'CSV формат';
617 $strStrucData = 'Структура и податоци';
618 $strStrucExcelCSV = 'CSV за MS Excel';
619 $strStrucNativeExcel = 'Изворни MS Excel податоци';
620 $strStrucOnly = 'Само структура';
621 $strStructPropose = 'Предложи структура на табелата';
622 $strStructure = 'Структура';
623 $strSubmit = 'Испрати';
624 $strSuccess = 'Вашиот SQL упит успешно е извршен';
625 $strSum = 'Вкупно';
626 $strSwedish = 'Шведски';
627 $strSwitchToDatabase = 'Префрли се на копираната база на податоци';
628 $strSwitchToTable = 'Премини на копираната табела';
630 $strTable = 'Табела';
631 $strTableComments = 'Коментар на табелата';
632 $strTableEmpty = 'Името на табелата е празно!';
633 $strTableHasBeenDropped = 'Табелата %s е избришана';
634 $strTableHasBeenEmptied = 'Табелата %s е испразнета';
635 $strTableHasBeenFlushed = 'Табелата %s е освежена';
636 $strTableMaintenance = 'Можете да извршите:';
637 $strTableOfContents = 'Содржина';
638 $strTableOptions = 'Опции на табелата';
639 $strTableStructure = 'Структура на табелата';
640 $strTables = '%s табела';
641 $strTakeIt = 'превземи';
642 $strTblPrivileges = 'Привилегии поврзани со табелата';
643 $strTextAreaLength = 'Поради големина на полето<br />можеби нема да може да ја менувате неговата содржина';
644 $strThai = 'Тајски';
645 $strTheme = 'Тема / стил';
646 $strThisHost = 'Овој host';
647 $strThreadSuccessfullyKilled = 'Процесот %s е успешно прекинат.';
648 $strTime = 'Време';
649 $strToggleScratchboard = 'Вклучи/исклучи работна табела';
650 $strTotal = 'вкупно';
651 $strTotalUC = 'Вкупно';
652 $strTraditionalChinese = 'Традиционален кинески';
653 $strTraditionalSpanish = 'Традиционален шпански';
654 $strTraffic = 'Сообраќај';
655 $strTransformation_application_octetstream__download = 'Прикажува врска за превземање на бинарни податоци за полето. Првата опција е име на бинарната податотека. Другата опција е можно име на пола од табелата кое го содржи името на податотеката. Ако ја зададете другата опција, првата мора да биде поставена на празен стринг';
656 $strTransformation_image_jpeg__inline = 'Прикажува намалена слика на која е можно да се кликне; опции: ширина, висина во пиксели (зачуван е оргиналнит однос)';
657 $strTransformation_image_jpeg__link = 'Прикажува врска кон оваа слика (пример директно превземање од BLOB).';
658 $strTransformation_image_png__inline = 'Прикажи JPEG слики од страна';
659 $strTransformation_text_plain__dateformat = 'Го зема TIME, TIMESTAMP или DATETIME полето и го форматира користејќи го локалниот формат за приказ на датум. Првата опција е офсет (во часови) кои се додаваат на временската ознака (default: 0). Другата опција е различен формат на датумот според параметрите који се достапни за PHP функцијата strftime().';
660 $strTransformation_text_plain__external = 'САМО LINUX: Стартува надворешна апликација и ги пополнува податоците во полињата преку стандарден влез. Враќа стандарден излез на апликацијта. Се подразбира Tidy, за поубав приказ на HTML кодот. Поради сигурносни причини, мора мануелно да се измени податотеката libraries/transformations/text_plain__external.inc.php и да се додадат алатки кои по желба сакате да ги користите. Првата опција е бројот на програмот кој сакате да го користите, а другата опција се параметрите на програмот. Ако третиот параметар се подеси на 1, излезот ќе биде конвертиран користејќи ја функцијата htmlspecialchars() (default 1). Ако четвртиot параметар се постави на 1, NOWRAP ќе биде додадено на полето со содржина така да излезот ќе биде прикажан без измени. (default 1).';
661 $strTransformation_text_plain__formatted = 'Го чува оригиналниот формат на полето. Escaping не се врши.';
662 $strTransformation_text_plain__imagelink = 'Прикажува слика и линк, полето го содржи називот на податотеката; првата опција е префикс како "http://domain.com/", другата опција е ширина во пиксели, а третата е висина.';
663 $strTransformation_text_plain__link = 'Прикажува линк, полето го содржи називот на податотеката; првата опција е префикс како "http://domain.com/", другата опција е наслов за линкот.';
664 $strTransformation_text_plain__substr = 'Покажува дел од стрингот. Првата опција е број на знаци кои треба да се прескокнат од почетокот на стрингот (default 0). Другата опција е број на вратени знаци (default: до крај на стрингот). Третата опција е стринг кој се додава кага ќе дојде до отсекување (default: ...) .';
665 $strTruncateQueries = 'Прикажи скратени упити';
666 $strTurkish = 'Турски';
667 $strType = 'Тип';
669 $strUkrainian = 'Украински';
670 $strUncheckAll = 'ниедно';
671 $strUnicode = 'Уникод';
672 $strUnique = 'Единствен';
673 $strUnknown = 'непознат';
674 $strUnselectAll = 'ништо';
675 $strUpdComTab = 'Ве молиме погледнете во документацијата за тоа како се ажурира табелата Column_comments';
676 $strUpdatePrivMessage = 'Ги ажуриравте привилегиите за %s.';
677 $strUpdateProfileMessage = 'Профилот е променет';
678 $strUpdateQuery = 'Ажурирај';
679 $strUpgrade = 'Би требало да го надоградите вашиот %s сервер на верзија %s или понова.';
680 $strUsage = 'Големина';
681 $strUseBackquotes = 'Името на полето стави го во \'';
682 $strUseHostTable = 'Користи ја табелата на host-от';
683 $strUseTabKey = 'Користете го TAB тастерот за движење од поле во поле, или CTRL+стрелка за слободно движење';
684 $strUseTables = 'Користи табели';
685 $strUseTextField = 'Користи текст поле';
686 $strUseThisValue = 'Користи ја оваа вредност';
687 $strUser = 'Корисник';
688 $strUserAlreadyExists = 'Корисник %s веќе постои!';
689 $strUserEmpty = 'Не е внесен назив на корисник!';
690 $strUserName = 'Назив на корисник';
691 $strUserNotFound = 'Изабраниот корисник не е пронајден во табелата на привилегии.';
692 $strUserOverview = 'Преглед на корисници';
693 $strUsersDeleted = 'Изабраните корисници успешно се избришани.';
694 $strUsersHavingAccessToDb = 'Корисници кои имаат пристап &quot;%s&quot;';
696 $strValidateSQL = 'Провери SQL';
697 $strValidatorError = 'SQL валидаторот не можеше да биде стартуван. Проверете да ли се инсталирани неопходните PHP екстензии опишане во %sдокументацијата%s.';
698 $strValue = 'Вредност';
699 $strVar = 'Променлива';
700 $strVersionInformation = 'Информации за верзијата';
701 $strView = 'Поглед';
702 $strViewDump = 'Прикажи содржина (шема) на табелите';
703 $strViewDumpDB = 'Прикажи содржина (шема) на базата';
704 $strViewDumpDatabases = 'Прикажи содржина (шема) на базите';
705 $strViewHasBeenDropped = 'Прегледот %s е избришан';
707 $strWebServerUploadDirectory = 'директориум за праќање на веб серверот ';
708 $strWebServerUploadDirectoryError = 'Директориумот кој го избравте за праќање не е достапен';
709 $strWelcome = '%s Добредојдовте';
710 $strWestEuropean = 'Западноевропски';
711 $strWildcard = 'џокер';
712 $strWindowNotFound = 'Одредишни прозор претраживача није могао да буде ажуриран. Можда сте затворили матични прозор, или ваш претраживач онемогућава ажурирање међу прозорима због сигурносних подешавања';
713 $strWithChecked = 'Обележаното:';
714 $strWriteRequests = 'Барање за упис';
715 $strWrongUser = 'Погрешно корисничко име/лозинка. Пристапот не е допуштен.';
717 $strXML = 'XML';
719 $strYes = 'Да';
721 $strZeroRemovesTheLimit = 'Напомена: Поставувањето на овие опции на 0 (нула) ги отстранува ограничувањата.';
722 $strZip = '"zip"';
724 $strPrivDescCreateView = 'Дозволува креирање на нови погледи.';
725 $strPrivDescCreateUser = 'Дозволува креирање, бришење и преименување на корсиничките имиња.';
726 $strPrivDescCreateRoutine = 'Дозволува креирање на stored рутини.';
727 $strPrivDescAlterRoutine = 'Дозволува промена и бришење на stored рутини.';
728 $strRoutines = 'Рутини';
729 $strPrivDescShowView = 'Дозволува извршување на SHOW CREATE VIEW упити.';
730 $strPrivDescExecute5 = 'Дозволува извршување на stored рутини.';
731 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE пред копирање';
732 $strGeneratePassword = 'Генерирање на лозинка';
733 $strGenerate = 'Генерирај';
734 $strCopy = 'Копирај';
736 $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
737 $strAddClause = 'Add %s'; //to translate
738 $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
739 $strAndThen = 'and then'; //to translate
740 $strAngularLinks = 'Angular links'; //to translate
741 $strBookmarkCreated = 'Bookmark %s created'; //to translate
742 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
743 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
744 $strCancel = 'Cancel'; //to translate
745 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
746 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
747 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
748 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
749 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
750 $strCreateRelation = 'Create relation'; //to translate
751 $strCreateTable = 'Create table'; //to translate
752 $strCreateUserDatabase = 'Database for user'; //to translate
753 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
754 $strCreateUserDatabaseNone = 'None'; //to translate
755 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
756 $strCSV = 'CSV'; //to translate
757 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
758 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
759 $strDeleteRelation = 'Delete relation'; //to translate
760 $strDelimiter = 'Delimiter'; //to translate
761 $strDesigner = 'Designer'; //to translate
762 $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
763 $strDirectLinks = 'Direct links'; //to translate
764 $strDocSQL = 'DocSQL'; //to translate
765 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
766 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
767 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
768 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
769 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
770 $strEsperanto = 'Esperanto'; //to translate
771 $strEvent = 'Event'; //to translate
772 $strExportImportToScale = 'Export/Import to scale'; //to translate
773 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
774 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
775 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
776 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
777 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
778 $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
779 $strFiles = 'Files'; //to translate
780 $strFileToImport = 'File to import'; //to translate
781 $strFlushQueryCache = 'Flush query cache'; //to translate
782 $strFlushTables = 'Flush (close) all tables'; //to translate
783 $strFontSize = 'Font size'; //to translate
784 $strFunctions = 'Functions'; //to translate
785 $strHandler = 'Handler'; //to translate
786 $strHelp = 'Help'; //to translate
787 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
788 $strHide = 'Hide'; //to translate
789 $strHideShowAll = 'Hide/Show all'; //to translate
790 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
791 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
792 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
793 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
794 $strImportFormat = 'Format of imported file'; //to translate
795 $strImport = 'Import'; //to translate
796 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
797 $strInternalRelationAdded = 'Internal relation added'; //to translate
798 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
799 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
800 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
801 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
802 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
803 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
804 $strInvalidDatabase = 'Invalid database'; //to translate
805 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
806 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
807 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
808 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
809 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
810 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
811 $strInvalidTableName = 'Invalid table name'; //to translate
812 $strJoins = 'Joins'; //to translate
813 $strKeyCache = 'Key cache'; //to translate
814 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
815 $strLanguage = 'Language'; //to translate
816 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
817 $strLDI = 'CSV using LOAD DATA'; //to translate
818 $strLDILocal = 'Use LOCAL keyword'; //to translate
819 $strMaxConnects = 'max. concurrent connections'; //to translate
820 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
821 $strMoveMenu = 'Move Menu'; //to translate
822 $strMysqlClientVersion = 'MySQL client version'; //to translate
823 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
824 $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
825 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
826 $strNumberOfFields = 'Number of fields'; //to translate
827 $strNumberOfTables = 'Number of tables'; //to translate
828 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
829 $strOpenDocumentText = 'Open Document Text'; //to translate
830 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
831 $strOptions = 'Options'; //to translate
832 $strPartialImport = 'Partial import'; //to translate
833 $strPDF = 'PDF'; //to translate
834 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
835 $strPDFReportTitle = 'Report title'; //to translate
836 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
837 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
838 $strProcedures = 'Procedures'; //to translate
839 $strProcesses = 'Processes'; //to translate
840 $strProtocolVersion = 'Protocol version'; //to translate
841 $strQueryCache = 'Query cache'; //to translate
842 $strQueryResultsOperations = 'Query results operations'; //to translate
843 $strRecommended = 'recommended'; //to translate
844 $strRelationDeleted = 'Relation deleted'; //to translate
845 $strReloadPrivileges = 'Reload privileges'; //to translate
846 $strReload = 'Reload'; //to translate
847 $strReplication = 'Replication'; //to translate
848 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
849 $strRoutineReturnType = 'Return type'; //to translate
850 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
851 $strSavePosition = 'Save position'; //to translate
852 $strSelectForeignKey = 'Select Foreign Key'; //to translate
853 $strSelectReferencedKey = 'Select referenced key'; //to translate
854 $strServers = 'Servers'; //to translate
855 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
856 $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
857 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
858 $strShowingBookmark = 'Showing bookmark'; //to translate
859 $strShowingPhp = 'Showing as PHP code'; //to translate
860 $strShowingSQL = 'Showing SQL query'; //to translate
861 $strShowOpenTables = 'Show open tables'; //to translate
862 $strShowSlaveHosts = 'Show slave hosts'; //to translate
863 $strShowSlaveStatus = 'Show slave status'; //to translate
864 $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
865 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
866 $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
867 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
868 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
869 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
870 $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
871 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
872 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
873 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
874 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
875 $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
876 $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
877 $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
878 $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
879 $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
880 $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
881 $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
882 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
883 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
884 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
885 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
886 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
887 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
888 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
889 $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
890 $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
891 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
892 $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
893 $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
894 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
895 $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
896 $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
897 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
898 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
899 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
900 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
901 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
902 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
903 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
904 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
905 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
906 $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
907 $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
908 $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
909 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
910 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
911 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
912 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
913 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
914 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
915 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
916 $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
917 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
918 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
919 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
920 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
921 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
922 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
923 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
924 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
925 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
926 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
927 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
928 $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
929 $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
930 $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
931 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
932 $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
933 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
934 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
935 $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
936 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
937 $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
938 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
939 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
940 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
941 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
942 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
943 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
944 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
945 $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
946 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
947 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
948 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
949 $strShowStatusReset = 'Reset'; //to translate
950 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
951 $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
952 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
953 $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
954 $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
955 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
956 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
957 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
958 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
959 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
960 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
961 $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
962 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
963 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
964 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
965 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
966 $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
967 $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
968 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
969 $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
970 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
971 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
972 $strSmallBigAll = 'Small/Big All'; //to translate
973 $strSnapToGrid = 'Snap to grid'; //to translate
974 $strSorting = 'Sorting'; //to translate
975 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
976 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
977 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
978 $strStructureForView = 'Structure for view'; //to translate
979 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
980 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
981 $strTableName = 'Table name'; //to translate
982 $strTempData = 'Temporary data'; //to translate
983 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
984 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
985 $strThemeNotFound = 'Theme %s not found!'; //to translate
986 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
987 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
988 $strThreads = 'Threads'; //to translate
989 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
990 $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
991 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
992 $strToFromPage = 'to/from page'; //to translate
993 $strToggleSmallBig = 'Toggle small/big'; //to translate
994 $strToSelectRelation = 'To select relation, click :'; //to translate
995 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
996 $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
997 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
998 $strTriggers = 'Triggers'; //to translate
999 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
1000 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1001 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1002 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1003 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1004 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1005 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1006 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1007 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
1008 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
1009 $strViewName = 'VIEW name'; //to translate
1010 $strProfiling = 'Profiling'; //to translate
1011 $strPartitionDefinition = 'PARTITION definition'; //to translate
1012 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1013 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1014 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1015 $strPartitioned = 'partitioned'; //to translate
1016 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1017 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
1018 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1019 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
1020 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1021 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1022 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1023 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
1024 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1025 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1026 $strPartition = 'Partition %s'; //to translate
1027 $strAnalyze = 'Analyze'; //to translate
1028 $strCheck = 'Check'; //to translate
1029 $strOptimize = 'Optimize'; //to translate
1030 $strRebuild = 'Rebuild'; //to translate
1031 $strRepair = 'Repair'; //to translate
1032 $strRemovePartitioning = 'Remove partitioning'; //to translate
1033 $strSearchInField = 'Inside field:'; //to translate
1034 $strTexyText = 'Texy! text'; //to translate
1035 $strDetails = 'Details...'; //to translate
1036 $strComment = 'Comment'; //to translate
1037 $strPacked = 'Packed'; //to translate
1038 $strActions = 'Actions'; //to translate
1039 $strInterface = 'Interface'; //to translate
1040 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1041 $strEvents = 'Events'; //to translate
1042 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
1043 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
1044 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1045 $strRelationalKey = 'Relational key'; //to translate
1046 $strRelationalDisplayField = 'Relational display field'; //to translate
1047 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1048 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1049 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1050 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1051 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
1052 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
1053 $strPBXTLogCacheSize = 'Log cache size'; //to translate
1054 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
1055 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
1056 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
1057 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
1058 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
1059 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
1060 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
1061 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
1062 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
1063 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
1064 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
1065 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
1066 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
1067 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
1068 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
1069 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
1070 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
1071 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
1072 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
1073 $strPBXTLogFileCount = 'Log file count'; //to translate
1074 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
1075 $strAsDefined = 'As defined:'; //to translate
1076 $strWiki = 'Wiki'; //to translate
1077 $strWebServer = 'Web server'; //to translate
1078 $strPHPExtension = 'PHP extension'; //to translate
1079 $strCustomColor = 'Custom color'; //to translate
1080 $strBLOBRepository = 'BLOB Repository'; //to translate
1081 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
1082 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
1083 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
1084 $strBLOBRepositoryDisable = 'Disable'; //to translate
1085 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
1086 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
1087 $strBLOBRepositoryEnable = 'Enable'; //to translate
1088 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
1089 $strBLOBRepositoryRepair = 'Repair'; //to translate
1090 $strBLOBRepositoryStatus = 'Status'; //to translate
1091 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
1092 $strViewImage = 'View image'; //to translate
1093 $strPlayAudio = 'Play audio'; //to translate
1094 $strViewVideo = 'View video'; //to translate
1095 $strDownloadFile = 'Download file'; //to translate
1096 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1097 $strShowKeys = 'Only show keys'; //to translate
1098 $strSetupServersAdd = 'Add a new server'; //to translate
1099 $strSetupServersEdit = 'Edit server'; //to translate
1100 $strSetupFormset_features = 'Features'; //to translate
1101 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1102 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1103 $strSetupFormset_import = 'Customize import defaults'; //to translate
1104 $strSetupFormset_export = 'Customize export options'; //to translate
1105 $strSetupFormset_customization = 'Customization'; //to translate
1106 $strSetupTrue = 'yes'; //to translate
1107 $strSetupFalse = 'no'; //to translate
1108 $strSetupDisplay = 'Display'; //to translate
1109 $strSetupDownload = 'Download'; //to translate
1110 $strSetupClear = 'Clear'; //to translate
1111 $strSetupLoad = 'Load'; //to translate
1112 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1113 $strSetupSetValue = 'Set value: %s'; //to translate
1114 $strSetupWarning = 'Warning'; //to translate
1115 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1116 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1117 $strSetupShowForm = 'Show form'; //to translate
1118 $strSetupOverview = 'Overview'; //to translate
1119 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1120 $strSetupNoServers = 'There are no configured servers'; //to translate
1121 $strSetupNewServer = 'New server'; //to translate
1122 $strSetupDefaultLanguage = 'Default language'; //to translate
1123 $strSetupDefaultServer = 'Default server'; //to translate
1124 $strSetupLetUserChoose = 'let the user choose'; //to translate
1125 $strSetupOptionNone = '- none -'; //to translate
1126 $strSetupEndOfLine = 'End of line'; //to translate
1127 $strSetupConfigurationFile = 'Configuration file'; //to translate
1128 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1129 $strSetupDonateLink = 'Donate'; //to translate
1130 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1131 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1132 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1133 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1134 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate
1135 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1136 $strSetupVersionCheck = 'Version check'; //to translate
1137 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1138 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1139 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1140 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1141 $strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate
1142 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1143 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1144 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1145 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1146 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1147 $strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1148 $strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a passowrd.'; //to translate
1149 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate
1150 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1151 $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate
1152 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1153 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1154 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1155 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1156 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1157 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1158 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1159 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1160 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1161 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1162 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1163 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1164 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1165 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1166 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1167 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1168 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1169 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1170 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1171 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1172 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1173 $strSetupForm_Server = 'Basic settings'; //to translate
1174 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1175 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1176 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1177 $strSetupForm_Server_config = 'Server configuration'; //to translate
1178 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1179 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1180 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1181 $strSetupForm_Import_export = 'Import / export'; //to translate
1182 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1183 $strSetupForm_Security = 'Security'; //to translate
1184 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1185 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1186 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1187 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1188 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1189 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1190 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1191 $strSetupForm_Left_servers = 'Servers'; //to translate
1192 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1193 $strSetupForm_Left_databases = 'Databases'; //to translate
1194 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1195 $strSetupForm_Left_tables = 'Tables'; //to translate
1196 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1197 $strSetupForm_Main_frame = 'Main frame'; //to translate
1198 $strSetupForm_Startup = 'Startup'; //to translate
1199 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1200 $strSetupForm_Browse = 'Browse mode'; //to translate
1201 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1202 $strSetupForm_Edit = 'Edit mode'; //to translate
1203 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1204 $strSetupForm_Tabs = 'Tabs'; //to translate
1205 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1206 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1207 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1208 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1209 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1210 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1211 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1212 $strSetupForm_Query_window = 'Query window'; //to translate
1213 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1214 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1215 $strSetupServers_verbose_desc = 'Hostname where MySQL server is running'; //to translate
1216 $strSetupServers_host_name = 'Server hostname'; //to translate
1217 $strSetupServers_host_desc = ''; //to translate
1218 $strSetupServers_port_name = 'Server port'; //to translate
1219 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1220 $strSetupServers_socket_name = 'Server socket'; //to translate
1221 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1222 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1223 $strSetupServers_ssl_desc = ''; //to translate
1224 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1225 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1226 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1227 $strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate
1228 $strSetupServers_compress_name = 'Compress connection'; //to translate
1229 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1230 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1231 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1232 $strSetupServers_user_name = 'User for config auth'; //to translate
1233 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1234 $strSetupServers_password_name = 'Password for config auth'; //to translate
1235 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1236 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1237 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1238 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1239 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.cihar.com/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1240 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1241 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1242 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1243 $strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; //to translate
1244 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1245 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1246 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1247 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1248 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1249 $strSetupServers_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate
1250 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1251 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1252 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1253 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1254 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1255 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1256 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1257 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1258 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1259 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1260 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1261 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [kbd]phpmyadmin[/kbd]'; //to translate
1262 $strSetupServers_controluser_name = 'Control user'; //to translate
1263 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.cihar.com/pma/controluser]wiki[/a]'; //to translate
1264 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1265 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1266 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1267 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1268 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate
1269 $strSetupServers_relation_name = 'Relation table'; //to translate
1270 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.cihar.com/pma/relation]relation-links[/a] support, default: [kbd]pma_relation[/kbd]'; //to translate
1271 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1272 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [kbd]pma_table_info[/kbd]'; //to translate
1273 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1274 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_table_coords[/kbd]'; //to translate
1275 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1276 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, default: [kbd]pma_pdf_pages[/kbd]'; //to translate
1277 $strSetupServers_column_info_name = 'Column information table'; //to translate
1278 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, default: [kbd]pma_column_info[/kbd]'; //to translate
1279 $strSetupServers_history_name = 'SQL query history table'; //to translate
1280 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate
1281 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1282 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]designer_coords[/kbd]'; //to translate
1283 $strSetupUploadDir_name = 'Upload directory'; //to translate
1284 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1285 $strSetupSaveDir_name = 'Save directory'; //to translate
1286 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1287 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1288 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1289 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1290 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1291 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1292 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1293 $strSetupZipDump_name = 'ZIP'; //to translate
1294 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1295 $strSetupGZipDump_name = 'GZip'; //to translate
1296 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1297 $strSetupBZipDump_name = 'Bzip2'; //to translate
1298 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1299 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1300 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1301 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1302 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1303 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1304 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1305 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1306 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1307 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1308 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1309 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1310 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1311 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1312 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1313 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1314 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1315 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1316 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1317 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1318 $strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate
1319 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1320 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1321 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1322 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1323 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1324 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1325 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1326 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1327 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1328 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate
1329 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1330 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1331 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1332 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1333 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1334 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1335 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1336 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1337 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1338 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1339 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1340 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1341 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1342 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1343 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1344 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1345 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1346 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1347 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1348 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1349 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1350 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1351 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1352 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1353 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1354 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1355 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1356 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1357 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1358 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1359 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1360 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1361 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1362 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1363 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1364 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1365 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1366 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1367 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1368 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1369 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1370 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1371 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1372 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1373 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1374 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1375 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1376 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1377 $strSetupShowStats_name = 'Show statistics'; //to translate
1378 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1379 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1380 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1381 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1382 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1383 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1384 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1385 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1386 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1387 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1388 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1389 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1390 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1391 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1392 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1393 $strSetupOrder_name = 'Default sorting order'; //to translate
1394 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1395 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1396 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1397 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1398 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1399 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1400 $strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate
1401 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1402 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1403 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1404 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1405 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1406 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1407 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1408 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1409 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1410 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1411 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1412 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1413 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1414 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1415 $strSetupLightTabs_name = 'Light tabs'; //to translate
1416 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1417 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1418 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1419 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1420 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1421 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1422 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1423 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1424 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1425 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1426 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1427 $strSetupSQLQuery_Edit_name = 'Edit'; //to translate
1428 $strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
1429 $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
1430 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1431 $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
1432 $strSetupImport_format_name = 'Format of imported file'; //to translate
1433 $strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate
1434 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1435 $strSetupImport_allow_interrupt_desc = '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
1436 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1437 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1438 $strSetupExport_format_name = 'Format'; //to translate
1439 $strSetupExport_compression_name = 'Compression'; //to translate
1440 $strSetupExport_asfile_name = 'Save as file'; //to translate
1441 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1442 $strSetupExport_onserver_name = 'Save on server'; //to translate
1443 $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
1444 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1445 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1446 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1447 $strSetupExport_file_template_server_name = 'Server name template'; //to translate