r37068 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37067‎ | r37068 | r37069 >
Date:21:27, 4 July 2008
Author:siebrand
Status:old
Tags:
Comment:
Improve descriptions for a few recently added description messages
Modified paths:
  • /trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php (modified) (history)
  • /trunk/extensions/ProtectSection/ProtectSection.i18n.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php (modified) (history)
  • /trunk/extensions/SpecialForm/SpecialForm.i18n.php (modified) (history)
  • /trunk/extensions/StalePages/StalePages.i18n.php (modified) (history)
  • /trunk/extensions/TalkHere/TalkHere.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php
@@ -19,7 +19,7 @@
2020 'smw_isknowntype' => 'This type is among the standard datatypes of this wiki.',
2121 'smw_isaliastype' => 'This type is an alias for the datatype “$1”.',
2222 '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:"
2424 'smw_concept_preview' => '[show results]',
2525 'smw_no_concept_namespace'=> 'Concepts can only be defined on pages in the Concept: namespace.',
2626 'smw_multiple_concepts' => 'Each concept page can have only one concept definition.',
Index: trunk/extensions/TalkHere/TalkHere.i18n.php
@@ -15,7 +15,7 @@
1616 * @author Daniel Kinzler, brightbyte.de
1717 */
1818 $messages['en'] = array(
19 - 'talkhere-desc' => 'Puts the talk page into the article page',
 19+ 'talkhere-desc' => 'Puts the talk page into the page',
2020 'talkhere-title' => '$1',
2121 'talkhere-headtext' => '',
2222 'talkhere-foottext' => "The above comments may have been left by visitors.
Index: trunk/extensions/ProtectSection/ProtectSection.i18n.php
@@ -8,7 +8,7 @@
99 $messages = array();
1010
1111 $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>&lt;protect&gt;</tt>',
1313 'protectsection_add_remove' => 'You tried to add or remove a protected section',
1414 'protectsection_modify' => 'You tried to modify protected text',
1515 'protectsection_forbidden' => 'Forbidden',
Index: trunk/extensions/StalePages/StalePages.i18n.php
@@ -9,7 +9,7 @@
1010
1111 $messages['en'] = array(
1212 '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',
1414 'stalepages-summary' => 'This is a list of pages that have not been edited in the last $1 days.',
1515 );
1616
Index: trunk/extensions/SpecialForm/SpecialForm.i18n.php
@@ -27,7 +27,7 @@
2828 * @author Evan Prodromou <evan@vinismo.com>
2929 */
3030 $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',
3232 'form' => 'Form',
3333 'formnoname' => 'No form name',
3434 'formnonametext' => 'You must provide a form name, like "Special:Form/Nameofform".',
Index: trunk/extensions/ProfileMonitor/ProfileMonitor.i18n.php
@@ -13,7 +13,7 @@
1414 */
1515 $messages['en'] = array(
1616 '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',
1818 'profiling-process' => 'Process string:',
1919 'profiling-wildcard' => 'Use wildcard',
2020 'profiling-ok' => 'OK',

Status & tagging log