From 33a98547a7d4a1e67f70077b90898477051605a7 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 20 Feb 2022 01:36:33 +0100 Subject: [PATCH] Fix English language fallback. --- include/lang.inc.php | 8 +- .../UTF-8/lang_en.inc.php | 13 ++ .../UTF-8/lang_en.inc.php | 29 ++++ .../UTF-8/lang_en.inc.php | 16 ++ .../UTF-8/lang_en.inc.php | 48 ++++++ .../UTF-8/lang_en.inc.php | 65 +++++++ .../UTF-8/lang_en.inc.php | 28 +++ .../UTF-8/lang_en.inc.php | 22 +++ .../UTF-8/lang_en.inc.php | 12 ++ .../UTF-8/lang_en.inc.php | 159 ++++++++++++++++++ .../UTF-8/lang_en.inc.php | 70 ++++++++ .../UTF-8/lang_en.inc.php | 11 ++ .../UTF-8/lang_en.inc.php | 23 +++ .../UTF-8/lang_en.inc.php | 17 ++ .../UTF-8/lang_en.inc.php | 20 +++ .../UTF-8/lang_en.inc.php | 11 ++ .../UTF-8/lang_en.inc.php | 25 +++ .../UTF-8/lang_en.inc.php | 14 ++ .../UTF-8/lang_en.inc.php | 34 ++++ .../UTF-8/lang_en.inc.php | 21 +++ .../UTF-8/lang_en.inc.php | 37 ++++ .../UTF-8/lang_en.inc.php | 13 ++ 22 files changed, 692 insertions(+), 4 deletions(-) create mode 100644 plugins/serendipity_event_bbcode/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_creativecommons/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_emoticate/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_entryproperties/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_gravatar/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_mailer/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_nl2br/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_s9ymarkup/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_spamblock/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_spartacus/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_templatechooser/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_textile/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_event_xhtmlcleanup/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_comments/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_creativecommons/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_entrylinks/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_eventwrapper/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_history/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_recententries/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_remoterss/UTF-8/lang_en.inc.php create mode 100644 plugins/serendipity_plugin_templatedropdown/UTF-8/lang_en.inc.php diff --git a/include/lang.inc.php b/include/lang.inc.php index 81c840af..a1b2afa0 100644 --- a/include/lang.inc.php +++ b/include/lang.inc.php @@ -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'); } } diff --git a/plugins/serendipity_event_bbcode/UTF-8/lang_en.inc.php b/plugins/serendipity_event_bbcode/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..a7243f27 --- /dev/null +++ b/plugins/serendipity_event_bbcode/UTF-8/lang_en.inc.php @@ -0,0 +1,13 @@ + + * 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', 'BBCode format allowed'); +@define('PLUGIN_EVENT_BBCODE_TARGET', 'Use target="blank" for links?'); + diff --git a/plugins/serendipity_event_creativecommons/UTF-8/lang_en.inc.php b/plugins/serendipity_event_creativecommons/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..c144c2b3 --- /dev/null +++ b/plugins/serendipity_event_creativecommons/UTF-8/lang_en.inc.php @@ -0,0 +1,29 @@ + + * 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 Creative Commons License'); +@define('PLUGIN_CREATIVECOMMONS_CAP_PD', 'Original content in this work is dedicated to the Public Domain'); +// @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.'); + diff --git a/plugins/serendipity_event_emoticate/UTF-8/lang_en.inc.php b/plugins/serendipity_event_emoticate/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..542a7dba --- /dev/null +++ b/plugins/serendipity_event_emoticate/UTF-8/lang_en.inc.php @@ -0,0 +1,16 @@ + + * 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 file 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.'); + diff --git a/plugins/serendipity_event_entryproperties/UTF-8/lang_en.inc.php b/plugins/serendipity_event_entryproperties/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..7eec5408 --- /dev/null +++ b/plugins/serendipity_event_entryproperties/UTF-8/lang_en.inc.php @@ -0,0 +1,48 @@ + + * 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, %s...'); +@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 plugin configuration.'); +@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'); \ No newline at end of file diff --git a/plugins/serendipity_event_gravatar/UTF-8/lang_en.inc.php b/plugins/serendipity_event_gravatar/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..6b95ce13 --- /dev/null +++ b/plugins/serendipity_event_gravatar/UTF-8/lang_en.inc.php @@ -0,0 +1,65 @@ + + * 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', 'Gravatars are central-served avatar images by email, ' . + 'Favatars are favicons of the writer\'s site, ' . + 'Pavatars are images at the writer\'s site, ' . + 'Twitter loads twitter profile images, ' . + 'Identica loads identi.ca profile images, ' . + 'MyBlogLog avatars are central-served avatar images again and ' . + 'Monster ID, Identicon and Wavatar Avatare are localy created monster images unique for each writer.'); +@define('PLUGIN_EVENT_GRAVATAR_EXTLING_WARNING', 'CAUTION! This plugin has to be executed before any plugin changing links (like i.e. the exit tracking plugin)! ' . + 'Else Pavatars, Favatars and MayBlogLog avatars won\'t work!'); + +@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)'); + diff --git a/plugins/serendipity_event_mailer/UTF-8/lang_en.inc.php b/plugins/serendipity_event_mailer/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..bdf55b01 --- /dev/null +++ b/plugins/serendipity_event_mailer/UTF-8/lang_en.inc.php @@ -0,0 +1,28 @@ + + * 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)'); diff --git a/plugins/serendipity_event_nl2br/UTF-8/lang_en.inc.php b/plugins/serendipity_event_nl2br/UTF-8/lang_en.inc.php new file mode 100644 index 00000000..9ff5fec4 --- /dev/null +++ b/plugins/serendipity_event_nl2br/UTF-8/lang_en.inc.php @@ -0,0 +1,22 @@ + + * 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
tags. Extended functionality: parse the text into

tags in regard of the html syntax like p tags only where they are allowed, automatically ingnore for preformatted text inside

 tags or inside