r67270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67269‎ | r67270 | r67271 >
Date:04:58, 3 June 2010
Author:dale
Status:deferred
Tags:
Comment:
minor fixes and code comments
Modified paths:
  • /branches/MwEmbedStandAlone/libraries/jquery/jquery-1.4.2.js (modified) (history)
  • /branches/MwEmbedStandAlone/libraries/jquery/plugins/jquery.hoverIntent.js (modified) (history)
  • /branches/MwEmbedStandAlone/modules/EmbedPlayer/loader.js (modified) (history)
  • /branches/MwEmbedStandAlone/modules/UploadWizard/SpecialUploadWizard.php (added) (history)
  • /branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizard.alias.php (added) (history)
  • /branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizard.i18n.php (modified) (history)
  • /branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizard.php (added) (history)
  • /branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizardPage.js (added) (history)
  • /branches/MwEmbedStandAlone/mwEmbed.i18n.php (modified) (history)
  • /branches/MwEmbedStandAlone/remotes/AddMediaWizardEditPage.js (modified) (history)
  • /branches/MwEmbedStandAlone/tests/Player_Timed_Text.html (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/tests/Player_Timed_Text.html
@@ -43,7 +43,7 @@
4444 <tr>
4545 <td id="inlineTracks" valign="top" width="410">
4646
47 - <video style="width:544;height:304"
 47+ <video style="width:544px;height:304px;"
4848 poster="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Elephants_Dream.ogg/seek%3D13-Elephants_Dream.ogg.jpg"
4949 duration="10:53"
5050 linkback="http://www.elephantsdream.org/" >
Index: branches/MwEmbedStandAlone/mwEmbed.i18n.php
@@ -22,6 +22,22 @@
2323 'mwe-test-plural' => 'I ran {{PLURAL:$1|$1 test|$1 tests}}',
2424 );
2525
 26+/** Message documentation (Message documentation)
 27+ * @author EugeneZelenko
 28+ * @author Fryed-peach
 29+ */
 30+$messages['qqq'] = array(
 31+ 'mwe-loading_txt' => '{{Identical|Loading}}',
 32+ 'mwe-error_load_lib' => 'Parameters:
 33+* $1 Corresponds to the JavaScript file that was not retrievable or does not define its class name.
 34+* $2 Is the class name that was associated with the JavaScript file that was not found or could not be retrieved.',
 35+ 'mwe-ok' => '{{Identical|OK}}',
 36+ 'mwe-cancel' => '{{Identical|Cancel}}',
 37+);
 38+
 39+/** Afrikaans (Afrikaans)
 40+ * @author Naudefj
 41+ */
2642 $messages['af'] = array(
2743 'mwe-loading_txt' => 'laai ...',
2844 'mwe-error_load_lib' => 'Fout: JavaScript $1 kon nie gevind word of definieer nie $2 nie',
@@ -43,6 +59,16 @@
4460 'mwe-enable-gadget-done' => 'Multimedia beta vegël ka qenë i aktivizuar',
4561 );
4662
 63+/** Aragonese (Aragonés)
 64+ * @author Juanpabl
 65+ */
 66+$messages['an'] = array(
 67+ 'mwe-cancel' => 'Cancelar',
 68+);
 69+
 70+/** Arabic (العربية)
 71+ * @author OsamaK
 72+ */
4773 $messages['ar'] = array(
4874 'mwe-loading_txt' => 'يحمل...',
4975 'mwe-cancel' => 'ألغِ',
@@ -83,19 +109,27 @@
84110 'mwe-test-plural' => 'Sevenet em eus $1 amprouadenn{{PLURAL:$1||}}',
85111 );
86112
 113+/** Bosnian (Bosanski)
 114+ * @author CERminator
 115+ */
87116 $messages['bs'] = array(
88117 'mwe-loading_txt' => 'učitavam ...',
89118 'mwe-apiproxy-setup' => 'Postavljanje API proksija',
90119 'mwe-ok' => 'U redu',
91120 'mwe-cancel' => 'Odustani',
92121 );
 122+
 123+/** Czech (Česky)
 124+ * @author Mormegil
 125+ */
93126 $messages['cs'] = array(
94127 'mwe-loading_txt' => 'Načítá se …',
95128 'mwe-cancel' => 'Storno',
96129 );
97130
 131+/** Welsh (Cymraeg) */
98132 $messages['cy'] = array(
99 - 'mwe-loading_txt' => 'wrthi\'n llwytho ...',
 133+ 'mwe-loading_txt' => "wrthi'n llwytho ...",
100134 );
101135
102136 /** German (Deutsch)
@@ -115,6 +149,9 @@
116150 'mwe-test-plural' => '{{PLURAL:$1|$1 Test|$1 Tests}} durchlaufen',
117151 );
118152
 153+/** Zazaki (Zazaki)
 154+ * @author Aspar
 155+ */
119156 $messages['diq'] = array(
120157 'mwe-loading_txt' => 'bar beno...',
121158 'mwe-error_load_lib' => 'xeta: $1 JavaScript re nêresiyeno ya zi pê $2yi şınasnaye niyo.',
@@ -140,9 +177,17 @@
141178 'mwe-test-plural' => 'Som {{PLURAL:$1|$1 test|$1 testa|$1 testy|$1 testow}} pśewjadł',
142179 );
143180
 181+/** Greek (Ελληνικά)
 182+ * @author Crazymadlover
 183+ */
144184 $messages['el'] = array(
145185 'mwe-loading_txt' => 'φόρτωση ...',
 186+ 'mwe-cancel' => 'Ακύρωση',
146187 );
 188+
 189+/** Esperanto (Esperanto)
 190+ * @author Yekrats
 191+ */
147192 $messages['eo'] = array(
148193 'mwe-loading_txt' => 'ŝarĝante ...',
149194 'mwe-cancel' => 'Nuligi',
@@ -164,14 +209,27 @@
165210 'mwe-test-plural' => 'Realicé {{PLURAL:$1|$1 prueba|$1 pruebas}}',
166211 );
167212
 213+/** Basque (Euskara)
 214+ * @author An13sa
 215+ */
168216 $messages['eu'] = array(
169217 'mwe-loading_txt' => 'Kargatzen ...',
170218 'mwe-ok' => 'Ados',
171219 'mwe-cancel' => 'Ezeztatu',
172220 );
173221
 222+/** Finnish (Suomi)
 223+ * @author Crt
 224+ * @author Str4nd
 225+ */
174226 $messages['fi'] = array(
 227+ 'mwe-loading_txt' => 'Ladataan...',
 228+ 'mwe-error_load_lib' => 'Virhe: JavaScript $1 ei ollut haettavissa tai se ei määrittele luokkaa $2',
 229+ 'mwe-apiproxy-setup' => 'Pystytetään API-välityspalvelinta',
 230+ 'mwe-ok' => 'OK',
175231 'mwe-cancel' => 'Peruuta',
 232+ 'mwe-must-login-gadget' => 'Sinun tulee <a target="_new" href="$1">kirjautua sisään</a>, jotta voisit käyttää pienoisohjelmaa',
 233+ 'mwe-test-plural' => 'Ajoin {{PLURAL:$1|$1 testin|$1 testiä}}',
176234 );
177235
178236 /** French (Français)
@@ -208,6 +266,9 @@
209267 'mwe-test-plural' => '{{PLURAL:$1|Fíxose unha proba|Fixéronse $1 probas}}',
210268 );
211269
 270+/** Swiss German (Alemannisch)
 271+ * @author Als-Holder
 272+ */
212273 $messages['gsw'] = array(
213274 'mwe-loading_txt' => 'Am Lade ...',
214275 'mwe-error_load_lib' => 'Fähler: s JavaScript $1 het nit chenne glade wäre oder s losst $2 nit zue',
@@ -217,6 +278,9 @@
218279 'mwe-cancel' => 'Abbräche',
219280 );
220281
 282+/** Hebrew (עברית)
 283+ * @author Rotemliss
 284+ */
221285 $messages['he'] = array(
222286 'mwe-loading_txt' => 'בטעינה ...',
223287 'mwe-error_load_lib' => 'שגיאה: לא ניתן היה לטעון את ספריית ה־JavaScript בשם $1 או שהיא אינה מגדירה את $2',
@@ -275,6 +339,10 @@
276340 'mwe-test-plural' => 'Io ha executate {{PLURAL:$1|$1 test|$1 tests}}',
277341 );
278342
 343+/** Indonesian (Bahasa Indonesia)
 344+ * @author Irwangatot
 345+ * @author IvanLanin
 346+ */
279347 $messages['id'] = array(
280348 'mwe-loading_txt' => 'memuat...',
281349 'mwe-error_load_lib' => 'Kesalahan: JavaScript $1 tidak dapat diambil atau tidak mendefinisikan $2',
@@ -290,6 +358,9 @@
291359 'mwe-cancel' => 'Emekwàlà',
292360 );
293361
 362+/** Italian (Italiano)
 363+ * @author Gianfranco
 364+ */
294365 $messages['it'] = array(
295366 'mwe-cancel' => 'Annulla',
296367 );
@@ -311,11 +382,17 @@
312383 'mwe-test-plural' => '{{PLURAL:$1|$1のテスト}}を実行する',
313384 );
314385
 386+/** Korean (한국어)
 387+ * @author Kwj2772
 388+ */
315389 $messages['ko'] = array(
316390 'mwe-loading_txt' => '불러오는 중...',
317391 'mwe-cancel' => '취소',
318392 );
319393
 394+/** Colognian (Ripoarisch)
 395+ * @author Purodha
 396+ */
320397 $messages['ksh'] = array(
321398 'mwe-loading_txt' => 'aam Laade …',
322399 'mwe-size-gigabytes' => '$1&nbsp;GB',
@@ -346,7 +423,7 @@
347424 $messages['mk'] = array(
348425 'mwe-loading_txt' => 'Вчитувам...',
349426 'mwe-error_load_lib' => 'Грешка: JavaScript $1 не е достапен или не определува $2',
350 - 'mwe-apiproxy-setup' => 'Поставувам API прокси',
 427+ 'mwe-apiproxy-setup' => 'Поставувам API застапник (proxy)',
351428 'mwe-load-drag-item' => 'Го вчитувам повлечениот елемент',
352429 'mwe-ok' => 'ОК',
353430 'mwe-cancel' => 'Откажи',
@@ -384,6 +461,9 @@
385462 'mwe-test-plural' => '{{PLURAL:$1|$1 test|$1 tests}} uitgevoerd',
386463 );
387464
 465+/** Occitan (Occitan)
 466+ * @author Cedric31
 467+ */
388468 $messages['oc'] = array(
389469 'mwe-loading_txt' => 'cargament ...',
390470 'mwe-error_load_lib' => 'Error : JavaScript $1 a pas pogut èsser trobat o definís pas $2',
@@ -393,10 +473,16 @@
394474 'mwe-cancel' => 'Anullar',
395475 );
396476
 477+/** Deitsch (Deitsch)
 478+ * @author Xqt
 479+ */
397480 $messages['pdc'] = array(
398481 'mwe-ok' => 'OK',
399482 );
400483
 484+/** Polish (Polski)
 485+ * @author Sp5uhe
 486+ */
401487 $messages['pl'] = array(
402488 'mwe-loading_txt' => 'ładowanie ...',
403489 'mwe-error_load_lib' => 'Błąd – W plik JavaScript $1 brak jest możliwości pobrania oraz definicji $2',
@@ -442,6 +528,9 @@
443529 'mwe-test-plural' => 'Я прошёл {{PLURAL:$1|$1 проверку|$1 проверки|$1 проверок}}',
444530 );
445531
 532+/** Slovak (Slovenčina)
 533+ * @author Helix84
 534+ */
446535 $messages['sk'] = array(
447536 'mwe-loading_txt' => 'načítava sa ...',
448537 'mwe-error_load_lib' => 'Error: JavaScript $1 nebolo možné získať alebo neobsahuje definíciu $2',
@@ -457,6 +546,9 @@
458547 'mwe-cancel' => 'Avbryt',
459548 );
460549
 550+/** Telugu (తెలుగు)
 551+ * @author Veeven
 552+ */
461553 $messages['te'] = array(
462554 'mwe-ok' => 'సరే',
463555 'mwe-cancel' => 'రద్దుచేయి',
@@ -478,6 +570,9 @@
479571 'mwe-test-plural' => 'Nagpatakbo ako ng {{PLURAL:$1|$1 pagsusulit|$1 mga pagsusulit}}',
480572 );
481573
 574+/** Turkish (Türkçe)
 575+ * @author Joseph
 576+ */
482577 $messages['tr'] = array(
483578 'mwe-loading_txt' => 'yükleniyor ...',
484579 'mwe-error_load_lib' => 'Hata: $1 JavaScripti erişilebilir değil ya da $2 tanımlı değil',
@@ -487,12 +582,18 @@
488583 'mwe-cancel' => 'İptal',
489584 );
490585
 586+/** Vèneto (Vèneto)
 587+ * @author Candalua
 588+ */
491589 $messages['vec'] = array(
492 - 'mwe-loading_txt' => 'so\' drio cargar ...',
 590+ 'mwe-loading_txt' => "so' drio cargar ...",
493591 'mwe-ok' => 'Va ben',
494592 'mwe-cancel' => 'Anula',
495593 );
496594
 595+/** Vietnamese (Tiếng Việt)
 596+ * @author Minh Nguyen
 597+ */
497598 $messages['vi'] = array(
498599 'mwe-loading_txt' => 'đang tải …',
499600 'mwe-size-kilobytes' => '$1 kB',
Index: branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizard.alias.php
@@ -0,0 +1,13 @@
 2+<?php
 3+/*
 4+ * Allows the special page title to be translated to another language.
 5+ * The page title can be customized into another language
 6+*/
 7+
 8+$aliases = array();
 9+
 10+/** English */
 11+$aliases['en'] = array(
 12+ 'UploadWizard' => array( 'UploadWizard' ),
 13+);
 14+
Index: branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizard.php
@@ -0,0 +1,53 @@
 2+<?php
 3+/**
 4+ * Add Media Wizard extension
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ *
 9+ * This file contains the include file for the Add Media Wizard support
 10+ * The addMediaWizard is dependent on JS2Support and
 11+ * the core "AddMedia" module
 12+ *
 13+ * Usage: Include the following line in your LocalSettings.php
 14+ * require_once( "$IP/extensions/JS2Support/AddMediaWizard/AddMediaWizard.php" );
 15+ *
 16+ * @author Neil Kandalgaonkar <neil@wikimedia.org>
 17+ * @license GPL v2 or later
 18+ * @version 0.1.1
 19+ */
 20+
 21+/* Configuration */
 22+
 23+
 24+// Credits
 25+$wgExtensionCredits['jsModule'][] = array(
 26+ 'path' => __FILE__,
 27+ 'name' => 'Upload Wizard',
 28+ 'author' => 'Neil Kandalgaonkar',
 29+ 'version' => '0.1.1',
 30+ 'descriptionmsg' => 'uploadwizard-desc',
 31+ 'url' => 'http://www.mediawiki.org/wiki/Extension:UploadWizard'
 32+);
 33+
 34+// Check for JS2 support
 35+if( ! isset( $wgEnableJS2system ) ){
 36+ throw new MWException( 'UploadWizard requires JS2 Support. Please include the JS2Support extension.');
 37+}
 38+
 39+
 40+$dir = dirname(__FILE__) . '/';
 41+
 42+$wgExtensionMessagesFiles['UploadWizard'] = $dir . 'UploadWizard.i18n.php';
 43+$wgExtensionAliasesFiles['UploadWizard'] = $dir . 'UploadWizard.alias.php';
 44+
 45+# Add the special page
 46+$wgAutoloadLocalClasses[ 'SpecialUploadWizard' ] = $dir . 'SpecialUploadWizard.php';
 47+$wgSpecialPages['UploadWizard'] = 'SpecialUploadWizard';
 48+$wgSpecialPageGroups['UploadWizard'] = 'media';
 49+
 50+$wgScriptLoaderNamedPaths[ 'UploadWizardPage' ] = 'extensions/UploadWizard/UploadWizardPage.js';
 51+
 52+// Set up the javascript path for the loader and localization file.
 53+$wgExtensionJavascriptModules[ 'UploadWizard' ] = 'extensions/UploadWizard';
 54+
Index: branches/MwEmbedStandAlone/modules/UploadWizard/SpecialUploadWizard.php
@@ -0,0 +1,169 @@
 2+<?php
 3+/**
 4+ * Special:UploadWizard
 5+ *
 6+ * Usability Initiative multi-file upload page.
 7+ *
 8+ * @file
 9+ * @ingroup SpecialPage
 10+ * @ingroup Upload
 11+ */
 12+
 13+class SpecialUploadWizard extends SpecialPage {
 14+
 15+ // $request is the request (usually wgRequest)
 16+ // $par is everything in the URL after Special:UploadWizard. Not sure what we can use it for
 17+ public function __construct( $request=null ) {
 18+ global $wgEnableJS2, $wgEnableAPI, $wgRequest;
 19+
 20+ if (! $wgEnableJS2) {
 21+ // XXX complain
 22+ }
 23+
 24+ if (! $wgEnableAPI) {
 25+ // XXX complain
 26+ }
 27+
 28+ // here we would configure ourselves based on stuff in $request and $wgRequest, but so far, we
 29+ // don't have such things
 30+
 31+ parent::__construct( 'UploadWizard', 'upload' );
 32+
 33+ $this->simpleForm = new UploadWizardSimpleForm();
 34+ $this->simpleForm->setTitle( $this->getTitle() );
 35+ }
 36+
 37+ public function execute() {
 38+ global $wgUser, $wgOut, $wgMessageCache;
 39+
 40+ # Check uploading enabled
 41+ if( !UploadBase::isEnabled() ) {
 42+ $wgOut->showErrorPage( 'uploaddisabled', 'uploaddisabledtext' );
 43+ return;
 44+ }
 45+
 46+ # Check permissions
 47+ global $wgGroupPermissions;
 48+ if( !$wgUser->isAllowed( 'upload' ) ) {
 49+ if( !$wgUser->isLoggedIn() && ( $wgGroupPermissions['user']['upload']
 50+ || $wgGroupPermissions['autoconfirmed']['upload'] ) ) {
 51+ // Custom message if logged-in users without any special rights can upload
 52+ $wgOut->showErrorPage( 'uploadnologin', 'uploadnologintext' );
 53+ } else {
 54+ $wgOut->permissionRequired( 'upload' );
 55+ }
 56+ return;
 57+ }
 58+
 59+ # Check blocks
 60+ if( $wgUser->isBlocked() ) {
 61+ $wgOut->blockedPage();
 62+ return;
 63+ }
 64+
 65+ # Check whether we actually want to allow changing stuff
 66+ if( wfReadOnly() ) {
 67+ $wgOut->readOnlyPage();
 68+ return;
 69+ }
 70+
 71+
 72+ $wgMessageCache->loadAllMessages();
 73+
 74+ $this->setHeaders();
 75+ $this->outputHeader();
 76+
 77+ $wgOut->addHTML(
 78+ '<div id="upload-licensing" class="upload-section" style="display: none;">Licensing tutorial</div>'
 79+ . '<div id="upload-wizard" class="upload-section"></div>'
 80+ );
 81+
 82+ $wgOut->addHTML('<noscript>');
 83+ $this->simpleForm->show();
 84+ $wgOut->addHTML('</noscript>');
 85+
 86+
 87+ //$j('#firstHeading').html("Upload wizard");
 88+
 89+ $this->addJS();
 90+ }
 91+
 92+ /**
 93+ * Adds some global variables for our use, as well as initializes the UploadWizard
 94+ */
 95+ public function addJS() {
 96+ global $wgUser, $wgOut;
 97+ global $wgUseAjax, $wgAjaxLicensePreview, $wgEnableAPI;
 98+ global $wgEnableFirefogg, $wgFileExtensions, $wgCanonicalNamespaceNames;
 99+
 100+ $wgOut->addScript( Skin::makeVariablesScript( array(
 101+ // uncertain if this is relevant. Can we do license preview with API?
 102+ 'wgAjaxLicensePreview' => $wgUseAjax && $wgAjaxLicensePreview,
 103+
 104+ 'wgEnableFirefogg' => (bool)$wgEnableFirefogg,
 105+
 106+ // what is acceptable in this wiki
 107+ 'wgFileExtensions' => $wgFileExtensions,
 108+
 109+ // our edit token
 110+ 'wgEditToken' => $wgUser->editToken(),
 111+
 112+ // URL prefixes in this MediaWiki, e.g. images under Image:
 113+ 'wgCanonicalNamespaceNames' => $wgCanonicalNamespaceNames
 114+
 115+ // 'wgFilenamePrefixBlacklist' => UploadBase::getFilenamePrefixBlacklist();
 116+
 117+
 118+ // in the future, we ought to be telling JS land other things,
 119+ // like: requirements for publication, acceptable licenses, etc.
 120+
 121+ ) )
 122+ );
 123+
 124+
 125+//
 126+// $initScript = <<<EOD
 127+//EOD;
 128+// $wgOut->addScript( Html::inlineScript( $initScript ) );
 129+ // not sure why -- can we even load libraries with an included script, or does that cause things to be out of order?
 130+ global $wgScriptPath;
 131+ $wgOut->addScriptClass( 'UploadWizardPage', 'page');
 132+
 133+
 134+ // XXX unlike other vars this is specific to the file being uploaded -- re-upload context, for instance
 135+ // Recorded here because we may probably need to
 136+ // bring it back in some form later. Reupload forms may be special, only one file allowed
 137+ /*
 138+ $scriptVars = array(
 139+ 'wgUploadAutoFill' => !$this->mForReUpload,
 140+ 'wgUploadSourceIds' => $this->mSourceIds,
 141+ );
 142+ */
 143+
 144+
 145+ }
 146+
 147+}
 148+
 149+
 150+/**
 151+ * This is a hack on UploadForm.
 152+ * Normally, UploadForm adds its own Javascript.
 153+ * We wish to prevent this, because we want to control the case where we have Javascript.
 154+ * So, we subclass UploadForm, and make the addUploadJS a no-op.
 155+ */
 156+class UploadWizardSimpleForm extends UploadForm {
 157+ protected function addUploadJS( ) { }
 158+
 159+}
 160+
 161+/*
 162+// XXX UploadWizard extension, do this in the normal SpecialPage way once JS2 issue resolved
 163+function wfSpecialUploadWizard( $par ) {
 164+ global $wgRequest;
 165+ // can we obtain $request from here?
 166+ // $this->loadRequest( is_null( $request ) ? $wgRequest : $request );
 167+ $o = new SpecialUploadWizard( $wgRequest, $par );
 168+ $o->execute();
 169+}
 170+*/
Index: branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizard.i18n.php
@@ -1,21 +1,28 @@
22 <?php
3 -/*
4 - * Internationalisation for UploadWizard
 3+/**
 4+ * Internationalisation for Upload Wizard extension
55 *
66 * @file
77 * @ingroup Extensions
88 */
99
1010 $messages = array();
 11+
 12+/** English
 13+ * @author Neil Kandalgaonkar
 14+ */
1115 $messages['en'] = array(
12 - 'mwe-code-unknown' => 'Unknown language',
 16+ 'uploadwizard' => 'Upload wizard',
 17+ 'uploadwizard-desc' => 'Upload wizard, developed for the Multimedia Usability grant',
1318 'mwe-loading-upwiz' => 'Loading upload wizard',
14 - 'mwe-upwiz-tab-file' => '1. Upload your files',
15 - 'mwe-upwiz-tab-details' => '2. Add licenses and descriptions',
16 - 'mwe-upwiz-tab-thanks' => '3. Use your files',
17 - 'mwe-upwiz-intro' => 'Welcome to Wikimedia Commons, a repository of images, sounds, and movies that anyone can freely download and use. Add to humanity\'s knowledge by uploading files that could be used for an educational purpose.',
 19+ 'mwe-upwiz-code-unknown' => 'Unknown language',
 20+ 'mwe-upwiz-step-file' => '1. Upload your files',
 21+ 'mwe-upwiz-step-deeds' => '2. Add licenses',
 22+ 'mwe-upwiz-step-details' => '3. Add descriptions',
 23+ 'mwe-upwiz-step-thanks' => '4. Use your files',
 24+ 'mwe-upwiz-intro' => "Welcome to Wikimedia Commons, a repository of images, sounds, and movies that anyone can freely download and use. Add to humanity's knowledge by uploading files that could be used for an educational purpose.",
1825 'mwe-upwiz-add-file-n' => 'Add another file',
19 - 'mwe-upwiz-add-file-0' => 'Click here to add a file for upload',
 26+ 'mwe-upwiz-add-file-0' => 'Click here to upload a file',
2027 'mwe-upwiz-browse' => 'Browse...',
2128 'mwe-upwiz-transported' => 'OK',
2229 'mwe-upwiz-click-here' => 'Click here to select a file',
@@ -24,21 +31,26 @@
2532 'mwe-upwiz-remove-upload' => 'Remove this file from the list of files to upload',
2633 'mwe-upwiz-remove-description' => 'Remove this description',
2734 'mwe-upwiz-upload' => 'Upload',
28 - 'mwe-upwiz-upload-count' => '$1 of $2 files uploaded',
 35+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|file|files}} of $2 {{PLURAL:$2|file|files}} uploaded',
2936 'mwe-upwiz-progressbar-uploading' => 'uploading',
30 - 'mwe-upwiz-remaining' => '$1 remaining',
31 - 'mwe-upwiz-intro-details' => 'Thank you! Now we need some basic information about the files you just uploaded.',
32 - 'mwe-upwiz-source-ownwork' => 'These files are my own work.',
33 - 'mwe-upwiz-source-ownwork-assert' => 'I, $1, the copyright holder of this work, hereby grant anyone the right to use these works for any purpose, as long as they credit me and share derivative work under the same terms.',
34 - 'mwe-upwiz-source-ownwork-assert-custom' => 'I, $1, the copyright holder of this work, hereby publish these works under the following license(s):',
 37+ 'mwe-upwiz-secs-remaining' => '$1 {{PLURAL:$1|second|seconds}} remaining',
 38+ 'mwe-upwiz-mins-secs-remaining' => '$1 {{PLURAL:$1|minute|minutes}} $2 {{PLURAL:$2|second|seconds}} remaining',
 39+ 'mwe-upwiz-hrs-mins-secs-remaining' => '$1 {{PLURAL:$1|hour|hours}} $2 {{PLURAL:$2|minute|minutes}} $3 {{PLURAL:$3|second|seconds}} remaining',
 40+ 'mwe-upwiz-deeds-intro' => "This site requires you to set a license for uploaded files, so everyone can legally reuse them for any purpose.",
 41+ 'mwe-upwiz-deeds-macro-prompt' => "Set a license for {{PLURAL:$1|the above file|all the above files}}:",
 42+ 'mwe-upwiz-deeds-custom-prompt' => "Or:",
 43+ 'mwe-upwiz-details-intro' => 'Now we need some basic information about the files.',
 44+ 'mwe-upwiz-source-ownwork' => '{{PLURAL:$1|This file is|These files are}} my own work.',
 45+ 'mwe-upwiz-source-ownwork-assert' => 'I, $2, the copyright holder of {{PLURAL:$1|this work|these works}}, hereby grant anyone the right to use {{PLURAL:$1|this work|these works}} for any purpose, as long as they credit me and share derivative work under the same terms.',
 46+ 'mwe-upwiz-source-ownwork-assert-custom' => 'I, $2, the copyright holder of {{PLURAL:$1|this work|these works}}, hereby publish {{PLURAL:$1|this work|these works}} under the following license(s):',
3547 'mwe-upwiz-source-ownwork-assert-note' => 'This means you release your work under a double Creative Commons Attribution ShareAlike and GFDL license.',
3648 'mwe-upwiz-source-permission' => 'Their author gave you explicit permission to upload them',
37 - 'mwe-upwiz-source-thirdparty' => 'These files are not my own work.',
 49+ 'mwe-upwiz-source-thirdparty' => '{{PLURAL:$1|This file is|These files are}} not my own work.',
3850 'mwe-upwiz-source-thirdparty-intro' => 'Please enter the address where you found each file.',
39 - 'mwe-upwiz-source-thirdparty-custom-intro' => 'If all files have the same source, author, and copyright status, you may enter them only once for all of them.',
40 - 'mwe-upwiz-source-thirdparty-license' => 'The copyright holder of these works published them under the following license(s):',
 51+ 'mwe-upwiz-source-thirdparty-custom-multiple-intro' => 'If all files have the same source, author, and copyright status, you may enter them only once for all of them.',
 52+ 'mwe-upwiz-source-thirdparty-license' => 'The copyright holder of {{PLURAL:$1|this work|these works}} published {{PLURAL:$1|it|them}} under the following license(s):',
4153 'mwe-upwiz-source-thirdparty-accept' => 'OK',
42 - 'mwe-upwiz-source-custom' => 'Did you know? You can <a href="$1">customize</a> the default options you see here.',
 54+ 'mwe-upwiz-source-custom' => 'Choose licenses for each file individually on the next page.',
4355 'mwe-upwiz-more-options' => 'more options...',
4456 'mwe-upwiz-fewer-options' => 'fewer options...',
4557 'mwe-upwiz-desc' => 'Description in',
@@ -62,94 +74,1433 @@
6375 'mwe-upwiz-other-prefill' => 'Free wikitext field',
6476 'mwe-upwiz-showall' => 'show all',
6577 'mwe-upwiz-source' => 'Source',
66 - 'mwe-upwiz-macro-edit-intro' => 'Please add some descriptions and other information to your uploads.',
 78+ 'mwe-upwiz-macro-edit-intro' => 'Choose a license first above, then you can add some descriptions and other information to your uploads.',
6779 'mwe-upwiz-macro-edit' => 'Update descriptions',
68 - 'mwe-upwiz-thanks-intro' => 'Thanks for uploading your works! You can now use your files on a Wikipedia article or link to them from elsewhere on the web.',
 80+ 'mwe-upwiz-thanks-intro' => 'Thanks for uploading your works! You can now use your files on pages or link to them from elsewhere on the web.',
6981 'mwe-upwiz-thanks-link' => 'This file is now available at <b><tt>$1</tt></b>.',
70 - 'mwe-upwiz-thanks-wikitext' => 'To use it in a Wikipedia article, copy this text into an article: ',
71 - 'mwe-upwiz-thanks-url' => 'To link to it in HTML, copy this HTML code: ',
 82+ 'mwe-upwiz-thanks-wikitext' => '<b>To use the file</b>, copy this text into a page:',
 83+ 'mwe-upwiz-thanks-url' => '<b>To link to it in HTML</b>, copy this HTML code:',
7284 'mwe-upwiz-upload-error-bad-filename-extension' => 'This wiki does not accept filenames with the extension "$1".',
7385 'mwe-upwiz-upload-error-duplicate' => 'This file was previously uploaded to this wiki.',
7486 'mwe-upwiz-upload-error-stashed-anyway' => 'Post anyway?',
7587 'mwe-upwiz-ok' => 'OK',
7688 'mwe-upwiz-cancel' => 'Cancel',
7789 'mwe-upwiz-change' => '(change)',
78 - 'mwe-fileexists' => 'A file with this name exists already. Please check <b><tt>$1</tt></b> if you are not sure if you want to replace it.',
79 - 'mwe-thumbnail-more' => 'Enlarge',
 90+ 'mwe-upwiz-fileexists' => 'A file with this name exists already. Please check <b><tt>$1</tt></b> if you are not sure if you want to replace it.',
 91+ 'mwe-upwiz-thumbnail-more' => 'Enlarge',
8092 'mwe-upwiz-overwrite' => 'Replace the file',
 93+ 'mwe-copyright-macro' => 'As above',
 94+ 'mwe-copyright-custom' => 'Custom',
 95+ 'mwe-upwiz-next' => 'Next',
 96+ 'mwe-upwiz-home' => 'Go to wiki home page',
 97+ 'mwe-upwiz-upload-another' => 'Upload more files',
 98+ 'mwe-prevent-close' => 'Your files are still uploading. Are you sure you want to navigate away from this page?',
 99+ 'mwe-upwiz-files-complete' => 'Your files finished uploading!',
 100+ 'mwe-upwiz-tooltip-author' => 'The name of the person who took the photo, or painted the picture, drew the drawing, etc.',
 101+ 'mwe-upwiz-tooltip-source' => 'Where this digital file came from -- could be a URL, or a book or publication',
 102+ 'mwe-upwiz-tooltip-sign' => 'You can use your wiki user name or your real name. In both cases, this will be linked to your wiki user page',
 103+ 'mwe-upwiz-tooltip-title' => 'A short title for the file. You may use plain language with spaces, but no line breaks. This title must be unlike all other titles in this wiki.',
 104+ 'mwe-upwiz-tooltip-description' => 'Briefly describe everything notable about the work. For a photo, mention the main things that are depicted, the occasion or the place.',
 105+ 'mwe-upwiz-tooltip-other' => 'Any other information you want to include about this work. You may use wikitext code.',
 106+ 'mwe-upwiz-tooltip-more-info' => 'Learn more.',
 107+ 'mwe-upwiz-file-need-file' => 'Please add an upload first.',
 108+ 'mwe-upwiz-file-need-start' => 'Please press this button to start your uploads.',
 109+ 'mwe-upwiz-file-need-complete' => 'Please wait until all files have finished uploading.',
 110+ 'mwe-upwiz-deeds-need-deed' => 'Please explain where you got {{PLURAL:$1|this file|these files}} and how this site can use {{PLURAL:$1|it|them}}, by selecting one of the options.',
 111+ 'mwe-upwiz-deeds-need-license' => 'Please select a license.',
 112+ 'mwe-upwiz-license-incompatible-pd' => 'Public domain licenses are incompatible with any other kind of license.',
 113+ 'mwe-upwiz-license-incompatible-cc' => 'You can only choose one kind of Creative Commons license.',
 114+ 'mwe-upwiz-license-show-all' => 'Use a different license',
 115+ 'mwe-upwiz-license-show-recommended' => 'Use the recommended license',
 116+ 'mwe-upwiz-error-author-blank' => 'You must sign the field below with your username or real name.',
 117+ 'mwe-upwiz-error-author-too-long' => 'Your signature is too long. Make it shorter than $1 {{PLURAL:$1|character|characters}}.',
 118+ 'mwe-upwiz-error-author-too-short' => 'Your signature is too short. Make it longer than $1 {{PLURAL:$1|character|characters}}.',
 119+ 'mwe-upwiz-error-author-bad-chars' => 'Your signature contains symbols that aren\'t allowed. Please don\'t use wikitext or HTML here, just your username or real name.',
 120+
81121 );
 122+
 123+/** Message documentation (Message documentation)
 124+ * @author EugeneZelenko
 125+ * @author McDutchie
 126+ */
 127+$messages['qqq'] = array(
 128+ 'mwe-upwiz-transported' => '{{Identical|OK}}',
 129+ 'mwe-upwiz-upload' => '{{Identical|Upload}}',
 130+ 'mwe-upwiz-source-thirdparty-accept' => '{{Identical|OK}}',
 131+ 'mwe-upwiz-title' => '{{Identical|Title}}',
 132+ 'mwe-upwiz-location' => '{{Identical|Location}}',
 133+ 'mwe-upwiz-license' => '{{Identical|License}}',
 134+ 'mwe-upwiz-filename-tag' => '{{Identical|Filename}}',
 135+ 'mwe-upwiz-other' => '{{Identical|Other information}}',
 136+ 'mwe-upwiz-source' => '{{Identical|Source}}',
 137+ 'mwe-upwiz-macro-edit' => '"Update" is a verb here.',
 138+ 'mwe-upwiz-ok' => '{{Identical|OK}}',
 139+ 'mwe-upwiz-cancel' => '{{Identical|Cancel}}',
 140+ 'mwe-upwiz-change' => '{{Identical|Change}}',
 141+ 'mwe-upwiz-next' => '{{Identical|Next}}',
 142+);
 143+
 144+/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
 145+ * @author EugeneZelenko
 146+ * @author Jim-by
 147+ */
