diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-13 10:48:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-13 10:48:56 +0000 |
commit | 7d1c9eef8dcc020c12595500cf3569d96c2a6c11 (patch) | |
tree | 7d6be211432f31aca051005c206db7e6e691394f /apps/comments/l10n/ar.js | |
parent | 57e39000951f6a075f0464ca53f9faca88ecbdab (diff) | |
download | nextcloud-server-7d1c9eef8dcc020c12595500cf3569d96c2a6c11.tar.gz nextcloud-server-7d1c9eef8dcc020c12595500cf3569d96c2a6c11.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;"); |