Blame view

sources/apps/bookmarks/l10n/ar.php 1.88 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "لم يتم اضافة ملف للتدخيل",
  "Unsupported file type for import" => "نوعية الملف غير صالحه للاستيراد",
  "Bookmarks" => "اشارات المرجعية",
  "Tags" => "فئاة",
  "Filter by tag" => "تصفيه حسب الفئه",
  "Edit bookmark" => "عدل المرجعيه",
  "Are you sure you want to remove this tag from every entry?" => "هل أنت متاكد أنك تريد حذف هذه الفئه من جميع المدخولات؟",
  "Warning" => "تحذير",
  "Import error" => "لقد فشل الإستيراد",
  "Import completed successfully." => "تم الاستيراد بنجاح",
  "Uploading..." => "ترفيع...",
  "Bookm." => "مرجعيه.",
  "Add a bookmark" => "أضف إشارة مرجعية",
  "Close" => "إغلق",
  "The title of the page" => "أسم هذه الصفحه",
  "The address of the page" => "عنوان هذه الصفحه",
  "Description of the page" => "وصف هذه الصفحه",
  "Save" => "حفظ",
  "Delete" => "حذف",
  "Edit" => "تعديل",
  "Cancel" => "الغاء",
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "اسحب هذه الى قائمة المرجعيه في متصفحك, و اضغط عليه عندما تريد اضافة صفحه :",
6d9380f96   Cédric Dupont   Update sources OC...
24
  "Add to ownCloud" => "أضف إلى سحابتك الخاصه \"أوون كلاود\"",
d1bafeea1   Kload   [fix] Upgrade to ...
25
26
27
28
29
30
31
32
33
34
35
  "Address" => "عنوان",
  "Add" => "أدخل",
  "Related Tags" => "فئات متشابهه",
  "Settings" => "تعديلات",
  "You have no bookmarks" => "لا يوجد عندك صفحات مرجعيه",
  "You can also try to import a bookmark file" => "يمكنك ايضا محاولة ادخال ملف فئة مرجعيه",
  "Bookmarklet" => "المرجعيه",
  "Export & Import" => "تصدير و استيراد",
  "Export" => "تصدير المعلومات",
  "Import" => "استيراد"
  );