From 0b2a1df454115a2443e227e94a23ef4e9f4fc10e Mon Sep 17 00:00:00 2001
From: elf2000 <elf2000>
Date: Sun, 13 Nov 2005 04:49:04 +0000
Subject: [PATCH] o added tag.

---
 plugins/serendipity_event_bbcode/lang_en.inc.php            | 6 ++++++
 .../serendipity_event_browsercompatibility/lang_en.inc.php  | 6 ++++++
 plugins/serendipity_event_contentrewrite/lang_en.inc.php    | 6 ++++++
 plugins/serendipity_event_creativecommons/lang_en.inc.php   | 6 ++++++
 plugins/serendipity_event_htmlvalidator/lang_en.inc.php     | 6 ++++++
 plugins/serendipity_event_karma/lang_en.inc.php             | 6 ++++++
 plugins/serendipity_event_livesearch/lang_en.inc.php        | 6 ++++++
 plugins/serendipity_event_mailer/lang_en.inc.php            | 6 ++++++
 plugins/serendipity_event_nl2br/lang_en.inc.php             | 6 ++++++
 plugins/serendipity_event_s9ymarkup/lang_en.inc.php         | 6 ++++++
 plugins/serendipity_event_searchhighlight/lang_en.inc.php   | 6 ++++++
 plugins/serendipity_event_spamblock/lang_en.inc.php         | 6 ++++++
 plugins/serendipity_event_spartacus/lang_en.inc.php         | 6 ++++++
 plugins/serendipity_event_statistics/lang_en.inc.php        | 6 ++++++
 plugins/serendipity_event_templatechooser/lang_en.inc.php   | 6 ++++++
 plugins/serendipity_event_textile/lang_en.inc.php           | 6 ++++++
 plugins/serendipity_event_trackexits/lang_en.inc.php        | 6 ++++++
 plugins/serendipity_event_weblogping/lang_en.inc.php        | 6 ++++++
 plugins/serendipity_event_xhtmlcleanup/lang_en.inc.php      | 6 ++++++
 plugins/serendipity_plugin_entrylinks/lang_en.inc.php       | 6 ++++++
 plugins/serendipity_plugin_eventwrapper/lang_en.inc.php     | 6 ++++++
 21 files changed, 126 insertions(+)

diff --git a/plugins/serendipity_event_bbcode/lang_en.inc.php b/plugins/serendipity_event_bbcode/lang_en.inc.php
index fdc9412..37250ed 100644
--- a/plugins/serendipity_event_bbcode/lang_en.inc.php
+++ b/plugins/serendipity_event_bbcode/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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');
diff --git a/plugins/serendipity_event_browsercompatibility/lang_en.inc.php b/plugins/serendipity_event_browsercompatibility/lang_en.inc.php
index 6ef171b..bc94857 100644
--- a/plugins/serendipity_event_browsercompatibility/lang_en.inc.php
+++ b/plugins/serendipity_event_browsercompatibility/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_BROWSERCOMPATIBILITY_TITLE', 'Browser Compatibility');
 @define('PLUGIN_EVENT_BROWSERCOMPATIBILITY_DESC', 'Uses different (CSS) methods to enforce maximum browser compatibility');
 
diff --git a/plugins/serendipity_event_contentrewrite/lang_en.inc.php b/plugins/serendipity_event_contentrewrite/lang_en.inc.php
index dd2ed7f..2b6978f 100644
--- a/plugins/serendipity_event_contentrewrite/lang_en.inc.php
+++ b/plugins/serendipity_event_contentrewrite/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_CONTENTREWRITE_FROM', 'from');
 @define('PLUGIN_EVENT_CONTENTREWRITE_TO', 'to');
 @define('PLUGIN_EVENT_CONTENTREWRITE_NAME', 'Content Rewriter');
