Added i18n for new strings
This commit is contained in:
@ -1049,3 +1049,17 @@
|
||||
@define('SYNDICATE_THIS_BLOG', 'Subscribe');@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file. Set to "none" to show a textlink (the old default)');
|
||||
@define('INSTALL_BACKENDPOPUP', 'Enable use of popup windows for the backend');
|
||||
@define('INSTALL_BACKENDPOPUP_DESC', 'Do you want to use popup windows for some backend functionality? When disabled (default), inline modal dialogs will be used for e.g. the category selector and media library.');
|
||||
@define('UPDATE_STABLE', 'stable');
|
||||
@define('UPDATE_BETA', 'beta');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT', 'Feed format');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT_DESC', 'Which format shall be used for all feeds. Both are supported in all common readers');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED', 'Comment feed');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED_DESC', 'Show an additional link to a comment feed. This should be interesting only to the blogauthor itself');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON', 'Feed icon');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON_DESC', 'Show a (big) icon insteaf of a textlink to the feed. Set to "none" to deactivate, or to "feedburner" to show a feedburner counter if an id is given below');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL', 'Custom URL');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL_DESC', 'If you want to link to the custom feed specified in the blog configuration, enable this option.');
|
||||
@define('FEED_CUSTOM', 'Custom feed URL');
|
||||
@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.');
|
||||
|
Reference in New Issue
Block a user