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