1
0

Added i18n for new strings

This commit is contained in:
Garvin Hicking
2014-07-25 10:22:20 +02:00
parent da1bf30532
commit c920aff4c7
67 changed files with 910 additions and 14 deletions

View File

@ -402,13 +402,13 @@
'title' => UPDATE_NOTIFICATION,
'description' => UPDATE_NOTIFICATION_DESC,
'type' => 'list',
'default' => array('stable' => 'stable', 'beta' => 'beta', 'false' => NO ), # i18n
'default' => array('stable' => UPDATE_STABLE, 'beta' => UPDATE_BETA, 'false' => NO),
'permission' => 'blogConfiguration'),
array('var' => 'logLevel',
'title' => LOG_LEVEL,
'description' => LOG_LEVEL_DESC,
'type' => 'list',
'default' => array('Off' => NO, 'error' => ERROR, 'debug' => DEBUG), # i18n
'default' => array('Off' => NO, 'error' => ERROR, 'debug' => DEBUG),
'permission' => 'blogConfiguration'),
));