diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-23 01:13:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-23 01:13:30 +0000 |
commit | ca4abe8da6dbb6e841da1e06b9895128d54fe269 (patch) | |
tree | 6b2068cc12ccfab9252d7d68955dc6d4c5eac274 /apps/comments/l10n/ar.js | |
parent | a966d7f9caeb3116024454ec44c45923ada85ad7 (diff) | |
download | nextcloud-server-ca4abe8da6dbb6e841da1e06b9895128d54fe269.tar.gz nextcloud-server-ca4abe8da6dbb6e841da1e06b9895128d54fe269.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ar.js')
-rw-r--r-- | apps/comments/l10n/ar.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 57a9f1d9e85..85c1031a5a7 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.js @@ -20,7 +20,6 @@ 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> على الملفات", - "Unknown user" : "مستخدم غير معروف" + "<strong>Comments</strong> for files" : "<strong>تعليقات</strong> على الملفات" }, "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;"); |