Index: trunk/extensions/Translate/TranslateGroupDescriptions.i18n.php |
— | — | @@ -65,9 +65,8 @@ |
66 | 66 | 'bw-desc-statusnet' => '[[Translating:StatusNet|StatusNet]] is a microblogging server', |
67 | 67 | 'translate-group-desc-statusnet-plugin' => 'These messages are part of a plugin for [[Translating:StatusNet|StatusNet]]', |
68 | 68 | 'translate-group-desc-tsint' => 'A message group for [http://toolserver.org/~krinkle/TsIntuition Toolserver Intuition], the i18n system for [http://toolserver.org Toolserver] tools (<span class="plainlinks">[[Translating talk:Toolserver|support]] · [https://wiki.toolserver.org/view/Toolserver_Intuition technical details]</span>)', |
69 | | - 'bw-desc-voctrain' => '[[Translating:Voctrain|Voctrain]] is an OmegaWiki-based vocabulary trainer', |
| 69 | + //'bw-desc-voctrain' => '[[Translating:Voctrain|Voctrain]] is an OmegaWiki-based vocabulary trainer', |
70 | 70 | 'bw-desc-wikiblame' => '[[Translating:WikiBlame|WikiBlame]] is able to quickly find the authors of a part of a page in a Wikimedia wiki', |
71 | | - 'bw-desc-wikimediamobile' => '[[Translating:Wikimedia_mobile|Wikimedia mobile]] is the mobile interface for Wikipedia', |
72 | 71 | 'bw-desc-wikireader' => '[[Translating:WikiReader|WikiReader]] delivers an offline, text-only version of Wikipedia on a mobile device.', |
73 | 72 | ); |
74 | 73 | |
Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | /** |
17 | 17 | * Version number used in extension credits and in other placed where needed. |
18 | 18 | */ |
19 | | -define( 'TRANSLATE_VERSION', '2011-07-09' ); |
| 19 | +define( 'TRANSLATE_VERSION', '2011-08-23' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Extension credits properties. |