Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-26 08:48:26 +0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-26 08:48:26 +0400
commita5c93edc94b3369af752ee1721a7cea94c857193 (patch)
tree15cd6f4256bf9c6cffada970409c39355b2037a3 /user_migrate
parent8b388625e0980e2291984733645ad0eadffdb140 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/ar.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_migrate/l10n/ar.php b/user_migrate/l10n/ar.php
index dc0a4b964..16fced73f 100644
--- a/user_migrate/l10n/ar.php
+++ b/user_migrate/l10n/ar.php
@@ -3,6 +3,7 @@ $TRANSLATIONS = array(
"Export" => "تصدير",
"Something went wrong while the export file was being generated" => "حدث خطأ أثناء إنشاء ملف التصدير",
"An error has occurred" => "حدث خطأ ما",
+"Account Export/Import" => "إستيراد / تصدير الحسابات",
"Import" => "استيراد"
);
$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;";