1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15253] Add language strings

PHPBB3-15253
This commit is contained in:
Rubén Calvo
2017-06-27 11:15:46 +02:00
parent 94ee3dc8b0
commit 8bbec30748
2 changed files with 17 additions and 8 deletions

View File

@@ -727,6 +727,15 @@ $lang = array_merge($lang, array(
'SUBJECT' => 'Subject',
'SUBMIT' => 'Submit',
'STORAGE_FILE_EXISTS' => 'File already exists.',
'STORAGE_FILE_NO_EXIST' => 'File does not exist.',
'STORAGE_CANNOT_WRITE_FILE' => 'Can not write to file.',
'STORAGE_CANNOT_READ_FILE' => 'Can not read file.',
'STORAGE_CANNOT_DELETE' => 'Can not delete file or folder.',
'STORAGE_CANNOT_RENAME' => 'Can not rename file or folder.',
'STORAGE_CANNOT_COPY' => 'Can not copy file or folder.',
'STORAGE_CANNOT_CREATE_DIR' => 'Can not create directory.',
'TB' => 'TB',
'TERMS_USE' => 'Terms of use',
'TEST_CONNECTION' => 'Test connection',