17 lines
		
	
	
		
			924 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			924 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "richdocuments",
 | |
|     {
 | |
|     "Saving..." : "جاري الحفظ...",
 | |
|     "More versions..." : "المزيد من الإصدارات",
 | |
|     "Save" : "حفظ",
 | |
|     "Loading documents..." : "يتم تحميل المستند ...",
 | |
|     "Edit" : "تعديل",
 | |
|     "Could not create file" : "لا يستطيع انشاء ملف ",
 | |
|     "Saved" : "تم الحفظ",
 | |
|     "Wrong password. Please retry." : "كلمة مرور خاطئة. يرجى إعادة المحاولة",
 | |
|     "Password" : "كلمة السر",
 | |
|     "OK" : "تم",
 | |
|     "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "هذا الرابط قد انتهى او لم ينشئ. يرجى الاتصال بالشخص المعني للمزيد من المعلومات."
 | |
| },
 | |
| "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;");
 |