1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15305] Add streams

PHPBB3-15305
This commit is contained in:
Rubén Calvo
2017-08-07 11:58:58 +02:00
parent c17db782f8
commit 8ffb14b305
4 changed files with 87 additions and 0 deletions

View File

@@ -736,6 +736,8 @@ $lang = array_merge($lang, array(
'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.',
'STORAGE_CANNOT_OPEN_FILE' => 'Can not open file.',
'STORAGE_CANNOT_CREATE_FILE' => 'Can not create file.',
'TB' => 'TB',
'TERMS_USE' => 'Terms of use',