Index: trunk/extensions/ArticleCreationWorkflow/ArticleCreationWorkflow.i18n.php |
— | — | @@ -19,13 +19,13 @@ |
20 | 20 | //buttons |
21 | 21 | 'ac-action-indicator' => 'I want to...', |
22 | 22 | |
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.', |
25 | 25 | 'ac-hover-tooltip-body-login' => "<ul><li>You already have a user account and wish to edit under that name.</li></ul>", |
26 | 26 | |
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>", |
30 | 30 | |
31 | 31 | 'ac-action-request' => 'Request this article', |
32 | 32 | 'ac-action-request-subtitle' => "I'll submit a request that it be written.", |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | <li>You do not wish to write it yourself.</li></ul>", |
36 | 36 | |
37 | 37 | '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}}.', |
39 | 39 | 'ac-hover-tooltip-body-draft' => "<ul><li>You haven't created an article before, or</li> |
40 | 40 | <li>You want to work on your article a bit before it's ready to publish</li></ul>", |
41 | 41 | |
— | — | @@ -48,12 +48,12 @@ |
49 | 49 | ", |
50 | 50 | 'ac-create-button' => "Let's Go", |
51 | 51 | '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> |
53 | 53 | <li>You <b><i>do not</i></b> have a <i>conflict of interest</i> regarding the subject matter of the article, and</li> |
54 | 54 | <li>You have several references about the subject.</li></ul> |
55 | 55 | ", |
56 | 56 | |
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.', |
58 | 58 | |
59 | 59 | 'ac-create-dismiss' => 'I want to skip this step in the future', |
60 | 60 | |