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