server/apps/files_sharing/l10n/ar.php

8 lines
324 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-03-12 05:57:17 +00:00
"Shared by {owner}" => "مشاركة بواسطة المالك {owner}",
"Password" => "كلمة المرور",
"shared by %s" => "مشاركة من قبل %s"
2012-12-22 23:10:23 +00:00
);
2013-08-09 12:06:31 +00: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;";