Modularize frontPayment() function in front_payment.php script to allow use with...
[openemr.git] / phpmyadmin / lang / persian-utf-8.inc.php
blobca6034bc39131df5cba3fcf7051de285c3c65e11
1 <?php
3 /* $Id$ */
4 /*
5 Persian(Farsi) translation by : Bornis Group
6 www.BornisGroup.com
7 info@BornisGroup.com
8 */
9 $charset = 'utf-8';
10 $allow_recoding = TRUE;
11 $text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
12 $number_thousands_separator = ',';
13 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('بايت', 'كيلوبايت', 'مگا بايت', 'گيگا بايت', 'ترابايت', 'پتا بايت', 'اگزا بايت');
17 $day_of_week = array('يكشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنج‌شنبه', 'جمعه', 'شنبه');
18 $month = array('ژانويه', 'فوريه', 'مارس', 'آوريل', 'مي', 'ژوئن', 'جولاي', 'آگوست', 'سپتامبر', 'اكتبر', 'نوامبر', 'دسامبر');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%d %B %Y ساعت %I:%M %p';
22 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
24 $strAccessDenied = 'دسترسي مجاز نيست';
25 $strAction = 'عمل';
26 $strAddDeleteColumn = 'اضافه يا حذف ستونها';
27 $strAddDeleteRow = 'اضافه/حذف معيارها';
28 $strAddNewField = 'افزودن ستون جديد';
29 $strAddSearchConditions = 'افزودن شرايط جستجو (بدنه شرط "where"):';
30 $strAddUser = 'افزودن يك كاربر جديد';
31 $strAddUserMessage = 'شما يك كاربر جديد اضافه كرديد.';
32 $strAffectedRows = 'سطرهاي تحت تاثير واقع‌شده:';
33 $strAfterInsertBack = 'برو به صفحه قبل';
34 $strAfterInsertNewInsert = 'درج يك سطر جديد ديگر';
35 $strAfter = 'بعد از %s';
36 $strAll = 'همه';
37 $strAllTableSameWidth = 'نمايش همه جدولها با عرض يكسان؟';
38 $strAlterOrderBy = 'تغيير جدول مرتب شده با';
39 $strAnalyzeTable = 'تحليل جدول';
40 $strAnd = 'و';
41 $strAnIndex = 'يك فهرست در %s اضافه گرديد.';
42 $strAny = 'همه';
43 $strAnyHost = 'همه ميزبانها';
44 $strAnyUser = 'همه كاربران';
45 $strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد';
46 $strAscending = 'صعودي';
47 $strAtBeginningOfTable = 'در ابتداي جدول';
48 $strAtEndOfTable = 'در انتهاي جدول';
49 $strAttr = 'ويژگيها';
51 $strBack = 'بازگشت';
52 $strBeginCut = 'BEGIN CUT';
53 $strBeginRaw = 'BEGIN RAW';
54 $strBinary = 'دودويي';
55 $strBrowse = 'مشاهده';
56 $strBzip = '"bzipped"';
58 $strCantLoadRecodeIconv = 'بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است ، مقدور نمي‌باشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد.';
59 $strCantRenameIdxToPrimary = 'بازناميدن فهرست به PRIMARY مقدور نمي‌باشد!';
60 $strChange = 'تغيير';
61 $strChangeDisplay = 'ستون را براي نمايش انتخاب نماييد';
62 $strChangePassword = 'تغيير اسم رمز';
63 $strCharsetOfFile = 'مجموعه كاراكترهاي پرونده:';
64 $strCheckAll = 'انتخاب همه';
65 $strCheckTable = 'بررسي جدول';
66 $strChoosePage = 'لطفا يك صفحه را براي ويرايش انتخاب نماييد';
67 $strColComFeat = 'نمايش توضيحات ستون';
68 $strColumnNames = 'نام ستونها';
69 $strComments = 'توضيحات';
70 $strCompleteInserts = 'تمام وروديها';
71 $strCompression = 'فشرده‌سازي';
72 $strConfigFileError = 'phpMyAdmin قادر به خواندن پرونده تنظيمات نمي‌باشد!<br />اين ممكن است به خاطر وجود يك مشكل دستوري و يا پيدانشدن پرونده توسط php باشد.<br />لطفا پرونده تنظميات را مستقيما توسط پيوند زير صدا زده و پيغام(هاي) خطاي php كه دريافت مي‌كنيد را بخوانيد. در اكثر موارد يك علامت نقل قول (" \' ") يا ويرگول‌نقطه (" ; ") در جايي وجود ندارد.<br />اگر يك صفحه خالي دريافت كرديد ، همه چيز درست است.';
73 $strConfigureTableCoord = 'لطفا مختصات جدول %s را تنظيم كنيد';
74 $strCopyTable = 'كپي كردن جدول به (پايگاه داده<b>.</b>جدول):';
75 $strCopyTableOK = 'جدول %s به %s كپي شد.';
76 $strCreate = 'ساختن';
77 $strCreateIndex = 'ساخت يك فهرست در&nbsp;%s&nbsp;ستون';
78 $strCreateIndexTopic = 'ساخت فهرست جديد';
79 $strCreateNewDatabase = 'ساخت پايگاه داده جديد';
80 $strCreateNewTable = 'ساخت جدول جديد در پايگاه داده %s';
81 $strCreatePage = 'ساخت يك صفحه جديد';
82 $strCreatePdfFeat = 'ساخت PDFs';
83 $strCriteria = 'معيارها';
85 $strData = 'داده';
86 $strDatabase = 'پايگاه داده';
87 $strDatabaseHasBeenDropped = 'پايگاه داده %s حذف گرديد.';
88 $strDatabases = 'پايگاههاي داده';
89 $strDatabasesStats = 'آمار پايگاههاي داده';
90 $strDataDict = 'فرهنگ داده‌ها';
91 $strDataOnly = 'فقط داده‌ها';
92 $strDefault = 'پيش‌فرض';
93 $strDelete = 'حذف';
94 $strDeleted = 'سطر حذف گرديد .';
95 $strDeletedRows = 'سطرهاي حذف‌شده :';
96 $strDescending = 'نزولي';
97 $strDisabled = 'غيرفعال';
98 $strDisplayFeat = 'نمايش خصوصيات';
99 $strDisplayOrder = 'ترتيب نمايش:';
100 $strDisplayPDF = 'نمايش الگوي PDF';
101 $strDoAQuery = 'انجام يك "پرس و جو با نمونه" (wildcard: "%")';
102 $strDocu = 'مستندات';
103 $strDoYouReally = 'آيا مطمئن هستيد ';
104 $strDrop = 'حذف';
105 $strDumpingData = 'حذف داده‌هاي جدول';
106 $strDumpXRows = 'حذف %s سطر(ها) ابتدا از سطر شماره %s.';
107 $strDynamic = 'پويا';
109 $strEdit = 'ويرايش';
110 $strEditPDFPages = 'ويرايش صفحات PDF';
111 $strEditPrivileges = 'ويرايش امتيازات';
112 $strEffective = 'موثر';
113 $strEmpty = 'خالي كردن';
114 $strEmptyResultSet = 'MySQL يك نتيجه خالي داد. (مثلا 0 سطر).';
115 $strEnabled = 'فعال';
116 $strEnd = 'انتها';
117 $strEndCut = 'END CUT';
118 $strEndRaw = 'END RAW';
119 $strEnglishPrivileges = ' نكته : نام امتيازات MySQL به زبان انگليسي بيان مي‌شود .';
120 $strError = 'خطا';
121 $strExplain = 'شرح دادن SQL';
122 $strExport = 'صدور';
123 $strExtendedInserts = 'وروديهاي تمديدشده';
124 $strExtra = 'اضافي';
126 $strField = 'ستون';
127 $strFieldHasBeenDropped = 'ستون %s حذف گرديد';
128 $strFields = 'ستونها';
129 $strFieldsEnclosedBy = 'ستونهاي درميان‌گرفته با';
130 $strFieldsEscapedBy = 'ستونهاي جداشده با';
131 $strFieldsTerminatedBy = 'ستونهاي منتهي به';
132 $strFixed = 'fixed';
133 $strFlushTable = 'Flush the table ("FLUSH")';
134 $strFormat = 'قالب';
135 $strFormEmpty = 'مقداري در فرم وارد نشده !';
136 $strFullText = 'كاملا متن';
137 $strFunction = 'تابع';
139 $strGenBy = 'توليد‌شده توسط';
140 $strGenTime = 'زمان توليد';
141 $strGo = 'تاييد';
142 $strGzip = '"gzipped"';
144 $strHasBeenAltered = 'تغيير داده‌شد.';
145 $strHasBeenCreated = 'ساخته شد.';
146 $strHaveToShow = 'شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد';
147 $strHome = 'خانه';
148 $strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin';
149 $strHost = 'ميزبان';
150 $strHostEmpty = 'نام ميزبان خالي است!';
152 $strIdxFulltext = 'كاملا متن';
153 $strIgnore = 'Ignore';
154 $strIndex = 'فهرست';
155 $strIndexes = 'فهرست‌ها';
156 $strIndexHasBeenDropped = 'فهرست %s حذف گرديد';
157 $strIndexName = 'اسم فهرست&nbsp;:';
158 $strIndexType = 'نوع فهرست&nbsp;:';
159 $strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز مي‌شود ، و شما بايد اين حفره امنيتي را ذرست كنيد.';
160 $strInsert = 'درج';
161 $strInsertAsNewRow = 'درج به عنوان يك سطر جديد';
162 $strInsertedRows = 'سطرهاي درج‌شده:';
163 $strInUse = 'in use';
165 $strKeepPass = 'عدم تغيير اسم رمز';
166 $strKeyname = 'Keyname';
167 $strKill = 'Kill';
169 $strLengthSet = 'طول/مقادير*';
170 $strLimitNumRows = 'تعداد سطرها در هر صفحه';
171 $strLinesTerminatedBy = 'خطوط منتهي به';
172 $strLinkNotFound = 'پيوند پيدا نشد';
173 $strLinksTo = 'پيوند به';
174 $strLocationTextfile = 'محل پرونده متني';
175 $strLogin = 'ورود';
176 $strLogout = 'خروج';
177 $strLogPassword = 'اسم رمز:';
178 $strLogUsername = 'نام كاربر:';
180 $strModifications = 'اصلاحات ذخيره گرديد';
181 $strModify = 'اصلاح';
182 $strModifyIndexTopic = 'اصلاح يك فهرست';
183 $strMoveTable = 'انتقال جدول به (پايگاه داده<b>.</b>جدول):';
184 $strMoveTableOK = 'جدول %s به %s انتقال داده‌شد.';
185 $strMySQLCharset = 'مجموع كاراكترهاي MySQL';
186 $strMySQLSaid = 'پيغام MySQL :';
187 $strMySQLShowProcess = 'نمايش فرايندها';
188 $strMySQLShowStatus = 'نمايش اطلاعات MySQL';
189 $strMySQLShowVars = 'نمايش متغيرهاي سيستمي MySQL';
191 $strName = 'اسم';
192 $strNext = 'بعد';
193 $strNo = 'خير';
194 $strNoDatabases = 'No databases';
195 $strNoDescription = 'no Description';
196 $strNoDropDatabases = 'دستور "DROP DATABASE" غيرفعال مي‌باشد.';
197 $strNoIndex = 'هيچ فهرستي تعريف‌نشده‌است!';
198 $strNone = 'خير';
199 $strNoPassword = 'بدون اسم رمز';
200 $strNoPhp = 'بدون كد PHP';
201 $strNoTablesFound = 'در اين پايگاه داده هيچ جدولي وجود ندارد .';
202 $strNotNumber = 'اين يك عدد نيست!';
203 $strNotOK = 'not OK';
204 $strNotSet = 'جدول <b>%s</b> وجود ندارد و يا در %s تنظيم نشده‌است';
205 $strNoUsersFound = 'هيچ كاربري وچود ندارد.';
206 $strNull = 'خالي';
207 $strNumTables = 'جدولها';
209 $strOK = 'تاييد';
210 $strOperations = 'عمليات';
211 $strOptimizeTable = 'بهينه‌سازي جدول';
212 $strOr = 'يا';
214 $strPageNumber = 'شماره صفحه:';
215 $strPassword = 'اسم رمز';
216 $strPasswordEmpty = 'اسم رمز خالي است!';
217 $strPasswordNotSame = 'اسم رمزها مانند هم نمي‌باشد!';
218 $strPdfInvalidTblName = 'جدول "%s" وجود ندارد!';
219 $strPdfNoTables = 'No tables';
220 $strPersian = 'فارسي';
221 $strPhp = 'ساخت كد PHP';
222 $strPHPVersion = 'نسخه PHP';
223 $strPmaDocumentation = 'مستندات phpMyAdmin';
224 $strPos1 = 'شروع';
225 $strPrevious = 'قبل';
226 $strPrimary = 'اصلي';
227 $strPrimaryKeyHasBeenDropped = 'كليد اصلي حذف گرديد';
228 $strPrimaryKeyName = 'نام كليد اصلي بايد PRIMARY باشد !';
229 $strPrimaryKeyWarning = '(<b>فقط و فقط بايد</b> "PRIMARY" نام يك كليد اصلي باشد!)';
230 $strPrint = 'چاپ';
231 $strPrintView = 'نماي چاپ';
232 $strPrivileges = 'امتيازات';
233 $strPutColNames = 'قراردادن نام ستونها در اولين سطر';
235 $strQBE = 'پرس و جو';
236 $strQBEDel = 'Del';
237 $strQBEIns = 'Ins';
238 $strQueryOnDb = 'پرس و جوي SQL از پايگاه داده <b>%s</b>:';
240 $strRecords = 'سطرها';
241 $strRelationNotWorking ='امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شده‌است . براي پيداكردن دليل آن %sاينجا%s را بزنيد .';
242 $strRenameTable = 'بازناميدن جدول به';
243 $strRenameTableOK = 'جدول %s به %s تغيير نام داده‌شد';
244 $strRepairTable = 'مرمت جدول';
245 $strReplaceTable = 'جايگزيني داده‌هاي جدول با پرونده';
246 $strReset = 'Reset';
247 $strReType = 'تكرار';
248 $strRevoke = 'ابطال';
249 $strRevokeMessage = 'شما امتيازات %s را ابطال كرديد';
250 $strRowLength = 'طول سطر';
251 $strRows = 'سطرها';
252 $strRowsFrom = 'سطر(ها) ابتدا از سطر شماره ';
253 $strRowSize = ' اندازه سطر ';
254 $strRowsModeHorizontal = 'افقي';
255 $strRowsModeVertical = 'عمودي';
256 $strRowsStatistic = 'آمار سطرها';
257 $strRunning = 'در ميزبان %s';
258 $strRunQuery = 'Submit Query';
259 $strRunSQLQuery = 'اجراي پرس و جو(ها)ي SQL در پايگاه‌داده %s';
261 $strSave = 'ذخيره';
262 $strSearch = 'جستجو';
263 $strSearchFormTitle = 'جستجو در پايگاه‌داده';
264 $strSearchInTables = 'در جدول(هاي) :';
265 $strSearchNeedle = 'كلمه(ها) يا مقدار(ها) براي جستجو (wildcard: "%"):';
266 $strSearchOption1 = 'حداقل يكي از كلمات';
267 $strSearchOption2 = 'تمامي كلمات';
268 $strSearchOption3 = 'عبارت كامل';
269 $strSearchOption4 = 'بعنوان مبين منظم(as regular expression)';
270 $strSearchResultsFor = 'نتيجه جستجوي "<i>%s</i>" %s:';
271 $strSearchType = 'نوع جستجو :';
272 $strSelectADb = 'لطفا يك پايگاه داده را انتخاب نماييد.';
273 $strSelectAll = 'انتخاب همه';
274 $strSelectFields = 'ستونها را انتخاب نماييد (حداقل يكي)';
275 $strSelectNumRows = 'in query';
276 $strSelectTables = 'Select Tables';
277 $strSend = 'ذخيره به صورت پرونده';
278 $strServer = 'سرور';
279 $strServerVersion = 'نسخه سرور';
280 $strSetEnumVal = 'اگر نوع ستون "enum" يا "set" مي‌باشد ، لطفا براي ورود مقادير از اين قالب استفاده نماييد : \'a\',\'b\',\'c\'...<br /> اگر احتياج داشتيد كه از علامت مميز برعكس(بك‌اسلش) (" \ ") يا نقل‌قول تكي (" \' ") در آن مقادير استفاده نماييد ، قبل از آنها علامت (" \ ") را بگذاريد<br /> (براي مثال\'\\\\xyz\' يا \'a\\\'b\')';
281 $strShow = 'نمايش';
282 $strShowAll = 'نمايش همه';
283 $strShowColor = 'نمايش رنگ';
284 $strShowGrid = 'Show grid';
285 $strShowingRecords = 'Showing rows';
286 $strShowPHPInfo = 'نمايش اطلاعات PHP';
287 $strShowTableDimension = 'نمايش ابعاد جدولها';
288 $strShowTables = 'نمايش جدولها';
289 $strShowThisQuery = ' نمايش دوباره اين پرس و جو در اينجا ';
290 $strSingly = '(تنها)';
291 $strSize = 'اندازه';
292 $strSort = 'ترتيب';
293 $strSpaceUsage = 'فضاي استفاده‌شده';
294 $strSplitWordsWithSpace = 'كلمات با علامت فاصله (" ") جدا مي‌شوند.';
295 $strSQLQuery = 'پرس و جوي SQL';
296 $strSQLResult = 'نتيجه SQL';
297 $strSQL = 'SQL';
298 $strStatement = 'شرج';
299 $strStrucCSV = 'داده‌هاي CSV';
300 $strStrucData = 'ساختار و داده‌ها';
301 $strStrucExcelCSV = 'CSV براي داده‌هاي MS Excel';
302 $strStrucOnly = 'فقط ساختار';
303 $strStructPropose = 'پيشنهاد ساختار جدول';
304 $strStructure = 'ساختار';
305 $strSubmit = 'ارسال';
306 $strSuccess = 'پرس و جوي SQL شما با موفقيت اجرا گرديد';
307 $strSum = 'مجموع';
309 $strTable = 'جدول';
310 $strTableComments = 'توضيحات جدول';
311 $strTableEmpty = 'نام جدول وارد نشده‌است !';
312 $strTableHasBeenDropped = 'جدول %s حذف گرديد';
313 $strTableHasBeenEmptied = 'جدول %s خالي شد';
314 $strTableMaintenance = 'نگهداشت جدول';
315 $strTables = '%s جدول(ها)';
316 $strTotal = 'جمع كل';
317 $strTotalUC = 'جمع كل';
318 $strType = 'نوع';
320 $strUncheckAll = 'عدم انتخاب همه';
321 $strUnique = 'يكتا';
322 $strUnselectAll = 'عدم انتخاب همه';
323 $strUpdatePrivMessage = 'امتيازات %s به هنگام گرديد.';
324 $strUpdateProfileMessage = 'تنظيمات به هنگام گرديد.';
325 $strUpdateQuery = 'به‌هنگام سازي پرس و جو';
326 $strUsage = 'استفاده';
327 $strUseBackquotes = 'قراردادن نام جدولها و ستونها بين علامت نقل‌قول (" \' ")';
328 $strUser = 'كاربر';
329 $strUserEmpty = 'نام كاربر خالي است!';
330 $strUserName = 'نام كاربر';
331 $strUseTables = 'بكارگيري جدولها';
333 $strValidateSQL = 'معتبرسازي SQL';
334 $strValue = 'مقدار';
335 $strViewDump = 'نمايش الگوي جدول';
336 $strViewDumpDB = 'نمايش الگوي پايگاه داده';
338 $strWebServerUploadDirectoryError = 'پوشه‌اي را كه براي انتقال فايل انتخاب كرده‌ايد قابل دسترسي نيست.';
339 $strWelcome = 'به %s خوش‌آمديد';
340 $strWithChecked = 'موارد انتخاب‌شده :';
341 $strWrongUser = 'نام كاربر/اسم رمز اشتباه است. دسترسي مجاز نيست.';
343 $strYes = 'بلي';
345 $strZip = '"zipped"';
347 // To translate:
348 $strAbortedClients = 'Aborted'; //to translate
349 $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
350 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
351 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
352 $strAddConstraints = 'Add constraints'; //to translate
353 $strAddFields = 'Add %s field(s)'; //to translate
354 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
355 $strAddIntoComments = 'Add into comments'; //to translate
356 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
357 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
358 $strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
359 $strAdministration = 'Administration'; //to translate
360 $strAfterInsertNext = 'Edit next row'; //to translate
361 $strAfterInsertSame = 'Go back to this page'; //to translate
362 $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
363 $strAndThen = 'and then'; //to translate
364 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
365 $strArabic = 'Arabic'; //to translate
366 $strArmenian = 'Armenian'; //to translate
367 $strAutomaticLayout = 'Automatic layout'; //to translate
369 $strBaltic = 'Baltic'; //to translate
370 $strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
371 $strBinaryLog = 'Binary log'; //to translate
372 $strBinLogEventType = 'Event type'; //to translate
373 $strBinLogInfo = 'Information'; //to translate
374 $strBinLogName = 'Log name'; //to translate
375 $strBinLogOriginalPosition = 'Original position'; //to translate
376 $strBinLogPosition = 'Position'; //to translate
377 $strBinLogServerId = 'Server ID'; //to translate
378 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
379 $strBookmarkCreated = 'Bookmark %s created'; //to translate
380 $strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
381 $strBookmarkLabel = 'Label'; //to translate
382 $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
383 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
384 $strBookmarkThis = 'Bookmark this SQL-query'; //to translate
385 $strBookmarkView = 'View only'; //to translate
386 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
387 $strBrowseForeignValues = 'Browse foreign values'; //to translate
388 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
389 $strBufferPool = 'Buffer Pool'; //to translate
390 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
391 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
392 $strBufferReadMisses = 'Read misses'; //to translate
393 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
394 $strBufferWriteWaits = 'Write waits'; //to translate
395 $strBulgarian = 'Bulgarian'; //to translate
396 $strBusyPages = 'Busy pages'; //to translate
397 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
399 $strCalendar = 'Calendar'; //to translate
400 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
401 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
402 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
403 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
404 $strCardinality = 'Cardinality'; //to translate
405 $strCaseInsensitive = 'case-insensitive'; //to translate
406 $strCaseSensitive = 'case-sensitive'; //to translate
407 $strCentralEuropean = 'Central European'; //to translate
408 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
409 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
410 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
411 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
412 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
413 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
414 $strCharset = 'Charset'; //to translate
415 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
416 $strCharsets = 'Charsets'; //to translate
417 $strCheckOverhead = 'Check tables with overhead'; //to translate
418 $strCheckPrivs = 'Check Privileges'; //to translate
419 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
420 $strCollation = 'Collation'; //to translate
421 $strColumnPrivileges = 'Column-specific privileges'; //to translate
422 $strCommand = 'Command'; //to translate
423 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
424 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
425 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
426 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
427 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate
428 $strConnections = 'Connections'; //to translate
429 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
430 $strConstraintsForTable = 'Constraints for table'; //to translate
431 $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
432 $strCopy = 'Copy'; //to translate
433 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
434 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
435 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
436 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
437 $strCreationDates = 'Creation/Update/Check dates'; //to translate
438 $strCroatian = 'Croatian'; //to translate
439 $strCSV = 'CSV'; //to translate
440 $strCyrillic = 'Cyrillic'; //to translate
441 $strCzech = 'Czech'; //to translate
442 $strCzechSlovak = 'Czech-Slovak'; //to translate
444 $strDanish = 'Danish'; //to translate
445 $strDatabaseEmpty = 'The database name is empty!'; //to translate
446 $strDatabaseExportOptions = 'Database export options'; //to translate
447 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
448 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
449 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
450 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
451 $strDataPages = 'Pages containing data'; //to translate
452 $strDBComment = 'Database comment: '; //to translate
453 $strDBCopy = 'Copy database to'; //to translate
454 $strDbPrivileges = 'Database-specific privileges'; //to translate
455 $strDBRename = 'Rename database to'; //to translate
456 $strDbSpecific = 'database-specific'; //to translate
457 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
458 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
459 $strDefragment = 'Defragment table'; //to translate
460 $strDelayedInserts = 'Use delayed inserts'; //to translate
461 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
462 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
463 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
464 $strDeleting = 'Deleting %s'; //to translate
465 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
466 $strDescription = 'Description'; //to translate
467 $strDictionary = 'dictionary'; //to translate
468 $strDirtyPages = 'Dirty pages'; //to translate
469 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
470 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
471 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
472 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
474 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
475 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
476 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
477 $strEngines = 'Engines'; //to translate
478 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
479 $strEnglish = 'English'; //to translate
480 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
481 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
482 $strEsperanto = 'Esperanto'; //to translate
483 $strEstonian = 'Estonian'; //to translate
484 $strExcelEdition = 'Excel edition'; //to translate
485 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
487 $strFailedAttempts = 'Failed attempts'; //to translate
488 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
489 $strFileCouldNotBeRead = 'File could not be read'; //to translate
490 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
491 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
492 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
493 $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
494 $strFileNameTemplate = 'File name template'; //to translate
495 $strFileNameTemplateRemember = 'remember template'; //to translate
496 $strFileToImport = 'File to import'; //to translate
497 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
498 $strFlushQueryCache = 'Flush query cache'; //to translate
499 $strFlushTables = 'Flush (close) all tables'; //to translate
500 $strFreePages = 'Free pages'; //to translate
502 $strGeneralRelationFeat = 'General relation features'; //to translate
503 $strGenerate = 'Generate'; //to translate
504 $strGeneratePassword = 'Generate Password'; //to translate
505 $strGeorgian = 'Georgian'; //to translate
506 $strGerman = 'German'; //to translate
507 $strGlobal = 'global'; //to translate
508 $strGlobalPrivileges = 'Global privileges'; //to translate
509 $strGlobalValue = 'Global value'; //to translate
510 $strGrantOption = 'Grant'; //to translate
511 $strGreek = 'Greek'; //to translate
513 $strHandler = 'Handler'; //to translate
514 $strHebrew = 'Hebrew'; //to translate
515 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
516 $strHTMLWord = 'Microsoft Word 2000'; //to translate
517 $strHungarian = 'Hungarian'; //to translate
519 $strIcelandic = 'Icelandic'; //to translate
520 $strId = 'ID'; //to translate
521 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
522 $strIgnoreInserts = 'Use ignore inserts'; //to translate
523 $strImportFiles = 'Import files'; //to translate
524 $strImportFormat = 'Format of imported file'; //to translate
525 $strImport = 'Import'; //to translate
526 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
527 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
528 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
529 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
530 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
531 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
532 $strInnoDBDataFilePath = 'Data files'; //to translate
533 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
534 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
535 $strInnoDBPages = 'pages'; //to translate
536 $strInnodbStat = 'InnoDB Status'; //to translate
537 $strInsertedRowId = 'Inserted row id:'; //to translate
538 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
539 $strInternalRelations = 'Internal relations'; //to translate
540 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
541 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
542 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
543 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
544 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
545 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
546 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
547 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
548 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
549 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
550 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
551 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
553 $strJapanese = 'Japanese'; //to translate
554 $strJoins = 'Joins'; //to translate
555 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
556 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
557 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
559 $strKeyCache = 'Key cache'; //to translate
560 $strKorean = 'Korean'; //to translate
562 $strLandscape = 'Landscape'; //to translate
563 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
564 $strLatchedPages = 'Latched pages'; //to translate
565 $strLatexCaption = 'Table caption'; //to translate
566 $strLatexContent = 'Content of table __TABLE__'; //to translate
567 $strLatexContinuedCaption = 'Continued table caption'; //to translate
568 $strLatexContinued = '(continued)'; //to translate
569 $strLatexIncludeCaption = 'Include table caption'; //to translate
570 $strLatexLabel = 'Label key'; //to translate
571 $strLaTeX = 'LaTeX'; //to translate
572 $strLatexStructure = 'Structure of table __TABLE__'; //to translate
573 $strLatvian = 'Latvian'; //to translate
574 $strLDI = 'CSV using LOAD DATA'; //to translate
575 $strLDILocal = 'Use LOCAL keyword'; //to translate
576 $strLithuanian = 'Lithuanian'; //to translate
577 $strLocalhost = 'Local'; //to translate
578 $strLoginInformation = 'Login Information'; //to translate
579 $strLogServer = 'Server'; //to translate
580 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
582 $strMaxConnects = 'max. concurrent connections'; //to translate
583 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
584 $strMaximumSize = 'Maximum size: %s%s'; //to translate
585 $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
586 $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
587 $strMIME_available_mime = 'Available MIME-types'; //to translate
588 $strMIME_available_transform = 'Available transformations'; //to translate
589 $strMIME_description = 'Description'; //to translate
590 $strMIME_MIMEtype = 'MIME-type'; //to translate
591 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
592 $strMIME_transformation = 'Browser transformation'; //to translate
593 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
594 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
595 $strMIME_transformation_options = 'Transformation options'; //to translate
596 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
597 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
598 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
599 $strMultilingual = 'multilingual'; //to translate
600 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
601 $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
602 $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
603 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
604 $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
605 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
606 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
607 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
608 $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
609 $strMyISAMRepairThreads = 'Repair threads'; //to translate
610 $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
611 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
612 $strMysqlClientVersion = 'MySQL client version'; //to translate
613 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
615 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
616 $strNoDatabasesSelected = 'No databases selected.'; //to translate
617 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
618 $strNoExplain = 'Skip Explain SQL'; //to translate
619 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
620 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
621 $strNoIndexPartsDefined = 'No index parts defined!'; //to translate
622 $strNoModification = 'No change'; //to translate
623 $strNoOptions = 'This format has no options'; //to translate
624 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
625 $strNoPrivileges = 'No Privileges'; //to translate
626 $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
627 $strNoRowsSelected = 'No rows selected'; //to translate
628 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
629 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
630 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
631 $strNumberOfFields = 'Number of fields'; //to translate
632 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
633 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
635 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
636 $strOperator = 'Operator'; //to translate
637 $strOverhead = 'Overhead'; //to translate
638 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
640 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
641 $strPaperSize = 'Paper size'; //to translate
642 $strPartialImport = 'Partial import'; //to translate
643 $strPartialText = 'Partial Texts'; //to translate
644 $strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
645 $strPasswordHashing = 'Password Hashing'; //to translate
646 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
647 $strPDF = 'PDF'; //to translate
648 $strPDFReportTitle = 'Report title'; //to translate
649 $strPerHour = 'per hour'; //to translate
650 $strPerMinute = 'per minute'; //to translate
651 $strPerSecond = 'per second'; //to translate
652 $strPhoneBook = 'phone book'; //to translate
653 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
654 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
655 $strPolish = 'Polish'; //to translate
656 $strPortrait = 'Portrait'; //to translate
657 $strPrintViewFull = 'Print view (with full texts)'; //to translate
658 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
659 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
660 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
661 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
662 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
663 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
664 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
665 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
666 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
667 $strPrivDescDelete = 'Allows deleting data.'; //to translate
668 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
669 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
670 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
671 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
672 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
673 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
674 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
675 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
676 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
677 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
678 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
679 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
680 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
681 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
682 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
683 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
684 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
685 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
686 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
687 $strPrivDescSelect = 'Allows reading data.'; //to translate
688 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
689 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
690 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
691 $strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
692 $strPrivDescUpdate = 'Allows changing data.'; //to translate
693 $strPrivDescUsage = 'No privileges.'; //to translate
694 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
695 $strProcesses = 'Processes'; //to translate
696 $strProcesslist = 'Process list'; //to translate
697 $strProtocolVersion = 'Protocol version'; //to translate
699 $strQueryCache = 'Query cache'; //to translate
700 $strQueryFrame = 'Query window'; //to translate
701 $strQuerySQLHistory = 'SQL-history'; //to translate
702 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
703 $strQueryTime = 'Query took %01.4f sec'; //to translate
704 $strQueryType = 'Query type'; //to translate
705 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
707 $strReadRequests = 'Read requests'; //to translate
708 $strReceived = 'Received'; //to translate
709 $strReferentialIntegrity = 'Check referential integrity:'; //to translate
710 $strRefresh = 'Refresh'; //to translate
711 $strRelationalSchema = 'Relational schema'; //to translate
712 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
713 $strRelations = 'Relations'; //to translate
714 $strRelationView = 'Relation view'; //to translate
715 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
716 $strReloadPrivileges = 'Reload privileges'; //to translate
717 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
718 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
719 $strReplaceNULLBy = 'Replace NULL by'; //to translate
720 $strReplication = 'Replication'; //to translate
721 $strResourceLimits = 'Resource limits'; //to translate
722 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
723 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
724 $strRomanian = 'Romanian'; //to translate
725 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
726 $strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
727 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
728 $strRussian = 'Russian'; //to translate
730 $strSaveOnServer = 'Save on server in %s directory'; //to translate
731 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
732 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
733 $strSelectBinaryLog = 'Select binary log to view'; //to translate
734 $strSent = 'Sent'; //to translate
735 $strServerChoice = 'Server Choice'; //to translate
736 $strServerNotResponding = 'The server is not responding'; //to translate
737 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
738 $strServerStatus = 'Runtime Information'; //to translate
739 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
740 $strServerTabVariables = 'Variables'; //to translate
741 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
742 $strServerVars = 'Server variables and settings'; //to translate
743 $strSessionValue = 'Session value'; //to translate
744 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
745 $strShowFullQueries = 'Show Full Queries'; //to translate
746 $strShowingBookmark = 'Showing bookmark'; //to translate
747 $strShowOpenTables = 'Show open tables'; //to translate
748 $strShowSlaveHosts = 'Show slave hosts'; //to translate
749 $strShowSlaveStatus = 'Show slave status'; //to translate
750 $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
751 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
752 $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
753 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
754 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
755 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
756 $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
757 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
758 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
759 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
760 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
761 $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
762 $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
763 $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
764 $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
765 $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
766 $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
767 $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
768 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
769 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
770 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
771 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
772 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
773 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
774 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
775 $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
776 $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
777 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
778 $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
779 $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
780 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
781 $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
782 $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
783 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
784 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
785 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
786 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
787 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
788 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
789 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
790 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
791 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
792 $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
793 $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
794 $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
795 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
796 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
797 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
798 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
799 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
800 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
801 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
802 $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
803 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
804 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
805 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
806 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
807 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
808 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
809 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
810 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
811 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
812 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
813 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
814 $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
815 $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
816 $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
817 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
818 $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
819 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
820 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
821 $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
822 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
823 $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
824 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
825 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
826 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
827 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
828 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
829 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
830 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
831 $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
832 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
833 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
834 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
835 $strShowStatusReset = 'Reset'; //to translate
836 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
837 $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
838 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
839 $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
840 $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
841 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
842 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
843 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
844 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
845 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
846 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
847 $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
848 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
849 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
850 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
851 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
852 $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
853 $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
854 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
855 $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
856 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
857 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
858 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
859 $strSlovak = 'Slovak'; //to translate
860 $strSlovenian = 'Slovenian'; //to translate
861 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
862 $strSortByKey = 'Sort by key'; //to translate
863 $strSorting = 'Sorting'; //to translate
864 $strSpanish = 'Spanish'; //to translate
865 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
866 $strSQLExportType = 'Export type'; //to translate
867 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
868 $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
869 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
870 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
871 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
872 $strStatCheckTime = 'Last check'; //to translate
873 $strStatCreateTime = 'Creation'; //to translate
874 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
875 $strStatUpdateTime = 'Last update'; //to translate
876 $strStatus = 'Status'; //to translate
877 $strStorageEngines = 'Storage Engines'; //to translate
878 $strStorageEngine = 'Storage Engine'; //to translate
879 $strStrucNativeExcel = 'Native MS Excel data'; //to translate
880 $strSwedish = 'Swedish'; //to translate
881 $strSwitchToDatabase = 'Switch to copied database'; //to translate
882 $strSwitchToTable = 'Switch to copied table'; //to translate
884 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
885 $strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
886 $strTableOfContents = 'Table of contents'; //to translate
887 $strTableOptions = 'Table options'; //to translate
888 $strTableStructure = 'Table structure for table'; //to translate
889 $strTakeIt = 'take it'; //to translate
890 $strTblPrivileges = 'Table-specific privileges'; //to translate
891 $strTempData = 'Temporary data'; //to translate
892 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
893 $strThai = 'Thai'; //to translate
894 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
895 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
896 $strThemeNotFound = 'Theme %s not found!'; //to translate
897 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
898 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
899 $strTheme = 'Theme / Style'; //to translate
900 $strThisHost = 'This Host'; //to translate
901 $strThreads = 'Threads'; //to translate
902 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
903 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
904 $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
905 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
906 $strTime = 'Time'; //to translate
907 $strToggleScratchboard = 'Toggle scratchboard'; //to translate
908 $strTraditionalChinese = 'Traditional Chinese'; //to translate
909 $strTraditionalSpanish = 'Traditional Spanish'; //to translate
910 $strTraffic = 'Traffic'; //to translate
911 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
912 $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
913 $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
914 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
915 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
916 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
917 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; //to translate
918 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
919 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
920 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
921 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
922 $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .'; //to translate
923 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
924 $strTurkish = 'Turkish'; //to translate
926 $strUkrainian = 'Ukrainian'; //to translate
927 $strUnicode = 'Unicode'; //to translate
928 $strUnknown = 'unknown'; //to translate
929 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
930 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
931 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
932 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
933 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
934 $strUseHostTable = 'Use Host Table'; //to translate
935 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
936 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
937 $strUserOverview = 'User overview'; //to translate
938 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
939 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
940 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
941 $strUseTextField = 'Use text field'; //to translate
942 $strUseThisValue = 'Use this value'; //to translate
944 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
945 $strVar = 'Variable'; //to translate
946 $strVersionInformation = 'Version information'; //to translate
947 $strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
948 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
949 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
950 $strView = 'View'; //to translate
952 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
953 $strWestEuropean = 'West European'; //to translate
954 $strWildcard = 'wildcard'; //to translate
955 $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
956 $strWriteRequests = 'Write requests'; //to translate
958 $strXML = 'XML'; //to translate
960 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
962 $strQueryResultsOperations = 'Query results operations'; //to translate
963 $strAddClause = 'Add %s'; //to translate
964 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
965 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
966 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
967 $strCreateUserDatabase = 'Database for user'; //to translate
968 $strCreateUserDatabaseNone = 'None'; //to translate
969 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
970 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
971 $strOpenDocumentText = 'Open Document Text'; //to translate
972 $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
973 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
974 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
975 $strInvalidTableName = 'Invalid table name'; //to translate
976 $strInvalidDatabase = 'Invalid database'; //to translate
977 $strServers = 'Servers'; //to translate
978 $strDelimiter = 'Delimiter'; //to translate
979 $strFunctions = 'Functions'; //to translate
980 $strProcedures = 'Procedures'; //to translate
981 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
982 $strFontSize = 'Font size'; //to translate
983 $strLanguage = 'Language'; //to translate
984 $strPmaWiki = 'phpMyAdmin wiki'; //to translate
985 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
986 $strDocSQL = 'DocSQL'; //to translate
987 $strTableName = 'Table name'; //to translate
988 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
989 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
990 $strShowingPhp = 'Showing as PHP code'; //to translate
991 $strShowingSQL = 'Showing SQL query'; //to translate
992 $strDesigner = 'Designer'; //to translate
993 $strNumberOfTables = 'Number of tables'; //to translate
994 $strCreateTable = 'Create table'; //to translate
995 $strCreateRelation = 'Create relation'; //to translate
996 $strSavePosition = 'Save position'; //to translate
997 $strSelectForeignKey = 'Select Foreign Key'; //to translate
998 $strHide = 'Hide'; //to translate
999 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1000 $strReload = 'Reload'; //to translate
1001 $strSmallBigAll = 'Small/Big All'; //to translate
1002 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
1003 $strMoveMenu = 'Move Menu'; //to translate
1004 $strAngularLinks = 'Angular links'; //to translate
1005 $strDirectLinks = 'Direct links'; //to translate
1006 $strHideShowAll = 'Hide/Show all'; //to translate
1007 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
1008 $strInternalRelationAdded = 'Internal relation added'; //to translate
1009 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
1010 $strRelationDeleted = 'Relation deleted'; //to translate
1011 $strToSelectRelation = 'To select relation, click :'; //to translate
1012 $strExportImportToScale = 'Export/Import to scale'; //to translate
1013 $strRecommended = 'recommended'; //to translate
1014 $strToFromPage = 'to/from page'; //to translate
1015 $strSelectReferencedKey = 'Select referenced key'; //to translate
1016 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1017 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
1018 $strHelp = 'Help'; //to translate
1019 $strCancel = 'Cancel'; //to translate
1020 $strDeleteRelation = 'Delete relation'; //to translate
1021 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1022 $strStructureForView = 'Structure for view'; //to translate
1023 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1024 $strToggleSmallBig = 'Toggle small/big'; //to translate
1025 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1026 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
1027 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
1028 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1029 $strSnapToGrid = 'Snap to grid'; //to translate
1030 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
1031 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1032 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1033 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1034 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1035 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1036 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1037 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1038 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1039 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
1040 $strViewName = 'VIEW name'; //to translate
1041 $strOptions = 'Options'; //to translate
1042 $strFiles = 'Files'; //to translate
1043 $strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:'; //to translate
1044 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1045 $strRoutines = 'Routines'; //to translate
1046 $strRoutineReturnType = 'Return type'; //to translate
1047 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
1048 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
1049 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1050 $strTriggers = 'Triggers'; //to translate
1051 $strEvent = 'Event'; //to translate
1052 $strProfiling = 'Profiling'; //to translate
1053 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate