Index: trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php |
— | — | @@ -15,6 +15,7 @@ |
16 | 16 | * @author Krinkle |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
| 19 | + 'alws-label' => 'Wiki', // optional |
19 | 20 | 'alws-selectwiki' => '(select wiki)', |
20 | 21 | 'alws-group-mustused' => 'Most used wikis', |
21 | 22 | 'alws-group-allaz' => 'All wikis alphabetically', |
— | — | @@ -25,6 +26,7 @@ |
26 | 27 | * @author Krinkle |
27 | 28 | */ |
28 | 29 | $messages['qqq'] = array( |
| 30 | + 'alws-label' => 'Label in the input form for the dropdown menu with all wikis, of which one must be choosen.', |
29 | 31 | 'alws-selectwiki' => 'This is the initial value for the dropdown menu with all wikis, of which one must be choosen.', |
30 | 32 | 'alws-group-mustused' => 'This is the group label for group containing the most used wikis. In a dropdown menu with all wikis.', |
31 | 33 | '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 @@ |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'title' => 'OrphanTalk2', |
20 | | - 'label-wiki' => 'Wiki', // optional |
21 | 20 | 'select-wiki-first' => '(select a wiki first)', |
22 | 21 | 'hideredirects' => 'Hide redirects', |
23 | 22 | 'hidesubpages' => 'Hide subpages', |
— | — | @@ -43,7 +42,6 @@ |
44 | 43 | */ |
45 | 44 | $messages['qqq'] = array( |
46 | 45 | '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.', |
48 | 46 | '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.", |
49 | 47 | 'hideredirects' => 'Label for a checkbox in the input form indicating whether redirect pages should be included in the results.', |
50 | 48 | 'hidesubpages' => 'Label for a checkbox in the input form indicating whether subpages should be included in the results.', |