Index: trunk/extensions/RefreshSpecial/RefreshSpecial.i18n.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | 'refreshspecial' => 'Refresh special pages', |
17 | 17 | 'refreshspecial-desc' => 'Allows [[Special:RefreshSpecial|manual special page refresh]] of special pages', |
18 | 18 | '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. |
20 | 20 | When you have chosen all pages that you want to refresh, click on the "Refresh selected" button below to refresh the selected special pages. |
21 | 21 | Warning: the refresh may take a while on larger wikis.', |
22 | 22 | 'refreshspecial-button' => 'Refresh selected', |
— | — | @@ -38,36 +38,6 @@ |
39 | 39 | 'right-refreshspecial' => 'Refresh special pages', |
40 | 40 | ); |
41 | 41 | |
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 | | - |
72 | 42 | /** Arabic (العربية) |
73 | 43 | * @author Meno25 |
74 | 44 | */ |