r82789 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82788‎ | r82789 | r82790 >
Date:11:28, 25 February 2011
Author:raymond
Status:ok (Comments)
Tags:
Comment:
Per r82776: Add extension to Translatewiki.
Tweak messages for consistency, remove empty qqq messages.
Modified paths:
  • /trunk/extensions/InlineEditor/InlineEditor.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/InlineEditor/InlineEditor.i18n.php
@@ -15,11 +15,11 @@
1616 'inline-editor-desc' => 'Provides an alternative editor which is easier to use',
1717
1818 '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?',
2020 'inline-editor-editbox-changes-example' => 'For example: "Fixed spelling mistake", "Corrected facts", "Wrote a new paragraph", etc.',
2121 'inline-editor-editbox-publish-notice' => "When you are done, do not forget to publish the page!",
2222 // '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.
2424 See $1 for more information.',
2525 'inline-editor-editbox-publish-caption' => 'Publish',
2626 'inline-editor-redirect-browser' => 'The new editing interface is not supported by your browser.',
@@ -55,7 +55,6 @@
5656 purpose is telling that anything you do is not final until the page is
5757 published. This way the user is invited to try some things out, as it will not
5858 be published before hitting the button.',
59 - 'inline-editor-editbox-publish-terms' => '',
6059 'inline-editor-editbox-publish-caption' => 'Below the edit summary is the most important button on the page: the
6160 "Publish" button. On the original edit-page, there are some problems with the
6261 "Save" button. The first problem is the caption. "Save" can mean different
@@ -63,7 +62,5 @@
6463 it be saved into some kind of database, waiting for approval?" "Publish" is
6564 unambiguous: it will be shown to the world. On the other hand, using the word "Publish" may have legal
6665 consequences in some countries, which should be looked into.',
67 - 'inline-editor-enable-preference' => '',
68 - 'inline-editor-preview' => '',
69 - 'inline-editor-cancel' => '',
7066 );
 67+
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -615,6 +615,9 @@
616616 descmsg = indexfunc-desc
617617 ignored = index-exclude-categories
618618
 619+Inline Editor
 620+descmsg = inline-editor-desc
 621+
619622 Input Box
620623
621624 Inspect Cache

Follow-up revisions

RevisionCommit summaryAuthorDate
r82790Partly revert r82789 per http://www.mediawiki.org/wiki/Special:Code/MediaWiki...raymond11:37, 25 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82776Small fixes, i18n. Also fixes bug 27390.janpaul12301:16, 25 February 2011

Comments

#Comment by JanPaul123 (talk | contribs)   11:34, 25 February 2011

Oh, wait, that was a bit confusing. I meant "I'll absolutely ping you", I don't think it's quite ready for translation yet. Thanks for the cleanup though.

Status & tagging log