Index: trunk/tools/ToolserverI18N/language/Domains.php |
— | — | @@ -1,11 +1,12 @@ |
2 | 2 | <?php |
3 | 3 | $domains = array( |
4 | | - 'General' => 'General.i18n.php', |
5 | | - 'Getwikiapi' => 'Getwikiapi.i18n.php', |
6 | | - 'Jarry' => 'Jarry.i18n.php', |
7 | | - 'Monumentsapi' => 'Monumentsapi.i18n.php', |
8 | | - 'Orphantalk2' => 'Orphantalk2.i18n.php', |
| 4 | + 'General' => 'General.i18n.php', |
| 5 | + 'Getwikiapi' => 'Getwikiapi.i18n.php', |
| 6 | + 'Jarry' => 'Jarry.i18n.php', |
| 7 | + 'Krinkle' => 'Krinkle.i18n.php', |
| 8 | + 'Monumentsapi' => 'Monumentsapi.i18n.php', |
| 9 | + 'Orphantalk2' => 'Orphantalk2.i18n.php', |
9 | 10 | 'Recentanonymousactivity' => 'Recentanonymousactivity.i18n.php', |
10 | | - 'Svgtranslate' => 'Svgtranslate.i18n.php', |
11 | | - 'Tsintuition' => 'Tsintuition.i18n.php', |
| 11 | + 'Svgtranslate' => 'Svgtranslate.i18n.php', |
| 12 | + 'Tsintuition' => 'Tsintuition.i18n.php', |
12 | 13 | ); |
\ No newline at end of file |
Index: trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php |
— | — | @@ -0,0 +1,44 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Interface messages for Krinkle's general tool interface. |
| 5 | + * |
| 6 | + * @toolowner krinkle |
| 7 | + */ |
| 8 | + |
| 9 | +$url = '~krinkle/'; |
| 10 | + |
| 11 | +$messages = array(); |
| 12 | + |
| 13 | +/** |
| 14 | + * English |
| 15 | + * |
| 16 | + * @author Krinkle |
| 17 | + */ |
| 18 | +$messages['en'] = array( |
| 19 | + 'alws-selectwiki' => '(select wiki)', |
| 20 | + 'alws-group-mustused' => 'Most used wikis', |
| 21 | + 'alws-group-allaz' => 'All wikis alphabetically', |
| 22 | +); |
| 23 | + |
| 24 | +/** |
| 25 | + * Documentation |
| 26 | + * |
| 27 | + * @author Krinkle |
| 28 | + */ |
| 29 | +$messages['qqq'] = array( |
| 30 | + 'alws-selectwiki' => 'This is the initial value for the dropdown menu with all wikis, of which one must be choosen.', |
| 31 | + 'alws-group-mustused' => 'This is the group label for group containing the most used wikis. In a dropdown menu with all wikis.', |
| 32 | + 'alws-group-allaz' => 'This is the group label for the group containg all wikis listed alphabetically. In a dropdown menu with all wikis.', |
| 33 | +); |
| 34 | + |
| 35 | +/** |
| 36 | + * English |
| 37 | + * |
| 38 | + * @author Krinkle |
| 39 | + */ |
| 40 | +$messages['en'] = array( |
| 41 | + 'alws-selectwiki' => '(selecteer een wiki)', |
| 42 | + 'alws-group-mustused' => 'Meeste gebruikte wikis', |
| 43 | + 'alws-group-allaz' => 'Alle wikis op alfabetische volgorde', |
| 44 | +); |
| 45 | + |
Property changes on: trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 46 | + native |