cloud_bbb/l10n/ar.js

21 lines
649 B
JavaScript

OC.L10N.register(
"bbb",
{
"Save" : "حفظ",
"Display name" : "الاسم المعروض",
"Password" : "كلمة السر",
"Group" : "الفريق",
"Name" : "الاسم",
"Edit" : "تعديل",
"Welcome" : "مرحباً",
"Access" : "النفاذ",
"Create" : "إنشاء",
"Delete" : "حذف ",
"Error" : "خطأ",
"Server error" : "خطا في الخادم",
"Share" : "شارك",
"Loading" : "Loading",
"Settings saved" : "تم حفظ الإعدادات"
},
"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;");