82148 $messages['be-tarask'] = array(
83 - 'mwe-fileexists' => 'Файл з такой назвай ужо існуе. Калі ласка, праверце <b><tt>$1</tt></b>, калі Вы ня ўпэўненыя, што жадаеце яго замяніць.',
 149+ 'uploadwizard' => 'Майстар загрузкі',
 150+ 'uploadwizard-desc' => 'Майстар загрузкі, распрацавацы па гранту Multimedia Usability',
 151+ 'mwe-loading-upwiz' => 'Загрузка майстра загрузак',
 152+ 'mwe-upwiz-code-unknown' => 'Невядомая мова',
 153+ 'mwe-upwiz-step-file' => '1. Загрузіце Вашыя файлы',
 154+ 'mwe-upwiz-step-deeds' => '2. Дадайце ліцэнзію',
 155+ 'mwe-upwiz-step-details' => '3. Дадайце апісаньне',
 156+ 'mwe-upwiz-step-thanks' => '4. Выкарыстоўвайце Вашыя файлы',
 157+ 'mwe-upwiz-intro' => 'Вітаем у Wikimedia Commons, сховішчы выяваў, гукаў і відэа, якія можна свабодна загружаць і выкарыстоўваць. Павялічце агульначалавечыя веды, дадаўшы файлы, якія могуць быць выкарыстаныя для адукацыйных мэтаў.',
 158+ 'mwe-upwiz-add-file-n' => 'Дадайце іншы файл',
 159+ 'mwe-upwiz-add-file-0' => 'Націсьніце тут, каб дадаць файл для загрузкі',
 160+ 'mwe-upwiz-browse' => 'Прагляд…',
 161+ 'mwe-upwiz-transported' => 'Добра',
 162+ 'mwe-upwiz-click-here' => 'Націсьніце тут, каб выбраць файл',
 163+ 'mwe-upwiz-uploading' => 'загрузка…',
 164+ 'mwe-upwiz-editing' => 'рэдагаваньне…',
 165+ 'mwe-upwiz-remove-upload' => 'Выдаліць гэты файл са сьпісу файлаў на загрузку',
 166+ 'mwe-upwiz-remove-description' => 'Выдаліць гэтае апісаньне',
 167+ 'mwe-upwiz-upload' => 'Загрузіць',
 168+ 'mwe-upwiz-upload-count' => '{{PLURAL:$1|загружаны $1 файл|загружаныя $1 файлы|загружаныя $1 файлаў}} з $2',
 169+ 'mwe-upwiz-progressbar-uploading' => 'загрузка',
 170+ 'mwe-upwiz-remaining' => '{{PLURAL:$1|застаўся $1 файл|засталіся $1 файлы|засталіся $1 файлаў}}',
 171+ 'mwe-upwiz-deeds-intro' => 'Дзякуй! Цяпер нам неабходна ліцэнзія для гэтых файлаў, для таго, каб кожны мог іх легальна праглядаць альбо зьмяняць. Спачатку нам неабходна ведаць дзе Вы іх узялі.',
 172+ 'mwe-upwiz-details-intro' => 'Цяпер нам неабходна некаторая асноўная інфармацыя пра файлы.',
 173+ 'mwe-upwiz-source-ownwork' => 'Гэты файл я стварыў сам.',
 174+ 'mwe-upwiz-source-ownwork-plural' => 'Гэтыя файлы я стварыў сам.',
 175+ 'mwe-upwiz-source-ownwork-assert' => 'Я, $1, уладальнік аўтарскіх правоў на гэтую працу, дабравольна перадаю правы на выкарыстаньне гэтай працы для любых мэтаў, на ўмовах указаньня аштарства і выкарыстаньня вытворных працаў на гэткіх жа ўмовах.',
 176+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Я, $1, уладальнік аўтарскіх правоў на гэтыя працы, дабравольна перадаю правы на выкарыстаньне гэтых працаў для любых мэтаў, на ўмовах указаньня аўтарства і выкарыстаньня вытворных працаў на гэткіх жа ўмовах.',
 177+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Я, $1, уладальнік аўтарскіх правоў на гэтую працу, дабравольна публікуе яе згодна ўмоваў наступнай(ых) ліцэнзіі(яў):',
 178+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Я, $1, уладальнік аўтарскіх правоў на гэтыя працы, дабравольна публікую іх згодна ўмоваў наступнай(ых) ліцэнзіі(яў):',
 179+ 'mwe-upwiz-source-ownwork-assert-note' => 'Гэта азначае, што Вы апублікавалі Вашу працу на ўмовах ліцэнзіяў Creative Commons Attribution ShareAlike і GFDL.',
 180+ 'mwe-upwiz-source-permission' => 'Іх аўтар даў Вам яўны дазвол на іх загрузку',
 181+ 'mwe-upwiz-source-thirdparty' => 'Гэты файл стварыў не я.',
 182+ 'mwe-upwiz-source-thirdparty-plural' => 'Гэтыя файлы стварыў не я.',
 183+ 'mwe-upwiz-source-thirdparty-intro' => 'Калі ласка, увядзіце адрас дзе Вы знайшлі кожны файл.',
 184+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Калі ўсе файлы маюць адну крыніцу, аўтара і ліцэнзію, Вы можаце ўвесьці іх толькі адзін раз для ўсіх.',
 185+ 'mwe-upwiz-source-thirdparty-license' => 'Уладальнік аўтарскіх правоў на гэтыя працы апублікаваў іх на ўмовах наступнай(ых) ліцэнзіі(яў):',
 186+ 'mwe-upwiz-source-thirdparty-license-plural' => 'Уладальнік аўтарскіх правоў на гэтыя працы апублікаваў іх на ўмовах наступнай(ых) ліцэнзіі(яў):',
 187+ 'mwe-upwiz-source-thirdparty-accept' => 'Добра',
 188+ 'mwe-upwiz-source-custom' => 'Вы ведалі? Вы можаце <a href="$1">зьмяняць</a> устаноўкі па змоўчваньні, якія Вы тут бачыце.',
 189+ 'mwe-upwiz-more-options' => 'болей установак…',
 190+ 'mwe-upwiz-fewer-options' => 'меней установак…',
 191+ 'mwe-upwiz-desc' => 'Апісаньне ў',
 192+ 'mwe-upwiz-desc-add-n' => 'дадаць апісаньне на іншай мове',
 193+ 'mwe-upwiz-desc-add-0' => 'дадаць апісаньне',
 194+ 'mwe-upwiz-title' => 'Назва',
 195+ 'mwe-upwiz-categories-intro' => 'Дапамажыце людзям знайсьці Вашу працу даданьнем катэгорыяў',
 196+ 'mwe-upwiz-categories-another' => 'Дадаць іншыя катэгорыі',
 197+ 'mwe-upwiz-previously-uploaded' => 'Гэты файл ужо быў загружаны ў $1 і ужо даступны <a href="$2">тут</a>.',
 198+ 'mwe-upwiz-about-this-work' => 'Пра гэтую працу',
 199+ 'mwe-upwiz-media-type' => 'Тып мэдыя',
 200+ 'mwe-upwiz-date-created' => 'Дата стварэньня',
 201+ 'mwe-upwiz-location' => 'Месцазнаходжаньне',
 202+ 'mwe-upwiz-copyright-info' => 'Інфармацыя пра аўтарскія правы',
 203+ 'mwe-upwiz-author' => 'Аўтар(ы)',
 204+ 'mwe-upwiz-license' => 'Ліцэнзія',
 205+ 'mwe-upwiz-about-format' => 'Пра файл',
 206+ 'mwe-upwiz-autoconverted' => 'Гэты файл быў аўтаматычна канвэртаваны ў фармат $1',
 207+ 'mwe-upwiz-filename-tag' => 'Назва файла:',
 208+ 'mwe-upwiz-other' => 'Іншая інфармацыя',
 209+ 'mwe-upwiz-other-prefill' => 'Свабоднае поле вікі-тэксту',
 210+ 'mwe-upwiz-showall' => 'паказаць усе',
 211+ 'mwe-upwiz-source' => 'Крыніца',
 212+ 'mwe-upwiz-macro-edit-intro' => 'Спачатку выберыце ліцэнзію са сьпісу ніжэй, потым Вы можаце дадаць апісаньні і іншую інфармацыю пра Вашыя загрузкі.',
 213+ 'mwe-upwiz-macro-edit' => 'Абнавіць апісаньні',
 214+ 'mwe-upwiz-thanks-intro' => 'Дзякуй за загрузку Вашых працаў! Цяпер Вы можаце выкарыстаць Вашы файлы на старонцы, альбо спасылацца на іх зь іншых сайтаў.',
 215+ 'mwe-upwiz-thanks-link' => 'Гэты файл цяпер даступны на <b><tt>$1</tt></b>.',
 216+ 'mwe-upwiz-thanks-wikitext' => '<b>Каб выкарыстоўваць файлам</b>, скапіюйце гэты тэкст на старонку:',
 217+ 'mwe-upwiz-thanks-url' => '<b>Каб спасылацца на гэта ў HTML</b>, скапіюйце гэты HTML-код:',
 218+ 'mwe-upwiz-upload-error-bad-filename-extension' => '{{SITENAME}} не прымае назвы файлаў з пашырэньнем «$1».',
 219+ 'mwe-upwiz-upload-error-duplicate' => 'Гэты файл ужо быў загружаны ў {{GRAMMAR:вінавальны|{{SITENAME}}}}.',
 220+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Усё роўна разьмясьціць?',
 221+ 'mwe-upwiz-ok' => 'Добра',
 222+ 'mwe-upwiz-cancel' => 'Адмяніць',
 223+ 'mwe-upwiz-change' => '(зьмяніць)',
 224+ 'mwe-upwiz-fileexists' => 'Файл з такой назвай ужо існуе. Калі ласка, праверце <b><tt>$1</tt></b>, калі Вы ня ўпэўненыя, што жадаеце яго замяніць.',
 225+ 'mwe-upwiz-thumbnail-more' => 'Павялічыць',
 226+ 'mwe-upwiz-overwrite' => 'Замяніць файл',
 227+ 'mwe-copyright-macro' => 'Як раней',
 228+ 'mwe-copyright-custom' => 'Нестандартная',
 229+ 'mwe-upwiz-next' => 'Наступны',
 230+ 'mwe-upwiz-home' => 'Перайсьці на хатнюю старонку {{GRAMMAR:родны|{{SITENAME}}}}',
 231+ 'mwe-upwiz-upload-another' => 'Загрузіць яшчэ файлы',
 232+ 'mwe-prevent-close' => 'Вашыя файлы ўсё яшчэ загружаюцца. Вы ўпэўнены, што жадаеце пакінуць гэту старонку?',
 233+ 'mwe-upwiz-files-complete' => 'Загрузка Вашых файлаў скончылася!',
 234+ 'mwe-upwiz-deeds-later' => 'Устанавіць дазволы і ліцэнзіі індывідуальна для кожнага файла на наступнай старонцы',
 235+ 'mwe-upwiz-tooltip-author' => 'Імя асобы, якая зрабіла фота, ці намалявала малюнак, начарціла чарцёж і г. д.',
 236+ 'mwe-upwiz-tooltip-source' => 'Адкуль зьявіўся гэты лічбавы файл — можа быць URL-адрас, кніга, ці публікацыя',
 237+ 'mwe-upwiz-tooltip-sign' => 'Вы можаце выкарыстоўваць назву Вашага рахунку ў {{GRAMMAR:месны|{{SITENAME}}}} альбо Вашае сапраўднае імя. У любым выпадку будзе спасылка на Вашую старонку вікі-удзельніка',
 238+ 'mwe-upwiz-tooltip-title' => 'Кароткая назва для файла. Вы можаце выкарыстоўваць звычайную мову, але у адзін радок. Гэтая назва павінна адрозьнівацца ад іншых назваў у {{GRAMMAR:месны|{{SITENAME}}}}.',
 239+ 'mwe-upwiz-tooltip-description' => "Коратка апішыце ўсё значнае пра гэты файл. Для фота, узгадайце пра асноўны аб'ект, выпадак ці месца.",
 240+ 'mwe-upwiz-tooltip-other' => 'Любая іншая інфармацыя, якую Вы жадаеце дадаць пра гэтую працу. Вы можаце выкарыстоўваць вікі-код.',
 241+ 'mwe-upwiz-tooltip-more-info' => 'Даведацца болей.',
84242 );
 243+
 244+/** Breton (Brezhoneg)
 245+ * @author Fulup
 246+ * @author Y-M D
 247+ */
 248+$messages['br'] = array(
 249+ 'uploadwizard' => 'Ameiler enporzhiañ',
 250+ 'uploadwizard-desc' => "Ameiler enporzhiañ, diorroet evit ar yalc'had Implijadusted Liesmedia",
 251+ 'mwe-upwiz-code-unknown' => 'Yezh dizanv',
 252+ 'mwe-upwiz-step-deeds' => '2. Ouzhpennañ aotreoù-implijout',
 253+ 'mwe-upwiz-add-file-n' => 'Ouzhpennañ ur restr all',
 254+ 'mwe-upwiz-add-file-0' => 'Klikit amañ evit ouzhpennañ ur restr all da gargañ',
 255+ 'mwe-upwiz-browse' => 'Furchal...',
 256+ 'mwe-upwiz-transported' => 'Mat eo',
 257+ 'mwe-upwiz-click-here' => 'Klikit amañ evit dibab ur restr',
 258+ 'mwe-upwiz-uploading' => 'o kas...',
 259+ 'mwe-upwiz-editing' => 'o kemm...',
 260+ 'mwe-upwiz-remove-upload' => 'Dilemel ar restr-mañ eus roll ar restroù da gargañ',
 261+ 'mwe-upwiz-remove-description' => 'Dilemel an deskrivadur-mañ',
 262+ 'mwe-upwiz-upload-count' => '$1 restr{{PLURAL:$1||}} war $2 a zo karget',
 263+ 'mwe-upwiz-progressbar-uploading' => 'o kargañ',
 264+ 'mwe-upwiz-remaining' => '$1 restr{{PLURAL:$1||}} a chom',
 265+ 'mwe-upwiz-details-intro' => 'Ezhomm hon eus bremañ un nebeut titouroù diazez diwar-benn ar restr.',
 266+ 'mwe-upwiz-source-thirdparty-accept' => 'Mat eo',
 267+ 'mwe-upwiz-source-custom' => 'Ha gouzout raer ? Gellout a reoc\'h <a href="$1">personelaat</a> an dibarzhioù dre ziouer hag a weloc\'h amañ.',
 268+ 'mwe-upwiz-more-options' => "muioc'h a zibarzhioù...",
 269+ 'mwe-upwiz-fewer-options' => "nebeutoc'h a zibarzhioù...",
 270+ 'mwe-upwiz-desc' => 'Deskrivadur e',
 271+ 'mwe-upwiz-desc-add-n' => 'ouzhpennañ un deskrivadur en ur yezh all',
 272+ 'mwe-upwiz-desc-add-0' => 'ouzhpennañ un deskrivadur',
 273+ 'mwe-upwiz-title' => 'Titl',
 274+ 'mwe-upwiz-categories-intro' => 'Sikourit an dud da gavout ho oberoù en ur ouzhpennañ rummadoù',
 275+ 'mwe-upwiz-categories-another' => 'Ouzhpennañ rummadoù all',
 276+ 'mwe-upwiz-previously-uploaded' => 'Karget eo bet ar restr-mañ dija war $1 ha kavet e vez <a href="$2">amañ</a>.',
 277+ 'mwe-upwiz-about-this-work' => 'Diwar-benn al labour-se',
 278+ 'mwe-upwiz-media-type' => 'Doare media',
 279+ 'mwe-upwiz-date-created' => 'Deiziad krouiñ',
 280+ 'mwe-upwiz-location' => "Lec'hiadur",
 281+ 'mwe-upwiz-copyright-info' => 'Gwirioù aozer',
 282+ 'mwe-upwiz-author' => 'Aozer(ien)',
 283+ 'mwe-upwiz-license' => 'Aotre-implijout',
 284+ 'mwe-upwiz-about-format' => 'Diwar-benn ar restr',
 285+ 'mwe-upwiz-autoconverted' => "Ez emgefre eo bet amdroet ar restr-mañ d'ar furmad $1",
 286+ 'mwe-upwiz-filename-tag' => 'Anv ar restr',
 287+ 'mwe-upwiz-other' => 'Titouroù all',
 288+ 'mwe-upwiz-other-prefill' => 'Maezienn wikitestenn frank',
 289+ 'mwe-upwiz-showall' => 'diskouez pep tra',
 290+ 'mwe-upwiz-source' => 'Mammenn',
 291+ 'mwe-upwiz-macro-edit' => 'Hizivaat an deskrivadurioù',
 292+ 'mwe-upwiz-ok' => 'Mat eo',
 293+ 'mwe-upwiz-cancel' => 'Nullañ',
 294+ 'mwe-upwiz-change' => '(kemmañ)',
 295+ 'mwe-copyright-macro' => 'Evel a-us',
 296+ 'mwe-copyright-custom' => 'Personelaet',
 297+ 'mwe-upwiz-next' => 'Da-heul',
 298+);
 299+
85300 $messages['cs'] = array(
86 - 'mwe-fileexists' => 'Soubor s tímto jménem již existuje, prosím podívejte se na <b><tt>$1</tt></b>, pokud nevíte jistě, zda chcete tento soubor nahradit.',
 301+ 'mwe-upwiz-fileexists' => 'Soubor s tímto jménem již existuje, prosím podívejte se na <b><tt>$1</tt></b>, pokud nevíte jistě, zda chcete tento soubor nahradit.',
87302 );
 303+
 304+/** German (Deutsch)
 305+ * @author Kghbln
 306+ * @author McDutchie
 307+ * @author The Evil IP address
 308+ */
88309 $messages['de'] = array(
89 - 'mwe-fileexists' => 'Eine Datei mit diesem Namen existiert bereits. Bitte prüfe <b><tt>$1</tt></b>, wenn du dir bei der Änderung nicht sicher bist.',
 310+ 'uploadwizard' => 'Assistent zum Hochladen von Dateien',
 311+ 'uploadwizard-desc' => 'Assistent zum Hochladen von Dateien. Dessen Entwicklung wurde durch Fördergelder zur Verbesserung der Benutzerfreundlichkeit ermöglicht (Multimedia Usability Project).',
 312+ 'mwe-loading-upwiz' => 'Assistent zum Hochladen von Dateien wird geladen',
 313+ 'mwe-upwiz-code-unknown' => 'Unbekannte Sprache',
 314+ 'mwe-upwiz-step-file' => '1. Lade deine Dateien hoch',
 315+ 'mwe-upwiz-step-deeds' => '2. Lizenzen hinzufügen',
 316+ 'mwe-upwiz-step-details' => '3. Beschreibungen hinzufügen',
 317+ 'mwe-upwiz-step-thanks' => '4. Verwende deine Dateien',
 318+ 'mwe-upwiz-intro' => 'Willkommen bei Wikimedia Commons, einer Sammlung von Bildern, Klängen und Filmen, die jeder frei herunterladen und verwenden kann. Erweitere das Wissen der Menschheit durch das Hochladen von Dateien, die für pädagogische Zwecke genutzt werden könnten.',
 319+ 'mwe-upwiz-add-file-n' => 'Füge eine weitere Datei hinzu',
 320+ 'mwe-upwiz-add-file-0' => 'Klicke hier, um eine Datei für das Hochladen hinzuzufügen',
 321+ 'mwe-upwiz-browse' => 'Durchsuchen …',
 322+ 'mwe-upwiz-transported' => 'OK',
 323+ 'mwe-upwiz-click-here' => 'Klicke hier, um eine Datei auszuwählen',
 324+ 'mwe-upwiz-uploading' => 'Am Hochladen …',
 325+ 'mwe-upwiz-editing' => 'Am Bearbeiten …',
 326+ 'mwe-upwiz-remove-upload' => 'Entferne diese Datei aus der Liste der hochzuladenden Dateien',
 327+ 'mwe-upwiz-remove-description' => 'Entferne diese Beschreibung',
 328+ 'mwe-upwiz-upload' => 'Hochladen',
 329+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|Datei|Dateien}} von $2 {{PLURAL:$2|Datei|Dateien}} hochgeladen',
 330+ 'mwe-upwiz-progressbar-uploading' => 'Am Hochladen',
 331+ 'mwe-upwiz-remaining' => '$1 {{PLURAL:$1|Datei|Dateien}} verbleibend',
 332+ 'mwe-upwiz-deeds-intro' => 'Vielen Dank! Nunmehr muss diesen Dateien eine Lizenz hinzugefügt werden, damit jeder die Dateien sehen und bearbeiten kann. Zunächst müssen wir wissen, von woher die Dateien stammen.',
 333+ 'mwe-upwiz-details-intro' => 'Nun benötigen wir ein paar Basisinformationen zu diesen Dateien.',
 334+ 'mwe-upwiz-source-ownwork' => 'Diese Datei ist meine eigene Arbeit.',
 335+ 'mwe-upwiz-source-ownwork-plural' => 'Diese Dateien sind meine eigene Arbeit.',
 336+ 'mwe-upwiz-source-ownwork-assert' => 'Ich, $1, der Rechteinhaber dieses Werks, räume hiermit jedem das Recht ein, es für jedweden Zweck nutzen zu können. Voraussetzung ist, dass ich als Rechteinhaber genannt werde und abgeleitete Werke gemäß den gleichen Lizenzbedingungen weitergegeben werden können.',
 337+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Ich, $1, der Rechteinhaber dieser Werke, räume hiermit jedem das Recht ein, sie für jedweden Zweck nutzen zu können. Voraussetzung ist, dass ich als Rechteinhaber genannt werde und abgeleitete Werke gemäß den gleichen Lizenzbedingungen weitergegeben werden können.',
 338+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Ich, $1, der Rechteinhaber dieses Werks, veröffentliche es gemäß den folgenden Lizenz(en):',
 339+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Ich, $1, der Rechteinhaber dieser Werke, veröffentliche sie gemäß den folgenden Lizenz(en):',
 340+ 'mwe-upwiz-source-ownwork-assert-note' => 'Dies bedeutet, dass du dein Werk doppelt lizenziert, gemäß den Lizenzen „Creative Commons Namensnennung-Weitergabe unter gleichen Bedingungen“ und „GNU-Lizenz für freie Dokumentation“, veröffentlichst.',
 341+ 'mwe-upwiz-source-permission' => 'Deren Urheber haben dir die ausdrückliche Erlaubnis gegeben, sie hochzuladen',
 342+ 'mwe-upwiz-source-thirdparty' => 'Diese Datei ist nicht mein eigenes Werk.',
 343+ 'mwe-upwiz-source-thirdparty-plural' => 'Diese Dateien sind nicht meine eigenen Werke.',
 344+ 'mwe-upwiz-source-thirdparty-intro' => 'Bitte gebe die Internet-Adresse an, unter der du jede der Dateien gefunden hast.',
 345+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Sofern alle Dateien die gleiche Quelle, den gleichen Urheber sowie urheberrechtlichen Status haben, brauchst du diese Angaben nur einmal für alle Dateien erfassen.',
 346+ 'mwe-upwiz-source-thirdparty-license' => 'Der Rechteinhaber dieser Werke hat sie gemäß folgender Lizenz(en) veröffentlicht:',
 347+ 'mwe-upwiz-source-thirdparty-license-plural' => 'Der Rechteinhaber dieser Werke hat sie gemäß folgender Lizenz(en) veröffentlicht:',
 348+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 349+ 'mwe-upwiz-source-custom' => 'Wusstest du es schon? Du kannst die Standardoptionen <a href="$1">anpassen</a>, die du hier siehst.',
 350+ 'mwe-upwiz-more-options' => 'weitere Optionen …',
 351+ 'mwe-upwiz-fewer-options' => 'weniger Optionen …',
 352+ 'mwe-upwiz-desc' => 'Beschreibung in',
 353+ 'mwe-upwiz-desc-add-n' => 'Füge eine Beschreibung in einer anderen Sprache hinzu',
 354+ 'mwe-upwiz-desc-add-0' => 'eine Beschreibung hinzufügen',
 355+ 'mwe-upwiz-title' => 'Titel',
 356+ 'mwe-upwiz-categories-intro' => 'Helfe anderen Menschen deine Werke zu finden, indem du ihnen Kategorien hinzufügst',
 357+ 'mwe-upwiz-categories-another' => 'Eine weitere Kategorie hinzufügen',
 358+ 'mwe-upwiz-previously-uploaded' => 'Diese Datei wurde bislang einmal in $1 hochgeladen und ist bereits <a href="$2">hier</a> verfügbar.',
 359+ 'mwe-upwiz-about-this-work' => 'Über dieses Werk',
 360+ 'mwe-upwiz-media-type' => 'Medientyp',
 361+ 'mwe-upwiz-date-created' => 'Erstellungsdatum',
 362+ 'mwe-upwiz-location' => 'Standort',
 363+ 'mwe-upwiz-copyright-info' => 'Urheberrechtsinformationen',
 364+ 'mwe-upwiz-author' => 'Autor(en)',
 365+ 'mwe-upwiz-license' => 'Lizenz',
 366+ 'mwe-upwiz-about-format' => 'Über diese Datei',
 367+ 'mwe-upwiz-autoconverted' => 'Diese Datei wurde automatisch in das $1-Format konvertiert',
 368+ 'mwe-upwiz-filename-tag' => 'Dateiname:',
 369+ 'mwe-upwiz-other' => 'Weitere Informationen',
 370+ 'mwe-upwiz-other-prefill' => 'Freies Textfeld',
 371+ 'mwe-upwiz-showall' => 'alle zeigen',
 372+ 'mwe-upwiz-source' => 'Quelle',
 373+ 'mwe-upwiz-macro-edit-intro' => 'Wähle zunächst eine Lizenz. Hernach kannst du deinen hochgeladenen Dateien Beschreibungen und weitere Informationen hinzufügen.',
 374+ 'mwe-upwiz-macro-edit' => 'Beschreibungen aktualisieren',
 375+ 'mwe-upwiz-thanks-intro' => 'Vielen Dank für das Hochladen deiner Werke! Jetzt kannst du deine Dateien auf Seiten nutzen oder von anderer Stelle im Netz auf sie verlinken.',
 376+ 'mwe-upwiz-thanks-link' => 'Diese Datei ist jetzt unter <b><tt>$1</tt></b> verfügbar.',
 377+ 'mwe-upwiz-thanks-wikitext' => '<b>Um diese Datei nutzen zu können</b>, kopiere folgenden Text in eine Seite:',
 378+ 'mwe-upwiz-thanks-url' => '<b>Um in HTML auf die Datei zu verlinken</b>, verwende folgenden HTML-Code:',
 379+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Dieses Wiki erlaubt keine Dateien mit der Endung „$1“.',
 380+ 'mwe-upwiz-upload-error-duplicate' => 'Diese Datei wurde bereits zuvor auf diesem Wiki hochgeladen.',
 381+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Dennoch hochladen?',
 382+ 'mwe-upwiz-ok' => 'OK',
 383+ 'mwe-upwiz-cancel' => 'Abbrechen',
 384+ 'mwe-upwiz-change' => '(ändern)',
 385+ 'mwe-upwiz-fileexists' => 'Eine Datei dieses Namens ist bereits vorhanden. Bitte prüfe <b><tt>$1</tt></b>, sofern du dir nicht sicher bist, ob du sie ersetzen möchtest.',
 386+ 'mwe-upwiz-thumbnail-more' => 'Vergrößern',
 387+ 'mwe-upwiz-overwrite' => 'Datei ersetzen',
 388+ 'mwe-copyright-macro' => 'Wie oben',
 389+ 'mwe-copyright-custom' => 'Angepasst',
 390+ 'mwe-upwiz-next' => 'Nächste',
 391+ 'mwe-upwiz-home' => 'Zur Hauptseite des Wikis',
 392+ 'mwe-upwiz-upload-another' => 'Weitere Dateien hochladen',
 393+ 'mwe-prevent-close' => 'Deine Dateien werden gerade hochgeladen. Bist du sicher, dass du eine andere Seite aufrufen möchtest?',
 394+ 'mwe-upwiz-files-complete' => 'Deine Dateien wurden nunmehr vollständig hochgeladen!',
 395+ 'mwe-upwiz-deeds-later' => 'Füge jeder Datei auf der nächsten Seite Lizenzen hinzu',
 396+ 'mwe-upwiz-tooltip-author' => 'Der Name der Person, die entweder das Foto gemacht, das Bild gemalt, die Zeichnung angefertigt, etc. hat',
 397+ 'mwe-upwiz-tooltip-source' => 'Woher diese Datei stammt - dies kann eine URL, ein Buch oder eine Publikation, etc. sein.',
 398+ 'mwe-upwiz-tooltip-sign' => 'Du kannst deinen Benutzernamen auf diesem Wiki oder deinen bürgerlichen Namen verwenden. In beiden Fällen wird er mit deiner Benutzerseite verknüpft.',
 399+ 'mwe-upwiz-tooltip-title' => 'Ein kurzer Titel für die Datei. Du kannst hierbei Leerzeichen, aber keine Zeilenumbrüche verwenden. Der Titel muss sich dabei von bereits vorhandenen Titeln auf diesem Wiki unterscheiden.',
 400+ 'mwe-upwiz-tooltip-description' => 'Beschreibe kurz alles Wichtige zu diesem Werk. Bei einem Foto beispielsweise die wichtigsten abgebildeten Bestandteile, den Anlass der Aufnahme und/oder den Standort.',
 401+ 'mwe-upwiz-tooltip-other' => 'Alle weiteren Informationen, die du im Zusammenhang mit diesem Werk angeben möchtest. Verwende hierzu Wikitext.',
 402+ 'mwe-upwiz-tooltip-more-info' => 'Erfahre mehr.',
90403 );
 404+
91405 $messages['diq'] = array(
92 - 'mwe-fileexists' => 'no name de ca ra yew dosya esta. eke şıma emin niê bıvurni, kerem kerê <b><tt>$1</tt></b> kontrol bıkerê.',
 406+ 'mwe-upwiz-fileexists' => 'no name de ca ra yew dosya esta. eke şıma emin niê bıvurni, kerem kerê <b><tt>$1</tt></b> kontrol bıkerê.',
93407 );
 408+
94409 $messages['dsb'] = array(
95 - 'mwe-fileexists' => 'Dataja z toś tym mjenim južo eksistěrujo. Pšosym skontrolěruj <b><tt>$1</tt></b>, jolic njejsy wěsty, lěc coš ju změniś.',
 410+ 'mwe-upwiz-fileexists' => 'Dataja z toś tym mjenim južo eksistěrujo. Pšosym skontrolěruj <b><tt>$1</tt></b>, jolic njejsy wěsty, lěc coš ju změniś.',
96411 );
 412+
 413+/** Spanish (Español)
 414+ * @author Crazymadlover
 415+ * @author Locos epraix
 416+ * @author McDutchie
 417+ */
