diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-13 10:48:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-13 10:48:27 +0000 |
commit | 3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (patch) | |
tree | 3ef4050915fae9e2df5e09aee4061532c09346b6 /apps/comments/l10n/ar.js | |
parent | 91c67eb667b2c049f0fcbe8fd868f6a689aaf26e (diff) | |
download | nextcloud-server-3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d.tar.gz nextcloud-server-3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ar.js')
-rw-r--r-- | apps/comments/l10n/ar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 380ff321551..1ad0207b69d 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -2,7 +2,6 @@ OC.L10N.register( "comments", { "Comments" : "تعليقات", - "Unknown user" : "مستخدم غير معروف", "New comment …" : "تعليق جديد", "Delete comment" : "حذف التعليق", "Post" : "ارسال", @@ -22,6 +21,7 @@ OC.L10N.register( "You commented on {file}" : "علقت على {file}", "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", "{author} commented on {file}" : "{author} علّق على {file}", - "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات" + "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات", + "Unknown user" : "مستخدم غير معروف" }, "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;"); |