From 42af5b385a4c10693e4954392d60ac039d66ceaa Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:06:52 +0300 Subject: [PATCH] New translations config.php (Arabic) --- .../resources/lang/ar/config.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/addons/default/visiosoft/singlefile-field_type/resources/lang/ar/config.php b/addons/default/visiosoft/singlefile-field_type/resources/lang/ar/config.php index ab3fe977d..b8656a355 100644 --- a/addons/default/visiosoft/singlefile-field_type/resources/lang/ar/config.php +++ b/addons/default/visiosoft/singlefile-field_type/resources/lang/ar/config.php @@ -6,4 +6,18 @@ return [ 'instructions' => 'حدد المجلد المتاح لهذا الحقل. اتركه فارغاً إذا أردت عرض كل المجلدات.', 'warning' => 'صلاحيات المجلد الحالية لديهاأولوية أكثر من المجلدات المختارة.', ], + 'max' => [ + 'name' => 'Max Upload Size', + 'instructions' => 'Specify the max upload size in megabytes.', + 'warning' => 'If not specified the folder max and then server max will be used instead.', + ], + 'mode' => [ + 'name' => 'Input Mode', + 'instructions' => 'How should users provide file input?', + 'option' => [ + 'default' => 'Upload and/or select files.', + 'select' => 'Select files only.', + 'upload' => 'Upload files only.', + ], + ], ];