1
0

change enablePopup description to clarify, added new lang constants

This commit is contained in:
Garvin Hicking
2014-06-12 15:52:17 +02:00
parent 7f24732078
commit cbcb4ef59a
65 changed files with 196 additions and 7 deletions

View File

@ -1044,3 +1044,6 @@
@define('CUSTOM_CONFIG', 'Custom configuration file');
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
@define('SYNDICATION_PLUGIN_SUBTOME', 'subToMe');
@define('SYNDICATION_PLUGIN_SUBTOME_DESC', 'Show the subToMe button, a layer to make feed subscription easier');
@define('SYNDICATE_THIS_BLOG', 'Subscribe');