mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/15255] Move language strings from acp/common to common
PHPBB3-15255
This commit is contained in:
@@ -157,7 +157,6 @@ $lang = array_merge($lang, array(
|
||||
'BYTES_SHORT' => 'B',
|
||||
|
||||
'CANCEL' => 'Cancel',
|
||||
'CANNOT_RENAME_FILE' => 'Cannot rename %s',
|
||||
'CHANGE' => 'Change',
|
||||
'CHANGE_FONT_SIZE' => 'Change font size',
|
||||
'CHANGING_PREFERENCES' => 'Changing board preferences',
|
||||
@@ -268,6 +267,17 @@ $lang = array_merge($lang, array(
|
||||
'FSOCK_DISABLED' => 'The operation could not be completed because the <var>fsockopen</var> function has been disabled or the server being queried could not be found.',
|
||||
'FSOCK_TIMEOUT' => 'A timeout occurred while reading from the network stream.',
|
||||
|
||||
'FILESYSTEM_CANNOT_CHANGE_FILE_GROUP' => 'Unable to change file group',
|
||||
'FILESYSTEM_CANNOT_CHANGE_FILE_PERMISSIONS' => 'Unable to change file permissions',
|
||||
'FILESYSTEM_CANNOT_COPY_FILES' => 'Unable to copy files',
|
||||
'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_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',
|
||||
|
||||
'FTP_FSOCK_HOST' => 'FTP host',
|
||||
'FTP_FSOCK_HOST_EXPLAIN' => 'FTP server used to connect your site.',
|
||||
'FTP_FSOCK_PASSWORD' => 'FTP password',
|
||||
|
Reference in New Issue
Block a user