r37061 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37060‎ | r37061 | r37062 >
Date:15:36, 4 July 2008
Author:huji
Status:old
Tags:
Comment:
Adding descriptions to a couple more extension
Modified paths:
  • /trunk/extensions/MathStatFunctions/MathStatFunctions.i18n.php (modified) (history)
  • /trunk/extensions/MathStatFunctions/MathStatFunctions.php (modified) (history)
  • /trunk/extensions/MediaFunctions/MediaFunctions.i18n.php (modified) (history)
  • /trunk/extensions/MediaFunctions/MediaFunctions.php (modified) (history)
  • /trunk/extensions/MicroID/MicroID.i18n.php (modified) (history)
  • /trunk/extensions/MicroID/MicroID.php (modified) (history)
  • /trunk/extensions/MiniDonation/MiniDonation.i18n.php (modified) (history)
  • /trunk/extensions/MiniDonation/MiniDonation.php (modified) (history)
  • /trunk/extensions/NetworkAuth/NetworkAuth.i18n.php (modified) (history)
  • /trunk/extensions/NetworkAuth/NetworkAuth.php (modified) (history)
  • /trunk/extensions/Postcomment/SpecialPostcomment.i18n.php (modified) (history)
  • /trunk/extensions/Postcomment/SpecialPostcomment.php (modified) (history)
  • /trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php (modified) (history)
  • /trunk/extensions/ProfileMonitor/ProfileMonitor.php (modified) (history)
  • /trunk/extensions/ProtectSection/ProtectSection.i18n.php (modified) (history)
  • /trunk/extensions/ProtectSection/ProtectSection.php (modified) (history)
  • /trunk/extensions/RightFunctions/RightFunctions.i18n.php (modified) (history)
  • /trunk/extensions/RightFunctions/RightFunctions.php (modified) (history)
  • /trunk/extensions/SpecialForm/SpecialForm.i18n.php (modified) (history)
  • /trunk/extensions/SpecialForm/SpecialForm.setup.php (modified) (history)
  • /trunk/extensions/StalePages/StalePages.i18n.php (modified) (history)
  • /trunk/extensions/StalePages/StalePages.php (modified) (history)
  • /trunk/extensions/TalkHere/TalkHere.i18n.php (modified) (history)
  • /trunk/extensions/TalkHere/TalkHere.php (modified) (history)
  • /trunk/extensions/TemplateLink/TemplateLink.i18n.php (modified) (history)
  • /trunk/extensions/TemplateLink/TemplateLink.setup.php (modified) (history)
  • /trunk/extensions/TidyTab/Tidy.i18n.php (modified) (history)
  • /trunk/extensions/TidyTab/Tidy.php (modified) (history)
  • /trunk/extensions/TodoTasks/SpecialTaskList.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MathStatFunctions/MathStatFunctions.i18n.php
@@ -8,6 +8,7 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
 12+ 'msfunc_desc' => 'A collection of mathematical and statistical functions',
1213 'msfunc_nan' => 'Resulting value is not a number',
1314 'msfunc_inf' => 'Resulting value is infinity',
1415 'msfunc_div_zero' => 'Division by zero',
@@ -72,6 +73,16 @@
7374 'msfunc_div_zero' => 'Divido per nulo',
7475 );
7576
 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+
