ar.php 522 B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Password" => "كلمة المرور",
  4. "%s shared the folder %s with you" => "%s شارك المجلد %s معك",
  5. "%s shared the file %s with you" => "%s شارك الملف %s معك",
  6. "Download" => "تحميل",
  7. "Upload" => "رفع",
  8. "Cancel upload" => "إلغاء رفع الملفات",
  9. "No preview available for" => "لا يوجد عرض مسبق لـ"
  10. );
  11. $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;";