1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ar.php

33 lines
1.7 KiB
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-11-27 08:10:23 +01:00
"Bookmarks" => "اشارات المرجعية",
"Bookm." => "مرجعيه.",
2013-03-26 11:53:44 +01:00
"No file provided for import" => "لم يتم اضافة ملف للتدخيل",
"Unsupported file type for import" => "نوعية الملف غير صالحه للاستيراد",
2014-11-28 08:10:17 +01:00
"Error" => "خطأ",
2015-07-21 08:10:36 +02:00
"Tags" => "فئاة",
2013-03-26 11:53:44 +01:00
"Filter by tag" => "تصفيه حسب الفئه",
"Warning" => "تحذير",
2014-11-27 08:10:23 +01:00
"Are you sure you want to remove this tag from every entry?" => "هل أنت متاكد أنك تريد حذف هذه الفئه من جميع المدخولات؟",
2013-03-26 11:53:44 +01:00
"Import error" => "لقد فشل الإستيراد",
"Import completed successfully." => "تم الاستيراد بنجاح",
"Uploading..." => "ترفيع...",
"Add a bookmark" => "أضف إشارة مرجعية",
"The title of the page" => "أسم هذه الصفحه",
"The address of the page" => "عنوان هذه الصفحه",
"Description of the page" => "وصف هذه الصفحه",
2012-11-02 00:03:14 +01:00
"Save" => "حفظ",
"Delete" => "حذف",
2012-11-08 00:03:47 +01:00
"Edit" => "تعديل",
2012-11-02 00:03:14 +01:00
"Cancel" => "الغاء",
2013-03-26 11:53:44 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "اسحب هذه الى قائمة المرجعيه في متصفحك, و اضغط عليه عندما تريد اضافة صفحه :",
2013-12-22 08:11:24 +01:00
"Add to ownCloud" => "أضف إلى سحابتك الخاصه \"أوون كلاود\"",
2012-11-02 00:03:14 +01:00
"Address" => "عنوان",
2013-03-26 11:53:44 +01:00
"You have no bookmarks" => "لا يوجد عندك صفحات مرجعيه",
"Bookmarklet" => "المرجعيه",
"Export & Import" => "تصدير و استيراد",
2012-11-04 00:03:02 +01:00
"Export" => "تصدير المعلومات",
2013-03-26 11:53:44 +01:00
"Import" => "استيراد"
2012-11-02 00:03:14 +01:00
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;";