The branch, TESTING has been updated via dfae6aa3ee78806160113cb221ba1249d5b6fdf9 (commit) via 9fc6e35cfd1d8270d943f5577807a3c79f5c6168 (commit) via d3b67a35a0df4969273529501788c68b4fddcc24 (commit) via e21d6073e46d41afbf0a09ba9bd38cd19f37e968 (commit) via 79d924add8c5e2070f7ab0301e1c98ac42fee806 (commit) via 4bec3b3bee31a1bd88a176f8c1cd5033c970fece (commit) via 2c6666bf03c4a866d625955092fb1b4613e18f72 (commit) via 52269e0e56260280b82109e41573179d93676a5b (commit) via dc6c1e8b5cc0d2d116e000cba7752f60be248ffd (commit) via cb043f4365be9b8edec63188d339eda2154401fc (commit) from 666a207cd5e6b94cb3273832a009ae5ada7ef9a3 (commit)
- Log ----------------------------------------------------------------- commit dfae6aa3ee78806160113cb221ba1249d5b6fdf9 Merge: 666a207cd5e6b94cb3273832a009ae5ada7ef9a3 9fc6e35cfd1d8270d943f5577807a3c79f5c6168 Author: Marc Delisle marc@infomarc.info Date: Mon Jun 27 10:25:46 2011 -0400
Merge branch 'MAINT_3_4_3' into TESTING
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 2 +- Documentation.html | 4 +- README | 2 +- enum_editor.php | 4 +- import.php | 2 +- libraries/Config.class.php | 2 +- po/af.po | 2 +- po/ar.po | 423 ++++++++++++++++++++++-------------------- po/az.po | 2 +- po/be.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 4 +- po/bn.po | 2 +- po/bs.po | 2 +- po/ca.po | 2 +- po/cs.po | 2 +- po/cy.po | 2 +- po/da.po | 6 +- po/de.po | 2 +- po/el.po | 2 +- po/en_GB.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 6 +- po/fr.po | 2 +- po/gl.po | 2 +- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 6 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/ko.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mn.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/si.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@latin.po | 2 +- po/sv.po | 2 +- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tr.po | 2 +- po/tt.po | 2 +- po/ug.po | 2 +- po/uk.po | 2 +- po/ur.po | 2 +- po/uz.po | 2 +- po/uz@latin.po | 2 +- po/zh_CN.po | 2 +- po/zh_TW.po | 2 +- scripts/remove-incomplete-mo | 2 +- tbl_structure.php | 2 +- 71 files changed, 305 insertions(+), 276 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 6c14aeb..ee33037 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ phpMyAdmin - ChangeLog ======================
-3.4.3.0 (not yet released) +3.4.3.0 (2011-06-27) - bug #3311170 [sync] Missing helper icons in Synchronize - patch #3304473 [setup] Redefine a lable that was wrong - bug #3304544 [parser] master is not a reserved word diff --git a/Documentation.html b/Documentation.html index fb2a881..576c1f0 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 <link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>phpMyAdmin 3.4.3-rc1 - Documentation</title> + <title>phpMyAdmin 3.4.3 - Documentation</title> <link rel="stylesheet" type="text/css" href="docs.css" /> </head>
@@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 <div id="header"> <h1> <a href="http://www.phpmyadmin.net/">php<span class="myadmin">MyAdmin</span></a> - 3.4.3-rc1 + 3.4.3 Documentation </h1> </div> diff --git a/README b/README index 53a08eb..02ad016 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme ===================
-Version 3.4.3-rc1 +Version 3.4.3
A set of PHP-scripts to manage MySQL over the web.
diff --git a/enum_editor.php b/enum_editor.php index 586e85e..ab86d73 100644 --- a/enum_editor.php +++ b/enum_editor.php @@ -53,11 +53,11 @@ require_once './libraries/header_meta_style.inc.php'; ?> </div> <p> - <a href="enum_editor.php?token=<?php echo urlencode($_GET['token']); ?>&field=<?php echo urlencode($_GET['field']); ?>&extra_fields=<?php echo $_GET['extra_fields'] + 1; ?>&values=<?php echo urlencode(join(",", $values)); ?>"> + <a href="enum_editor.php<?php echo PMA_generate_common_url(array('field' => $_GET['field'], 'extra_fields' => $_GET['extra_fields'] + 1, 'values' => join(',', $values))); ?>"> <?php echo __('+ Restart insertion and add a new value'); ?> </a> </p> - <input type="hidden" name="token" value="<?php echo htmlspecialchars($_GET['token']); ?>" /> + <?php echo PMA_generate_common_hidden_inputs(); ?> <input type="hidden" name="field" value="<?php echo htmlspecialchars($_GET['field']); ?>" /> <input type="hidden" name="num_fields" value="<?php echo $total_fields; ?>" /> <input type="submit" value="<?php echo __('Go'); ?>" /> diff --git a/import.php b/import.php index 78e5ffd..d706b60 100644 --- a/import.php +++ b/import.php @@ -108,7 +108,7 @@ if ($import_type == 'table') { } $err_url = $goto . '?' . $common - . (preg_match('@^tbl_[a-z]*.php$@', $goto) ? '&table=' . urlencode($table) : ''); + . (preg_match('@^tbl_[a-z]*.php$@', $goto) ? '&table=' . htmlspecialchars($table) : ''); $_SESSION['Import_message']['go_back_url'] = $err_url; }
diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 7081f83..cd1a0bf 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -96,7 +96,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.4.3-rc1'); + $this->set('PMA_VERSION', '3.4.3'); /** * @deprecated */ diff --git a/po/af.po b/po/af.po index f268ecc..bf28a23 100644 --- a/po/af.po +++ b/po/af.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-30 23:04+0200\n" diff --git a/po/ar.po b/po/ar.po index ec74776..c468cd2 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-21 13:56+0200\n" @@ -329,7 +329,7 @@ msgstr "أضف قيودا"
#: db_operations.php:528 msgid "Switch to copied database" -msgstr "" +msgstr "التبديل إلى قاعدة البيانات المنسوخة"
#: db_operations.php:552 libraries/Index.class.php:447 #: libraries/build_html_for_db.lib.php:19 libraries/db_structure.lib.php:53 @@ -421,11 +421,11 @@ msgstr "عليك اختيار عمود واحد على الأقل للعرض"
#: db_qbe.php:186 msgid "Switch to" -msgstr "" +msgstr "تحويل إلى"
#: db_qbe.php:186 msgid "visual builder" -msgstr "" +msgstr "الباني المرئي"
#: db_qbe.php:222 libraries/db_structure.lib.php:95 #: libraries/display_tbl.lib.php:858 @@ -621,7 +621,7 @@ msgstr "جدول %s أفرغت محتوياتها" #: db_structure.php:286 tbl_operations.php:701 #, php-format msgid "View %s has been dropped" -msgstr "" +msgstr "تم إزالة %s من العرض"
#: db_structure.php:286 tbl_operations.php:701 #, php-format @@ -630,29 +630,29 @@ msgstr "جدول %s حذفت"
#: db_structure.php:293 tbl_create.php:295 msgid "Tracking is active." -msgstr "" +msgstr "التتبع نشط."
#: db_structure.php:295 tbl_create.php:297 msgid "Tracking is not active." -msgstr "" +msgstr "التتبع غير نشط."
#: db_structure.php:379 libraries/display_tbl.lib.php:2043 #, php-format msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." -msgstr "" +msgstr "هذا العرض له ما لا يقل عدد هذه الصفوف يرجى الرجوع إلى %s الوثيقة %s"
#: db_structure.php:393 db_structure.php:407 libraries/header.inc.php:138 #: libraries/tbl_info.inc.php:60 tbl_structure.php:206 test/theme.php:73 msgid "View" -msgstr "" +msgstr "عرض"
#: db_structure.php:444 libraries/db_structure.lib.php:40 #: libraries/server_links.inc.php:90 server_replication.php:31 #: server_replication.php:162 server_status.php:383 msgid "Replication" -msgstr "" +msgstr "إستنساخ"
#: db_structure.php:448 msgid "Sum" @@ -661,7 +661,7 @@ msgstr "المجموع" #: db_structure.php:455 libraries/StorageEngine.class.php:351 #, php-format msgid "%s is the default storage engine on this MySQL server." -msgstr "" +msgstr "%s هو محرك التخزين الإفتراضي لخادم MySQL"
#: db_structure.php:483 db_structure.php:500 db_structure.php:501 #: libraries/display_tbl.lib.php:2184 libraries/display_tbl.lib.php:2189 @@ -736,7 +736,7 @@ msgstr "قاموس البيانات"
#: db_tracking.php:79 msgid "Tracked tables" -msgstr "" +msgstr "الجداول المتعقبة"
#: db_tracking.php:84 libraries/config/messages.inc.php:482 #: libraries/export/htmlword.php:89 libraries/export/latex.php:162 @@ -753,7 +753,7 @@ msgstr "قاعدة البيانات"
#: db_tracking.php:86 msgid "Last version" -msgstr "" +msgstr "آخر إصدار"
#: db_tracking.php:87 tbl_tracking.php:588 msgid "Created" @@ -778,7 +778,7 @@ msgstr "العملية"
#: db_tracking.php:101 js/messages.php:34 msgid "Delete tracking data for this table" -msgstr "" +msgstr "حذف بيانات التتبع لهذا الجدول"
#: db_tracking.php:119 tbl_tracking.php:542 tbl_tracking.php:600 msgid "active" @@ -794,49 +794,49 @@ msgstr "نسخ"
#: db_tracking.php:135 tbl_tracking.php:373 tbl_tracking.php:619 msgid "Tracking report" -msgstr "" +msgstr "تقرير التتبع"
#: db_tracking.php:136 tbl_tracking.php:245 tbl_tracking.php:619 msgid "Structure snapshot" -msgstr "" +msgstr "لقطة للبناء الهيكلي"
#: db_tracking.php:181 msgid "Untracked tables" -msgstr "" +msgstr "الجداول الغير متتبعة"
#: db_tracking.php:201 db_tracking.php:203 tbl_structure.php:622 #: tbl_structure.php:624 msgid "Track table" -msgstr "" +msgstr "تتبع الجدول"
#: db_tracking.php:229 msgid "Database Log" -msgstr "" +msgstr "سجل قاعدة البيانات"
#: enum_editor.php:21 libraries/tbl_properties.inc.php:793 #, php-format msgid "Values for the column "%s"" -msgstr "" +msgstr "قيم للعمود "%s""
#: enum_editor.php:22 libraries/tbl_properties.inc.php:794 msgid "Enter each value in a separate field." -msgstr "" +msgstr "أدخل كل قيمة بحقل منفصل"
#: enum_editor.php:57 msgid "+ Restart insertion and add a new value" -msgstr "" +msgstr "+ أعد الإدخال و أضف قيمة جديدة"
#: enum_editor.php:67 msgid "Output" -msgstr "" +msgstr "المخرجات"
#: enum_editor.php:68 msgid "Copy and paste the joined values into the "Length/Values" field" -msgstr "" +msgstr "نسخ ولصق القيم المضمومة لحقل "Length/Values""
#: export.php:73 msgid "Selected export type has to be saved in file!" -msgstr "" +msgstr "نوع التصدير المحدد سيحفظ في الملف!"
#: export.php:164 export.php:189 export.php:671 #, php-format @@ -867,6 +867,8 @@ msgid "" "You probably tried to upload too large file. Please refer to %sdocumentation" "%s for ways to workaround this limit." msgstr "" +"يبدو أنك تحاول رفع ملف كبير الحجم , فضلاً راجع المستند %sdocumentation%s لحل " +"المشكلة."
#: import.php:278 import.php:331 libraries/File.class.php:501 #: libraries/File.class.php:611 @@ -880,7 +882,7 @@ msgstr "لم يمكن قراءة الملف" msgid "" "You attempted to load file with unsupported compression (%s). Either support " "for it is not implemented or disabled by your configuration." -msgstr "" +msgstr "انت تحاول رفع ملف بصيغة ضغط غير معروفة (%s)."
#: import.php:336 msgid "" @@ -888,10 +890,12 @@ msgid "" "file size exceeded the maximum size permitted by your PHP configuration. See " "[a@./Documentation.html#faq1_16@Documentation]FAQ 1.16[/a]." msgstr "" +"لايوجد أي بيانات لإستيرادها , إما انه لم يتم إرسال إسم الملف , أو أن حجم " +"الملف أكبر من الحجم المحدد في إعدادات PHP"
#: import.php:371 libraries/display_import.lib.php:23 msgid "Could not load import plugins, please check your installation!" -msgstr "" +msgstr "لايمكن تحميل الإضافات المستوردة ,, فضلاً تحقق من عملية التنصيب ."
#: import.php:396 msgid "The bookmark has been deleted." @@ -899,7 +903,7 @@ msgstr "لقد حذفت العلامة المرجعية."
#: import.php:400 msgid "Showing bookmark" -msgstr "" +msgstr "عرض العلامة المرجعية"
#: import.php:402 sql.php:884 #, php-format @@ -909,19 +913,23 @@ msgstr "تم إنشاء العلامة المرجعية %s" #: import.php:408 import.php:414 #, php-format msgid "Import has been successfully finished, %d queries executed." -msgstr "" +msgstr "الإستيراد إنتهى بنجاح , %d إستعلام تم تنفيذه."
#: import.php:423 msgid "" "Script timeout passed, if you want to finish import, please resubmit same " "file and import will resume." msgstr "" +"إنتهى وقت التنفيذ , إذا كنت تريد إنهاء الإستيراد, أعد إرسال نفس الملف وسوف " +"يتم إستكمال الإستيراد"
#: import.php:425 msgid "" "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." msgstr "" +"لم يتم تحليل البيانات في العملية الأخيرة ,, هذا يعني ان phpMyAdmin لاتستطيع " +"إنهاء الإستيراد ,, يجب زيادة المدة المحددة لتنفيذ php"
#: import.php:453 libraries/Message.class.php:185 #: libraries/display_tbl.lib.php:2080 libraries/sql_query_form.lib.php:139 @@ -948,7 +956,7 @@ msgstr "اضغط للاختيار"
#: js/messages.php:26 msgid "Click to unselect" -msgstr "" +msgstr "إضغط لإلغاء الإختيار"
#: js/messages.php:27 libraries/import.lib.php:103 sql.php:195 msgid ""DROP DATABASE" statements are disabled." @@ -960,7 +968,7 @@ msgstr "هل تريد حقا "
#: js/messages.php:31 libraries/mult_submits.inc.php:242 sql.php:278 msgid "You are about to DESTROY a complete database!" -msgstr "" +msgstr "أنت على وشك إزالة كامل قاعدة البيانات !"
#: js/messages.php:32 msgid "Dropping Event" @@ -978,20 +986,20 @@ msgstr "يسمح بإضافة واستبدال البيانات."
#: js/messages.php:36 msgid "Dropping Primary Key/Index" -msgstr "" +msgstr "حذف المفتاح الرئيسي مفتاح/فهرس"
#: js/messages.php:37 msgid "This operation could take a long time. Proceed anyway?" -msgstr "" +msgstr "هذه العملية قد تأخذ وقت طويل , متابعة على أي حال ؟"
#: js/messages.php:40 msgid "You are about to DISABLE a BLOB Repository!" -msgstr "" +msgstr "أنت على وشك إلغاء مستودع BLOB!"
#: js/messages.php:41 #, php-format msgid "Are you sure you want to disable all BLOB references for database %s?" -msgstr "" +msgstr "هل تريد حقاً إلغاء كل مراجع BLOB في قاعدة البيانات %s ؟"
#: js/messages.php:44 msgid "Missing value in the form!" @@ -1054,7 +1062,7 @@ msgstr "ألغ"
#: js/messages.php:63 msgid "Loading" -msgstr "" +msgstr "تحميل"
#: js/messages.php:64 #, fuzzy @@ -1064,15 +1072,15 @@ msgstr "معالَجات"
#: js/messages.php:65 libraries/import/ods.php:80 msgid "Error in Processing Request" -msgstr "" +msgstr "خطأ في معالجة الطلب"
#: js/messages.php:66 msgid "Dropping Column" -msgstr "" +msgstr "إزالة العمود"
#: js/messages.php:67 msgid "Adding Primary Key" -msgstr "" +msgstr "إضافة مفتاح رئيسي"
#: js/messages.php:68 libraries/relation.lib.php:87 pmd_general.php:386 #: pmd_general.php:543 pmd_general.php:591 pmd_general.php:667 @@ -1136,7 +1144,7 @@ msgstr "استعلام-SQL"
#: js/messages.php:88 msgid "Inline Edit" -msgstr "" +msgstr "تعديل سريع"
#: js/messages.php:89 libraries/Index.class.php:465 #: libraries/common.lib.php:626 libraries/common.lib.php:1164 @@ -1179,15 +1187,15 @@ msgstr "تجاهل"
#: js/messages.php:101 msgid "Select referenced key" -msgstr "" +msgstr "إختيار المفتاح المرجع"
#: js/messages.php:102 msgid "Select Foreign Key" -msgstr "" +msgstr "إختيار المفتاح الغريب"
#: js/messages.php:103 msgid "Please select the primary key or a unique key" -msgstr "" +msgstr "فضلاً أختر المفتاح الرئيسي أو المفتاح الفريد"
#: js/messages.php:104 pmd_general.php:87 tbl_relation.php:545 #, fuzzy @@ -1197,7 +1205,7 @@ msgstr "اختر الحقل لإظهاره"
#: js/messages.php:107 msgid "Add an option for column " -msgstr "" +msgstr "إضافة خيار للعمود"
#: js/messages.php:110 #, fuzzy @@ -1227,11 +1235,13 @@ msgid "" "A newer version of phpMyAdmin is available and you should consider " "upgrading. The newest version is %s, released on %s." msgstr "" +"يوجد إصدارأحدث من phpMyAdmin متوفر حالياً ,, ينبغى أن تعمل ترقية.أحدث إصدار " +"هو %s, released on %s."
#. l10n: Latest available phpMyAdmin version #: js/messages.php:120 msgid ", latest stable version:" -msgstr "" +msgstr ", آخر إصدار مستقر:"
#. l10n: Display text for calendar close link #: js/messages.php:138 @@ -1528,39 +1538,41 @@ msgstr "حجم الخط"
#: libraries/File.class.php:310 msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." -msgstr "" +msgstr "حجم الملف المرفوع يتجاوز حجم الملف المسموح به في إعدادات php"
#: libraries/File.class.php:313 msgid "" "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " "the HTML form." -msgstr "" +msgstr "حجم الملف المرفوع يتجاوز حجم الملف المحدد به في نموذج HTML"
#: libraries/File.class.php:316 msgid "The uploaded file was only partially uploaded." -msgstr "" +msgstr "تم رفع جزء من الملف فقط."
#: libraries/File.class.php:319 msgid "Missing a temporary folder." -msgstr "" +msgstr "المجلد المؤقت مفقود."
#: libraries/File.class.php:322 msgid "Failed to write file to disk." -msgstr "" +msgstr "فشلت عملية كتابة الملف على القرص."
#: libraries/File.class.php:325 msgid "File upload stopped by extension." -msgstr "" +msgstr "رفع الملف إستوقف من قبل الامتداد."
#: libraries/File.class.php:328 msgid "Unknown error in file upload." -msgstr "" +msgstr "خطأ غير معروف عند رفع الملف."
#: libraries/File.class.php:559 msgid "" "Error moving the uploaded file, see [a@./Documentation." "html#faq1_11@Documentation]FAQ 1.11[/a]" msgstr "" +"خطأ عند نقل الملف المرفوع , إنظر :[a@./Documentation." +"html#faq1_11@Documentation]FAQ 1.11[/a]"
#: libraries/Index.class.php:427 tbl_relation.php:526 msgid "No index defined!" @@ -1579,7 +1591,7 @@ msgstr "مميز"
#: libraries/Index.class.php:444 tbl_tracking.php:317 msgid "Packed" -msgstr "" +msgstr "محزم"
#: libraries/Index.class.php:446 tbl_tracking.php:319 msgid "Cardinality" @@ -1642,22 +1654,22 @@ msgstr[1] "" #: libraries/StorageEngine.class.php:194 msgid "" "There is no detailed status information available for this storage engine." -msgstr "" +msgstr "لايوجد معلومات تفصيلية لحالة محرك التخزين هذا."
#: libraries/StorageEngine.class.php:354 #, php-format msgid "%s is available on this MySQL server." -msgstr "" +msgstr "%s متوفر في خادم MySQL هذا."
#: libraries/StorageEngine.class.php:357 #, php-format msgid "%s has been disabled for this MySQL server." -msgstr "" +msgstr "%s معطل في خادم MySQL هذا."
#: libraries/StorageEngine.class.php:361 #, php-format msgid "This MySQL server does not support the %s storage engine." -msgstr "" +msgstr "خادم MySQL هذا لايدعم محرك التخزين %s ."
#: libraries/Table.class.php:1017 msgid "Invalid database" @@ -1680,30 +1692,30 @@ msgstr "تم إعادة تسمية الجدول %s إلى %s" #: libraries/Theme.class.php:160 #, php-format msgid "No valid image path for theme %s found!" -msgstr "" +msgstr "مسار الصورة للمظهر %s غير صحيح!"
#: libraries/Theme.class.php:380 msgid "No preview available." -msgstr "" +msgstr "لاتتوفر معاينة."
#: libraries/Theme.class.php:383 msgid "take it" -msgstr "" +msgstr "إعتبر"
#: libraries/Theme_Manager.class.php:109 #, php-format msgid "Default theme %s not found!" -msgstr "" +msgstr "المظهر الإفتراضي %s غير موجود!"
#: libraries/Theme_Manager.class.php:147 #, php-format msgid "Theme %s not found!" -msgstr "" +msgstr "المظهر %s غير موجود!"
#: libraries/Theme_Manager.class.php:215 #, php-format msgid "Theme path not found for theme %s!" -msgstr "" +msgstr "مسار المظهر غير موجود للمظهر %s !"
#: libraries/Theme_Manager.class.php:291 test/theme.php:160 themes.php:20 #: themes.php:40 @@ -1712,7 +1724,7 @@ msgstr ""
#: libraries/auth/config.auth.lib.php:76 msgid "Cannot connect: invalid settings." -msgstr "" +msgstr "لايمكن الإتصال: إعدادات غير صحيحة."
#: libraries/auth/config.auth.lib.php:91 #: libraries/auth/cookie.auth.lib.php:205 libraries/auth/http.auth.lib.php:64 @@ -1726,7 +1738,7 @@ msgstr "أهلا بك في %s" msgid "" "You probably did not create a configuration file. You might want to use the " "%1$ssetup script%2$s to create one." -msgstr "" +msgstr "يبدو انك لم تنشئ ملف الإعدادات.إستخدم %1$ssetup script%2$s لإنشائه."
#: libraries/auth/config.auth.lib.php:115 msgid "" @@ -1753,7 +1765,7 @@ msgstr "مستندات وثائقية لـ phpMyAdmin (بالإنجليزية)" #: libraries/auth/cookie.auth.lib.php:244 #: libraries/auth/cookie.auth.lib.php:245 msgid "You can enter hostname/IP address and port separated by space." -msgstr "" +msgstr "يمكن أن تدخل عنوان المضيف والمنفذ مفصولان بالمسافة."
#: libraries/auth/cookie.auth.lib.php:244 msgid "Server:" @@ -1780,12 +1792,13 @@ msgstr "يجب تفعيل دعم الكوكيز في هذه المرحلة." msgid "" "Login without a password is forbidden by configuration (see AllowNoPassword)" msgstr "" +"تم منع الدخول بدون كلمة مرور ممنوع في الإعدادات , إنظر قيمة (AllowNoPassword)"
#: libraries/auth/cookie.auth.lib.php:648 #: libraries/auth/signon.auth.lib.php:226 #, php-format msgid "No activity within %s seconds; please log in again" -msgstr "" +msgstr "لانشاط منذ %s ثواني , الرجاء تسجيل الدخول من جديد"
#: libraries/auth/cookie.auth.lib.php:658 #: libraries/auth/cookie.auth.lib.php:660 @@ -1800,12 +1813,12 @@ msgstr "خطأ اسم المستخدم/كلمة السر. الدخول ممنو #: libraries/auth/swekey/swekey.auth.lib.php:118 #, php-format msgid "File %s does not contain any key id" -msgstr "" +msgstr "الملف %s لايحتوي على أي مفتاح تعريف"
#: libraries/auth/swekey/swekey.auth.lib.php:157 #: libraries/auth/swekey/swekey.auth.lib.php:180 msgid "Hardware authentication failed" -msgstr "" +msgstr "فشلت المصادقة المحسوسة"
#: libraries/auth/swekey/swekey.auth.lib.php:166 msgid "No valid authentication key plugged" @@ -1813,23 +1826,23 @@ msgstr ""
#: libraries/auth/swekey/swekey.auth.lib.php:202 msgid "Authenticating..." -msgstr "" +msgstr "مصادقة..."
#: libraries/blobstreaming.lib.php:241 msgid "PBMS error" -msgstr "" +msgstr "خطأ PBMS"
#: libraries/blobstreaming.lib.php:267 msgid "PBMS connection failed:" -msgstr "" +msgstr "فشل إتصال PBMS:"
#: libraries/blobstreaming.lib.php:312 msgid "PBMS get BLOB info failed:" -msgstr "" +msgstr "فشل جلب معلومات PBMS BLOB:"
#: libraries/blobstreaming.lib.php:320 msgid "get BLOB Content-Type failed" -msgstr "" +msgstr "فشل جلب نوع محتوى BLOB:"
#: libraries/blobstreaming.lib.php:347 msgid "View image" @@ -1850,11 +1863,11 @@ msgstr "نزل الملف" #: libraries/blobstreaming.lib.php:421 #, php-format msgid "Could not open file: %s" -msgstr "" +msgstr "لايمكن فتح الملف : %s"
#: libraries/bookmark.lib.php:83 msgid "shared" -msgstr "" +msgstr "مشترك"
#: libraries/build_html_for_db.lib.php:25 #: libraries/config/messages.inc.php:181 libraries/export/xml.php:36 @@ -1894,11 +1907,11 @@ msgstr "لايوجد قواعد بيانات"
#: libraries/build_html_for_db.lib.php:130 msgid "Not replicated" -msgstr "" +msgstr "غير مستنسخة"
#: libraries/build_html_for_db.lib.php:136 msgid "Replicated" -msgstr "" +msgstr "مستنسخة"
#: libraries/build_html_for_db.lib.php:150 #, php-format @@ -1955,7 +1968,7 @@ msgstr "" #: libraries/common.inc.php:585 #, php-format msgid "Could not load default configuration from: %1$s" -msgstr "" +msgstr "لا يمكن تحميل الإعدادات الإفتراضية من : %1$s"
#: libraries/common.inc.php:590 msgid "" @@ -1973,7 +1986,7 @@ msgstr "فهرس خادم غير صحيح: %s" #: libraries/common.inc.php:627 #, php-format msgid "Invalid hostname for server %1$s. Please review your configuration." -msgstr "" +msgstr "إسم المضيف غير صحيح للخادم %1$s."
#: libraries/common.inc.php:636 libraries/config/messages.inc.php:486 #: libraries/header.inc.php:115 main.php:161 server_synchronize.php:1174 @@ -1983,7 +1996,7 @@ msgstr "خادم"
#: libraries/common.inc.php:819 msgid "Invalid authentication method set in configuration:" -msgstr "" +msgstr "اسلوب مصادقة غير صحيح في الإعدادات:"
#: libraries/common.inc.php:922 #, php-format @@ -1993,7 +2006,7 @@ msgstr "عليك التحديث إلى %s %s أو لاحقا." #: libraries/common.lib.php:142 #, php-format msgid "Max: %s%s" -msgstr "" +msgstr "كبير: %s%s"
#. l10n: Language to use for MySQL 5.5 documentation, please use only languages which do exist in official documentation. #: libraries/common.lib.php:404 @@ -2035,7 +2048,7 @@ msgstr "MySQL قال: "
#: libraries/common.lib.php:1098 msgid "Failed to connect to SQL validator!" -msgstr "" +msgstr "فشل الإتصال بمدقق SQL!"
#: libraries/common.lib.php:1139 libraries/config/messages.inc.php:463 msgid "Explain SQL" @@ -2068,15 +2081,15 @@ msgstr "التحقق من استعلام SQL"
#: libraries/common.lib.php:1265 msgid "Inline edit of this query" -msgstr "" +msgstr "تعديل سريع لهذا الإستعلام"
#: libraries/common.lib.php:1267 msgid "Inline" -msgstr "" +msgstr "مضمن"
#: libraries/common.lib.php:1334 libraries/common.lib.php:1350 msgid "Profiling" -msgstr "" +msgstr "جانبي"
#: libraries/common.lib.php:1355 libraries/tbl_triggers.lib.php:27 #: server_processlist.php:70 @@ -2194,7 +2207,7 @@ msgstr "عمليات"
#: libraries/common.lib.php:2966 msgid "Browse your computer:" -msgstr "" +msgstr "تصفح كمبيوترك."
#: libraries/common.lib.php:2979 #, fuzzy, php-format @@ -2209,15 +2222,15 @@ msgstr "الدليل الذي حددته لتحميل عملك لا يمكن ا
#: libraries/common.lib.php:2999 msgid "There are no files to upload" -msgstr "" +msgstr "لايوجد أي ملفات لرفعها"
#: libraries/config.values.php:45 libraries/config.values.php:50 msgid "Both" -msgstr "" +msgstr "كلا"
#: libraries/config.values.php:74 msgid "Open" -msgstr "" +msgstr "فتح"
#: libraries/config.values.php:74 #, fuzzy @@ -2230,13 +2243,13 @@ msgstr "أغلق" #: libraries/export/sql.php:79 libraries/export/texytext.php:23 #: libraries/import.lib.php:1172 msgid "structure" -msgstr "" +msgstr "بناء"
#: libraries/config.values.php:96 libraries/export/htmlword.php:24 #: libraries/export/latex.php:41 libraries/export/odt.php:33 #: libraries/export/sql.php:79 libraries/export/texytext.php:23 msgid "data" -msgstr "" +msgstr "بيانات"
#: libraries/config.values.php:97 libraries/export/htmlword.php:24 #: libraries/export/latex.php:41 libraries/export/odt.php:33 @@ -2248,15 +2261,15 @@ msgstr "البنية والبيانات"
#: libraries/config.values.php:99 msgid "Quick - display only the minimal options to configure" -msgstr "" +msgstr "سريع - عرض خيارات أقل"
#: libraries/config.values.php:100 msgid "Custom - display all possible options to configure" -msgstr "" +msgstr "مخصص - عرض كل الخيارات المحتملة"
#: libraries/config.values.php:101 msgid "Custom - like above, but without the quick/custom choice" -msgstr "" +msgstr "مخصص - مثل مافي الأعلى , لكن بدون الخيار سريع/مخصص"
#: libraries/config.values.php:119 #, fuzzy @@ -2272,43 +2285,43 @@ msgstr "إدخال مدد"
#: libraries/config.values.php:121 msgid "both of the above" -msgstr "" +msgstr "كلاهما"
#: libraries/config.values.php:122 msgid "neither of the above" -msgstr "" +msgstr "لاشيء منهم"
#: libraries/config/FormDisplay.class.php:83 #: libraries/config/validate.lib.php:422 msgid "Not a positive number" -msgstr "" +msgstr "ليس عدد موجب"
#: libraries/config/FormDisplay.class.php:84 #: libraries/config/validate.lib.php:435 msgid "Not a non-negative number" -msgstr "" +msgstr "ليس عدد غير سالب"
#: libraries/config/FormDisplay.class.php:85 #: libraries/config/validate.lib.php:409 msgid "Not a valid port number" -msgstr "" +msgstr "رقم منفذ غير صحيح"
#: libraries/config/FormDisplay.class.php:86 #: libraries/config/FormDisplay.class.php:574 #: libraries/config/validate.lib.php:360 libraries/config/validate.lib.php:450 msgid "Incorrect value" -msgstr "" +msgstr "قيمة غير صحيحة"
#: libraries/config/FormDisplay.class.php:87 #: libraries/config/validate.lib.php:464 #, php-format msgid "Value must be equal or lower than %s" -msgstr "" +msgstr "القيمة يجب أن تساوي أو أقل من %s"
#: libraries/config/FormDisplay.class.php:538 #, php-format msgid "Missing data for %s" -msgstr "" +msgstr "بيانات مفقودة لـ %s"
#: libraries/config/FormDisplay.class.php:736 #: libraries/config/FormDisplay.class.php:740 @@ -2321,21 +2334,21 @@ msgstr "متغير" #: libraries/config/FormDisplay.class.php:741 #, php-format msgid ""%s" requires %s extension" -msgstr "" +msgstr "%s يتطلب الإمتداد %s"
#: libraries/config/FormDisplay.class.php:755 #, php-format msgid "import will not work, missing function (%s)" -msgstr "" +msgstr "الإستيراد لن يتم , الدالة (%s) مفقودة"
#: libraries/config/FormDisplay.class.php:759 #, php-format msgid "export will not work, missing function (%s)" -msgstr "" +msgstr "التصدير لن يتم , الدالة (%s) مفقودة"
#: libraries/config/FormDisplay.class.php:766 msgid "SQL Validator is disabled" -msgstr "" +msgstr "مدقق SQL معطل"
#: libraries/config/FormDisplay.class.php:773 #, fuzzy @@ -2346,11 +2359,11 @@ msgstr "لم يمكن إيجاد الوصلة" #: libraries/config/FormDisplay.class.php:781 #, php-format msgid "maximum %s" -msgstr "" +msgstr "أقصى %s"
#: libraries/config/FormDisplay.tpl.php:173 msgid "This setting is disabled, it will not be applied to your configuration" -msgstr "" +msgstr "هذا الإعداد معطل , لن يتم تطبيقه في التكوين"
#: libraries/config/FormDisplay.tpl.php:173 libraries/relation.lib.php:89 #: libraries/relation.lib.php:96 pmd_relation_new.php:68 @@ -2360,16 +2373,16 @@ msgstr "معطل" #: libraries/config/FormDisplay.tpl.php:248 #, php-format msgid "Set value: %s" -msgstr "" +msgstr "تعيين القيمة: %s"
#: libraries/config/FormDisplay.tpl.php:253 #: libraries/config/messages.inc.php:351 msgid "Restore default value" -msgstr "" +msgstr "إستعادة القيمة الإفتراضية"
#: libraries/config/FormDisplay.tpl.php:269 msgid "Allow users to customize this value" -msgstr "" +msgstr "السماح للمستخدمين بتخصيص هذه القيمة"
#: libraries/config/FormDisplay.tpl.php:333 #: libraries/schema/User_Schema.class.php:470 prefs_manage.php:320 @@ -2379,7 +2392,7 @@ msgstr "إلغاء"
#: libraries/config/messages.inc.php:17 msgid "Improves efficiency of screen refresh" -msgstr "" +msgstr "تحسين كفاءة تحديث الشاشة"
#: libraries/config/messages.inc.php:18 #, fuzzy @@ -2394,7 +2407,7 @@ msgstr ""
#: libraries/config/messages.inc.php:20 msgid "Allow login to any MySQL server" -msgstr "" +msgstr "السماح بالدخول لأي خادم MySQL"
#: libraries/config/messages.inc.php:21 msgid "" @@ -2402,6 +2415,8 @@ msgid "" "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting attacks" msgstr "" +"تفعيل هذا يسمح للصفحات الموجودة في أماكن مختلفة بإستدعاء phpMyAdmin داخل " +"إطار, وهذا من المحتمل ان يسبب ثغرة أمنية."
#: libraries/config/messages.inc.php:22 msgid "Allow third party framing" @@ -2409,13 +2424,13 @@ msgstr ""
#: libraries/config/messages.inc.php:23 msgid "Show "Drop database" link to normal users" -msgstr "" +msgstr "عرض رابط "إزالة قاعدة البيانات" للمستخدمين العاديين"
#: libraries/config/messages.inc.php:24 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" -msgstr "" +msgstr "عبارة المرور السرية تستخدم لتشفير الكوكيز في المصادقة"
#: libraries/config/messages.inc.php:25 msgid "Blowfish secret" @@ -2423,7 +2438,7 @@ msgstr ""
#: libraries/config/messages.inc.php:26 msgid "Highlight selected rows" -msgstr "" +msgstr "توضيح الصفوف المختارة"
#: libraries/config/messages.inc.php:27 msgid "Row marker" @@ -2431,21 +2446,23 @@ msgstr ""
#: libraries/config/messages.inc.php:28 msgid "Highlight row pointed by the mouse cursor" -msgstr "" +msgstr "توضيح الصفوف المشار إليها بمؤشر الفأرة"
#: libraries/config/messages.inc.php:29 msgid "Highlight pointer" -msgstr "" +msgstr "توضيح المؤشر"
#: libraries/config/messages.inc.php:30 msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2%5Dbzip2%5B/a] compression for " "import and export operations" msgstr "" +"تفعيل ضغط [a@http://en.wikipedia.org/wiki/Bzip2%5Dbzip2%5B/a] لعمليات التصدير " +"والإستيراد"
#: libraries/config/messages.inc.php:31 msgid "Bzip2" -msgstr "" +msgstr "Bzip2"
#: libraries/config/messages.inc.php:32 msgid "" @@ -2453,30 +2470,32 @@ msgid "" "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns" msgstr "" +"يعرف أي أدوات التعديل تستخدم مع الأعمدة CHAR و VARCHAR ,,[kbd]input[/kbd] - " +"تسمح بمدخل محدود الطول ,, [kbd]textarea[/kbd] - تسمح بتعدد الأسطر في العمود. "
#: libraries/config/messages.inc.php:33 msgid "CHAR columns editing" -msgstr "" +msgstr "تعديل أعمدة CHAR"
#: libraries/config/messages.inc.php:34 msgid "Number of columns for CHAR/VARCHAR textareas" -msgstr "" +msgstr "عدد أعمدة مربع النص لـCHAR/VARCHAR"
#: libraries/config/messages.inc.php:35 msgid "CHAR textarea columns" -msgstr "" +msgstr "أعمدة مربع النص لـ CHAR"
#: libraries/config/messages.inc.php:36 msgid "Number of rows for CHAR/VARCHAR textareas" -msgstr "" +msgstr "عدد صفوف مربع النص لـCHAR/VARCHAR"
#: libraries/config/messages.inc.php:37 msgid "CHAR textarea rows" -msgstr "" +msgstr "صفوف مربع النص لـ CHAR"
#: libraries/config/messages.inc.php:38 msgid "Check config file permissions" -msgstr "" +msgstr "تحقق من أذونات ملف التكوين"
#: libraries/config/messages.inc.php:39 msgid "" @@ -2486,26 +2505,27 @@ msgstr ""
#: libraries/config/messages.inc.php:40 msgid "Compress on the fly" -msgstr "" +msgstr "ضغط"
#: libraries/config/messages.inc.php:41 setup/frames/config.inc.php:25 #: setup/frames/index.inc.php:153 msgid "Configuration file" -msgstr "" +msgstr "ملف التكوين"
#: libraries/config/messages.inc.php:42 msgid "" "Whether a warning ("Are your really sure...") should be displayed " "when you're about to lose data" msgstr "" +"التحذير (" هل أنت متأكد " ) يظهر عندما تكون على وشك فقدان بيانات"
#: libraries/config/messages.inc.php:43 msgid "Confirm DROP queries" -msgstr "" +msgstr "تأكيد إستعلامات DROP"
#: libraries/config/messages.inc.php:44 msgid "Debug SQL" -msgstr "" +msgstr "تصحيح SQL"
#: libraries/config/messages.inc.php:45 #, fuzzy @@ -2518,62 +2538,64 @@ msgid "" "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates " "maximum number for which vertical model is used" msgstr "" +"[kbd]أفقي[/kbd] , [kbd]رأسي[/kbd] أو عدد يشير إلى أكبر عدد من الأعمدة " +"يستعمله النموذج"
#: libraries/config/messages.inc.php:47 msgid "Display direction for altering/creating columns" -msgstr "" +msgstr "عرض الإتجاه لـ تعديل/إنشاء الأعمدة"
#: libraries/config/messages.inc.php:48 msgid "Tab that is displayed when entering a database" -msgstr "" +msgstr "التبويب الذي يعرض عند الدخول إلى قاعدة البيانات"
#: libraries/config/messages.inc.php:49 msgid "Default database tab" -msgstr "" +msgstr "تبويب قاعدة البيانات الإفتراضي"
#: libraries/config/messages.inc.php:50 msgid "Tab that is displayed when entering a server" -msgstr "" +msgstr "التبويب الذي يعرض عند الدخول إلى الخادم"
#: libraries/config/messages.inc.php:51 msgid "Default server tab" -msgstr "" +msgstr "تبويب الخادم الإفتراضي"
#: libraries/config/messages.inc.php:52 msgid "Tab that is displayed when entering a table" -msgstr "" +msgstr "التبويب الذي يعرض عند الدخول إلى الجدول"
#: libraries/config/messages.inc.php:53 msgid "Default table tab" -msgstr "" +msgstr "تبويب الجدول الإفتراضي"
#: libraries/config/messages.inc.php:54 msgid "Show binary contents as HEX by default" -msgstr "" +msgstr "عرض البيانات الثنائية بالنظام الست عشري إفتراضياً"
#: libraries/config/messages.inc.php:55 libraries/display_tbl.lib.php:590 msgid "Show binary contents as HEX" -msgstr "" +msgstr "عرض البيانات الثنائية بالنظام الست عشري"
#: libraries/config/messages.inc.php:56 msgid "Show database listing as a list instead of a drop down" -msgstr "" +msgstr "إظهار قواعد البيانات كقائمة بدلاً من القائمة المنسدلة"
#: libraries/config/messages.inc.php:57 msgid "Display databases as a list" -msgstr "" +msgstr "إظهار قواعد البيانات كقائمة"
#: libraries/config/messages.inc.php:58 msgid "Show server listing as a list instead of a drop down" -msgstr "" +msgstr "إظهار الخوادم كقائمة بدلاً من القائمة المنسدلة"
#: libraries/config/messages.inc.php:59 msgid "Display servers as a list" -msgstr "" +msgstr "إظهار الخوادم كقائمة"
#: libraries/config/messages.inc.php:60 msgid "Edit SQL queries in popup window" -msgstr "" +msgstr "تعديل إستعلام SQL في نافذة منبثقة"
#: libraries/config/messages.inc.php:61 #, fuzzy @@ -2595,7 +2617,7 @@ msgstr "أخطاء."
#: libraries/config/messages.inc.php:64 msgid "Show icons for warning, error and information messages" -msgstr "" +msgstr "عرض الأيقونات لرسائل التحذير, الخطأ والمعلومات"
#: libraries/config/messages.inc.php:65 #, fuzzy @@ -2607,11 +2629,11 @@ msgstr "أخطاء." msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)" -msgstr "" +msgstr "ضع الوقت المحدد لعمل البرنامج ([kbd]0[/kbd]: لانهائي)"
#: libraries/config/messages.inc.php:67 msgid "Maximum execution time" -msgstr "" +msgstr "وقت التنفيذ الأقصى"
#: libraries/config/messages.inc.php:68 prefs_manage.php:299 msgid "Save as file" @@ -2619,7 +2641,7 @@ msgstr "حفظ كملف"
#: libraries/config/messages.inc.php:69 libraries/config/messages.inc.php:237 msgid "Character set of the file" -msgstr "" +msgstr "مجموعة الأحرف للملف"
#: libraries/config/messages.inc.php:70 libraries/config/messages.inc.php:86 #: tbl_printview.php:373 tbl_structure.php:831 @@ -2670,7 +2692,7 @@ msgstr "استبدل NULL بـ"
#: libraries/config/messages.inc.php:76 libraries/config/messages.inc.php:82 msgid "Remove CRLF characters within columns" -msgstr "" +msgstr "حذف CRLF من الأعمدة"
#: libraries/config/messages.inc.php:77 libraries/config/messages.inc.php:243 #: libraries/config/messages.inc.php:251 libraries/import/csv.php:62 @@ -2693,15 +2715,15 @@ msgstr "إصدارة إكسل"
#: libraries/config/messages.inc.php:83 msgid "Database name template" -msgstr "" +msgstr "إسم قالب قاعدة البيانات"
#: libraries/config/messages.inc.php:84 msgid "Server name template" -msgstr "" +msgstr "إسم قالب الخادم"
#: libraries/config/messages.inc.php:85 msgid "Table name template" -msgstr "" +msgstr "إسم قالب الجدول"
#: libraries/config/messages.inc.php:89 libraries/config/messages.inc.php:102 #: libraries/config/messages.inc.php:111 libraries/config/messages.inc.php:135 @@ -2750,7 +2772,7 @@ msgstr "نوع التصدير"
#: libraries/config/messages.inc.php:112 libraries/config/messages.inc.php:114 msgid "Save on server" -msgstr "" +msgstr "حفظ في الخادم"
#: libraries/config/messages.inc.php:113 libraries/config/messages.inc.php:115 #: libraries/display_export.lib.php:195 libraries/display_export.lib.php:221 @@ -2759,7 +2781,7 @@ msgstr "خزن على الملفات الموجودة أصلا"
#: libraries/config/messages.inc.php:116 msgid "Remember file name template" -msgstr "" +msgstr "تذكر إسم قالب الملف"
#: libraries/config/messages.inc.php:118 #, fuzzy @@ -2770,11 +2792,11 @@ msgstr "حماية أسماء الجداول و الحقول ب "`" " #: libraries/config/messages.inc.php:119 libraries/config/messages.inc.php:258 #: libraries/display_export.lib.php:353 msgid "SQL compatibility mode" -msgstr "" +msgstr "وضع توافق SQL"
#: libraries/config/messages.inc.php:120 libraries/config/messages.inc.php:130 msgid "Syntax to use when inserting data" -msgstr "" +msgstr "بناء الجملة لإستخدامه عند إدخال البيانات"
#: libraries/config/messages.inc.php:121 msgid "Creation/Update/Check dates" @@ -2786,11 +2808,11 @@ msgstr "استخدم الإضافات المتأخرة"
#: libraries/config/messages.inc.php:123 libraries/export/sql.php:53 msgid "Disable foreign key checks" -msgstr "" +msgstr "تعطيل التحقق من المفتاح الغريب"
#: libraries/config/messages.inc.php:126 msgid "Use hexadecimal for BLOB" -msgstr "" +msgstr "إستخدم النظام الست عشري لـ BLOB"
#: libraries/config/messages.inc.php:128 #, fuzzy @@ -2800,7 +2822,7 @@ msgstr "استخدم الإضافات المتأخرة"
#: libraries/config/messages.inc.php:131 libraries/export/sql.php:163 msgid "Maximal length of created query" -msgstr "" +msgstr "أقصى طول للإستعلام المنشئ"
#: libraries/config/messages.inc.php:136 #, fuzzy @@ -2810,19 +2832,19 @@ msgstr "تصدير"
#: libraries/config/messages.inc.php:137 libraries/export/sql.php:50 msgid "Enclose export in a transaction" -msgstr "" +msgstr "تضمين التصدير في العملية"
#: libraries/config/messages.inc.php:138 msgid "Export time in UTC" -msgstr "" +msgstr "وقت التصدير (بالتوقيت العالمي)"
#: libraries/config/messages.inc.php:146 msgid "Force secured connection while using phpMyAdmin" -msgstr "" +msgstr "فرض الإتصال الآمن عند إستخدام phpMyAdmin"
#: libraries/config/messages.inc.php:147 msgid "Force SSL connection" -msgstr "" +msgstr "فرض إتصال SSL"
#: libraries/config/messages.inc.php:148 msgid "" @@ -2832,30 +2854,30 @@ msgstr ""
#: libraries/config/messages.inc.php:149 msgid "Foreign key dropdown order" -msgstr "" +msgstr "قائمة منسدلة مرتبة بالمفتاح الغريب"
#: libraries/config/messages.inc.php:150 msgid "A dropdown will be used if fewer items are present" -msgstr "" +msgstr "سيتم إستخدام القائمة المنسدلة إذا وجد عدد أقل من العناصر"
#: libraries/config/messages.inc.php:151 msgid "Foreign key limit" -msgstr "" +msgstr "حد المفتاح الغريب"
#: libraries/config/messages.inc.php:152 msgid "Browse mode" -msgstr "" +msgstr "وضع الإستعراض"
#: libraries/config/messages.inc.php:153 msgid "Customize browse mode" -msgstr "" +msgstr "تخصيص وضع الإستعراض"
#: libraries/config/messages.inc.php:155 libraries/config/messages.inc.php:157 #: libraries/config/messages.inc.php:174 libraries/config/messages.inc.php:185 #: libraries/config/messages.inc.php:187 libraries/config/messages.inc.php:215 #: libraries/config/messages.inc.php:227 msgid "Customize default options" -msgstr "" +msgstr "تخصيص الخيارات الإفتراضية"
#: libraries/config/messages.inc.php:156 libraries/config/setup.forms.php:232 #: libraries/config/setup.forms.php:311 @@ -2867,32 +2889,32 @@ msgstr "سي إس في"
#: libraries/config/messages.inc.php:158 msgid "Developer" -msgstr "" +msgstr "مطور"
#: libraries/config/messages.inc.php:159 msgid "Settings for phpMyAdmin developers" -msgstr "" +msgstr "إعدادات لمطوري phpMyAdmin"
#: libraries/config/messages.inc.php:160 msgid "Edit mode" -msgstr "" +msgstr "وضع التعديل"
#: libraries/config/messages.inc.php:161 msgid "Customize edit mode" -msgstr "" +msgstr "تخصيص وضع التعديل"
#: libraries/config/messages.inc.php:163 msgid "Export defaults" -msgstr "" +msgstr "إفتراضيات التصدير"
#: libraries/config/messages.inc.php:164 msgid "Customize default export options" -msgstr "" +msgstr "تخصيص خيارات التصدير الإفتراضي"
#: libraries/config/messages.inc.php:165 libraries/config/messages.inc.php:207 #: setup/frames/menu.inc.php:16 msgid "Features" -msgstr "" +msgstr "مميزات"
#: libraries/config/messages.inc.php:166 #, fuzzy @@ -2902,7 +2924,7 @@ msgstr "ولد"
#: libraries/config/messages.inc.php:167 msgid "Set some commonly used options" -msgstr "" +msgstr "تعيين بعض الخيارات شائعة الإستخدام"
#: libraries/config/messages.inc.php:168 libraries/db_links.inc.php:83 #: libraries/server_links.inc.php:73 libraries/tbl_links.inc.php:82 @@ -2912,19 +2934,19 @@ msgstr "استورد"
#: libraries/config/messages.inc.php:169 msgid "Import defaults" -msgstr "" +msgstr "إفتراضيات الإستيراد"
#: libraries/config/messages.inc.php:170 msgid "Customize default common import options" -msgstr "" +msgstr "تخصيص خيارات الإستيراد الإفتراضية"
#: libraries/config/messages.inc.php:171 msgid "Import / export" -msgstr "" +msgstr "إستيراد / تصدير"
#: libraries/config/messages.inc.php:172 msgid "Set import and export directories and compression options" -msgstr "" +msgstr "حدد عناوين الإستيراد والتصدير و خيارات الضغط"
#: libraries/config/messages.inc.php:173 libraries/export/latex.php:26 msgid "LaTeX" @@ -2932,15 +2954,15 @@ msgstr "لاتكس"
#: libraries/config/messages.inc.php:176 msgid "Databases display options" -msgstr "" +msgstr "خيارات عرض قواعد البيانات"
#: libraries/config/messages.inc.php:177 setup/frames/menu.inc.php:18 msgid "Navigation frame" -msgstr "" +msgstr "إطار التصفح"
#: libraries/config/messages.inc.php:178 msgid "Customize appearance of the navigation frame" -msgstr "" +msgstr "تخصيص مظهر إطار التصفح"
#: libraries/config/messages.inc.php:179 libraries/select_server.lib.php:42 #: setup/frames/index.inc.php:98 @@ -2949,19 +2971,19 @@ msgstr "خوادم"
#: libraries/config/messages.inc.php:180 msgid "Servers display options" -msgstr "" +msgstr "خيارات عرض الخوادم"
#: libraries/config/messages.inc.php:182 msgid "Tables display options" -msgstr "" +msgstr "خيارات عرض الجداول"
#: libraries/config/messages.inc.php:183 setup/frames/menu.inc.php:19 msgid "Main frame" -msgstr "" +msgstr "الإطار الرئيسي"
#: libraries/config/messages.inc.php:184 msgid "Microsoft Office" -msgstr "" +msgstr "مايكروسوفت أوفيس"
#: libraries/config/messages.inc.php:186 #, fuzzy @@ -2971,11 +2993,11 @@ msgstr "مستندات وثائقية"
#: libraries/config/messages.inc.php:188 msgid "Other core settings" -msgstr "" +msgstr "الإعدادات الرئيسية الأخرى"
#: libraries/config/messages.inc.php:189 msgid "Settings that didn't fit enywhere else" -msgstr "" +msgstr "الإعدادات التي لاتناسب في أي مكان آخر"
#: libraries/config/messages.inc.php:190 #, fuzzy @@ -2999,21 +3021,22 @@ msgstr "نافذة الاستعلام"
#: libraries/config/messages.inc.php:193 msgid "Customize query window options" -msgstr "" +msgstr "تخصيص خيارات نافذة الإستعلام"
#: libraries/config/messages.inc.php:194 msgid "Security" -msgstr "" +msgstr "الأمان"
#: libraries/config/messages.inc.php:195 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL" msgstr "" +"فضلاً , تذكر أن phpMyAdmin هي واجة إستخدام فقط ولا يمكن أن تتجاوز حدود MySQL"
#: libraries/config/messages.inc.php:196 msgid "Basic settings" -msgstr "" +msgstr "الإعدادات الأساسية"
#: libraries/config/messages.inc.php:197 #, fuzzy @@ -3023,25 +3046,25 @@ msgstr "مستندات وثائقية"
#: libraries/config/messages.inc.php:198 msgid "Authentication settings" -msgstr "" +msgstr "خيارات المصادقة"
#: libraries/config/messages.inc.php:199 msgid "Server configuration" -msgstr "" +msgstr "إعداد الخادم"
#: libraries/config/messages.inc.php:200 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for" -msgstr "" +msgstr "إعداد متقدم للخادم , لاتغير أي من هذه القيم حتى تعلم وظيفتها"
#: libraries/config/messages.inc.php:201 msgid "Enter server connection parameters" -msgstr "" +msgstr "أدخل معلومات إتصال الخادم"
#: libraries/config/messages.inc.php:202 msgid "Configuration storage" -msgstr "" +msgstr "إعداد التخزين"
#: libraries/config/messages.inc.php:203 msgid "" @@ -5530,7 +5553,7 @@ msgstr "أوامر"
#: libraries/export/sql.php:111 msgid "<code>CREATE TABLE</code> options:" -msgstr "" +msgstr "خيارات <code>CREATE TABLE</code> :"
#: libraries/export/sql.php:123 msgid "" @@ -9539,7 +9562,7 @@ msgstr ""
#: tbl_row_action.php:28 msgid "No rows selected" -msgstr "" +msgstr "لايوجد صفوف مختارة"
#: tbl_select.php:109 msgid "Do a "query by example" (wildcard: "%")" diff --git a/po/az.po b/po/az.po index 1b859aa..e819b1b 100644 --- a/po/az.po +++ b/po/az.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:11+0100\n" diff --git a/po/be.po b/po/be.po index 85bbd5c..7859752 100644 --- a/po/be.po +++ b/po/be.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" diff --git a/po/be@latin.po b/po/be@latin.po index 2af239e..2316236 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-30 23:09+0200\n" diff --git a/po/bg.po b/po/bg.po index b707b2f..c3c1638 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-03-22 12:51+0200\n" @@ -4520,7 +4520,7 @@ msgstr "" msgid "" "Please be patient, the file is being uploaded. Details about the upload are " "not available." -msgstr "" +msgstr "Файлът се качва, бъдете търпеливи. Не са налични повече подробности."
#: libraries/display_import.lib.php:129 msgid "Importing into the current server" diff --git a/po/bn.po b/po/bn.po index 2edd88f..a4a53e6 100644 --- a/po/bn.po +++ b/po/bn.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-10-21 01:36+0200\n" diff --git a/po/bs.po b/po/bs.po index d17e6cf..4080369 100644 --- a/po/bs.po +++ b/po/bs.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:12+0100\n" diff --git a/po/ca.po b/po/ca.po index 436c069..434d4f1 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-02-23 09:57+0200\n" diff --git a/po/cs.po b/po/cs.po index 5d8533f..69a060c 100644 --- a/po/cs.po +++ b/po/cs.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-02-10 14:03+0100\n" diff --git a/po/cy.po b/po/cy.po index 0156048..373bca7 100644 --- a/po/cy.po +++ b/po/cy.po @@ -4,7 +4,7 @@ # FIRST AUTHOR EMAIL@ADDRESS, YEAR. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-06-07 20:23+0200\n" diff --git a/po/da.po b/po/da.po index c6d1e77..5e0d4e7 100644 --- a/po/da.po +++ b/po/da.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-03-07 01:17+0200\n" @@ -9539,8 +9539,10 @@ msgid "Width" msgstr ""
#: tbl_chart.php:94 +#, fuzzy +#| msgid "Right" msgid "Height" -msgstr "" +msgstr "Højre"
#: tbl_chart.php:98 msgid "Title" diff --git a/po/de.po b/po/de.po index f5dde39..ec9af7b 100644 --- a/po/de.po +++ b/po/de.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-23 04:28+0200\n" diff --git a/po/el.po b/po/el.po index 68b4bb7..69cea61 100644 --- a/po/el.po +++ b/po/el.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-05 11:15+0200\n" diff --git a/po/en_GB.po b/po/en_GB.po index e307458..b37926d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-02-10 16:24+0200\n" diff --git a/po/es.po b/po/es.po index 4e62406..076f3f1 100644 --- a/po/es.po +++ b/po/es.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-02 11:10+0200\n" diff --git a/po/et.po b/po/et.po index 465202a..107be8e 100644 --- a/po/et.po +++ b/po/et.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" diff --git a/po/eu.po b/po/eu.po index cfe7b0f..18723d1 100644 --- a/po/eu.po +++ b/po/eu.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-07-21 14:53+0200\n" diff --git a/po/fa.po b/po/fa.po index 61aa0c4..d632aca 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-05-19 03:54+0200\n" diff --git a/po/fi.po b/po/fi.po index ec38819..fb6cf9e 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-11-26 21:29+0200\n" @@ -9850,8 +9850,10 @@ msgid "Width" msgstr ""
#: tbl_chart.php:94 +#, fuzzy +#| msgid "Right" msgid "Height" -msgstr "" +msgstr "Oikea"
#: tbl_chart.php:98 msgid "Title" diff --git a/po/fr.po b/po/fr.po index 5bd6d74..071390b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-02-10 19:23+0200\n" diff --git a/po/gl.po b/po/gl.po index 6d28e6a..fc30353 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-07-21 14:50+0200\n" diff --git a/po/he.po b/po/he.po index b797b7f..074f895 100644 --- a/po/he.po +++ b/po/he.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-03-02 20:17+0200\n" diff --git a/po/hi.po b/po/hi.po index 23c92de..06341d6 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-24 00:23+0200\n" diff --git a/po/hr.po b/po/hr.po index e936fbb..d6b2ef2 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-07-21 14:54+0200\n" diff --git a/po/hu.po b/po/hu.po index 0fc74e3..8ab0e64 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-05-05 12:49+0200\n" diff --git a/po/id.po b/po/id.po index 6e4c65d..0634f94 100644 --- a/po/id.po +++ b/po/id.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-16 22:04+0200\n" @@ -9294,8 +9294,10 @@ msgid "Width" msgstr ""
#: tbl_chart.php:94 +#, fuzzy +#| msgid "Right" msgid "Height" -msgstr "" +msgstr "Kanan"
#: tbl_chart.php:98 msgid "Title" diff --git a/po/it.po b/po/it.po index 758b2bc..71f5d3c 100644 --- a/po/it.po +++ b/po/it.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-05 14:27+0200\n" diff --git a/po/ja.po b/po/ja.po index d72fb91..35e1d41 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-05-05 11:38+0200\n" diff --git a/po/ka.po b/po/ka.po index bbcc672..d079bff 100644 --- a/po/ka.po +++ b/po/ka.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:14+0100\n" diff --git a/po/ko.po b/po/ko.po index ea99b4e..d04ac09 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-06-16 18:18+0200\n" diff --git a/po/lt.po b/po/lt.po index c28c645..e3d12e9 100644 --- a/po/lt.po +++ b/po/lt.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-04-05 15:52+0200\n" diff --git a/po/lv.po b/po/lv.po index 02dcaa7..edfab85 100644 --- a/po/lv.po +++ b/po/lv.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" diff --git a/po/mk.po b/po/mk.po index b9466de..4deb4b4 100644 --- a/po/mk.po +++ b/po/mk.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:16+0100\n" diff --git a/po/ml.po b/po/ml.po index 22c9f22..167850c 100644 --- a/po/ml.po +++ b/po/ml.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the phpMyAdmin package. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-02-10 14:03+0100\n" diff --git a/po/mn.po b/po/mn.po index afede01..06cc511 100644 --- a/po/mn.po +++ b/po/mn.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" diff --git a/po/ms.po b/po/ms.po index 68525a2..1734f4b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -1,7 +1,7 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2010-03-12 09:17+0100\n" diff --git a/po/nb.po b/po/nb.po index 5070755..1a7b7f9 100644 --- a/po/nb.po +++ b/po/nb.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-03-07 11:21+0200\n" diff --git a/po/nl.po b/po/nl.po index 4ea7430..3f962a3 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,7 +1,7 @@ # Automatically generated <>, 2010. msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.4.3-dev\n" +"Project-Id-Version: phpMyAdmin 3.4.3-rc1\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2011-06-02 08:31+0200\n" "PO-Revision-Date: 2011-03-16 20:18+0200\n" diff --git a/po/pl.po b/po/pl.po index 4615bf2..9dd43c8 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1 po/pl.po dd43c8 100644 o 18+0200\n"