1
0
This commit is contained in:
Garvin Hicking
2014-05-28 10:38:04 +02:00
parent 0d43f5dea7
commit d1881e474f
65 changed files with 65 additions and 1 deletions

View File

@ -1042,3 +1042,4 @@
@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');
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');