97418 $messages['es'] = array(
98 - 'mwe-fileexists' => 'Un archivo con este nombre ya existe. Por favor verifica <b><tt>$1</tt></b> si no est.ás seguro si deseas cambiarlo.',
 419+ 'uploadwizard' => 'Asistente de subida',
 420+ 'uploadwizard-desc' => 'Asistente de subida, desarrollado por el equipo de de Usabilidad Multimedia',
 421+ 'mwe-loading-upwiz' => 'Cargando asistente de cargas',
 422+ 'mwe-upwiz-code-unknown' => 'Idioma desconocido',
 423+ 'mwe-upwiz-step-file' => '1. Subir tus archivos',
 424+ 'mwe-upwiz-step-deeds' => '2. Agregar licencias',
 425+ 'mwe-upwiz-step-details' => '3. Agregar descripciones',
 426+ 'mwe-upwiz-step-thanks' => '4. Usar tus archivos',
 427+ 'mwe-upwiz-intro' => 'Bienvenido a Wikimedia Commons, un repositorio de imágenes, sonidos, y películas que cualquiera puede librmente descargar y usar. Contribuye al conocimiento humano subiendo archivos que podrían ser usados para un propósito educativo.',
 428+ 'mwe-upwiz-add-file-n' => 'Agregar otro archivo',
 429+ 'mwe-upwiz-add-file-0' => 'Hacer click aquí para agregar un archivo a subir',
 430+ 'mwe-upwiz-browse' => 'Examinar...',
 431+ 'mwe-upwiz-transported' => 'OK',
 432+ 'mwe-upwiz-click-here' => 'Hacer click aquí para seleccionar un archivo',
 433+ 'mwe-upwiz-uploading' => 'subiendo...',
 434+ 'mwe-upwiz-editing' => 'Editando...',
 435+ 'mwe-upwiz-remove-upload' => 'Remover este archivo de la lista de archivos a subir',
 436+ 'mwe-upwiz-remove-description' => 'Remover esta descripción',
 437+ 'mwe-upwiz-upload' => 'Subir',
 438+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|archivo|archivos}} de $2 {{PLURAL:$2|archivo|archivos}} subidos',
 439+ 'mwe-upwiz-progressbar-uploading' => 'subiendo',
 440+ 'mwe-upwiz-remaining' => '$1 {{PLURAL:$1|archivo restante|archivos restantes}}',
 441+ 'mwe-upwiz-deeds-intro' => 'Gracias! Ahora necesitamos establecer una licencia para estos archivos, tal que todos puedan legalmente verlos o modificarlos. Primero, tendremos que saber de donde lo has obtenido.',
 442+ 'mwe-upwiz-details-intro' => 'Ahora necesitamos cierta información básica acerca de los archivos.',
 443+ 'mwe-upwiz-source-ownwork' => 'Este archivo es mi propio trabajo.',
 444+ 'mwe-upwiz-source-ownwork-plural' => 'Estos archivos son mi propio trabajo',
 445+ 'mwe-upwiz-source-ownwork-assert' => 'Yo, $1, el titular del copyright de este trabajo, concede a cualquiera el derecho de usar este trabajo para cualquier propósito, siempre y cuando me de crédito y comparta el trabajo derivado bajo los mismos términos.',
 446+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Yo, $1, el titular del copyright de estos trabajos, concede a cualquiera el derecho de usar estos trabajos para cualquier propósito, siempre y cuando me de crédito y comparta el trabajo derivado bajo los mismos términos.',
 447+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Yo, $1, el titular del copyright de este trabajo, publica este trabajo bajo la siguiente licencia(s):',
 448+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Yo, $1, el titular del copyright de este trabajo, publica estos trabajos bajo la siguiente licencia(s):',
 449+ 'mwe-upwiz-source-ownwork-assert-note' => 'Esto significa que liberas tu trabajo bajo una doble licencia Creative Commons Attribution ShareAlike y licencia GFDL.',
 450+ 'mwe-upwiz-source-permission' => 'Su autor te da permiso explícito para subirlo',
 451+ 'mwe-upwiz-source-thirdparty' => 'Este archivo no es mi propio trabajo.',
 452+ 'mwe-upwiz-source-thirdparty-plural' => 'Estos archivos no son mi propio trabajo.',
 453+ 'mwe-upwiz-source-thirdparty-intro' => 'Por favor ingresa la dirección donde has encontrado cada archivo.',
 454+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Si todos los archivos tienen la misma fuente, autor, y status de copyright, puedes ingresarlos de una vez por todas.',
 455+ 'mwe-upwiz-source-thirdparty-license' => 'El titular del copyright de este trabajo los publico bajo la siguiente licencia(s):',
 456+ 'mwe-upwiz-source-thirdparty-license-plural' => 'El titular del copyright de estos trabajos los publicó bajo la siguiente licencia(s):',
 457+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 458+ 'mwe-upwiz-source-custom' => 'Sabías? Puedes <a href="$1">personalizar</a> las opciones por defecto que ves aquí.',
 459+ 'mwe-upwiz-more-options' => 'más opciones...',
 460+ 'mwe-upwiz-fewer-options' => 'menos opciones...',
 461+ 'mwe-upwiz-desc-add-n' => 'agregar una descripción en otro idioma',
 462+ 'mwe-upwiz-desc-add-0' => 'agregar una descripción',
 463+ 'mwe-upwiz-title' => 'Título',
 464+ 'mwe-upwiz-categories-intro' => 'Ayudar a las personas a encontrar tus trabajos agregando categorías',
 465+ 'mwe-upwiz-categories-another' => 'Agregar otras categorías',
 466+ 'mwe-upwiz-previously-uploaded' => 'Este archivo fue previamente subido a $1 y está ya disponible <a href="$2">aquí</a>.',
 467+ 'mwe-upwiz-about-this-work' => 'Acerca de este trabajo',
 468+ 'mwe-upwiz-media-type' => 'Tipo de medios',
 469+ 'mwe-upwiz-date-created' => 'Fecha de creado',
 470+ 'mwe-upwiz-location' => 'Ubicación',
 471+ 'mwe-upwiz-copyright-info' => 'Información de copyright',
 472+ 'mwe-upwiz-author' => 'Autor(es)',
 473+ 'mwe-upwiz-license' => 'Licencia',
 474+ 'mwe-upwiz-about-format' => 'Acerca de este archivo',
 475+ 'mwe-upwiz-autoconverted' => 'Este archivo fue automáticamente convertido al formato $1',
 476+ 'mwe-upwiz-filename-tag' => 'Nombre de archivo:',
 477+ 'mwe-upwiz-other' => 'Otra información',
 478+ 'mwe-upwiz-other-prefill' => 'Campo de wikitexto libre',
 479+ 'mwe-upwiz-showall' => 'mostrar todo',
 480+ 'mwe-upwiz-source' => 'Fuente',
 481+ 'mwe-upwiz-macro-edit-intro' => 'Escoger una licencia primero de arriba, luego puedes agregar algunas descripciones y otra información a tus cargas.',
 482+ 'mwe-upwiz-macro-edit' => 'Actualizar descripciones',
 483+ 'mwe-upwiz-thanks-intro' => 'Gracias por subir tus trabajos! Puedes ahora usar tus archivos en la página o vincularlos a ella desde otros lugares en la web.',
 484+ 'mwe-upwiz-thanks-link' => 'Este archivo está ahora disponible en <b><tt>$1</tt></b>.',
 485+ 'mwe-upwiz-thanks-wikitext' => '<b>Para usar el archivo</b>, copiar este texto dentro de una página:',
 486+ 'mwe-upwiz-thanks-url' => '<b>Para vincular a él en HTML</b>, copiar este código HTML:',
 487+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Este wiki no acepta nombres de archivo con la extensión "$1".',
 488+ 'mwe-upwiz-upload-error-duplicate' => 'Este archivo fue previamente subido a este wiki.',
 489+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Postear de todos modos?',
 490+ 'mwe-upwiz-ok' => 'OK',
 491+ 'mwe-upwiz-cancel' => 'Cancelar',
 492+ 'mwe-upwiz-change' => '(cambiar)',
 493+ 'mwe-upwiz-fileexists' => 'Un archivo con este nombre ya existe. Por favor verifica <b><tt>$1</tt></b> si no est.ás seguro si deseas cambiarlo.',
 494+ 'mwe-upwiz-thumbnail-more' => 'Aumentar',
 495+ 'mwe-upwiz-overwrite' => 'Reemplazar el archivo',
 496+ 'mwe-copyright-macro' => 'Como arriba',
 497+ 'mwe-copyright-custom' => 'Personalizar',
 498+ 'mwe-upwiz-next' => 'Siguiente',
 499+ 'mwe-upwiz-home' => 'Ir a la página principal del wiki',
 500+ 'mwe-upwiz-upload-another' => 'Subir más archivos',
 501+ 'mwe-prevent-close' => 'Tus archivos están aún subiendo. Estás seguro de abandonar esta página?',
 502+ 'mwe-upwiz-files-complete' => 'Tus archivos han terminado de subir!',
 503+ 'mwe-upwiz-tooltip-author' => 'El nombre de la persona que tomó la foto, o pintó el cuadro, dibujó el gráfico, etc',
 504+ 'mwe-upwiz-tooltip-source' => 'De donde vino este archivo digital -- Podría ser una URL, o un libro o publicación',
 505+ 'mwe-upwiz-tooltip-sign' => 'Puedes usar tu nombre de usuario de wiki o tu nombre real. En ambos casos, esto será vinculado a tu página de usuario del wiki',
 506+ 'mwe-upwiz-tooltip-title' => 'Un título corto para el archivo. Puedes usar lenguaje simple con espacios, pero no con líneas. Este título no debe ser similar a todos los demás títulos de este wiki.',
 507+ 'mwe-upwiz-tooltip-more-info' => 'Aprender más',
99508 );
 509+
 510+/** French (Français)
 511+ * @author Crochet.david
 512+ * @author IAlex
 513+ * @author Peter17
 514+ * @author Y-M D
 515+ */
100516 $messages['fr'] = array(
101 - 'mwe-fileexists' => 'Un fichier existe déjà sous ce nom. Veuillez vérifier <b><tt>$1</tt></b> si vous n\'êtes pas sûr de vouloir le changer.',
 517+ 'uploadwizard' => "Assistant d'import",
 518+ 'uploadwizard-desc' => "Assistant d'import, développé pour la subvention Multimedia Usability",
 519+ 'mwe-loading-upwiz' => "Chargement de l'assistant de téléversement",
 520+ 'mwe-upwiz-code-unknown' => 'Langue inconnue',
 521+ 'mwe-upwiz-step-file' => '1. Téléversez vos fichiers',
 522+ 'mwe-upwiz-step-deeds' => '2. Ajouter les licences',
 523+ 'mwe-upwiz-step-details' => '3. Ajouter une description',
 524+ 'mwe-upwiz-step-thanks' => '4. Utilisez vos fichiers',
 525+ 'mwe-upwiz-intro' => "Bienvenue sur Wikimedia Commons, un dépôt d'images, de sons, et des films que n'importe qui peut librement télécharger et utiliser. Ajoutez à la connaissance de l'humanité par le téléversement de fichiers qui pourraient être utilisés dans un but éducatif.",
 526+ 'mwe-upwiz-add-file-n' => 'Ajouter un autre fichier',
 527+ 'mwe-upwiz-add-file-0' => 'Cliquez ici pour ajouter un fichier à téléverser',
 528+ 'mwe-upwiz-browse' => 'Parcourir ...',
 529+ 'mwe-upwiz-transported' => 'OK',
 530+ 'mwe-upwiz-click-here' => 'Cliquez ici pour sélectionner un fichier',
 531+ 'mwe-upwiz-uploading' => 'téléversement ...',
 532+ 'mwe-upwiz-editing' => 'modification ...',
 533+ 'mwe-upwiz-remove-upload' => 'Supprimer ce fichier de la liste des fichiers à téléverser',
 534+ 'mwe-upwiz-remove-description' => 'Supprimer cette description',
 535+ 'mwe-upwiz-upload' => 'Téléverser',
 536+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|fichier|fichiers}} sur $2 {{PLURAL:$1|téléversé|téléversés}}',
 537+ 'mwe-upwiz-progressbar-uploading' => 'téléversement',
 538+ 'mwe-upwiz-remaining' => '$1 {{PLURAL:$1|fichier restant|fichiers restants}}',
 539+ 'mwe-upwiz-deeds-intro' => 'Merci ! Maintenant nous avons besoin de mettre une licence pour ces fichiers, afin que chacun puisse légalement les regarder ou les modifier. Premièrement, nous devons savoir où vous les avez obtenu.',
 540+ 'mwe-upwiz-details-intro' => 'Maintenant nous avons besoin de certains renseignements de base sur les fichiers.',
 541+ 'mwe-upwiz-source-ownwork' => 'Ce fichier est de mon propre travail.',
 542+ 'mwe-upwiz-source-ownwork-plural' => 'Ces fichiers sont de mon propre travail.',
 543+ 'mwe-upwiz-source-ownwork-assert' => "Moi, $1, le titulaire du droit d'auteur de cette œuvre, donne par la présente le droit à n'importe qui de l'utiliser à n'importe quelle fin, aussi longtemps qu'ils me créditent et partagent ces travaux dérivés selon les mêmes modalités.",
 544+ 'mwe-upwiz-source-ownwork-assert-plural' => "Moi, $1, le titulaire du droit d'auteur de ces œuvres, donne par la présente le droit à n'importe qui d'utiliser ces œuvres à n'importe quelle fin, aussi longtemps qu'ils me créditent et partagent ces travaux dérivés selon les mêmes modalités.",
 545+ 'mwe-upwiz-source-ownwork-assert-custom' => "Moi, $1, le titulaire du droit d'auteur de cette œuvre, par la présente la publie sous la (les) licence(s) suivante(s) :",
 546+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => "Moi, $1, le titulaire du droit d'auteur de ces œuvres, par la présente publie ces œuvres sous la (les) licence(s) suivante(s) :",
 547+ 'mwe-upwiz-source-ownwork-assert-note' => "Cela signifie que vous publiez votre travail sous un double licence Creative Commons Attribution Partage à l'Identique et GFDL.",
 548+ 'mwe-upwiz-source-permission' => "Leur auteur vous a donné l'autorisation explicite de les téléverser",
 549+ 'mwe-upwiz-source-thirdparty' => "Ce fichier n'est pas de mon propre travail.",
 550+ 'mwe-upwiz-source-thirdparty-plural' => 'Ces fichiers ne sont pas de mon propre travail.',
 551+ 'mwe-upwiz-source-thirdparty-intro' => "Veuillez entrez l'adresse où vous avez trouvé chaque fichier.",
 552+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => "Si tous les fichiers ont la même source, auteur et statut du droit d'auteur, vous pouvez les entrer une seule fois pour tous les fichiers.",
 553+ 'mwe-upwiz-source-thirdparty-license' => "Le titulaire du droit d'auteur de ce travail l'a publié sous la (les) licence(s) suivante(s) :",
 554+ 'mwe-upwiz-source-thirdparty-license-plural' => "Le titulaire du droit d'auteur de ces travaux les a publiés sous la (les) licence(s) suivante(s) :",
 555+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 556+ 'mwe-upwiz-source-custom' => 'Le saviez-vous ? Vous pouvez <a href="$1">personnaliser</a> les options par défaut que vous voyez ici.',
 557+ 'mwe-upwiz-more-options' => "plus d'options ...",
 558+ 'mwe-upwiz-fewer-options' => "moins d'options ...",
 559+ 'mwe-upwiz-desc' => 'Description dans',
 560+ 'mwe-upwiz-desc-add-n' => 'ajouter une description dans une autre langue',
 561+ 'mwe-upwiz-desc-add-0' => 'ajouter une description',
 562+ 'mwe-upwiz-title' => 'Titre',
 563+ 'mwe-upwiz-categories-intro' => 'Aide les gens à trouver vos oeuvres en ajoutant des catégories',
 564+ 'mwe-upwiz-categories-another' => "Ajouter d'autres catégories",
 565+ 'mwe-upwiz-previously-uploaded' => 'Ce fichier a déjà été téléversé sur $1 et est déjà disponible <a href="$2">ici</a>.',
 566+ 'mwe-upwiz-about-this-work' => 'A propos de ce travail',
 567+ 'mwe-upwiz-media-type' => 'Type de média',
 568+ 'mwe-upwiz-date-created' => 'Date de création',
 569+ 'mwe-upwiz-location' => 'Emplacement',
 570+ 'mwe-upwiz-copyright-info' => "Droits d'auteur",
 571+ 'mwe-upwiz-author' => 'Auteur(s)',
 572+ 'mwe-upwiz-license' => 'Licence',
 573+ 'mwe-upwiz-about-format' => 'À propos du fichier',
 574+ 'mwe-upwiz-autoconverted' => 'Ce fichier a été automatiquement converti au format de $1',
 575+ 'mwe-upwiz-filename-tag' => 'Nom du fichier :',
 576+ 'mwe-upwiz-other' => 'Autres informations',
 577+ 'mwe-upwiz-other-prefill' => 'Champ de wikitexte libre',
 578+ 'mwe-upwiz-showall' => 'tout afficher',
 579+ 'mwe-upwiz-source' => 'Source',
 580+ 'mwe-upwiz-macro-edit-intro' => "Veuillez d'abord choisir une licence ci-dessus, ensuite ajouter des descriptions et d'autres informations à vos fichiers.",
 581+ 'mwe-upwiz-macro-edit' => 'Mettre à jour les descriptions',
 582+ 'mwe-upwiz-thanks-intro' => "Merci d'avoir téléversé vos œuvres ! Vous pouvez maintenant utiliser vos fichiers sur des pages ou les lier depuis quelque part d'autre sur le web.",
 583+ 'mwe-upwiz-thanks-link' => 'Ce fichier est maintenant disponible à <tt><b>$1</b></tt>.',
 584+ 'mwe-upwiz-thanks-wikitext' => '<b>Pour utiliser le fichier,</b> copier ce texte dans une page:',
 585+ 'mwe-upwiz-thanks-url' => '<b>Pour créer un lien en HTML</b>, copiez ce code HTML :',
 586+ 'mwe-upwiz-upload-error-bad-filename-extension' => "Ce wiki n'accepte pas les noms de fichiers avec l'extension « $1 ».",
 587+ 'mwe-upwiz-upload-error-duplicate' => 'Ce fichier a déjà été téléversé sur ce wiki.',
 588+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Envoyer de toute façon ?',
 589+ 'mwe-upwiz-ok' => 'OK',
 590+ 'mwe-upwiz-cancel' => 'Annuler',
 591+ 'mwe-upwiz-change' => '(changer)',
 592+ 'mwe-upwiz-fileexists' => "Un fichier existe déjà sous ce nom. Veuillez vérifier <b><tt>$1</tt></b> si vous n'êtes pas sûr de vouloir le changer.",
 593+ 'mwe-upwiz-thumbnail-more' => 'Agrandir',
 594+ 'mwe-upwiz-overwrite' => 'Remplacer le fichier',
 595+ 'mwe-copyright-macro' => 'Comme ci-dessus',
 596+ 'mwe-copyright-custom' => 'Personnalisé',
 597+ 'mwe-upwiz-next' => 'Suivant',
 598+ 'mwe-upwiz-home' => "Aller à la page d'accueil du wiki",
 599+ 'mwe-upwiz-upload-another' => 'Téléverser plus de fichiers',
 600+ 'mwe-prevent-close' => 'Vos fichiers sont toujours en cours de téléversement. Etes-vous sûr de vouloir quitter cette page ?',
 601+ 'mwe-upwiz-files-complete' => 'Le téléversement de vos fichiers est terminé !',
 602+ 'mwe-upwiz-deeds-later' => 'Définissez le contrat et la licence pour chaque fichier individuellement sur la page suivante',
 603+ 'mwe-upwiz-tooltip-author' => 'Le nom de la personne qui a pris la photo, peint le tableau, dessiné le dessin, etc.',
 604+ 'mwe-upwiz-tooltip-source' => "L'endroit d'où vient le fichier numérique, peut être une URL, un livre ou une publication",
 605+ 'mwe-upwiz-tooltip-sign' => "Vous pouvez utiliser votre nom d'utilisateur du wiki ou votre vrai nom. Dans les deux cas, ce sera lié à votre page utilisateur du wiki",
 606+ 'mwe-upwiz-tooltip-title' => 'Un court titre pour le fichier. Vous pouvez utiliser un langage simple avec des espaces, mais sans sauts de ligne. Ce titre doit être différent de tous autres titres sur ce wiki.',
 607+ 'mwe-upwiz-tooltip-description' => "Décrivez brièvement tout ce qui est notable sur le travail. Pour une photo, parler des choses importantes qui sont représentés, l'occasion ou l'endroit.",
 608+ 'mwe-upwiz-tooltip-other' => 'Toute autre information que vous souhaitez inclure à propos de ce travail. Vous pouvez utiliser du code wiki.',
 609+ 'mwe-upwiz-tooltip-more-info' => 'En savoir plus.',
102610 );
 611+
103612 $messages['gl'] = array(
104 - 'mwe-fileexists' => 'Xa existe un ficheiro con ese nome. Por favor, verifique <b><tt>$1</tt></b> se non está seguro de que quere cambialo.',
 613+ 'mwe-upwiz-fileexists' => 'Xa existe un ficheiro con ese nome. Por favor, verifique <b><tt>$1</tt></b> se non está seguro de que quere cambialo.',
105614 );
 615+
106616 $messages['gsw'] = array(
107 - 'mwe-fileexists' => 'S het scho ne Datei mit däm Name. Bitte prief <b><tt>$1</tt></b>, wänn du nit sicher bisch, eb Du dr Name witt ändere.',
 617+ 'mwe-upwiz-fileexists' => 'S het scho ne Datei mit däm Name. Bitte prief <b><tt>$1</tt></b>, wänn du nit sicher bisch, eb Du dr Name witt ändere.',
108618 );
 619+
 620+/** Upper Sorbian (Hornjoserbsce)
 621+ * @author Michawiki
 622+ */
109623 $messages['hsb'] = array(
110 - 'mwe-fileexists' => 'Dataja z tutym mjenom hižo eksistuje. Prošu skontroluj <b><tt>$1</tt></b>, jeli njesy sej wěsty, hač chceš ju změnić.',
 624+ 'uploadwizard' => 'Asistent za nahraća',
 625+ 'uploadwizard-desc' => 'Asistent za nahraćow, wuwity za spěchowanje wužiwajomnosće multimedijow',
 626+ 'mwe-loading-upwiz' => 'Nahrawanski asistent so startuje',
 627+ 'mwe-upwiz-code-unknown' => 'Njeznaty rěč',
 628+ 'mwe-upwiz-step-file' => '1. Twoje dataje nahrać',
 629+ 'mwe-upwiz-step-deeds' => '2. Licency přidać',
 630+ 'mwe-upwiz-step-details' => '3. Wopisanja přidać',
 631+ 'mwe-upwiz-step-thanks' => '4. Twoje dataje wužiwać',
 632+ 'mwe-upwiz-add-file-n' => 'Druhu dataju přidać',
 633+ 'mwe-upwiz-add-file-0' => 'Tu kliknyć, zo by so dataja za nahraće přidała',
 634+ 'mwe-upwiz-browse' => 'Přepytać...',
 635+ 'mwe-upwiz-transported' => 'W porjadku',
 636+ 'mwe-upwiz-click-here' => 'Tu kliknyć, zo by so dataja wubrała',
 637+ 'mwe-upwiz-uploading' => 'nahrawa so...',
 638+ 'mwe-upwiz-editing' => 'wobdźěłuje so...',
 639+ 'mwe-upwiz-remove-upload' => 'Tutu dataju z lisćiny datajow wotstronić, kotrež maja so nahrać',
 640+ 'mwe-upwiz-remove-description' => 'Tute wopisanje wotstronić',
 641+ 'mwe-upwiz-upload' => 'Nahrać',
 642+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|dataja|dataji|dataje|datajow}} z $2 {{PLURAL:$2|dataje|datajow|datajow|datajow}} {{PLURAL:$1|nahrata|nahratej|nahrate|nahratych}}',
 643+ 'mwe-upwiz-progressbar-uploading' => 'nahrawa so',
 644+ 'mwe-upwiz-remaining' => '$1 {{PLURAL:$1|dataja|dataji|dataje|datajow}} wyše',
 645+ 'mwe-upwiz-details-intro' => 'Nětko trjebamy někotre zakładne informacije wo datajach.',
 646+ 'mwe-upwiz-source-ownwork' => 'Tuta dataja je moje swójske dźěło.',
 647+ 'mwe-upwiz-source-ownwork-plural' => 'Tute dataje su moje swójske dźěło.',
 648+ 'mwe-upwiz-source-permission' => 'Jich awtor je ći wuraznu dowolnosć dał, je nahrać',
 649+ 'mwe-upwiz-source-thirdparty' => 'Tuta dataja moje swójske dźěło njeje.',
 650+ 'mwe-upwiz-source-thirdparty-plural' => 'Tute dataje moje swójske dźěło njejsu.',
 651+ 'mwe-upwiz-source-thirdparty-intro' => 'Prošu zapodajće adresu, hdźež sy kóždu z datajow namakał.',
 652+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Jeli wšě dataje maja samsne žórło, samsneho awtora a samsny status awtorskeho prawa, trjebaš je jenož jónu za wšě zapodać.',
 653+ 'mwe-upwiz-source-thirdparty-accept' => 'W porjadku',
 654+ 'mwe-upwiz-source-custom' => 'Sy to hižo wědźał? Móžeš standardne opcije, kotrež tu widźiš, <a href="$1">přiměrić</a>.',
 655+ 'mwe-upwiz-more-options' => 'dalše opcije...',
 656+ 'mwe-upwiz-fewer-options' => 'mjenje opcijow...',
 657+ 'mwe-upwiz-desc' => 'Wopisanje w',
 658+ 'mwe-upwiz-desc-add-n' => 'wopisanje w druhej rěči přidać',
 659+ 'mwe-upwiz-desc-add-0' => 'wopisanje přidać',
 660+ 'mwe-upwiz-title' => 'Titul',
 661+ 'mwe-upwiz-categories-intro' => 'Pomhaj ludźom přez přidawanje kategorijow swoje dźěła namakać',
 662+ 'mwe-upwiz-categories-another' => 'Druhe kategorije přidać',
 663+ 'mwe-upwiz-previously-uploaded' => 'Tuta dataja je so prjedy do $1 nahrała a steji hižo <a href="$2">tu</a> k dispoziciji.',
 664+ 'mwe-upwiz-about-this-work' => 'Wo tutym dźěle',
 665+ 'mwe-upwiz-media-type' => 'Medijowy typ',
 666+ 'mwe-upwiz-date-created' => 'Datum wutworjenja',
 667+ 'mwe-upwiz-location' => 'Městno',
 668+ 'mwe-upwiz-copyright-info' => 'Informacije wo awtorskim prawje',
 669+ 'mwe-upwiz-author' => 'Awtorojo',
 670+ 'mwe-upwiz-license' => 'Licenca',
 671+ 'mwe-upwiz-about-format' => 'Wo dataji',
 672+ 'mwe-upwiz-autoconverted' => 'Tuta dataja bu awtomatisce do formata $1 konwertowana.',
 673+ 'mwe-upwiz-filename-tag' => 'Datajowe mjeno:',
 674+ 'mwe-upwiz-other' => 'Druhe informacije',
 675+ 'mwe-upwiz-other-prefill' => 'Swobodne wikitekstowe polo',
 676+ 'mwe-upwiz-showall' => 'wšě pokazać',
 677+ 'mwe-upwiz-source' => 'Žórło',
 678+ 'mwe-upwiz-macro-edit-intro' => 'Wubjer najprjedy horjeka licencu, potom móžeš někotre wopisanje a druhe informacije swojim nahraćam přidać.',
 679+ 'mwe-upwiz-macro-edit' => 'Wopisanja aktualizować',
 680+ 'mwe-upwiz-thanks-intro' => 'Dźakujemy so za nahrawanje twojich dźěłow! Móžeš nětko swoje dataje na stronje wužiwać abo na nje z druheho městna we webje wotkazować.',
 681+ 'mwe-upwiz-thanks-link' => 'Tuta dataja steji nětko na <b><tt>$1</tt></b> k dispoziciji.',
 682+ 'mwe-upwiz-thanks-wikitext' => '<b>Zo by dataju wužiwał</b>, kopěruj tutón tekst do strony:',
 683+ 'mwe-upwiz-thanks-url' => '<b>Zo by na nju w HTML wotkazował</b>, kopěruj tutón HTML-kod:',
 684+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Tutón wiki njeakceptuje datajowe mjena ze sufiksom "$1".',
 685+ 'mwe-upwiz-upload-error-duplicate' => 'Tuta dataja je so prjedy do tutoho wikija nahrała.',
 686+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Najebać toho pósłać?',
 687+ 'mwe-upwiz-ok' => 'W porjadku',
 688+ 'mwe-upwiz-cancel' => 'Přetorhnyć',
 689+ 'mwe-upwiz-change' => '(změnić)',
 690+ 'mwe-upwiz-fileexists' => 'Dataja z tutym mjenom hižo eksistuje. Prošu skontroluj <b><tt>$1</tt></b>, jeli njesy sej wěsty, hač chceš ju změnić.',
 691+ 'mwe-upwiz-thumbnail-more' => 'Powjetšić',
 692+ 'mwe-upwiz-overwrite' => 'Dataju narunać',
 693+ 'mwe-copyright-macro' => 'Kaž horjeka',
 694+ 'mwe-copyright-custom' => 'Swójski',
 695+ 'mwe-upwiz-next' => 'Přichodna',
 696+ 'mwe-upwiz-home' => 'K hłownej stronje wikija',
 697+ 'mwe-upwiz-upload-another' => 'Dalše dataje nahrać',
 698+ 'mwe-prevent-close' => 'Tute dataje so hišće nahrawaja. Chceš woprawdźe tutu stronu wopušćić?',
 699+ 'mwe-upwiz-files-complete' => 'Twoje dataje su nahrate!',
 700+ 'mwe-upwiz-tooltip-other' => 'Druhe informacije wo tutym dźěle, kotrež chceš zapřijeć. Móžeš wikitekstowy kod wužiwać.',
 701+ 'mwe-upwiz-tooltip-more-info' => 'Dalše informacije.',