7687 $messages['fr'] = array(
7788 'msfunc_nan' => 'Le résultat n’est pas un nombre.',
7889 'msfunc_inf' => 'Le résultat est l’infini.',
Index: trunk/extensions/MathStatFunctions/MathStatFunctions.php
@@ -9,6 +9,7 @@
1010 'version' => '1.1',
1111 'author' => 'Carl Fürstenberg (AzaToth)',
1212 'description' => 'A collection of mathematical and statistical functions',
 13+ 'descriptionmsg' => 'msfunc_desc',
1314 'url' => 'http://www.mediawiki.org/wiki/Extension:MathStatFunctions',
1415 );
1516
Index: trunk/extensions/RightFunctions/RightFunctions.i18n.php
@@ -10,7 +10,7 @@
1111 * @author Ryan Schmidt
1212 */
1313 $messages['en'] = array(
14 - 'rightfunctions' => 'Permission-based parser functions',
 14+ 'rightfunctions-desc' => 'Permission-based parser functions',
1515 'rightfunctions-restboth' => '$1 (from local page), $2 (from cascading sources)',
1616 'rightfunctions-restcasc' => '$1 (from cascading sources)',
1717 );
@@ -19,7 +19,7 @@
2020 * @author Meno25
2121 */
2222 $messages['ar'] = array(
23 - 'rightfunctions' => 'دوال بارسر تعتمد على السماحات',
 23+ 'rightfunctions-desc' => 'دوال بارسر تعتمد على السماحات',
2424 'rightfunctions-restboth' => '$1 (من الصفحة المحلية)، $2 (من المصادر المضمنة)',
2525 'rightfunctions-restcasc' => '$1 (من المصادر المضمنة)',
2626 );
@@ -36,7 +36,7 @@
3737 * @author Yekrats
3838 */
3939 $messages['eo'] = array(
40 - 'rightfunctions' => 'Rajtecaj funkcioj de sintaksaj analiziloj',
 40+ 'rightfunctions-desc' => 'Rajtecaj funkcioj de sintaksaj analiziloj',
4141 'rightfunctions-restboth' => '$1 (de loka paĝo), $2 (de rilataj fontoj)',
4242 'rightfunctions-restcasc' => '$1 (de rilataj fontoj)',
4343 );
@@ -45,7 +45,7 @@
4646 * @author Grondin
4747 */
4848 $messages['fr'] = array(
49 - 'rightfunctions' => 'Permissions de base des fonctions parseurs',
 49+ 'rightfunctions-desc' => 'Permissions de base des fonctions parseurs',
5050 'rightfunctions-restboth' => '$1 (à partir de la page locale), $2 (à partir des sources en cascade)',
5151 'rightfunctions-restcasc' => '$1 (à partir des sources en cascade)',
5252 );
@@ -54,7 +54,7 @@
5555 * @author Toliño
5656 */
5757 $messages['gl'] = array(
58 - 'rightfunctions' => 'Permisos baseados nas funcións analíticas',
 58+ 'rightfunctions-desc' => 'Permisos baseados nas funcións analíticas',
5959 'rightfunctions-restboth' => '$1 (a partir da páxina local), $2 (a partir das fontes en serie)',
6060 'rightfunctions-restcasc' => '$1 (a partir das fontes en serie)',
6161 );
@@ -63,7 +63,7 @@
6464 * @author Kaustubh
6565 */
6666 $messages['hi'] = array(
67 - 'rightfunctions' => 'अनुमति-आधारित पार्सर कार्य',
 67+ 'rightfunctions-desc' => 'अनुमति-आधारित पार्सर कार्य',
6868 'rightfunctions-restcasc' => '$1 (अन्य स्रोतोंसे)',
6969 );
7070
@@ -71,7 +71,7 @@
7272 * @author Michawiki
7373 */
7474 $messages['hsb'] = array(
75 - 'rightfunctions' => 'Parserowe funkcije na zakładźe prawow',
 75+ 'rightfunctions-desc' => 'Parserowe funkcije na zakładźe prawow',
7676 'rightfunctions-restboth' => '$1 (z lokalneje strony), $2 (z překrywacych žórłow)',
7777 'rightfunctions-restcasc' => '$1 (z překrywacych žórłow)',
7878 );
@@ -80,14 +80,14 @@
8181 * @author Robby
8282 */
8383 $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',
8585 );
8686
8787 /** Marathi (मराठी)
8888 * @author Kaustubh
8989 */
9090 $messages['mr'] = array(
91 - 'rightfunctions' => 'परवानगी आधारित पार्सर कार्ये',
 91+ 'rightfunctions-desc' => 'परवानगी आधारित पार्सर कार्ये',
9292 'rightfunctions-restboth' => '$1 (स्थानिक स्रोतांकडून), $2 (इतर स्रोतांकडून)',
9393 'rightfunctions-restcasc' => '$1 (इतर स्रोतांकडून)',
9494 );
@@ -97,7 +97,7 @@
9898 * @author SPQRobin
9999 */
100100 $messages['nl'] = array(
101 - 'rightfunctions' => 'Rechtengebaseerde parserfuncties',
 101+ 'rightfunctions-desc' => 'Rechtengebaseerde parserfuncties',
102102 'rightfunctions-restboth' => '$1 (van plaatselijke pagina), $2 (van bovengelegen bronnen)',
103103 'rightfunctions-restcasc' => '$1 (van bovengelegen bronnen)',
104104 );
@@ -106,7 +106,7 @@
107107 * @author Jon Harald Søby
108108 */
109109 $messages['no'] = array(
110 - 'rightfunctions' => 'Rettighetsbaserte parserfunksjoner',
 110+ 'rightfunctions-desc' => 'Rettighetsbaserte parserfunksjoner',
111111 'rightfunctions-restboth' => '$1 (fra lokal side), $2 (fra arvende kilder)',
112112 'rightfunctions-restcasc' => '$1 (fra arvende kilder)',
113113 );
@@ -115,7 +115,7 @@
116116 * @author Cedric31
117117 */
118118 $messages['oc'] = array(
119 - 'rightfunctions' => 'Permissions de basa de las foncions parsaires',
 119+ 'rightfunctions-desc' => 'Permissions de basa de las foncions parsaires',
120120 'rightfunctions-restboth' => '$1 (a partir de la pagina locala), $2 (a partir de las fonts en cascada)',
121121 'rightfunctions-restcasc' => '$1 (a partir de las fonts en cascada)',
122122 );
@@ -124,7 +124,7 @@
125125 * @author Sp5uhe
126126 */
127127 $messages['pl'] = array(
128 - 'rightfunctions' => 'Funkcje parsera pracujące na uprawnieniach',
 128+ 'rightfunctions-desc' => 'Funkcje parsera pracujące na uprawnieniach',
129129 'rightfunctions-restboth' => '$1 (z lokalnej strony), $2 (ze źródeł kaskadowych)',
130130 'rightfunctions-restcasc' => '$1 (ze źródeł kaskadowych)',
131131 );
@@ -133,7 +133,7 @@
134134 * @author Александр Сигачёв
135135 */
136136 $messages['ru'] = array(
137 - 'rightfunctions' => 'Функции парсера на основе разрешений',
 137+ 'rightfunctions-desc' => 'Функции парсера на основе разрешений',
138138 'rightfunctions-restboth' => '$1 (с локальной страницы), $2 (из каскадных источников)',
139139 'rightfunctions-restcasc' => '$1 (из каскадных источников)',
140140 );
@@ -142,7 +142,7 @@
143143 * @author Helix84
144144 */
145145 $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í',
147147 'rightfunctions-restboth' => '$1 (z lokálnej stránky), $2 (kaskádovito zo zdroja)',
148148 'rightfunctions-restcasc' => '$1 (kaskádovito zo zdroja)',
149149 );
@@ -152,7 +152,7 @@
153153 * @author Lejonel
154154 */
155155 $messages['sv'] = array(
156 - 'rightfunctions' => 'Parserfunktioner som är baserade på användarrättigheter',
 156+ 'rightfunctions-desc' => 'Parserfunktioner som är baserade på användarrättigheter',
157157 'rightfunctions-restboth' => '$1 (från lokal sida), $2 (från kaskaderade källor)',
158158 'rightfunctions-restcasc' => '$1 (från kaskaderade källor)',
159159 );
@@ -161,7 +161,7 @@
162162 * @author Vinhtantran
163163 */
164164 $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',
166166 'rightfunctions-restboth' => '$1 (từ trang cục bộ), $2 (từ các nguồn theo tầng)',
167167 'rightfunctions-restcasc' => '$1 (từ các nguồn theo tầng)',
168168 );
Index: trunk/extensions/RightFunctions/RightFunctions.php
@@ -19,7 +19,7 @@
2020 'url' => 'http://www.mediawiki.org/wiki/Extension:RightFunctions',
2121 'author' => 'Ryan Schmidt',
2222 'description' => 'Permission-based parser functions',
23 - 'descriptionmsg' => 'rightfunctions',
 23+ 'descriptionmsg' => 'rightfunctions-desc',
