[ticket/12602] Fix internationalisation of cron_list.php

PHPBB3-12602
This commit is contained in:
Etienne Baroux 2014-06-05 09:12:44 +02:00
parent 442e12828b
commit f119e060b7

View file

@ -303,6 +303,8 @@ $lang = array_merge($lang, array(
'SHOW_ALL_OPERATIONS' => 'Show all operations', 'SHOW_ALL_OPERATIONS' => 'Show all operations',
'TASKS_NOT_READY' => 'Not ready tasks:',
'TASKS_READY' => 'Ready tasks:',
'TOTAL_SIZE' => 'Total size', 'TOTAL_SIZE' => 'Total size',
'UCP' => 'User Control Panel', 'UCP' => 'User Control Panel',