1
0

Provide language constant.

This commit is contained in:
Garvin Hicking
2014-05-22 10:49:36 +02:00
parent 8401827afb
commit e6320100e8
66 changed files with 67 additions and 2 deletions

View File

@ -1040,3 +1040,4 @@
@define('LOG_LEVEL', 'Log Level');
@define('LOG_LEVEL_DESC', 'At certain places in the Serendipity code we have placed debugging breakpoints. If this option is set to "Debug", it will write this debug output to templates_c/logs/. You should only enable this option if you are experiencing bugs in those areas, or if you are a developer. Setting this option to "Error" will enable logging PHP errors, overwriting the PHP error_log setting.');
@define('DEBUG', 'Debug');
@define('CUSTOM_CONFIG', 'Custom configuration file');