Index: trunk/extensions/MathStatFunctions/MathStatFunctions.i18n.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
| 12 | + 'msfunc_desc' => 'A collection of mathematical and statistical functions', |
12 | 13 | 'msfunc_nan' => 'Resulting value is not a number', |
13 | 14 | 'msfunc_inf' => 'Resulting value is infinity', |
14 | 15 | 'msfunc_div_zero' => 'Division by zero', |
— | — | @@ -72,6 +73,16 @@ |
73 | 74 | 'msfunc_div_zero' => 'Divido per nulo', |
74 | 75 | ); |
75 | 76 | |
| 77 | +/** Persian (فارسی) |
| 78 | + * @author Huji |
| 79 | + */ |
| 80 | +$messages['fa'] = array( |
| 81 | + 'msfunc_desc' => 'مجموعهای از عملکردهای ریاضی و آماری', |
| 82 | + 'msfunc_nan' => 'مقدار نتیجه یک عدد نیست', |
| 83 | + 'msfunc_inf' => 'مقدار نتیجه بینهایت است', |
| 84 | + 'msfunc_div_zero' => 'تقسیم بر صفر', |
| 85 | +); |
| 86 | + |
76 | 87 | $messages['fr'] = array( |
77 | 88 | 'msfunc_nan' => 'Le résultat n’est pas un nombre.', |
78 | 89 | 'msfunc_inf' => 'Le résultat est l’infini.', |
Index: trunk/extensions/MathStatFunctions/MathStatFunctions.php |
— | — | @@ -9,6 +9,7 @@ |
10 | 10 | 'version' => '1.1', |
11 | 11 | 'author' => 'Carl Fürstenberg (AzaToth)', |
12 | 12 | 'description' => 'A collection of mathematical and statistical functions', |
| 13 | + 'descriptionmsg' => 'msfunc_desc', |
13 | 14 | 'url' => 'http://www.mediawiki.org/wiki/Extension:MathStatFunctions', |
14 | 15 | ); |
15 | 16 | |
Index: trunk/extensions/RightFunctions/RightFunctions.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | * @author Ryan Schmidt |
12 | 12 | */ |
13 | 13 | $messages['en'] = array( |
14 | | - 'rightfunctions' => 'Permission-based parser functions', |
| 14 | + 'rightfunctions-desc' => 'Permission-based parser functions', |
15 | 15 | 'rightfunctions-restboth' => '$1 (from local page), $2 (from cascading sources)', |
16 | 16 | 'rightfunctions-restcasc' => '$1 (from cascading sources)', |
17 | 17 | ); |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | * @author Meno25 |
21 | 21 | */ |
22 | 22 | $messages['ar'] = array( |
23 | | - 'rightfunctions' => 'دوال بارسر تعتمد على السماحات', |
| 23 | + 'rightfunctions-desc' => 'دوال بارسر تعتمد على السماحات', |
24 | 24 | 'rightfunctions-restboth' => '$1 (من الصفحة المحلية)، $2 (من المصادر المضمنة)', |
25 | 25 | 'rightfunctions-restcasc' => '$1 (من المصادر المضمنة)', |
26 | 26 | ); |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | * @author Yekrats |
38 | 38 | */ |
39 | 39 | $messages['eo'] = array( |
40 | | - 'rightfunctions' => 'Rajtecaj funkcioj de sintaksaj analiziloj', |
| 40 | + 'rightfunctions-desc' => 'Rajtecaj funkcioj de sintaksaj analiziloj', |
41 | 41 | 'rightfunctions-restboth' => '$1 (de loka paĝo), $2 (de rilataj fontoj)', |
42 | 42 | 'rightfunctions-restcasc' => '$1 (de rilataj fontoj)', |
43 | 43 | ); |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | * @author Grondin |
47 | 47 | */ |
48 | 48 | $messages['fr'] = array( |
49 | | - 'rightfunctions' => 'Permissions de base des fonctions parseurs', |
| 49 | + 'rightfunctions-desc' => 'Permissions de base des fonctions parseurs', |
50 | 50 | 'rightfunctions-restboth' => '$1 (à partir de la page locale), $2 (à partir des sources en cascade)', |
51 | 51 | 'rightfunctions-restcasc' => '$1 (à partir des sources en cascade)', |
52 | 52 | ); |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | * @author Toliño |
56 | 56 | */ |
57 | 57 | $messages['gl'] = array( |
58 | | - 'rightfunctions' => 'Permisos baseados nas funcións analíticas', |
| 58 | + 'rightfunctions-desc' => 'Permisos baseados nas funcións analíticas', |
59 | 59 | 'rightfunctions-restboth' => '$1 (a partir da páxina local), $2 (a partir das fontes en serie)', |
60 | 60 | 'rightfunctions-restcasc' => '$1 (a partir das fontes en serie)', |
61 | 61 | ); |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | * @author Kaustubh |
65 | 65 | */ |
66 | 66 | $messages['hi'] = array( |
67 | | - 'rightfunctions' => 'अनुमति-आधारित पार्सर कार्य', |
| 67 | + 'rightfunctions-desc' => 'अनुमति-आधारित पार्सर कार्य', |
68 | 68 | 'rightfunctions-restcasc' => '$1 (अन्य स्रोतोंसे)', |
69 | 69 | ); |
70 | 70 | |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | * @author Michawiki |
73 | 73 | */ |
74 | 74 | $messages['hsb'] = array( |
75 | | - 'rightfunctions' => 'Parserowe funkcije na zakładźe prawow', |
| 75 | + 'rightfunctions-desc' => 'Parserowe funkcije na zakładźe prawow', |
76 | 76 | 'rightfunctions-restboth' => '$1 (z lokalneje strony), $2 (z překrywacych žórłow)', |
77 | 77 | 'rightfunctions-restcasc' => '$1 (z překrywacych žórłow)', |
78 | 78 | ); |
— | — | @@ -80,14 +80,14 @@ |
81 | 81 | * @author Robby |
82 | 82 | */ |
83 | 83 | $messages['lb'] = array( |
84 | | - 'rightfunctions' => 'Parser Funktiounen déi vun de Benotzerrechter ofhänken', |
| 84 | + 'rightfunctions-desc' => 'Parser Funktiounen déi vun de Benotzerrechter ofhänken', |
85 | 85 | ); |
86 | 86 | |
87 | 87 | /** Marathi (मराठी) |
88 | 88 | * @author Kaustubh |
89 | 89 | */ |
90 | 90 | $messages['mr'] = array( |
91 | | - 'rightfunctions' => 'परवानगी आधारित पार्सर कार्ये', |
| 91 | + 'rightfunctions-desc' => 'परवानगी आधारित पार्सर कार्ये', |
92 | 92 | 'rightfunctions-restboth' => '$1 (स्थानिक स्रोतांकडून), $2 (इतर स्रोतांकडून)', |
93 | 93 | 'rightfunctions-restcasc' => '$1 (इतर स्रोतांकडून)', |
94 | 94 | ); |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | * @author SPQRobin |
99 | 99 | */ |
100 | 100 | $messages['nl'] = array( |
101 | | - 'rightfunctions' => 'Rechtengebaseerde parserfuncties', |
| 101 | + 'rightfunctions-desc' => 'Rechtengebaseerde parserfuncties', |
102 | 102 | 'rightfunctions-restboth' => '$1 (van plaatselijke pagina), $2 (van bovengelegen bronnen)', |
103 | 103 | 'rightfunctions-restcasc' => '$1 (van bovengelegen bronnen)', |
104 | 104 | ); |
— | — | @@ -106,7 +106,7 @@ |
107 | 107 | * @author Jon Harald Søby |
108 | 108 | */ |
109 | 109 | $messages['no'] = array( |
110 | | - 'rightfunctions' => 'Rettighetsbaserte parserfunksjoner', |
| 110 | + 'rightfunctions-desc' => 'Rettighetsbaserte parserfunksjoner', |
111 | 111 | 'rightfunctions-restboth' => '$1 (fra lokal side), $2 (fra arvende kilder)', |
112 | 112 | 'rightfunctions-restcasc' => '$1 (fra arvende kilder)', |
113 | 113 | ); |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | * @author Cedric31 |
117 | 117 | */ |
118 | 118 | $messages['oc'] = array( |
119 | | - 'rightfunctions' => 'Permissions de basa de las foncions parsaires', |
| 119 | + 'rightfunctions-desc' => 'Permissions de basa de las foncions parsaires', |
120 | 120 | 'rightfunctions-restboth' => '$1 (a partir de la pagina locala), $2 (a partir de las fonts en cascada)', |
121 | 121 | 'rightfunctions-restcasc' => '$1 (a partir de las fonts en cascada)', |
122 | 122 | ); |
— | — | @@ -124,7 +124,7 @@ |
125 | 125 | * @author Sp5uhe |
126 | 126 | */ |
127 | 127 | $messages['pl'] = array( |
128 | | - 'rightfunctions' => 'Funkcje parsera pracujące na uprawnieniach', |
| 128 | + 'rightfunctions-desc' => 'Funkcje parsera pracujące na uprawnieniach', |
129 | 129 | 'rightfunctions-restboth' => '$1 (z lokalnej strony), $2 (ze źródeł kaskadowych)', |
130 | 130 | 'rightfunctions-restcasc' => '$1 (ze źródeł kaskadowych)', |
131 | 131 | ); |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | * @author Александр Сигачёв |
135 | 135 | */ |
136 | 136 | $messages['ru'] = array( |
137 | | - 'rightfunctions' => 'Функции парсера на основе разрешений', |
| 137 | + 'rightfunctions-desc' => 'Функции парсера на основе разрешений', |
138 | 138 | 'rightfunctions-restboth' => '$1 (с локальной страницы), $2 (из каскадных источников)', |
139 | 139 | 'rightfunctions-restcasc' => '$1 (из каскадных источников)', |
140 | 140 | ); |
— | — | @@ -142,7 +142,7 @@ |
143 | 143 | * @author Helix84 |
144 | 144 | */ |
145 | 145 | $messages['sk'] = array( |
146 | | - 'rightfunctions' => 'Funkcie syntaktického analyzátora podľa oprávnení', |
| 146 | + 'rightfunctions-desc' => 'Funkcie syntaktického analyzátora podľa oprávnení', |
147 | 147 | 'rightfunctions-restboth' => '$1 (z lokálnej stránky), $2 (kaskádovito zo zdroja)', |
148 | 148 | 'rightfunctions-restcasc' => '$1 (kaskádovito zo zdroja)', |
149 | 149 | ); |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | * @author Lejonel |
154 | 154 | */ |
155 | 155 | $messages['sv'] = array( |
156 | | - 'rightfunctions' => 'Parserfunktioner som är baserade på användarrättigheter', |
| 156 | + 'rightfunctions-desc' => 'Parserfunktioner som är baserade på användarrättigheter', |
157 | 157 | 'rightfunctions-restboth' => '$1 (från lokal sida), $2 (från kaskaderade källor)', |
158 | 158 | 'rightfunctions-restcasc' => '$1 (från kaskaderade källor)', |
159 | 159 | ); |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | * @author Vinhtantran |
163 | 163 | */ |
164 | 164 | $messages['vi'] = array( |
165 | | - 'rightfunctions' => 'Hàm cú pháp dựa trên sự cấp phép', |
| 165 | + 'rightfunctions-desc' => 'Hàm cú pháp dựa trên sự cấp phép', |
166 | 166 | 'rightfunctions-restboth' => '$1 (từ trang cục bộ), $2 (từ các nguồn theo tầng)', |
167 | 167 | 'rightfunctions-restcasc' => '$1 (từ các nguồn theo tầng)', |
168 | 168 | ); |
Index: trunk/extensions/RightFunctions/RightFunctions.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | 'url' => 'http://www.mediawiki.org/wiki/Extension:RightFunctions', |
21 | 21 | 'author' => 'Ryan Schmidt', |
22 | 22 | 'description' => 'Permission-based parser functions', |
23 | | - 'descriptionmsg' => 'rightfunctions', |
| 23 | + 'descriptionmsg' => 'rightfunctions-desc', |
24 | 24 | ); |
25 | 25 | |
26 | 26 | $wgExtensionMessageFiles['RightFunctions'] = dirname(__FILE__) . '/RightFunctions.i18n.php'; |
Index: trunk/extensions/MiniDonation/MiniDonation.i18n.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
| 12 | + 'donationform-desc' => 'Adds a tag <tt><donateform></tt> to support donations via PayPal', |
12 | 13 | 'donationform-submit' => 'Donate via PayPal', |
13 | 14 | ); |
14 | 15 | |
Index: trunk/extensions/MiniDonation/MiniDonation.php |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | 'name' => 'MiniDonation', |
8 | 8 | 'url' => 'http://mediawiki.org/wiki/Extension:MiniDonation', |
9 | 9 | 'description' => 'Adds a tag <tt><donateform></tt> to support donations via PayPal', |
| 10 | + 'descriptionmsg' => 'donationform-desc', |
10 | 11 | 'svn-date' => '$LastChangedDate$', |
11 | 12 | 'svn-revision' => '$LastChangedRevision$', |
12 | 13 | ); |
Index: trunk/extensions/TalkHere/TalkHere.i18n.php |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | * @author Daniel Kinzler, brightbyte.de |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
| 19 | + 'talkhere-desc' => 'Puts the talk page into the article page', |
19 | 20 | 'talkhere-title' => '$1', |
20 | 21 | 'talkhere-headtext' => '', |
21 | 22 | 'talkhere-foottext' => "The above comments may have been left by visitors. |
Index: trunk/extensions/TalkHere/TalkHere.php |
— | — | @@ -22,6 +22,7 @@ |
23 | 23 | 'author' => 'Daniel Kinzler', |
24 | 24 | 'url' => 'http://mediawiki.org/wiki/Extension:TalkHere', |
25 | 25 | 'description' => 'Puts the talk page into the article page', |
| 26 | + 'descriptionmsg' => 'talkhere-desc', |
26 | 27 | ); |
27 | 28 | |
28 | 29 | $wgTalkHereNamespaces = NULL; //namespaces to apply TalkHere to. |
Index: trunk/extensions/ProtectSection/ProtectSection.i18n.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
| 12 | + 'protectsection_desc' => 'Allows authorised users to protect parts of a text', |
12 | 13 | 'protectsection_add_remove' => 'You tried to add or remove a protected section', |
13 | 14 | 'protectsection_modify' => 'You tried to modify protected text', |
14 | 15 | 'protectsection_forbidden' => 'Forbidden', |
Index: trunk/extensions/ProtectSection/ProtectSection.php |
— | — | @@ -38,6 +38,7 @@ |
39 | 39 | 'name' => 'ProtectSection', |
40 | 40 | 'author' => 'ThomasV', |
41 | 41 | 'description' => 'Allows authorised users to protect parts of a text', |
| 42 | + 'descriptionmsg' => 'protectsection_desc', |
42 | 43 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ProtectSection' |
43 | 44 | ); |
44 | 45 | |
Index: trunk/extensions/MicroID/MicroID.i18n.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
| 12 | + 'microid-desc' => 'Adds a [http://www.microid.org/ MicroID] to user pages to confirm account with external services', |
12 | 13 | 'tog-microid' => 'Publish a <a href="http://microid.org/">MicroID</a> to confirm account with external services', |
13 | 14 | ); |
14 | 15 | |
Index: trunk/extensions/MicroID/MicroID.php |
— | — | @@ -36,6 +36,7 @@ |
37 | 37 | 'author' => 'Evan Prodromou', |
38 | 38 | 'url' => 'http://www.mediawiki.org/wiki/Extension:MicroID', |
39 | 39 | 'description' => 'Adds a [http://www.microid.org/ MicroID] to user pages to confirm account with external services', |
| 40 | + 'descriptionmsg' => 'microid-desc' |
40 | 41 | ); |
41 | 42 | |
42 | 43 | $wgExtensionMessagesFiles['MicroID'] = dirname(__FILE__) . '/MicroID.i18n.php'; |
Index: trunk/extensions/StalePages/StalePages.php |
— | — | @@ -10,11 +10,12 @@ |
11 | 11 | } |
12 | 12 | |
13 | 13 | $wgExtensionCredits['specialpage'][] = array( |
14 | | - 'name'=>'Stale pages', |
15 | | - 'url'=>'http://www.mediawiki.org/wiki/Extension:Stale_Pages', |
16 | | - 'author'=>'Tim Laqua', |
17 | | - 'description'=>'Generates a list of pages that have not been edited recently', |
18 | | - 'version'=>'0.7' |
| 14 | + 'name' => 'Stale pages', |
| 15 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Stale_Pages', |
| 16 | + 'author' => 'Tim Laqua', |
| 17 | + 'description' => 'Generates a list of pages that have not been edited recently', |
| 18 | + 'descriptionmsg' => 'stalepages-desc' |
| 19 | + 'version' => '0.7' |
19 | 20 | ); |
20 | 21 | |
21 | 22 | if( version_compare( $wgVersion, '1.11', '>=' ) ) { |
Index: trunk/extensions/StalePages/StalePages.i18n.php |
— | — | @@ -9,6 +9,7 @@ |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | 12 | 'stalepages' => 'Stale pages', |
| 13 | + 'stalepages-desc' => 'Generates a list of pages that have not been edited recently', |
13 | 14 | 'stalepages-summary' => 'This is a list of pages that have not been edited in the last $1 days.', |
14 | 15 | ); |
15 | 16 | |
Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php |
— | — | @@ -27,6 +27,7 @@ |
28 | 28 | * @author Evan Prodromou <evan@vinismo.com> |
29 | 29 | */ |
30 | 30 | $messages['en'] = array( |
| 31 | + 'form-desc' => 'A form interface to start new articles', |
31 | 32 | 'form' => 'Form', |
32 | 33 | 'formnoname' => 'No form name', |
33 | 34 | 'formnonametext' => 'You must provide a form name, like "Special:Form/Nameofform".', |
Index: trunk/extensions/SpecialForm/SpecialForm.setup.php |
— | — | @@ -41,7 +41,8 @@ |
42 | 42 | 'version' => SPECIALFORM_VERSION, |
43 | 43 | 'author' => 'Evan Prodromou', |
44 | 44 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Form', |
45 | | - 'description' => 'A form interface to start new articles' |
| 45 | + 'description' => 'A form interface to start new articles', |
| 46 | + 'descriptionmsg' => 'form-desc', |
46 | 47 | ); |
47 | 48 | |
48 | 49 | function formLocalizedPageName(&$specialPageArray, $code) { |
Index: trunk/extensions/TodoTasks/SpecialTaskList.php |
— | — | @@ -21,21 +21,21 @@ |
22 | 22 | $wgTodoTasksExtensionVersion = '0.9.6'; |
23 | 23 | |
24 | 24 | $wgExtensionCredits['parserhook'][] = array( |
25 | | - 'version' => $wgTodoTasksExtensionVersion, |
26 | | - 'name' => 'Todo Tasks', |
27 | | - 'author' => 'Paul Grinberg', |
28 | | - 'email' => 'gri6507 at yahoo dot com', |
29 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Todo_Tasks', |
30 | | - 'description' => 'adds <nowiki>{{#todo:}}</nowiki> parser function for assigning tasks', |
| 25 | + 'version' => $wgTodoTasksExtensionVersion, |
| 26 | + 'name' => 'Todo Tasks', |
| 27 | + 'author' => 'Paul Grinberg', |
| 28 | + 'email' => 'gri6507 at yahoo dot com', |
| 29 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Todo_Tasks', |
| 30 | + 'description' => 'adds <nowiki>{{#todo:}}</nowiki> parser function for assigning tasks', |
31 | 31 | 'descriptionmsg' => 'tasklist-parser-desc', |
32 | 32 | ); |
33 | 33 | $wgExtensionCredits['specialpage'][] = array( |
34 | | - 'name' => 'Todo Tasks', |
35 | | - 'version' => $wgTodoTasksExtensionVersion, |
36 | | - 'author' => 'Paul Grinberg', |
37 | | - 'email' => 'gri6507 at yahoo dot com', |
38 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Todo_Tasks', |
39 | | - 'description' => 'Adds a special page for reviewing tasks assignments', |
| 34 | + 'name' => 'Todo Tasks', |
| 35 | + 'version' => $wgTodoTasksExtensionVersion, |
| 36 | + 'author' => 'Paul Grinberg', |
| 37 | + 'email' => 'gri6507 at yahoo dot com', |
| 38 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:Todo_Tasks', |
| 39 | + 'description' => 'Adds a special page for reviewing tasks assignments', |
40 | 40 | 'descriptionmsg' => 'tasklist-special-desc', |
41 | 41 | ); |
42 | 42 | |
Index: trunk/extensions/MediaFunctions/MediaFunctions.i18n.php |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | * @author Rob Church |
15 | 15 | */ |
16 | 16 | $messages['en'] = array( |
| 17 | + 'mediafunctions-desc' => 'Parser functions for obtaining information about media files', |
17 | 18 | 'mediafunctions-invalid-title' => '"$1" is not a valid title', |
18 | 19 | 'mediafunctions-not-exist' => '"$1" does not exist', |
19 | 20 | ); |
Index: trunk/extensions/MediaFunctions/MediaFunctions.php |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | 'author' => 'Rob Church', |
17 | 17 | 'url' => 'http://www.mediawiki.org/wiki/Extension:MediaFunctions', |
18 | 18 | 'description' => 'Parser functions for obtaining information about media files', |
| 19 | + 'descriptionmsg' => 'mediafunctions-desc', |
19 | 20 | ); |
20 | 21 | |
21 | 22 | $dir = dirname(__FILE__) . '/'; |
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php |
— | — | @@ -13,6 +13,7 @@ |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'profiling' => 'Profiling data', |
| 17 | + 'profiling-desc' => 'Special page to search and inspect profiling data', |
17 | 18 | 'profiling-process' => 'Process string:', |
18 | 19 | 'profiling-wildcard' => 'Use wildcard', |
19 | 20 | 'profiling-ok' => 'OK', |
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.php |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | 'svn-revision' => '$LastChangedRevision$', |
17 | 17 | 'author' => 'Rob Church', |
18 | 18 | 'description' => 'Special page to search and inspect profiling data', |
| 19 | + 'descriptionmsg' => 'profiling-desc', |
19 | 20 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ProfileMonitor', |
20 | 21 | ); |
21 | 22 | |
Index: trunk/extensions/TidyTab/Tidy.i18n.php |
— | — | @@ -9,8 +9,9 @@ |
10 | 10 | $messages = array(); |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | | - 'tidy' => 'Tidy', |
14 | | - 'untidy' => 'Untidy', |
| 13 | + 'tidy-desc' => 'Adds a tidy or untidy tab (depending on $wgUseTidy) on normal pages allowing for overriding the global HTML tidy setting for a single view', |
| 14 | + 'tidy' => 'Tidy', |
| 15 | + 'untidy' => 'Untidy', |
15 | 16 | ); |
16 | 17 | |
17 | 18 | /** Arabic (العربية) |
Index: trunk/extensions/TidyTab/Tidy.php |
— | — | @@ -9,11 +9,12 @@ |
10 | 10 | |
11 | 11 | $wgExtensionFunctions[] = 'wfTidy'; |
12 | 12 | $wgExtensionCredits['other'][] = array( |
13 | | - 'name' => 'TidyTab', |
14 | | - 'version' => '1.1', |
15 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:TidyTab', |
16 | | - 'author' => 'Ævar Arnfjörð Bjarmason', |
17 | | - 'description' => 'Adds a tidy or untidy tab (depending on $wgUseTidy) on normal pages allowing for overriding the global HTML tidy setting for a single view', |
| 13 | + 'name' => 'TidyTab', |
| 14 | + 'version' => '1.1', |
| 15 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:TidyTab', |
| 16 | + 'author' => 'Ævar Arnfjörð Bjarmason', |
| 17 | + 'description' => 'Adds a tidy or untidy tab (depending on $wgUseTidy) on normal pages allowing for overriding the global HTML tidy setting for a single view', |
| 18 | + 'descriptionmsg' => 'tidy-desc', |
18 | 19 | ); |
19 | 20 | |
20 | 21 | $dir = dirname(__FILE__) . '/'; |
Index: trunk/extensions/NetworkAuth/NetworkAuth.php |
— | — | @@ -12,11 +12,12 @@ |
13 | 13 | $wgNetworkAuthUsers[] = array(); |
14 | 14 | |
15 | 15 | $wgExtensionCredits['other'][] = array( |
16 | | - 'name' => 'NetworkAuth', |
17 | | - 'version' => '1.0', |
18 | | - 'author' => 'Tim Laqua', |
19 | | - 'description' => 'Allows you to authenticate users based on network information', |
20 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:NetworkAuth', |
| 16 | + 'name' => 'NetworkAuth', |
| 17 | + 'version' => '1.0', |
| 18 | + 'author' => 'Tim Laqua', |
| 19 | + 'description' => 'Allows you to authenticate users based on network information', |
| 20 | + 'descriptionmsg' => 'networkauth-desc', |
| 21 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:NetworkAuth', |
21 | 22 | ); |
22 | 23 | |
23 | 24 | $wgExtensionFunctions[] = 'efNetworkAuth_Setup'; |
Index: trunk/extensions/NetworkAuth/NetworkAuth.i18n.php |
— | — | @@ -9,7 +9,8 @@ |
10 | 10 | $messages = array(); |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | | - 'networkauth-name' => 'NetworkAuth', |
| 13 | + 'networkauth-desc' => 'Allows you to authenticate users based on network information', |
| 14 | + 'networkauth-name' => 'NetworkAuth', |
14 | 15 | 'networkauth-purltext' => 'NetworkAuth [$1@$2]', |
15 | 16 | ); |
16 | 17 | |
Index: trunk/extensions/TemplateLink/TemplateLink.i18n.php |
— | — | @@ -14,15 +14,16 @@ |
15 | 15 | * @author Magnus Manske |
16 | 16 | */ |
17 | 17 | $messages['en'] = array( |
18 | | - 'templatelink' => 'Template Link', |
19 | | - 'templatelink_empty' => 'You have to supply a parameter.', |
20 | | - 'templatelink_newtitle' => '$1 (transcluded)', |
| 18 | + 'templatelink' => 'Template Link', |
| 19 | + 'templatelink_desc' => 'This extension can show a template as a new page', |
| 20 | + 'templatelink_empty' => 'You have to supply a parameter.', |
| 21 | + 'templatelink_newtitle' => '$1 (transcluded)', |
21 | 22 | ); |
22 | 23 | |
23 | 24 | $messages['ar'] = array( |
24 | | - 'templatelink' => 'وصلة قالب', |
25 | | - 'templatelink_empty' => 'يجب عليك توفير محدد.', |
26 | | - 'templatelink_newtitle' => '$1 (مضمنة)', |
| 25 | + 'templatelink' => 'وصلة قالب', |
| 26 | + 'templatelink_empty' => 'يجب عليك توفير محدد.', |
| 27 | + 'templatelink_newtitle' => '$1 (مضمنة)', |
27 | 28 | ); |
28 | 29 | |
29 | 30 | /** Kotava (Kotava) |
— | — | @@ -35,8 +36,8 @@ |
36 | 37 | ); |
37 | 38 | |
38 | 39 | $messages['bcl'] = array( |
39 | | - 'templatelink' => 'Takod kan Templato', |
40 | | - 'templatelink_empty' => 'Kaipuhan mong suplayan an parametro.', |
| 40 | + 'templatelink' => 'Takod kan Templato', |
| 41 | + 'templatelink_empty' => 'Kaipuhan mong suplayan an parametro.', |
41 | 42 | ); |
42 | 43 | |
43 | 44 | /** Bulgarian (Български) |
— | — | @@ -47,9 +48,9 @@ |
48 | 49 | ); |
49 | 50 | |
50 | 51 | $messages['de'] = array( |
51 | | - 'templatelink' => 'Vorlagen-Link', |
52 | | - 'templatelink_empty' => 'Ein Parameter muss angegeben werden.', |
53 | | - 'templatelink_newtitle' => '$1 (ersetzt)', |
| 52 | + 'templatelink' => 'Vorlagen-Link', |
| 53 | + 'templatelink_empty' => 'Ein Parameter muss angegeben werden.', |
| 54 | + 'templatelink_newtitle' => '$1 (ersetzt)', |
54 | 55 | ); |
55 | 56 | |
56 | 57 | /** Lower Sorbian (Dolnoserbski) |
— | — | @@ -78,21 +79,21 @@ |
79 | 80 | ); |
80 | 81 | |
81 | 82 | $messages['fr'] = array( |
82 | | - 'templatelink' => 'Lien vers modèle', |
83 | | - 'templatelink_empty' => 'Vous devez saisir un paramètre.', |
84 | | - 'templatelink_newtitle' => '$1 (tranclus)', |
| 83 | + 'templatelink' => 'Lien vers modèle', |
| 84 | + 'templatelink_empty' => 'Vous devez saisir un paramètre.', |
| 85 | + 'templatelink_newtitle' => '$1 (tranclus)', |
85 | 86 | ); |
86 | 87 | |
87 | 88 | $messages['gl'] = array( |
88 | | - 'templatelink' => 'Ligazón do modelo', |
89 | | - 'templatelink_empty' => 'Vostede ten que proporcionar un parámetro.', |
90 | | - 'templatelink_newtitle' => '$1 (transcluído)', |
| 89 | + 'templatelink' => 'Ligazón do modelo', |
| 90 | + 'templatelink_empty' => 'Vostede ten que proporcionar un parámetro.', |
| 91 | + 'templatelink_newtitle' => '$1 (transcluído)', |
91 | 92 | ); |
92 | 93 | |
93 | 94 | $messages['hsb'] = array( |
94 | | - 'templatelink' => 'Předłohowy wotkaz', |
95 | | - 'templatelink_empty' => 'Dyrbiš parameter podać.', |
96 | | - 'templatelink_newtitle' => '$1 (narunany)', |
| 95 | + 'templatelink' => 'Předłohowy wotkaz', |
| 96 | + 'templatelink_empty' => 'Dyrbiš parameter podać.', |
| 97 | + 'templatelink_newtitle' => '$1 (narunany)', |
97 | 98 | ); |
98 | 99 | |
99 | 100 | /** Haitian (Kreyòl ayisyen) |
— | — | @@ -126,9 +127,9 @@ |
127 | 128 | * @author Robby |
128 | 129 | */ |
129 | 130 | $messages['lb'] = array( |
130 | | - 'templatelink' => 'Schabloune-Link', |
131 | | - 'templatelink_empty' => 'Dir musst e Parameter uginn.', |
132 | | - 'templatelink_newtitle' => '$1 (ersat)', |
| 131 | + 'templatelink' => 'Schabloune-Link', |
| 132 | + 'templatelink_empty' => 'Dir musst e Parameter uginn.', |
| 133 | + 'templatelink_newtitle' => '$1 (ersat)', |
133 | 134 | ); |
134 | 135 | |
135 | 136 | /** Marathi (मराठी) |
— | — | @@ -142,9 +143,9 @@ |
143 | 144 | ); |
144 | 145 | |
145 | 146 | $messages['nl'] = array( |
146 | | - 'templatelink' => 'Sjabloonverwijzing', |
147 | | - 'templatelink_empty' => 'Geef een parameter op.', |
148 | | - 'templatelink_newtitle' => '$1 (getranscludeerd)', |
| 147 | + 'templatelink' => 'Sjabloonverwijzing', |
| 148 | + 'templatelink_empty' => 'Geef een parameter op.', |
| 149 | + 'templatelink_newtitle' => '$1 (getranscludeerd)', |
149 | 150 | ); |
150 | 151 | |
151 | 152 | /** Norwegian (Norsk (bokmål)) |
— | — | @@ -177,9 +178,9 @@ |
178 | 179 | ); |
179 | 180 | |
180 | 181 | $messages['pms'] = array( |
181 | | - 'templatelink' => 'Anliura dlë stamp', |
182 | | - 'templatelink_empty' => 'A venta ch\'a buta un paràmetr.', |
183 | | - 'templatelink_newtitle' => '$1 (an transclusion)', |
| 182 | + 'templatelink' => 'Anliura dlë stamp', |
| 183 | + 'templatelink_empty' => 'A venta ch\'a buta un paràmetr.', |
| 184 | + 'templatelink_newtitle' => '$1 (an transclusion)', |
184 | 185 | ); |
185 | 186 | |
186 | 187 | /** Pashto (پښتو) |
— | — | @@ -209,9 +210,9 @@ |
210 | 211 | * @author Pyt |
211 | 212 | */ |
212 | 213 | $messages['stq'] = array( |
213 | | - 'templatelink' => 'Foarloagen-Ferbiendenge', |
214 | | - 'templatelink_empty' => 'Aan Parameter mout anroat wäide.', |
215 | | - 'templatelink_newtitle' => '$1 (ärsät)', |
| 214 | + 'templatelink' => 'Foarloagen-Ferbiendenge', |
| 215 | + 'templatelink_empty' => 'Aan Parameter mout anroat wäide.', |
| 216 | + 'templatelink_newtitle' => '$1 (ärsät)', |
216 | 217 | ); |
217 | 218 | |
218 | 219 | /** Swedish (Svenska) |
Index: trunk/extensions/TemplateLink/TemplateLink.setup.php |
— | — | @@ -23,7 +23,8 @@ |
24 | 24 | 'version' => '1.1', |
25 | 25 | 'author' =>'Magnus Manske', |
26 | 26 | 'url' => 'http://www.mediawiki.org/wiki/Extension:TemplateLink', |
27 | | - 'description' => 'This extension can show a template as a new page' |
| 27 | + 'description' => 'This extension can show a template as a new page', |
| 28 | + 'descriptionmsg' => 'templatelink_desc', |
28 | 29 | ); |
29 | 30 | |
30 | 31 | $wgExtensionCredits['parserhook'][] = array( |
Index: trunk/extensions/Postcomment/SpecialPostcomment.i18n.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
| 12 | + 'postcomment_desc' => 'Allows users to post comments directly to discussion pages.', |
12 | 13 | 'postcomment_discussionprotected' => 'This discussion page has been protected from further postings.', |
13 | 14 | 'postcomment_notloggedin' => 'You are not logged in.', |
14 | 15 | 'postcomment_youareloggedinas' => 'You are logged in as $1', |
Index: trunk/extensions/Postcomment/SpecialPostcomment.php |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | 'name' => 'PostComment', |
23 | 23 | 'author' => 'Travis Derouin, Siebrand Mazeland', |
24 | 24 | 'description' => 'Allows users to post comments directly to discussion pages.', |
| 25 | + 'descriptionmsg' => 'postcomment_desc', |
25 | 26 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PostComment', |
26 | 27 | ); |
27 | 28 | |