r111501 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111500‎ | r111501 | r111502 >
Date:22:04, 14 February 2012
Author:bsitu
Status:ok
Tags:
Comment:
Update Wikipedia to {{SITENAME}} in language file
Modified paths:
  • /trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.i18n.php
@@ -19,13 +19,13 @@
2020 //buttons
2121 'ac-action-indicator' => 'I want to...',
2222
23 - 'ac-action-login' => 'Log in to Wikipedia',
24 - 'ac-action-login-subtitle' => 'I have a Wikipedia account.',
 23+ 'ac-action-login' => 'Log in to {{SITENAME}}',
 24+ 'ac-action-login-subtitle' => 'I have a {{SITENAME}} account.',
2525 'ac-hover-tooltip-body-login' => "<ul><li>You already have a user account and wish to edit under that name.</li></ul>",
2626
27 - 'ac-action-signup' => 'Create a Wikipedia account',
28 - 'ac-action-signup-subtitle' => 'A Wikipedia account allows you to create new articles.',
29 - 'ac-hover-tooltip-body-signup' => "<ul><li>You <b><i>do not</i></b> have a Wikipedia account.</li></ul>",
 27+ 'ac-action-signup' => 'Create a {{SITENAME}} account',
 28+ 'ac-action-signup-subtitle' => 'A {{SITENAME}} account allows you to create new articles.',
 29+ 'ac-hover-tooltip-body-signup' => "<ul><li>You <b><i>do not</i></b> have a {{SITENAME}} account.</li></ul>",
3030
3131 'ac-action-request' => 'Request this article',
3232 'ac-action-request-subtitle' => "I'll submit a request that it be written.",
@@ -34,7 +34,7 @@
3535 <li>You do not wish to write it yourself.</li></ul>",
3636
3737 'ac-action-draft' => 'Create a draft',
38 - 'ac-action-draft-subtitle' => 'I want to make a draft of this article before I publish it to Wikipedia.',
 38+ 'ac-action-draft-subtitle' => 'I want to make a draft of this article before I publish it to {{SITENAME}}.',
3939 'ac-hover-tooltip-body-draft' => "<ul><li>You haven't created an article before, or</li>
4040 <li>You want to work on your article a bit before it's ready to publish</li></ul>",
4141
@@ -48,12 +48,12 @@
4949 ",
5050 'ac-create-button' => "Let's Go",
5151 'ac-hover-tooltip-body-create' => "<ul><li>You have created articles before, and</li>
52 - <li>You are familiar with Wikipedia's policies, and</li>
 52+ <li>You are familiar with {{SITENAME}}'s policies, and</li>
5353 <li>You <b><i>do not</i></b> have a <i>conflict of interest</i> regarding the subject matter of the article, and</li>
5454 <li>You have several references about the subject.</li></ul>
5555 ",
5656
57 - 'ac-landing-login-required' => 'In order to create an article, you need to have a Wikipedia user account.',
 57+ 'ac-landing-login-required' => 'In order to create an article, you need to have a {{SITENAME}} user account.',
5858
5959 'ac-create-dismiss' => 'I want to skip this step in the future',
6060

Status & tagging log