r112250 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112249‎ | r112250 | r112251 >
Date:22:14, 23 February 2012
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up r85935: Add key for JavaScript customisation page.
Some spaces to tabs.
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)
  • /trunk/translatewiki/MediaWiki/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/translatewiki/MediaWiki/mediawiki-defines.txt
@@ -1718,6 +1718,7 @@
17191719
17201720 Upload Wizard
17211721 aliasfile = UploadWizard/UploadWizard.alias.php
 1722+ignored = languageHandler.js
17221723
17231724 Unicode Converter
17241725
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -212,17 +212,17 @@
213213 'mwe-upwiz-license-fal' => 'Free Art License',
214214 'mwe-upwiz-license-own-pd' => 'All rights waived with Creative Commons Zero license (like public domain)',
215215 'mwe-upwiz-license-pd-old-100' => 'Author died more than 100 years ago',
216 - 'mwe-upwiz-license-pd-old' => 'Author died more than 70 years ago',
217 - 'mwe-upwiz-license-pd-art' => 'Faithful reproduction of a painting that is in the public domain',
218 - 'mwe-upwiz-license-pd-us' => 'First published in the United States before 1923',
219 - 'mwe-upwiz-license-pd-usgov' => 'Original work of the US Federal Government',
220 - 'mwe-upwiz-license-pd-usgov-nasa' => 'Original work of NASA',
221 - 'mwe-upwiz-license-pd-usgov-military-navy' => 'Original work of the US Military Navy',
222 - 'mwe-upwiz-license-pd-ineligible' => 'Too simple to be copyrighted',
223 - 'mwe-upwiz-license-pd-ineligible-help' => 'Be careful with this one. The image has to be very simple, like a green circle or red square',
224 - 'mwe-upwiz-license-pd-textlogo' => 'Logo with only simple text (wordmark)',
225 - 'mwe-upwiz-license-copyrighted-free-use' => 'Copyrighted, but may be used for any purpose, including commercially',
226 - 'mwe-upwiz-license-attribution' => 'May be used for any purpose, including commercially, if the copyright holder is properly attributed',
 216+ 'mwe-upwiz-license-pd-old' => 'Author died more than 70 years ago',
 217+ 'mwe-upwiz-license-pd-art' => 'Faithful reproduction of a painting that is in the public domain',
 218+ 'mwe-upwiz-license-pd-us' => 'First published in the United States before 1923',
 219+ 'mwe-upwiz-license-pd-usgov' => 'Original work of the US Federal Government',
 220+ 'mwe-upwiz-license-pd-usgov-nasa' => 'Original work of NASA',
 221+ 'mwe-upwiz-license-pd-usgov-military-navy' => 'Original work of the US Military Navy',
 222+ 'mwe-upwiz-license-pd-ineligible' => 'Too simple to be copyrighted',
 223+ 'mwe-upwiz-license-pd-ineligible-help' => 'Be careful with this one. The image has to be very simple, like a green circle or red square',
 224+ 'mwe-upwiz-license-pd-textlogo' => 'Logo with only simple text (wordmark)',
 225+ 'mwe-upwiz-license-copyrighted-free-use' => 'Copyrighted, but may be used for any purpose, including commercially',
 226+ 'mwe-upwiz-license-attribution' => 'May be used for any purpose, including commercially, if the copyright holder is properly attributed',
227227 'mwe-upwiz-license-gfdl' => 'GNU Free Documentation License',
228228 'mwe-upwiz-license-cc-by-sa-3.0-gfdl' => 'Copyleft, attribution required (GFDL, CC-BY-SA-3.0)',
229229
@@ -335,6 +335,9 @@
336336 'mwe-upwiz-prefs-def-license-def' => 'Use whatever the default is',
337337 'mwe-upwiz-prefs-license-own' => 'Own work - $1',
338338 'mwe-upwiz-prefs-license-thirdparty' => "Someone else's work - $1",
 339+
 340+ // See for example.
 341+ 'languageHandler.js' => '', # Do not translate this message.
339342 );
340343
341344 /** Message documentation (Message documentation)

Follow-up revisions

RevisionCommit summaryAuthorDate
r112256MFT r112248, r112250, r112253reedy22:32, 23 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85935let Commons admins override our language list since they know which languages...kaldari02:05, 13 April 2011

Status & tagging log