111702 );
 703+
 704+/** Hungarian (Magyar)
 705+ * @author Glanthor Reviol
 706+ */
112707 $messages['hu'] = array(
113 - 'mwe-fileexists' => 'Már létezik ilyen nevű fájl. Ellenőrizd a(z) <b><tt>$1</tt></b> fájlt, ha nem vagy biztos benne, hogy le szeretnéd cserélni.',
 708+ 'uploadwizard' => 'Feltöltés varázsló',
 709+ 'uploadwizard-desc' => 'Feltöltés varázsló (fejlesztése a multimédia-használhatósági adományból valósult meg)',
 710+ 'mwe-loading-upwiz' => 'Feltöltés varázsló betöltése',
 711+ 'mwe-upwiz-code-unknown' => 'Ismeretlen nyelv',
 712+ 'mwe-upwiz-step-file' => '1. Töltsd fel a fájlokat',
 713+ 'mwe-upwiz-step-deeds' => '2. Add meg a licenceket',
 714+ 'mwe-upwiz-step-details' => '3. Add meg a képleírásokat',
 715+ 'mwe-upwiz-step-thanks' => '4. Használd a fájlokat',
 716+ 'mwe-upwiz-add-file-n' => 'Másik fájl hozzáadása',
 717+ 'mwe-upwiz-add-file-0' => 'Kattints ide egy fájl hozzáadásához feltöltésre',
 718+ 'mwe-upwiz-browse' => 'Tallózás…',
 719+ 'mwe-upwiz-transported' => 'OK',
 720+ 'mwe-upwiz-click-here' => 'Kattints ide egy fájl kiválasztásához',
 721+ 'mwe-upwiz-uploading' => 'feltöltés…',
 722+ 'mwe-upwiz-editing' => 'szerkesztés…',
 723+ 'mwe-upwiz-remove-upload' => 'Fájl eltávolítása a feltöltésre váró fájlok listájából',
 724+ 'mwe-upwiz-remove-description' => 'Leírás eltávolítása',
 725+ 'mwe-upwiz-upload' => 'Feltöltés',
 726+ 'mwe-upwiz-progressbar-uploading' => 'feltöltés',
 727+ 'mwe-upwiz-source-ownwork' => 'Ez a fájl saját készítésű.',
 728+ 'mwe-upwiz-source-ownwork-plural' => 'Ezek a fájlok saját készítésűek.',
 729+ 'mwe-upwiz-source-thirdparty' => 'Ez a fájl nem saját készítésű.',
 730+ 'mwe-upwiz-source-thirdparty-plural' => 'Ezek a fájlok nem saját készítésűek.',
 731+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 732+ 'mwe-upwiz-more-options' => 'további beállítások…',
 733+ 'mwe-upwiz-fewer-options' => 'kevesebb beállítás…',
 734+ 'mwe-upwiz-title' => 'Cím',
 735+ 'mwe-upwiz-date-created' => 'Készítés dátuma',
 736+ 'mwe-upwiz-author' => 'Szerző(k)',
 737+ 'mwe-upwiz-license' => 'Licenc',
 738+ 'mwe-upwiz-filename-tag' => 'Fájlnév:',
 739+ 'mwe-upwiz-source' => 'Forrás',
 740+ 'mwe-upwiz-ok' => 'OK',
 741+ 'mwe-upwiz-cancel' => 'Mégse',
 742+ 'mwe-upwiz-fileexists' => 'Már létezik ilyen nevű fájl. Ellenőrizd a(z) <b><tt>$1</tt></b> fájlt, ha nem vagy biztos benne, hogy le szeretnéd cserélni.',
 743+ 'mwe-upwiz-thumbnail-more' => 'Nagyítás',
 744+ 'mwe-upwiz-overwrite' => 'Cseréld le a fájlt',
 745+ 'mwe-copyright-macro' => 'Mint fent',
 746+ 'mwe-copyright-custom' => 'Egyéni',
 747+ 'mwe-upwiz-next' => 'Következő',
 748+ 'mwe-upwiz-upload-another' => 'További fájlok feltöltése',
114749 );
 750+
 751+/** Interlingua (Interlingua)
 752+ * @author McDutchie
 753+ */
115754 $messages['ia'] = array(
116 - 'mwe-fileexists' => 'Un file con iste nomine ja existe. Per favor verifica <b><tt>$1</tt></b> si tu non es secur de voler cambiar lo.',
 755+ 'uploadwizard' => 'Assistente de incargamento',
 756+ 'uploadwizard-desc' => 'Assistente de incargamento, disveloppate pro le bursa Initiativa de Usabilitate',
 757+ 'mwe-loading-upwiz' => 'Cargante le assistente de incargamento',
 758+ 'mwe-upwiz-code-unknown' => 'Lingua incognite',
 759+ 'mwe-upwiz-step-file' => '1. Incarga le files',
 760+ 'mwe-upwiz-step-deeds' => '2. Adde licentias',
 761+ 'mwe-upwiz-step-details' => '3. Adde descriptiones',
 762+ 'mwe-upwiz-step-thanks' => '4. Usa le files',
 763+ 'mwe-upwiz-intro' => 'Benvenite a Wikimedia Commons, un deposito de imagines, sonos e video que totes pote discargar e usar liberemente. Contribue al cognoscentia del humanitate incargante files que pote esser usate pro un fin educative.',
 764+ 'mwe-upwiz-add-file-n' => 'Adde un altere file',
 765+ 'mwe-upwiz-add-file-0' => 'Clicca hic pro adder un file a incargar',
 766+ 'mwe-upwiz-browse' => 'Navigar…',
 767+ 'mwe-upwiz-transported' => 'OK',
 768+ 'mwe-upwiz-click-here' => 'Clicca hic pro seliger un file',
 769+ 'mwe-upwiz-uploading' => 'incargamento in curso…',
 770+ 'mwe-upwiz-editing' => 'modification in curso…',
 771+ 'mwe-upwiz-remove-upload' => 'Remover iste file del lista de files a incargar',
 772+ 'mwe-upwiz-remove-description' => 'Remover iste description',
 773+ 'mwe-upwiz-upload' => 'Incargar',
 774+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|file|files}} de $2 {{PLURAL:$2|file|files}} incargate',
 775+ 'mwe-upwiz-progressbar-uploading' => 'incargamento',
 776+ 'mwe-upwiz-remaining' => '$1 {{PLURAL:$1|file|files}} restante',
 777+ 'mwe-upwiz-deeds-intro' => 'Gratias! Ora nos debe mitter un licentia pro iste files, a fin que omnes pote legalmente reguardar o modificar los. Primo, nos debe saper de ubi tu los ha obtenite.',
 778+ 'mwe-upwiz-details-intro' => 'Ora nos require certe informationes de base super le files.',
 779+ 'mwe-upwiz-source-ownwork' => 'Iste files es mi proprie obra.',
 780+ 'mwe-upwiz-source-ownwork-plural' => 'Iste files es mi proprie obra.',
 781+ 'mwe-upwiz-source-ownwork-assert' => 'Io, $1, le possessor del derecto de autor de iste obra, concede a omnes le derecto de usar iste obra pro qualcunque fin, a condition que on me da recognoscentia e que le obras derivate es condividite sub le mesme conditiones.',
 782+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Io, $1, le possessor del derecto de autor de iste obras, concede a omnes le derecto de usar iste obras pro qualcunque fin, a condition que on me da recognoscentia e que le obras derivate es condividite sub le mesme conditiones.',
 783+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Io, $1, le possessor del derecto de autor de iste obra, publica iste obra sub le sequente licentia(s):',
 784+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Io, $1, le possessor del derecto de autor de iste obras, publica iste obras sub le sequente licentia(s):',
 785+ 'mwe-upwiz-source-ownwork-assert-note' => 'Isto significa que tu publica tu obra sub le licentias juncte de Creative Commons Attribution/ShareAlike e de GFDL.',
 786+ 'mwe-upwiz-source-permission' => 'Lor autor te dava permission explicite de incargar los',
 787+ 'mwe-upwiz-source-thirdparty' => 'Iste file non es mi proprie obra.',
 788+ 'mwe-upwiz-source-thirdparty-plural' => 'Iste files non es mi proprie obra.',
 789+ 'mwe-upwiz-source-thirdparty-intro' => 'Per favor entra le adresse ubi tu ha incontrate cata file.',
 790+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Si tote le files ha le mesme origine, autor e copyright, tu pote entrar los un sol vice pro totes.',
 791+ 'mwe-upwiz-source-thirdparty-license' => 'Le possessor del derecto de autor de iste obra lo ha publicate sub le sequente licentia(s):',
 792+ 'mwe-upwiz-source-thirdparty-license-plural' => 'Le possessor del derecto de autor de iste obras los ha publicate sub le sequente licentia(s):',
 793+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 794+ 'mwe-upwiz-source-custom' => 'Sapeva tu que tu pote <a href="$1">personalisar</a> le optiones predefinite que tu vide hic?',
 795+ 'mwe-upwiz-more-options' => 'plus optiones…',
 796+ 'mwe-upwiz-fewer-options' => 'minus optiones…',
 797+ 'mwe-upwiz-desc' => 'Description in',
 798+ 'mwe-upwiz-desc-add-n' => 'adder un description in un altere lingua',
 799+ 'mwe-upwiz-desc-add-0' => 'adder un description',
 800+ 'mwe-upwiz-title' => 'Titulo',
 801+ 'mwe-upwiz-categories-intro' => 'Adjuta le gente a trovar tu obras per le addition de categorias',
 802+ 'mwe-upwiz-categories-another' => 'Adder altere categorias',
 803+ 'mwe-upwiz-previously-uploaded' => 'Iste file esseva previemente incargate in $1 e es ja disponibile <a href="$2">hic</a>.',
 804+ 'mwe-upwiz-about-this-work' => 'A proposito de iste obra',
 805+ 'mwe-upwiz-media-type' => 'Typo de multimedia',
 806+ 'mwe-upwiz-date-created' => 'Data de creation',
 807+ 'mwe-upwiz-location' => 'Loco',
 808+ 'mwe-upwiz-copyright-info' => 'Information de copyright',
 809+ 'mwe-upwiz-author' => 'Autor(es)',
 810+ 'mwe-upwiz-license' => 'Licentia',
 811+ 'mwe-upwiz-about-format' => 'A proposito del file',
 812+ 'mwe-upwiz-autoconverted' => 'Iste file ha essite automaticamente convertite in le formato $1',
 813+ 'mwe-upwiz-filename-tag' => 'Nomine de file:',
 814+ 'mwe-upwiz-other' => 'Altere informationes',
 815+ 'mwe-upwiz-other-prefill' => 'Campo de wikitexto libere',
 816+ 'mwe-upwiz-showall' => 'monstrar toto',
 817+ 'mwe-upwiz-source' => 'Origine',
 818+ 'mwe-upwiz-macro-edit-intro' => 'Selige primo un licentia hic supra, postea tu pote adder descriptiones e altere informationes a tu files incargate.',
 819+ 'mwe-upwiz-macro-edit' => 'Actualisar descriptiones',
 820+ 'mwe-upwiz-thanks-intro' => 'Gratias pro haber incargate tu obras! Tu pote ora usar tu files in paginas o ligar a illos ab altere locos in le web.',
 821+ 'mwe-upwiz-thanks-link' => 'Iste file es ora disponibile a <b><tt>$1</tt></b>.',
 822+ 'mwe-upwiz-thanks-wikitext' => '<b>Pro usar le file</b>, copia iste texto in un pagina:',
 823+ 'mwe-upwiz-thanks-url' => '<b>Pro ligar a illo in HTML</b>, copia iste codice HTML:',
 824+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Iste wiki non accepta nomines de file con le extension "$1".',
 825+ 'mwe-upwiz-upload-error-duplicate' => 'Iste file esseva previemente incargate in iste wiki.',
 826+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Inviar totevia?',
 827+ 'mwe-upwiz-ok' => 'OK',
 828+ 'mwe-upwiz-cancel' => 'Cancellar',
 829+ 'mwe-upwiz-change' => '(cambiar)',
 830+ 'mwe-upwiz-fileexists' => 'Un file con iste nomine ja existe. Per favor verifica <b><tt>$1</tt></b> si tu non es secur de voler reimplaciar lo.',
 831+ 'mwe-upwiz-thumbnail-more' => 'Aggrandir',
 832+ 'mwe-upwiz-overwrite' => 'Reimplaciar le file',
 833+ 'mwe-copyright-macro' => 'Como hic supra',
 834+ 'mwe-copyright-custom' => 'Personalisate',
 835+ 'mwe-upwiz-next' => 'Sequente',
 836+ 'mwe-upwiz-home' => 'Ir al pagina principal del wiki',
 837+ 'mwe-upwiz-upload-another' => 'Incargar plus files',
 838+ 'mwe-prevent-close' => 'Tu files es ancora in curso de incargamento. Es tu secur de voler abandonar iste pagina?',
 839+ 'mwe-upwiz-files-complete' => 'Tu files ha finite de incargar!',
 840+ 'mwe-upwiz-deeds-later' => 'Defini actos e licentias pro cata file individual in le pagina sequente',
 841+ 'mwe-upwiz-tooltip-author' => 'Le nomine del persona qui prendeva le photo, o pingeva le pictura, designava le designo, etc.',
 842+ 'mwe-upwiz-tooltip-source' => 'De ubi veniva iste file digital: pote esser un URL, o un libro o publication',
 843+ 'mwe-upwiz-tooltip-sign' => 'Tu pote usar tu nomine de usator wiki o tu nomine real. In ambe casos, isto essera ligate a tu pagina de usator wiki',
 844+ 'mwe-upwiz-tooltip-title' => 'Un curte titulo pro le file. Tu pote usar linguage simple con spatios, ma sin saltos de linea. Iste titulo debe esser differente de tote le altere titulos in iste wiki.',
 845+ 'mwe-upwiz-tooltip-description' => 'Describe brevemente tote le aspectos notabile de iste obra. Pro un photo, mentiona le cosas principal que es representate, le occasion o le loco.',
 846+ 'mwe-upwiz-tooltip-other' => 'Omne altere information que tu vole includer a proposito de iste obra. Tu pote usar codice wikitexto.',
 847+ 'mwe-upwiz-tooltip-more-info' => 'Lege plus.',
117848 );
 849+
118850 $messages['id'] = array(
119 - 'mwe-fileexists' => 'Suatu berkas dengan nama tersebut telah ada. Tolong cek <b><tt>$1</tt></b> jika Anda tidak yakin untuk mengubahnya.',
 851+ 'mwe-upwiz-fileexists' => 'Suatu berkas dengan nama tersebut telah ada. Tolong cek <b><tt>$1</tt></b> jika Anda tidak yakin untuk mengubahnya.',
120852 );
 853+
121854 $messages['ja'] = array(
122 - 'mwe-fileexists' => '同名のファイルが既に存在しています。上書きしてよいかわからない場合は <b><tt>$1</tt></b> を確認してください。',
 855+ 'mwe-upwiz-fileexists' => '同名のファイルが既に存在しています。上書きしてよいかわからない場合は <b><tt>$1</tt></b> を確認してください。',
123856 );
 857+
124858 $messages['ksh'] = array(
125 - 'mwe-fileexists' => 'En Dattei met dämm Name jidd_et ald. Beß esu joot un donn <b><tt>$1</tt></b> prööfe, wann De Der nit sescher beß, of De jät ändere wells.',
 859+ 'mwe-upwiz-fileexists' => 'En Dattei met dämm Name jidd_et ald. Beß esu joot un donn <b><tt>$1</tt></b> prööfe, wann De Der nit sescher beß, of De jät ändere wells.',
126860 );
 861+
 862+/** Luxembourgish (Lëtzebuergesch)
 863+ * @author Robby
 864+ */
127865 $messages['lb'] = array(
128 - 'mwe-fileexists' => 'E Fichier mat dësem Numm gëtt et schonn. Kuckt w.e.g. op <b><tt>$1</tt></b> no wann Dir net sécher sidd ob Dir en ännere wëllt.',
 866+ 'uploadwizard' => 'Assistent fir eropzelueden',
 867+ 'uploadwizard-desc' => "Assistent fir eropzelueden, entwéckelt fir d'Subventioun vun der Multimedia Benotzerfrëndlechkeet",
 868+ 'mwe-loading-upwiz' => 'Eroplued-Assistent lueden',
 869+ 'mwe-upwiz-code-unknown' => 'Onbekannte Sprooch',
 870+ 'mwe-upwiz-step-file' => '1. Är Fichieren eroplueden',
 871+ 'mwe-upwiz-step-deeds' => '2. Lizenzen derbäisetzen',
 872+ 'mwe-upwiz-step-details' => '3. Beschreiwungen derbäisetzen',
 873+ 'mwe-upwiz-step-thanks' => '4. Är Fichiere benotzen',
 874+ 'mwe-upwiz-add-file-n' => 'En anere Fichier derbäisetzen',
 875+ 'mwe-upwiz-add-file-0' => 'Klickt hei fir e Fichier derbäizesetze fir eropzelueden',
 876+ 'mwe-upwiz-transported' => 'OK',
 877+ 'mwe-upwiz-click-here' => 'Klickt hei fir e Fichier erauszesichen',
 878+ 'mwe-upwiz-uploading' => 'eroplueden...',
 879+ 'mwe-upwiz-remove-upload' => 'Dëse Fichier vun der Lëscht vun de Fichieren, déi eropgeluede solle ginn, erofhuelen',
 880+ 'mwe-upwiz-remove-description' => 'Dës Beschreiwung ewechhuelen',
 881+ 'mwe-upwiz-upload' => 'Eroplueden',
 882+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|Fichier|Fichiere}} vu(n) $2 {{PLURAL:$2|Fichier|Fichieren}} eropgelueden',
 883+ 'mwe-upwiz-progressbar-uploading' => 'eroplueden',
 884+ 'mwe-upwiz-source-ownwork' => 'Dëse Fichier ass mäin eegent Wierk.',
 885+ 'mwe-upwiz-source-ownwork-plural' => 'Dës Fichiere si mäin eegent Wierk.',
 886+ 'mwe-upwiz-source-thirdparty' => 'Dëse Fichier ass net mäin eegent Wierk.',
 887+ 'mwe-upwiz-source-thirdparty-plural' => 'Dës Fichiere sinn net mäin eegent Wierk.',
 888+ 'mwe-upwiz-source-thirdparty-intro' => "Gitt w.e.g. d'Adress un wou Dir all eenzelne Fichier fonnt hutt.",
 889+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 890+ 'mwe-upwiz-more-options' => 'méi Optiounen...',
 891+ 'mwe-upwiz-fewer-options' => 'manner Optiounen...',
 892+ 'mwe-upwiz-desc' => 'Beschreiwung an',
 893+ 'mwe-upwiz-desc-add-n' => 'eng Beschreiwung an enger anerer Sprooch derbäisetzen',
 894+ 'mwe-upwiz-desc-add-0' => 'eng Beschreiwung derbäisetzen',
 895+ 'mwe-upwiz-title' => 'Titel',
 896+ 'mwe-upwiz-categories-intro' => 'Hëlleft de Leit Är Wierker erëmzefannen andeem Dir Kategorien derbäisetzt',
 897+ 'mwe-upwiz-categories-another' => 'Aner Kategorien derbäisetzen',
 898+ 'mwe-upwiz-about-this-work' => 'Iwwer dëst Wierk',
 899+ 'mwe-upwiz-copyright-info' => 'Copyright Informatiounen',
 900+ 'mwe-upwiz-license' => 'Lizenz',
 901+ 'mwe-upwiz-about-format' => 'Iwwer de Fichier',
 902+ 'mwe-upwiz-filename-tag' => 'Numm vum Fichier:',
 903+ 'mwe-upwiz-other' => 'Aner Informatioun',
 904+ 'mwe-upwiz-showall' => 'all weisen',
 905+ 'mwe-upwiz-source' => 'Quell',
 906+ 'mwe-upwiz-macro-edit' => 'Beschreiwungen aktualiséieren',
 907+ 'mwe-upwiz-ok' => 'OK',
 908+ 'mwe-upwiz-cancel' => 'Annulléieren',
 909+ 'mwe-upwiz-change' => '(Ännerung)',
 910+ 'mwe-upwiz-fileexists' => 'E Fichier mat dësem Numm gëtt et schonn. Kuckt w.e.g. op <b><tt>$1</tt></b> no wann Dir net sécher sidd ob Dir en ännere wëllt.',
 911+ 'mwe-upwiz-thumbnail-more' => ' Vergréisseren',
 912+ 'mwe-upwiz-overwrite' => 'De Fichier ersetzen',
 913+ 'mwe-copyright-macro' => 'Esou wéi uewendriwwer',
 914+ 'mwe-upwiz-next' => 'Nächst',
 915+ 'mwe-upwiz-upload-another' => 'Méi Fichieren eroplueden',
 916+ 'mwe-upwiz-files-complete' => "D'Eropluede vun Äre Fichieren ass fäerdeg!",
 917+ 'mwe-upwiz-tooltip-more-info' => 'Fir méi ze wëssen',
