Index: trunk/extensions/InlineEditor/InlineEditor.i18n.php |
— | — | @@ -15,11 +15,11 @@ |
16 | 16 | 'inline-editor-desc' => 'Provides an alternative editor which is easier to use', |
17 | 17 | |
18 | 18 | 'inline-editor-editbox-top' => "'''Awesome, you are editing {{SITENAME}}!'''<br />You can edit the article below, by clicking on <span class=\"highlightExample\">blue elements</span> in the page.", |
19 | | - 'inline-editor-editbox-changes-question' => "Can you briefly describe the changes you're making?", |
| 19 | + 'inline-editor-editbox-changes-question' => 'Can you briefly describe the changes you are making?', |
20 | 20 | 'inline-editor-editbox-changes-example' => 'For example: "Fixed spelling mistake", "Corrected facts", "Wrote a new paragraph", etc.', |
21 | 21 | 'inline-editor-editbox-publish-notice' => "When you are done, do not forget to publish the page!", |
22 | 22 | // 'inline-editor-editbox-publish-terms' => 'When you click "Publish", you agree to the [http://wikimediafoundation.org/wiki/Terms_of_Use Terms of Use]. This means that you agree to share your contributions under a free license.', |
23 | | - 'inline-editor-editbox-publish-terms' => 'When you click "Publish", you agree with our copyright policy. |
| 23 | + 'inline-editor-editbox-publish-terms' => 'When you click "{{int:inline-editor-editbox-publish-caption}}", you agree with our copyright policy. |
24 | 24 | See $1 for more information.', |
25 | 25 | 'inline-editor-editbox-publish-caption' => 'Publish', |
26 | 26 | 'inline-editor-redirect-browser' => 'The new editing interface is not supported by your browser.', |
— | — | @@ -55,7 +55,6 @@ |
56 | 56 | purpose is telling that anything you do is not final until the page is |
57 | 57 | published. This way the user is invited to try some things out, as it will not |
58 | 58 | be published before hitting the button.', |
59 | | - 'inline-editor-editbox-publish-terms' => '', |
60 | 59 | 'inline-editor-editbox-publish-caption' => 'Below the edit summary is the most important button on the page: the |
61 | 60 | "Publish" button. On the original edit-page, there are some problems with the |
62 | 61 | "Save" button. The first problem is the caption. "Save" can mean different |
— | — | @@ -63,7 +62,5 @@ |
64 | 63 | it be saved into some kind of database, waiting for approval?" "Publish" is |
65 | 64 | unambiguous: it will be shown to the world. On the other hand, using the word "Publish" may have legal |
66 | 65 | consequences in some countries, which should be looked into.', |
67 | | - 'inline-editor-enable-preference' => '', |
68 | | - 'inline-editor-preview' => '', |
69 | | - 'inline-editor-cancel' => '', |
70 | 66 | ); |
| 67 | + |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -615,6 +615,9 @@ |
616 | 616 | descmsg = indexfunc-desc |
617 | 617 | ignored = index-exclude-categories |
618 | 618 | |
| 619 | +Inline Editor |
| 620 | +descmsg = inline-editor-desc |
| 621 | + |
619 | 622 | Input Box |
620 | 623 | |
621 | 624 | Inspect Cache |