r106653 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106652‎ | r106653 | r106654 >
Date:14:36, 19 December 2011
Author:siebrand
Status:resolved (Comments)
Tags:
Comment:
Add header and Wikipedia -> SITENAME
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php
@@ -1,5 +1,12 @@
2 -<?php $messages = array();
 2+<?php
 3+/**
 4+ * Internationalisation file for extension ArticleFeedbackv5.
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
39
 10+$messages = array();
411 /** English
512 * @author Nimish Gautam
613 * @author Sam Reed
@@ -17,7 +24,7 @@
1825 'articlefeedbackv5-cta1-learn-how' => 'Learn how to edit',
1926 'articlefeedbackv5-cta1-learn-how-url' => 'http://en.wikipedia.org/wiki/Wikipedia:Article_Feedback_Tool/Tutorial',
2027 'articlefeedbackv5-cta1-edit-linktext' => 'Edit this page',
21 - 'articlefeedbackv5-cta2-confirmation-title' => 'Help improve Wikipedia',
 28+ 'articlefeedbackv5-cta2-confirmation-title' => 'Help improve {{SITENAME}}',
2229 'articlefeedbackv5-cta2-confirmation-call' => 'This website is created by people like you. Can you give us a hand?',
2330 'articlefeedbackv5-cta2-button-text' => 'Learn more',
2431
@@ -105,7 +112,7 @@
106113 /* Option 4 (just a big glossy edit button and some teaser text) */
107114 'articlefeedbackv5-bucket4-title' => 'Help improve this page',
108115 'articlefeedbackv5-bucket4-subhead' => 'Did you know that you can edit this page?',
109 - 'articlefeedbackv5-bucket4-teaser-line1' => 'Wikipedia works because anyone can edit its pages.',
 116+ 'articlefeedbackv5-bucket4-teaser-line1' => '{{SITENAME}} works because anyone can edit its pages.',
110117 'articlefeedbackv5-bucket4-teaser-line2' => 'Go ahead, give it a try. Be bold!',
111118 'articlefeedbackv5-bucket4-learn-to-edit' => 'Learn how to edit',
112119 'articlefeedbackv5-bucket4-form-submit' => 'Edit this page',
@@ -121,7 +128,7 @@
122129 'articlefeedbackv5-bucket5-form-panel-expertise-profession' => 'It is part of my profession',
123130 'articlefeedbackv5-bucket5-form-panel-expertise-hobby' => 'It is a deep personal passion',
124131 'articlefeedbackv5-bucket5-form-panel-expertise-other' => 'The source of my knowledge is not listed here',
125 - 'articlefeedbackv5-bucket5-form-panel-helpimprove' => 'I would like to help improve Wikipedia, send me an e-mail (optional)',
 132+ 'articlefeedbackv5-bucket5-form-panel-helpimprove' => 'I would like to help improve {{SITENAME}}, send me an e-mail (optional)',
126133 'articlefeedbackv5-bucket5-form-panel-helpimprove-note' => 'We will send you a confirmation e-mail. We will not share your e-mail address with outside parties as per our $1.',
127134 'articlefeedbackv5-bucket5-form-panel-helpimprove-email-placeholder' => 'email@example.org', // Optional
128135 'articlefeedbackv5-bucket5-form-panel-helpimprove-privacy' => 'feedback privacy statement',

Follow-up revisions

RevisionCommit summaryAuthorDate
r106663Fix r106636, r106653: revert {{SITENAME}} changes, can't use {{SITENAME}} in ...catrope16:17, 19 December 2011

Comments

#Comment by Catrope (talk | contribs)   16:04, 19 December 2011

You cannot use {{SITENAME}} in JS messages.

Status & tagging log