Index: trunk/translatewiki/MediaWiki/mediawiki-defines.txt |
— | — | @@ -1718,6 +1718,7 @@ |
1719 | 1719 | |
1720 | 1720 | Upload Wizard |
1721 | 1721 | aliasfile = UploadWizard/UploadWizard.alias.php |
| 1722 | +ignored = languageHandler.js |
1722 | 1723 | |
1723 | 1724 | Unicode Converter |
1724 | 1725 | |
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -212,17 +212,17 @@ |
213 | 213 | 'mwe-upwiz-license-fal' => 'Free Art License', |
214 | 214 | 'mwe-upwiz-license-own-pd' => 'All rights waived with Creative Commons Zero license (like public domain)', |
215 | 215 | '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', |
227 | 227 | 'mwe-upwiz-license-gfdl' => 'GNU Free Documentation License', |
228 | 228 | 'mwe-upwiz-license-cc-by-sa-3.0-gfdl' => 'Copyleft, attribution required (GFDL, CC-BY-SA-3.0)', |
229 | 229 | |
— | — | @@ -335,6 +335,9 @@ |
336 | 336 | 'mwe-upwiz-prefs-def-license-def' => 'Use whatever the default is', |
337 | 337 | 'mwe-upwiz-prefs-license-own' => 'Own work - $1', |
338 | 338 | 'mwe-upwiz-prefs-license-thirdparty' => "Someone else's work - $1", |
| 339 | + |
| 340 | + // See for example. |
| 341 | + 'languageHandler.js' => '', # Do not translate this message. |
339 | 342 | ); |
340 | 343 | |
341 | 344 | /** Message documentation (Message documentation) |