Fix English language fallback.
This commit is contained in:
parent
626af897bc
commit
33a98547a7
@ -15,16 +15,16 @@ if (!defined('serendipity_LANG_LOADED') || serendipity_LANG_LOADED !== true) {
|
||||
if (isset($serendipity['useTemplateLanguage']) && $serendipity['useTemplateLanguage'] === true) {
|
||||
if (defined('S9Y_DATA_PATH')) {
|
||||
@include_once (S9Y_DATA_PATH . 'templates/' . $serendipity['template'] . '/UTF-8/lang_' . $serendipity['lang'] . '.inc.php');
|
||||
@include_once (S9Y_DATA_PATH . 'templates/' . $serendipity['template'] . '/lang_en.inc.php');
|
||||
@include_once (S9Y_DATA_PATH . 'templates/' . $serendipity['template'] . '/UTF-8/lang_en.inc.php');
|
||||
|
||||
@include_once (S9Y_DATA_PATH . 'templates/' . $serendipity['template_backend'] . '/UTF-8/lang_' . $serendipity['lang'] . '.inc.php');
|
||||
@include_once (S9Y_DATA_PATH . 'templates/' . $serendipity['template_backend'] . '/lang_en.inc.php');
|
||||
@include_once (S9Y_DATA_PATH . 'templates/' . $serendipity['template_backend'] . '/UTF-8/lang_en.inc.php');
|
||||
} else {
|
||||
@include_once (S9Y_INCLUDE_PATH . 'templates/' . $serendipity['template'] . '/UTF-8/lang_' . $serendipity['lang'] . '.inc.php');
|
||||
@include_once (S9Y_INCLUDE_PATH . 'templates/' . $serendipity['template'] . '/lang_en.inc.php');
|
||||
@include_once (S9Y_INCLUDE_PATH . 'templates/' . $serendipity['template'] . '/UTF-8/lang_en.inc.php');
|
||||
|
||||
@include_once (S9Y_INCLUDE_PATH . 'templates/' . $serendipity['template_backend'] . '/UTF-8/lang_' . $serendipity['lang'] . '.inc.php');
|
||||
@include_once (S9Y_INCLUDE_PATH . 'templates/' . $serendipity['template_backend'] . '/lang_en.inc.php');
|
||||
@include_once (S9Y_INCLUDE_PATH . 'templates/' . $serendipity['template_backend'] . '/UTF-8/lang_en.inc.php');
|
||||
}
|
||||
}
|
||||
|
||||
|
13
plugins/serendipity_event_bbcode/UTF-8/lang_en.inc.php
Normal file
13
plugins/serendipity_event_bbcode/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_BBCODE_NAME', 'Markup: BBCode');
|
||||
@define('PLUGIN_EVENT_BBCODE_DESC', 'Markup text using BBCode');
|
||||
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> format allowed');
|
||||
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Use target="blank" for links?');
|
||||
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_CREATIVECOMMONS_NAME', 'Creative Commons License');
|
||||
@define('PLUGIN_CREATIVECOMMONS_DESC', 'Choose and display a creative commons license for your content');
|
||||
@define('PLUGIN_CREATIVECOMMONS_TXT', 'Show text?');
|
||||
@define('PLUGIN_CREATIVECOMMONS_TXT_DESC', 'For visible notifications of license status, show a brief explanation of your license choice.');
|
||||
@define('PLUGIN_CREATIVECOMMONS_CAP', 'Original content in this work is licensed under a <a href="#license_uri#">Creative Commons License</a>');
|
||||
@define('PLUGIN_CREATIVECOMMONS_CAP_PD', 'Original content in this work is dedicated to the <a href="#license_url#}">Public Domain</a>');
|
||||
// @define('PLUGIN_CREATIVECOMMONS_BY', 'Require attribution?');
|
||||
// @define('PLUGIN_CREATIVECOMMONS_BY_DESC', 'The licensor permits others to copy, distribute, display, and perform the work. In return, licensees must give the original author credit.');
|
||||
@define('PLUGIN_CREATIVECOMMONS_NC', 'Allow commercial uses of your work?');
|
||||
@define('PLUGIN_CREATIVECOMMONS_NC_DESC', 'The licensor permits others to copy, distribute, display, and perform the work. In return, licensees may not use the work for commercial purposes -- unless they get the licensor\'s permission.');
|
||||
@define('PLUGIN_CREATIVECOMMONS_ND', 'Allow modifications of your work?');
|
||||
@define('PLUGIN_CREATIVECOMMONS_ND_DESC', 'The licensor permits others to copy, distribute, display and perform only unaltered copies of the work -- not derivative works based on it.');
|
||||
@define('PLUGIN_CREATIVECOMMONS_SA_DESC', 'Yes, as long as others share alike');
|
||||
@define('PLUGIN_CREATIVECOMMONS_VERSION', 'License version');
|
||||
@define('PLUGIN_CREATIVECOMMONS_VERSION_DESC', 'Select which numbered version of the license you want to use.');
|
||||
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_GENERIC', 'generic');
|
||||
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_SMALL', 'small');
|
||||
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_BIG', 'big');
|
||||
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE', 'Image variant');
|
||||
@define('PLUGIN_CREATIVECOMMONS_IMAGETYPE_DESC', 'Select which type of image to display.');
|
||||
|
16
plugins/serendipity_event_emoticate/UTF-8/lang_en.inc.php
Normal file
16
plugins/serendipity_event_emoticate/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Markup: Emoticate');
|
||||
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Convert standard emoticons into graphic images');
|
||||
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Standard emoticons like :-) and ;-) are converted to images.');
|
||||
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'File extension');
|
||||
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'The file extension of your emoticons. This is case sensitive.');
|
||||
|
||||
@define('PLUGIN_EVENT_EMOTICATE_EXAMPLE_EXTEND_DESC', 'You may extend this by your own added emoticon images in "/templates/yourTheme/img/emoticons/*" and furthermore even with a configuration file "emoticons.inc.php" added to your themes root. A copy example of this <a href="%s" target="_blank">file</a> is added in this plugin directory here. The additional serendipity_event_emoticonchooser plugin extends this to get a clickable list of alle defined emoticons where possible.');
|
||||
|
@ -0,0 +1,48 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_TITLE', 'Extended properties for entries');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_DESC', '(cache, non-public articles, sticky posts)');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_STICKYPOSTS', 'Mark this entry as a Sticky Post');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS', 'Entries can be read by');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS_PRIVATE', 'Myself');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS_MEMBERS', 'Co-authors');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS_PUBLIC', 'Everyone');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE', 'Allow to cache entries?');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_DESC', 'If enabled, a cached version will be generated on every saving. Caching will increase performance, but maybe decrease flexibility for other plugins.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTY_BUILDCACHE', 'Build cached entries');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_FETCHNEXT', 'Fetching next batch of entries...');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_FETCHNO', 'Fetching entries %d to %d');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_BUILDING', 'Building cache for entry #%d, <em>%s</em>...');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHED', 'Entry cached.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_DONE', 'Entry caching completed.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_ABORTED', 'Entry caching ABORTED.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_TOTAL', ' (totalling %d entries)...');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_NL2BR', 'Disable automatic word wrap');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_NO_FRONTPAGE', 'Hide from article overview / frontpage');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_GROUPS', 'Use group-based restrictions');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_GROUPS_DESC', 'If enabled, you can define which users of a usergroup may be able to read entries. This option has a large impact on the performance of your article overview. Only enable this if you are really going to use this feature.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_USERS', 'Use user-based restrictions');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_USERS_DESC', 'If enabled, you can define which specific users may be able to read entries. This option has a large impact on the performance of your article overview. Only enable this if you are really going to use this feature.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_HIDERSS', 'Hide content in RSS');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_HIDERSS_DESC', 'If enabled, the content of this entry will not be shown inside the RSS feed(s).');
|
||||
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS', 'Custom Fields');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC1', 'Additional custom fields can be used in your theme at places where you want them to show up. For that, edit your entries.tpl template file and place Smarty tags like {$entry.properties.ep_MyCustomField} in the HTML where you like. Note the prefix ep_ for each field. ');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC2', 'Here you can enter a list of commaseparated field names that you can use to enter for every entry - do not use special characters or spaces for those fieldnames. Example: "Customfield1, Customfield2". ' . PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC1);
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC3', 'The list of available custom fields can be changed in the <a href="%s" target="_blank" title="' . PLUGIN_EVENT_ENTRYPROPERTIES_TITLE . '">plugin configuration</a>.');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC4', 'You can enter the default setting for each field by using "Customfield1:Default value1, Customfield2:Default value2". If you need to use the special characters ":" and "," within the default value, put an \\ backslash before them, like "Customfield1:I want\\:Coookies\\, Muffins and Sausages,Customfield2:I am satisfied". For better readability, you can put a newline in front of each custom field, if you like.');
|
||||
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_DISABLE_MARKUP', 'Disable Markup plugins for this entry:');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_EXTJOINS', 'Use extended database lookups');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_EXTJOINS_DESC', 'If enabled, additional SQL queries will be issued to be able to use sticky entries, hidden entries and removed entries from the frontpage. If those are not needed, disabling this feature can improve performance.');
|
||||
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_SEQUENCE', 'Entry editing screen');
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_SEQUENCE_DESC', 'Here you can choose, which elements and in which order the plugin should show its input fields in the entry editing process.');
|
||||
|
||||
@define('PLUGIN_EVENT_ENTRYPROPERTIES_MULTI_AUTHORS', 'Multiple authors');
|
65
plugins/serendipity_event_gravatar/UTF-8/lang_en.inc.php
Normal file
65
plugins/serendipity_event_gravatar/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,65 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_NAME', 'Avatar Plugin');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_DESC', 'Show avatars inside comments. Gravatars, Pavatars, Favatars, Twitter, Identica and MyBlogLog avatars are supported.');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_USE_SMARTY', 'Produce smarty tag');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_USE_SMARTY_DESC', 'If this option is switched on, the avatar images are not written directly into the comment output but a smarty tag {$comment.avatar} is produced. Only templates, that support this smarty tag, will display the avatar, if this option is set to true. The best way is to try it, if your template supports this smarty tag.');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_DEFAULTAVATAR', 'Default Avatar image');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_SIZE', 'Image size');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING', 'Gravatar rating');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING_NO', 'No rating');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING_G', 'General (G)');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING_R', 'Restricted (R)');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING_PG', 'Parental Guidance (PG)');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING_X', 'Explicit (X)');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_METHOD_DEFAULT', 'Defaultavatar');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_DEFAULTAVATAR_DESC', 'What is the URL to your default avatar image? Please enter here the absulute or relative URL based from your servers URL. ATTENTION! To have the default avatar displayed, one mthod has to be set to "' . PLUGIN_EVENT_GRAVATAR_METHOD_DEFAULT . '".');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_SIZE_DESC', 'Maximum size of the avatar picture (in pixels)');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RATING_DESC', 'Picture Rating');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_CACHING', 'Caching time');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_CACHING_DESC', 'If you want to cache the avatars (recommended!), enter the amount of hours the images will be fetched from your own host instead of contacting the external service. Bear in mind that this will cause traffic on your host. The advantage of caching is to relax traffic for the external service and to be a bit more independent of this central service. "0" disables caching.');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_ALIGN', 'Alignment');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_ALIGN_DESC', 'This option configures the alignment of the avatar, if the smarty tag option is not used. For smarty tags you have to do the alignment using the CSS class of the avatar.');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_ALIGN_LEFT', 'left');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_ALIGN_RIGHT', 'right');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_ALIGN_NONE', 'no alignment');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RECENT_ENTRIES', 'Use in sidebar');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_RECENT_ENTRIES_DESC','Should avatar images be shown in the recent comments sidebar, too?');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_INFOLINE', 'Show avatar type info');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_INFOLINE_DESC', 'If switched on an infoline is displayed below the comment box which types of avatars are supported at the moment.');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_METHOD', 'Load avatar via');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_METHOD_DESC', 'If previous fails, try this one. The types "' . PLUGIN_EVENT_GRAVATAR_METHOD_DEFAULT . '", "Monster ID", "Wavatar", "Identicon" and "---" will never fail. Everything below this methods won\'t be tried!');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_SUPPORTED', '%s author images supported.');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_AUTOR_ALT', 'Authorname in ALT attribute');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_AUTOR_ALT_DESC', 'Normaly the authors name is displayed in the TITLE attribute of the avatar image, the ALT attribute is filled with an *. This prevents destroying the layout, when the browser is not able to load the image. But for blind people the ALT attribute is read, so if you want to support them, switch this option on.');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_LONG_DESCRIPTION', '<b><a href="http://www.gravatar.com" target="_blank">Gravatars</a></b> are central-served avatar images by email, ' .
|
||||
'<b><a href="http://www.peej.co.uk/projects/favatars.html" target="_blank">Favatars</a></b> are favicons of the writer\'s site, ' .
|
||||
'<b><a href="http://www.pavatar.com" target="_blank">Pavatars</a></b> are images at the writer\'s site, ' .
|
||||
'<b><a href="http://twitter.com" target="_blank">Twitter</a></b> loads twitter profile images, ' .
|
||||
'<b><a href="http://identi.ca" target="_blank">Identica</a></b> loads identi.ca profile images, ' .
|
||||
'<b><a href="http://www.mybloglog.com" target="_blank">MyBlogLog avatars</a></b> are central-served avatar images again and ' .
|
||||
'<b><a href="http://www.splitbrain.org/go/monsterid" target="_blank">Monster ID</a></b>, <b><a href="http://scott.sherrillmix.com/blog/blogger/wp_identicon/" target="_blank">Identicon</a></b> and <b><a href="http://www.shamusyoung.com/twentysidedtale/?p=1462" target="_blank">Wavatar</a></b> Avatare are localy created monster images unique for each writer.');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_EXTLING_WARNING', '<font color="red">CAUTION!</font> This plugin has to be executed before any plugin changing links (like i.e. the exit tracking plugin)! ' .
|
||||
'<font color="red">Else Pavatars, Favatars and MayBlogLog avatars won\'t work!</font>');
|
||||
|
||||
@define('PLUGIN_EVENT_GRAVATAR_FALLBACK', 'Gravatar fallback');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_FALLBACK_DESC', 'Gravatar implements some fallback methods in case, no Gravatar is known for the user. It implements also Moster ID, Identicon and Wavatar. If you choose one of these, no further method after Gravatar is evaluated, if the user entered an email.');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_FALLBACK_ALLWAYS', 'Gravatar always fallback');
|
||||
@define('PLUGIN_EVENT_GRAVATAR_FALLBACK_ALLWAYS_DESC', 'Use Gravatar fallbacks even if the user didn\'t enter an email (but an url or a name)');
|
||||
|
28
plugins/serendipity_event_mailer/UTF-8/lang_en.inc.php
Normal file
28
plugins/serendipity_event_mailer/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_MAILER_NAME', 'Send entries via E-Mail');
|
||||
@define('PLUGIN_EVENT_MAILER_DESC', 'Let you send a newly created entry via E-Mail to a specific address');
|
||||
@define('PLUGIN_EVENT_MAILER_RECIPIENT', 'Mail recipient');
|
||||
@define('PLUGIN_EVENT_MAILER_RECIPIENTDESC', 'E-Mail address you want to send the entries to (suggested: a mailing list)');
|
||||
@define('PLUGIN_EVENT_MAILER_LINK', 'Mail link to article?');
|
||||
@define('PLUGIN_EVENT_MAILER_LINKDESC', 'Include a link to the article in the mail.');
|
||||
@define('PLUGIN_EVENT_MAILER_STRIPTAGS', 'Remove HTML?');
|
||||
@define('PLUGIN_EVENT_MAILER_STRIPTAGSDESC', 'Remove HTML-Tags from the mail.');
|
||||
@define('PLUGIN_EVENT_MAILER_CONVERTP', 'Convert HTML-paragraphs to newlines?');
|
||||
@define('PLUGIN_EVENT_MAILER_CONVERTPDESC', 'Adds a newline after each HTML paragraph. This is very useful if you enable HTML removing, so that your paragraphs can be kept if not manually entered.');
|
||||
@define('PLUGIN_EVENT_MAILER_RECIPIENTS', 'Mail recipient (seperate multiple recipients with a space)');
|
||||
@define('PLUGIN_EVENT_MAILER_NOTSENDDECISION', 'This entry was not sent via E-Mail because you decided to not send it.');
|
||||
@define('PLUGIN_EVENT_MAILER_SENDING', 'Sending');
|
||||
@define('PLUGIN_EVENT_MAILER_ISTOSENDIT', 'Send this entry via E-Mail');
|
||||
@define('PLUGIN_EVENT_MAILER_SENDTOALL', 'Send to all authors');
|
||||
@define('PLUGIN_EVENT_MAILER_KEEPSTRIPTAGS', 'Keep images and hyperlinks when removing html?');
|
||||
@define('PLUGIN_EVENT_MAILER_KEEPSTRIPTAGSDESC', 'Only applies when removing HTML-tags from the mail. If enabled, images and hyperlinks will be put inside the text, when disabled those placeholders will also be removed.');
|
||||
@define('PLUGIN_EVENT_MAILER_FORCESEND', 'Forces sending an E-Mail on save');
|
||||
@define('PLUGIN_EVENT_MAILER_FORCESEND_DESC', 'By default, E-Mails are only sent when publishing an entry for the first time');
|
||||
@define('PLUGIN_EVENT_MAILER_MAILTEXT', 'Optional custom text to prepend to the E-Mail (like a greeting or explaining why this entry is being mailed)');
|
22
plugins/serendipity_event_nl2br/UTF-8/lang_en.inc.php
Normal file
22
plugins/serendipity_event_nl2br/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', 'Markup: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', 'Convert newlines to BR tags. Basic functionality: converts newlines to <br> tags. Extended functionality: parse the text into <p> tags in regard of the html syntax like p tags only where they are allowed, automatically ingnore for preformatted text inside <pre> tags or inside <style> or <svg> tags');
|
||||
@define('PLUGIN_EVENT_NL2BR_CHECK_MARKUP', 'Check other markup plugins?');
|
||||
@define('PLUGIN_EVENT_NL2BR_CHECK_MARKUP_DESC', 'Automaticly check existing markup plugins to disable the use of NL2BR plugin. This is true, when WYSIWYG or specific markup plugins are detected.');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS', 'A list of user defined HTML-tags where no breaks shall be converted, if using P-Tags');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS_DESC', 'Suggestion: "nl". Seperate multiple tags with a comma. Hint: The entered tags are evaluated as regular expressions.');
|
||||
@define('PLUGIN_EVENT_NL2BR_PTAGS', 'Use P-Tags');
|
||||
@define('PLUGIN_EVENT_NL2BR_PTAGS_DESC', 'Insert p-tags instead of br.');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOBR_TAG', 'ISOBR isolations-default BR setting');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOBR_TAG_DESC', 'With this newly added NON-HTML-Tag <nl> </nl>, as a NL2BR Isolations-Default setting, you can use the NL2BR function now by shutting down the parsing inside this tag. You can use it multiple times inside your entry, but not nested! Example: <nl>do not parse newline to br inside</nl>');
|
||||
@define('PLUGIN_EVENT_NL2BR_CLEANTAGS', 'Use BR-Clean-Tags as fallback, when ISOBR false');
|
||||
@define('PLUGIN_EVENT_NL2BR_CLEANTAGS_DESC', 'If using <HTML-Tags> in you entries, which can\'t be solved satisfiable with the ISOBR Config-Option, remove nl2br after <tag>. This applies to all <tags> ending with > or >\n! Default (table|thead|tbody|tfoot|th|tr|td|caption|colgroup|col|ol|ul|li|dl|dt|dd)');
|
||||
@define('PLUGIN_EVENT_NL2BR_CONFIG_ERROR', 'Config missmatch alert! The Option: "%s" is set back to false, while \'%s\' is active! Just use one of them, please.');
|
||||
|
12
plugins/serendipity_event_s9ymarkup/UTF-8/lang_en.inc.php
Normal file
12
plugins/serendipity_event_s9ymarkup/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_S9YMARKUP_NAME', 'Markup: Serendipity');
|
||||
@define('PLUGIN_EVENT_S9YMARKUP_DESC', 'Apply basic serendipity markup to entry text');
|
||||
@define('PLUGIN_EVENT_S9YMARKUP_TRANSFORM', 'Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.');
|
||||
|
159
plugins/serendipity_event_spamblock/UTF-8/lang_en.inc.php
Normal file
159
plugins/serendipity_event_spamblock/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,159 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TITLE', 'Spam Protector');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_DESC', 'A variety of methods to prevent comment spam');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_BODY', 'Spam Prevention: Invalid message.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_IP', 'Spam Prevention: You cannot post a comment so soon after submitting another one.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_KILLSWITCH', 'This blog is in "Emergency Comment Blockage Mode", please come back another time');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_BODYCLONE', 'Do not allow duplicate comments');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_BODYCLONE_DESC', 'Do not allow users to submit a comment which contains the same body as an already submitted comment');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_KILLSWITCH', 'Emergency comment shutdown');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_KILLSWITCH_DESC', 'Temporarily disable comments for all entries. Useful if your blog is under spam attack.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_IPFLOOD', 'IP block interval');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_IPFLOOD_DESC', 'Only allow an IP to submit a comment every n minutes. Useful to prevent comment floods.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS', 'Enable Captchas');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_DESC', 'Will force the user to input a random string displayed in a specially crafted image. This will disallow automated submits to your blog. Please remember that people with decreased vision may find it hard to read those captchas.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC', 'To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC2', 'Enter the string you see here in the input box!');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC3', 'Enter the string from the spam-prevention image above: ');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_CAPTCHAS', 'You did not enter the correct string displayed in the spam-prevention image box. Please look at the image and enter the values displayed there.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_NOTTF', 'Captchas disabled on your server. You need GDLib and freetype libraries compiled to PHP, and need the .TTF files residing in your directory.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_TTL', 'Force captchas after how many days');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_TTL_DESC', 'Captchas can be enforced depending on the age of your articles. Enter the amount of days after which entering a correct captcha is necessary. If set to 0, captchas will always be used.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_MODERATION_AUTO', 'Automatic moderation depending on age');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_MODERATION_AUTO_DESC', 'All comments are moderated automatically, depending on the age of the entry');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FORCEMODERATION', 'Force comment moderation after how many days');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FORCEMODERATION_DESC', 'Enter the age of an entry in days, after which it should be auto-moderated. 0 means all comments get moderated.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LINKS_MODERATE', 'How many links before a comment gets moderated');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LINKS_MODERATE_DESC', 'When a comment reaches a certain amount of links, that comment can be set to be moderated. 0 means that no link-checking is done.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LINKS_REJECT', 'How many links before a comment gets rejected');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LINKS_REJECT_DESC', 'When a comment reaches a certain amount of links, that comment can be set to be rejected. 0 means that no link-checking is done.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_NOTICE_MODERATION', 'Because of some conditions, your comment has been marked to require moderation by the owner of this blog.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHA_COLOR', 'Background color of the captcha');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHA_COLOR_DESC', 'Enter RGB values: 0,255,255');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGFILE', 'Logfile location');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGFILE_DESC', 'Information about rejected/moderated posts can be written to a logfile. Set this to an empty string if you want to disable logging.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_KILLSWITCH', 'Emergency Comment Blockage');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_BODYCLONE', 'Duplicate comment');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_IPFLOOD', 'IP-block');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_CAPTCHAS', 'Invalid captcha (Entered: %s, Expected: %s)');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_FORCEMODERATION', 'Auto-moderation for old entries');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_LINKS_REJECT', 'Too many hyperlinks');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_LINKS_MODERATE', 'Too many hyperlinks');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HIDE_EMAIL', 'Hide E-Mail addresses of commenting users');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HIDE_EMAIL_DESC', 'Will show no E-Mail addresses of commenting users');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HIDE_EMAIL_NOTICE', 'E-Mail addresses will not be displayed and will only be used for E-Mail notifications.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE', 'Choose logging method');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE_DESC', 'Logging of rejected comments can be done in Database or to a plaintext file');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE_FILE', 'File (see "logfile" option below)');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE_DB', 'Database');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE_NONE', 'No Logging');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_API_COMMENTS', 'How to treat comments made via APIs');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_API_COMMENTS_DESC', 'This affects the moderation of comments made via API calls (trackbacks, pingbacks, WFW:commentAPI comments). If set to "moderate", all those comments always need to be approved first. If set to "reject", the are completely disallowed. If set to "none", the comments will be treated as usual comments.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_API_MODERATE', 'moderate');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_API_REJECT', 'reject');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_API', 'No API-created comments allowed');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_ACTIVATE', 'Activate wordfilter');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_ACTIVATE_DESC', 'Searches comments for certain strings and marks them as spam.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS', 'Wordfilter for URLs');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS_DESC', 'Regular Expressions allowed, separate strings by semicolons (;). You have to escape the @-sign with \\@.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_AUTHORS', 'Wordfilter for author names');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_AUTHORS_DESC', PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS_DESC);
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_WORDS', 'Wordfilter for comment body');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_EMAILS', 'Wordfilter for comment E-mail');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_CHECKMAIL', 'Invalid e-mail address');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CHECKMAIL', 'Check e-mail addresses?');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REQUIRED_FIELDS', 'Required comment fields');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REQUIRED_FIELDS_DESC', 'Enter a list of required fields that need to be filled when a user comments. Seperate multiple fields with a ",". Available keys are: name, email, url, replyTo, comment');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_REQUIRED_FIELD', 'You did not specify the %s field!');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CONFIG', 'Configure Anti-Spam methods');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ADD_AUTHOR', 'Block this author via Spamblock plugin');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ADD_URL', 'Block this URL via Spamblock plugin');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ADD_EMAIL', 'Block this E-mail via Spamblock plugin');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REMOVE_AUTHOR', 'Unblock this author via Spamblock plugin');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REMOVE_URL', 'Unblock this URL via Spamblock plugin');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REMOVE_EMAIL', 'Unblock this E-mail via Spamblock plugin');
|
||||
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_TITLE', 'Entry title equals comment');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_TITLE', 'Reject comments which only contain the entry title');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKURL', 'Check trackback/pingback URLs');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKURL_DESC', 'Only allow trackbacks/pingbacks, when its URL contains a link to your blog');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_TRACKBACKURL', 'Trackback/Pingback URL invalid.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_SCRAMBLE', 'Scrambled Captchas');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HIDE', 'Disable spamblock for Authors');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HIDE_DESC', 'You can allow authors in the following usergroups to post comments without them being checked by the spamblock plugin.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_AKISMET', 'Akismet API Key');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_AKISMET_DESC', 'Akismet is an anti-spam and blacklisting protocol. It can analyze your incoming comments and check if that comment has been listed as Spam. Two servers are supported: the original Akismet server, and the TypePad Antispam (TPAS) Open Source server. To use the Akismet server, you must register for an account at http://www.wordpress.com/. To use the TPAS server, you must optain a free key from http://antispam.typepad.com/. If you leave the key blank, Akismet will not be used to check spam.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_AKISMET_FILTER', 'How to treat Akismet-reported spam');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_AKISMET_SPAMLIST', 'Filtered by Akismet.com Blacklist');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FORCEMODERATION_TREAT', 'What to do with comments when being auto-moderated?');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FORCEMODERATIONT_TREAT', 'What to do with trackbacks/pingbacks when being auto-moderated?');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FORCEMODERATIONT', 'Force API comment moderation after how many days');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FORCEMODERATIONT_DESC', 'You can automatically set all trackbacks/pingbacks for entries to be moderated. Enter the age of an entry in days, after which it should be auto-moderated. 0 means no auto-moderation.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CSRF', 'Forbid direct comments (XSRF protection)');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CSRF_DESC', 'If enabled, visitors are not allowed to submit a comment when visiting your articles directly. This can block spambots, but also people who are commenting from their RSS readers or who have cookies disabled. This protection is implemented by setting a special hash field, which will only exist when a valid session was already started. This will also protect you from XSRF attacks that could trick you into submitting comments unter false pretenses.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CSRF_REASON', 'Your comment did not contain a Session-Hash. Comments can only be made on this blog when having cookies enabled and visiting at least one URL before commenting!');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HTACCESS', 'Block bad IPs via HTaccess?');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_HTACCESS_DESC', 'Enabling this will add IPs that have sent spam to your blog to your .htaccess file. The .htaccess file will be regenerated regularly with the forbidden IPs of the last month.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOOK', 'This is how your captcha images currently look like. If you changed and saved settings above and want to refresh the look of your captcha, simply click on it to reload.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKIPVALIDATION', 'Trackback/Pingback: ip validation');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKIPVALIDATION_DESC', 'Should the IP of the sender match the IP of the host, a trackback/pingback is set to? (RECOMMENDED!)');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_IPVALIDATION', 'IP validation: %s [%s] != sender ip [%s]');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CHECKMAIL_DESC', 'If disabled, no email checking will be performed. If set to "Yes", the commenting user must supply a valid e-mail address. If set to "Confirm always", the commenting user will need to approve his comments always via email (by clicking a mailed link). If set to "Confirm once", the user has to confirm his comment once and will then always be allowed to pass comment moderation.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CHECKMAIL_VERIFICATION_ONCE', 'Confirm once');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CHECKMAIL_VERIFICATION_ALWAYS', 'Confirm always');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CHECKMAIL_VERIFICATION_MAIL', 'You will now receive an email notification with which you can approve your comment.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_CHECKMAIL_VERIFICATION_INFO', 'To leave a comment you must approve it via e-mail, which will be sent to your address after submission.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_AKISMET_SERVER', 'Anti-spam server');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_AKISMET_SERVER_DESC', 'Which server is the above key registered for? Anonymized means that all data submitted to the services is stripped of the usernames and mail addresses. This also reduces spam detection rates, though.');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_SERVER_TPAS', 'TypePad Antispam');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_SERVER_AKISMET', 'Original Akismet');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_SERVER_TPAS_ANON', 'TypePad Antispam (anonymized)');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_SERVER_AKISMET_ANON', 'Original Akismet (anonymized)');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKIPVALIDATION_URL_EXCLUDE', 'Exclude URLs from IP Validation');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKIPVALIDATION_URL_EXCLUDE_DESC', 'URLs to be excluded from IP Validation. ' . PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS_DESC);
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_SPAM', 'Spam');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_NOT_SPAM', 'Not spam');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_LOGFILE_VALIDATE', 'Only file extensions .log and .txt are allowed');
|
||||
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT', 'Timeout for commenting');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT_DESC', 'Activate a timeout between displaying the article and accepting a comment');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT_TYPE', 'Timeout type');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT_TYPE_FIX', 'fixed amout of time');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT_TYPE_ADAPTIVE', 'depending on the lengths of comment and article');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT_VALUE', 'Value for timeout');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TIMEOUT_VALUE_DESC', 'type fixed: timeout in seconds / type adaptive: reading in words per minute and typing in chars per minute, 500 is a good value even for fast readers');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_TIMEOUT','Sorry, but you are not a human or you should at least attempt to read the article before commenting');
|
70
plugins/serendipity_event_spartacus/UTF-8/lang_en.inc.php
Normal file
70
plugins/serendipity_event_spartacus/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,70 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_NAME', 'Spartacus');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_DESC', '[S]erendipity [P]lugin [A]ccess [R]epository [T]ool [A]nd [C]ustomization/[U]nification [S]ystem - Allows you to download plugins from our online repository');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FETCH', 'Click here to fetch a new %s from the Serendipity Online Repository');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FETCHERROR', 'The URL %s could not be opened. Maybe the Serendipity or SourceForge.net Server is down - we are sorry, you need to try again later.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FETCHING', 'Trying to open URL %s...');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FETCHED_BYTES_URL', 'Fetched %s bytes from the URL above. Saving file as %s...');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FETCHED_BYTES_CACHE', 'Fetched %s bytes from already existing file on your server. Saving file as %s...');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FETCHED_DONE', 'Data successfully fetched.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_REPOSITORY_ERROR', '<br />(The repository returned error code %s.)<br />');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_HEALTHCHECK', '<p>Unable to retrieve data from SPARTACUS repository. Checking for repository availability on %s.</p>');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_HEALTHERROR', '<p>The SPARTACUS health site returned an error (HTTP code %s). This indicates that the SPARTACUS health site is down. Please try again later.</p>');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_HEALTHLINK', '<p><a target="_blank" href="%s">Click here to view the SPARTACUS health site</a> and determine if it is responding.</p>');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_HEALTHBLOCKED', '<p>SPARTACUS attempted to connect to Google and failed (error %d: %s).<br />Your server is blocking outgoing connections. SPARTACUS will not function because it cannot contact the SPARTACUS repository. <b>Please contact your website provider and ask them to allow outgoing connections to web sites.</b></p><p>Plugins can still be installed from your local directories. Simply download the plugin from <a href="http://spartacus.s9y.org">the SPARTACUS web repository</a>, unzip it, and upload the files to your Serendipity plugin directory.</p>');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_HEALTHDOWN', '<p>SPARTACUS can contact Google, but cannot contact the SPARATACUS repository. It is possible that your server is blocking some outgoing connections, or that the SPARTACUS health site is down. Please contact your website provider to ensure that outgoing connections are allowed. <b>You will not be able to use SPARTACUS unless your server can contact the SPARTACUS repository.</b></p>');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_MIRROR_XML', 'File/Mirror location (XML metadata)');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_MIRROR_FILES', 'File/Mirror location (files)');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_MIRROR_DESC', 'Choose a download location. Do NOT change this value unless you know what you are doing and if servers get oudated. This option is available mainly for forward compatibility.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHOWN', 'Owner of downloaded files');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHOWN_DESC', 'Here you can enter the (FTP/Shell) owner (like "nobody") of files downloaded by Spartacus. If empty, no changes are made to the ownership.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHMOD', 'Permissions downloaded files');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHMOD_DESC', 'Here you can enter the octal mode (like "0777") of the file permissions for files (FTP/Shell) downloaded by Spartacus. If empty, the default permission mask of the system are used. Note that not all servers allow changing/setting permissions. Pay attention that the applied permissions allow reading and writing for the webserver user. Else spartacus/Serendipity cannot overwrite existing files.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHMOD_DIR', 'Permissions downloaded directories');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHMOD_DIR_DESC', 'Here you can enter the octal mode (like "0777") of the directory permissions for directories (FTP/Shell) downloaded by Spartacus. If empty, the default permission mask of the system are used. Note that not all servers allow changing/setting permissions. Pay attention that the applied permissions allow reading and writing for the webserver user. Else spartacus/Serendipity cannot overwrite existing directories.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHECK', 'Update plugins');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHECK_SIDEBAR', 'Update sidebar plugins');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHECK_EVENT', 'Update event plugins');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CHECK_HINT', 'You can upgrade multiple plugins at once by opening the update-link in a new tab (middle mouse button)');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_DASHBOARD_UPDATE', 'A plugin can be <a href="%s">updated</a>.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_DASHBOARD_UPDATES', '%u plugins can be <a href="%s">updated</a>.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_TRYCURL', 'Trying to use cURL library as fallback...');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CURLFAIL', 'cURL library returned a failure, too.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_HEALTFIREWALLED', 'It was not possible to download the required files from the Spartacus repository, but the health of our repository was retrievable. This means your provider uses a content-based firewall and does not allow to fetch PHP code over the web by using mod_security or other reverse proxies. You either need to ask your provider to turn this off, or you cannot use the Spartacus plugin and need to download files manually.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_ENABLE_PLUGINS', 'Enable the use of Spartacus for fetching plugins?');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_ENABLE_THEMES', 'Enable the use of Spartacus for fetching themes?');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_ENABLE_REMOTE', 'Enable remote plugin version information');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_ENABLE_REMOTE_DESC', 'If enabled, visitors to %s can see the version information of all installed plugins. You might want to protect this URL through custom .htaccess rules for unprivileged access.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_ENABLE_REMOTE_URL', 'Secret key to Remote plugin version information');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_ENABLE_REMOTE_URL_DESC', 'Enter a special URI component that people need to know to access your remote management version information output.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_ERROR_CONNECT', 'FTP Error: Unable to connect to FTP.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_ERROR_MKDIR', 'FTP Error: Unable to create directory (%s).');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_ERROR_CHMOD', 'FTP Error: Unable to change privilegies of directory (%s).');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_SUCCESS', 'FTP: Directory (%s) successfully created.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_USE', 'Use directory creating using ftp in safe_mode?');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_USE_DESC', 'If you are running PHP in safe_mode, some restrictions are applied. And these restrictions have the result that if you create a directory using an ordinary way, you cannot upload in this directory. But if you create directory using ftp, you can. So if you have safe_mode = on, this is only way how to use SPARTACUS and Media uploads successfully.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_SERVER', 'FTP server address');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_USERNAME', 'FTP username');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_PASS', 'FTP password');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_BASEDIR', 'FTP serendipity directory');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_FTP_BASEDIR_DESC', 'When you connect to the FTP,you do not necessarilly enter into the serendipity directory. So here it is necessary to write the path from the FTP login place to the serendipity directory.');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CUSTOMMIRROR', 'Custom location for mirror');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CUSTOMMIRROR_DESC', 'This option is for advanced users only. When the preconfigurable mirrors are down or malfunctioning, you can enter your own server name (like http://mirror.org/serendipity/). The server needs to maintain the XML files at URL level, and have subdirectories like additional_plugins and additional_themes. Only enter mirrors that you trust to be safe and which are a full duplicate of the files hosted in the CVS repository of Serendipity. You can enter multiple mirrors, separated by "|".');
|
||||
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CRONJOB', 'This plugin supports the Serendipity Cronjob plugin. Go and install it if you want scheduled execution.');
|
||||
@define('PLUGIN_EVENT_SPARTACUS_CRONJOB_WHEN', 'Execute regular cronjob to check for plugin updates, and mail those to the configured blog\'s mail address (%s)?');
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_TEMPLATECHOOSER_NAME', 'Theme chooser');
|
||||
@define('PLUGIN_EVENT_TEMPLATECHOOSER_DESC', 'Allows your visitors to change theme on the fly');
|
||||
|
23
plugins/serendipity_event_textile/UTF-8/lang_en.inc.php
Normal file
23
plugins/serendipity_event_textile/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_TEXTILE_NAME', 'Markup: Textile');
|
||||
@define('PLUGIN_EVENT_TEXTILE_DESC', 'Parse all output through the Textile converter');
|
||||
@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', '<a href="%s">Textile</a>-formatting allowed');
|
||||
@define('PLUGIN_EVENT_TEXTILE_VERSION', 'Textile version');
|
||||
@define('PLUGIN_EVENT_TEXTILE_VERSION_DESCRIPTION', 'Which version of Textile do you want to use?');
|
||||
@define('PLUGIN_EVENT_TEXTILE_UNESCAPE', 'Convert HTML quotes to real quotes?');
|
||||
@define('PLUGIN_EVENT_TEXTILE_UNESCAPE_DESC', 'If enabled, HTML-Quote-Entities (") will be converted to real quotes. Only useful to enable, if you want to use Textile markup in your comments.');
|
||||
|
||||
@define('PLUGIN_EVENT_TEXTILE_EXAMPLE_NOTE', 'Please note: You will get best conversion results, when you place this plugin as the first of all your markup plugins, but <u>underneath</u> Smilies "serendipity_event_emoticate" and Smarty Parsing "serendipity_event_smartymarkup" in pluginlist! Particularly the latter, optional installed plugin, may produce errors if not.');
|
||||
@define('PLUGIN_EVENT_TEXTILE_DOCTYPE', 'Textile: Convert to HTML5 (lib3 only - needs a HTML5 theme like 2k11)');
|
||||
@define('PLUGIN_EVENT_TEXTILE_DOCTYPE_DESC', 'Currently, PHP-Textile can target either XHTML or HTML5 output with XHTML being the default for backward compatibility. In HTML5 mode, apart from single tag closing, you\'ll get abbr instead of acronym and if you use alignment markers on your images you\'ll have extra classes placed on them instead of XHTML\'s align attribute.');
|
||||
// todo: future
|
||||
#@define('PLUGIN_EVENT_TEXTILE_RESTRICTCOMMENTS', 'Textile: Restrict user comments (lib3 only)');
|
||||
#@define('PLUGIN_EVENT_TEXTILE_RESTRICTCOMMENTS_DESC', 'This method does not allow enhanced formatting options such as inline style, and removes any raw HTML to user-supplied input.');
|
||||
|
17
plugins/serendipity_event_xhtmlcleanup/UTF-8/lang_en.inc.php
Normal file
17
plugins/serendipity_event_xhtmlcleanup/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_NAME', 'Fix common XHTML errors');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_DESC', 'This plugin corrects common issues with XHTML markup in entries. It assists in keeping your blog XHTML compliant.');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_XHTML', 'Encode XML-parsed data?');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_XHTML_DESC', 'This plugin uses a XML parsing method to ensure XHTML validity of your code. This xml parsing may convert already valid entities to unescaped entities, so the plugin encodes all entities after the parsing. Set this flag to OFF if that introduces double encoding for you!');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_UTF8', 'Cleanup UTF-8 entities?');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_UTF8_DESC', 'If enabled, HTML entities derived from UTF-8 characters will be properly converted and not double-encoded in your output.');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_YOUTUBE', 'Cleanup Youtube player code?');
|
||||
@define('PLUGIN_EVENT_XHTMLCLEANUP_YOUTUBE_DESC', 'If enabled, the by default XHTML invalid youtube object tags will get stripped of the embed part. Browser will still properly playback the video.');
|
||||
|
20
plugins/serendipity_plugin_comments/UTF-8/lang_en.inc.php
Normal file
20
plugins/serendipity_plugin_comments/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Displays the last comments to your entries');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP', 'Wordwrap');
|
||||
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'How many characters until a wordwrap will occur? (Default: 30)');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS', 'Maximum chars per comment');
|
||||
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'How many chars will be displayed for each comment? (Default: 120)');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Maximum number of comments');
|
||||
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'How many comments will be shown? (Default: 15)');
|
||||
@define('PLUGIN_COMMENTS_ABOUT', '%s about%s');
|
||||
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anon');
|
||||
|
||||
@define('PLUGIN_COMMENTS_ADDURL', 'Add writers URL to');
|
||||
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_SIDEBAR_CREATIVECOMMONS_NAME', 'Creative Commons');
|
||||
@define('PLUGIN_SIDEBAR_CREATIVECOMMONS_DESC', 'Display a creative commons notification in the sidebar.');
|
||||
|
25
plugins/serendipity_plugin_entrylinks/UTF-8/lang_en.inc.php
Normal file
25
plugins/serendipity_plugin_entrylinks/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_ENTRYLINKS_NAME', 'Entry\'s Links');
|
||||
@define('PLUGIN_ENTRYLINKS_BLAHBLAH', 'Shows all links referrenced in an article');
|
||||
@define('PLUGIN_ENTRYLINKS_NEWWIN', 'Open links in new window?');
|
||||
@define('PLUGIN_ENTRYLINKS_NEWWIN_BLAHBLAH', 'Should the links be opened in a new window? (Default: Current window)');
|
||||
@define('PLUGIN_ENTRYLINKS_REFERERS', 'Referring links');
|
||||
@define('PLUGIN_ENTRYLINKS_WORDWRAP', 'Wordwrap');
|
||||
@define('PLUGIN_ENTRYLINKS_WORDWRAP_BLAHBLAH', 'How many words until a wordwrap will occur? (Default: 30)');
|
||||
@define('PLUGIN_ENTRYLINKS_MAXREF', 'Maximum referring links');
|
||||
@define('PLUGIN_ENTRYLINKS_MAXREF_BLAHBLAH', 'How many referring links should be displayed? (Default: 15)');
|
||||
@define('PLUGIN_ENTRYLINKS_ORDERBY', 'Order of referring links');
|
||||
@define('PLUGIN_ENTRYLINKS_ORDERBY_BLAHBLAH', 'By which key should the referring links be ordered? (Default: number of links)');
|
||||
@define('PLUGIN_ENTRYLINKS_ORDERBY_DAY', 'Date');
|
||||
@define('PLUGIN_ENTRYLINKS_ORDERBY_FULLCOUNT', 'Number of links');
|
||||
@define('TOP_EXITS', 'Top Exits');
|
||||
@define('TOP_REFERRER', 'Top Referrers');
|
||||
@define('SHOWS_TOP_SITES', 'Shows top sites that linked to your blogs');
|
||||
@define('SHOWS_TOP_EXIT', 'Shows top exit links from your blogs');
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_WRAPPER_NAME', 'Event-Output wrapper');
|
||||
@define('PLUGIN_EVENT_WRAPPER_DESC', 'Displays gathered data by a certain event plugin');
|
||||
@define('PLUGIN_EVENT_WRAPPER_PLUGIN', 'Source event plugin');
|
||||
@define('PLUGIN_EVENT_WRAPPER_PLUGINDESC', 'Select the event plugin for which the output should be displayed');
|
||||
@define('PLUGIN_EVENT_WRAPPER_TITLEDESC', 'Enter the title for this sidebar item (leave empty for inheritance by event plugin)');
|
||||
|
34
plugins/serendipity_plugin_history/UTF-8/lang_en.inc.php
Normal file
34
plugins/serendipity_plugin_history/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_HISTORY_NAME', 'History');
|
||||
@define('PLUGIN_HISTORY_DESC', 'Displays ancient entries of an adjustable age.');
|
||||
@define('PLUGIN_HISTORY_MIN_AGE', 'Min age');
|
||||
@define('PLUGIN_HISTORY_MIN_AGE_DESC', 'Minimum age of entries (in days).');
|
||||
@define('PLUGIN_HISTORY_MAX_AGE', 'Max age');
|
||||
@define('PLUGIN_HISTORY_MAX_AGE_DESC','Maximum age of entries (in days).');
|
||||
@define('PLUGIN_HISTORY_MAX_ENTRIES', 'Maximum entries');
|
||||
@define('PLUGIN_HISTORY_MAX_ENTRIES_DESC', 'Number of entries to display');
|
||||
@define('PLUGIN_HISTORY_SHOWFULL', 'Full entries');
|
||||
@define('PLUGIN_HISTORY_SHOWFULL_DESC', 'Display full entries instead of linked headlines.');
|
||||
@define('PLUGIN_HISTORY_INTRO', 'Intro');
|
||||
@define('PLUGIN_HISTORY_INTRO_DESC', 'A short intro like \'One year ago I said:\'.');
|
||||
@define('PLUGIN_HISTORY_OUTRO', 'Outro');
|
||||
@define('PLUGIN_HISTORY_OUTRO_DESC', 'A short outro like \'Nice, eh?\'.');
|
||||
@define('PLUGIN_HISTORY_DISPLAYDATE', 'Display date');
|
||||
@define('PLUGIN_HISTORY_DISPLAYDATE_DESC', 'Display the date of each entry?');
|
||||
@define('PLUGIN_HISTORY_MAXLENGTH', 'Title-Length');
|
||||
@define('PLUGIN_HISTORY_MAXLENGTH_DESC', 'After how many characters to cut the titles (0 for full titles)?');
|
||||
@define('PLUGIN_HISTORY_SPECIALAGE', 'Ready-made age?');
|
||||
@define('PLUGIN_HISTORY_SPECIALAGE_DESC', 'If you want to define your own timerange instead of a ready-made, select \'I\'ll define one\' here and adjust the two settings below.');
|
||||
@define('PLUGIN_HISTORY_SPECIALAGE_YEAR', 'Display items of exactly one year ago');
|
||||
@define('PLUGIN_HISTORY_CUSTOMAGE', 'Let me define the age');
|
||||
@define('PLUGIN_HISTORY_OYA', 'One year ago');
|
||||
@define('PLUGIN_HISTORY_MYSELF', 'I\'ll define one');
|
||||
@define('PLUGIN_HISTORY_DISPLAYAUTHOR', 'Show author\'s name');
|
||||
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_RECENTENTRIES_TITLE', 'Recent Entries');
|
||||
@define('PLUGIN_RECENTENTRIES_BLAHBLAH', 'Shows the titles and dates of the most recent entries');
|
||||
@define('PLUGIN_RECENTENTRIES_NUMBER', 'Number of entries');
|
||||
@define('PLUGIN_RECENTENTRIES_NUMBER_BLAHBLAH', 'How many entries should be displayed? (Default: 10)');
|
||||
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM', 'Skip front page entries');
|
||||
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_DESC', 'Only recent entries that are not on the front page will be shown. (Default: latest ' . $serendipity['fetchLimit'] . ' will be skipped)');
|
||||
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_ALL', 'Show all');
|
||||
@define('PLUGIN_RECENTENTRIES_NUMBER_FROM_RADIO_RECENT', 'Skip front page items');
|
||||
@define('PLUGIN_RECENTENTRIES_RANDOMIZE', 'Show Random Articles');
|
||||
@define('PLUGIN_RECENTENTRIES_RANDOMIZE_DESC', 'If set, random articles will be selected.');
|
||||
|
||||
@define('PLUGIN_RECENTENTRIES_DATEFORMAT_WIN', 'On Win OS you may need to use %d instead of %e to get a result!');
|
||||
|
37
plugins/serendipity_plugin_remoterss/UTF-8/lang_en.inc.php
Normal file
37
plugins/serendipity_plugin_remoterss/UTF-8/lang_en.inc.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_REMOTERSS_TITLE', 'Remote RSS/OPML-Blogroll Feed');
|
||||
@define('PLUGIN_REMOTERSS_BLAHBLAH', 'Show items of a remote RSS/OPML feed (e.g. Blogroll)');
|
||||
@define('PLUGIN_REMOTERSS_NUMBER', 'Number of entries');
|
||||
@define('PLUGIN_REMOTERSS_NUMBER_BLAHBLAH', 'How many entries should be displayed? (Default: every entry of the feed)');
|
||||
@define('PLUGIN_REMOTERSS_SIDEBARTITLE', 'Feed-Title');
|
||||
@define('PLUGIN_REMOTERSS_SIDEBARTITLE_BLAHBLAH', 'Title of the feed in the blog sidebar');
|
||||
@define('PLUGIN_REMOTERSS_RSSURI', 'RSS/OPML URI');
|
||||
@define('PLUGIN_REMOTERSS_RSSURI_BLAHBLAH', 'URI of the RSS/OPML feed which you want to display');
|
||||
@define('PLUGIN_REMOTERSS_NOURI', 'No RSS/OPML feed selected');
|
||||
@define('PLUGIN_REMOTERSS_RSSTARGET', 'RSS/OPML linktarget');
|
||||
@define('PLUGIN_REMOTERSS_RSSTARGET_BLAHBLAH', 'Target of the link to one of the displayed RSS items (Default: _blank)');
|
||||
@define('PLUGIN_REMOTERSS_CACHETIME', 'When to update the feed?');
|
||||
@define('PLUGIN_REMOTERSS_CACHETIME_BLAHBLAH', 'The contents of a feed are stored in a cache which will be updated as soon as its older than X seconds (Default: 3 hours)');
|
||||
@define('PLUGIN_REMOTERSS_FEEDTYPE', 'Feedtype');
|
||||
@define('PLUGIN_REMOTERSS_FEEDTYPE_BLAHBLAH', 'Choose the format of the remote Feed');
|
||||
@define('PLUGIN_REMOTERSS_BULLETIMG', 'Bullet Image');
|
||||
@define('PLUGIN_REMOTERSS_BULLETIMG_BLAHBLAH', 'Image to display before each headline.');
|
||||
@define('PLUGIN_REMOTERSS_DISPLAYDATE', 'Display Date');
|
||||
@define('PLUGIN_REMOTERSS_DISPLAYDATE_BLAHBLAH', 'Display the date below the headline?');
|
||||
|
||||
@define('PLUGIN_REMOTERSS_RSSLINK', 'Use RSS-Link?');
|
||||
@define('PLUGIN_REMOTERSS_RSSLINK_DESC', 'Shall a link be set to the link specified in the RSS feed?');
|
||||
@define('PLUGIN_REMOTERSS_RSSFIELD', 'RSS display element');
|
||||
@define('PLUGIN_REMOTERSS_RSSFIELD_DESC', 'Whic element of the RSS feed should be displayed? (i.e.: "title", "content:encoded", "description", ...)');
|
||||
@define('PLUGIN_REMOTERSS_RSSESCAPE', 'Escape HTML output');
|
||||
@define('PLUGIN_REMOTERSS_RSSESCAPE_DESC', 'If enabled, HTML in RSS-feeds will be escaped and no XSS is possible. If this option is disabled, HTML in the feeds can be interpretated. This is a possible security issue, if the embedded feed is not yours!');
|
||||
|
||||
@define('PLUGIN_REMOTERSS_TEMPLATE', 'Output Template to use for this feed');
|
||||
@define('PLUGIN_REMOTERSS_TEMPLATE_DESC', 'Here you can choose a template file inside the plugin\'s directory that is used to render the output of the feed in the sidebar. You can add custom template files to the plugin directory. If a template file with the same name is placed inside your own theme directory, it will be used instead of the file supplied with the plugin. Selecting any template here other than the default one automatically enables Smarty templating.');
|
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Theme dropdown');
|
||||
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Show a box to change themes');
|
||||
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit button?');
|
||||
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Show a submit button?');
|
||||
|
Loading…
x
Reference in New Issue
Block a user