Index: trunk/extensions/ArticleComments/ArticleComments.i18n.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | $messages = array(); |
11 | 11 | |
12 | 12 | $messages['en'] = array( |
13 | | - 'article-comments-desc' => 'Enables comment sections on article pages', |
| 13 | + 'article-comments-desc' => 'Enables comment sections on content pages', |
14 | 14 | 'article-comments-title-string' => 'title', |
15 | 15 | 'article-comments-name-string' => 'Name', |
16 | 16 | 'article-comments-name-field' => 'Name (required):', |
— | — | @@ -23,13 +23,13 @@ |
24 | 24 | 'article-comments-required-field' => '$1 field is required.', |
25 | 25 | 'article-comments-submission-failed' => 'Comment submission failed', |
26 | 26 | '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.', |
28 | 28 | 'article-comments-talk-page-starter' => "<noinclude>Comments on [[$1]]\n<comments />\n----- __NOEDITSECTION__</noinclude>\n", |
29 | 29 | 'article-comments-commenter-said' => '$1 said ...', |
30 | 30 | 'article-comments-summary' => 'Comment provided by $1 - via ArticleComments extension', |
31 | 31 | 'article-comments-submission-succeeded' => 'Comment submission succeeded', |
32 | 32 | '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]]', |
34 | 34 | 'article-comments-prefilled-comment-text' => '', |
35 | 35 | 'article-comments-user-is-blocked' => 'Your user account is currently blocked from editing "[[$1]]".', |
36 | 36 | 'article-comments-new-comment-heading' => "\n== {{int:article-comments-commenter-said|\$1}} ==\n\n", |