diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Maintenance/UpdateTheme.php | 2 | ||||
-rw-r--r-- | core/l10n/ar.js | 2 | ||||
-rw-r--r-- | core/l10n/ar.json | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/core/Command/Maintenance/UpdateTheme.php b/core/Command/Maintenance/UpdateTheme.php index 9be29f885a7..ce13215e05e 100644 --- a/core/Command/Maintenance/UpdateTheme.php +++ b/core/Command/Maintenance/UpdateTheme.php @@ -61,6 +61,6 @@ class UpdateTheme extends UpdateJS { // cleanup image cache $c = $this->cacheFactory->createDistributed('imagePath'); $c->clear(''); - $output->writeln('<info>Image cache cleared'); + $output->writeln('<info>Image cache cleared</info>'); } } diff --git a/core/l10n/ar.js b/core/l10n/ar.js index c07bd79147c..5f413716928 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -192,6 +192,7 @@ OC.L10N.register( "Press Ctrl-C to copy." : "للنسخ إضغط على CTRL+C.", "Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة", "Link" : "الرابط", + "Hide download" : "إخفاء التنزيل", "Password protect" : "حماية كلمة السر", "Allow editing" : "السماح بالتعديلات", "Email link to person" : "ارسل الرابط بالبريد الى صديق", @@ -201,6 +202,7 @@ OC.L10N.register( "Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية", "Expiration" : "إنتهاء", "Expiration date" : "تاريخ إنتهاء الصلاحية", + "Note to recipient" : "ملاحظة للمستلم", "Unshare" : "إلغاء مشاركة", "Add another link" : "إضافة رابط آخر", "Share to {name}" : "تمت مشاركته مع {name}", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index a1d71887452..e27ecd6d295 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -190,6 +190,7 @@ "Press Ctrl-C to copy." : "للنسخ إضغط على CTRL+C.", "Resharing is not allowed" : "لا يسمح بعملية إعادة المشاركة", "Link" : "الرابط", + "Hide download" : "إخفاء التنزيل", "Password protect" : "حماية كلمة السر", "Allow editing" : "السماح بالتعديلات", "Email link to person" : "ارسل الرابط بالبريد الى صديق", @@ -199,6 +200,7 @@ "Set expiration date" : "تعيين تاريخ إنتهاء الصلاحية", "Expiration" : "إنتهاء", "Expiration date" : "تاريخ إنتهاء الصلاحية", + "Note to recipient" : "ملاحظة للمستلم", "Unshare" : "إلغاء مشاركة", "Add another link" : "إضافة رابط آخر", "Share to {name}" : "تمت مشاركته مع {name}", |