nextcloud/apps/files_encryption/l10n/ar.php

7 lines
237 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-05-26 04:03:54 +04:00
"Saving..." => "جاري الحفظ...",
2013-05-25 04:11:52 +04:00
"Encryption" => "التشفير"
2012-11-13 03:07:19 +04:00
);
2013-08-09 16: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;";