diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-26 01:06:57 +0000 |
commit | 8f4ec8583d8d30586f292a153854560bdb20a0b2 (patch) | |
tree | a6e4cdf4ebb1f11402a1dca4afa609b6b811640c /apps/comments/l10n/ar.js | |
parent | 789e6e7363514cc9dc669ef259ac1a5e491c2277 (diff) | |
download | nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.tar.gz nextcloud-server-8f4ec8583d8d30586f292a153854560bdb20a0b2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ar.js')
-rw-r--r-- | apps/comments/l10n/ar.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 00aab08bd8c..f83889b3c4c 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -16,14 +16,14 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "حصل خطأ أثناء تعديل التعليق رقم {id}", "Error occurred while posting comment" : "حصل خطأ أثناء إرسال التعليق", "Comment" : "تعليق", - "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات", "You commented" : "قمت بكتابة تعليق", "%1$s commented" : "%1$s كتب تعليق", - "You commented on %2$s" : "انت قمت بكتابة تعليق على %2$s", "%1$s commented on %2$s" : "%1$s كتب تعليق على %2$s", + "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات", "Type in a new comment..." : "اكتب تعليق جديد...", "No other comments available" : "لا يوجد تعليقات أخرى متاحة", "More comments..." : "مزيد من التعليقات...", - "{count} unread comments" : "{count} الرسائل الغير مقروءة" + "{count} unread comments" : "{count} الرسائل الغير مقروءة", + "You commented on %2$s" : "انت قمت بكتابة تعليق على %2$s" }, "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;"); |