129918 );
 919+
 920+/** Macedonian (Македонски)
 921+ * @author Bjankuloski06
 922+ */
 923+$messages['mk'] = array(
 924+ 'uploadwizard' => 'Помошник за подигање',
 925+ 'uploadwizard-desc' => 'Помошник за подигање, создаден со средства доделени за Употребливост на мултимедија',
 926+ 'mwe-loading-upwiz' => 'Го вчитувам помошникот за подигање',
 927+ 'mwe-upwiz-code-unknown' => 'Непознат јазик',
 928+ 'mwe-upwiz-step-file' => '1. Подигнете ги вашите податотеки',
 929+ 'mwe-upwiz-step-deeds' => '2. Ставете им лиценци',
 930+ 'mwe-upwiz-step-details' => '3. Додајте им описи',
 931+ 'mwe-upwiz-step-thanks' => '4. Користете ги податотеките',
 932+ 'mwe-upwiz-intro' => 'Добредојдовте на Заедничката Ризница на Викимедија (Wikimedia Commons), скадиште за слики, звуци и видео штп може слободно да се преземаат и користат. Проширете ги сознанијата на човештвото подигајќи податотеки што можат да се користат за образовни цели.',
 933+ 'mwe-upwiz-add-file-n' => 'Додај друга податотека',
 934+ 'mwe-upwiz-add-file-0' => 'Кликнете тука за да додадете податотека за подигање',
 935+ 'mwe-upwiz-browse' => 'Разгледај...',
 936+ 'mwe-upwiz-transported' => 'ОК',
 937+ 'mwe-upwiz-click-here' => 'Кликнете тука за да изберете податотека',
 938+ 'mwe-upwiz-uploading' => 'подигам...',
 939+ 'mwe-upwiz-editing' => 'уредувам...',
 940+ 'mwe-upwiz-remove-upload' => 'Отстрани ја податотекава од листата на податотеки за подигање',
 941+ 'mwe-upwiz-remove-description' => 'Отстрани го описов',
 942+ 'mwe-upwiz-upload' => 'Подигни',
 943+ 'mwe-upwiz-upload-count' => '{{PLURAL:$1|Подигната е $1|Подигнати се $1}} од {{PLURAL:$2|$2 податотека|$2 податотеки}}',
 944+ 'mwe-upwiz-progressbar-uploading' => 'подигам',
 945+ 'mwe-upwiz-remaining' => '{{PLURAL:$1|Преостанува $1 податотека|Преостануваат $1 податотеки}}',
 946+ 'mwe-upwiz-deeds-intro' => 'Ви благодариме! Сега ќе треба да поставите лиценца за податотеките, за да може секој да ги гледа или менува законски исправно. Најпрвин би сакале да знаеме како дојдовте до нив.',
 947+ 'mwe-upwiz-details-intro' => 'Сега ќе ни требаат некои основни информации за податотеките.',
 948+ 'mwe-upwiz-source-ownwork' => 'Оваа податотека е мое сопствено дело.',
 949+ 'mwe-upwiz-source-ownwork-plural' => 'Овие податотеки се мое сопствено дело.',
 950+ 'mwe-upwiz-source-ownwork-assert' => 'Јас, $1, имателот на авторските права на ова дело, со ова дозволувам секој да може да го користи ова дело за било каква цел, под услов да ме наведат и да го споделуваат преработеното дело под исти услови.',
 951+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Јас, $1, имателот на авторските права на овие дела, со ова секому му го давам правото да ги користи за било која цел, под услов да ме наведат и да ги споделуваат од нив преработените дела под исти услови.',
 952+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Јас, $1, имателот на авторските права на ова дело, со ова го објавувам делото под следниве лиценци:',
 953+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Јас, $1, имателот на авторските права на овие дела, со ова ги објавувам под следиве лиценци:',
 954+ 'mwe-upwiz-source-ownwork-assert-note' => 'Ова значи дека вашето дело го објавувате под двојната лиценца Криејтив Комос Наведи извор-Сподели под исти услови и ГЛСД',
 955+ 'mwe-upwiz-source-permission' => 'Нивниот автор ви дал јасна дозвола да ги подигате',
 956+ 'mwe-upwiz-source-thirdparty' => 'Оваа податотека не е мое дело.',
 957+ 'mwe-upwiz-source-thirdparty-plural' => 'Овие податотеки не се мое дело.',
 958+ 'mwe-upwiz-source-thirdparty-intro' => 'Внесете ги адресите кадешто ги најдовте податотеките.',
 959+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Ако сите податотеки имаат еден ист извор, автор и авторски правен статус, тогаш можете тие податоци да ги внесете само еднаш, и ќе важат за сите нив.',
 960+ 'mwe-upwiz-source-thirdparty-license' => 'Имателот на авторските права на овие дела ги објавил под следнава лиценца:',
 961+ 'mwe-upwiz-source-thirdparty-license-plural' => 'Имателот на авторските права на овие дела ги објавил под следниве лиценци:',
 962+ 'mwe-upwiz-source-thirdparty-accept' => 'ОК',
 963+ 'mwe-upwiz-source-custom' => 'Дали сте знаеле дека можете да ги <a href="$1">прилагодите</a> основните поставки што ги гледате тука.',
 964+ 'mwe-upwiz-more-options' => 'повеќе можности...',
 965+ 'mwe-upwiz-fewer-options' => 'помалку можности...',
 966+ 'mwe-upwiz-desc' => 'Опис во',
 967+ 'mwe-upwiz-desc-add-n' => 'додај опис на друг јазик',
 968+ 'mwe-upwiz-desc-add-0' => 'додај опис',
 969+ 'mwe-upwiz-title' => 'Наслов',
 970+ 'mwe-upwiz-categories-intro' => 'Помогнете и на луѓето да ги пронаоѓаат вашите дела со тоа што ќе им додадете категории',
 971+ 'mwe-upwiz-categories-another' => 'Додај други категории',
 972+ 'mwe-upwiz-previously-uploaded' => 'Оваа податотека била претходно подигана во $1 и е достапна <a href="$2">тука</a>.',
 973+ 'mwe-upwiz-about-this-work' => 'За делово',
 974+ 'mwe-upwiz-media-type' => 'Тип на медија',
 975+ 'mwe-upwiz-date-created' => 'Создадена на',
 976+ 'mwe-upwiz-location' => 'Место',
 977+ 'mwe-upwiz-copyright-info' => 'Информации за авторски права',
 978+ 'mwe-upwiz-author' => 'Автор(и)',
 979+ 'mwe-upwiz-license' => 'Лиценца',
 980+ 'mwe-upwiz-about-format' => 'За податотеката',
 981+ 'mwe-upwiz-autoconverted' => 'Оваа податотека е автоматски претворена во $1 формат',
 982+ 'mwe-upwiz-filename-tag' => 'Име на податотеката:',
 983+ 'mwe-upwiz-other' => 'Други информации',
 984+ 'mwe-upwiz-other-prefill' => 'Слободно поле за викитекст',
 985+ 'mwe-upwiz-showall' => 'прикажи сè',
 986+ 'mwe-upwiz-source' => 'Извор',
 987+ 'mwe-upwiz-macro-edit-intro' => 'Најпрвин одберете лиценца погоре, па потоа додајте описи и други информации при подигањето.',
 988+ 'mwe-upwiz-macro-edit' => 'Поднови описи',
 989+ 'mwe-upwiz-thanks-intro' => 'Ви благодариме што ги подигнавте вашите дела! Сега можете да ги користите вашите податотеки на страници или да поставувате врски до нив од некое друго место на интернет.',
 990+ 'mwe-upwiz-thanks-link' => 'Оваа податотека сега е достапна на <b><tt>$1</tt></b>.',
 991+ 'mwe-upwiz-thanks-wikitext' => '<b>За да ја користите податотекава</b>, ископирајте го следниов текст во страница:',
 992+ 'mwe-upwiz-thanks-url' => '<b>За да поставите врска до неа во HTML</b>, ископирајте го следниов HTML код:',
 993+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Ова вики не прифаќа податотеки со наставка „$1“.',
 994+ 'mwe-upwiz-upload-error-duplicate' => 'Оваа податотека била претходно подигната на ова вики.',
 995+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Сепак да објавам?',
 996+ 'mwe-upwiz-ok' => 'ОК',
 997+ 'mwe-upwiz-cancel' => 'Откажи',
 998+ 'mwe-upwiz-change' => '(промени)',
 999+ 'mwe-upwiz-fileexists' => 'Веќе постои податотека со тоа име. Проверете ја <b><tt>$1</tt></b> ако не сте сигурни дека сакате да ја замените.',
 1000+ 'mwe-upwiz-thumbnail-more' => 'Зголеми',
 1001+ 'mwe-upwiz-overwrite' => 'Замени ја податотеката',
 1002+ 'mwe-copyright-macro' => 'Како погоре',
 1003+ 'mwe-copyright-custom' => 'Прилагодено',
 1004+ 'mwe-upwiz-next' => 'Следна',
 1005+ 'mwe-upwiz-home' => 'Оди на главната страница на Викито',
 1006+ 'mwe-upwiz-upload-another' => 'Подигни уште податотеки',
 1007+ 'mwe-prevent-close' => 'Подигањето на вашите податотеки е сè уште во тек. Дали сте сигурни дека сакате да се оттргнете од оваа страница?',
 1008+ 'mwe-upwiz-files-complete' => 'Вашите податотеки сега се подигнати!',
 1009+ 'mwe-upwiz-deeds-later' => 'На следната страница поставете сопственичка исправа и лиценци за секоја податотека поединечно',
 1010+ 'mwe-upwiz-tooltip-author' => 'Име на лицето што ја направило фотографијата, ја насликало сликата, го нацтрало цртежот и тн.',
 1011+ 'mwe-upwiz-tooltip-source' => 'Од каде е оваа дигитална податотека -- може да е URL, или пак книга или друга публијација',
 1012+ 'mwe-upwiz-tooltip-sign' => 'Можете да го употребите вашето корисничко име на викито, или пак вашето вистинско име. Во обата случаја ова ќе води до вашата корисничка страница',
 1013+ 'mwe-upwiz-tooltip-title' => 'Краток наслов на податотеката. Можете да користите прост јазик со меѓупростор, но не користете нови редови. Овој наслов мора да се разликува од сите други наслови на ова вики.',
 1014+ 'mwe-upwiz-tooltip-description' => 'Накратко опишете го сето она што е значајно за делото. Ако е фотографија, споменете ги главните нешта што се прикажани на неа, настанот или местото.',
 1015+ 'mwe-upwiz-tooltip-other' => 'Некои други информации што би сакале да ги споменете за делото. Може да користите и викитест код.',
 1016+ 'mwe-upwiz-tooltip-more-info' => 'Дознајте повеќе.',
 1017+);
 1018+
1301019 $messages['ml'] = array(
131 - 'mwe-fileexists' => 'ഇതേ പേരിൽ ഒരു പ്രമാണം നിലവിലുണ്ട്. അതിൽ മാറ്റം വരുത്തണോ എന്നു താങ്കൾക്ക് ഉറപ്പില്ലങ്കിൽ ദയവായി <b><tt>$1</tt></b> കാണുക.',
 1020+ 'mwe-upwiz-fileexists' => 'ഇതേ പേരിൽ ഒരു പ്രമാണം നിലവിലുണ്ട്. അതിൽ മാറ്റം വരുത്തണോ എന്നു താങ്കൾക്ക് ഉറപ്പില്ലങ്കിൽ ദയവായി <b><tt>$1</tt></b> കാണുക.',
1321021 );
 1022+
 1023+/** Dutch (Nederlands)
 1024+ * @author Siebrand
 1025+ */
1331026 $messages['nl'] = array(
134 - 'mwe-fileexists' => 'Er bestaat al een bestand met deze naam. Controleer <b><tt>$1</tt></b> als u niet zeker weet of u het huidige bestand wilt overschrijven.',
 1027+ 'uploadwizard' => 'Wizard uploaden',
 1028+ 'uploadwizard-desc' => 'Wizard uploaden, ontwikkeld voor de schenking voor Multimediabruikbaarheid',
 1029+ 'mwe-loading-upwiz' => 'Bezig met het laden van de uploadwizard',
 1030+ 'mwe-upwiz-code-unknown' => 'Onbekende taal',
 1031+ 'mwe-upwiz-step-file' => '1. Upload uw bestanden',
 1032+ 'mwe-upwiz-step-deeds' => '2. Voeg licenties toe',
 1033+ 'mwe-upwiz-step-details' => '3. Voeg beschrijvingen toe',
 1034+ 'mwe-upwiz-step-thanks' => '4. Gebruik uw bestanden',
 1035+ 'mwe-upwiz-intro' => 'Welkom bij Wikimedia Commons, een verzameling van beelden, geluid en films die iedereen vrij kan downloaden en gebruiken. Voeg kennis voor de mensheid toe door bestanden die gebruikt kunnen worden voor een educatief doel te uploaden.',
 1036+ 'mwe-upwiz-add-file-n' => 'Nog een bestand toevoegen',
 1037+ 'mwe-upwiz-add-file-0' => 'Klik hier om een bestand uit te kiezen om te uploaden',
 1038+ 'mwe-upwiz-browse' => 'Bladeren ...',
 1039+ 'mwe-upwiz-transported' => 'OK',
 1040+ 'mwe-upwiz-click-here' => 'Klik hier om een bestand te selecteren',
 1041+ 'mwe-upwiz-uploading' => 'bezig met uploaden...',
 1042+ 'mwe-upwiz-editing' => 'bezig met bewerken...',
 1043+ 'mwe-upwiz-remove-upload' => 'Dit bestand uit de lijst met te uploaden bestanden verwijderen',
 1044+ 'mwe-upwiz-remove-description' => 'Deze beschrijving verwijderen',
 1045+ 'mwe-upwiz-upload' => 'Uploaden',
 1046+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|bestand|bestanden}} van $2 te uploaden {{PLURAL:$2|bestand|bestanden}} geüpload',
 1047+ 'mwe-upwiz-progressbar-uploading' => 'bezig met uploaden',
 1048+ 'mwe-upwiz-remaining' => '$1 {{PLURAL:$1|bestand|bestanden}} te gaan',
 1049+ 'mwe-upwiz-deeds-intro' => 'Dank u wel! Nu hebben we een licentie nodig voor deze bestanden, zodat iedereen kan de bestanden mag bekijken of wijzigen. Eerst moeten we weten waar ze hun oorsprong hebben.',
 1050+ 'mwe-upwiz-details-intro' => 'Nu hebben we elementaire informatie over de bestanden nodig.',
 1051+ 'mwe-upwiz-source-ownwork' => 'Dit bestand is mijn eigen werk.',
 1052+ 'mwe-upwiz-source-ownwork-plural' => 'Deze bestanden zijn mijn eigen werk.',
 1053+ 'mwe-upwiz-source-ownwork-assert' => 'Ik, $1, de auteursrechthebbende van dit werk, verleen hierbij iedereen het recht dit werk voor alle doeleinden te gebruiken, mits mij naamsvermelding wordt gegeven en afgeleid werk onder dezelfde voorwaarden wordt gedeeld.',
 1054+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Ik, $1, de auteursrechthebbende van deze werken, verleen hierbij iedereen het recht deze werken voor alle doeleinden te gebruiken, mits mij naamsvermelding wordt gegeven en afgeleide werken onder dezelfde voorwaarden worden gedeeld.',
 1055+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Ik, $1, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licentie(s) beschikbaar:',
 1056+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Ik, $1, de auteursrechthebbende van dit werk, maak het hierbij onder de volgende licentie(s) beschikbaar:',
 1057+ 'mwe-upwiz-source-ownwork-assert-note' => 'Dit betekent dat u uw werk vrijgeeft onder een dubbele licenties; Creative Commons Naamsvermelding-Gelijk delen en de GFDL-licentie.',
 1058+ 'mwe-upwiz-source-permission' => 'De auteur van het werk heeft u expliciete toestemming gegeven het werk te uploaden',
 1059+ 'mwe-upwiz-source-thirdparty' => 'Dit bestand is niet mijn eigen werk.',
 1060+ 'mwe-upwiz-source-thirdparty-plural' => 'Deze bestanden zijn niet mijn eigen werk.',
 1061+ 'mwe-upwiz-source-thirdparty-intro' => 'Voer de plaats in waar u elk bestand gevonden hebt.',
 1062+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Als alle bestanden dezelfde bron, auteur en auteursrechtenstatus hebben, hoeft u deze slechts een keer in te voeren.',
 1063+ 'mwe-upwiz-source-thirdparty-license' => 'De auteursrechthebbende van dit werk heeft het onder de volgende licentie(s) gepubliceerd:',
 1064+ 'mwe-upwiz-source-thirdparty-license-plural' => 'De auteursrechthebbende van deze werken heeft ze onder de volgende licentie(s) gepubliceerd:',
 1065+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 1066+ 'mwe-upwiz-source-custom' => 'Wist u dat u de <a href="$1">de standaardinstellingen kunt aanpassen</a>?',
 1067+ 'mwe-upwiz-more-options' => 'meer instellingen...',
 1068+ 'mwe-upwiz-fewer-options' => 'minder instellingen...',
 1069+ 'mwe-upwiz-desc' => 'Beschrijving in',
 1070+ 'mwe-upwiz-desc-add-n' => 'beschrijving in een andere taal toevoegen',
 1071+ 'mwe-upwiz-desc-add-0' => 'beschrijving toevoegen',
 1072+ 'mwe-upwiz-title' => 'Naam',
 1073+ 'mwe-upwiz-categories-intro' => 'Help andere gebruikers uw werken te vinden door categorieën toe te voegen',
 1074+ 'mwe-upwiz-categories-another' => 'Andere categorieën toevoegen',
 1075+ 'mwe-upwiz-previously-uploaded' => 'Dit bestand is al eerder geüpload naar $1 en is <a href="$2">reeds beschikbaar</a>.',
 1076+ 'mwe-upwiz-about-this-work' => 'Over dit werk',
 1077+ 'mwe-upwiz-media-type' => 'Mediatype',
 1078+ 'mwe-upwiz-date-created' => 'Aangemaakt op',
 1079+ 'mwe-upwiz-location' => 'Locatie',
 1080+ 'mwe-upwiz-copyright-info' => 'Auteursrechteninformatie',
 1081+ 'mwe-upwiz-author' => 'Auteur(s)',
 1082+ 'mwe-upwiz-license' => 'Licentie',
 1083+ 'mwe-upwiz-about-format' => 'Over het bestand',
 1084+ 'mwe-upwiz-autoconverted' => 'Dit bestand is automatisch omgezet naar het formaat $1',
 1085+ 'mwe-upwiz-filename-tag' => 'Bestandsnaam:',
 1086+ 'mwe-upwiz-other' => 'Overige informatie',
 1087+ 'mwe-upwiz-other-prefill' => 'Vrije wikitekst',
 1088+ 'mwe-upwiz-showall' => 'alle weergeven',
 1089+ 'mwe-upwiz-source' => 'Bron',
 1090+ 'mwe-upwiz-macro-edit-intro' => 'Kies eerst een bovenstaande licentie. Daarna kunt u deze beschrijvingen en andere informatie aan uw uploads toevoegen.',
 1091+ 'mwe-upwiz-macro-edit' => 'Beschrijvingen bijwerken',
 1092+ 'mwe-upwiz-thanks-intro' => "Bedankt voor het uploaden van uw werk! U kunt nu gebruik maken van uw bestanden op pagina's of of ernaar verwijzen van elders op het web.",
 1093+ 'mwe-upwiz-thanks-link' => 'Dit bestand is nu beschikbaar op <b><tt>$1</tt></b>.',
 1094+ 'mwe-upwiz-thanks-wikitext' => 'Kopieer deze tekst in een pagina <b>om het bestand te gebruiken</b>:',
 1095+ 'mwe-upwiz-thanks-url' => 'Kopieer deze HTML-code om <b>ernaar te verwijzen in HTML</b>:',
 1096+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Deze wiki accepteert geen bestandsnamen met de extensie "$1".',
 1097+ 'mwe-upwiz-upload-error-duplicate' => 'Dit bestand is eerder geüpload naar deze wiki.',
 1098+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Toch uploaden?',
 1099+ 'mwe-upwiz-ok' => 'OK',
 1100+ 'mwe-upwiz-cancel' => 'Annuleren',
 1101+ 'mwe-upwiz-change' => '(wijzigen)',
 1102+ 'mwe-upwiz-fileexists' => 'Er bestaat al een bestand met deze naam. Controleer <b><tt>$1</tt></b> als u niet zeker weet of u het huidige bestand wilt overschrijven.',
 1103+ 'mwe-upwiz-thumbnail-more' => 'Vergroten',
 1104+ 'mwe-upwiz-overwrite' => 'Het bestand vervangen',
 1105+ 'mwe-copyright-macro' => 'Zoals hierboven',
 1106+ 'mwe-copyright-custom' => 'Aangepast',
 1107+ 'mwe-upwiz-next' => 'Volgende',
 1108+ 'mwe-upwiz-home' => 'Ga naar de hoofdpagina van de wiki',
 1109+ 'mwe-upwiz-upload-another' => 'Meer bestanden uploaden',
 1110+ 'mwe-prevent-close' => 'De upload van uw bestanden loopt nog. Weet u zeker dat u deze pagina wilt verlaten?',
 1111+ 'mwe-upwiz-files-complete' => 'Het uploaden van uw bestanden is afgerond!',
 1112+ 'mwe-upwiz-deeds-later' => 'Stel aktes en licenties in voor ieder bestand op de volgende pagina',
 1113+ 'mwe-upwiz-tooltip-author' => 'De naam van de persoon die de foto heeft genomen, het schilderij of de tekening heeft gemaakt, enzovoort.',
 1114+ 'mwe-upwiz-tooltip-source' => 'Waar komt het digitale bestand vandaan? Dit kan een URL, een boek of publicatie zijn.',
 1115+ 'mwe-upwiz-tooltip-sign' => 'U kunt uw wikigebruikersnaam of uw echte naam gebruiken. In beide gevallen wordt deze gekoppeld aan uw gebruikerspagina in de wiki',
 1116+ 'mwe-upwiz-tooltip-title' => 'Een korte naam voor het bestand. U kunt platte tekst met spaties gebruiken. Deze naam mag niet gelijk zijn aan bestaande paginanamen in de wiki.',
 1117+ 'mwe-upwiz-tooltip-description' => 'Beschrijf het werk. Vermeld voor een foto bijvoorbeeld wat er te zien is, wanneer de foto is genomen, bij welke gelegenheid, enzovoort.',
 1118+ 'mwe-upwiz-tooltip-other' => 'Overige informatie die u wilt opnemen over dit werk. U kunt wikitext gebruiken.',
 1119+ 'mwe-upwiz-tooltip-more-info' => 'Meer lezen.',
