Index: trunk/extensions/SimpleSecurity/SimpleSecurity.i18n.php |
— | — | @@ -18,9 +18,9 @@ |
19 | 19 | 'security-logpage' => 'Security log', |
20 | 20 | 'security-logpagetext' => 'This is a log of actions blocked by the [http://www.mediawiki.org/wiki/Extension:SimpleSecurity SimpleSecurity extension].', |
21 | 21 | 'security-logentry' => '', # do not translate or duplicate this message to other languages |
22 | | - 'badaccess-read' => 'Warning: "$1" is referred to here, but you do not have sufficient permissions to access it.', |
| 22 | + 'badaccess-read' => '\'\'\'Warning:\'\'\' "$1" is referred to here, but you do not have sufficient permissions to access it.', |
23 | 23 | 'security-info' => 'There are $1 on this page', |
24 | | - 'security-info-toggle' => 'security restrictions', |
| 24 | + 'security-info-toggle' => 'security restrictions', // FIXME: should be integrated into 'security-info' |
25 | 25 | 'security-inforestrict' => '$1 is restricted to $2', |
26 | 26 | 'security-desc-LS' => '(applies because this page is in the "$2 $1")', |
27 | 27 | 'security-desc-PR' => '(set from the "protect" tab)', |
Index: trunk/extensions/SemanticForms/languages/SF_Messages.php |
— | — | @@ -97,8 +97,8 @@ |
98 | 98 | 'sf_editdata_title' => 'Edit $1: $2', |
99 | 99 | 'sf_editdata_badurl' => 'This is the page for editing data. You must specify both a form name and a target page in the URL; |
100 | 100 | it should look like \'Special:EditData?form=<form name>&target=<target page>\', or \'Special:EditData/<form name>/<target page>\'.', |
101 | | - 'sf_editdata_morethanoneform' => 'Warning: More than one default form is defined for this page.', |
102 | | - 'sf_editdata_formwarning' => 'Warning: This page <a href="$1">already exists</a>, but it does not use this form.', |
| 101 | + 'sf_editdata_morethanoneform' => "'''Warning:''' More than one default form is defined for this page.", |
| 102 | + 'sf_editdata_formwarning' => '\'\'\'Warning:\'\'\' This page <a href="$1">already exists</a>, but it does not use this form.', |
103 | 103 | 'sf_editdata_remove' => 'Remove', |
104 | 104 | 'sf_editdata_addanother' => 'Add another', |
105 | 105 | 'sf_editdata_none' => 'None', |
Index: trunk/extensions/RefreshSpecial/RefreshSpecial.i18n.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'refreshspecial-title' => 'Refresh special pages', |
19 | 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 | | -Warning: the refresh may take a while on larger wikis.', |
| 21 | +\'\'\'Warning:\'\'\' The refresh may take a while on larger wikis.', |
22 | 22 | 'refreshspecial-button' => 'Refresh selected', |
23 | 23 | 'refreshspecial-fail' => 'Please check at least one special page to refresh.', |
24 | 24 | 'refreshspecial-refreshing' => 'refreshing special pages', |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | 'refreshspecial-select-all-pages' => 'Select all pages', |
29 | 29 | 'refreshspecial-link-back' => 'Go back to special page', |
30 | 30 | 'refreshspecial-none-selected' => 'You have not selected any special pages. Reverting to default selection.', |
31 | | - 'refreshspecial-db-error' => 'Failed: database error', |
| 31 | + 'refreshspecial-db-error' => 'Failed: Database error', |
32 | 32 | 'refreshspecial-no-page' => 'No such special page', |
33 | 33 | 'refreshspecial-slave-lagged' => 'Slave lagged, waiting…', |
34 | 34 | 'refreshspecial-reconnected' => 'Reconnected.', |
Index: trunk/extensions/WikimediaIncubator/WikimediaIncubator.i18n.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | 'wminc-prefinfo-code' => 'The ISO 639 language code', |
21 | 21 | 'wminc-prefinfo-project' => 'Select the Wikimedia project (Incubator option is for users who do general work)', |
22 | 22 | 'wminc-prefinfo-error' => 'You selected a project that needs a language code.', |
23 | | - 'wminc-warning-unprefixed' => 'Warning: the page you are editing is unprefixed!', |
| 23 | + 'wminc-warning-unprefixed' => "'''Warning:''' The page you are editing is unprefixed!", |
24 | 24 | 'wminc-warning-suggest' => 'You can create a page at [[$1]].', |
25 | 25 | 'wminc-warning-suggest-move' => 'You can [{{fullurl:Special:MovePage/$3|wpNewTitle=$2}} move this page to $1].', |
26 | 26 | ); |
Index: trunk/extensions/GroupPermissionsManager/GroupPermissionsManager.i18n.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | 'grouppermissions-log-delete' => 'deleted group "$2"', |
51 | 51 | 'grouppermissions-log-name' => 'Group permissions log', |
52 | 52 | 'grouppermissions-log-header' => 'This page tracks changes to the underlying permissions of user groups.', |
53 | | - 'grouppermissions-needjs' => 'Warning: JavaScript is disabled on your browser. Some features may not work!', |
| 53 | + 'grouppermissions-needjs' => "'''Warning:''' JavaScript is disabled on your browser. Some features may not work!", |
54 | 54 | 'grouppermissions-sp-header' => 'You may use this page to manage how permissions are sorted and add new permissions. Hover over a permission to read its description', |
55 | 55 | 'grouppermissions-sp-sort' => 'Sort permissions', |
56 | 56 | 'grouppermissions-sp-save' => 'Save', |