diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-15 01:12:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-15 01:12:49 +0000 |
commit | 49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5 (patch) | |
tree | be251c41f9e373cb497706f33d18490132867650 /apps/files/l10n/ar.js | |
parent | f3dc0d32dbcc9568321d3442a7bd9f0c3f179cee (diff) | |
download | nextcloud-server-49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5.tar.gz nextcloud-server-49a0ea01e53be89c4a8bccf26e2327f6f5c41fc5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ar.js')
-rw-r--r-- | apps/files/l10n/ar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 08760cbecd9..5ecb46be549 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -98,7 +98,6 @@ OC.L10N.register( "Settings" : "الإعدادات", "Show hidden files" : "عرض الملفات المخفية", "WebDAV" : "WebDAV", - "Cancel upload" : "إلغاء الرفع", "No files in here" : "لا يوجد ملفات هنا ", "Upload some content or sync with your devices!" : "ارفع بعض المحتوي او زامن مع اجهزتك !", "No entries found in this folder" : "لا يوجد مدخلات في هذا المجلد ", @@ -110,6 +109,7 @@ OC.L10N.register( "Deleted files" : "الملفات المحذوفة", "Text file" : "ملف نصي", "New text file.txt" : "ملف نصي جديد fille.txt", - "Target folder" : "المجلد الهدف" + "Target folder" : "المجلد الهدف", + "Cancel upload" : "إلغاء الرفع" }, "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;"); |