1351120 );
 1121+
 1122+/** Norwegian (bokmål)‬ (‪Norsk (bokmål)‬)
 1123+ * @author Nghtwlkr
 1124+ */
 1125+$messages['no'] = array(
 1126+ 'mwe-upwiz-code-unknown' => 'Ukjent språk',
 1127+ 'mwe-upwiz-add-file-n' => 'Legg til enda en fil',
 1128+ 'mwe-upwiz-browse' => 'Bla igjennom...',
 1129+ 'mwe-upwiz-transported' => 'OK',
 1130+ 'mwe-upwiz-click-here' => 'Klikk her for å velge en fil',
 1131+ 'mwe-upwiz-uploading' => 'laster opp...',
 1132+ 'mwe-upwiz-editing' => 'endrer...',
 1133+ 'mwe-upwiz-upload' => 'Last opp',
 1134+ 'mwe-upwiz-upload-count' => '$1 av $2 filer lastet opp',
 1135+ 'mwe-upwiz-progressbar-uploading' => 'laster opp',
 1136+ 'mwe-upwiz-remaining' => '$1 igjen',
 1137+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 1138+ 'mwe-upwiz-more-options' => 'flere valg...',
 1139+ 'mwe-upwiz-fewer-options' => 'færre valg...',
 1140+ 'mwe-upwiz-author' => 'Forfatter(e)',
 1141+ 'mwe-upwiz-license' => 'Lisens',
 1142+ 'mwe-upwiz-about-format' => 'Om filen',
 1143+ 'mwe-upwiz-filename-tag' => 'Filnavn:',
 1144+ 'mwe-upwiz-other' => 'Annen informasjon',
 1145+ 'mwe-upwiz-showall' => 'vis alle',
 1146+ 'mwe-upwiz-source' => 'Kilde',
 1147+ 'mwe-upwiz-thanks-link' => 'Denne filen er nå tilgjengelig på <b><tt>$1</tt></b>.',
 1148+ 'mwe-upwiz-thanks-wikitext' => 'For å bruke filen, kopier denne teksten inn i en side:',
 1149+ 'mwe-upwiz-thanks-url' => 'For å lenke til den i HTML, kopier denne HTML-koden:',
 1150+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Denne wikien godtar ikke filnavn med endelsen «$1».',
 1151+ 'mwe-upwiz-upload-error-duplicate' => 'Denne filen ble lastet opp tidligere til denne wikien.',
 1152+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Post likevel?',
 1153+ 'mwe-upwiz-ok' => 'OK',
 1154+ 'mwe-upwiz-cancel' => 'Avbryt',
 1155+ 'mwe-upwiz-change' => '(endre)',
 1156+ 'mwe-upwiz-fileexists' => 'En fil med det navnet finnes allerede. Sjekk <b><tt>$1</tt></b> hvis du er usikker på om du vil erstatte den.',
 1157+ 'mwe-upwiz-thumbnail-more' => 'Forstørr',
 1158+ 'mwe-upwiz-overwrite' => 'Erstatt filen',
 1159+);
 1160+
1361161 $messages['oc'] = array(
137 - 'mwe-fileexists' => 'Un fichièr amb aqueste nom existís ja. Mercé de verificar <b><tt>$1</tt></b> se sètz pas segur que lo volètz cambiar.',
 1162+ 'mwe-upwiz-fileexists' => 'Un fichièr amb aqueste nom existís ja. Mercé de verificar <b><tt>$1</tt></b> se sètz pas segur que lo volètz cambiar.',
1381163 );
 1164+
1391165 $messages['pl'] = array(
140 - 'mwe-fileexists' => 'Plik o tej nazwie już istnieje. Sprawdź <b><tt>$1</tt></b> jeśli nie jesteś pewien czy chcesz go zastąpić.',
 1166+ 'mwe-upwiz-fileexists' => 'Plik o tej nazwie już istnieje. Sprawdź <b><tt>$1</tt></b> jeśli nie jesteś pewien czy chcesz go zastąpić.',
1411167 );
 1168+
 1169+/** Pashto (پښتو)
 1170+ * @author Ahmed-Najib-Biabani-Ibrahimkhel
 1171+ */
 1172+$messages['ps'] = array(
 1173+ 'mwe-upwiz-showall' => 'ټول ښکاره کول',
 1174+ 'mwe-upwiz-ok' => 'ښه',
 1175+ 'mwe-upwiz-change' => '(بدلول)',
 1176+);
 1177+
 1178+/** Portuguese (Português)
 1179+ * @author Giro720
 1180+ * @author Hamilton Abreu
 1181+ */
1421182 $messages['pt'] = array(
143 - 'mwe-fileexists' => 'Já existe um ficheiro com este nome. Por favor, verifique <b><tt>$1</tt></b> se não tem a certeza de que deseja alterá-lo.',
 1183+ 'uploadwizard' => 'Assistente de uploads',
 1184+ 'uploadwizard-desc' => 'Assistente de uploads, desenvolvido para a subvenção Usabilidade Multimédia',
 1185+ 'mwe-loading-upwiz' => 'A carregar o assistente de uploads',
 1186+ 'mwe-upwiz-code-unknown' => 'Língua desconhecida',
 1187+ 'mwe-upwiz-step-file' => '1. Faça o upload dos seus ficheiros',
 1188+ 'mwe-upwiz-step-deeds' => '2. Adicione as licenças',
 1189+ 'mwe-upwiz-step-details' => '3. Adicione as descrições',
 1190+ 'mwe-upwiz-step-thanks' => '4. Use os ficheiros',
 1191+ 'mwe-upwiz-intro' => 'Bem-vindo(a) ao Wikimedia Commons, um repositório de imagens, áudio e vídeos que todos podem descarregar e usar livremente. Aumente os conhecimentos da humanidade fazendo o upload de ficheiros que possam ser usados para fins educativos.',
 1192+ 'mwe-upwiz-add-file-n' => 'Adicionar outro ficheiro',
 1193+ 'mwe-upwiz-add-file-0' => 'Clique aqui para adicionar um ficheiro para upload',
 1194+ 'mwe-upwiz-browse' => 'Navegar...',
 1195+ 'mwe-upwiz-transported' => 'OK',
 1196+ 'mwe-upwiz-click-here' => 'Clique aqui para seleccionar um ficheiro',
 1197+ 'mwe-upwiz-uploading' => 'a carregar...',
 1198+ 'mwe-upwiz-editing' => 'a editar...',
 1199+ 'mwe-upwiz-remove-upload' => 'Remover este ficheiro da lista de ficheiros para upload',
 1200+ 'mwe-upwiz-remove-description' => 'Remover esta descrição',
 1201+ 'mwe-upwiz-upload' => 'Upload',
 1202+ 'mwe-upwiz-upload-count' => '$1 {{PLURAL:$1|ficheiro|ficheiros}} de $2 {{PLURAL:$1|ficheiro carregado|ficheiros carregados}}',
 1203+ 'mwe-upwiz-progressbar-uploading' => 'a carregar',
 1204+ 'mwe-upwiz-remaining' => '{{PLURAL:$1|falta $1 ficheiro|faltam $1 ficheiros}}',
 1205+ 'mwe-upwiz-deeds-intro' => 'Obrigado! Agora é preciso definir uma licença para estes ficheiros, para que todos possam visioná-los ou modificá-los de forma legal. Primeiro, necessitamos de saber onde os obteve.',
 1206+ 'mwe-upwiz-details-intro' => 'Agora precisamos de algumas informações básicas sobre os ficheiros.',
 1207+ 'mwe-upwiz-source-ownwork' => 'Este ficheiro é de minha autoria.',
 1208+ 'mwe-upwiz-source-ownwork-plural' => 'Estes ficheiros são de minha autoria.',
 1209+ 'mwe-upwiz-source-ownwork-assert' => 'Eu, $1, o detentor dos direitos de autor desta obra, concedo a todos o direito de usá-la para qualquer fim, desde que a minha autoria seja devidamente atribuída e que obras dela derivadas sejam partilhadas nos mesmos termos.',
 1210+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Eu, $1, o detentor dos direitos de autor destas obras, concedo a todos o direito de usá-las para qualquer fim, desde que a minha autoria seja devidamente atribuída e que obras dela derivadas sejam partilhadas nos mesmos termos.',
 1211+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Eu, $1, o detentor dos direitos de autor desta obra, publico-a nos termos da(s) seguinte(s) licença(s):',
 1212+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Eu, $1, o detentor dos direitos de autor destas obras, publico-as nos termos da(s) seguinte(s) licença(s):',
 1213+ 'mwe-upwiz-source-ownwork-assert-note' => 'Isto significa que publica a sua obra nos termos conjuntos das licenças Creative Commons Atribuição-Partilha Nos Mesmos Termos e GFDL.',
 1214+ 'mwe-upwiz-source-permission' => 'O autor deu-lhe permissão explícita para carregá-los',
 1215+ 'mwe-upwiz-source-thirdparty' => 'Este ficheiro não é de minha autoria.',
 1216+ 'mwe-upwiz-source-thirdparty-plural' => 'Estes ficheiros não são de minha autoria.',
 1217+ 'mwe-upwiz-source-thirdparty-intro' => 'Introduza o endereço onde encontrou cada ficheiro, por favor.',
 1218+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Se todos os ficheiros têm a mesma fonte, autor e direitos de autor, pode introduzi-los uma única vez para todos eles.',
 1219+ 'mwe-upwiz-source-thirdparty-license' => 'O detentor dos direitos de autor desta obra, publicou-a nos termos da(s) seguinte(s) licença(s):',
 1220+ 'mwe-upwiz-source-thirdparty-license-plural' => 'O detentor dos direitos de autor destas obras, publicou-as nos termos da(s) seguinte(s) licença(s):',
 1221+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 1222+ 'mwe-upwiz-source-custom' => 'Sabia? Pode <a href="$1">personalizar</a> as opções pré-configuradas que aqui vê.',
 1223+ 'mwe-upwiz-more-options' => 'mais opções...',
 1224+ 'mwe-upwiz-fewer-options' => 'menos opções...',
 1225+ 'mwe-upwiz-desc' => 'Descrição em',
 1226+ 'mwe-upwiz-desc-add-n' => 'adicione uma descrição noutra língua',
 1227+ 'mwe-upwiz-desc-add-0' => 'adicione uma descrição',
 1228+ 'mwe-upwiz-title' => 'Título',
 1229+ 'mwe-upwiz-categories-intro' => 'Ajude outros a encontrar as suas obras, adicionando categorias',
 1230+ 'mwe-upwiz-categories-another' => 'Adicionar outras categorias',
 1231+ 'mwe-upwiz-previously-uploaded' => 'Este ficheiro já foi carregado anteriormente em $1 e está disponível <a href="$2">aqui</a>.',
 1232+ 'mwe-upwiz-about-this-work' => 'Sobre esta obra',
 1233+ 'mwe-upwiz-media-type' => 'Tipo de multimédia',
 1234+ 'mwe-upwiz-date-created' => 'Data de criação',
 1235+ 'mwe-upwiz-location' => 'Localidade',
 1236+ 'mwe-upwiz-copyright-info' => 'Direitos de autor',
 1237+ 'mwe-upwiz-author' => 'Autor(es)',
 1238+ 'mwe-upwiz-license' => 'Licença',
 1239+ 'mwe-upwiz-about-format' => 'Sobre o ficheiro',
 1240+ 'mwe-upwiz-autoconverted' => 'Este ficheiro foi convertido automaticamente para o formato $1',
 1241+ 'mwe-upwiz-filename-tag' => 'Nome do ficheiro:',
 1242+ 'mwe-upwiz-other' => 'Outras informações',
 1243+ 'mwe-upwiz-other-prefill' => 'Campo para texto wiki',
 1244+ 'mwe-upwiz-showall' => 'mostrar todos',
 1245+ 'mwe-upwiz-source' => 'Fonte',
 1246+ 'mwe-upwiz-macro-edit-intro' => 'Primeiro escolha uma licença acima. Depois pode acrescentar descrições e outras informações aos seus uploads.',
 1247+ 'mwe-upwiz-macro-edit' => 'Actualizar descrições',
 1248+ 'mwe-upwiz-thanks-intro' => 'Obrigado por ter carregado as suas obras! Pode agora usar os ficheiros nas páginas or criar links para eles a partir de outros sites na internet.',
 1249+ 'mwe-upwiz-thanks-link' => 'Este ficheiro está agora disponível em <b><tt>$1</tt></b>.',
 1250+ 'mwe-upwiz-thanks-wikitext' => '<b>Para usar o ficheiro</b>, copie este texto para uma página:',
 1251+ 'mwe-upwiz-thanks-url' => '<b>Para criar um link para o ficheiro em HTML</b>, copie este código:',
 1252+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Esta wiki não aceita nomes de ficheiros com a extensão "$1".',
 1253+ 'mwe-upwiz-upload-error-duplicate' => 'Este ficheiro já foi carregado nesta wiki.',
 1254+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Enviar à mesma?',
 1255+ 'mwe-upwiz-ok' => 'OK',
 1256+ 'mwe-upwiz-cancel' => 'Cancelar',
 1257+ 'mwe-upwiz-change' => '(alterar)',
 1258+ 'mwe-upwiz-fileexists' => 'Já existe um ficheiro com este nome. Por favor, verifique <b><tt>$1</tt></b> se não tem a certeza de que pretende alterá-lo.',
 1259+ 'mwe-upwiz-thumbnail-more' => 'Ampliar',
 1260+ 'mwe-upwiz-overwrite' => 'Substituir o ficheiro',
 1261+ 'mwe-copyright-macro' => 'Como acima',
 1262+ 'mwe-copyright-custom' => 'Personalizado',
 1263+ 'mwe-upwiz-next' => 'Próximo',
 1264+ 'mwe-upwiz-home' => 'Ir para a página inicial da Wiki',
 1265+ 'mwe-upwiz-upload-another' => 'Fazer upload de mais ficheiros',
 1266+ 'mwe-prevent-close' => 'Os seus ficheiros ainda estão a ser carregados. Tem a certeza de que pretende abandonar esta página?',
 1267+ 'mwe-upwiz-files-complete' => 'O upload dos seus ficheiros terminou!',
 1268+ 'mwe-upwiz-deeds-later' => 'Defina as licenças para cada ficheiro na próxima página',
 1269+ 'mwe-upwiz-tooltip-author' => 'O nome da pessoa que tirou a fotografia, pintou o quadro, fez o desenho, etc.',
 1270+ 'mwe-upwiz-tooltip-source' => 'De onde veio este ficheiro digital; pode ser uma URL, ou um livro ou publicação',
 1271+ 'mwe-upwiz-tooltip-sign' => 'Pode usar o seu nome de utilizador na wiki ou o seu nome verdadeiro. Em ambos os casos, isto ficará ligado à sua página de utilizador da wiki',
 1272+ 'mwe-upwiz-tooltip-title' => 'Um título breve para o ficheiro. Pode usar termos normais sem espaços, mas não pode fazer quebras de linha. Este título tem de ser diferente de todos os outros nesta wiki.',
 1273+ 'mwe-upwiz-tooltip-description' => 'Descreva de forma breve todos os elementos de nota sobre a obra. Para uma fotografia, mencione as principais coisas que estão fotografadas, a ocasião e o sítio.',
 1274+ 'mwe-upwiz-tooltip-other' => 'Qualquer informação adicional sobre a obra, que pretenda incluir. Pode usar texto wiki.',
 1275+ 'mwe-upwiz-tooltip-more-info' => 'Saiba mais.',
1441276 );
 1277+
 1278+/** Russian (Русский)
 1279+ * @author Александр Сигачёв
 1280+ */
1451281 $messages['ru'] = array(
146 - 'mwe-fileexists' => 'Файл с этим именем уже существует. Пожалуйста, проверьте <b><tt>$1</tt></b>, если вы не уверены, что хотите заменить его.',
 1282+ 'uploadwizard' => 'Мастер загрузки',
 1283+ 'uploadwizard-desc' => 'Мастер загрузки, разработанный по гранту Юзабилити мультимедиа',
 1284+ 'mwe-loading-upwiz' => 'Запуск мастера загрузок',
 1285+ 'mwe-upwiz-code-unknown' => 'Неизвестный язык',
 1286+ 'mwe-upwiz-step-file' => '1. Загрузите на сайт ваши файлы',
 1287+ 'mwe-upwiz-step-deeds' => '2. Укажите лицензию',
 1288+ 'mwe-upwiz-step-details' => '3. Добавьте описания',
 1289+ 'mwe-upwiz-step-thanks' => '4. Используйте ваши файлы',
 1290+ 'mwe-upwiz-intro' => 'Добро пожаловать на Викисклад (Wikimedia Commons), хранилище изображений, звуков и видео, которые можно свободно загружать и использовать. Увеличьте знания человечества, загрузив на сайт файлы, которые могут быть использованы в образовательных целях.',
 1291+ 'mwe-upwiz-add-file-n' => 'Добавить ещё один файл',
 1292+ 'mwe-upwiz-add-file-0' => 'Нажмите здесь, чтобы добавить файл для загрузки на сервер',
 1293+ 'mwe-upwiz-browse' => 'Обзор…',
 1294+ 'mwe-upwiz-transported' => 'OK',
 1295+ 'mwe-upwiz-click-here' => 'Нажмите здесь, чтобы выбрать файл',
 1296+ 'mwe-upwiz-uploading' => 'загрузка на сервер…',
 1297+ 'mwe-upwiz-editing' => 'редактирование…',
 1298+ 'mwe-upwiz-remove-upload' => 'Удалить этот файл из списка файлов для загрузки',
 1299+ 'mwe-upwiz-remove-description' => 'Удалить это описание',
 1300+ 'mwe-upwiz-upload' => 'Загрузить',
 1301+ 'mwe-upwiz-upload-count' => '{{PLURAL:$1|Передан $1 файл|Передано $1 файла|Передано $1 файлов}} из $2 {{PLURAL:$2|файла|файла|файлов}}',
 1302+ 'mwe-upwiz-progressbar-uploading' => 'загрузка на сервер',
 1303+ 'mwe-upwiz-remaining' => '{{PLURAL:$1|Остался $1 файл|Осталось $1 файла|Осталось $1 файлов}}',
 1304+ 'mwe-upwiz-deeds-intro' => 'Спасибо! Теперь нужно установить лицензию на эти файлы, чтобы их можно было законно просматривать и изменять. А также, мы должны знать, откуда вы получили эти файлы.',
 1305+ 'mwe-upwiz-details-intro' => 'Теперь нужно указать основные сведения о файлах.',
 1306+ 'mwe-upwiz-source-ownwork' => 'Этот файл является моей собственной работой.',
 1307+ 'mwe-upwiz-source-ownwork-plural' => 'Эти файлы являются моей собственной работой.',
 1308+ 'mwe-upwiz-source-ownwork-assert' => 'Я, $1, владелец авторских прав на это произведение, добровольно разрешаю использовать его в любых целях, при условии сохранения сведений обо мне, как о владельце авторских прав, и распространении данных условий на производные работы.',
 1309+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Я, $1, владелец авторских прав на эти произведения, добровольно разрешаю использовать их в любых целях, при условии сохранения сведений обо мне, как о владельце авторских прав, и распространении данных условий на производные работы.',
 1310+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Я, $1, владелец авторских прав на это произведение, добровольно публикую его на условиях следующей(их) лицензии(й):',
 1311+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Я, $1, владелец авторских прав на эти произведения, добровольно публикую их на условиях следующей(их) лицензии(й):',
 1312+ 'mwe-upwiz-source-ownwork-assert-note' => 'Это означает, что вы выпускаете произведение под двойной лицензией: Creative Commons Attribution ShareAlike и GFDL.',
 1313+ 'mwe-upwiz-source-permission' => 'Их автор дал вам явное разрешение, на их загрузку на сайт',
 1314+ 'mwe-upwiz-source-thirdparty' => 'Этот файл не является моим собственным произведением.',
 1315+ 'mwe-upwiz-source-thirdparty-plural' => 'Эти файлы не являются моими собственными произведениями.',
 1316+ 'mwe-upwiz-source-thirdparty-intro' => 'Пожалуйста, введите для каждого файла адрес, где вы его нашли.',
 1317+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Если все файлы имеют один и тот же источник, автора и правовой статус, вы можете ввести их только один раз сразу для всех файлов.',
 1318+ 'mwe-upwiz-source-thirdparty-license' => 'Владелец авторских прав на это произведение, опубликовал его на условиях следующей лицензии(й):',
 1319+ 'mwe-upwiz-source-thirdparty-license-plural' => 'Владелец авторских прав на эти произведения, опубликовал их на условиях следующей лицензии(й):',
 1320+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 1321+ 'mwe-upwiz-source-custom' => 'Знаете ли вы, что вы можете <a href="$1">задавать</a> показываемые здесь настройки по умолчанию?',
 1322+ 'mwe-upwiz-more-options' => 'больше настроек…',
 1323+ 'mwe-upwiz-fewer-options' => 'меньше настроек…',
 1324+ 'mwe-upwiz-desc' => 'Описание на',
 1325+ 'mwe-upwiz-desc-add-n' => 'добавить описание на другом языке',
 1326+ 'mwe-upwiz-desc-add-0' => 'добавить описание',
 1327+ 'mwe-upwiz-title' => 'Заголовок',
 1328+ 'mwe-upwiz-categories-intro' => 'Помогите людям найти ваши произведения, добавив категории',
 1329+ 'mwe-upwiz-categories-another' => 'Добавить другие категории',
 1330+ 'mwe-upwiz-previously-uploaded' => 'Этот файл был ранее загружен в $1 и доступен <a href="$2">здесь</a>.',
 1331+ 'mwe-upwiz-about-this-work' => 'Об этом произведении',
 1332+ 'mwe-upwiz-media-type' => 'Тип медиа',
 1333+ 'mwe-upwiz-date-created' => 'Дата создания',
 1334+ 'mwe-upwiz-location' => 'Местонахождение',
 1335+ 'mwe-upwiz-copyright-info' => 'Информация об авторских правах',
 1336+ 'mwe-upwiz-author' => 'Автор(ы)',
 1337+ 'mwe-upwiz-license' => 'Лицензия',
 1338+ 'mwe-upwiz-about-format' => 'О файле',
 1339+ 'mwe-upwiz-autoconverted' => 'Этот файл был автоматически преобразован в формат $1',
 1340+ 'mwe-upwiz-filename-tag' => 'Имя файла:',
 1341+ 'mwe-upwiz-other' => 'Другая информация',
 1342+ 'mwe-upwiz-other-prefill' => 'Поле свободного викитекста',
 1343+ 'mwe-upwiz-showall' => 'показать все',
 1344+ 'mwe-upwiz-source' => 'Источник',
 1345+ 'mwe-upwiz-macro-edit-intro' => 'Выберите сначала лицензию, и после этого вы сможете добавить описания и другую информацию о ваших закачках.',
 1346+ 'mwe-upwiz-macro-edit' => 'Обновить описания',
 1347+ 'mwe-upwiz-thanks-intro' => 'Спасибо за загрузку вашего произведения! Теперь вы можете использовать ваши файлы на страницах или ссылаться на них с других веб-сайтов.',
 1348+ 'mwe-upwiz-thanks-link' => 'Этот файл теперь доступен на <tt><b>$1</b></tt>.',
 1349+ 'mwe-upwiz-thanks-wikitext' => '<b>Чтобы использовать файл</b>, скопируйте этот текст на страницу:',
 1350+ 'mwe-upwiz-thanks-url' => '<b>Чтобы добавить HTML-ссылку</b>, скопируйте HTML-код:',
 1351+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Данная вики не принимает имена файлов с расширением «$1».',
 1352+ 'mwe-upwiz-upload-error-duplicate' => 'Этот файл был ранее загружен в эту вики.',
 1353+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Всё равно опубликовать?',
 1354+ 'mwe-upwiz-ok' => 'OK',
 1355+ 'mwe-upwiz-cancel' => 'Отменить',
 1356+ 'mwe-upwiz-change' => '(изменить)',
 1357+ 'mwe-upwiz-fileexists' => 'Файл с этим именем уже существует. Пожалуйста, проверьте <b><tt>$1</tt></b>, если вы не уверены, что хотите заменить его.',
 1358+ 'mwe-upwiz-thumbnail-more' => 'Увеличить',
 1359+ 'mwe-upwiz-overwrite' => 'Заменить файл',
 1360+ 'mwe-copyright-macro' => 'Как выше',
 1361+ 'mwe-copyright-custom' => 'Особая',
 1362+ 'mwe-upwiz-next' => 'Следующий',
 1363+ 'mwe-upwiz-home' => 'Перейти на домашнюю страницу вики',
 1364+ 'mwe-upwiz-upload-another' => 'Загрузить ещё файлы',
 1365+ 'mwe-prevent-close' => 'Ваши файлы всё ещё загружаются. Вы уверены, что хотите уйти с этой страницы?',
 1366+ 'mwe-upwiz-files-complete' => 'Загрузка ваших файлов завершена!',
 1367+ 'mwe-upwiz-deeds-later' => 'Установить разрешения и лицензии для каждого файла в отдельности на следующей странице',
 1368+ 'mwe-upwiz-tooltip-author' => 'Имя человека, который сделал фотографию, нарисовал картину или рисунок и т. д.',
 1369+ 'mwe-upwiz-tooltip-source' => 'Откуда получен этот цифровой файл, это может быть URL, название книги или публикации',
 1370+ 'mwe-upwiz-tooltip-sign' => 'Вы можете использовать своё имя участника вики или настоящее имя. В обоих случаях с него будет ссылка на вашу страницу участника в вики',
 1371+ 'mwe-upwiz-tooltip-title' => 'Краткое название файла. Вы можете использовать простой текст с пробелами, но без переводов строк. Это название должно отличаться от всех других названий в этой вики.',
 1372+ 'mwe-upwiz-tooltip-description' => 'Кратко опишите всё самое важное об этом произведении. Для фото, укажите что изображено, где сделана фотография, при каких обстоятельствах.',
 1373+ 'mwe-upwiz-tooltip-other' => 'Любая другие сведения о произведении, которые вы хотите указать. Вы можете использовать викитекст.',
 1374+ 'mwe-upwiz-tooltip-more-info' => 'Узнать больше.',
1471375 );
 1376+
