r74823 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74822‎ | r74823 | r74824 >
Date:22:42, 15 October 2010
Author:siebrand
Status:deferred
Tags:
Comment:
L10n tweaks.
Modified paths:
  • /trunk/extensions/ArticleComments/ArticleComments.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleComments/ArticleComments.i18n.php
@@ -9,7 +9,7 @@
1010 $messages = array();
1111
1212 $messages['en'] = array(
13 - 'article-comments-desc' => 'Enables comment sections on article pages',
 13+ 'article-comments-desc' => 'Enables comment sections on content pages',
1414 'article-comments-title-string' => 'title',
1515 'article-comments-name-string' => 'Name',
1616 'article-comments-name-field' => 'Name (required):',
@@ -23,13 +23,13 @@
2424 'article-comments-required-field' => '$1 field is required.',
2525 'article-comments-submission-failed' => 'Comment submission failed',
2626 'article-comments-failure-reasons' => 'Sorry, your comment submission failed for the following reason(s):',
27 - 'article-comments-no-comments' => 'Sorry, the article "[[$1]]" is not accepting comments at this time.',
 27+ 'article-comments-no-comments' => 'Sorry, the page "[[$1]]" is not accepting comments at this time.',
2828 'article-comments-talk-page-starter' => "<noinclude>Comments on [[$1]]\n<comments />\n----- __NOEDITSECTION__</noinclude>\n",
2929 'article-comments-commenter-said' => '$1 said ...',
3030 'article-comments-summary' => 'Comment provided by $1 - via ArticleComments extension',
3131 'article-comments-submission-succeeded' => 'Comment submission succeeded',
3232 'article-comments-submission-success' => 'You have successfully submitted a comment for "[[$1]]"',
33 - 'article-comments-submission-view-all' => 'You may view all comments on that article [[$1|here]]',
 33+ 'article-comments-submission-view-all' => 'You may view [[$1|all comments on that page]]',
3434 'article-comments-prefilled-comment-text' => '',
3535 'article-comments-user-is-blocked' => 'Your user account is currently blocked from editing "[[$1]]".',
3636 'article-comments-new-comment-heading' => "\n== {{int:article-comments-commenter-said|\$1}} ==\n\n",

Status & tagging log