r45120 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45119‎ | r45120 | r45121 >
Date:12:06, 28 December 2008
Author:ashley
Status:deferred
Tags:
Comment:
remove qqq again from RefreshSpecial.i18n.php:
*MediaWiki.org is meant for in-depth documentation and I'd certainly consider these to be in-depth enough
*more people are able to contribute to documentation when the info is editable by almost everyone on mw.org
*it does not bloat the size of the i18n file when the docs are on mw.org. I somehow think that 99% of people using this extension aren't interested in message documentation, they just want the extension to work and maybe available in their language.

in short: i18n file is for translations. message documentations aren't translations, so please do not add them to this file.
Modified paths:
  • /trunk/extensions/RefreshSpecial/RefreshSpecial.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RefreshSpecial/RefreshSpecial.i18n.php
@@ -15,7 +15,7 @@
1616 'refreshspecial' => 'Refresh special pages',
1717 'refreshspecial-desc' => 'Allows [[Special:RefreshSpecial|manual special page refresh]] of special pages',
1818 'refreshspecial-title' => 'Refresh special pages',
19 - 'refreshspecial-help' => 'This special page provides means to manually refresh special pages.
 19+ 'refreshspecial-help' => 'This special page provides means to manually refresh special pages.
2020 When you have chosen all pages that you want to refresh, click on the "Refresh selected" button below to refresh the selected special pages.
2121 Warning: the refresh may take a while on larger wikis.',
2222 'refreshspecial-button' => 'Refresh selected',
@@ -38,36 +38,6 @@
3939 'right-refreshspecial' => 'Refresh special pages',
4040 );
4141
42 -/** Message documentation (Message documentation)
43 - * @author Jack Phoenix
44 - * @author Purodha
45 - * @author Siebrand
46 - */
47 -$messages['qqq'] = array(
48 - 'refreshspecial' => '{{Identical|Refresh special pages}}
49 -Title of Special:RefreshSpecial as displayed on Special:SpecialPages.',
50 - 'refreshspecial-desc' => 'Shown in [[Special:Version]] as a short description of this extension. Do not translate links.',
51 - 'refreshspecial-title' => '{{Identical|Refresh special pages}}
52 -Title of the special page Special:RefreshSpecial',
53 - 'refreshspecial-help' => 'Help displayed to the user on Special:RefreshSpecial. "Refresh selected" comes from {{msg-mw|refreshspecial-button}}.',
54 - 'refreshspecial-button' => 'Text displayed on the button on Special:RefreshSpecial. Clicking on the button refreshes the selected special pages.',
55 - 'refreshspecial-fail' => 'Failure message displayed if no special pages were checked to refresh.',
56 - 'refreshspecial-refreshing' => '{{Identical|Refreshing special pages}}
57 -Text displayed in the subtitle below the actual page title once the user has pressed the "Refresh selected" button.',
58 - 'refreshspecial-success-subtitle' => '{{Identical|Refreshing special pages}}
59 -Text displayed in the subtitle below the actual page title once the user has pressed the "Refresh selected" button.',
60 - 'refreshspecial-js-disabled' => 'Displayed to users with JavaScript disabled so that they won\'t wonder why the "select all pages" checkbox isn\'t working properly.',
61 - 'refreshspecial-select-all-pages' => 'Text displayed next to a checkbox on Special:RefreshSpecial; checking the checkbox allows to select all listed pages.',
62 - 'refreshspecial-link-back' => 'Displayed on Special:RefreshSpecial after the user has pressed the "Refresh selected" button, at the bottom of the page.',
63 - 'refreshspecial-none-selected' => 'If the user pressed the "Refresh selected" button without checking any of the checkboxes, this message will be displayed to him/her.',
64 - 'refreshspecial-db-error' => 'Error message shown to the user if a database error is encountered while trying to do the necessary queries.',
65 - 'refreshspecial-no-page' => 'If an invalid special page is encountered, this message will be displayed.',
66 - 'refreshspecial-slave-lagged' => 'Displayed if a slave database server is lagging',
67 - 'refreshspecial-reconnected' => 'Displayed if the connection to the database was lost for some reason but the extension was able to reconnect to it.',
68 - 'refreshspecial-reconnecting' => 'Displayed if the connection to the database was lost for some reason.',
69 - 'refreshspecial-total-display' => 'Displayed on Special:RefreshSpecial after the user has pressed the "Refresh selected" button if the refreshing was done successfully. $1 is the amount of special pages refreshed, $2 is the amount of database rows touched, $3 is the time how long it took to refresh all the selected special pages and $4 is the complete time of the script run.',
70 -);
71 -
7242 /** Arabic (العربية)
7343 * @author Meno25
7444 */

Status & tagging log