r87193 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87192‎ | r87193 | r87194 >
Date:16:23, 1 May 2011
Author:krinkle
Status:deferred
Tags:
Comment:
allwikiselect (alws) forms are now used in all krinkletools that iterate all wikis. Form-label wasn't central yet (either in local domain or hardcoded). Removing from local domains, adding to krinke domain
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Orphantalk2.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php
@@ -15,6 +15,7 @@
1616 * @author Krinkle
1717 */
1818 $messages['en'] = array(
 19+ 'alws-label' => 'Wiki', // optional
1920 'alws-selectwiki' => '(select wiki)',
2021 'alws-group-mustused' => 'Most used wikis',
2122 'alws-group-allaz' => 'All wikis alphabetically',
@@ -25,6 +26,7 @@
2627 * @author Krinkle
2728 */
2829 $messages['qqq'] = array(
 30+ 'alws-label' => 'Label in the input form for the dropdown menu with all wikis, of which one must be choosen.',
2931 'alws-selectwiki' => 'This is the initial value for the dropdown menu with all wikis, of which one must be choosen.',
3032 'alws-group-mustused' => 'This is the group label for group containing the most used wikis. In a dropdown menu with all wikis.',
3133 'alws-group-allaz' => 'This is the group label for the group containg all wikis listed alphabetically. In a dropdown menu with all wikis.',
Index: trunk/tools/ToolserverI18N/language/messages/Orphantalk2.i18n.php
@@ -16,7 +16,6 @@
1717 */
1818 $messages['en'] = array(
1919 'title' => 'OrphanTalk2',
20 - 'label-wiki' => 'Wiki', // optional
2120 'select-wiki-first' => '(select a wiki first)',
2221 'hideredirects' => 'Hide redirects',
2322 'hidesubpages' => 'Hide subpages',
@@ -43,7 +42,6 @@
4443 */
4544 $messages['qqq'] = array(
4645 'title' => 'The title of the tool. Note that this is a sequel of an old tool by the same name. "2" is part of the name.',
47 - 'label-wiki' => 'Label in the input form indicating which wiki searched.',
4846 'select-wiki-first' => "This message is displayed in the dropdown menu for the namespace selector if the user didn't choose a wiki yet. Include the parenthesis.",
4947 'hideredirects' => 'Label for a checkbox in the input form indicating whether redirect pages should be included in the results.',
5048 'hidesubpages' => 'Label for a checkbox in the input form indicating whether subpages should be included in the results.',

Status & tagging log