Index: trunk/extensions/Translate/groups/Mantis.php |
— | — | @@ -1,4 +1,13 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Support MantisBT: http://www.mantisbt.org. |
| 5 | + * |
| 6 | + * @addtogroup Extensions |
| 7 | + * |
| 8 | + * @copyright Copyright � 2008-2009, Translatewiki.net developers |
| 9 | + * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
| 10 | + */ |
| 11 | +// Support MantisBT: http://www.mantisbt.org |
3 | 12 | |
4 | 13 | class MantisMessageGroup extends MessageGroup { |
5 | 14 | protected $label = 'Mantis (web-based bugtracking system)'; |
Index: trunk/extensions/Translate/groups/FreeCol.php |
— | — | @@ -1,4 +1,13 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Support FreeCol: http://www.freecol.org/. |
| 5 | + * |
| 6 | + * @addtogroup Extensions |
| 7 | + * |
| 8 | + * @author Niklas Laxstr�m |
| 9 | + * @copyright Copyright � 2008-2009, Niklas Laxstr�m |
| 10 | + * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
| 11 | + */ |
3 | 12 | |
4 | 13 | class FreeColMessageGroup extends MessageGroup { |
5 | 14 | protected $label = 'FreeCol (open source game)'; |
Index: trunk/extensions/Translate/ffs/PhpVariables.php |
— | — | @@ -116,7 +116,6 @@ |
117 | 117 | */ |
118 | 118 | class PhpVariablesFormatWriter extends SimpleFormatWriter { |
119 | 119 | |
120 | | - // Ugly. Should be in Mantis.php or something |
121 | 120 | public function makeHeader( $handle, $code ) { |
122 | 121 | list( $name, $native ) = $this->getLanguageNames( $code ); |
123 | 122 | $authors = $this->formatAuthors( ' * @author ', $code ); |