[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accdez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lang/ -> arabic-utf-8.inc.php (source)

   1  <?php
   2  /* $Id: arabic-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */
   3  
   4  /**
   5   * Original translation to Arabic by Fisal <fisal77 at hotmail.com>
   6   * Update by Tarik kallida <kallida at caramail.com>
   7   * Final Update on November 25, 2003 by Ossama Khayat <okhayat at yahoo.com>
   8   */
   9  
  10  $charset = 'utf-8';
  11  $allow_recoding = TRUE;
  12  $text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
  13  $number_thousands_separator = ',';
  14  $number_decimal_separator = '.';
  15  // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  16  //$byteUnits = array('بايت', 'كيلوبايت', 'ميجابايت', 'غيغابايت');
  17  $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  18  
  19  $day_of_week = array('الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت');
  20  $month = array('يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر');
  21  // See http://www.php.net/manual/en/function.strftime.php to define the
  22  // variable below
  23  $datefmt = '%d %B %Y الساعة %H:%M';
  24  
  25  $timespanfmt = '%s يوم، %s ساعة، %s دقيقة و%s ثانية';
  26  
  27  $strAbortedClients = 'ألغي';
  28  $strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.';
  29  $strAccessDenied = 'غير مسموح';
  30  $strAction = 'العملية';
  31  $strAddAutoIncrement = 'أضف قيمة AUTO_INCREMENT';
  32  $strAddConstraints = 'أضف قيوداً';
  33  $strAddDeleteColumn = 'إضافه/حذف عمود حقل';
  34  $strAddDeleteRow = 'إضافه/حذف صف سجل';
  35  $strAddIntoComments = 'أضف إلى الملاحظات';
  36  $strAddNewField = 'إضافة حقل جديد';
  37  $strAddPrivilegesOnDb = 'إضافة الصلاحيات على قاعدة البيانات التالية';
  38  $strAddPrivilegesOnTbl = 'إضافة الصلاحيات على الجدول التالي';
  39  $strAddSearchConditions = 'أضف شروط البحث (جسم من الفقره "where" clause):';
  40  $strAddToIndex = 'إضافه كفهرس &nbsp;%s&nbsp;صف(ـوف)';
  41  $strAddUserMessage = 'لقد أضفت مستخدم جديد.';
  42  $strAddUser = 'أضف مستخدم جديد';
  43  $strAdministration = 'إدارة';
  44  $strAffectedRows = 'صفوف مؤثره:';
  45  $strAfterInsertBack = 'الرجوع إلى الصفحة السابقة';
  46  $strAfterInsertNewInsert = 'إدخال تسجيل جديد';
  47  $strAfter = 'بعد %s';
  48  $strAllTableSameWidth = 'أظهر كل الجدوال بنفس العرض؟';
  49  $strAll = 'الكل';
  50  $strAlterOrderBy = 'تعديل ترتيب الجدول بـ';
  51  $strAnalyzeTable = 'تحليل الجدول';
  52  $strAnd = 'و';
  53  $strAnIndex = 'لقد أُضيف الفهرس في %s';
  54  $strAnyHost = 'أي مزود';
  55  $strAnyUser = 'أي مستخدم';
  56  $strAny = 'أي';
  57  $strAPrimaryKey = 'لقد أُضيف المفتاح الأساسي في %s';
  58  $strArabic = 'العربية';
  59  $strArmenian = 'الأرمنية';
  60  $strAscending = 'تصاعدياً';
  61  $strAtBeginningOfTable = 'في بداية الجدول';
  62  $strAtEndOfTable = 'في نهاية الجدول';
  63  $strAttr = 'الخواص';
  64  $strAutomaticLayout = 'مظهر تلقائي';
  65  
  66  $strBack = 'رجوع';
  67  $strBaltic = 'البلطيق';
  68  $strBeginCut = 'بدء القصّ';
  69  $strBeginRaw = 'بدء بيانات أصليّة';
  70  $strBinaryDoNotEdit = 'ثنائي - لاتحرره';
  71  $strBinary = 'ثنائي';
  72  $strBookmarkAllUsers = 'اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية';
  73  $strBookmarkDeleted = 'لقد حُذفت العلامه المرجعيه.';
  74  $strBookmarkLabel = 'علامه';
  75  $strBookmarkQuery = 'علامه مرجعيه SQL-إستعلام';
  76  $strBookmarkThis = 'إجعل علامه مرجعيه SQL-إستعلام';
  77  $strBookmarkView = 'عرض فقط';
  78  $strBrowseForeignValues = 'استعرض القيم الغريبة';
  79  $strBrowse = 'إستعراض';
  80  $strBulgarian = 'البلغارية';
  81  $strBzError = 'لم يستطع phpMyAdmin ضغط كمّ البيانات بسبب عطل في امتداد Bz2 في إصدار PHP. يُفضّل أن تغيّر قيمة توجيه <code>$cfg[\'BZipDump\']</code> في ملف إعدادات phpMyAdmin إلى <code>FALSE</code>. إن كنت تريد استخدام مزايا ضغط Bz2، عليك بالتحديث إلى إصدار جديد من PHP. لمزيد من التفاصيل، أنظر في تقرير خلل PHP %s.';
  82  $strBzip = '"bzipped"';
  83  
  84  $strCannotLogin = 'لا يمكن الدخول إلى خادم MySQL';
  85  $strCantLoadRecodeIconv = 'لم يمكن تحميل iconv أو إعادة تشفير الإمتداد المطلوب لتحويل شيفرة الأحرف، الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في phpMyAdmin.';
  86  $strCantLoad = 'لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP.';
  87  $strCantRenameIdxToPrimary = 'لايمكن تغيير إسم الفهرس إلى الأساسي!';
  88  $strCantUseRecodeIconv = 'لا يمكن استخدام iconv ولا libiconv ولا عملية recode_string في حين يحدد الامتداد أنه محمّل. تأكّد من إعدادات PHP.';
  89  $strCardinality = 'Cardinality';
  90  $strCaseInsensitive = 'غير حساس لحالة الأحرف';
  91  $strCaseSensitive = 'حساس لحالة الأحرف';
  92  $strCentralEuropean = 'أوروبا الوسطى';
  93  $strChangeCopyModeCopy = ' ... أبق القديم.';
  94  $strChangeCopyModeDeleteAndReload = ' ... إحذف القديمين من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك.';
  95  $strChangeCopyModeJustDelete = ' ... إحذف القديم من جداول المستخدمين.';
  96  $strChangeCopyModeRevoke = ' ... استعد كل الصلاحيات الفعالة من القديمين واحذهم بعد ذلك.';
  97  $strChangeCopyMode = 'أضف اسم مستخدم جديد بنفس الصلاحيات و...';
  98  $strChangeCopyUser = 'غيّر معلومات الدخول / إنسخ اسم مستخدم';
  99  $strChangeDisplay = 'اختر الحقل لإظهاره';
 100  $strChangePassword = 'تغيير كلمة السر';
 101  $strChange = 'تغيير';
 102  $strCharsetOfFile = 'شيفرة أحرف الملف:';
 103  $strCharsetsAndCollations = 'مجموعات المحارف وCollations';
 104  $strCharsets = 'مجموعات المحارف';
 105  $strCharset = 'مجموعة المحارف';
 106  $strCheckAll = 'إختر الكل';
 107  $strCheckOverhead = 'تحقق من overhead';
 108  $strCheckPrivsLong = 'تحقق من الصلاحيات لقاعدة بيانات &quot;%s&quot;.';
 109  $strCheckPrivs = 'تحقق من الصلاحيات';
 110  $strCheckTable = 'التحقق من الجدول';
 111  $strChoosePage = 'رجاءً اختر صفحة لتعديلها';
 112  $strColComFeat = 'إظهار تعليقات العمود';
 113  $strCollation = 'Collation';
 114  $strColumnNames = 'إسم العمود';
 115  $strColumnPrivileges = 'صلاحيات خاصة بالحقل';
 116  $strCommand = 'أمْر';
 117  $strComments = 'تعليقات';
 118  $strCompleteInserts = 'الإدخال لقد إكتمل';
 119  $strCompression = 'الضغط';
 120  $strConfigFileError = 'لم يستطع phpMyAdmin أن يقرأ ملف إعداداتك!<br />قد يكون هذا بسبب أن PHP وجد خطأ في الإعراب فيه أو أنه لا يستطيع أن يجد الملف.<br />رجاءً اقرأ الملف بشكل مباشر باستخدام الوصلة أدناه واقرأ رسالة الخطأ الناتجة. في معظم الحالات قد تكون علامة التنصيص أو علامة الفاصلة المنقوطة ناقصة في مكان ما.<br />إن حصلت على صفحة فارغة، فكلّ شيء على ما يرام.';
 121  $strConfigureTableCoord = 'رجاء إعداد الموقع للجدول %s';
 122  $strConnections = 'اتصالات';
 123  $strConstraintsForDumped = 'قيود الجداول المحفوظة';
 124  $strConstraintsForTable = 'القيود للجدول';
 125  $strCookiesRequired = 'يجب تفعيل دعم الكوكيز في هذه المرحلة.';
 126  $strCopyTableOK = 'الجدول %s لقد تم نسخه إلى %s.';
 127  $strCopyTableSameNames = 'لا يمكن نسخ الجدول إلى نفسه!';
 128  $strCopyTable = 'نسخ الجدول إلى';
 129  $strCouldNotKill = 'لم يستطع phpMyAdmin إيقاف العمليّة %s. يبدو أنها أوقفت مسبقاً.';
 130  $strCreateIndexTopic = 'تصميم فهرسه جديده';
 131  $strCreateIndex = 'تصميم فهرسه على&nbsp;%s&nbsp;عمود';
 132  $strCreateNewDatabase = 'تكوين قاعدة بيانات جديدة';
 133  $strCreateNewTable = 'تكوين جدول جديد في قاعدة البيانات %s';
 134  $strCreatePage = 'أنشئ صفحة جديدة';
 135  $strCreatePdfFeat = 'إنشاء ملفات PDF';
 136  $strCreate = 'تكوين';
 137  $strCreationDates = 'تواريخ الإنشاء/التحديث/التحقّق';
 138  $strCriteria = 'المعايير';
 139  $strCroatian = 'الكرواتية';
 140  $strCSVOptions = 'خيارات القيم المفصولة بفواصل )CSV(';
 141  $strCyrillic = 'السيريلية';
 142  $strCzech = 'التشيكية';
 143  
 144  $strDanish = 'الدنمركية';
 145  $strDatabaseExportOptions = 'خيارات تصدير قاعدة بيانات';
 146  $strDatabaseHasBeenDropped = 'قاعدة بيانات %s محذوفه.';
 147  $strDatabasesDropped = 'تم حذف قواعد البيانات %s بنجاح.';
 148  $strDatabasesStatsDisable = 'أوقف الإحصائيات';
 149  $strDatabasesStatsEnable = 'مكّن الإحصائيات';
 150  $strDatabasesStatsHeavyTraffic = 'ملاحظة: تمكين إحصائيات قواعد البيانات هنا قد يسبب تدفق بيانات ثقيل بين خادم الوب وخادم MySQL.';
 151  $strDatabasesStats = 'إحصائيات قواعد البيانات';
 152  $strDatabases = 'قاعدة بيانات';
 153  $strDatabase = 'قاعدة البيانات';
 154  $strDataDict = 'قاموس البيانات';
 155  $strDataOnly = 'بيانات فقط';
 156  $strData = 'بيانات';
 157  $strDBComment = 'ملاحظة قاعدة البيانات: ';
 158  $strDbPrivileges = 'صلاحيات خاصة بقاعدة البيانات';
 159  $strDbSpecific = 'خاص بقاعدة بيانات';
 160  $strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a';
 161  $strDefault = 'إفتراضي';
 162  $strDelayedInserts = 'استخدم الإضافات المتأخرة';
 163  $strDeleteAndFlushDescr = 'هذه هي أنظف طريقة، لكن إعادة قراءة الصلاحيات قد يتطلّب بعض الوقت.';
 164  $strDeleteAndFlush = 'احذف المستخدمين وقم بإعادة قراءة الصلاحيات بعد ذلك.';
 165  $strDeletedRows = 'الصفوف المحذوفه:';
 166  $strDeleted = 'لقد تم حذف الصف';
 167  $strDelete = 'حذف';
 168  $strDeleting = 'قيْد حذْف %s';
 169  $strDelOld = 'تحتوي الصفحة الحالية مراجع لجداول لم تعد موجودة. هل تود حذف هذه المراجع؟';
 170  $strDescending = 'تنازلياً';
 171  $strDescription = 'الوصف';
 172  $strDictionary = 'قاموس';
 173  $strDisabled = 'معطّل';
 174  $strDisplayFeat = 'إظهار المزايا';
 175  $strDisplayOrder = 'ترتيب العرض:';
 176  $strDisplayPDF = 'إظهار بناء ملف PDF';
 177  $strDoAQuery = 'تجعل "إستعلام بواسطة المثال" (wildcard: "%")';
 178  $strDocu = 'مستندات وثائقيه';
 179  $strDoYouReally = 'هل تريد حقاً تنفيذ';
 180  $strDropUsersDb = 'إحذف قواعد البيانات التي لها نفس إسماء المستخدمين.';
 181  $strDrop = 'حذف';
 182  $strDumpingData = 'إرجاع أو إستيراد بيانات الجدول';
 183  $strDumpSaved = 'تم حفظ الـDump إلى الملف %s.';
 184  $strDumpXRows = 'إحدف %s سطر بدءً من السطر %s.';
 185  $strDynamic = 'ديناميكي';
 186  
 187  $strEditPDFPages = 'عدّل صفحات PDF';
 188  $strEditPrivileges = 'تحرير الإمتيازات';
 189  $strEdit = 'تحرير';
 190  $strEffective = 'فعال';
 191  $strEmptyResultSet = 'MySQL قام بإرجاع نتيجة إعداد فارغه (مثلاً. صف صفري).';
 192  $strEmpty = 'إفراغ محتوى';
 193  $strEnabled = 'ممكّن';
 194  $strEndCut = 'انتهاء القصّ';
 195  $strEndRaw = 'انتهاء البيانات الأصلية';
 196  $strEnd = 'نهايه';
 197  $strEnglishPrivileges = ' ملاحظه: إسم الإمتياز لـMySQL يظهر ويُقرأ باللغه الإنجليزيه فقط ';
 198  $strEnglish = 'الإنجليزية';
 199  $strError = 'خطأ';
 200  $strEstonian = 'الإستونية';
 201  $strExcelEdition = 'إصدارة إكسل';
 202  $strExcelOptions = 'خيارات إكسل';
 203  $strExecuteBookmarked = 'نفّذ استعلام محفوظ بعلامة مرجعية';
 204  $strExplain = 'إشرح SQL';
 205  $strExport = 'تصدير';
 206  $strExtendedInserts = 'إدخال مُدد';
 207  $strExtra = 'إضافي';
 208  
 209  $strFailedAttempts = 'محاولات أخفقت';
 210  $strFieldHasBeenDropped = 'حقل محذوف %s';
 211  $strFieldsEmpty = ' تعداد الحقل فارغ! ';
 212  $strFieldsEnclosedBy = 'حقل مضمن بـ';
 213  $strFieldsEscapedBy = 'حقل مُتجاهل بـ';
 214  $strFieldsTerminatedBy = 'حقل مفصول بـ';
 215  $strFields = ' عدد الحقول';
 216  $strField = 'الحقل';
 217  $strFileAlreadyExists = 'المف %s موجود اصلاً على الخادم. غير الاسم أو حدد خيار التسجيل على الملف الموجود.';
 218  $strFileCouldNotBeRead = 'لم يمكن قراءة الملف';
 219  $strFileNameTemplateRemember = 'تذكر القالب';
 220  $strFileNameTemplate = 'قالب إسم الملف';
 221  $strFixed = 'مثبت';
 222  $strFlushPrivilegesNote = 'ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL مباشرةً. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا ما تمّ التعديل عليها يدويّاً. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s قبل أن تكمل.';
 223  $strFlushTable = 'إعادة تحميل الجدول ("FLUSH")';
 224  $strFormat = 'صيغه';
 225  $strFormEmpty = 'يوجد قيمه مفقوده بالنموذج !';
 226  $strFullText = 'نصوص كامله';
 227  $strFunction = 'دالة';
 228  
 229  $strGenBy = 'أنشئ بواسطة';
 230  $strGeneralRelationFeat = 'المزايا العامّة للرابط';
 231  $strGenTime = 'أنشئ في';
 232  $strGerman = 'الألمانية';
 233  $strGlobalPrivileges = 'صلاحيّات عامّة';
 234  $strGlobalValue = 'قيمة عامّة';
 235  $strGlobal = 'عامّ';
 236  $strGo = '&nbsp;تنفيــذ&nbsp;';
 237  $strGrantOption = 'مَنْحْ';
 238  $strGreek = 'اليونانية';
 239  $strGzip = '"gzipped"';
 240  
 241  $strHasBeenAltered = 'لقد عُدِل.';
 242  $strHasBeenCreated = 'لقد تكون.';
 243  $strHaveToShow = 'عليك اختيار عمود واحد على الأقل للعرض';
 244  $strHebrew = 'العبرية';
 245  $strHomepageOfficial = 'الصفحة الرئيسية الرسمية لـ phpMyAdmin';
 246  $strHome = 'الصفحة الرئيسية';
 247  $strHostEmpty = 'إسم المستضيف فارغ!';
 248  $strHost = 'المزود';
 249  $strHungarian = 'الهنغارية';
 250  
 251  $strIdxFulltext = 'النص كاملاً';
 252  $strId = 'رقم';
 253  $strIgnore = 'تجاهل';
 254  $strImportFiles = 'استورد الملفات';
 255  $strIndexes = 'فهارس';
 256  $strIndexHasBeenDropped = 'فهرسه محذوفه %s';
 257  $strIndexName = 'إسم الفهرس&nbsp;:';
 258  $strIndexType = 'نوع الفهرس&nbsp;:';
 259  $strIndex = 'فهرست';
 260  $strInnodbStat = 'وضع InnoDB';
 261  $strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.';
 262  $strInsertAsNewRow = 'إدخال كتسجيل جديد';
 263  $strInsertedRowId = 'رقم معرّف السّطر المضاف:';
 264  $strInsertedRows = 'صفوف مدخله:';
 265  $strInsert = 'إدخال';
 266  $strInternalNotNecessary = '* العلاقة الداخلية غير ضرورية عندما تكون موجودة مسبقاً في InnoDB.';
 267  $strInternalRelations = 'العلاقات الداخلية';
 268  $strInUse = 'قيد الإستعمال';
 269  
 270  $strJapanese = 'اليابانية';
 271  $strJumpToDB = 'إذهب إلى قاعدة بيانات &quot;%s&quot;.';
 272  $strJustDeleteDescr = 'سوف يبقى المستخدمون &quot;المحذوفون&quot; قادرون على الوصول للخادم كالعادة حتى يتم إعادة قراءة الصلاحيات.';
 273  $strJustDelete = 'فقط قم بحذف المستخدمين من جدول الصلاحيات.';
 274  
 275  $strKeepPass = 'لاتغير كلمة السر';
 276  $strKeyname = 'إسم المفتاح';
 277  $strKill = 'إبطال';
 278  $strKorean = 'الكورية';
 279  
 280  $strLandscape = 'عرض الصفحة';
 281  $strLatexCaption = 'عنوان الجدول';
 282  $strLatexContent = 'محتوييات الجدول __TABLE__';
 283  $strLatexContinuedCaption = 'عنوان جدول تابع';
 284  $strLatexContinued = '(تابع)';
 285  $strLatexIncludeCaption = 'أضف عنواناً للجدول';
 286  $strLatexLabel = 'Label key';
 287  $strLaTeXOptions = 'خيارات لاتكس';
 288  $strLatexStructure = 'بنية الجدول __TABLE__';
 289  $strLaTeX = 'لاتِكْسْ';
 290  $strLengthSet = 'الطول/القيمه*';
 291  $strLimitNumRows = 'رقم السجلات لكل صفحه';
 292  $strLinesTerminatedBy = 'خطوط مفصوله بـ';
 293  $strLinkNotFound = 'لم يمكن إيجاد الوصلة';
 294  $strLinksTo = 'مرتبط بـ';
 295  $strLithuanian = 'الليتوانية';
 296  $strLocalhost = 'محلي';
 297  $strLocationTextfile = 'مكان ملف نصي';
 298  $strLoginInformation = 'بيانات الدخول';
 299  $strLogin = 'دخول';
 300  $strLogout = 'تسجيل خروج';
 301  $strLogPassword = 'كلمة السر:';
 302  $strLogServer = 'خادم السجلّ';
 303  $strLogUsername = 'إسم المُستخدم:';
 304  
 305  $strMIME_available_mime = 'أنواع MIME المتوفرة';
 306  $strMIME_available_transform = 'التحويلات المتوفرة';
 307  $strMIME_description = 'الوصف';
 308  $strMIME_MIMEtype = 'نوع MIME';
 309  $strMIME_nodescription = 'ليس هناك وصف متوفر لهذا التحويل.<br />رجاء اسأل الناشر، ما يفعله %s.';
 310  $strMIME_transformation_note = 'لعرض قائمة بخيارات التحويل المتوفرة وأنواع تحويلات MIME الخاصة بها، إضغط على %sخيارات التحويل%s';
 311  $strMIME_transformation_options_note = 'رجاءً أدخل القيم لخيارات التحويل باستخدام هذا التنسيق: \'a\', 100, b,\'c\'...<br />إذا احتجت أن تضع شرْطة مائلة ("\") أو علامة تنصيص ("\'") بين هذه القيم، اسبقها بشرْطة مائلة )على سبيل المثال \'\\\\xyz\' أو \'a\\\'b\'(.';
 312  $strMIME_transformation_options = 'خيارات التحويل';
 313  $strMIME_transformation = 'تحويل المتصفح';
 314  $strMIME_without = 'أنواع MIME التي تظهر بحروف مائلة ليس لها وظيفة تحويل منفصلة';
 315  $strModifications = 'تمت التعديلات';
 316  $strModifyIndexTopic = 'تعديل الفهرسه';
 317  $strModify = 'تعديل';
 318  $strMoveTableOK = '%s جدول تم نقله إلى %s.';
 319  $strMoveTableSameNames = 'لايمكن نقل الجدول إلى نفسه!';
 320  $strMoveTable = 'نقل جدول إلى (قاعدة بيانات<b>.</b>جدول):';
 321  $strMultilingual = 'متعدد اللغات';
 322  $strMySQLCharset = 'شيفرة أحرف MySQL';
 323  $strMySQLSaid = 'MySQL قال: ';
 324  $strMySQLShowProcess = 'عرض العمليات';
 325  $strMySQLShowStatus = 'عرض حالة المزود MySQL';
 326  $strMySQLShowVars ='عرض متغيرات المزود MySQL';
 327  
 328  $strName = 'الإسم';
 329  $strNext = 'التالي';
 330  $strNoDatabasesSelected = 'لا قواعد بيانات محددة';
 331  $strNoDatabases = 'لايوجد قواعد بيانات';
 332  $strNoDescription = 'بدون وصف';
 333  $strNoDropDatabases = 'معطل "حذف قاعدة بيانات"الأمر ';
 334  $strNoExplain = 'تخطّي شرح SQL';
 335  $strNoFrames = 'phpMyAdmin أكثر تفهماً مع مستعرض <b>الإطارات</b>.';
 336  $strNoIndexPartsDefined = 'إجزاء الفهرسه غير معرفه!';
 337  $strNoIndex = 'فهرس غير معرف!';
 338  $strNoModification = 'لا تغييرات';
 339  $strNone = 'لاشئ';
 340  $strNoOptions = 'هذا التنسيق ليس له أي خيارات';
 341  $strNoPassword = 'لا كلمة سر';
 342  $strNoPermission = 'خادأ£ الوب ليس لديه صلاحية لحفظ الملف %s.';
 343  $strNoPhp = 'بدون شيفرة PHP';
 344  $strNoPrivileges = 'إمتياز غير موجود';
 345  $strNoRights = 'ليس لديك الحقوق الكافيه بأن تكون هنا الآن!';
 346  $strNoSpace = 'لا يوجد مساحة كافية لحفظ الملف %s.';
 347  $strNoTablesFound = 'لايوجد جداول متوفره في قاعدة البيانات هذه!.';
 348  $strNotNumber = 'هذا ليس رقم!';
 349  $strNotOK = 'ليس صالحاً';
 350  $strNotSet = 'الجدول <b>%s</b> غير موجود أو محدد في %s';
 351  $strNoUsersFound = 'المستخدم(ـين) لم يتم إيجادهم.';
 352  $strNoValidateSQL = 'تخطّي التأكّد من SQL';
 353  $strNo = 'لا';
 354  $strNull = 'خالي';
 355  $strNumSearchResultsInTable = '%s مطابقة في الجدول <i>%s</i>';
 356  $strNumSearchResultsTotal = '<b>المجموع:</b> <i>%s</i>مطابقة';
 357  $strNumTables = 'جداول';
 358  
 359  $strOK = 'موافق';
 360  $strOperations = 'عمليّات';
 361  $strOptimizeTable = 'ضغط الجدول';
 362  $strOr = 'أو';
 363  $strOverhead = 'الفوقي';
 364  $strOverwriteExisting = 'خزن على الملفات الموجودة أصلاً';
 365  
 366  $strPageNumber = 'صفحة رقم:';
 367  $strPaperSize = 'حجم الورق';
 368  $strPartialText = 'نصوص جزئيه';
 369  $strPasswordChanged = 'تم تغيير كلمة المرور لـ %s بنجاح.';
 370  $strPasswordEmpty = 'كلمة السر فارغة !';
 371  $strPasswordNotSame = 'كلمتا السر غير متشابهتان !';
 372  $strPassword = 'كلمة السر';
 373  $strPdfDbSchema = 'بناء قاعدة البيانات "%s" - الصفحة %s';
 374  $strPdfInvalidTblName = 'الجدول "%s" غير موجود!';
 375  $strPdfNoTables = 'لا يوجد جداول';
 376  $strPerHour = 'لكل ساعة';
 377  $strPerMinute = 'لكل دقيقة';
 378  $strPerSecond = 'لكل ثانية';
 379  $strPhoneBook = 'دفتر الهاتف';
 380  $strPHP40203 = 'أنت تستخدم الإصدار 4.2.3 من PHP والذي يحتوي على خلّل خطير في التعامل مع النصوص ثنائية البايت (mbstring). أنظر في تقرير خلل PHP رقم 19404. لا ينصح باستخدام هذه النسخة من PHP مع phpMyAdmin.';
 381  $strPHPVersion = ' PHP إصدارة';
 382  $strPhp = 'أنشئ شيفرة PHP';
 383  $strPmaDocumentation = 'مستندات وثائقيه لـ phpMyAdmin (بالإنجليزية)';
 384  $strPmaUriError = 'المتغير <span dir="ltr"><tt>$cfg[\'PmaAbsoluteUri\']</tt></span> يجب تعديله في ملف الكوفيك !';
 385  $strPortrait = 'طول الصفحة';
 386  $strPos1 = 'بداية';
 387  $strPrevious = 'سابق';
 388  $strPrimaryKeyHasBeenDropped = 'لقد تم حذف المفتاح الأساسي';
 389  $strPrimaryKeyName = 'إسم المفتاح الأساسي يجب أن يكون أساسي... PRIMARY!';
 390  $strPrimaryKeyWarning = '("الأساسي" <b>يجب</b> يجب أن يكون الأسم <b>وأيضاً فقط</b> المفتاح الأساسي!)';
 391  $strPrimary = 'أساسي';
 392  $strPrintViewFull = 'عرض الطباعة (مع النصوص الكاملة).';
 393  $strPrintView = 'عرض نسخة للطباعة';
 394  $strPrint = 'إطبع';
 395  $strPrivDescAllPrivileges = 'يتضمّن كل الصلاحيّات عدا GRANT.';
 396  $strPrivDescAlter = 'يسمح بتعديل بناء الجداول الموجودة مسبقاً.';
 397  $strPrivDescCreateDb = 'يسمح بإنشاء قواعد بيانات وجداول جديدة.';
 398  $strPrivDescCreateTbl = 'يسمح بإنشاء جداول جديدة.';
 399  $strPrivDescCreateTmpTable = 'يسمح بإنشاء جداول مؤقّتة.';
 400  $strPrivDescDelete = 'يسمح بحذف البيانات.';
 401  $strPrivDescDropDb = 'يسمح بحذف قواعد البيانات.';
 402  $strPrivDescDropTbl = 'يسمح بحذف الجداول.';
 403  $strPrivDescExecute = 'يسمح بتشغيل الإجراءات المخزّنة )stored procedures(، ليس له أي تأثير في هذه النسخة من خادم MySQL.';
 404  $strPrivDescFile = 'يسمح باستيراد وتصدير البيانات من وإلى الملفّات.';
 405  $strPrivDescGrant = 'يسمح بإضافة المستخدمين والصلاحيات دون إعادة قراءة جداول الصلاحيات.';
 406  $strPrivDescIndex = 'يسمح بإنشاء وحذف الفهارس.';
 407  $strPrivDescInsert = 'يسمح بإضافة واستبدال البيانات.';
 408  $strPrivDescLockTables = 'يسمح بقفل الجداول للعمليّة الحاليّة.';
 409  $strPrivDescMaxConnections = 'يحدّ من عدد الاتصالات الجديدة التي يمكن للمستخدم فتحها بكل ساعة.';
 410  $strPrivDescMaxQuestions = 'يحدّ عدد الاستعلامات التي يستطيع المستخدم إرسالها إلى الخادم بكل ساعة.';
 411  $strPrivDescMaxUpdates = 'يحدّ عدد الأوامر التي ينفذها المستخدم بكل ساعة، والتي تغير أي جدول أو قاعدة بيانات.';
 412  $strPrivDescProcess3 = 'يسمح بإيقاف عمليّات المستخدمين الأخرين.';
 413  $strPrivDescProcess4 = 'يسمح بعرض الاستعلام بالكامل في سرد العمليات.';
 414  $strPrivDescReferences = 'ليس له أي تأثير في نسخة MySQL الحاليّة.';
 415  $strPrivDescReload = 'يسمح بإعادة تحميل إعدادات الخادم وتفريغ كاش الخادم.';
 416  $strPrivDescReplClient = 'يعطي الحق للمستخدم بالسؤال عن مكان وجود slaves/masters.';
 417  $strPrivDescReplSlave = 'مطلوب لتوابع لاستنساخ.';
 418  $strPrivDescSelect = 'يسمح بقراءة البيانات.';
 419  $strPrivDescShowDb = 'يسمح بالوصول لقائمة أسماء جميع قواعد البيانات.';
 420  $strPrivDescShutdown = 'يسمح بإيقاف عمل الخادم.';
 421  $strPrivDescSuper = 'يسمح بالاتصال، حتى لو وصل حدّ عدد الاتصالات للأقصى.، مطلوب للمهام الإدارية كضبط الإعدادات العامّة other users.';
 422  $strPrivDescUpdate = 'يسمح بتعديل البيانات.';
 423  $strPrivDescUsage = 'لا صلاحيات.';
 424  $strPrivilegesReloaded = 'تم إعادة قراءة الصلاحيات بنجاح.';
 425  $strPrivileges = 'الإمتيازات';
 426  $strProcesses = 'معالَجات';
 427  $strProcesslist = 'سرد العمليّات';
 428  $strPutColNames = 'ضع أسماء الحقول في السطر الأول';
 429  
 430  $strQBEDel = 'Del';
 431  $strQBEIns = 'Ins';
 432  $strQBE = 'إستعلام بواسطة مثال';
 433  $strQueryFrame = 'نافذة الاستعلام';
 434  $strQueryOnDb = 'في قاعدة البيانات SQL-إستعلام <b>%s</b>:';
 435  $strQuerySQLHistory = 'نصوص SQL سابقة';
 436  $strQueryStatistics = '<b>إحصائيات الاستعلام</b>: %s استعلام أرسل إلى الخادم منذ تشغيله.';
 437  $strQueryTime = 'استغرف الاستعلام %01.4f ثانية';
 438  $strQueryType = 'نوع الاستعلام';
 439  $strQueryWindowLock = 'لا تخزن على هذا الاستعلام من خارج النافذة';
 440  
 441  $strReceived = 'استُلِم';
 442  $strRecords = 'التسجيلات';
 443  $strReferentialIntegrity = 'تحديد التكامل المرجعي:';
 444  $strRelationalSchema = 'بناء الإرتباطات';
 445  $strRelationNotWorking = 'تمّ تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب إضغط %sهنا%s.';
 446  $strRelations = 'الروابط';
 447  $strRelationView = 'عرض الروابط';
 448  $strReloadingThePrivileges = 'قيد إعادة قراءة الصلاحيات.';
 449  $strRemoveSelectedUsers = 'إحذف المستخدمين المحددين';
 450  $strRenameTableOK = 'تم تغيير إسمهم إلى %s  جدول%s';
 451  $strRenameTable = 'تغيير إسم جدول إلى';
 452  $strRepairTable = 'إصلاح الجدول';
 453  $strReplaceNULLBy = 'استبدل NULL بـ';
 454  $strReplaceTable = 'إستبدال بيانات الجدول بالملف';
 455  $strReset = 'إلغاء';
 456  $strResourceLimits = 'حدود المصادر';
 457  $strReType = 'أعد كتابه';
 458  $strRevokeAndDeleteDescr = 'سوف تبقى الصلاحية USAGE لدى المستخدمين حتى يتم إعادة قراءة الصلاحيات.';
 459  $strRevokeAndDelete = 'استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك.';
 460  $strRevokeMessage = 'لقد أبطلت الأمتيازات لـ %s';
 461  $strRevoke = 'إبطال';
 462  $strRowLength = 'طول الصف';
 463  $strRowsFrom = 'صفوف تبدأ من';
 464  $strRowSize = ' مقاس الصف ';
 465  $strRowsModeFlippedHorizontal = ')عناوين ملتفّة( أفقياً';
 466  $strRowsModeHorizontal = 'أفقي';
 467  $strRowsModeOptions = ' %s و إعادة الرؤوس بعد %s حقل';
 468  $strRowsModeVertical = 'عمودي';
 469  $strRowsStatistic = 'إحصائيات';
 470  $strRows = 'صفوف';
 471  $strRunning = ' على المزود %s';
 472  $strRunQuery = 'إرسال الإستعلام';
 473  $strRunSQLQuery = 'تنفيذ إستعلام/إستعلامات SQL على قاعدة بيانات %s';
 474  $strRussian = 'الروسية';
 475  
 476  $strSaveOnServer = 'إحفظ على الخادم في الدليل %s';
 477  $strSave = 'حفــظ';
 478  $strScaleFactorSmall = 'نسبة الحجم المحددة صغيرة جدا لملائمة المخطط في صفحة واحدة.';
 479  $strSearchFormTitle = 'إبحث في قاعدة البيانات';
 480  $strSearchInTables = 'داخل الجدول)الجداول(:';
 481  $strSearchNeedle = 'الكلمات أو القيم المطلوب البحث عنها (wildcard: "%"):';
 482  $strSearchOption1 = 'على الأقل أحد الكلمات';
 483  $strSearchOption2 = 'كل الكلمات';
 484  $strSearchOption3 = 'الجملة بالضبط';
 485  $strSearchOption4 = 'كصيغة مطابقة';
 486  $strSearchResultsFor = 'إبحث في النتائج عن "<i>%s</i>" %s:';
 487  $strSearchType = 'إبحث:';
 488  $strSearch = 'إبحث';
 489  $strSecretRequired = 'يحتاج ملف الإعداد الآن إلى كلمة المرور السريّة.';
 490  $strSelectADb = 'إختر قاعدة بيانات من القائمة';
 491  $strSelectAll = 'تحديد الكل';
 492  $strSelectFields = 'إختيار حقول (على الأقل واحد):';
 493  $strSelectNumRows = 'في الإستعلام';
 494  $strSelectTables = 'إختر الجداول';
 495  $strSend = 'حفظ كملف';
 496  $strSent = 'أُرسِل';
 497  $strServerChoice = 'إختيار الخادم';
 498  $strServerStatusUptime = 'مضى على عمل خادم MySQL مدة %s. بدأ العمل في %s.';
 499  $strServerStatus = 'بيانات التشغيل';
 500  $strServerTabVariables = 'متغيّرات';
 501  $strServerTrafficNotes = '<b>سيْر الخادم</b>: تظهر هذه الجداول إحصائيات سيْر بيانات الشبكة لهذا الخادم منذ تشغيله.';
 502  $strServerVars = 'متغيّرات وأعدادات الخادم';
 503  $strServerVersion = 'إصدارة المزود';
 504  $strServer = 'خادم';
 505  $strSessionValue = 'قيمة الجلسة';
 506  $strSetEnumVal = 'إذا كان نوع الحقل هو "enum" أو "set", الرجاء إدخال القيم بإستخدام هذا التنسيق: \'a\',\'b\',\'c\'...<br />إذا كنت تحتاج بأن تضع علامة الشرطه المائله لليسار ("\") أو علامة الإقتباس الفرديه ("\'") فيما بين تلك القيم, إجعلها كشرطه مائله لليسار (مثلاً \'\\\\xyz\' أو \'a\\\'b\').';
 507  $strShowAll = 'شاهد الكل';
 508  $strShowColor = 'أظهر اللون';
 509  $strShowDatadictAs = 'تنسيق قامون البيانات';
 510  $strShowFullQueries = 'إعرض الاستعلامات كاملة';
 511  $strShowGrid = 'أظهر تخطيط الجدول';
 512  $strShowingRecords = 'مشاهدة السجلات ';
 513  $strShowPHPInfo = 'عرض المعلومات المتعلقة ب  PHP';
 514  $strShowTableDimension = 'إظهار أبعاد الجداول';
 515  $strShowTables = 'شاهد الجدول';
 516  $strShowThisQuery = ' عرض هذا الإستعلام هنا مرة أخرى ';
 517  $strShow = 'عرض';
 518  $strSimplifiedChinese = 'الصينية المبسطة';
 519  $strSingly = '(فردي)';
 520  $strSize = 'الحجم';
 521  $strSortByKey = 'رتّب حسب المفتاح';
 522  $strSort = 'تصنيف';
 523  $strSpaceUsage = 'المساحة المستغلة';
 524  $strSplitWordsWithSpace = 'الكلمات مفصولة بحرف مسافة (" ").';
 525  $strSQLExportType = 'نوع التصدير';
 526  $strSQLOptions = 'خيارات SQL';
 527  $strSQLParserBugMessage = 'هناك احتمال أنك عثرت على خلل في مدققّ SQL. رجاءً اختبر استعلامك بدقّة، وتأكّد من أن علامات التنصيص صحيحة ومتطابقة. بعض أسباب الإخفاق الأخرى قد تكون أنك تحاول تحميل ملف يحتوي على بيانات غير نصّية خارج منطقة التنصيص. يمكنك أيضاً تجربة استعلامك بواسطة سطر أوامر MySQL. قد تساعدك رسالة خطأ خادم MySQL أدناه، إن كانت هناك واحدة، على تشخيص المشكلة. إن بقي هناك مشاكل أو إن أخفق المدقّق في حين نجح استخدام سطر الأوامر، رجاءً قلّص حجم استعلامك لاستعلام واحد يسبب المشكلة، وقم بإرسال تقرير خلل مع جزء البيانات في منطقة القصّ أدناه:';
 528  $strSQLParserUserError = 'يبدو أن هناك خطأ في استعلام SQL. سوف تساعدك رسالة الخطأ من خادم MySQL أدناه في تشخيص المشكلة، إن كان هناك واحدة،.';
 529  $strSQLQuery = 'إستعلام-SQL';
 530  $strSQLResult = 'ناتج استعلام SQL';
 531  $strSQL = 'SQL';
 532  $strSQPBugInvalidIdentifer = 'معرّف غير صالح';
 533  $strSQPBugUnclosedQuote = 'علامة تنصيص غير مغلقة';
 534  $strSQPBugUnknownPunctuation = 'نص تنقيط غير معروف';
 535  $strStatCheckTime = 'التحقق الأخير';
 536  $strStatCreateTime = 'الإنشاء';
 537  $strStatement = 'أوامر';
 538  $strStatUpdateTime = 'التحديث الأخير';
 539  $strStatus = 'وضْع';
 540  $strStrucCSV = 'بيانات CSV';
 541  $strStrucData = 'البنية والبيانات';
 542  $strStrucExcelCSV = 'بيانات CSV لبرنامج ميكروسوفت إكسل';
 543  $strStrucOnly = 'البنية فقط';
 544  $strStructPropose = 'اقترح بناء الجدول';
 545  $strStructure = 'بناء';
 546  $strSubmit = 'إرسال';
 547  $strSuccess = 'الخاص بك تم تنفيذه بنجاح SQL-إستعلام';
 548  $strSum = 'المجموع';
 549  $strSwedish = 'السويدية';
 550  $strSwitchToTable = 'بدّل إلى الجدول المنسوخ';
 551  
 552  $strTableComments = 'تعليقات على الجدول';
 553  $strTableEmpty = 'إسم الجدول فارغ!';
 554  $strTableHasBeenDropped = 'جدول %s حُذفت';
 555  $strTableHasBeenEmptied = 'جدول %s أُفرغت محتوياتها';
 556  $strTableHasBeenFlushed = 'لقد تم إعادة تحميل الجدول %s  بنجاح';
 557  $strTableMaintenance = 'صيانة الجدول';
 558  $strTableOfContents = 'جدول المحتويات';
 559  $strTableOptions = 'خيارات الجدول';
 560  $strTables = '%s  جدول (جداول)';
 561  $strTableStructure = 'بنية الجدول';
 562  $strTable = 'الجدول ';
 563  $strTblPrivileges = 'صلاحيات خاصة بالجدول';
 564  $strTextAreaLength = ' بسبب طوله,<br /> فمن المحتمل أن هذا الحقل غير قابل للتحرير ';
 565  $strThai = 'التايلندية';
 566  $strThisHost = 'هذا المضيف';
 567  $strThreadSuccessfullyKilled = 'تم إيقاف العمليّة %s بنجاح.';
 568  $strTime = 'وقت';
 569  $strToggleScratchboard = 'toggle scratchboard';
 570  $strTotalUC = 'مجموع كلّي';
 571  $strTotal = 'المجموع';
 572  $strTraditionalChinese = 'الصينية التقليدية';
 573  $strTraffic = 'بيانات سير';
 574  $strTransformation_image_jpeg__inline = 'يظهر صورة مصغرة للضغط عليها، الخيارات:  العرض، الارتفاع بالبكسل )ويبقي التناسب الأصلي للحجم(.';
 575  $strTransformation_image_jpeg__link = 'يظهر رابطاً لهذه الصورة (direct blob download, i.e.).';
 576  $strTransformation_image_png__inline = 'إعرض صور/jpeg: بنفس السطر';
 577  $strTransformation_text_plain__external = 'لينكس فقط: يشغّل تطبيقاً خارجياً و يقوم بتغذية بيانات الحقل عبر المدخل الافتراضي. يسترجع مخرجات التطبيق الافتراضية. القيمة الافتراضية هي Tidy، كي تطبع شيفرة نص HTML بشكل جميل. لأسباب أمنية، عليك أن تقوم بتعديل الملف libraries/transformations/text_plain__external.inc.php وإضافة الأدوات التي تريد أن تسمح لها بالعمل. الخيار الأول عند ذلك هو رقم البرنامج الذي تريد أن تستخدمه والخيار الثاني هو المتغيرات للبرنامج. سوف يقوم الخيار الثالث، إن حدد بقيمة 1، بتحويل المخرجات باستخدام htmlspecialchars() )القيمة الافتراضية 1(. متغير رابع، إن حدد بقيمة 1 سوف يضيف الصفة NOWRAP إلى الخلية الحاوية حتى يصبح المخرج بأكمله بدن إعادة تنسيق )القيمة الافتراضية 1(.';
 578  $strTransformation_text_plain__formatted = 'يُبقي التنسيق الأصلي للحقل. لا يتم عمل أي Escaping.';
 579  $strTransformation_text_plain__imagelink = 'تظهر صورة ورابط، يتحوي الحقل على إسم الملف، الخيار الأول هو سابقة مثل "http://domain.com/"، والخيار الثاني هو العرض بالبكسل، والثالث هو الارتفاع.';
 580  $strTransformation_text_plain__link = 'تظهر رابطاً، الحقل يحتوي إسم الملف، والخيار الأول هو سابقة مثل "http://domain.com/"، والخيار الثاني هو العنوان للرابط.';
 581  $strTransformation_text_plain__substr = 'يظهر فقط جزءً من النص. الخيار الأول يحدد مكان بدء ظهور النص )صفر بشكل افتراضي(. الخيار الثاني هو تعديل كمّ النص المسترجع. إن كان فارغاً، يسترجع كل النص الباقي. الخيار الثالث يعرف أي من الأحرف سوف تضاف إلى المخرجات عند استرجاع جزء من النص )... بشكل افتراضي(.';
 582  $strTruncateQueries = 'إحذف الاستعلامات المعروضة';
 583  $strTurkish = 'التركية';
 584  $strType = 'النوع';
 585  
 586  $strUkrainian = 'الأكرانية';
 587  $strUncheckAll = 'إلغاء تحديد الكل';
 588  $strUnicode = 'يونيكود';
 589  $strUnique = 'مميز';
 590  $strUnknown = 'غير معروفة';
 591  $strUnselectAll = 'إلغاء تحديد الكل';
 592  $strUpdatePrivMessage = 'لقد جددت وحدثت الإمتيازات لـ %s.';
 593  $strUpdateProfileMessage = 'لقد تم تجديد العرض الجانبي.';
 594  $strUpdateQuery = 'تجديد إستعلام';
 595  $strUpdComTab = 'رجاء راجع التوثيق لكيفية تحديث جدول Column_comments.';
 596  $strUpgrade = 'عليك التحديث إلى %s %s أو لاحقا.';
 597  $strUsage = 'المساحة';
 598  $strUseBackquotes = 'حماية أسماء الجداول و الحقول ب "`" ';
 599  $strUseHostTable = 'استخدم الجدول المضيف';
 600  $strUserAlreadyExists = 'إسم المستخدم %s موجود مسبقاً!';
 601  $strUserEmpty = 'إسم المستخدم فارغ!';
 602  $strUserName = 'إسم المستخدم';
 603  $strUserNotFound = 'المستخدم المحدد غير موجود في جدول الصلاحيات.';
 604  $strUserOverview = 'معلومات المستخدم';
 605  $strUsersDeleted = 'تم حذف المستخدمين المحددين بنجاح.';
 606  $strUsersHavingAccessToDb = 'المستخدمين ذوي صلاحية الوصول إلى &quot;%s&quot;';
 607  $strUser = 'المستخدم';
 608  $strUseTables = 'إستخدم الجدول';
 609  $strUseTextField = 'استخدم حقل نصّ';
 610  $strUseThisValue = 'استخدم هذه القيمة';
 611  
 612  $strValidateSQL = 'التحقق من استعلام SQL';
 613  $strValidatorError = 'لم يمكن تشغيل محقق SQL. الرجاء التأكد مما إذا كنت ثبّتْت إضافات PHP كما هو مشروح في %sالتوثيق%s.';
 614  $strValue = 'القيمه';
 615  $strVar = 'متغيّر';
 616  $strViewDumpDatabases = 'إعرض أو إحفظ بناء قواعد البيانات.';
 617  $strViewDumpDB = 'عرض بنية قاعدة البيانات';
 618  $strViewDump = 'عرض بنية الجدول ';
 619  
 620  $strWebServerUploadDirectoryError = 'الدليل الذي حددته لتحميل عملك لا يمكن الوصول إليه.';
 621  $strWebServerUploadDirectory = 'دليل تحميل الملفات على خادم الشبكة';
 622  $strWelcome = 'أهلاً بك في %s';
 623  $strWestEuropean = 'أوروبا الغربية';
 624  $strWildcard = 'حرف شامل';
 625  $strWindowNotFound = 'لم يمكن تحديث نافذة المتصفح المستهدفة. يبدو أنك أغلقت الرئيسية أو أن مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان.';
 626  $strWithChecked = ': على المحدد';
 627  $strWrongUser = 'خطأ إسم المستخدم/كلمة السر. الدخول ممنوع.';
 628  
 629  $strXML = 'XML';
 630  
 631  $strYes = 'نعم';
 632  
 633  $strZeroRemovesTheLimit = 'ملاحظة: تغيير هذه الخيارات للرقم 0 )صفر( يلغي الحدّ.';
 634  $strZip = '"zipped" "مضغوط"';
 635  
 636  // To translate:
 637  $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
 638  $strAddFields = 'Add %s field(s)';  //to translate
 639  $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
 640  $strAfterInsertNext = 'Edit next row';  //to translate
 641  $strAfterInsertSame = 'Go back to this page';  //to translate
 642  $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
 643  $strAndThen = 'and then';  //to translate
 644  $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
 645  
 646  $strBinaryLog = 'Binary log';  //to translate
 647  $strBinLogEventType = 'Event type';  //to translate
 648  $strBinLogInfo = 'Information';  //to translate
 649  $strBinLogName = 'Log name';  //to translate
 650  $strBinLogOriginalPosition = 'Original position';  //to translate
 651  $strBinLogPosition = 'Position';  //to translate
 652  $strBinLogServerId = 'Server ID';  //to translate
 653  $strBookmarkCreated = 'Bookmark %s created';  //to translate
 654  $strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
 655  $strBrowseDistinctValues = 'Browse distinct values';  //to translate
 656  $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
 657  $strBufferPool = 'Buffer Pool';  //to translate
 658  $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
 659  $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
 660  $strBufferReadMisses = 'Read misses';  //to translate
 661  $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
 662  $strBufferWriteWaits = 'Write waits';  //to translate
 663  $strBusyPages = 'Busy pages';  //to translate
 664  
 665  $strCalendar = 'Calendar';  //to translate
 666  $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
 667  $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
 668  $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';  //to translate
 669  $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
 670  $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
 671  $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
 672  $strCopy = 'Copy';  //to translate
 673  $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
 674  $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
 675  $strCSV = 'CSV';  //to translate
 676  $strCSVImportOptions = 'CSV options';  //to translate
 677  $strCzechSlovak = 'Czech-Slovak';  //to translate
 678  
 679  $strDatabaseEmpty = 'The database name is empty!';  //to translate
 680  $strDataPages = 'Pages containing data';  //to translate
 681  $strDBCopy = 'Copy database to';  //to translate
 682  $strDBRename = 'Rename database to';  //to translate
 683  $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
 684  $strDefragment = 'Defragment table';  //to translate
 685  $strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
 686  $strDirtyPages = 'Dirty pages';  //to translate
 687  $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
 688  $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
 689  
 690  $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
 691  $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
 692  $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
 693  $strEngines = 'Engines';  //to translate
 694  $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
 695  $strErrorInZipFile = 'Error in ZIP archive:';  //to translate
 696  $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
 697  $strEsperanto = 'Esperanto';  //to translate
 698  
 699  $strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
 700  $strFileNameTemplateDescriptionServer = 'server name';  //to translate
 701  $strFileNameTemplateDescriptionTable = 'table name';  //to translate
 702  $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
 703  $strFileToImport = 'File to import';  //to translate
 704  $strFlushQueryCache = 'Flush query cache';  //to translate
 705  $strFlushTables = 'Flush (close) all tables';  //to translate
 706  $strFreePages = 'Free pages';  //to translate
 707  
 708  $strGenerate = 'Generate';  //to translate
 709  $strGeneratePassword = 'Generate Password';  //to translate
 710  $strGeorgian = 'Georgian';  //to translate
 711  
 712  $strHandler = 'Handler';  //to translate
 713  $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
 714  $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
 715  $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
 716  $strHTMLWord = 'Microsoft Word 2000';  //to translate
 717  $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
 718  
 719  $strIcelandic = 'Icelandic';  //to translate
 720  $strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
 721  $strIgnoreInserts = 'Use ignore inserts';  //to translate
 722  $strImportFormat = 'Format of imported file';  //to translate
 723  $strImport = 'Import';  //to translate
 724  $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
 725  $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
 726  $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
 727  $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
 728  $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
 729  $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
 730  $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
 731  $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
 732  $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
 733  $strInnoDBDataFilePath = 'Data files';  //to translate
 734  $strInnoDBDataHomeDir = 'Data home directory';  //to translate
 735  $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
 736  $strInnoDBPages = 'pages';  //to translate
 737  $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
 738  $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
 739  $strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
 740  $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
 741  $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
 742  $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
 743  $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
 744  $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
 745  $strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
 746  $strInvalidRowNumber = '%d is not valid row number.';  //to translate
 747  $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
 748  $strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
 749  
 750  $strJoins = 'Joins';  //to translate
 751  
 752  $strKeyCache = 'Key cache';  //to translate
 753  
 754  $strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
 755  $strLatchedPages = 'Latched pages';  //to translate
 756  $strLatvian = 'Latvian';  //to translate
 757  $strLDI = 'CSV using LOAD DATA';  //to translate
 758  $strLDIImportOptions = 'Options for CSV import using LOAD DATA';  //to translate
 759  $strLDILocal = 'Use LOCAL keyword';  //to translate
 760  $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
 761  
 762  $strMaxConnects = 'max. concurrent connections';  //to translate
 763  $strMaximalQueryLength = 'Maximal length of created query';  //to translate
 764  $strMaximumSize = 'Maximum size: %s%s';  //to translate
 765  $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
 766  $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
 767  $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
 768  $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
 769  $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
 770  $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
 771  $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
 772  $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
 773  $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
 774  $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
 775  $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
 776  $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
 777  $strMyISAMRepairThreads = 'Repair threads';  //to translate
 778  $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
 779  $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
 780  $strMysqlClientVersion = 'MySQL client version';  //to translate
 781  $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
 782  
 783  $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
 784  $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
 785  $strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
 786  $strNoRowsSelected = 'No rows selected';  //to translate
 787  $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
 788  $strNumberOfFields = 'Number of fields';  //to translate
 789  
 790  $strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
 791  $strOperator = 'Operator';  //to translate
 792  
 793  $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
 794  $strPartialImport = 'Partial import';  //to translate
 795  $strPasswordHashing = 'Password Hashing';  //to translate
 796  $strPDFOptions = 'PDF options';  //to translate
 797  $strPDF = 'PDF';  //to translate
 798  $strPDFReportTitle = 'Report title';  //to translate
 799  $strPersian = 'Persian';  //to translate
 800  $strPolish = 'Polish';  //to translate
 801  $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
 802  $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
 803  $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
 804  $strPrivDescCreateView = 'Allows creating new views.';  //to translate
 805  $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
 806  $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
 807  $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
 808  $strProtocolVersion = 'Protocol version';  //to translate
 809  
 810  $strQueryCache = 'Query cache';  //to translate
 811  
 812  $strReadRequests = 'Read requests';  //to translate
 813  $strRefresh = 'Refresh';  //to translate
 814  $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
 815  $strReloadPrivileges = 'Reload privileges';  //to translate
 816  $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
 817  $strReplication = 'Replication';  //to translate
 818  $strRomanian = 'Romanian';  //to translate
 819  $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
 820  
 821  $strSelectBinaryLog = 'Select binary log to view';  //to translate
 822  $strServerNotResponding = 'The server is not responding';  //to translate
 823  $strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
 824  $strShowingBookmark = 'Showing bookmark';  //to translate
 825  $strShowOpenTables = 'Show open tables';  //to translate
 826  $strShowSlaveHosts = 'Show slave hosts';  //to translate
 827  $strShowSlaveStatus = 'Show slave status';  //to translate
 828  $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';  //to translate
 829  $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
 830  $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size  value to cause temporary tables to be memory-based instead of disk-based.';  //to translate
 831  $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
 832  $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
 833  $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
 834  $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';  //to translate
 835  $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
 836  $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
 837  $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
 838  $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
 839  $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';  //to translate
 840  $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';  //to translate
 841  $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';  //to translate
 842  $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';  //to translate
 843  $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';  //to translate
 844  $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';  //to translate
 845  $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';  //to translate
 846  $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
 847  $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
 848  $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
 849  $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
 850  $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
 851  $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
 852  $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
 853  $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';  //to translate
 854  $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';  //to translate
 855  $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
 856  $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';  //to translate
 857  $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';  //to translate
 858  $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
 859  $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';  //to translate
 860  $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';  //to translate
 861  $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
 862  $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
 863  $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
 864  $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
 865  $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
 866  $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
 867  $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
 868  $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
 869  $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
 870  $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
 871  $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
 872  $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';  //to translate
 873  $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
 874  $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
 875  $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
 876  $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
 877  $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
 878  $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
 879  $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
 880  $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
 881  $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
 882  $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
 883  $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
 884  $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
 885  $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
 886  $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
 887  $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
 888  $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
 889  $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
 890  $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
 891  $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
 892  $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';  //to translate
 893  $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';  //to translate
 894  $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';  //to translate
 895  $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
 896  $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';  //to translate
 897  $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
 898  $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
 899  $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';  //to translate
 900  $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
 901  $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
 902  $strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
 903  $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
 904  $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
 905  $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
 906  $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
 907  $strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
 908  $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
 909  $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';  //to translate
 910  $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
 911  $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
 912  $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
 913  $strShowStatusReset = 'Reset';  //to translate
 914  $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
 915  $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
 916  $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
 917  $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';  //to translate
 918  $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';  //to translate
 919  $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
 920  $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
 921  $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
 922  $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
 923  $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
 924  $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
 925  $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
 926  $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
 927  $strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
 928  $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
 929  $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
 930  $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
 931  $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
 932  $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
 933  $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
 934  $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
 935  $strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
 936  $strSlovak = 'Slovak';  //to translate
 937  $strSlovenian = 'Slovenian';  //to translate
 938  $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
 939  $strSorting = 'Sorting';  //to translate
 940  $strSpanish = 'Spanish';  //to translate
 941  $strSQLCompatibility = 'SQL compatibility mode';  //to translate
 942  $strSQLImportOptions = 'SQL options';  //to translate
 943  $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
 944  $strStorageEngines = 'Storage Engines';  //to translate
 945  $strStorageEngine = 'Storage Engine';  //to translate
 946  $strStrucNativeExcel = 'Native MS Excel data';  //to translate
 947  $strSwitchToDatabase = 'Switch to copied database';  //to translate
 948  
 949  $strTableAlreadyExists = 'Table %s already exists!';  //to translate
 950  $strTakeIt = 'take it';  //to translate
 951  $strTempData = 'Temporary data';  //to translate
 952  $strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
 953  $strThemeNoPreviewAvailable = 'No preview available.';  //to translate
 954  $strThemeNotFound = 'Theme %s not found!';  //to translate
 955  $strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
 956  $strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
 957  $strTheme = 'Theme / Style';  //to translate
 958  $strThreads = 'Threads';  //to translate
 959  $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
 960  $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
 961  $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
 962  $strTraditionalSpanish = 'Traditional Spanish';  //to translate
 963  $strTransactionCoordinator = 'Transaction coordinator';  //to translate
 964  $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
 965  $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
 966  $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
 967  
 968  $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
 969  $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
 970  $strUsedPhpExtensions = 'Used PHP extensions';  //to translate
 971  $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
 972  
 973  $strVersionInformation = 'Version information';  //to translate
 974  $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
 975  $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';  //to translate
 976  $strView = 'View';  //to translate
 977  
 978  $strWriteRequests = 'Write requests';  //to translate
 979  
 980  $strQueryResultsOperations = 'Query results operations';  //to translate
 981  $strAddClause = 'Add %s';  //to translate
 982  $strUploadsNotAllowed = 'File uploads are not allowed on this server.';  //to translate
 983  $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';  //to translate
 984  $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options';  //to translate
 985  $strExportMustBeFile = 'Selected export type has to be saved in file!';  //to translate
 986  $strXMLOptions = 'XML options';  //to translate
 987  $strStrucNativeExcelOptions = 'Native Excel export options';  //to translate
 988  $strCreateUserDatabase = 'Database for user';  //to translate
 989  $strCreateUserDatabaseNone = 'None';  //to translate
 990  $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';  //to translate
 991  $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';  //to translate
 992  $strOpenDocumentText = 'Open Document Text';  //to translate
 993  $strOpenDocumentTextOptions = 'Open Document Text options';  //to translate
 994  $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
 995  $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';  //to translate
 996  $strErrorRenamingTable = 'Error renaming table %1$s to %2$s';  //to translate
 997  $strInvalidTableName = 'Invalid table name';  //to translate
 998  $strInvalidDatabase = 'Invalid database';  //to translate
 999  $strServers = 'Servers';  //to translate
1000  $strDelimiter = 'Delimiter';  //to translate
1001  $strFunctions = 'Functions';  //to translate
1002  $strProcedures = 'Procedures';  //to translate
1003  $strPDFReportExplanation = '(Generates a report containing the data of a single table)';  //to translate
1004  $strFontSize = 'Font size';  //to translate
1005  $strLanguage = 'Language';  //to translate
1006  $strPmaWiki = 'phpMyAdmin wiki';  //to translate
1007  $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
1008  $strDocSQL = 'DocSQL';  //to translate
1009  $strDocSQLOptions = 'DocSQL options';  //to translate
1010  $strTableName = 'Table name';  //to translate
1011  $strTableIsEmpty = 'Table seems to be empty!';  //to translate
1012  $strDbIsEmpty = 'Database seems to be empty!';  //to translate
1013  $strShowingPhp = 'Showing as PHP code';  //to translate
1014  $strShowingSQL = 'Showing SQL query';  //to translate
1015  $strDesigner = 'Designer';  //to translate
1016  $strNumberOfTables = 'Number of tables';  //to translate
1017  $strCreateTable  = 'Create table';  //to translate
1018  $strCreateRelation = 'Create relation';  //to translate
1019  $strSavePosition = 'Save position';  //to translate
1020  $strSelectForeignKey = 'Select Foreign Key';  //to translate
1021  $strHide         = 'Hide';  //to translate
1022  $strShowHideLeftMenu = 'Show/Hide left menu';  //to translate
1023  $strReload = 'Reload';  //to translate
1024  $strSmallBigAll = 'Small/Big All';  //to translate
1025  $strImportExportCoords = 'Import/Export coordinates for PDF schema';  //to translate
1026  $strMoveMenu = 'Move Menu';  //to translate
1027  $strAngularLinks = 'Angular links';  //to translate
1028  $strDirectLinks = 'Direct links';  //to translate
1029  $strHideShowAll = 'Hide/Show all';  //to translate
1030  $strHideShowNoRelation = 'Hide/Show Tables with no relation';  //to translate
1031  $strInternalRelationAdded = 'Internal relation added';  //to translate
1032  $strInnoDBRelationAdded = 'InnoDB relation added';  //to translate
1033  $strRelationDeleted = 'Relation deleted';  //to translate
1034  $strToSelectRelation = 'To select relation, click :';  //to translate
1035  $strExportImportToScale = 'Export/Import to scale';  //to translate
1036  $strRecommended = 'recommended';  //to translate
1037  $strToFromPage = 'to/from page';  //to translate
1038  $strSelectReferencedKey = 'Select referenced key';  //to translate
1039  $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';  //to translate
1040  $strForeignKeyError = 'Error creating foreign key (check data types)';  //to translate
1041  $strHelp = 'Help';  //to translate
1042  $strCancel = 'Cancel';  //to translate
1043  $strDeleteRelation = 'Delete relation';  //to translate
1044  $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';  //to translate
1045  $strStructureForView = 'Structure for view';  //to translate
1046  $strStandInStructureForView = 'Stand-in structure for view';  //to translate
1047  $strToggleSmallBig = 'Toggle small/big';  //to translate
1048  $strIEUnsupported = 'Internet Explorer does not support this function.';  //to translate
1049  $strErrorRelationAdded = 'Error: Relation not added.';  //to translate
1050  $strErrorRelationExists = 'Error: relation already exists.';  //to translate
1051  $strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1052  $strSnapToGrid = 'Snap to grid';  //to translate
1053  $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
1054  $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
1055  ?>


Gnr le : Mon Nov 26 15:18:20 2007 par Balluche grce PHPXref 0.7
  Clicky Web Analytics