mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
35 lines
1.8 KiB
PHP
35 lines
1.8 KiB
PHP
<?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:" => "اسحب هذه الى قائمة المرجعيه في متصفحك, و اضغط عليه عندما تريد اضافة صفحه :",
|
|
"Address" => "عنوان",
|
|
"Add" => "أدخل",
|
|
"Related Tags" => "فئات متشابهه",
|
|
"Settings" => "تعديلات",
|
|
"You have no bookmarks" => "لا يوجد عندك صفحات مرجعيه",
|
|
"You can also try to import a bookmark file" => "يمكنك ايضا محاولة ادخال ملف فئة مرجعيه",
|
|
"Bookmarklet" => "المرجعيه",
|
|
"Export & Import" => "تصدير و استيراد",
|
|
"Export" => "تصدير المعلومات",
|
|
"Import" => "استيراد"
|
|
);
|