Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 /* $Id: persian-utf-8.inc.php,v 2.6 2003/12/30 21:34:05 nijel Exp $ */ 00004 /* 00005 Persian(Farsi) translation by : Bornis Group 00006 www.BornisGroup.com 00007 info@BornisGroup.com 00008 */ 00009 $charset = 'utf-8'; 00010 $allow_recoding = TRUE; 00011 $text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left) 00012 $left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif'; 00013 $right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif'; 00014 $number_thousands_separator = ','; 00015 $number_decimal_separator = '.'; 00016 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 00017 $byteUnits = array('بايت', 'كيلوبايت', 'مگا بايت', 'گيگا بايت', 'ترابايت', 'پتا بايت', 'اگزا بايت'); 00018 00019 $day_of_week = array('يكشنبه', 'دوشنبه', 'سهشنبه', 'چهارشنبه', 'پنجشنبه', 'جمعه', 'شنبه'); 00020 $month = array('ژانويه', 'فوريه', 'مارس', 'آوريل', 'مي', 'ژوئن', 'جولاي', 'آگوست', 'سپتامبر', 'اكتبر', 'نوامبر', 'دسامبر'); 00021 // See http://www.php.net/manual/en/function.strftime.php to define the 00022 // variable below 00023 $datefmt = '%d %B %Y ساعت %I:%M %p'; 00024 00025 00026 $strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد'; 00027 $strAccessDenied = 'دسترسي مجاز نيست'; 00028 $strAction = 'عمل'; 00029 $strAddDeleteColumn = 'اضافه يا حذف ستونها'; 00030 $strAddDeleteRow = 'اضافه/حذف معيارها'; 00031 $strAddNewField = 'افزودن ستون جديد'; 00032 $strAddPriv = 'افزودن امتياز جديد'; 00033 $strAddPrivMessage = 'شما يك امتياز جديد اضافه كرديد.'; 00034 $strAddSearchConditions = 'افزودن شرايط جستجو (بدنه شرط "where"):'; 00035 $strAddUser = 'افزودن يك كاربر جديد'; 00036 $strAddUserMessage = 'شما يك كاربر جديد اضافه كرديد.'; 00037 $strAffectedRows = 'سطرهاي تحت تاثير واقعشده:'; 00038 $strAfter = 'بعد از %s'; 00039 $strAfterInsertBack = 'برو به صفحه قبل'; 00040 $strAfterInsertNewInsert = 'درج يك سطر جديد ديگر'; 00041 $strAll = 'همه'; 00042 $strAllTableSameWidth = 'نمايش همه جدولها با عرض يكسان؟'; 00043 $strAlterOrderBy = 'تغيير جدول مرتب شده با'; 00044 $strAnIndex = 'يك فهرست در %s اضافه گرديد.'; 00045 $strAnalyzeTable = 'تحليل جدول'; 00046 $strAnd = 'و'; 00047 $strAny = 'همه'; 00048 $strAnyColumn = 'همه ستونها'; 00049 $strAnyDatabase = 'همه پايگاههاي داده'; 00050 $strAnyHost = 'همه ميزبانها'; 00051 $strAnyTable = 'همه جدولها'; 00052 $strAnyUser = 'همه كاربران'; 00053 $strAscending = 'صعودي'; 00054 $strAtBeginningOfTable = 'در ابتداي جدول'; 00055 $strAtEndOfTable = 'در انتهاي جدول'; 00056 $strAttr = 'ويژگيها'; 00057 00058 $strBack = 'بازگشت'; 00059 $strBeginCut = 'BEGIN CUT'; 00060 $strBeginRaw = 'BEGIN RAW'; 00061 $strBinary = 'دودويي'; 00062 $strBrowse = 'مشاهده'; 00063 $strBzip = '"bzipped"'; 00064 00065 $strCantLoadMySQL = 'بارگذاري MySQL مقدور نميباشد,<br />لطفا پيكربندي(وضعيت) PHP را بررسي نماييد.'; 00066 $strCantLoadRecodeIconv = 'بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است ، مقدور نميباشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد.'; 00067 $strCantRenameIdxToPrimary = 'بازناميدن فهرست به PRIMARY مقدور نميباشد!'; 00068 $strCarriage = 'رفتن به سر سطر: \\r'; 00069 $strChange = 'تغيير'; 00070 $strChangeDisplay = 'ستون را براي نمايش انتخاب نماييد'; 00071 $strChangePassword = 'تغيير اسم رمز'; 00072 $strCharsetOfFile = 'مجموعه كاراكترهاي پرونده:'; 00073 $strCheckAll = 'انتخاب همه'; 00074 $strCheckDbPriv = 'بررسي امتيازات پايگاهداده'; 00075 $strCheckTable = 'بررسي جدول'; 00076 $strChoosePage = 'لطفا يك صفحه را براي ويرايش انتخاب نماييد'; 00077 $strColComFeat = 'نمايش توضيحات ستون'; 00078 $strColumn = 'ستون'; 00079 $strColumnNames = 'نام ستونها'; 00080 $strComments = 'توضيحات'; 00081 $strCompleteInserts = 'تمام وروديها'; 00082 $strCompression = 'فشردهسازي'; 00083 $strConfigFileError = 'phpMyAdmin قادر به خواندن پرونده تنظيمات نميباشد!<br />اين ممكن است به خاطر وجود يك مشكل دستوري و يا پيدانشدن پرونده توسط php باشد.<br />لطفا پرونده تنظميات را مستقيما توسط پيوند زير صدا زده و پيغام(هاي) خطاي php كه دريافت ميكنيد را بخوانيد. در اكثر موارد يك علامت نقل قول (" \' ") يا ويرگولنقطه (" ; ") در جايي وجود ندارد.<br />اگر يك صفحه خالي دريافت كرديد ، همه چيز درست است.'; 00084 $strConfigureTableCoord = 'لطفا مختصات جدول %s را تنظيم كنيد'; 00085 $strConfirm = 'آيا براي انجام اين كار مطمئن هستيد؟'; 00086 $strCopyTable = 'كپي كردن جدول به (پايگاه داده<b>.</b>جدول):'; 00087 $strCopyTableOK = 'جدول %s به %s كپي شد.'; 00088 $strCreate = 'ساختن'; 00089 $strCreateIndex = 'ساخت يك فهرست در %s ستون'; 00090 $strCreateIndexTopic = 'ساخت فهرست جديد'; 00091 $strCreateNewDatabase = 'ساخت پايگاه داده جديد'; 00092 $strCreateNewTable = 'ساخت جدول جديد در پايگاه داده %s'; 00093 $strCreatePage = 'ساخت يك صفحه جديد'; 00094 $strCreatePdfFeat = 'ساخت PDFs'; 00095 $strCriteria = 'معيارها'; 00096 00097 $strData = 'داده'; 00098 $strDataDict = 'فرهنگ دادهها'; 00099 $strDataOnly = 'فقط دادهها'; 00100 $strDatabase = 'پايگاه داده '; 00101 $strDatabaseHasBeenDropped = 'پايگاه داده %s حذف گرديد.'; 00102 $strDatabaseWildcard = 'پايگاهداده (wildcards allowed):'; 00103 $strDatabases = 'پايگاههاي داده'; 00104 $strDatabasesStats = 'آمار پايگاههاي داده'; 00105 $strDefault = 'پيشفرض'; 00106 $strDelete = 'حذف'; 00107 $strDeleteFailed = 'حذف نگرديد!'; 00108 $strDeleteUserMessage = 'شما كاربر %s را حذف نموديد.'; 00109 $strDeleted = 'سطر حذف گرديد .'; 00110 $strDeletedRows = 'سطرهاي حذفشده :'; 00111 $strDescending = 'نزولي'; 00112 $strDisabled = 'غيرفعال'; 00113 $strDisplay = 'نمايش'; 00114 $strDisplayFeat = 'نمايش خصوصيات'; 00115 $strDisplayOrder = 'ترتيب نمايش:'; 00116 $strDisplayPDF = 'نمايش الگوي PDF'; 00117 $strDoAQuery = 'انجام يك "پرس و جو با نمونه" (wildcard: "%")'; 00118 $strDoYouReally = 'آيا مطمئن هستيد '; 00119 $strDocu = 'مستندات'; 00120 $strDrop = 'حذف'; 00121 $strDropDB = 'حذف پايگاه داده %s'; 00122 $strDropTable = 'حذف جدول'; 00123 $strDumpXRows = 'حذف %s سطر(ها) ابتدا از سطر شماره %s.'; 00124 $strDumpingData = 'حذف دادههاي جدول'; 00125 $strDynamic = 'پويا'; 00126 00127 $strEdit = 'ويرايش'; 00128 $strEditPDFPages = 'ويرايش صفحات PDF'; 00129 $strEditPrivileges = 'ويرايش امتيازات'; 00130 $strEffective = 'موثر'; 00131 $strEmpty = 'خالي كردن'; 00132 $strEmptyResultSet = 'MySQL يك نتيجه خالي داد. (مثلا 0 سطر).'; 00133 $strEnabled = 'فعال'; 00134 $strEnd = 'انتها'; 00135 $strEndCut = 'END CUT'; 00136 $strEndRaw = 'END RAW'; 00137 $strEnglishPrivileges = ' نكته : نام امتيازات MySQL به زبان انگليسي بيان ميشود .'; 00138 $strError = 'خطا'; 00139 $strExplain = 'شرح دادن SQL'; 00140 $strExport = 'صدور'; 00141 $strExportToXML = 'صدور به قالب XML'; 00142 $strExtendedInserts = 'وروديهاي تمديدشده'; 00143 $strExtra = 'اضافي'; 00144 00145 $strField = 'ستون'; 00146 $strFieldHasBeenDropped = 'ستون %s حذف گرديد'; 00147 $strFields = 'ستونها'; 00148 $strFieldsEmpty = ' تعداد ستونها خالي است! '; 00149 $strFieldsEnclosedBy = 'ستونهاي درميانگرفته با'; 00150 $strFieldsEscapedBy = 'ستونهاي جداشده با'; 00151 $strFieldsTerminatedBy = 'ستونهاي منتهي به'; 00152 $strFixed = 'fixed'; 00153 $strFlushTable = 'Flush the table ("FLUSH")'; 00154 $strFormEmpty = 'مقداري در فرم وارد نشده !'; 00155 $strFormat = 'قالب'; 00156 $strFullText = 'كاملا متن'; 00157 $strFunction = 'تابع'; 00158 00159 $strGenBy = 'توليدشده توسط'; 00160 $strGenTime = 'زمان توليد'; 00161 $strGo = 'تاييد'; 00162 $strGrants = 'امتيازدهي'; 00163 $strGzip = '"gzipped"'; 00164 00165 $strHasBeenAltered = 'تغيير دادهشد.'; 00166 $strHasBeenCreated = 'ساخته شد.'; 00167 $strHaveToShow = 'شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد'; 00168 $strHome = 'خانه'; 00169 $strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin'; 00170 $strHomepageSourceforge = 'صفحه بارگذاري Sourceforge phpMyAdmin'; 00171 $strHost = 'ميزبان'; 00172 $strHostEmpty = 'نام ميزبان خالي است!'; 00173 00174 $strIdxFulltext = 'كاملا متن'; 00175 $strIfYouWish = 'اگر ميخواهيد كه فقط بعضي از ستونهاي جدول را بارگذاري نماييد ، ليست ستونها را با كاما از هم جدا نماييد.'; 00176 $strIgnore = 'Ignore'; 00177 $strImportDocSQL = 'وارد كردن پروندههاي docSQL'; 00178 $strInUse = 'in use'; 00179 $strIndex = 'فهرست'; 00180 $strIndexHasBeenDropped = 'فهرست %s حذف گرديد'; 00181 $strIndexName = 'اسم فهرست :'; 00182 $strIndexType = 'نوع فهرست :'; 00183 $strIndexes = 'فهرستها'; 00184 $strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيشفرض MySQL ميباشد. اجراي MySQL با اين پيشفرض باعث ورود غيرمجاز ميشود ، و شما بايد اين حفره امنيتي را ذرست كنيد.'; 00185 $strInsert = 'درج'; 00186 $strInsertAsNewRow = 'درج به عنوان يك سطر جديد'; 00187 $strInsertNewRow = 'درج سطر جديد'; 00188 $strInsertTextfiles = 'درج دادهها از يك پرونده متني در جدول'; 00189 $strInsertedRows = 'سطرهاي درجشده:'; 00190 $strInstructions = 'راهنمايي'; 00191 $strInvalidName = '"%s" يكي از كلمات ذخيرهشده(كليدي) ميباشد, شما نميتوانيد از آن به عنوان نام پايگاهداده/جدول/ستون استفاده نماييد.'; 00192 00193 $strKeepPass = 'عدم تغيير اسم رمز'; 00194 $strKeyname = 'Keyname'; 00195 $strKill = 'Kill'; 00196 00197 $strLength = 'طول'; 00198 $strLengthSet = 'طول/مقادير*'; 00199 $strLimitNumRows = 'تعداد سطرها در هر صفحه'; 00200 $strLineFeed = 'تعويض خط: \\n'; 00201 $strLines = 'خطوط'; 00202 $strLinesTerminatedBy = 'خطوط منتهي به'; 00203 $strLinkNotFound = 'پيوند پيدا نشد'; 00204 $strLinksTo = 'پيوند به'; 00205 $strLocationTextfile = 'محل پرونده متني'; 00206 $strLogPassword = 'اسم رمز:'; 00207 $strLogUsername = 'نام كاربر:'; 00208 $strLogin = 'ورود'; 00209 $strLogout = 'خروج'; 00210 00211 $strMissingBracket = 'فاقد كروشه'; 00212 $strModifications = 'اصلاحات ذخيره گرديد'; 00213 $strModify = 'اصلاح'; 00214 $strModifyIndexTopic = 'اصلاح يك فهرست'; 00215 $strMoveTable = 'انتقال جدول به (پايگاه داده<b>.</b>جدول):'; 00216 $strMoveTableOK = 'جدول %s به %s انتقال دادهشد.'; 00217 $strMySQLCharset = 'مجموع كاراكترهاي MySQL'; 00218 $strMySQLReloaded = 'MySQL مجددا بارگذاري شد.'; 00219 $strMySQLSaid = 'پيغام MySQL :'; 00220 $strMySQLServerProcess = 'MySQL %pma_s1% اجراشده در ميزبان %pma_s2% توسط %pma_s3%'; 00221 $strMySQLShowProcess = 'نمايش فرايندها'; 00222 $strMySQLShowStatus = 'نمايش اطلاعات MySQL'; 00223 $strMySQLShowVars = 'نمايش متغيرهاي سيستمي MySQL'; 00224 00225 $strName = 'اسم'; 00226 $strNext = 'بعد'; 00227 $strNo = 'خير'; 00228 $strNoDatabases = 'No databases'; 00229 $strNoDescription = 'no Description'; 00230 $strNoDropDatabases = 'دستور "DROP DATABASE" غيرفعال ميباشد.'; 00231 $strNoIndex = 'هيچ فهرستي تعريفنشدهاست!'; 00232 $strNoPassword = 'بدون اسم رمز'; 00233 $strNoPhp = 'بدون كد PHP'; 00234 $strNoQuery = 'No SQL query!'; 00235 $strNoTablesFound = 'در اين پايگاه داده هيچ جدولي وجود ندارد .'; 00236 $strNoUsersFound = 'هيچ كاربري وچود ندارد.'; 00237 $strNone = 'خير'; 00238 $strNotNumber = 'اين يك عدد نيست!'; 00239 $strNotOK = 'not OK'; 00240 $strNotSet = 'جدول <b>%s</b> وجود ندارد و يا در %s تنظيم نشدهاست'; 00241 $strNotValidNumber = ' يك شماره سطر صحيح نيست!'; 00242 $strNull = 'خالي'; 00243 $strNumTables = 'جدولها'; 00244 00245 $strOK = 'تاييد'; 00246 $strOftenQuotation = 'اغلب علامت نقل قول. اختياري به اين معني است كه فقط ستونهاي char و varchar توسط كاراكتر "enclosed by" درميان گرفتهميشوند.'; 00247 $strOperations = 'عمليات'; 00248 $strOptimizeTable = 'بهينهسازي جدول'; 00249 $strOptionalControls = 'اختياري. كنترل چگونگي خواندن و نوشتن كاراكترهاي خاص.'; 00250 $strOptionally = 'اختياري'; 00251 $strOptions = 'انتخابها'; 00252 $strOr = 'يا'; 00253 00254 $strPHPVersion = 'نسخه PHP'; 00255 $strPageNumber = 'شماره صفحه:'; 00256 $strPassword = 'اسم رمز'; 00257 $strPasswordEmpty = 'اسم رمز خالي است!'; 00258 $strPasswordNotSame = 'اسم رمزها مانند هم نميباشد!'; 00259 $strPdfInvalidTblName = 'جدول "%s" وجود ندارد!'; 00260 $strPdfNoTables = 'No tables'; 00261 $strPhp = 'ساخت كد PHP'; 00262 $strPmaDocumentation = 'مستندات phpMyAdmin'; 00263 $strPos1 = 'شروع'; 00264 $strPrevious = 'قبل'; 00265 $strPrimary = 'اصلي'; 00266 $strPrimaryKey = 'كيد اصلي'; 00267 $strPrimaryKeyHasBeenDropped = 'كليد اصلي حذف گرديد'; 00268 $strPrimaryKeyName = 'نام كليد اصلي بايد PRIMARY باشد !'; 00269 $strPrimaryKeyWarning = '(<b>فقط و فقط بايد</b> "PRIMARY" نام يك كليد اصلي باشد!)'; 00270 $strPrint = 'چاپ'; 00271 $strPrintView = 'نماي چاپ'; 00272 $strPrivileges = 'امتيازات'; 00273 $strProperties = 'خصوصيات'; 00274 $strPutColNames = 'قراردادن نام ستونها در اولين سطر'; 00275 00276 $strQBE = 'پرس و جو'; 00277 $strQBEDel = 'Del'; 00278 $strQBEIns = 'Ins'; 00279 $strQueryOnDb = 'پرس و جوي SQL از پايگاه داده <b>%s</b>:'; 00280 00281 $strReType = 'تكرار'; 00282 $strRecords = 'سطرها'; 00283 $strRelationNotWorking ='امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شدهاست . براي پيداكردن دليل آن %sاينجا%s را بزنيد .'; 00284 $strReloadMySQL = 'بار كردن مجدد MySQL'; 00285 $strRememberReload = 'سرور را مجددا بارگذاري نماييد.'; 00286 $strRenameTable = 'بازناميدن جدول به'; 00287 $strRenameTableOK = 'جدول %s به %s تغيير نام دادهشد'; 00288 $strRepairTable = 'مرمت جدول'; 00289 $strReplace = 'جايگذاري'; 00290 $strReplaceTable = 'جايگزيني دادههاي جدول با پرونده'; 00291 $strReset = 'Reset'; 00292 $strRevoke = 'ابطال'; 00293 $strRevokeGrant = 'ابطال امتيازدهي'; 00294 $strRevokeGrantMessage = 'شما امتيازدهي براي %s را ابطال كرديد'; 00295 $strRevokeMessage = 'شما امتيازات %s را ابطال كرديد'; 00296 $strRevokePriv = 'ابطال امتيازات'; 00297 $strRowLength = 'طول سطر'; 00298 $strRowSize = ' اندازه سطر '; 00299 $strRows = 'سطرها'; 00300 $strRowsFrom = 'سطر(ها) ابتدا از سطر شماره '; 00301 $strRowsModeHorizontal = 'افقي'; 00302 $strRowsModeVertical = 'عمودي'; 00303 $strRowsStatistic = 'آمار سطرها'; 00304 $strRunQuery = 'Submit Query'; 00305 $strRunSQLQuery = 'اجراي پرس و جو(ها)ي SQL در پايگاهداده %s'; 00306 $strRunning = 'در ميزبان %s'; 00307 00308 $strSQL = 'SQL'; 00309 $strSQLQuery = 'پرس و جوي SQL'; 00310 $strSQLResult = 'نتيجه SQL'; 00311 $strSave = 'ذخيره'; 00312 $strSearch = 'جستجو'; 00313 $strSearchFormTitle = 'جستجو در پايگاهداده'; 00314 $strSearchInTables = 'در جدول(هاي) :'; 00315 $strSearchNeedle = 'كلمه(ها) يا مقدار(ها) براي جستجو (wildcard: "%"):'; 00316 $strSearchOption1 = 'حداقل يكي از كلمات'; 00317 $strSearchOption2 = 'تمامي كلمات'; 00318 $strSearchOption3 = 'عبارت كامل'; 00319 $strSearchOption4 = 'بعنوان مبين منظم(as regular expression)'; 00320 $strSearchResultsFor = 'نتيجه جستجوي "<i>%s</i>" %s:'; 00321 $strSearchType = 'نوع جستجو :'; 00322 $strSelect = 'انتخاب'; 00323 $strSelectADb = 'لطفا يك پايگاه داده را انتخاب نماييد.'; 00324 $strSelectAll = 'انتخاب همه'; 00325 $strSelectFields = 'ستونها را انتخاب نماييد (حداقل يكي)'; 00326 $strSelectNumRows = 'in query'; 00327 $strSelectTables = 'Select Tables'; 00328 $strSend = 'ذخيره به صورت پرونده'; 00329 $strServer = 'سرور %s'; 00330 $strServerVersion = 'نسخه سرور'; 00331 $strSetEnumVal = 'اگر نوع ستون "enum" يا "set" ميباشد ، لطفا براي ورود مقادير از اين قالب استفاده نماييد : \'a\',\'b\',\'c\'...<br /> اگر احتياج داشتيد كه از علامت مميز برعكس(بكاسلش) (" \ ") يا نقلقول تكي (" \' ") در آن مقادير استفاده نماييد ، قبل از آنها علامت (" \ ") را بگذاريد<br /> (براي مثال\'\\\\xyz\' يا \'a\\\'b\')'; 00332 $strShow = 'نمايش'; 00333 $strShowAll = 'نمايش همه'; 00334 $strShowColor = 'نمايش رنگ'; 00335 $strShowCols = 'نمايش ستونها'; 00336 $strShowGrid = 'Show grid'; 00337 $strShowPHPInfo = 'نمايش اطلاعات PHP'; 00338 $strShowTableDimension = 'نمايش ابعاد جدولها'; 00339 $strShowTables = 'نمايش جدولها'; 00340 $strShowThisQuery = ' نمايش دوباره اين پرس و جو در اينجا '; 00341 $strShowingRecords = 'Showing rows'; 00342 $strSingly = '(تنها)'; 00343 $strSize = 'اندازه'; 00344 $strSort = 'ترتيب'; 00345 $strSpaceUsage = 'فضاي استفادهشده'; 00346 $strSplitWordsWithSpace = 'كلمات با علامت فاصله (" ") جدا ميشوند.'; 00347 $strStatement = 'شرج'; 00348 $strStrucCSV = 'دادههاي CSV'; 00349 $strStrucData = 'ساختار و دادهها'; 00350 $strStrucDrop = 'افزودن \'جدول حذفشده\''; 00351 $strStrucExcelCSV = 'CSV براي دادههاي Ms Excel'; 00352 $strStrucOnly = 'فقط ساختار'; 00353 $strStructPropose = 'پيشنهاد ساختار جدول'; 00354 $strStructure = 'ساختار'; 00355 $strSubmit = 'ارسال'; 00356 $strSuccess = 'پرس و جوي SQL شما با موفقيت اجرا گرديد'; 00357 $strSum = 'مجموع'; 00358 00359 $strTable = 'جدول'; 00360 $strTableComments = 'توضيحات جدول'; 00361 $strTableEmpty = 'نام جدول وارد نشدهاست !'; 00362 $strTableHasBeenDropped = 'جدول %s حذف گرديد'; 00363 $strTableHasBeenEmptied = 'جدول %s خالي شد'; 00364 $strTableMaintenance = 'نگهداشت جدول'; 00365 $strTableType = 'نوع جدول'; 00366 $strTables = '%s جدول(ها)'; 00367 $strTheContent = 'محتويات پرونده شما قرادادهشد.'; 00368 $strTotal = 'جمع كل'; 00369 $strTotalUC = 'جمع كل'; 00370 $strType = 'نوع'; 00371 00372 $strUncheckAll = 'عدم انتخاب همه'; 00373 $strUnique = 'يكتا'; 00374 $strUnselectAll = 'عدم انتخاب همه'; 00375 $strUpdatePrivMessage = 'امتيازات %s به هنگام گرديد.'; 00376 $strUpdateProfile = 'به هنگام درآوري تنظيمات:'; 00377 $strUpdateProfileMessage = 'تنظيمات به هنگام گرديد.'; 00378 $strUpdateQuery = 'بههنگام سازي پرس و جو'; 00379 $strUsage = 'استفاده'; 00380 $strUseBackquotes = 'قراردادن نام جدولها و ستونها بين علامت نقلقول (" \' ")'; 00381 $strUseTables = 'بكارگيري جدولها'; 00382 $strUser = 'كاربر'; 00383 $strUserEmpty = 'نام كاربر خالي است!'; 00384 $strUserName = 'نام كاربر'; 00385 $strUsers = 'كاربران'; 00386 00387 $strValidateSQL = 'معتبرسازي SQL'; 00388 $strValue = 'مقدار'; 00389 $strViewDump = 'نمايش الگوي جدول'; 00390 $strViewDumpDB = 'نمايش الگوي پايگاه داده'; 00391 00392 $strWebServerUploadDirectoryError = 'پوشهاي را كه براي انتقال فايل انتخاب كردهايد قابل دسترسي نيست.'; 00393 $strWelcome = 'به %s خوشآمديد'; 00394 $strWithChecked = 'موارد انتخابشده :'; 00395 $strWrongUser = 'نام كاربر/اسم رمز اشتباه است. دسترسي مجاز نيست.'; 00396 00397 $strYes = 'بلي'; 00398 00399 $strZip = '"zipped"'; 00400 00401 // To translate 00402 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate 00403 00404 $strAbortedClients = 'Aborted'; //to translate 00405 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate 00406 $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 00407 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate 00408 $strAddDropDatabase = 'Add DROP DATABASE'; //to translate 00409 $strAddIntoComments = 'Add into comments'; //to translate 00410 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate 00411 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate 00412 $strAddToIndex = 'Add to index %s column(s)'; //to translate 00413 $strAddedColumnComment = 'Added comment for column'; //to translate 00414 $strAddedColumnRelation = 'Added relation for column'; //to translate 00415 $strAdministration = 'Administration'; //to translate 00416 $strArabic = 'Arabic'; //to translate 00417 $strArmenian = 'Armenian'; //to translate 00418 $strAutodetect = 'Autodetect'; //to translate 00419 $strAutomaticLayout = 'Automatic layout'; //to translate 00420 00421 $strBaltic = 'Baltic'; //to translate 00422 $strBinaryDoNotEdit = 'Binary - do not edit'; //to translate 00423 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate 00424 $strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate 00425 $strBookmarkLabel = 'Label'; //to translate 00426 $strBookmarkOptions = 'Bookmark options'; //to translate 00427 $strBookmarkQuery = 'Bookmarked SQL-query'; //to translate 00428 $strBookmarkThis = 'Bookmark this SQL-query'; //to translate 00429 $strBookmarkView = 'View only'; //to translate 00430 $strBrowseForeignValues = 'Browse foreign values'; //to translate 00431 $strBulgarian = 'Bulgarian'; //to translate 00432 $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 00433 00434 $strCSVOptions = 'CSV options'; //to translate 00435 $strCannotLogin = 'Cannot login to MySQL server'; //to translate 00436 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate 00437 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate 00438 $strCardinality = 'Cardinality'; //to translate 00439 $strCaseInsensitive = 'case-insensitive'; //to translate 00440 $strCaseSensitive = 'case-sensitive'; //to translate 00441 $strCentralEuropean = 'Central European'; //to translate 00442 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate 00443 $strChangeCopyModeCopy = '... keep the old one.'; //to translate 00444 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate 00445 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate 00446 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate 00447 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate 00448 $strCharset = 'Charset'; //to translate 00449 $strCharsets = 'Charsets'; //to translate 00450 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate 00451 $strCheckPrivs = 'Check Privileges'; //to translate 00452 $strCheckPrivsLong = 'Check privileges for database "%s".'; //to translate 00453 $strCollation = 'Collation'; //to translate 00454 $strColumnPrivileges = 'Column-specific privileges'; //to translate 00455 $strCommand = 'Command'; //to translate 00456 $strConnections = 'Connections'; //to translate 00457 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate 00458 $strConstraintsForTable = 'Constraints for table'; //to translate 00459 $strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate 00460 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate 00461 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate 00462 $strCroatian = 'Croatian'; //to translate 00463 $strCyrillic = 'Cyrillic'; //to translate 00464 $strCzech = 'Czech'; //to translate 00465 00466 $strDBComment = 'Database comment: '; //to translate 00467 $strDBGContext = 'Context'; //to translate 00468 $strDBGContextID = 'Context ID'; //to translate 00469 $strDBGHits = 'Hits'; //to translate 00470 $strDBGLine = 'Line'; //to translate 00471 $strDBGMaxTimeMs = 'Max time, ms'; //to translate 00472 $strDBGMinTimeMs = 'Min time, ms'; //to translate 00473 $strDBGModule = 'Module'; //to translate 00474 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate 00475 $strDBGTotalTimeMs = 'Total time, ms'; //to translate 00476 $strDanish = 'Danish'; //to translate 00477 $strDatabaseExportOptions = 'Database export options'; //to translate 00478 $strDatabaseNoTable = 'This database contains no table!'; //to translate 00479 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate 00480 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate 00481 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate 00482 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate 00483 $strDbPrivileges = 'Database-specific privileges'; //to translate 00484 $strDbSpecific = 'database-specific'; //to translate 00485 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate 00486 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate 00487 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate 00488 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate 00489 $strDeleting = 'Deleting %s'; //to translate 00490 $strDescription = 'Description'; //to translate 00491 $strDictionary = 'dictionary'; //to translate 00492 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate 00493 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate 00494 $strDumpComments = 'Include column comments as inline SQL-comments'; //to translate 00495 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate 00496 00497 $strEnglish = 'English'; //to translate 00498 $strEstonian = 'Estonian'; //to translate 00499 $strExcelOptions = 'Excel options'; //to translate 00500 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate 00501 00502 $strFailedAttempts = 'Failed attempts'; //to translate 00503 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate 00504 $strFileCouldNotBeRead = 'File could not be read'; //to translate 00505 $strFileNameTemplate = 'File name template'; //to translate 00506 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.'; //to translate 00507 $strFileNameTemplateRemember = 'remember template'; //to translate 00508 $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 00509 00510 $strGeneralRelationFeat = 'General relation features'; //to translate 00511 $strGerman = 'German'; //to translate 00512 $strGlobal = 'global'; //to translate 00513 $strGlobalPrivileges = 'Global privileges'; //to translate 00514 $strGlobalValue = 'Global value'; //to translate 00515 $strGrantOption = 'Grant'; //to translate 00516 $strGreek = 'Greek'; //to translate 00517 00518 $strHebrew = 'Hebrew'; //to translate 00519 $strHungarian = 'Hungarian'; //to translate 00520 00521 $strId = 'ID'; //to translate 00522 $strIgnoringFile = 'Ignoring file %s'; //to translate 00523 $strImportFiles = 'Import files'; //to translate 00524 $strImportFinished = 'Import finished'; //to translate 00525 $strInnodbStat = 'InnoDB Status'; //to translate 00526 $strInsertedRowId = 'Inserted row id:'; //to translate 00527 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate 00528 $strInternalRelations = 'Internal relations'; //to translate 00529 00530 $strJapanese = 'Japanese'; //to translate 00531 $strJumpToDB = 'Jump to database "%s".'; //to translate 00532 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate 00533 $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate 00534 00535 $strKorean = 'Korean'; //to translate 00536 00537 $strLaTeX = 'LaTeX'; //to translate 00538 $strLaTeXOptions = 'LaTeX options'; //to translate 00539 $strLandscape = 'Landscape'; //to translate 00540 $strLatexCaption = 'Table caption'; //to translate 00541 $strLatexContent = 'Content of table __TABLE__'; //to translate 00542 $strLatexContinued = '(continued)'; //to translate 00543 $strLatexContinuedCaption = 'Continued table caption'; //to translate 00544 $strLatexIncludeCaption = 'Include table caption'; //to translate 00545 $strLatexLabel = 'Label key'; //to translate 00546 $strLatexStructure = 'Structure of table __TABLE__'; //to translate 00547 $strLithuanian = 'Lithuanian'; //to translate 00548 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate 00549 $strLoadMethod = 'LOAD method'; //to translate 00550 $strLocalhost = 'Local'; //to translate 00551 $strLogServer = 'Server'; //to translate 00552 $strLoginInformation = 'Login Information'; //to translate 00553 00554 $strMIME_MIMEtype = 'MIME-type'; //to translate 00555 $strMIME_available_mime = 'Available MIME-types'; //to translate 00556 $strMIME_available_transform = 'Available transformations'; //to translate 00557 $strMIME_description = 'Description'; //to translate 00558 $strMIME_file = 'Filename'; //to translate 00559 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate 00560 $strMIME_transformation = 'Browser transformation'; //to translate 00561 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate 00562 $strMIME_transformation_options = 'Transformation options'; //to translate 00563 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'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 00564 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate 00565 $strMoreStatusVars = 'More status variables'; //to translate 00566 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate 00567 $strMultilingual = 'multilingual'; //to translate 00568 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate 00569 00570 $strNoDatabasesSelected = 'No databases selected.'; //to translate 00571 $strNoExplain = 'Skip Explain SQL'; //to translate 00572 $strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate 00573 $strNoIndexPartsDefined = 'No index parts defined!'; //to translate 00574 $strNoModification = 'No change'; //to translate 00575 $strNoOptions = 'This format has no options'; //to translate 00576 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate 00577 $strNoPrivileges = 'No Privileges'; //to translate 00578 $strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate 00579 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate 00580 $strNoUsersSelected = 'No users selected.'; //to translate 00581 $strNoValidateSQL = 'Skip Validate SQL'; //to translate 00582 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate 00583 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate 00584 00585 $strOverhead = 'Overhead'; //to translate 00586 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate 00587 00588 $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 00589 $strPaperSize = 'Paper size'; //to translate 00590 $strPartialText = 'Partial Texts'; //to translate 00591 $strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate 00592 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate 00593 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate 00594 $strPerHour = 'per hour'; //to translate 00595 $strPerMinute = 'per minute'; //to translate 00596 $strPerSecond = 'per second'; //to translate 00597 $strPhoneBook = 'phone book'; //to translate 00598 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate 00599 $strPortrait = 'Portrait'; //to translate 00600 $strPrintViewFull = 'Print view (with full texts)'; //to translate 00601 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate 00602 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate 00603 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate 00604 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate 00605 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate 00606 $strPrivDescDelete = 'Allows deleting data.'; //to translate 00607 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate 00608 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate 00609 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate 00610 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate 00611 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate 00612 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate 00613 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate 00614 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate 00615 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate 00616 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate 00617 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate 00618 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate 00619 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate 00620 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate 00621 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate 00622 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate 00623 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate 00624 $strPrivDescSelect = 'Allows reading data.'; //to translate 00625 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate 00626 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate 00627 $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 00628 $strPrivDescUpdate = 'Allows changing data.'; //to translate 00629 $strPrivDescUsage = 'No privileges.'; //to translate 00630 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate 00631 $strProcesslist = 'Process list'; //to translate 00632 00633 $strQueryFrame = 'Query window'; //to translate 00634 $strQueryFrameDebug = 'Debugging information'; //to translate 00635 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.'; //to translate 00636 $strQuerySQLHistory = 'SQL-history'; //to translate 00637 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate 00638 $strQueryTime = 'Query took %01.4f sec'; //to translate 00639 $strQueryType = 'Query type'; //to translate 00640 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate 00641 00642 $strReceived = 'Received'; //to translate 00643 $strReferentialIntegrity = 'Check referential integrity:'; //to translate 00644 $strRelationView = 'Relation view'; //to translate 00645 $strRelationalSchema = 'Relational schema'; //to translate 00646 $strRelations = 'Relations'; //to translate 00647 $strReloadFailed = 'MySQL reload failed.'; //to translate 00648 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate 00649 $strRemoveSelectedUsers = 'Remove selected users'; //to translate 00650 $strReplaceNULLBy = 'Replace NULL by'; //to translate 00651 $strResourceLimits = 'Resource limits'; //to translate 00652 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate 00653 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate 00654 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate 00655 $strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate 00656 $strRussian = 'Russian'; //to translate 00657 00658 $strSQLOptions = 'SQL options'; //to translate 00659 $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 00660 $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 00661 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate 00662 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate 00663 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate 00664 $strSaveOnServer = 'Save on server in %s directory'; //to translate 00665 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate 00666 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate 00667 $strSent = 'Sent'; //to translate 00668 $strServerChoice = 'Server Choice'; //to translate 00669 $strServerStatus = 'Runtime Information'; //to translate 00670 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate 00671 $strServerTabProcesslist = 'Processes'; //to translate 00672 $strServerTabVariables = 'Variables'; //to translate 00673 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate 00674 $strServerVars = 'Server variables and settings'; //to translate 00675 $strSessionValue = 'Session value'; //to translate 00676 $strShowDatadictAs = 'Data Dictionary Format'; //to translate 00677 $strShowFullQueries = 'Show Full Queries'; //to translate 00678 $strSimplifiedChinese = 'Simplified Chinese'; //to translate 00679 $strSortByKey = 'Sort by key'; //to translate 00680 $strStatCheckTime = 'Last check'; //to translate 00681 $strStatCreateTime = 'Creation'; //to translate 00682 $strStatUpdateTime = 'Last update'; //to translate 00683 $strStatus = 'Status'; //to translate 00684 $strSwedish = 'Swedish'; //to translate 00685 $strSwitchToTable = 'Switch to copied table'; //to translate 00686 00687 $strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate 00688 $strTableOfContents = 'Table of contents'; //to translate 00689 $strTableOptions = 'Table options'; //to translate 00690 $strTableStructure = 'Table structure for table'; //to translate 00691 $strTblPrivileges = 'Table-specific privileges'; //to translate 00692 $strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate 00693 $strThai = 'Thai'; //to translate 00694 $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; //to translate 00695 $strTheTerminator = 'The terminator of the fields.'; //to translate 00696 $strThisHost = 'This Host'; //to translate 00697 $strThisNotDirectory = 'This was not a directory'; //to translate 00698 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate 00699 $strTime = 'Time'; //to translate 00700 $strToggleScratchboard = 'Toggle scratchboard'; //to translate 00701 $strTraditionalChinese = 'Traditional Chinese'; //to translate 00702 $strTraffic = 'Traffic'; //to translate 00703 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate 00704 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate 00705 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate 00706 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().'; //to translate 00707 $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 00708 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate 00709 $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 00710 $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 00711 $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 00712 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.'; //to translate 00713 $strTruncateQueries = 'Truncate Shown Queries'; //to translate 00714 $strTurkish = 'Turkish'; //to translate 00715 00716 $strUkrainian = 'Ukrainian'; //to translate 00717 $strUnicode = 'Unicode'; //to translate 00718 $strUnknown = 'unknown'; //to translate 00719 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate 00720 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate 00721 $strUseHostTable = 'Use Host Table'; //to translate 00722 $strUseTextField = 'Use text field'; //to translate 00723 $strUseThisValue = 'Use this value'; //to translate 00724 $strUserAlreadyExists = 'The user %s already exists!'; //to translate 00725 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate 00726 $strUserOverview = 'User overview'; //to translate 00727 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate 00728 $strUsersHavingAccessToDb = 'Users having access to "%s"'; //to translate 00729 00730 $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 00731 $strVar = 'Variable'; //to translate 00732 $strViewDumpDatabases = 'View dump (schema) of databases'; //to translate 00733 00734 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate 00735 $strWestEuropean = 'West European'; //to translate 00736 $strWildcard = 'wildcard'; //to translate 00737 $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 00738 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate 00739 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate 00740 00741 $strXML = 'XML'; //to translate 00742 00743 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate 00744 $strCreationDates = 'Creation/Update/Check dates'; //to translate 00745 $strCheckOverhead = 'Check overheaded'; //to translate 00746 $strExcelEdition = 'Excel edition'; //to translate 00747 $strDelayedInserts = 'Use delayed inserts'; //to translate 00748 $strSQLExportType = 'Export type'; //to translate 00749 $strAddConstraints = 'Add constraints'; //to translate 00750 $strGeorgian = 'Georgian'; //to translate 00751 $strCzechSlovak = 'Czech-Slovak'; //to translate 00752 $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 00753 $strMaximumSize = 'Maximum size: %s%s'; //to translate 00754 ?>