my-projects-website/app/application/lang/ru/storage.php

8 lines
363 B
PHP
Raw Normal View History

2024-04-11 19:43:01 +05:00
<?php
return [
'Trying to upload a wrong image' => 'Попытка загрузить не картинку!',
'File_not_found' => 'Файл не найден.',
'Attempt to replace a file' => 'Попытка подменить файл.',
'Wrong file type' => 'Неправильный тип файла.',
];