2014-10-27 21:18:24 +01:00
< ? php
$TRANSLATIONS = array (
2013-03-26 11:53:44 +01:00
" 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 " => " أضف إشارة مرجعية " ,
2012-11-02 00:03:14 +01:00
" Close " => " إغلق " ,
2013-03-26 11:53:44 +01:00
" 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 " => " عنوان " ,
2012-11-09 00:03:56 +01:00
" Add " => " أدخل " ,
2013-03-26 11:53:44 +01:00
" Related Tags " => " فئات متشابهه " ,
2012-11-02 00:03:14 +01:00
" Settings " => " تعديلات " ,
2013-03-26 11:53:44 +01:00
" You have no bookmarks " => " لا يوجد عندك صفحات مرجعيه " ,
" You can also try to import a bookmark file " => " يمكنك ايضا محاولة ادخال ملف فئة مرجعيه " ,
" 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; " ;