1481377 $messages['sk'] = array(
149 - 'mwe-fileexists' => 'Súbor s týmto názvom už existuje. Prosím, skontrolujte <b><tt>$1</tt></b> ak si nie ste istý, či ho chcete zmeniť.',
 1378+ 'mwe-upwiz-fileexists' => 'Súbor s týmto názvom už existuje. Prosím, skontrolujte <b><tt>$1</tt></b> ak si nie ste istý, či ho chcete zmeniť.',
1501379 );
 1380+
 1381+/** Swedish (Svenska)
 1382+ * @author Dafer45
 1383+ */
 1384+$messages['sv'] = array(
 1385+ 'uploadwizard' => 'Guide för uppladdning',
 1386+ 'mwe-loading-upwiz' => 'Laddar guide för uppladdning',
 1387+ 'mwe-upwiz-code-unknown' => 'Okänt språk',
 1388+ 'mwe-upwiz-step-file' => '1. Ladda upp dina filer',
 1389+ 'mwe-upwiz-step-deeds' => '2. Lägg till licenser',
 1390+ 'mwe-upwiz-step-details' => '3. Lägg till beskrivningar',
 1391+ 'mwe-upwiz-step-thanks' => '4. Använd dina filer',
 1392+ 'mwe-upwiz-intro' => 'Välkommen till Wikimedia Commons, ett arkiv av bilder, ljud och filmer som alla fritt kan ladda ner och använda. Utöka mänsklighetens kunskap genom att lägga upp filer som kan användas i utbildningssyfte.',
 1393+ 'mwe-upwiz-add-file-n' => 'Lägg till ytterligare en fil',
 1394+ 'mwe-upwiz-add-file-0' => 'Klicka här för att lägga till en fil för uppladdning',
 1395+ 'mwe-upwiz-browse' => 'Bläddra ...',
 1396+ 'mwe-upwiz-transported' => 'OK',
 1397+ 'mwe-upwiz-click-here' => 'Klicka här för att välja en fil',
 1398+ 'mwe-upwiz-uploading' => 'laddar upp...',
 1399+ 'mwe-upwiz-remove-upload' => 'Ta bort denna fil från listan med filer att ladda upp',
 1400+ 'mwe-upwiz-remove-description' => 'Ta bort denna beskrivning',
 1401+ 'mwe-upwiz-upload' => 'Ladda upp',
 1402+ 'mwe-upwiz-upload-count' => '$1 av $2 filer uppladdade',
 1403+ 'mwe-upwiz-progressbar-uploading' => 'Laddar upp',
 1404+ 'mwe-upwiz-remaining' => '$1 återstående',
 1405+ 'mwe-upwiz-deeds-intro' => 'Tack! Nu måste vi ställa in licens för dessa så att alla lagligt kan visa eller redigera dem. Först måste vi veta var du fick tag i dem.',
 1406+ 'mwe-upwiz-details-intro' => 'Nu behöver vi lite grundläggande information om filerna.',
 1407+ 'mwe-upwiz-source-ownwork' => 'Denna fil är mitt eget verk.',
 1408+ 'mwe-upwiz-source-ownwork-plural' => 'Dessa filer är mina egna verk.',
 1409+ 'mwe-upwiz-source-ownwork-assert' => 'Jag, $1, upphovsrättsinnehavaren till detta arbete beviljar härmed vem som helst rätten att använda detta verk för valfritt ändamål, så länge de hänvisar till mig som upphovsman och delar material som bygger på detta under samma villkor.',
 1410+ 'mwe-upwiz-source-ownwork-assert-plural' => 'Jag, $1, upphovsrättsinnehavaren till dessa verk beviljar härmed vem som helst rätten att använda dessa verk för valfritt ändamål, så länge de hänvisar till mig som upphovsman och delar material som bygger på detta under samma villkor.',
 1411+ 'mwe-upwiz-source-ownwork-assert-custom' => 'Jag, $1, upphovsrättsmannen till detta verk publicerar härmed detta verk under följande licens(er):',
 1412+ 'mwe-upwiz-source-ownwork-assert-custom-plural' => 'Jag, $1, upphovsrättsmannen till dess verk publicerar härmed dessa under följande licens(er):',
 1413+ 'mwe-upwiz-source-permission' => 'Deras upphovsmän gav dig uttryckligt tillstånd att ladda upp dem',
 1414+ 'mwe-upwiz-source-thirdparty' => 'Denna fil är inte mitt eget verk.',
 1415+ 'mwe-upwiz-source-thirdparty-plural' => 'Dessa filer är inte mina egna verk.',
 1416+ 'mwe-upwiz-source-thirdparty-intro' => 'Ange för varje fil den adress där du hittade den.',
 1417+ 'mwe-upwiz-source-thirdparty-custom-plural-intro' => 'Om alla filer har samma källa, författare och upphovsrättsliga status kan du ange dem en gång för alla.',
 1418+ 'mwe-upwiz-source-thirdparty-license' => 'Upphovsrättsinnehavaren av detta verk publicerade dem under följande licens(er):',
 1419+ 'mwe-upwiz-source-thirdparty-license-plural' => 'Upphovsrättsinnehavare för dessa verk publicerade dem under följande licens(er):',
 1420+ 'mwe-upwiz-source-thirdparty-accept' => 'OK',
 1421+ 'mwe-upwiz-source-custom' => 'Visste du att du kan <a href="$1">anpassa</a> det förvalda alternativ du ser här?',
 1422+ 'mwe-upwiz-more-options' => 'fler alternativ ...',
 1423+ 'mwe-upwiz-fewer-options' => 'färre alternativ ...',
 1424+ 'mwe-upwiz-desc-add-n' => 'lägga till en beskrivning på ett annat språk',
 1425+ 'mwe-upwiz-desc-add-0' => 'lägga till en beskrivning',
 1426+ 'mwe-upwiz-title' => 'Titel',
 1427+ 'mwe-upwiz-categories-intro' => 'Hjälp människor att hitta dina verk genom att lägga till kategorier',
 1428+ 'mwe-upwiz-categories-another' => 'Lägga till andra kategorier',
 1429+ 'mwe-upwiz-previously-uploaded' => 'Den här filen har tidigare laddats upp till $1 och finns redan <a href="$2">här</a> .',
 1430+ 'mwe-upwiz-about-this-work' => 'Om detta verk',
 1431+ 'mwe-upwiz-media-type' => 'Mediatyp',
 1432+ 'mwe-upwiz-license' => 'Licens',
 1433+ 'mwe-upwiz-about-format' => 'Om filen',
 1434+ 'mwe-upwiz-filename-tag' => 'Filnamn:',
 1435+ 'mwe-upwiz-other' => 'Övrig information',
 1436+ 'mwe-upwiz-showall' => 'visa alla',
 1437+ 'mwe-upwiz-source' => 'Källa',
 1438+ 'mwe-upwiz-macro-edit-intro' => 'Välj först en licens ovan så kan du sedan lägga till beskrivningar och annan information till dina uppladdningar.',
 1439+ 'mwe-upwiz-macro-edit' => 'Uppdatera beskrivningar',
 1440+ 'mwe-upwiz-thanks-intro' => 'Tack för att du laddade upp dina verk! Du kan nu använda dina filer på sidan eller länka till dem från andra ställen på Internet.',
 1441+ 'mwe-upwiz-thanks-link' => 'Denna fil är nu tillgänglig på <tt><b>$1</b></tt>',
 1442+ 'mwe-upwiz-thanks-wikitext' => '<b>För att använda filen</b>, kopiera denna text till en sida:',
 1443+ 'mwe-upwiz-thanks-url' => '<b>Om du vill länka till den i HTML</b>, kopiera denna HTML-kod:',
 1444+ 'mwe-upwiz-upload-error-bad-filename-extension' => 'Denna wiki accepterar inte filnamn med tillägget "$1".',
 1445+ 'mwe-upwiz-upload-error-duplicate' => 'Den här filen har tidigare laddat upp till denna wiki.',
 1446+ 'mwe-upwiz-upload-error-stashed-anyway' => 'Skicka ändå?',
 1447+ 'mwe-upwiz-ok' => 'OK',
 1448+ 'mwe-upwiz-cancel' => 'Avbryt',
 1449+ 'mwe-upwiz-change' => '(ändra)',
 1450+ 'mwe-upwiz-thumbnail-more' => 'Förstora',
 1451+ 'mwe-upwiz-overwrite' => 'Ersätt fil',
 1452+ 'mwe-copyright-macro' => 'Som ovan',
 1453+ 'mwe-upwiz-next' => 'Nästa',
 1454+ 'mwe-upwiz-home' => 'Gå till Wiki hemsida',
 1455+ 'mwe-upwiz-upload-another' => 'Ladda upp fler filer',
 1456+ 'mwe-prevent-close' => 'Dina filer laddas fortfarande upp. Är du säker på att du vill navigera bort från den här sidan?',
 1457+ 'mwe-upwiz-files-complete' => 'Dina filer har lagts upp!',
 1458+ 'mwe-upwiz-tooltip-sign' => 'Du kan använda ditt wiki användarnamn eller ditt riktiga namn. I båda fallen kommer detta att kopplas till din wiki användarsida',
 1459+ 'mwe-upwiz-tooltip-title' => 'En kort titel för filen. Du kan använda ett enkelt språk med mellanslag, men inga radbrytningar. Denna titel måste skilja sig från alla andra titlar på denna wiki.',
 1460+ 'mwe-upwiz-tooltip-description' => 'Beskriv kortfattat allt anmärkningsvärt om verket. För ett foto, nämna de viktigaste saker som är avbildade, tillfälle och plats.',
 1461+ 'mwe-upwiz-tooltip-other' => 'Ytterligare information du vill ha med om detta verk. Du kan använda wikitext-kod.',
 1462+ 'mwe-upwiz-tooltip-more-info' => 'Läs mer.',
 1463+);
 1464+
 1465+/** Telugu (తెలుగు)
 1466+ * @author Veeven
 1467+ */
 1468+$messages['te'] = array(
 1469+ 'mwe-upwiz-code-unknown' => 'తెలియని భాష',
 1470+ 'mwe-upwiz-add-file-n' => 'మరొక దస్త్రాన్ని చేర్చండి',
 1471+ 'mwe-upwiz-transported' => 'సరే',
 1472+ 'mwe-upwiz-remove-upload' => 'ఎక్కించాల్సిన దస్త్రాల జాబితా నుండి ఈ దస్త్రాన్ని తొలగించు',
 1473+ 'mwe-upwiz-remove-description' => 'ఈ వివరణని తొలగించు',
 1474+ 'mwe-upwiz-source-ownwork' => 'ఈ దస్త్రం నా స్వంత కృతి.',
 1475+ 'mwe-upwiz-source-ownwork-assert-custom' => 'నేను, $1, ఈ కృతి యొక్క కాపీహక్కుదారుని, దీన్ని ఇందుమూలముగా ఈ లైసెన్సు(ల) క్రింద ప్రచురిస్తున్నాను:',
 1476+ 'mwe-upwiz-source-thirdparty' => 'ఈ దస్త్రం నా స్వంత కృతి కాదు.',
 1477+ 'mwe-upwiz-source-thirdparty-accept' => 'సరే',
 1478+ 'mwe-upwiz-more-options' => 'మరిన్ని ఎంపికలు...',
 1479+ 'mwe-upwiz-fewer-options' => 'కొన్నే ఎంపికలు...',
 1480+ 'mwe-upwiz-desc-add-n' => 'వేరే భాషలో ఒక వివరణని చేర్చు',
 1481+ 'mwe-upwiz-desc-add-0' => 'ఒక వివరణని చేర్చు',
 1482+ 'mwe-upwiz-title' => 'శీర్షిక',
 1483+ 'mwe-upwiz-categories-another' => 'ఇతర వర్గాలను చేర్చు',
 1484+ 'mwe-upwiz-about-this-work' => 'ఈ కృతి గురించి',
 1485+ 'mwe-upwiz-date-created' => 'సృష్టించిన తేదీ',
 1486+ 'mwe-upwiz-location' => 'ప్రాంతం',
 1487+ 'mwe-upwiz-copyright-info' => 'కాపీహక్కుల సమాచారం',
 1488+ 'mwe-upwiz-author' => 'రచయిత(లు)',
 1489+ 'mwe-upwiz-about-format' => 'ఈ దస్త్రం గురించి',
 1490+ 'mwe-upwiz-filename-tag' => 'దస్త్రపు పేరు:',
 1491+ 'mwe-upwiz-other' => 'ఇతర సమాచారం',
 1492+ 'mwe-upwiz-showall' => 'అన్నీ చూపించు',
 1493+ 'mwe-upwiz-source' => 'మూలం',
 1494+ 'mwe-upwiz-upload-error-duplicate' => 'ఈ దస్త్రాన్ని గతంలో ఈ వికీకి ఎక్కించారు.',
 1495+ 'mwe-upwiz-ok' => 'సరే',
 1496+ 'mwe-upwiz-cancel' => 'రద్దుచేయి',
 1497+ 'mwe-upwiz-change' => '(మార్చు)',
 1498+);
 1499+
1511500 $messages['tr'] = array(
152 - 'mwe-fileexists' => 'Bu isimde bir dosya zaten mevcut. Değiştirmek istediğinize emin değilseniz lütfen <b><tt>$1</tt></b> kontrol edin.',
 1501+ 'mwe-upwiz-fileexists' => 'Bu isimde bir dosya zaten mevcut. Değiştirmek istediğinize emin değilseniz lütfen <b><tt>$1</tt></b> kontrol edin.',
1531502 );
 1503+
1541504 $messages['vi'] = array(
155 - 'mwe-fileexists' => 'Một tập tin với tên này đã tồn tại, xin hãy kiểm tra lại <b><tt>$1</tt></b> nếu bạn không chắc bạn có muốn thay đổi nó hay không.',
 1505+ 'mwe-upwiz-fileexists' => 'Một tập tin với tên này đã tồn tại, xin hãy kiểm tra lại <b><tt>$1</tt></b> nếu bạn không chắc bạn có muốn thay đổi nó hay không.',
1561506 );
 1507+
Index: branches/MwEmbedStandAlone/modules/UploadWizard/UploadWizardPage.js
@@ -0,0 +1,57 @@
 2+/*
 3+ * This script is run on [[Special:UploadWizard]].
 4+ * Creates an interface for uploading files in multiple steps, hence "wizard"
 5+ */
 6+
 7+mw.ready( function() {
 8+
 9+ // The namespace for media files. We use this to look up what the URL prefix is on this MediaWiki, usually
 10+ // 'Image:' or something like that. Defined in defines.php
 11+ var NS_FILE = 6;
 12+
 13+ mw.load( 'UploadWizard.UploadWizard', function () {
 14+ mw.setConfig( 'debug', true );
 15+
 16+ mw.setDefaultConfig( 'uploadHandlerClass', null );
 17+
 18+ mw.setConfig( {
 19+ debug: true,
 20+ userName: wgUserName,
 21+ userLanguage: wgUserLanguage,
 22+ fileExtensions: wgFileExtensions,
 23+ token: wgEditToken,
 24+ thumbnailWidth: 120,
 25+ smallThumbnailWidth: 60,
 26+ maxAuthorLength: 50,
 27+ minAuthorLength: 2,
 28+
 29+ // not for use with all wikis.
 30+ // The ISO 639 code for the language tagalog is "tl".
 31+ // Normally we name templates for languages by the ISO 639 code.
 32+ // Commons already had a template called 'tl: though.
 33+ // so, this workaround will cause tagalog descriptions to be saved with this template instead.
 34+ languageTemplateFixups: { tl: 'tgl' },
 35+ defaultLicenses: [ 'cc_by_sa_30' ],
 36+
 37+ // usually, but not always, File:
 38+ fileNamespace: wgCanonicalNamespaceNames[NS_FILE],
 39+
 40+
 41+ // XXX this is horribly confusing -- some file restrictions are client side, others are server side
 42+ // the filename prefix blacklist is at least server side -- all this should be replaced with PHP regex config
 43+ //
 44+ // we can export these to JS if we so want.
 45+ // filenamePrefixBlacklist: wgFilenamePrefixBlacklist,
 46+ //
 47+ // filenameRegexBlacklist: [
 48+ // /^(test|image|img|bild|example?[\s_-]*)$/, // test stuff
 49+ // /^(\d{10}[\s_-][0-9a-f]{10}[\s_-][a-z])$/ // flickr
 50+ // ]
 51+ });
 52+
 53+ var uploadWizard = new mw.UploadWizard();
 54+ uploadWizard.createInterface( '#upload-wizard' );
 55+
 56+ } );
 57+} );
 58+
Index: branches/MwEmbedStandAlone/modules/EmbedPlayer/loader.js
@@ -79,7 +79,7 @@
8080 "quicktimeEmbed" : "quicktimeEmbed.js",
8181 "vlcEmbed" : "vlcEmbed.js",
8282
83 - "ctrlBuilder" : "skins/ctrlBuilder.js",
 83+ "ctrlBuilder" : "skins/ctrlBuilder.js",
8484
8585 "mw.style.EmbedPlayer" : "mw.style.EmbedPlayer.css",
8686
@@ -184,6 +184,7 @@
185185 '$j.ui',
186186 'mw.EmbedPlayer',
187187 'ctrlBuilder',
 188+ '$j.fn.hoverIntent',
188189 'mw.style.EmbedPlayer',
189190 '$j.cookie',
190191 // Add JSON lib if browsers does not define "JSON" natively
@@ -261,12 +262,12 @@
262263 if( ! playerClassName ){
263264 playerClassName = mw.getConfig( 'playerSkinName' );
264265 }
265 - for( var n=0; n < mw.valid_skins.length ; n++ ) {
 266+ for( var n=0; n < mw.validSkins.length ; n++ ) {
266267 // Get any other skins that we need to load
267268 // That way skin js can be part of the single script-loader request:
268 - if( playerClassName.indexOf( mw.valid_skins[ n ] ) !== -1) {
 269+ if( playerClassName.indexOf( mw.validSkins[ n ] ) !== -1) {
269270 // Add skin name to playerSkins
270 - playerSkins[ mw.valid_skins[ n ] ] = true;
 271+ playerSkins[ mw.validSkins[ n ] ] = true;
271272 }
272273 }
273274
Index: branches/MwEmbedStandAlone/libraries/jquery/plugins/jquery.hoverIntent.js
@@ -3,29 +3,28 @@
44 * instead of firing the onMouseOver event immediately, hoverIntent checks
55 * to see if the user's mouse has slowed down (beneath the sensitivity
66 * threshold) before firing the onMouseOver event.
7 -*
8 -* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2
 7+*
 8+* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
99 * <http://cherne.net/brian/resources/jquery.hoverIntent.html>
10 -*
11 -* hoverIntent is currently available for use in all personal or commercial
12 -* projects under both MIT and GPL licenses. This means that you can choose
 10+*
 11+* hoverIntent is currently available for use in all personal or commercial
 12+* projects under both MIT and GPL licenses. This means that you can choose
1313 * the license that best suits your project, and use it accordingly.
14 -*
 14+*
1515 * // basic usage (just like .hover) receives onMouseOver and onMouseOut functions
1616 * $("ul li").hoverIntent( showNav , hideNav );
17 -*
 17+*
1818 * // advanced usage receives configuration object only
1919 * $("ul li").hoverIntent({
20 -* sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)
21 -* interval: 50, // number = milliseconds of polling interval
 20+* sensitivity: 7, // number = sensitivity threshold (must be 1 or higher)
 21+* interval: 100, // number = milliseconds of polling interval
2222 * over: showNav, // function = onMouseOver callback (required)
23 -* timeout: 100, // number = milliseconds delay before onMouseOut function call
 23+* timeout: 0, // number = milliseconds delay before onMouseOut function call
2424 * out: hideNav // function = onMouseOut callback (required)
2525 * });
26 -*
 26+*
2727 * @param f onMouseOver function || An object with configuration options
2828 * @param g onMouseOut function || Nothing (use configuration options object)
29 -* @return The object (aka "this") that called hoverIntent, and the event object
3029 * @author Brian Cherne <brian@cherne.net>
3130 */
3231 (function($) {
Index: branches/MwEmbedStandAlone/libraries/jquery/jquery-1.4.2.js
@@ -4618,7 +4618,7 @@
46194619 try {
46204620 style[ name ] = value;
46214621 } catch ( e ){
4622 - // hmm e
 4622+ // IE throws script errors on some style values -dale
46234623 }
46244624 }
46254625
Index: branches/MwEmbedStandAlone/remotes/AddMediaWizardEditPage.js
@@ -17,6 +17,9 @@
1818 // If we should display buttons to switch between "box" and "detailed" view
1919 'displayResultFormatButton' : false,
2020
 21+ // To use the "uploadWizard
 22+ 'uploadEngine' : 'uploadWizard',
 23+
2124 // Here we can setup the content provider overrides
2225 'enabled_providers': ['wiki_commons'],
2326 // The local wiki API URL:

Status & tagging log