2424 );
2525
2626 $wgExtensionMessageFiles['RightFunctions'] = dirname(__FILE__) . '/RightFunctions.i18n.php';
Index: trunk/extensions/MiniDonation/MiniDonation.i18n.php
@@ -8,6 +8,7 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
 12+ 'donationform-desc' => 'Adds a tag <tt>&lt;donateform&gt;</tt> to support donations via PayPal',
1213 'donationform-submit' => 'Donate via PayPal',
1314 );
1415
Index: trunk/extensions/MiniDonation/MiniDonation.php
@@ -6,6 +6,7 @@
77 'name' => 'MiniDonation',
88 'url' => 'http://mediawiki.org/wiki/Extension:MiniDonation',
99 'description' => 'Adds a tag <tt>&lt;donateform&gt;</tt> to support donations via PayPal',
 10+ 'descriptionmsg' => 'donationform-desc',
1011 'svn-date' => '$LastChangedDate$',
1112 'svn-revision' => '$LastChangedRevision$',
1213 );
Index: trunk/extensions/TalkHere/TalkHere.i18n.php
@@ -15,6 +15,7 @@
1616 * @author Daniel Kinzler, brightbyte.de
1717 */
1818 $messages['en'] = array(
 19+ 'talkhere-desc' => 'Puts the talk page into the article page',
1920 'talkhere-title' => '$1',
2021 'talkhere-headtext' => '',
2122 'talkhere-foottext' => "The above comments may have been left by visitors.
Index: trunk/extensions/TalkHere/TalkHere.php
@@ -22,6 +22,7 @@
2323 'author' => 'Daniel Kinzler',
2424 'url' => 'http://mediawiki.org/wiki/Extension:TalkHere',
2525 'description' => 'Puts the talk page into the article page',
 26+ 'descriptionmsg' => 'talkhere-desc',
2627 );
2728
2829 $wgTalkHereNamespaces = NULL; //namespaces to apply TalkHere to.
Index: trunk/extensions/ProtectSection/ProtectSection.i18n.php
@@ -8,6 +8,7 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
 12+ 'protectsection_desc' => 'Allows authorised users to protect parts of a text',
