Added i18n for new strings
This commit is contained in:
@@ -402,13 +402,13 @@
|
||||
'title' => UPDATE_NOTIFICATION,
|
||||
'description' => UPDATE_NOTIFICATION_DESC,
|
||||
'type' => 'list',
|
||||
'default' => array('stable' => 'stable', 'beta' => 'beta', 'false' => NO ), # i18n
|
||||
'default' => array('stable' => UPDATE_STABLE, 'beta' => UPDATE_BETA, 'false' => NO),
|
||||
'permission' => 'blogConfiguration'),
|
||||
array('var' => 'logLevel',
|
||||
'title' => LOG_LEVEL,
|
||||
'description' => LOG_LEVEL_DESC,
|
||||
'type' => 'list',
|
||||
'default' => array('Off' => NO, 'error' => ERROR, 'debug' => DEBUG), # i18n
|
||||
'default' => array('Off' => NO, 'error' => ERROR, 'debug' => DEBUG),
|
||||
'permission' => 'blogConfiguration'),
|
||||
));
|
||||
|
||||
|
||||
@@ -99,3 +99,17 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@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.');
|
||||
|
||||
@@ -1041,3 +1041,17 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1079,3 +1079,17 @@ $i18n_filename_to = array (
|
||||
@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.');
|
||||
|
||||
@@ -1079,3 +1079,17 @@ $i18n_filename_to = array (
|
||||
@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.');
|
||||
|
||||
@@ -1048,3 +1048,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.');
|
||||
|
||||
@@ -1053,3 +1053,17 @@
|
||||
@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Zeigt ein (großes) Bild oberhalb der Seitenleiste. Hier kann eine volle (oder absolut referenzierte) URL eingetragen werden oder "none" für einen Textlink (bisheriger Standard)');
|
||||
@define('INSTALL_BACKENDPOPUP', 'Popups für das Backend verwenden?');
|
||||
@define('INSTALL_BACKENDPOPUP_DESC', 'Sollen im Backend Popup-Fenster eingesetzt werden? Wenn deaktiviert (standard), werden eingebettete modale Dialoge z.b. für die Mediendatenbank und die Kategorieauswahl verwendet.');
|
||||
@define('UPDATE_STABLE', 'stabil');
|
||||
@define('UPDATE_BETA', 'beta');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT', 'Feed-Format');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT_DESC', 'Hier kann das Standard-Format der Feeds gewählt werden. Beide Formate werden heutzutage von den meisten Feedreader unterstützt.');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED', 'Kommentar-Feed');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED_DESC', 'Bindet einen zusätzlichen Link zum Kommentar-Feed ein. Dies ist meist eher für die Blog-Autoren interessant.');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON', 'Feed-Icon');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON_DESC', 'Zeigt ein (großes) Bild anstelle eines Textlinks an. Auf "none" stellen um dies zu deaktivieren oder auf "feedburner" stellen, wenn bei der Verwendung von FeedBurner dessen Symbol genutzt werden soll.');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL', 'Individuelle Feed-URL aktivieren?');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL_DESC', 'Falls der Link zu der individuellen Feed-URL der globalen Konfiguration führen soll, muss diese Option aktiviert werden.');
|
||||
@define('FEED_CUSTOM', 'Individuelle Feed-URL');
|
||||
@define('FEED_CUSTOM_DESC', 'Wenn gesetzt, wird die eingetragene URL verwendet um Feedreader dorthin weiterzuleiten. Dies ist hilfreich für Statistikdienste wie z.B. Feedburner, so dass hier die Feedburner-URL des eigenen Feeds hinterlegt werden kann.');
|
||||
@define('FEED_FORCE', 'Erzwingen der individuellen Feed-URL?');
|
||||
@define('FEED_FORCE_DESC', 'Wenn aktiviert, werden alle Feedreader automatisch zu der eingetragenen individuellen Feed-URL weitergeleitet.');
|
||||
|
||||
@@ -1050,3 +1050,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.');
|
||||
|
||||
@@ -1067,3 +1067,17 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -1056,3 +1056,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.');
|
||||
|
||||
@@ -1047,3 +1047,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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -1052,3 +1052,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.');
|
||||
|
||||
@@ -1053,3 +1053,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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1047,3 +1047,17 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@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.');
|
||||
|
||||
@@ -1053,3 +1053,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.');
|
||||
|
||||
@@ -1060,3 +1060,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.');
|
||||
|
||||
@@ -1050,3 +1050,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.');
|
||||
|
||||
@@ -1052,3 +1052,17 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@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.');
|
||||
|
||||
@@ -968,3 +968,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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -1039,3 +1039,17 @@ $i18n_filename_to = array (
|
||||
@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.');
|
||||
|
||||
@@ -1048,3 +1048,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.');
|
||||
|
||||
@@ -1053,3 +1053,17 @@ $i18n_unknown = 'tw';
|
||||
@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.');
|
||||
|
||||
@@ -1053,3 +1053,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.');
|
||||
|
||||
@@ -1054,3 +1054,17 @@ $i18n_unknown = 'tw';
|
||||
@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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
+4
-4
@@ -1,4 +1,4 @@
|
||||
@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('NO_UPDATES', 'No updates available'}
|
||||
@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.');
|
||||
|
||||
@@ -99,3 +99,17 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@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.');
|
||||
|
||||
@@ -1041,3 +1041,17 @@ $i18n_filename_to = array('-', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1079,3 +1079,17 @@ $i18n_filename_to = array (
|
||||
@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.');
|
||||
|
||||
@@ -1079,3 +1079,17 @@ $i18n_filename_to = array (
|
||||
@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.');
|
||||
|
||||
@@ -1048,3 +1048,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.');
|
||||
|
||||
@@ -1053,3 +1053,17 @@
|
||||
@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Zeigt ein (großes) Bild oberhalb der Seitenleiste. Hier kann eine volle (oder absolut referenzierte) URL eingetragen werden oder "none" für einen Textlink (bisheriger Standard)');
|
||||
@define('INSTALL_BACKENDPOPUP', 'Popups für das Backend verwenden?');
|
||||
@define('INSTALL_BACKENDPOPUP_DESC', 'Sollen im Backend Popup-Fenster eingesetzt werden? Wenn deaktiviert (standard), werden eingebettete modale Dialoge z.b. für die Mediendatenbank und die Kategorieauswahl verwendet.');
|
||||
@define('UPDATE_STABLE', 'stabil');
|
||||
@define('UPDATE_BETA', 'beta');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT', 'Feed-Format');
|
||||
@define('SYNDICATION_PLUGIN_FEEDFORMAT_DESC', 'Hier kann das Standard-Format der Feeds gewählt werden. Beide Formate werden heutzutage von den meisten Feedreader unterstützt.');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED', 'Kommentar-Feed');
|
||||
@define('SYNDICATION_PLUGIN_COMMENTFEED_DESC', 'Bindet einen zusätzlichen Link zum Kommentar-Feed ein. Dies ist meist eher für die Blog-Autoren interessant.');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON', 'Feed-Icon');
|
||||
@define('SYNDICATION_PLUGIN_FEEDICON_DESC', 'Zeigt ein (großes) Bild anstelle eines Textlinks an. Auf "none" stellen um dies zu deaktivieren oder auf "feedburner" stellen, wenn bei der Verwendung von FeedBurner dessen Symbol genutzt werden soll.');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL', 'Individuelle Feed-URL aktivieren?');
|
||||
@define('SYNDICATION_PLUGIN_CUSTOMURL_DESC', 'Falls der Link zu der individuellen Feed-URL der globalen Konfiguration führen soll, muss diese Option aktiviert werden.');
|
||||
@define('FEED_CUSTOM', 'Individuelle Feed-URL');
|
||||
@define('FEED_CUSTOM_DESC', 'Wenn gesetzt, wird die eingetragene URL verwendet um Feedreader dorthin weiterzuleiten. Dies ist hilfreich für Statistikdienste wie z.B. Feedburner, so dass hier die Feedburner-URL des eigenen Feeds hinterlegt werden kann.');
|
||||
@define('FEED_FORCE', 'Erzwingen der individuellen Feed-URL?');
|
||||
@define('FEED_FORCE_DESC', 'Wenn aktiviert, werden alle Feedreader automatisch zu der eingetragenen individuellen Feed-URL weitergeleitet.');
|
||||
|
||||
@@ -1050,3 +1050,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.');
|
||||
|
||||
@@ -1067,3 +1067,17 @@ Melvin TODO [20060128]: What spanish word do we use for "referrers" ??
|
||||
@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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -1056,3 +1056,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.');
|
||||
|
||||
@@ -1047,3 +1047,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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -1052,3 +1052,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.');
|
||||
|
||||
@@ -1053,3 +1053,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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1051,3 +1051,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.');
|
||||
|
||||
@@ -1047,3 +1047,17 @@ $i18n_filename_to = array('_', 'a', 'A', 'a', 'A', 'b', 'B', 'c', 'C', 'c', 'C
|
||||
@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.');
|
||||
|
||||
@@ -1053,3 +1053,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.');
|
||||
|
||||
@@ -1060,3 +1060,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.');
|
||||
|
||||
@@ -1050,3 +1050,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.');
|
||||
|
||||
@@ -1052,3 +1052,17 @@ $i18n_filename_to = array('_', 'a', 'A', 'b', 'B', 'v', 'V', 'g', 'G', 'd', 'D
|
||||
@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.');
|
||||
|
||||
@@ -968,3 +968,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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -1039,3 +1039,17 @@ $i18n_filename_to = array (
|
||||
@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.');
|
||||
|
||||
@@ -1048,3 +1048,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.');
|
||||
|
||||
@@ -1053,3 +1053,17 @@ $i18n_unknown = 'tw';
|
||||
@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.');
|
||||
|
||||
@@ -1053,3 +1053,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.');
|
||||
|
||||
@@ -1054,3 +1054,17 @@ $i18n_unknown = 'tw';
|
||||
@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.');
|
||||
|
||||
@@ -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.');
|
||||
|
||||
@@ -40,8 +40,8 @@ class serendipity_plugin_syndication extends serendipity_plugin {
|
||||
|
||||
case 'feed_format':
|
||||
$propbag->add('type', 'radio');
|
||||
$propbag->add('name', 'Feed Format'); // i18n
|
||||
$propbag->add('description', 'Which format shall be used for all feeds. Both are supported in all common readers'); // i18n
|
||||
$propbag->add('name', SYNDICATION_PLUGIN_FEEDFORMAT);
|
||||
$propbag->add('description', SYNDICATION_PLUGIN_FEEDFORMAT_DESC);
|
||||
$propbag->add('default', 'rss');
|
||||
$propbag->add('radio', array(
|
||||
'value' => array('rss', 'atom', 'rssatom'),
|
||||
@@ -59,8 +59,8 @@ class serendipity_plugin_syndication extends serendipity_plugin {
|
||||
|
||||
case 'show_comment_feed':
|
||||
$propbag->add('type', 'boolean');
|
||||
$propbag->add('name', 'Comment Feed');
|
||||
$propbag->add('description', 'Show an additional link to a comment feed. This should be interesting only to the blogauthor itself'); // i18n
|
||||
$propbag->add('name', SYNDICATION_PLUGIN_COMMENTFEED);
|
||||
$propbag->add('description', SYNDICATION_PLUGIN_COMMENTFEED_DESC);
|
||||
$propbag->add('default', 'false');
|
||||
break;
|
||||
|
||||
@@ -78,8 +78,8 @@ class serendipity_plugin_syndication extends serendipity_plugin {
|
||||
|
||||
case 'big_img':
|
||||
$propbag->add('type', 'string');
|
||||
$propbag->add('name', 'Feed Icon'); // i18n
|
||||
$propbag->add('description', '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'); // i18n
|
||||
$propbag->add('name', SYNDICATION_PLUGIN_FEEDICON);
|
||||
$propbag->add('description', SYNDICATION_PLUGIN_FEEDICON_DESC);
|
||||
$propbag->add('default', 'templates/2k11/img/subtome.png');
|
||||
break;
|
||||
|
||||
@@ -106,8 +106,8 @@ class serendipity_plugin_syndication extends serendipity_plugin {
|
||||
|
||||
case 'custom_url':
|
||||
$propbag->add('type', 'boolean');
|
||||
$propbag->add('name', 'Custom URL'); // i18n
|
||||
$propbag->add('description', 'If you want to link to the custom feed specified in the blog configuration, enable this option.'); // i18n
|
||||
$propbag->add('name', SYNDICATION_PLUGIN_CUSTOMURL);
|
||||
$propbag->add('description', SYNDICATION_PLUGIN_CUSTOMURL_DESC);
|
||||
$propbag->add('default', '');
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user