Index: trunk/extensions/XMLRC/XMLRC.i18n.php |
— | — | @@ -1,10 +1,30 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * Translations of XMLRC extension. |
| 5 | + * |
| 6 | + * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later |
| 7 | + */ |
| 8 | + |
| 9 | +$messages = array(); |
| 10 | + |
| 11 | +/** English |
| 12 | + * @author Daniel Kinzler |
| 13 | + */ |
| 14 | +$messages['en'] = array( |
| 15 | + 'xmlrc-desc' => 'Sends notifications about changes as XML, via UDP, Jabber or other means', |
| 16 | +); |
| 17 | + |
| 18 | +/** Message documentation (Message documentation) |
| 19 | + * @author Daniel Kinzler |
| 20 | + */ |
3 | 21 | $messages['qqq'] = array( |
4 | | - 'xmlrc-desc' => 'Description of the XMLRC extension, to be shown on Special:Version.', |
| 22 | + 'xmlrc-desc' => '{{desc}}', |
5 | 23 | ); |
6 | | -$messages['en'] = array( |
7 | | - 'xmlrc-desc' => 'Sends notifications about changes as XML, via UDP, Jabber or other means.', |
8 | | -); |
| 24 | + |
| 25 | +/** German (Deutsch) |
| 26 | + * @author Daniel Kinzler |
| 27 | + */ |
9 | 28 | $messages['de'] = array( |
10 | | - 'xmlrc-desc' => 'Verschickt benachrichtigungen über Änderungen als XML, über UDP, Jabber oder andere Protokolle.', |
| 29 | + 'xmlrc-desc' => 'Verschickt Benachrichtigungen über Änderungen als XML, über UDP, Jabber oder andere Protokolle', |
11 | 30 | ); |
| 31 | + |
Index: trunk/extensions/XMLRC/XMLRC.php |
— | — | @@ -17,7 +17,6 @@ |
18 | 18 | # Internationalisation file |
19 | 19 | $dir = dirname(__FILE__) . '/'; |
20 | 20 | $wgExtensionMessagesFiles['XMLRC'] = $dir . 'XMLRC.i18n.php'; |
21 | | -#$wgExtensionAliasesFiles['XMLRC'] = $dir . 'XMLRC.alias.php'; |
22 | 21 | |
23 | 22 | $wgXMLRCTransport = array( |
24 | 23 | 'class' => 'XMLRC_File', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -1520,4 +1520,6 @@ |
1521 | 1521 | |
1522 | 1522 | Woopra |
1523 | 1523 | |
| 1524 | +XMLRC |
| 1525 | + |
1524 | 1526 | YouTube Auth Sub |