1213 'protectsection_add_remove' => 'You tried to add or remove a protected section',
1314 'protectsection_modify' => 'You tried to modify protected text',
1415 'protectsection_forbidden' => 'Forbidden',
Index: trunk/extensions/ProtectSection/ProtectSection.php
@@ -38,6 +38,7 @@
3939 'name' => 'ProtectSection',
4040 'author' => 'ThomasV',
4141 'description' => 'Allows authorised users to protect parts of a text',
 42+ 'descriptionmsg' => 'protectsection_desc',
4243 'url' => 'http://www.mediawiki.org/wiki/Extension:ProtectSection'
4344 );
4445
Index: trunk/extensions/MicroID/MicroID.i18n.php
@@ -8,6 +8,7 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
 12+ 'microid-desc' => 'Adds a [http://www.microid.org/ MicroID] to user pages to confirm account with external services',
1213 'tog-microid' => 'Publish a <a href="http://microid.org/">MicroID</a> to confirm account with external services',
1314 );
1415
Index: trunk/extensions/MicroID/MicroID.php
@@ -36,6 +36,7 @@
3737 'author' => 'Evan Prodromou',
3838 'url' => 'http://www.mediawiki.org/wiki/Extension:MicroID',
3939 'description' => 'Adds a [http://www.microid.org/ MicroID] to user pages to confirm account with external services',
 40+ 'descriptionmsg' => 'microid-desc'
