Skip to content

Commit

Permalink
core plugins cleanup, doc headers, tabs, consistency etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Aug 14, 2013
1 parent d080d7e commit d969624
Show file tree
Hide file tree
Showing 885 changed files with 10,142 additions and 9,586 deletions.
13 changes: 7 additions & 6 deletions plugins/serendipity_event_bbcode/UTF-8/lang_bg.inc.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Ivan Cenov jwalker@hotmail.bg
*/

@define('PLUGIN_EVENT_BBCODE_NAME', 'Текстово форматиране: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Форматиране на текст (постинг, коментар, HTML поле) с BBcode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Форматирането с <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> е разрешено');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Използване на target="blank" за връзките ?');
@define('PLUGIN_EVENT_BBCODE_NAME', 'Текстово форматиране: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Форматиране на текст (постинг, коментар, HTML поле) с BBcode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Форматирането с <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> е разрешено');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Използване на target="blank" за връзките ?');

10 changes: 9 additions & 1 deletion plugins/serendipity_event_bbcode/UTF-8/lang_cn.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?php
<?php #

/**
* @version
* @file
* @author
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', '标记语言: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', '使用BBCode标记语言');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '允许使用<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>格式代码');
@define('PLUGIN_EVENT_BBCODE_TARGET', '处理链接时使用 target="blank"?(点击链接后在新窗口显示网页内容)');

8 changes: 4 additions & 4 deletions plugins/serendipity_event_bbcode/UTF-8/lang_cs.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php # $Id: lang_cs.inc.php 1410 2007-12-03 23:40:00 VladaAjgl $
<?php #

/**
* @version $Revision: 1410 $
/*
* @version 1410
* @file lang_cs.inc.php 1410 2007-12-03 23:40:00 VladaAjgl
* @author Vladimír Ajgl <vlada@ajgl.cz>
* EN-Revision: Revision of lang_en.inc.php
* Translated on 2007-12-03
Expand All @@ -12,4 +13,3 @@
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Povolit (= překládat) značkovací formát <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Použít pro odkazy target="_blank" (odkazy otevírat v novém okně)?');

?>
6 changes: 3 additions & 3 deletions plugins/serendipity_event_bbcode/UTF-8/lang_cz.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php # $Id: lang_cz.inc.php 1410 2007-12-03 23:40:00 VladaAjgl $
<?php #

/**
* @version $Revision: 1410 $
* @version 1410
* @file lang_cz.inc.php 1410 2007-12-03 23:40:00 VladaAjgl
* @author Vladimír Ajgl <vlada@ajgl.cz>
* EN-Revision: Revision of lang_en.inc.php
* Translated on 2007-12-03
Expand All @@ -12,4 +13,3 @@
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Povolit (= překládat) značkovací formát <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Použít pro odkazy target="_blank" (odkazy otevírat v novém okně)?');

?>
14 changes: 8 additions & 6 deletions plugins/serendipity_event_bbcode/UTF-8/lang_de.inc.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?php # lang_de.inc.php 1.0 2009-06-03 09:47:51 VladaAjgl $
<?php #

/**
* @version 1.0
* @author Konrad Bauckmeier <kontakt@dd4kids.de>
* @translated 2009/06/03
*/
@define('PLUGIN_EVENT_BBCODE_NAME', 'Textformatierung: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BBCode-Formatierung durchführen');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>-Formatierung erlaubt');
*/

@define('PLUGIN_EVENT_BBCODE_NAME', 'Textformatierung: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BBCode-Formatierung durchführen');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>-Formatierung erlaubt');

// Next lines were translated on 2009/06/03
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Benutze target="blank" für Links?');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Benutze target="blank" für Links?');

6 changes: 3 additions & 3 deletions plugins/serendipity_event_bbcode/UTF-8/lang_es.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Rodrigo Lazo Paz <rlazo.paz@gmail.com>
* EN-Revision: 690
*/
Expand All @@ -9,4 +10,3 @@
@define('PLUGIN_EVENT_BBCODE_DESC', 'Dar formato al texto utilizando BBCode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Formato <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> permitido');

?>
22 changes: 7 additions & 15 deletions plugins/serendipity_event_bbcode/UTF-8/lang_fr.inc.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
<?php # $Id$
<?php #

