mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12602] Fix language key removal.
PHPBB3-12602
This commit is contained in:
parent
347de7f060
commit
088ce641be
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ $lang = array_merge($lang, array(
|
||||||
'CONFIG_UPDATED' => 'Configuration updated successfully.',
|
'CONFIG_UPDATED' => 'Configuration updated successfully.',
|
||||||
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
|
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
|
||||||
'CRON_NO_SUCH_TASK' => 'Could not find cron task “%s”.',
|
'CRON_NO_SUCH_TASK' => 'Could not find cron task “%s”.',
|
||||||
|
'CRON_NO_TASK' => 'No cron tasks need to be run right now.',
|
||||||
'CRON_NO_TASKS' => 'No cron tasks could be found.',
|
'CRON_NO_TASKS' => 'No cron tasks could be found.',
|
||||||
|
|
||||||
'DEACTIVATE' => 'Deactivate',
|
'DEACTIVATE' => 'Deactivate',
|
||||||
|
|
Loading…
Add table
Reference in a new issue