mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15699] Update language string
PHPBB3-15699
This commit is contained in:
parent
7b0fc16e64
commit
43fb6ebe7a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ $lang = array_merge($lang, array(
|
|||
'CONTINUE_UPDATING' => 'Continue previous update process',
|
||||
'CONTINUE_UPDATING_EXPLAIN' => 'An update process has been started. In order to access the storage settings page you will have to complete it or cancel it.',
|
||||
'STORAGE_UPDATE_REDIRECT' => 'Files of %1$s (%2$d/%3$d) are being moved.<br>',
|
||||
'STORAGE_UPDATE_REMOVE_REDIRECT' => 'Files of old %s (%d/%d) are being removed.<br />',
|
||||
'STORAGE_UPDATE_REMOVE_REDIRECT' => 'Files of old %1$s (%2$d/%3$d) are being removed.<br>',
|
||||
|
||||
// Template progress bar
|
||||
'STORAGE_UPDATE_IN_PROGRESS' => 'Storage update in progress',
|
||||
|
|
Loading…
Add table
Reference in a new issue