##########################################################################
# serendipity - another blogger... #
##########################################################################
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# Sebastian Mordziol <argh@php-tools.net> #
# http://sebastian.mordziol.de #
# #
##########################################################################
/**
* @version
* @file
* @author ebastian Mordziol <argh@php-tools.net> http://sebastian.mordziol.de
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', 'Balises: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Permet l\'utilisation de balises BBCode dans le texte de vos billets');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Syntaxe <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> autorisée');

/* vim: set sts=4 ts=4 expandtab : */
?>
5 changes: 2 additions & 3 deletions plugins/serendipity_event_bbcode/UTF-8/lang_ja.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 1410
*/
Expand All @@ -11,4 +11,3 @@
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BB コード</a> 書式を許可します。');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'リンクに「target="blank"」を使いますか?');

?>
18 changes: 11 additions & 7 deletions plugins/serendipity_event_bbcode/UTF-8/lang_ko.inc.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?php # $Id$
# Translated by: Wesley Hwang-Chung <wesley96@gmail.com>
# (c) 2005 http://www.tool-box.info/
<?php #

@define('PLUGIN_EVENT_BBCODE_NAME', '마크업: BB코드');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BB코드 마크업을 글에 적용함');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BB코드</a>를 글에 쓸 수 있습니다.');
/**
* @version
* @file
* @author Wesley Hwang-Chung <wesley96@gmail.com> http://www.tool-box.info/
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', '마크업: BB코드');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BB코드 마크업을 글에 적용함');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BB코드</a>를 글에 쓸 수 있습니다.');

?>
5 changes: 3 additions & 2 deletions plugins/serendipity_event_bbcode/UTF-8/lang_pl.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Kostas CoSTa Brzezinski <costa@kofeina.net>
* EN-Revision: Revision of lang_en.inc.php
*/
Expand All @@ -10,3 +10,4 @@
@define('PLUGIN_EVENT_BBCODE_DESC', 'Przekształcaj tekst stosując tagi BBCode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> format dozwolony');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Używać target="blank" dla linków?');

21 changes: 7 additions & 14 deletions plugins/serendipity_event_bbcode/UTF-8/lang_pt_PT.inc.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
<?php # $Id:$
<?php #

##########################################################################
# serendipity - another blogger... #
##########################################################################
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# João P Matos <jmatos@math.ist.utl.pt> #
# #
##########################################################################
/**
* @version
* @file
* @author João P Matos <jmatos@math.ist.utl.pt>
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', 'Código: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Permite usar no texto codificação BBCode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Sintaxe <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> autorizada');

/* vim: set sts=4 ts=4 expandtab : */
?>
5 changes: 2 additions & 3 deletions plugins/serendipity_event_bbcode/UTF-8/lang_sk.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
<?php #

/**
* @version $$
* @version
* @author Martin Matuška <martin@matuska.org>
* EN-Revision: Revision of lang_en.inc.php
* Translated on 2010-08-17
Expand All @@ -12,4 +12,3 @@
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Zapnúť (= prekladať) označovací formát <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Použiť pre odkazy target="_blank" (odkazy otvárať v novom okne)?');

?>
29 changes: 12 additions & 17 deletions plugins/serendipity_event_bbcode/UTF-8/lang_tn.inc.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
<?php # $Id$
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
# details #
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# (c) 2004-2005 CapriSkye <admin@capriskye.com> #
# http://open.38.com #
##########################################################################
<?php #

/**
* @version
* @file
* @author CapriSkye <admin@capriskye.com> http://open.38.com
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', '標記語言: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', '使用 BBCode 的標記語言');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> 可用的格式');

@define('PLUGIN_EVENT_BBCODE_NAME', '標記語言: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', '使用 BBCode 的標記語言');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> 可用的格式');
?>
10 changes: 9 additions & 1 deletion plugins/serendipity_event_bbcode/UTF-8/lang_zh.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?php
<?php #

/**
* @version
* @file
* @author
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', '标记语言: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', '使用BBCode标记语言');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '允许使用<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>格式代码');
@define('PLUGIN_EVENT_BBCODE_TARGET', '处理链接时使用 target="blank"?(点击链接后在新窗口显示网页内容)');

13 changes: 7 additions & 6 deletions plugins/serendipity_event_bbcode/lang_bg.inc.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Ivan Cenov jwalker@hotmail.bg
*/

@define('PLUGIN_EVENT_BBCODE_NAME', 'Òåêñòîâî ôîðìàòèðàíå: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Ôîðìàòèðàíå íà òåêñò (ïîñòèíã, êîìåíòàð, HTML ïîëå) ñ BBcode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Ôîðìàòèðàíåòî ñ <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> å ðàçðåøåíî');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Èçïîëçâàíå íà target="blank" çà âðúçêèòå ?');
@define('PLUGIN_EVENT_BBCODE_NAME', 'Òåêñòîâî ôîðìàòèðàíå: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Ôîðìàòèðàíå íà òåêñò (ïîñòèíã, êîìåíòàð, HTML ïîëå) ñ BBcode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Ôîðìàòèðàíåòî ñ <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> å ðàçðåøåíî');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Èçïîëçâàíå íà target="blank" çà âðúçêèòå ?');

