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