4041 );
4142
4243 $wgExtensionMessagesFiles['MicroID'] = dirname(__FILE__) . '/MicroID.i18n.php';
Index: trunk/extensions/StalePages/StalePages.php
@@ -10,11 +10,12 @@
1111 }
1212
1313 $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'
1920 );
2021
2122 if( version_compare( $wgVersion, '1.11', '>=' ) ) {
Index: trunk/extensions/StalePages/StalePages.i18n.php
@@ -9,6 +9,7 @@
1010
1111 $messages['en'] = array(
1212 'stalepages' => 'Stale pages',
 13+ 'stalepages-desc' => 'Generates a list of pages that have not been edited recently',
1314 'stalepages-summary' => 'This is a list of pages that have not been edited in the last $1 days.',
1415 );
1516
Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php
@@ -27,6 +27,7 @@
2828 * @author Evan Prodromou <evan@vinismo.com>
2929 */
3030 $messages['en'] = array(
 31+ 'form-desc' => 'A form interface to start new articles',
3132 'form' => 'Form',
3233 'formnoname' => 'No form name',
3334 'formnonametext' => 'You must provide a form name, like "Special:Form/Nameofform".',
Index: trunk/extensions/SpecialForm/SpecialForm.setup.php
@@ -41,7 +41,8 @@
4242 'version' => SPECIALFORM_VERSION,
4343 'author' => 'Evan Prodromou',
4444 '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',
4647 );
4748
4849 function formLocalizedPageName(&$specialPageArray, $code) {
Index: trunk/extensions/TodoTasks/SpecialTaskList.php
@@ -21,21 +21,21 @@
2222 $wgTodoTasksExtensionVersion = '0.9.6';
2323
2424 $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',
3131 'descriptionmsg' => 'tasklist-parser-desc',
3232 );
3333 $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',
4040 'descriptionmsg' => 'tasklist-special-desc',
4141 );
4242
Index: trunk/extensions/MediaFunctions/MediaFunctions.i18n.php
@@ -13,6 +13,7 @@
1414 * @author Rob Church
1515 */
1616 $messages['en'] = array(
 17+ 'mediafunctions-desc' => 'Parser functions for obtaining information about media files',
1718 'mediafunctions-invalid-title' => '"$1" is not a valid title',
1819 'mediafunctions-not-exist' => '"$1" does not exist',
1920 );
Index: trunk/extensions/MediaFunctions/MediaFunctions.php
@@ -15,6 +15,7 @@
1616 'author' => 'Rob Church',
1717 'url' => 'http://www.mediawiki.org/wiki/Extension:MediaFunctions',
1818 'description' => 'Parser functions for obtaining information about media files',
 19+ 'descriptionmsg' => 'mediafunctions-desc',
