1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 08:23:28 +02:00

[ticket/16230] Improve wording of FILESYSTEM_CANNOT_ lang strings

PHPBB3-16230
This commit is contained in:
Marc Alexander 2020-01-02 10:45:24 +01:00
parent 46b70ded94
commit 29c9621137
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -274,10 +274,10 @@ $lang = array_merge($lang, array(
'FILESYSTEM_CANNOT_CREATE_SYMLINK' => 'Unable to create a symlink',
'FILESYSTEM_CANNOT_CREATE_DIRECTORY' => 'Unable to create directory',
'FILESYSTEM_CANNOT_DELETE_FILES' => 'Unable to delete files from the system',
'FILESYSTEM_CANNOT_DUMP_FILE' => 'Unable to dump file',
'FILESYSTEM_CANNOT_DUMP_FILE' => 'Unable to dump into file',
'FILESYSTEM_CANNOT_MIRROR_DIRECTORY' => 'Unable to mirror directory',
'FILESYSTEM_CANNOT_RENAME_FILE' => 'Unable to rename a file from the system',
'FILESYSTEM_CANNOT_TOUCH_FILES' => 'Unable to determine if the file exists',
'FILESYSTEM_CANNOT_TOUCH_FILES' => 'Unable to create file or change file timestamps',
'FTP_FSOCK_HOST' => 'FTP host',
'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site.',