r76273 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76272‎ | r76273 | r76274 >
Date:22:43, 7 November 2010
Author:siebrand
Status:deferred
Tags:
Comment:
* use quotes consistently
* update message documentation
Modified paths:
  • /trunk/extensions/ArticleComments/ArticleComments.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleComments/ArticleComments.i18n.php
@@ -20,11 +20,11 @@
2121 'article-comments-submit-button' => 'Submit',
2222 'article-comments-leave-comment-link' => 'Leave a comment ...',
2323 'article-comments-invalid-field' => 'The $1 provided <nowiki>[$2]</nowiki> is invalid.',
24 - 'article-comments-required-field' => '$1 field is required.',
 24+ '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 {{PLURAL:$1|reason|reasons}}:',
2727 'article-comments-no-comments' => 'Sorry, the page "[[$1]]" is not accepting comments at this time.',
28 - 'article-comments-talk-page-starter' => "<noinclude>Comments on [[$1]]\n<comments />\n----- __NOEDITSECTION__</noinclude>\n",
 28+ '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',
@@ -53,8 +53,11 @@
5454 'article-comments-comment-string' => '{{Identical|Comment}}',
5555 'article-comments-comment-field' => '{{Identical|Comment}}',
5656 'article-comments-submit-button' => '{{Identical|Submit}}',
57 - 'article-comments-invalid-field' => 'Shown as a list below {{msg-mw|article-comments-failure-reasons}}. With $1 being {{msg-mw|article-comments-title-string}} or {{msg-mw|article-comments-url-string}} messages, and $2 the wrong value.',
58 - 'article-comments-required-field' => 'Shown as a list below article-comments-failure-reasons. With $1 being one of article-comments-*-string messages.',
 57+ 'article-comments-invalid-field' => 'Shown as a list below {{msg-mw|article-comments-failure-reasons}}. Parameters:
 58+* $1 is {{msg-mw|article-comments-title-string}} or {{msg-mw|article-comments-url-string}}
 59+* $2 is the incorrect value.',
 60+ 'article-comments-required-field' => 'Shown as a list below article-comments-failure-reasons. Parameters:
 61+* $1 being is one of {{msg-mw|article-comments-title-string}}, {{msg-mw|article-comments-name-string}}, {{msg-mw|article-comments-url-string}}, {{msg-mw|article-comments-comment-string}}.',
5962 'article-comments-submission-failed' => 'Page title when there are errors in the comment submission',
6063 'article-comments-talk-page-starter' => 'Keep the wikisyntax as is.',
6164 'article-comments-comment-bad-mode' => '{{doc-important|Do not translate the words "plain", "normal" and "wiki".}}',

Status & tagging log