diff --git a/plugins/serendipity_event_creativecommons/lang_en.inc.php b/plugins/serendipity_event_creativecommons/lang_en.inc.php
index 4da80e9..45d8a4b 100644
--- a/plugins/serendipity_event_creativecommons/lang_en.inc.php
+++ b/plugins/serendipity_event_creativecommons/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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?');
diff --git a/plugins/serendipity_event_htmlvalidator/lang_en.inc.php b/plugins/serendipity_event_htmlvalidator/lang_en.inc.php
index be085ed..2c603ce 100644
--- a/plugins/serendipity_event_htmlvalidator/lang_en.inc.php
+++ b/plugins/serendipity_event_htmlvalidator/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_HTMLVALIDATOR_NAME', 'HTML Validator');
 @define('PLUGIN_EVENT_HTMLVALIDATOR_DESC', 'Validates entries on their XML-conformity');
 @define('PLUGIN_EVENT_HTMLVALIDATOR_CHARSET', 'Charset');
diff --git a/plugins/serendipity_event_karma/lang_en.inc.php b/plugins/serendipity_event_karma/lang_en.inc.php
index 1a17a46..605438f 100644
--- a/plugins/serendipity_event_karma/lang_en.inc.php
+++ b/plugins/serendipity_event_karma/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_KARMA_NAME', 'Karma');
 @define('PLUGIN_KARMA_BLAHBLAH', 'Let visitors rate the quality of your entries');
 @define('PLUGIN_KARMA_VOTETEXT', 'Karma for this article: ');
diff --git a/plugins/serendipity_event_livesearch/lang_en.inc.php b/plugins/serendipity_event_livesearch/lang_en.inc.php
index e533649..0f85380 100644
--- a/plugins/serendipity_event_livesearch/lang_en.inc.php
+++ b/plugins/serendipity_event_livesearch/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch');
 @define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Enhances the internal search function by adding live-updates on keypress (JavaScript)');
 @define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wait, sending request...');
diff --git a/plugins/serendipity_event_mailer/lang_en.inc.php b/plugins/serendipity_event_mailer/lang_en.inc.php
index 830143e..db62711 100644
--- a/plugins/serendipity_event_mailer/lang_en.inc.php
+++ b/plugins/serendipity_event_mailer/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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');
diff --git a/plugins/serendipity_event_nl2br/lang_en.inc.php b/plugins/serendipity_event_nl2br/lang_en.inc.php
index aae2476..3998396 100644
--- a/plugins/serendipity_event_nl2br/lang_en.inc.php
+++ b/plugins/serendipity_event_nl2br/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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');
 
diff --git a/plugins/serendipity_event_s9ymarkup/lang_en.inc.php b/plugins/serendipity_event_s9ymarkup/lang_en.inc.php
index c74805b..2526ec4 100644
--- a/plugins/serendipity_event_s9ymarkup/lang_en.inc.php
+++ b/plugins/serendipity_event_s9ymarkup/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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_.');
diff --git a/plugins/serendipity_event_searchhighlight/lang_en.inc.php b/plugins/serendipity_event_searchhighlight/lang_en.inc.php
index 9a67398..7eed5f2 100644
--- a/plugins/serendipity_event_searchhighlight/lang_en.inc.php
+++ b/plugins/serendipity_event_searchhighlight/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_SEARCHHIGHLIGHT_NAME',     'Highlight search queries');
 @define('PLUGIN_EVENT_SEARCHHIGHLIGHT_DESC',     'Highlights queries used in the referring search engine to locate your page');
 
diff --git a/plugins/serendipity_event_spamblock/lang_en.inc.php b/plugins/serendipity_event_spamblock/lang_en.inc.php
index 55f99c1..9ad2878 100644
--- a/plugins/serendipity_event_spamblock/lang_en.inc.php
+++ b/plugins/serendipity_event_spamblock/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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.');
diff --git a/plugins/serendipity_event_spartacus/lang_en.inc.php b/plugins/serendipity_event_spartacus/lang_en.inc.php
index 7e69901..1c3eaa0 100644
--- a/plugins/serendipity_event_spartacus/lang_en.inc.php
+++ b/plugins/serendipity_event_spartacus/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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');
diff --git a/plugins/serendipity_event_statistics/lang_en.inc.php b/plugins/serendipity_event_statistics/lang_en.inc.php
index 6649d46..b68a8c0 100644
--- a/plugins/serendipity_event_statistics/lang_en.inc.php
+++ b/plugins/serendipity_event_statistics/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_STATISTICS_NAME', 'Statistics');
 @define('PLUGIN_EVENT_STATISTICS_DESC', 'Adds a link to interesting statistics in your entries panel, including a visitors counter');
 @define('PLUGIN_EVENT_STATISTICS_OUT_STATISTICS', 'Statistics');
