r66263 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66262‎ | r66263 | r66264 >
Date:11:24, 12 May 2010
Author:raymond
Status:ok
Tags:
Comment:
Tweak messages: Use consistent prefix, do not hardcode "Wikipedia"
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.alias.php (modified) (history)
  • /trunk/extensions/UploadWizard/js/UploadWizard.i18n.php (modified) (history)
  • /trunk/extensions/UploadWizard/js/mw.LanguageUpWiz.js (modified) (history)
  • /trunk/extensions/UploadWizard/js/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.alias.php
@@ -1,4 +1,4 @@
2 -<?
 2+<?php
33 /*
44 * Allows the special page title to be translated to another language.
55 * The page title can be customized into another language
Index: trunk/extensions/UploadWizard/js/mw.LanguageUpWiz.js
@@ -1,5 +1,5 @@
22 mw.addMessages({
3 - "mwe-code-unknown": "Unknown language"
 3+ "mwe-upwiz-code-unknown": "Unknown language"
44 });
55
66 /**
Index: trunk/extensions/UploadWizard/js/mw.UploadWizard.js
@@ -73,8 +73,8 @@
7474 "mwe-upwiz-cancel": "Cancel",
7575 "mwe-upwiz-change": "(change)",
7676
77 - "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.",
78 - "mwe-thumbnail-more" : "Enlarge",
 77+ "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.",
 78+ "mwe-upwiz-thumbnail-more" : "Enlarge",
7979 "mwe-upwiz-overwrite" : "Replace the file",
8080
8181 "mwe-copyright-macro": "As above",
@@ -1234,7 +1234,7 @@
12351235
12361236 var $fileAlreadyExists = $j('<div />')
12371237 .append(
1238 - gM( 'mwe-fileexists',
 1238+ gM( 'mwe-upwiz-fileexists',
12391239 $j('<a />')
12401240 .attr( { target: '_new', href: href } )
12411241 .text( title )
@@ -1268,7 +1268,7 @@
12691269 $j('<a />' )
12701270 .addClass( 'internal' )
12711271 .attr( {
1272 - 'title' : gM('mwe-thumbnail-more'),
 1272+ 'title' : gM('mwe-upwiz-thumbnail-more'),
12731273 'href' : href
12741274 } ),
12751275
Index: trunk/extensions/UploadWizard/js/UploadWizard.i18n.php
@@ -1,17 +1,16 @@
22 <?php
3 -/*
 3+/**
44 * Internationalisation for UploadWizard
55 *
66 * @file
77 * @ingroup Extensions
88 */
99
10 -
1110 $messages = array();
1211
1312 $messages['en'] = array(
14 - 'mwe-code-unknown' => 'Unknown language',
15 - 'mwe-loading-upwiz' => 'Loading upload wizard',
 13+ 'mwe-upwiz-code-unknown' => 'Unknown language',
 14+ 'mwe-upwiz-loading-upwiz' => 'Loading upload wizard',
1615 'mwe-upwiz-tab-file' => '1. Upload your files',
1716 'mwe-upwiz-tab-details' => '2. Add licenses and descriptions',
1817 'mwe-upwiz-tab-thanks' => '3. Use your files',
@@ -66,9 +65,9 @@
6766 'mwe-upwiz-source' => 'Source',
6867 'mwe-upwiz-macro-edit-intro' => 'Please add some descriptions and other information to your uploads.',
6968 'mwe-upwiz-macro-edit' => 'Update descriptions',
70 - '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.',
 69+ 'mwe-upwiz-thanks-intro' => 'Thanks for uploading your works! You can now use your files on page or link to them from elsewhere on the web.',
7170 'mwe-upwiz-thanks-link' => 'This file is now available at <b><tt>$1</tt></b>.',
72 - 'mwe-upwiz-thanks-wikitext' => 'To use it in a Wikipedia article, copy this text into an article: ',
 71+ 'mwe-upwiz-thanks-wikitext' => 'To use the file, copy this text into a page:',
7372 'mwe-upwiz-thanks-url' => 'To link to it in HTML, copy this HTML code: ',
7473 'mwe-upwiz-upload-error-bad-filename-extension' => 'This wiki does not accept filenames with the extension "$1".',
7574 'mwe-upwiz-upload-error-duplicate' => 'This file was previously uploaded to this wiki.',
@@ -76,107 +75,108 @@
7776 'mwe-upwiz-ok' => 'OK',
7877 'mwe-upwiz-cancel' => 'Cancel',
7978 'mwe-upwiz-change' => '(change)',
80 - '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.',
81 - 'mwe-thumbnail-more' => 'Enlarge',
 79+ '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.',
 80+ 'mwe-upwiz-thumbnail-more' => 'Enlarge',
8281 'mwe-upwiz-overwrite' => 'Replace the file',
8382 );
8483
8584 $messages['be-tarask'] = array(
86 - 'mwe-fileexists' => 'Файл з такой назвай ужо існуе. Калі ласка, праверце <b><tt>$1</tt></b>, калі Вы ня ўпэўненыя, што жадаеце яго замяніць.',
 85+ 'mwe-upwiz-fileexists' => 'Файл з такой назвай ужо існуе. Калі ласка, праверце <b><tt>$1</tt></b>, калі Вы ня ўпэўненыя, што жадаеце яго замяніць.',
8786 );
8887
8988 $messages['cs'] = array(
90 - '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.',
 89+ '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.',
9190 );
9291
9392 $messages['de'] = array(
94 - '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.',
 93+ 'mwe-upwiz-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.',
9594 );
9695
9796 $messages['diq'] = array(
98 - '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ê.',
 97+ '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ê.',
9998 );
10099
101100 $messages['dsb'] = array(
102 - '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ś.',
 101+ '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ś.',
103102 );
104103
105104 $messages['es'] = array(
106 - '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.',
 105+ '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.',
107106 );
108107
109108 $messages['fr'] = array(
110 - '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.',
 109+ '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.',
111110 );
112111
113112 $messages['gl'] = array(
114 - '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.',
 113+ '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.',
115114 );
116115
117116 $messages['gsw'] = array(
118 - '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.',
 117+ '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.',
119118 );
120119
121120 $messages['hsb'] = array(
122 - '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ć.',
 121+ '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ć.',
123122 );
124123
125124 $messages['hu'] = array(
126 - '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.',
 125+ '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.',
127126 );
128127
129128 $messages['ia'] = array(
130 - '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.',
 129+ '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 cambiar lo.',
131130 );
132131
133132 $messages['id'] = array(
134 - 'mwe-fileexists' => 'Suatu berkas dengan nama tersebut telah ada. Tolong cek <b><tt>$1</tt></b> jika Anda tidak yakin untuk mengubahnya.',
 133+ 'mwe-upwiz-fileexists' => 'Suatu berkas dengan nama tersebut telah ada. Tolong cek <b><tt>$1</tt></b> jika Anda tidak yakin untuk mengubahnya.',
135134 );
136135
137136 $messages['ja'] = array(
138 - 'mwe-fileexists' => '同名のファイルが既に存在しています。上書きしてよいかわからない場合は <b><tt>$1</tt></b> を確認してください。',
 137+ 'mwe-upwiz-fileexists' => '同名のファイルが既に存在しています。上書きしてよいかわからない場合は <b><tt>$1</tt></b> を確認してください。',
139138 );
140139
141140 $messages['ksh'] = array(
142 - '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.',
 141+ '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.',
143142 );
144143
145144 $messages['lb'] = array(
146 - '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.',
 145+ '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.',
147146 );
148147
149148 $messages['ml'] = array(
150 - 'mwe-fileexists' => 'ഇതേ പേരിൽ ഒരു പ്രമാണം നിലവിലുണ്ട്. അതിൽ മാറ്റം വരുത്തണോ എന്നു താങ്കൾക്ക് ഉറപ്പില്ലങ്കിൽ ദയവായി <b><tt>$1</tt></b> കാണുക.',
 149+ 'mwe-upwiz-fileexists' => 'ഇതേ പേരിൽ ഒരു പ്രമാണം നിലവിലുണ്ട്. അതിൽ മാറ്റം വരുത്തണോ എന്നു താങ്കൾക്ക് ഉറപ്പില്ലങ്കിൽ ദയവായി <b><tt>$1</tt></b> കാണുക.',
151150 );
152151
153152 $messages['nl'] = array(
154 - '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.',
 153+ '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.',
155154 );
156155
157156 $messages['oc'] = array(
158 - '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.',
 157+ '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.',
159158 );
160159
161160 $messages['pl'] = array(
162 - 'mwe-fileexists' => 'Plik o tej nazwie już istnieje. Sprawdź <b><tt>$1</tt></b> jeśli nie jesteś pewien czy chcesz go zastąpić.',
 161+ '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ć.',
163162 );
164163
165164 $messages['pt'] = array(
166 - '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.',
 165+ '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 deseja alterá-lo.',
167166 );
168167
169168 $messages['ru'] = array(
170 - 'mwe-fileexists' => 'Файл с этим именем уже существует. Пожалуйста, проверьте <b><tt>$1</tt></b>, если вы не уверены, что хотите заменить его.',
 169+ 'mwe-upwiz-fileexists' => 'Файл с этим именем уже существует. Пожалуйста, проверьте <b><tt>$1</tt></b>, если вы не уверены, что хотите заменить его.',
171170 );
172171
173172 $messages['sk'] = array(
174 - '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ť.',
 173+ '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ť.',
175174 );
176175
177176 $messages['tr'] = array(
178 - '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.',
 177+ '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.',
179178 );
180179
181180 $messages['vi'] = array(
182 - '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.',
 181+ '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.',
183182 );
 183+

Status & tagging log