Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | 'smw_isknowntype' => 'This type is among the standard datatypes of this wiki.', |
21 | 21 | 'smw_isaliastype' => 'This type is an alias for the datatype “$1”.', |
22 | 22 | 'smw_isnotype' => 'This type “$1” is not a standard datatype in the wiki, and has not been given a user definition either.', |
23 | | - 'smw_concept_description' => 'Description of concept “$1”', // used in the namespace "Concept:" |
| 23 | + 'smw_concept_description' => 'Description of concept "$1"', // used in the namespace "Concept:" |
24 | 24 | 'smw_concept_preview' => '[show results]', |
25 | 25 | 'smw_no_concept_namespace'=> 'Concepts can only be defined on pages in the Concept: namespace.', |
26 | 26 | 'smw_multiple_concepts' => 'Each concept page can have only one concept definition.', |
Index: trunk/extensions/TalkHere/TalkHere.i18n.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | * @author Daniel Kinzler, brightbyte.de |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | | - 'talkhere-desc' => 'Puts the talk page into the article page', |
| 19 | + 'talkhere-desc' => 'Puts the talk page into the page', |
20 | 20 | 'talkhere-title' => '$1', |
21 | 21 | 'talkhere-headtext' => '', |
22 | 22 | 'talkhere-foottext' => "The above comments may have been left by visitors. |
Index: trunk/extensions/ProtectSection/ProtectSection.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'protectsection_desc' => 'Allows authorised users to protect parts of a text', |
| 12 | + 'protectsection_desc' => 'Allows authorised users to protect parts of a page using the tag <tt><protect></tt>', |
13 | 13 | 'protectsection_add_remove' => 'You tried to add or remove a protected section', |
14 | 14 | 'protectsection_modify' => 'You tried to modify protected text', |
15 | 15 | 'protectsection_forbidden' => 'Forbidden', |
Index: trunk/extensions/StalePages/StalePages.i18n.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | 12 | 'stalepages' => 'Stale pages', |
13 | | - 'stalepages-desc' => 'Generates a list of pages that have not been edited recently', |
| 13 | + 'stalepages-desc' => 'Generates a [[Special:Stalepages|list of pages]] that have not been edited recently', |
14 | 14 | 'stalepages-summary' => 'This is a list of pages that have not been edited in the last $1 days.', |
15 | 15 | ); |
16 | 16 | |
Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | * @author Evan Prodromou <evan@vinismo.com> |
29 | 29 | */ |
30 | 30 | $messages['en'] = array( |
31 | | - 'form-desc' => 'A form interface to start new articles', |
| 31 | + 'form-desc' => 'A [[Special:Form|form interface]] to start new pages', |
32 | 32 | 'form' => 'Form', |
33 | 33 | 'formnoname' => 'No form name', |
34 | 34 | 'formnonametext' => 'You must provide a form name, like "Special:Form/Nameofform".', |
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'profiling' => 'Profiling data', |
17 | | - 'profiling-desc' => 'Special page to search and inspect profiling data', |
| 17 | + 'profiling-desc' => '[[Special:Profiling|Special page]] to search and inspect profiling data', |
18 | 18 | 'profiling-process' => 'Process string:', |
19 | 19 | 'profiling-wildcard' => 'Use wildcard', |
20 | 20 | 'profiling-ok' => 'OK', |