24 lines
1.2 KiB
JavaScript
24 lines
1.2 KiB
JavaScript
OC.L10N.register(
|
|
"support",
|
|
{
|
|
"Link:" : "الرابط:",
|
|
"Password:" : "الكلمة السرية:",
|
|
"Dear admin," : "عزيزي المدير،",
|
|
"Thank you," : "شكرا لكم،",
|
|
"Support" : "المساعدة",
|
|
"System information" : "معلومات النظام",
|
|
"Unsupported" : "غير مدعوم",
|
|
"Access to scalability expertise and scalability capabilities for Files and Talk" : "الوصول إلى خبرة قابله للتوسع وقدرات قابله للتوسع لـ الملفات و التحدث",
|
|
"More information" : "المزيد من المعلومات",
|
|
"Pricing" : "السعر",
|
|
"Forum" : "المنتدى",
|
|
"Nextcloud forum" : "منتدى ناكست كلاود",
|
|
"GitHub" : "غيت هب",
|
|
"Nextcloud at GitHub" : "ناكست كلاود على غيت هب",
|
|
"News" : "الأخبار",
|
|
"Like our Facebook page" : "قم بالإعجاب بصفحتنا على الفايسبوك",
|
|
"Follow us on Twitter" : "تابعنا على تويتر",
|
|
"Check out our blog" : "إلقي نظرة على مدوّنتنا"
|
|
},
|
|
"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;");
|