1
0

Add missing constants

This commit is contained in:
Garvin Hicking
2014-08-04 13:36:18 +02:00
parent 938d7144c5
commit b85e007b85
65 changed files with 195 additions and 4 deletions

View File

@ -1062,3 +1062,6 @@
@define('FEED_CUSTOM_DESC', 'If set, a custom feed URL can be set to forward Feedreaders to a specific URL. Useful for statistical analyzers like Feedburner, in which case you would enter your Feedburner-URL here.');
@define('FEED_FORCE', 'Force custom feed URL?');
@define('FEED_FORCE_DESC', 'If enabled, the URL entered above will be mandatory for Feedreaders, and your usual feed cannot be accessed from clients.');
@define('NO_UPDATES', 'No plugin updates are available');
@define('PLUGIN_GROUP_ALL', 'All categories');