Update lang.php

This commit is contained in:
vannut 2017-01-23 23:56:14 +01:00 committed by GitHub
parent 97b0bc481f
commit 6dc5a9c48b

View File

@ -200,7 +200,7 @@ return [
'invalid_path' => 'Path can contain only digits, Latin letters, spaces and the following symbols: ._-/',
'error_deleting_file' => 'Error deleting file :name.',
'error_deleting_dir_not_empty' => 'Error deleting directory :name. The directory is not empty.',
'error_deleting_dir' => 'Error deleting file :name.',
'error_deleting_dir' => 'Error deleting directory :name.',
'invalid_name' => 'Name can contain only digits, Latin letters, spaces and the following symbols: ._-',
'original_not_found' => 'Original file or directory not found',
'already_exists' => 'File or directory with this name already exists',