1920 );
2021
2122 $dir = dirname(__FILE__) . '/';
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php
@@ -13,6 +13,7 @@
1414 */
1515 $messages['en'] = array(
1616 'profiling' => 'Profiling data',
 17+ 'profiling-desc' => 'Special page to search and inspect profiling data',
1718 'profiling-process' => 'Process string:',
1819 'profiling-wildcard' => 'Use wildcard',
1920 'profiling-ok' => 'OK',
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.php
@@ -15,6 +15,7 @@
1616 'svn-revision' => '$LastChangedRevision$',
1717 'author' => 'Rob Church',
1818 'description' => 'Special page to search and inspect profiling data',
 19+ 'descriptionmsg' => 'profiling-desc',
1920 'url' => 'http://www.mediawiki.org/wiki/Extension:ProfileMonitor',
2021 );
2122
Index: trunk/extensions/TidyTab/Tidy.i18n.php
@@ -9,8 +9,9 @@
1010 $messages = array();
1111
1212 $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',
1516 );
1617
1718 /** Arabic (العربية)
Index: trunk/extensions/TidyTab/Tidy.php
@@ -9,11 +9,12 @@
1010
1111 $wgExtensionFunctions[] = 'wfTidy';
1212 $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',
1819 );
1920
2021 $dir = dirname(__FILE__) . '/';
Index: trunk/extensions/NetworkAuth/NetworkAuth.php
@@ -12,11 +12,12 @@
1313 $wgNetworkAuthUsers[] = array();
1414
1515 $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',
2122 );
2223
2324 $wgExtensionFunctions[] = 'efNetworkAuth_Setup';
Index: trunk/extensions/NetworkAuth/NetworkAuth.i18n.php
@@ -9,7 +9,8 @@
1010 $messages = array();
1111
1212 $messages['en'] = array(
13 - 'networkauth-name' => 'NetworkAuth',
 13+ 'networkauth-desc' => 'Allows you to authenticate users based on network information',
 14+ 'networkauth-name' => 'NetworkAuth',
1415 'networkauth-purltext' => 'NetworkAuth [$1@$2]',
1516 );
1617
Index: trunk/extensions/TemplateLink/TemplateLink.i18n.php
@@ -14,15 +14,16 @@
1515 * @author Magnus Manske
1616 */
1717 $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)',
2122 );
2223
2324 $messages['ar'] = array(
24 - 'templatelink' => 'وصلة قالب',
25 - 'templatelink_empty' => 'يجب عليك توفير محدد.',
26 - 'templatelink_newtitle' => '$1 (مضمنة)',
 25+ 'templatelink' => 'وصلة قالب',
 26+ 'templatelink_empty' => 'يجب عليك توفير محدد.',
 27+ 'templatelink_newtitle' => '$1 (مضمنة)',
2728 );
2829
2930 /** Kotava (Kotava)
@@ -35,8 +36,8 @@
3637 );
3738
3839 $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.',
4142 );
4243
4344 /** Bulgarian (Български)
@@ -47,9 +48,9 @@
4849 );
4950
5051 $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)',
5455 );
5556
5657 /** Lower Sorbian (Dolnoserbski)
@@ -78,21 +79,21 @@
7980 );
8081
8182 $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)',
8586 );
8687
8788 $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)',
9192 );
9293
9394 $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)',
9798 );
9899
99100 /** Haitian (Kreyòl ayisyen)
@@ -126,9 +127,9 @@
127128 * @author Robby
128129 */
129130 $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)',
133134 );
134135
135136 /** Marathi (मराठी)
@@ -142,9 +143,9 @@
143144 );
144145
145146 $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)',
149150 );
150151
151152 /** Norwegian (‪Norsk (bokmål)‬)
@@ -177,9 +178,9 @@
178179 );
179180
180181 $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)',
184185 );
185186
186187 /** Pashto (پښتو)
@@ -209,9 +210,9 @@
210211 * @author Pyt
211212 */
212213 $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)',
216217 );
217218
218219 /** Swedish (Svenska)
Index: trunk/extensions/TemplateLink/TemplateLink.setup.php
@@ -23,7 +23,8 @@
2424 'version' => '1.1',
2525 'author' =>'Magnus Manske',
2626 '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',
2829 );
2930
3031 $wgExtensionCredits['parserhook'][] = array(
Index: trunk/extensions/Postcomment/SpecialPostcomment.i18n.php
@@ -8,6 +8,7 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
 12+ 'postcomment_desc' => 'Allows users to post comments directly to discussion pages.',
1213 'postcomment_discussionprotected' => 'This discussion page has been protected from further postings.',
1314 'postcomment_notloggedin' => 'You are not logged in.',
1415 'postcomment_youareloggedinas' => 'You are logged in as $1',
Index: trunk/extensions/Postcomment/SpecialPostcomment.php
@@ -21,6 +21,7 @@
2222 'name' => 'PostComment',
2323 'author' => 'Travis Derouin, Siebrand Mazeland',
2424 'description' => 'Allows users to post comments directly to discussion pages.',
 25+ 'descriptionmsg' => 'postcomment_desc',
2526 'url' => 'http://www.mediawiki.org/wiki/Extension:PostComment',
2627 );
2728

Status & tagging log