1
0

New lang constant for PHP version bail

This commit is contained in:
Garvin Hicking
2014-12-15 09:58:36 +01:00
parent 48c9089f77
commit 3010116e97
65 changed files with 68 additions and 5 deletions

View File

@ -1083,3 +1083,4 @@
@define('CATEGORY_PLUGIN_SHOWALL', 'Show a link to "All categories"?');
@define('CATEGORY_PLUGIN_SHOWALL', 'If enabled, a link for the visitor to display the blog with no category restriction will be added.');
@define('SERENDIPITY_PHPVERSION_FAIL', 'Serendipity requires a PHP version >= %2$s - you are running a lower version (%1$s) and need to upgrade your PHP version. Most providers offer you to switch to newer PHP versions through their admin panels or .htaccess directives.');