1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/15699] Fix messages

PHPBB3-15699
This commit is contained in:
Rubén Calvo
2018-08-01 21:24:45 +02:00
committed by Ruben Calvo
parent 8cb5ea8e20
commit 9c51b3099a
2 changed files with 7 additions and 5 deletions

View File

@@ -54,8 +54,8 @@ $lang = array_merge($lang, array(
'START_UPDATING_EXPLAIN' => 'Start the storage update process',
'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.',
'SORAGE_UPDATE_REDIRECT' => 'Files of %s (%d/%d) are being moved.<br />',
'SORAGE_UPDATE_REMOVE_REDIRECT' => 'Files of old %s (%d/%d) are being removed.<br />',
'STORAGE_UPDATE_REDIRECT' => 'Files of %s (%d/%d) are being moved.<br />',
'STORAGE_UPDATE_REMOVE_REDIRECT' => 'Files of old %s (%d/%d) are being removed.<br />',
// Template progress bar
'STORAGE_UPDATE_IN_PROGRESS' => 'Storage update in progress',