diff options
Diffstat (limited to 'core/l10n/ar.js')
-rw-r--r-- | core/l10n/ar.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 2ac3ca68f59..a4c1ee7fc93 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -138,6 +138,10 @@ OC.L10N.register( "More apps" : "المزيد من التطبيقات", "Currently open" : "مفتوح حاليّاً ", "_{count} notification_::_{count} notifications_" : ["{count} إخطارات","{count} إخطار","{count} إخطارات","{count} إخطارات","{count} إخطارات","{count} إخطارات"], + "Date range filter" : "فلتر النطاق الزمني", + "Pick start date" : "إختَر تاريخ البدء", + "Pick end date" : "إختَر تاريخ الانتهاء", + "Apply range" : "طبّق النطاق", "Log in" : "تسجيل الدخول", "Logging in …" : "تسجيل الدخول …", "Server side authentication failed!" : "رفض الخادم المصادقة!", @@ -191,11 +195,21 @@ OC.L10N.register( "Install the Contacts app" : "تثبيت تطبيق جهات الإتصال", "Loading your contacts …" : "تحميل جهات الإتصال", "Looking for {term} …" : "جاري البحث عن {term}", + "Global search" : "بحث شامل", + "Search apps, files, tags, messages" : "البحث في التطبيقات و الملفات و السِّمات و الرسائل", + "Apps and Settings" : "التطبيقات و الإعدادات", "Modified" : "آخر تعديل", "Today" : "اليوم", + "Last 7 days" : "آخر 7 أيام", + "Last 30 days" : "آخر 30 يوماً", + "This year" : "هذه السنة", "Last year" : "العام الماضي", + "Custom date range" : "نطاق زمني مُخصَّص", + "Search people" : "البحث عن أشخاص", "Not found" : "غير موجود", "People" : "ناس", + "Start typing in search" : "إبدأ كتابة نص البحث", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "بين ${this.dateFilter.startFrom.toLocaleDateString()} و ${this.dateFilter.endAt.toLocaleDateString()}", "Forgot password?" : "هل نسيت كلمة السر ؟", "Back to login form" : "عودة إلى نموذج الدخول", "Back" : "العودة", |