restored accidentally deleted language constants
This commit is contained in:
@ -427,6 +427,7 @@
|
||||
@define('PAGE_BROWSE_COMMENTS', 'Sivu (%s/%s), yhteensä %s kommenttia');
|
||||
@define('COMMENT_IS_DELETED', '(Comment removed)');
|
||||
@define('COMMENT_MODERATED', 'Comment #%s has successfully been set as moderated');
|
||||
@define('ACTIVE_COMMENT_SUBSCRIPTION', 'Subscribed');
|
||||
|
||||
/* ADMIN - SUBSCRIPTIONS.TPL */
|
||||
@define('EDIT_SUBSCRIPTIONS', 'Edit Subscriptions');
|
||||
@ -1278,3 +1279,5 @@
|
||||
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
|
||||
@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
|
||||
@define('PLUGIN_GROUP_ALL', 'All categories');
|
||||
@define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation');
|
||||
@define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed');
|
||||
|
Reference in New Issue
Block a user