Index: trunk/extensions/LocalisationUpdate/LocalisationUpdate.i18n.php |
— | — | @@ -15,14 +15,46 @@ |
16 | 16 | 'localisationupdate-desc' => 'Keeps the localised messages as up to date as possible', |
17 | 17 | ); |
18 | 18 | |
| 19 | +/** Message Documentation |
| 20 | + * @author Purodha |
| 21 | + */ |
| 22 | +$messages['qqq'] = array( |
| 23 | + 'localisationupdate-desc' => 'This is a short description of the extension. |
| 24 | +It is shown on [[SPECIAL:Version]]. |
| 25 | +Do not translate tag names, or link targets.', |
| 26 | +); |
| 27 | + |
| 28 | +/** German |
| 29 | + * @author Purodha |
| 30 | + */ |
| 31 | +$messages['de'] = array( |
| 32 | + 'localisationupdate-desc' => 'Lokalisierte Texte und Nachrichten möglichst aktuell halten', |
| 33 | +); |
| 34 | + |
| 35 | +/** Ripuarian |
| 36 | + * @author Purodha |
| 37 | + */ |
| 38 | +$messages['ksh'] = array( |
| 39 | + 'localisationupdate-desc' => 'Texte un Nohreeschte vum Wiki esu joot wi müjjelich om neueste Shtand halde', |
| 40 | +); |
| 41 | + |
| 42 | +/** Cantonese |
| 43 | + * @author Tom Maaswinkel |
| 44 | + */ |
19 | 45 | $messages['yue'] = array( |
20 | 46 | 'localisationupdate-desc' => '將本地化嘅信息保持最新', |
21 | 47 | ); |
22 | 48 | |
| 49 | +/** Chinese (simplified) |
| 50 | + * @author Tom Maaswinkel |
| 51 | + */ |
23 | 52 | $messages['zh-hans'] = array( |
24 | 53 | 'localisationupdate-desc' => '将本地化的信息保持最新', |
25 | 54 | ); |
26 | 55 | |
| 56 | +/** Chinese (Tranditional) |
| 57 | + * @author Tom Maaswinkel |
| 58 | + */ |
27 | 59 | $messages['zh-hant'] = array( |
28 | 60 | 'localisationupdate-desc' => '將本地化的信息保持最新', |
29 | 61 | ); |