diff --git a/plugins/serendipity_event_templatechooser/lang_en.inc.php b/plugins/serendipity_event_templatechooser/lang_en.inc.php
index 447b7e7..0bc92fa 100644
--- a/plugins/serendipity_event_templatechooser/lang_en.inc.php
+++ b/plugins/serendipity_event_templatechooser/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_TEMPLATECHOOSER_NAME',     'Template chooser');
 @define('PLUGIN_EVENT_TEMPLATECHOOSER_DESC',     'Allows your visitors to change template on the fly');
 
diff --git a/plugins/serendipity_event_textile/lang_en.inc.php b/plugins/serendipity_event_textile/lang_en.inc.php
index 085e209..66b2fc0 100644
--- a/plugins/serendipity_event_textile/lang_en.inc.php
+++ b/plugins/serendipity_event_textile/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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="http://www.textism.com/tools/textile/">Textile</a>-formatting allowed');
diff --git a/plugins/serendipity_event_trackexits/lang_en.inc.php b/plugins/serendipity_event_trackexits/lang_en.inc.php
index 20f9acb..4e3b5b5 100644
--- a/plugins/serendipity_event_trackexits/lang_en.inc.php
+++ b/plugins/serendipity_event_trackexits/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_TRACKBACK_NAME', 'Markup: Track exits');
 @define('PLUGIN_EVENT_TRACKBACK_DESC', 'Track clicks on external URLs');
 @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION', 'Use URL-redirection on URL to commenting user?');
diff --git a/plugins/serendipity_event_weblogping/lang_en.inc.php b/plugins/serendipity_event_weblogping/lang_en.inc.php
index b78a771..e9c4ce4 100644
--- a/plugins/serendipity_event_weblogping/lang_en.inc.php
+++ b/plugins/serendipity_event_weblogping/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @author Translator Name <yourmail@example.com>
+ *  EN-Revision: Revision of lang_en.inc.php
+ */
+
 @define('PLUGIN_EVENT_WEBLOGPING_PING', 'Announce entries (via XML-RPC ping) to:');
 @define('PLUGIN_EVENT_WEBLOGPING_SENDINGPING', 'Sending XML-RPC ping to host %s');
 @define('PLUGIN_EVENT_WEBLOGPING_TITLE', 'Announce entries');
diff --git a/plugins/serendipity_event_xhtmlcleanup/lang_en.inc.php b/plugins/serendipity_event_xhtmlcleanup/lang_en.inc.php
index 4f1e2ab..7d526ae 100644
--- a/plugins/serendipity_event_xhtmlcleanup/lang_en.inc.php
+++ b/plugins/serendipity_event_xhtmlcleanup/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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?');
diff --git a/plugins/serendipity_plugin_entrylinks/lang_en.inc.php b/plugins/serendipity_plugin_entrylinks/lang_en.inc.php
index 98c0603..a736659 100644
--- a/plugins/serendipity_plugin_entrylinks/lang_en.inc.php
+++ b/plugins/serendipity_plugin_entrylinks/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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?');
diff --git a/plugins/serendipity_plugin_eventwrapper/lang_en.inc.php b/plugins/serendipity_plugin_eventwrapper/lang_en.inc.php
index 30eb383..6ae9934 100644
--- a/plugins/serendipity_plugin_eventwrapper/lang_en.inc.php
+++ b/plugins/serendipity_plugin_eventwrapper/lang_en.inc.php
@@ -1,5 +1,11 @@
 <?php # $Id$
 
+/**
+ *  @version $Revision$
+ *  @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');
-- 
2.39.5