Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3140,6 +3140,7 @@ |
3141 | 3141 | 'version-svn-revision', |
3142 | 3142 | 'version-license', |
3143 | 3143 | 'version-poweredby-credits', |
| 3144 | + 'version-poweredby-others', |
3144 | 3145 | 'version-license-info', |
3145 | 3146 | 'version-software', |
3146 | 3147 | 'version-software-product', |
Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan', |
84 | 84 | 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking', |
85 | 85 | 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe', |
86 | | - wfMsg( 'others' ) |
| 86 | + wfMsg( 'version-poweredby-others' ) |
87 | 87 | ); |
88 | 88 | $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) ); |
89 | 89 | |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4245,6 +4245,7 @@ |
4246 | 4246 | 'version-svn-revision' => '(r$2)', # only translate this message to other languages if you have to change it |
4247 | 4247 | 'version-license' => 'License', |
4248 | 4248 | 'version-poweredby-credits' => "This wiki is powered by '''[http://www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.", |
| 4249 | +'version-poweredby-others' => 'others', // For the list: Tom, Dick, Harry and others |
4249 | 4250 | 'version-license-info' => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
4250 | 4251 | |
4251 | 4252 | MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |