2013-08-09 08:06:31 -04:00
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2012-12-22 18:10:23 -05:00
|
|
|
"Password" => "كلمة المرور",
|
|
|
|
|
"%s shared the folder %s with you" => "%s شارك المجلد %s معك",
|
|
|
|
|
"%s shared the file %s with you" => "%s شارك الملف %s معك",
|
|
|
|
|
"Download" => "تحميل",
|
2013-06-29 20:13:07 -04:00
|
|
|
"Upload" => "رفع",
|
|
|
|
|
"Cancel upload" => "إلغاء رفع الملفات",
|
2013-06-13 20:52:34 -04:00
|
|
|
"No preview available for" => "لا يوجد عرض مسبق لـ"
|
2012-12-22 18:10:23 -05:00
|
|
|
);
|
2013-08-09 08:06:31 -04: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;";
|