mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
New translations config.php (Persian)
This commit is contained in:
parent
686a5e69ce
commit
e722144d1a
@ -0,0 +1,23 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'folders' => [
|
||||||
|
'name' => 'Folders',
|
||||||
|
'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.',
|
||||||
|
'warning' => 'Existing folder permissions take precedence over selected folders.',
|
||||||
|
],
|
||||||
|
'max' => [
|
||||||
|
'name' => 'Max Upload Size',
|
||||||
|
'instructions' => 'Specify the max upload size in <strong>megabytes</strong>.',
|
||||||
|
'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.',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user