diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-25 02:19:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-25 02:19:28 +0000 |
commit | d92c5f78cec5465833fa78b6f8494fb42041999f (patch) | |
tree | 85d449b4c9f69b7a3962f5df82dcf974da81d540 /apps/theming/l10n/ar.js | |
parent | 28f41059051afaf665e80e69ea2e90251aa1662e (diff) | |
download | nextcloud-server-d92c5f78cec5465833fa78b6f8494fb42041999f.tar.gz nextcloud-server-d92c5f78cec5465833fa78b6f8494fb42041999f.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n/ar.js')
-rw-r--r-- | apps/theming/l10n/ar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/l10n/ar.js b/apps/theming/l10n/ar.js index 920b5be54ea..4293364d630 100644 --- a/apps/theming/l10n/ar.js +++ b/apps/theming/l10n/ar.js @@ -45,7 +45,6 @@ OC.L10N.register( "Pick from Files" : "اختر من الملفات", "Custom color" : "لون خاص", "Plain background" : "خلفية سادة", - "Insert from {productName}" : "اضف من {productName}", "Reset to default" : "اعادة تعيين الافتراضيات", "Upload" : "تحميل", "Remove background image" : "إزالة صورة الخلفية", @@ -53,6 +52,7 @@ OC.L10N.register( "Admin" : "ادارة", "Open documentation" : "فتح الدليل", "Login image" : "صورة الدخول", - "Upload new login background" : "تحميل خلفية جديدة للدخول" + "Upload new login background" : "تحميل خلفية جديدة للدخول", + "Insert from {productName}" : "اضف من {productName}" }, "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;"); |