10 changes: 9 additions & 1 deletion plugins/serendipity_event_bbcode/lang_cn.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?php
<?php #

/**
* @version
* @file
* @author
* EN-Revision: Revision of lang_en.inc.php
*/

@define('PLUGIN_EVENT_BBCODE_NAME', '标记语言: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', '使用BBCode标记语言');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '允许使用<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>格式代码');
@define('PLUGIN_EVENT_BBCODE_TARGET', '处理链接时使用 target="blank"?(点击链接后在新窗口显示网页内容)');

6 changes: 3 additions & 3 deletions plugins/serendipity_event_bbcode/lang_cs.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php # $Id: lang_cs.inc.php 1410 2007-12-03 23:40:00 VladaAjgl $
<?php #

/**
* @version $Revision: 1410 $
* @version 1410
* @file lang_cs.inc.php 1410 2007-12-03 23:40:00 VladaAjgl
* @author Vladimír Ajgl <vlada@ajgl.cz>
* EN-Revision: Revision of lang_en.inc.php
* Translated on 2007-12-03
Expand All @@ -12,4 +13,3 @@
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Povolit (= pøekládat) znaèkovací formát <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Použít pro odkazy target="_blank" (odkazy otevírat v novém oknì)?');

?>
6 changes: 3 additions & 3 deletions plugins/serendipity_event_bbcode/lang_cz.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php # $Id: lang_cz.inc.php 1410 2007-12-03 23:40:00 VladaAjgl $
<?php #

/**
* @version $Revision: 1410 $
* @version 1410
* @file lang_cz.inc.php 1410 2007-12-03 23:40:00 VladaAjgl
* @author Vladimír Ajgl <vlada@ajgl.cz>
* EN-Revision: Revision of lang_en.inc.php
* Translated on 2007-12-03
Expand All @@ -12,4 +13,3 @@
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Povolit (= pøekládat) znaèkovací formát <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Pou¾ít pro odkazy target="_blank" (odkazy otevírat v novém oknì)?');

?>
14 changes: 8 additions & 6 deletions plugins/serendipity_event_bbcode/lang_de.inc.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<?php # lang_de.inc.php 1.0 2009-06-03 09:47:51 VladaAjgl $
<?php #

/**
* @version 1.0
* @author Konrad Bauckmeier <kontakt@dd4kids.de>
* @translated 2009/06/03
*/
@define('PLUGIN_EVENT_BBCODE_NAME', 'Textformatierung: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BBCode-Formatierung durchführen');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>-Formatierung erlaubt');
*/

@define('PLUGIN_EVENT_BBCODE_NAME', 'Textformatierung: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BBCode-Formatierung durchführen');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a>-Formatierung erlaubt');

// Next lines were translated on 2009/06/03
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Benutze target="blank" für Links?');
@define('PLUGIN_EVENT_BBCODE_TARGET', 'Benutze target="blank" für Links?');

5 changes: 2 additions & 3 deletions plugins/serendipity_event_bbcode/lang_en.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
Expand All @@ -11,4 +11,3 @@
@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?');

?>
6 changes: 3 additions & 3 deletions plugins/serendipity_event_bbcode/lang_es.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php # $Id$
<?php #

/**
* @version $Revision$
* @version
* @author Rodrigo Lazo Paz <rlazo.paz@gmail.com>
* EN-Revision: 690
*/
Expand All @@ -9,4 +10,3 @@
@define('PLUGIN_EVENT_BBCODE_DESC', 'Dar formato al texto utilizando BBCode');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Formato <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> permitido');

?>

4 comments on commit d969624

@ophian
Copy link
Member Author

@ophian ophian commented on d969624 Aug 14, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To all. Please keep an eye on this, since I had to do this manually. So there may be glitches hidden!
I am not sure if this can easily be ported by a cherry-pick to 2.0. Any thoughts on this?

@ophian
Copy link
Member Author

@ophian ophian commented on d969624 Aug 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garvinhicking @yellowled and others
Did you get these changes about 2 weeks ago?

How can we merge and upport this into 2.0, since there have been tweaks to some plugins, which are 2.0 only?
I do not want to run that work again manually.

@yellowled
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, got them.

Erm, we leave this to git merge? At some point, we're going to have to merge master into 2.0 or vice versa anyway. Also, could we please not discuss this here? This page takes forever to load due to the high number of files committed.

@ophian
Copy link
Member Author

@ophian ophian commented on d969624 Aug 29, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.