10 lines
110 B
PHP
10 lines
110 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'messages' => [
|
|
'uploading_file' => 'Загрузка файла...',
|
|
],
|
|
|
|
];
|