Index: trunk/phase3/languages/messages/MessagesZh_classical.php |
— | — | @@ -1,1223 +1,7 @@ |
2 | 2 | <?php |
3 | | -/** |
4 | | - * Old Chinese / Late Middle Chinese (??) |
5 | | - * Based on http://zh-classical.wikipedia.org/w/index.php?title=Wikipedia:%E7%94%A8%E6%88%B6%E4%BB%8B%E9%9D%A2%E7%BF%BB%E8%AD%AF/MessagesZh_classical.php&oldid=30887 |
6 | | - * |
7 | | - * @addtogroup Language |
8 | | - */ |
9 | | - |
10 | | -/** |
11 | | - * ?????????? |
| 3 | +/* |
| 4 | + * Stub localisation for classical chinese |
12 | 5 | */ |
13 | | -$skinNames = array( |
14 | | - 'standard' => '??', |
15 | | - 'nostalgia' => '??', |
16 | | - 'cologneblue' => '????', |
17 | | - 'davinci' => 'DaVinci', |
18 | | - 'mono' => '?', |
19 | | - 'monobook' => '??', |
20 | | - 'myskin' => '??', |
21 | | - 'chick' => '??' |
22 | | -); |
| 6 | +$fallback = 'zh-tw'; |
23 | 7 | |
24 | | -/** |
25 | | - * A list of date format preference keys which can be selected in user |
26 | | - * preferences. New preference keys can be added, provided they are supported |
27 | | - * by the language class's timeanddate(). Only the 5 keys listed below are |
28 | | - * supported by the wikitext converter (DateFormatter.php). |
29 | | - * |
30 | | - * The special key "default" is an alias for either dmy or mdy depending on |
31 | | - * $wgAmericanDates |
32 | | - */ |
33 | | -$datePreferences = false; |
34 | | - |
35 | | -$defaultDateFormat = 'zh'; |
36 | | - |
37 | | -/** |
38 | | - * These are formats for dates generated by MediaWiki (as opposed to the wikitext |
39 | | - * DateFormatter). Documentation for the format string can be found in |
40 | | - * Language.php, search for sprintfDate. |
41 | | - * |
42 | | - * This array is automatically inherited by all subclasses. Individual keys can be |
43 | | - * overridden. |
44 | | - */ |
45 | | -$dateFormats = array( |
46 | | - 'zh time' => 'H?i?', |
47 | | - 'zh date' => 'Y?Fj?', |
48 | | - 'zh both' => 'Y?Fj?H?i', |
49 | | -); |
50 | | - |
51 | | -$linkTrail = '/^([a-z]+)(.*)$/sD'; |
52 | | - |
53 | | -#------------------------------------------------------------------- |
54 | | -# Default messages |
55 | | -#------------------------------------------------------------------- |
56 | | -# Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and |
57 | | -# hyphen (-). If you need more characters, you may be able to change |
58 | | -# the regex in MagicWord::initRegex |
59 | | - |
60 | | -$messages = array( |
61 | | -# User preference toggles |
62 | | -'tog-underline' => '????', |
63 | | -'tog-highlightbroken' => '???<a href="" class="new">??</a>,???<a href="" class="internal">?</a>', |
64 | | -'tog-justify' => '???', |
65 | | -'tog-hideminor' => '???', |
66 | | -'tog-extendwatchlist' => '??', |
67 | | -'tog-usenewrc' => '????(JavaScript)', |
68 | | -'tog-numberheadings' => '????', |
69 | | -'tog-showtoolbar' => '????(JavaScript)', |
70 | | -'tog-editondblclick' => '?????(JavaScript)', |
71 | | -'tog-editsection' => '?[?]?', |
72 | | -'tog-editsectiononrightclick' => '??????(JavaScript)', |
73 | | -'tog-showtoc' => '???????', |
74 | | -'tog-rememberpassword' => '????', |
75 | | -'tog-editwidth' => '??', |
76 | | -'tog-watchcreations' => '???', |
77 | | -'tog-watchdefault' => '???', |
78 | | -'tog-minordefault' => '???', |
79 | | -'tog-previewontop' => '????', |
80 | | -'tog-previewonfirst' => '????', |
81 | | -'tog-nocache' => '???', |
82 | | -'tog-enotifwatchlistpages' => '????', |
83 | | -'tog-enotifusertalkpages' => '????', |
84 | | -'tog-enotifminoredits' => '????', |
85 | | -'tog-enotifrevealaddr' => '?????', |
86 | | -'tog-shownumberswatching' => '???', |
87 | | -'tog-fancysig' => '???? (???)', |
88 | | -'tog-externaleditor' => '??????', |
89 | | -'tog-externaldiff' => '??????', |
90 | | -'tog-showjumplinks' => '"?"???', |
91 | | -'tog-uselivepreview' => '??(JavaScript),???', |
92 | | -'tog-forceeditsummary' => '??', |
93 | | -'tog-watchlisthideown' => '????', |
94 | | -'tog-watchlisthidebots' => '????', |
95 | | - |
96 | | -'underline-always' => '?', |
97 | | -'underline-never' => '?', |
98 | | -'underline-default' => '??', |
99 | | - |
100 | | -'skinpreview' => '(??)', |
101 | | - |
102 | | -# Dates |
103 | | -'sunday' => '??', |
104 | | -'monday' => '??', |
105 | | -'tuesday' => '??', |
106 | | -'wednesday' => '??', |
107 | | -'thursday' => '??', |
108 | | -'friday' => '??', |
109 | | -'saturday' => '??', |
110 | | -'sun' => '?', |
111 | | -'mon' => '?', |
112 | | -'tue' => '?', |
113 | | -'wed' => '?', |
114 | | -'thu' => '?', |
115 | | -'fri' => '?', |
116 | | -'sat' => '?', |
117 | | -'january' => '??', |
118 | | -'february' => '??', |
119 | | -'march' => '??', |
120 | | -'april' => '??', |
121 | | -'may_long' => '??', |
122 | | -'june' => '??', |
123 | | -'july' => '??', |
124 | | -'august' => '??', |
125 | | -'september' => '??', |
126 | | -'october' => '??', |
127 | | -'november' => '???', |
128 | | -'december' => '???', |
129 | | -'january-gen' => '??', |
130 | | -'february-gen' => '??', |
131 | | -'march-gen' => '??', |
132 | | -'april-gen' => '??', |
133 | | -'may-gen' => '??', |
134 | | -'june-gen' => '??', |
135 | | -'july-gen' => '??', |
136 | | -'august-gen' => '??', |
137 | | -'september-gen' => '??', |
138 | | -'october-gen' => '??', |
139 | | -'november-gen' => '???', |
140 | | -'december-gen' => '???', |
141 | | -'jan' => '??', |
142 | | -'feb' => '??', |
143 | | -'mar' => '??', |
144 | | -'apr' => '??', |
145 | | -'may' => '??', |
146 | | -'jun' => '??', |
147 | | -'jul' => '??', |
148 | | -'aug' => '??', |
149 | | -'sep' => '??', |
150 | | -'oct' => '??', |
151 | | -'nov' => '???', |
152 | | -'dec' => '???', |
153 | | - |
154 | | -# Bits of text used by many pages |
155 | | -'categories' => '$1?', |
156 | | -'category_header' => '"$1"?', |
157 | | -'subcategories' => '??', |
158 | | - |
159 | | -'linkprefix' => '/^(.*?)([a-zA-Z\x80-\xff]+)$/sD', |
160 | | -'mainpagetext' => "<big>'''??????'''</big>", |
161 | | -'mainpagedocfooter' => "????,?[http://meta.wikimedia.org/wiki/Help:Contents User's Guide] |
162 | | - |
163 | | -== ? == |
164 | | - |
165 | | -* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list] |
166 | | -* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] |
167 | | -* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]", |
168 | | - |
169 | | -'about' => '????', |
170 | | -'article' => '?', |
171 | | -'newwindow' => '???', |
172 | | -'cancel' => '?', |
173 | | -'qbfind' => '?', |
174 | | -'qbbrowse' => '?', |
175 | | -'qbedit' => '?', |
176 | | -'qbpageoptions' => '??', |
177 | | -'qbpageinfo' => '??', |
178 | | -'qbmyoptions' => '??', |
179 | | -'qbspecialpages' => '??', |
180 | | -'moredotdotdot' => '?�', |
181 | | -'mypage' => '??', |
182 | | -'mytalk' => '??', |
183 | | -'anontalk' => '?(IP)??', |
184 | | -'navigation' => '?', |
185 | | - |
186 | | -# Metadata in edit box |
187 | | -'metadata_help' => '??,?[[{{ns:project}}:Metadata]]', |
188 | | - |
189 | | -'errorpagetitle' => '?', |
190 | | -'returnto' => '?$1?', |
191 | | -'tagline' => '??????,??????', |
192 | | -'help' => '?', |
193 | | -'search' => '?', |
194 | | -'searchbutton' => '??', |
195 | | -'go' => '?', |
196 | | -'searcharticle' => '?', |
197 | | -'history' => '?', |
198 | | -'history_short' => '?', |
199 | | -'updatedmarker' => '??', |
200 | | -'info_short' => '??', |
201 | | -'printableversion' => '??', |
202 | | -'permalink' => '??', |
203 | | -'print' => '?', |
204 | | -'edit' => '?', |
205 | | -'editthispage' => '?', |
206 | | -'delete' => '?', |
207 | | -'deletethispage' => '?', |
208 | | -'undelete_short' => '?$1??', |
209 | | -'protect' => '?', |
210 | | -'protectthispage' => '???', |
211 | | -'unprotect' => '?', |
212 | | -'unprotectthispage' => '???', |
213 | | -'newpage' => '??', |
214 | | -'talkpage' => '????', |
215 | | -'specialpage' => '??', |
216 | | -'personaltools' => '??', |
217 | | -'postcomment' => '?', |
218 | | -'addsection' => '??', |
219 | | -'articlepage' => '???', |
220 | | -'talk' => '?', |
221 | | -'views' => '?', |
222 | | -'toolbox' => '???', |
223 | | -'userpage' => '?', |
224 | | -'projectpage' => '???', |
225 | | -'imagepage' => '??', |
226 | | -'mediawikipage' => '??', |
227 | | -'templatepage' => '??', |
228 | | -'viewhelppage' => '??', |
229 | | -'categorypage' => '??', |
230 | | -'viewtalkpage' => '??', |
231 | | -'otherlanguages' => '??', |
232 | | -'redirectedfrom' => '(??$1)', |
233 | | -'redirectpagesub' => '?', |
234 | | -'lastmodifiedat' => '??$1$2??', # $1 date, $2 time |
235 | | -'viewcount' => '??$1??', |
236 | | -'protectedpage' => '????', |
237 | | -'jumpto' => '?:', |
238 | | -'jumptonavigation' => '?', |
239 | | -'jumptosearch' => '?', |
240 | | - |
241 | | -# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations). |
242 | | -'aboutsite' => '?? {{SITENAME}}', |
243 | | -'aboutpage' => '{{ns:project}}:About', |
244 | | -'bugreports' => '????', |
245 | | -'bugreportspage' => '{{ns:project}}:???', |
246 | | -'copyright' => '????$1?', |
247 | | -'copyrightpagename' => '{{SITENAME}} copyright', |
248 | | -'copyrightpage' => '{{ns:project}}:Copyrights', |
249 | | -'currentevents' => '??', |
250 | | -'currentevents-url' => '????', |
251 | | -'disclaimers' => '????', |
252 | | -'disclaimerpage' => '{{ns:project}}:General_disclaimer', |
253 | | -'edithelp' => '?', |
254 | | -'edithelppage' => '{{ns:help}}:?', |
255 | | -'faq' => '???', |
256 | | -'faqpage' => '{{ns:project}}:????', |
257 | | -'helppage' => 'Help:??', |
258 | | -'mainpage' => '??', |
259 | | -'portal' => '??', |
260 | | -'portal-url' => '{{ns:project}}:??', |
261 | | -'privacy' => '????', |
262 | | -'privacypage' => '{{ns:project}}:Privacy_policy', |
263 | | -'sitesupport' => '??', |
264 | | -'sitesupport-url' => '{{ns:project}}:???', |
265 | | - |
266 | | -'badaccess' => '???', |
267 | | -'badaccess-group0' => '???,????', |
268 | | -'badaccess-group1' => '??$1,???', |
269 | | - |
270 | | -'versionrequired' => '$1??????', |
271 | | -'versionrequiredtext' => '$1??????,?[[Special:Version]]', |
272 | | - |
273 | | -'ok' => '?', |
274 | | -'pagetitle' => '$1 - {{SITENAME}}', |
275 | | -'retrievedfrom' => '??"$1"', |
276 | | -'youhavenewmessages' => '??$1($2)', |
277 | | -'newmessageslink' => '??', |
278 | | -'editsection' => '?', |
279 | | -'editold' => '?', |
280 | | -'editsectionhint' => '? $1', |
281 | | -'toc' => '??', |
282 | | -'showtoc' => '?', |
283 | | -'hidetoc' => '?', |
284 | | -'thisisdeleted' => '?$1????', |
285 | | -'viewdeleted' => '?$1??', |
286 | | -'restorelink' => '$1??', |
287 | | - |
288 | | -# Short words for each namespace, by default used in the 'article' tab in monobook |
289 | | -'nstab-main' => '?', |
290 | | -'nstab-user' => '?', |
291 | | -'nstab-media' => '?', |
292 | | -'nstab-special' => '?', |
293 | | -'nstab-project' => '?', |
294 | | -'nstab-image' => '?', |
295 | | -'nstab-mediawiki' => '?', |
296 | | -'nstab-template' => '?', |
297 | | -'nstab-help' => '?', |
298 | | -'nstab-category' => '?', |
299 | | - |
300 | | -# Main script and global functions |
301 | | -'nosuchaction' => '???', |
302 | | -'nosuchactiontext' => '????', |
303 | | -'nosuchspecialpage' => '????', |
304 | | -'nospecialpagetext' => '????,?[[{{ns:special}}:Specialpages]].', |
305 | | - |
306 | | -# General errors |
307 | | -'error' => '??', |
308 | | -'databaseerror' => '????', |
309 | | -'dberrortext' => '?????,?????? |
310 | | -???: |
311 | | -<blockquote><tt>$1</tt></blockquote> |
312 | | -????"<tt>$2</tt>". |
313 | | -MySQL???"<tt>$3: $4</tt>".', |
314 | | -'dberrortextcl' => '??????,???: |
315 | | -"$1" |
316 | | -????"$2". |
317 | | -MySQL???"$3: $4"', |
318 | | -'noconnect' => '????,??????<br /> |
319 | | -$1', |
320 | | -'nodb' => '???$1?', |
321 | | -'cachederror' => '????,????', |
322 | | -'laggedslavemode' => '??,????', |
323 | | -'readonly' => '???', |
324 | | -'enterlockreason' => '??????????', |
325 | | -'readonlytext' => '??????,????????,?????????:?$1?', |
326 | | -'missingarticle' => '??"$1",??????????,????,??????', |
327 | | -'internalerror' => '??', |
328 | | -'filecopyerror' => '"$1"????"$2".', |
329 | | -'filerenameerror' => '"$1"?????"$2"', |
330 | | -'filedeleteerror' => '"$1"???', |
331 | | -'filenotfound' => '??"$1"', |
332 | | -'unexpected' => '??,"$1"="$2".', |
333 | | -'formerror' => '??:????', |
334 | | -'badarticleerror' => '?????', |
335 | | -'cannotdelete' => '?????,????', |
336 | | -'badtitle' => '???', |
337 | | -'badtitletext' => '??????????????,?????', |
338 | | -'perfdisabled' => '??,????,????,????', |
339 | | -'perfdisabledsub' => '???$1', # obsolete? |
340 | | -'perfcached' => '????,????', |
341 | | -'perfcachedts' => '????,$1????', |
342 | | -'wrong_wfQuery_params' => 'wfQuery()????<br /> |
343 | | -??: $1<br /> |
344 | | -??: $2', |
345 | | -'viewsource' => '???', |
346 | | -'viewsourcefor' => '$1', |
347 | | -'protectedinterface' => '?????,??????', |
348 | | -'editinginterface' => "'''??:'''?????,???????,??????", |
349 | | -'sqlhidden' => '?SQL??', |
350 | | - |
351 | | -# Login and logout pages |
352 | | -'logouttitle' => '??', |
353 | | -'logouttext' => '<strong>????</strong><br /> |
354 | | -??????{{SITENAME}},????????????????,??,????', |
355 | | -'welcomecreation' => '== $1????! == |
356 | | -????,??[[Special:Preferences|??]]?', |
357 | | -'loginpagetitle' => '???', |
358 | | -'yourname' => '?', |
359 | | -'yourpassword' => '??', |
360 | | -'yourpasswordagain' => '????', |
361 | | -'remembermypassword' => '??', |
362 | | -'loginproblem' => '<b>????</b><br />???', |
363 | | -'alreadyloggedin' => '<strong>$1???</strong><br />', |
364 | | -'login' => '??', |
365 | | -'loginprompt' => '??{{SITENAME}}?cookies,???.', |
366 | | -'userlogin' => '?? / ??', |
367 | | -'logout' => '??', |
368 | | -'userlogout' => '??', |
369 | | -'notloggedin' => '????', |
370 | | -'nologin' => '$1????', |
371 | | -'nologinlink' => '??', |
372 | | -'createaccount' => '??', |
373 | | -'gotaccount' => '$1?????', |
374 | | -'gotaccountlink' => '??', |
375 | | -'createaccountmail' => '???', |
376 | | -'badretype' => '????', |
377 | | -'userexists' => '????,???', |
378 | | -'youremail' => '??*', |
379 | | -'username' => '??', |
380 | | -'uid' => '?', |
381 | | -'yourrealname' => '??', |
382 | | -'yourlanguage' => '?', |
383 | | -'yournick' => '??', |
384 | | -'email' => '??', |
385 | | -'prefs-help-email-enotif' => '???', |
386 | | -'prefs-help-realname' => '*??,??: if you choose to provide it this will be used for giving you attribution for your work.', |
387 | | -'loginerror' => '????', |
388 | | -'prefs-help-email' => '*??,??:?????,???????', |
389 | | -'nocookiesnew' => '?????????{{SITENAME}}?cookies,??????', |
390 | | -'nocookieslogin' => '??{{SITENAME}}?cookies,??????', |
391 | | -'noname' => '???', |
392 | | -'loginsuccesstitle' => '????', |
393 | | -'loginsuccess' => "'''$1'''??{{SITENAME}}?", |
394 | | -'nosuchuser' => '??"$1",???????', |
395 | | -'nosuchusershort' => '??"$1",????', |
396 | | -'nouserspecified' => '???', |
397 | | -'wrongpassword' => '????,????', |
398 | | -'wrongpasswordempty' => '???,????', |
399 | | -'mailmypassword' => '????', |
400 | | -'passwordremindertitle' => '????{{SITENAME}}', |
401 | | -'passwordremindertext' => '$1??{{SITENAME}}($4)"$2"????,?"$3"? |
402 | | - |
403 | | -????,????,?????', |
404 | | -'noemail' => '"$1"???', |
405 | | -'passwordsent' => '???$1?",?????', |
406 | | -'eauthentsent' => '??????????,?????', |
407 | | -'mailerror' => '$1????', |
408 | | -'acct_creation_throttle_hit' => '??,$1??,?????', |
409 | | -'emailauthenticated' => '$1????', |
410 | | -'emailnotauthenticated' => '??<strong>??</strong>,?????', |
411 | | -'noemailprefs' => '????:', |
412 | | -'emailconfirmlink' => '????', |
413 | | -'invalidemailaddress' => '????,???????', |
414 | | -'accountcreated' => '???', |
415 | | -'accountcreatedtext' => '$1???', |
416 | | - |
417 | | -# Edit page toolbar |
418 | | -'bold_sample' => '??', |
419 | | -'bold_tip' => '??', |
420 | | -'italic_sample' => '??', |
421 | | -'italic_tip' => '??', |
422 | | -'link_sample' => '?', |
423 | | -'link_tip' => '??', |
424 | | -'extlink_tip' => '?http://???', |
425 | | -'headline_sample' => '?', |
426 | | -'headline_tip' => '??', |
427 | | -'math_sample' => '?????', |
428 | | -'math_tip' => '?????(LaTeX)', |
429 | | -'nowiki_sample' => '????', |
430 | | -'nowiki_tip' => '??????', |
431 | | -'image_tip' => '??', |
432 | | -'media_tip' => '????', |
433 | | -'sig_tip' => '????', |
434 | | -'hr_tip' => '??,???', |
435 | | - |
436 | | -# Edit pages |
437 | | -'summary' => '?', |
438 | | -'subject' => '?', |
439 | | -'minoredit' => '?', |
440 | | -'watchthis' => '??', |
441 | | -'savearticle' => '?', |
442 | | -'preview' => '??', |
443 | | -'showpreview' => '??', |
444 | | -'showlivepreview' => '??', |
445 | | -'showdiff' => '??', |
446 | | -'anoneditwarning' => "'''?:'''????,IP???", |
447 | | -'missingsummary' => "''''?:'''????,????????", |
448 | | -'missingcommenttext' => '???', |
449 | | -'blockedtitle' => '???', |
450 | | -'blockedtext' => "<big>'''???IP???'''</big> |
451 | | -??$1?, ?''$2''?,????$1,?[[{{ns:project}}:Administrators|??]],[[Special:Preferences|??]]??????? |
452 | | -?,?IP?$3,??????", |
453 | | -'blockedoriginalsource' => "'''$1'''????:", |
454 | | -'blockededitsource' => "?'''$1??'''??:", |
455 | | -'whitelistedittitle' => '????', |
456 | | -'whitelistedittext' => '$1??????', |
457 | | -'whitelistreadtitle' => '????', |
458 | | -'whitelistreadtext' => '[[Special:Userlogin|??]]?????', |
459 | | -'whitelistacctitle' => '????', |
460 | | -'whitelistacctext' => '????,[[Special:Userlogin|??]]??', |
461 | | -'confirmedittitle' => '????', |
462 | | -'confirmedittext' => '?????????[[Special:Preferences|??]?', |
463 | | -'loginreqtitle' => '???', |
464 | | -'loginreqlink' => '??', |
465 | | -'loginreqpagetext' => '$1?????', |
466 | | -'accmailtitle' => '????', |
467 | | -'accmailtext' => '"$1"???$2?', |
468 | | -'newarticle' => '?', |
469 | | -'newarticletext' => '???????,???,???[[{{ns:help}}:Contents|?]]? |
470 | | -???,?????', |
471 | | -'anontalkpagetext' => "----''??????,????????,????IP??????IP???,????,???[[Special:Userlogin|??]]????", |
472 | | -'noarticletext' => '??????? [[{{ns:special}}:Search/{{PAGENAME}}|???]],?[{{fullurl:{{FULLPAGENAME}}|action=edit}} ???]?', |
473 | | -'clearyourcache' => "'''?:'''????,????? |
474 | | -'''Mozilla / Firefox / Safari:'''?''Shift''??''????'',???''Ctrl-Shift-R''(Apple Mac?''Cmd-Shift-R'')? |
475 | | -'''IE:'''?''Ctrl''??''????'',???''Ctrl-F5''? |
476 | | -'''Konqueror:'''?''Reload''??,??''F5''? |
477 | | -'''Opera:'''??''Tools?Preferences''????", |
478 | | -'usercssjsyoucanpreview' => '<strong>?:</strong>CSS/JS????????', |
479 | | -'usercsspreview' => "'''??CSS,?????'''", |
480 | | -'userjspreview' => "'''??JavaScript,?????'''", |
481 | | -'userinvalidcssjstitle' => "'''?:'''\"\$1\"????????,?????,?User:Foo/monobook.css ??User:Foo/Monobook.css", |
482 | | -'updated' => '(?)', |
483 | | -'note' => '<strong>?</strong>', |
484 | | -'previewnote' => '<strong>????,?????</strong>', |
485 | | -'session_fail_preview' => '<strong>????,?????,????????,?????</strong>', |
486 | | -'session_fail_preview_html' => "<strong>????,?????</strong> |
487 | | - |
488 | | -''??????HTML,??????JavaScript??'' |
489 | | -<strong>????,????????,?????</strong>", |
490 | | -'importing' => '??$1', |
491 | | -'editing' => '?$1', |
492 | | -'editinguser' => '<b>$1</b>???', |
493 | | -'editingsection' => '??$1', |
494 | | -'editingcomment' => '?$1', |
495 | | -'editconflict' => '??$1', |
496 | | -'explainconflict' => '??????,????,????,????? |
497 | | -?,<b>?</b>????<br />', |
498 | | -'yourtext' => '??', |
499 | | -'storedversion' => '??', |
500 | | -'nonunicodebrowser' => '<strong>?:??????????,????????,??????</strong>', |
501 | | -'editingold' => "<strong>'''?'''?????????,???????</strong>", |
502 | | -'yourdiff' => '?', |
503 | | -'copyrightwarning' => '{{SITENAME}}????$2,??$1????????,?????????,????, |
504 | | -<strong>????!</strong>', |
505 | | -'copyrightwarning2' => '{{SITENAME}}??,??????????????????,?????<br /> |
506 | | -????,????,?$1?<strong>????!</strong>', |
507 | | -'longpagewarning' => '<strong>?:???$1????,???,???????,????????<strong>', |
508 | | -'longpageerror' => '<strong>?:???$1????,??$2,?????</strong>', |
509 | | -'readonlywarning' => '<strong>?:????,???,?????????????</strong>', |
510 | | -'protectedpagewarning' => '<strong>?:????,???????</strong>', |
511 | | -'semiprotectedpagewarning' => "'''?'''????,???????", |
512 | | -'templatesused' => '????:', |
513 | | -'nocreatetitle' => '????', |
514 | | -'nocreatetext' => '????,?????????[[Special:Userlogin|?????]]?', |
515 | | - |
516 | | -# Account creation failure |
517 | | -'cantcreateaccounttitle' => '????', |
518 | | -'cantcreateaccounttext' => '??IP <b>$1</b> ???,????', |
519 | | - |
520 | | -# History pages |
521 | | -'revhistory' => '??', |
522 | | -'viewpagelogs' => '??', |
523 | | -'nohistory' => '????', |
524 | | -'revnotfound' => '????', |
525 | | -'revnotfoundtext' => '???,?????', |
526 | | -'loadhist' => '???�', |
527 | | -'currentrev' => '??', |
528 | | -'revisionasof' => '$1?', |
529 | | -'previousrevision' => '??', |
530 | | -'nextrevision' => '??', |
531 | | -'currentrevisionlink' => '??', |
532 | | -'cur' => '?', |
533 | | -'next' => '?', |
534 | | -'last' => '?', |
535 | | -'orig' => '?', |
536 | | -'histlegend' => '??:????,?Enter?????????<br /> |
537 | | -?,(?):????;(?):????, M:?', |
538 | | -'deletedrev' => '[??]', |
539 | | -'histfirst' => '?', |
540 | | -'histlast' => '?', |
541 | | - |
542 | | -# Revision feed |
543 | | -'history-feed-title' => '??', |
544 | | -'history-feed-description' => '????', |
545 | | -'history-feed-item-nocomment' => '$1?$2', # user at time |
546 | | -'history-feed-empty' => '????,???????[[Special:Search|???]]', |
547 | | - |
548 | | -# Revision deletion |
549 | | -'rev-deleted-comment' => '(????)', |
550 | | -'rev-deleted-user' => '(????)', |
551 | | -'rev-deleted-text-permission' => '<div class="mw-warning plainlinks"> |
552 | | -????,??[{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}}??]. |
553 | | -</div>', |
554 | | -'rev-deleted-text-view' => '<div class="mw-warning plainlinks"> |
555 | | -????,??????,??[{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} ??]. |
556 | | -</div>', |
557 | | -'rev-delundel' => '?/?', |
558 | | -'revisiondelete' => '????', |
559 | | -'revdelete-nooldid-title' => '????', |
560 | | -'revdelete-nooldid-text' => '???,?????', |
561 | | -'revdelete-selected' => '?[[:$1]]???', |
562 | | -'revdelete-text' => '?????,?????,?????????????????', |
563 | | -'revdelete-legend' => '?,???:', |
564 | | -'revdelete-hide-text' => '???', |
565 | | -'revdelete-hide-comment' => '??', |
566 | | -'revdelete-hide-user' => '??IP??', |
567 | | -'revdelete-log' => '??:', |
568 | | -'revdelete-submit' => '????', |
569 | | - |
570 | | -# Diffs |
571 | | -'difference' => '(??)', |
572 | | -'loadingrev' => '????�', |
573 | | -'lineno' => '?$1:', |
574 | | -'editcurrent' => '???', |
575 | | -'selectnewerversionfordiff' => '?????', |
576 | | -'selectolderversionfordiff' => '?????', |
577 | | -'compareselectedversions' => '???', |
578 | | - |
579 | | -# Search results |
580 | | -'searchresults' => '??', |
581 | | -'searchresulttext' => '??{{SITENAME}},??[[{{ns:project}}:Searching|?{{SITENAME}}]]?', |
582 | | -'searchsubtitle' => "'''[[:$1]]'''??", |
583 | | -'searchsubtitleinvalid' => "'''$1'''??", |
584 | | -'badquery' => '????', |
585 | | -'badquerytext' => '???,??????,??????????', |
586 | | -'matchtotals' => '"$1"?,?$2??$3?', |
587 | | -'noexactmatch' => "'''???\"\$1\"'''???[[:\$1|??]]?", |
588 | | -'titlematches' => '??', |
589 | | -'notitlematches' => '???', |
590 | | -'textmatches' => '??', |
591 | | -'notextmatches' => '???', |
592 | | -'prevn' => '?$1', |
593 | | -'nextn' => '?$1', |
594 | | -'viewprevnext' => '? ($1) ($2) ($3).', |
595 | | -'showingresults' => '?<b>$1</b>?,?<b>$2</b>?', |
596 | | -'showingresultsnum' => '?<b>$3</b>?,?<b>$2</b>.?', |
597 | | -'powersearch' => '?', |
598 | | - |
599 | | -# Preferences page |
600 | | -'preferences' => '??', |
601 | | -'mypreferences' => '??', |
602 | | -'prefsnologin' => '???', |
603 | | -'prefsnologintext' => '???[[Special:Userlogin|??]]?', |
604 | | -'prefsreset' => '????', |
605 | | -'changepassword' => '???', |
606 | | -'skin' => '??', |
607 | | -'math' => '??', |
608 | | -'dateformat' => '????', |
609 | | -'datedefault' => '??', |
610 | | -'datetime' => '????', |
611 | | -'math_failure' => '???', |
612 | | -'math_unknown_error' => '????', |
613 | | -'math_unknown_function' => '????', |
614 | | -'math_lexing_error' => '???', |
615 | | -'math_syntax_error' => '????', |
616 | | -'prefs-personal' => '??', |
617 | | -'prefs-rc' => '??', |
618 | | -'prefs-watchlist' => '??', |
619 | | -'prefs-watchlist-days' => '????', |
620 | | -'prefs-watchlist-edits' => '????', |
621 | | -'prefs-misc' => '?', |
622 | | -'saveprefs' => '?', |
623 | | -'resetprefs' => '??', |
624 | | -'oldpassword' => '???:', |
625 | | -'newpassword' => '???:', |
626 | | -'retypenew' => '?????:', |
627 | | -'textboxsize' => '??', |
628 | | -'rows' => '?:', |
629 | | -'columns' => '?:', |
630 | | -'searchresultshead' => '?', |
631 | | -'resultsperpage' => '???:', |
632 | | -'contextlines' => '???:', |
633 | | -'contextchars' => '???:', |
634 | | -'recentchangescount' => '????:', |
635 | | -'savedprefs' => '????', |
636 | | -'timezonelegend' => '??', |
637 | | -'timezonetext' => '???????', |
638 | | -'localtime' => '???', |
639 | | -'timezoneoffset' => '?�', |
640 | | -'servertime' => '????', |
641 | | -'guesstimezone' => '?????', |
642 | | -'allowemail' => '???', |
643 | | -'default' => '??', |
644 | | -'files' => '?', |
645 | | - |
646 | | -# User rights |
647 | | -'userrights-lookup-user' => '??', |
648 | | -'userrights-user-editname' => '??:', |
649 | | -'editusergroup' => '??', |
650 | | -'userrights-editusergroup' => '??', |
651 | | -'saveusergroups' => '??', |
652 | | -'userrights-groupsmember' => '??:', |
653 | | -'userrights-groupsavailable' => '????:', |
654 | | -'userrights-groupshelp' => '????????,??????????,?Ctrl????', |
655 | | - |
656 | | -# Groups |
657 | | -'group' => '?:', |
658 | | -'group-bot' => '?', |
659 | | -'group-sysop' => '??', |
660 | | -'group-bureaucrat' => '??', |
661 | | -'group-all' => '(?)', |
662 | | - |
663 | | -'group-bot-member' => '?', |
664 | | -'group-sysop-member' => '??', |
665 | | -'group-bureaucrat-member' => '??', |
666 | | - |
667 | | -'grouppage-bot' => '{{ns:project}}:?', |
668 | | -'grouppage-sysop' => '{{ns:project}}:??', |
669 | | -'grouppage-bureaucrat' => '{{ns:project}}:??', |
670 | | - |
671 | | -# User rights log |
672 | | -'rightsnone' => '(?)', |
673 | | - |
674 | | -# Recent changes |
675 | | -'recentchanges' => '??', |
676 | | -'recentchangestext' => '????,?????', |
677 | | -'rcnote' => '???<strong>$3</strong>?,<strong>$2</strong>??<strong>$1</strong>????', |
678 | | -'rcnotefrom' => '???<b>$2</b?<b>$1</b>????', |
679 | | -'rclistfrom' => '?$1????', |
680 | | -'rcshowhideminor' => '$1?', |
681 | | -'rcshowhidebots' => '$1?', |
682 | | -'rcshowhideliu' => '$1?', |
683 | | -'rcshowhideanons' => '$1??', |
684 | | -'rcshowhidepatr' => '$1?', |
685 | | -'rcshowhidemine' => '$1??', |
686 | | -'rclinks' => '$2??$1???<br />$3', |
687 | | -'diff' => '?', |
688 | | -'hist' => '?', |
689 | | -'hide' => '?', |
690 | | -'show' => '?', |
691 | | -'minoreditletter' => '?', |
692 | | -'newpageletter' => '?', |
693 | | -'boteditletter' => '?', |
694 | | -'number_of_watching_users_pageview' => '[??$1?]', |
695 | | -'rc_categories_any' => '?', |
696 | | - |
697 | | -# Recent changes linked |
698 | | -'recentchangeslinked' => '???', |
699 | | - |
700 | | -# Upload |
701 | | -'upload' => '??', |
702 | | -'uploadbtn' => '??', |
703 | | -'reupload' => '???', |
704 | | -'reuploaddesc' => '???', |
705 | | -'uploadnologin' => '???', |
706 | | -'uploadnologintext' => '[[Special:Userlogin|??]]????', |
707 | | -'upload_directory_read_only' => '??$1??,????', |
708 | | -'uploaderror' => '????', |
709 | | -'uploadtext' => "????,[[Special:Imagelist|??]]?????[[Special:Log/upload|??]]? |
710 | | -????,????: |
711 | | -'''<nowiki>[[</nowiki>{{ns:image}}:File.jpg]]'''? |
712 | | -'''<nowiki>[[</nowiki>{{ns:image}}:File.png|?]]'''? |
713 | | -'''<nowiki>[[</nowiki>{{ns:media}}:File.ogg]]'''", |
714 | | -'uploadlog' => '??', |
715 | | -'uploadlogpage' => '??', |
716 | | -'uploadlogpagetext' => '????:', |
717 | | -'filename' => '?', |
718 | | -'filedesc' => '?', |
719 | | -'fileuploadsummary' => '?:', |
720 | | -'filestatus' => '??', |
721 | | -'filesource' => '?', |
722 | | -'uploadedfiles' => '??', |
723 | | -'ignorewarning' => '????', |
724 | | -'ignorewarnings' => '???', |
725 | | -'minlength' => '???????', |
726 | | -'illegalfilename' => '?"$1"??,?????', |
727 | | -'badfilename' => '??"$1?".', |
728 | | -'emptyfile' => '???,????,????', |
729 | | -'fileexists' => '$1??,???????', |
730 | | -'successfulupload' => '????????', |
731 | | -'sourcefilename' => '??', |
732 | | -'destfilename' => '????', |
733 | | -'watchthisupload' => '??', |
734 | | - |
735 | | -# Image list |
736 | | -'ilsubmit' => '?', |
737 | | -'byname' => '??', |
738 | | -'bydate' => '??', |
739 | | -'bysize' => '??', |
740 | | -'imgdelete' => '?', |
741 | | -'deleteimg' => '?', |
742 | | -'imagelinks' => '?', |
743 | | -'imagelist_date' => '?', |
744 | | -'imagelist_name' => '?', |
745 | | -'imagelist_user' => '?', |
746 | | -'imagelist_size' => '?(???)', |
747 | | -'imagelist_description' => '?', |
748 | | -'imagelist_search_for' => '????:', |
749 | | - |
750 | | -# Unwatched pages |
751 | | -'unwatchedpages' => '??', |
752 | | - |
753 | | -# Statistics |
754 | | -'statistics' => '??', |
755 | | -'sitestats' => '{{SITENAME}}??', |
756 | | -'userstats' => '?????', |
757 | | -'sitestatstext' => "???'''$1'''?,?????????????,???$2???'''$8'''? |
758 | | -?????,??'''$3''',??'''$4'''??????'''$5'''?,??'''$6'''?? |
759 | | -[http://meta.wikimedia.org/wiki/Help:Job_queue job queue]?'''$7'''", |
760 | | -'userstatstext' => "???'''$1''',??'''$2'''??$5,?????'''$4'''?", |
761 | | -'statistics-mostpopular' => '????', |
762 | | - |
763 | | -'disambiguations' => '??', |
764 | | - |
765 | | -'doubleredirects' => '??', |
766 | | - |
767 | | -'brokenredirects' => '??', |
768 | | -'brokenredirectstext' => '??', |
769 | | - |
770 | | -# Miscellaneous special pages |
771 | | -'nbytes' => '$1???', |
772 | | -'ncategories' => '$1?', |
773 | | -'nlinks' => '$1?', |
774 | | -'nmembers' => '$1?', |
775 | | -'nrevisions' => '$1?', |
776 | | -'nviews' => '$1?', |
777 | | -'lonelypages' => '??', |
778 | | -'lonelypagestext' => '????', |
779 | | -'uncategorizedpages' => '???', |
780 | | -'uncategorizedcategories' => '?????', |
781 | | -'uncategorizedimages' => '???', |
782 | | -'unusedcategories' => '?????', |
783 | | -'popularpages' => '??', |
784 | | -'wantedcategories' => '??', |
785 | | -'wantedpages' => '??', |
786 | | -'mostrevisions' => '????', |
787 | | -'allpages' => '??', |
788 | | -'shortpages' => '??', |
789 | | -'longpages' => '??', |
790 | | -'listusers' => '????', |
791 | | -'specialpages' => '??', |
792 | | -'spheading' => '??', |
793 | | -'restrictedpheading' => '??', |
794 | | -'newpages' => '??', |
795 | | -'newpages-username' => '?:', |
796 | | -'ancientpages' => '??', |
797 | | -'intl' => '???', |
798 | | -'move' => '?', |
799 | | -'movethispage' => '???', |
800 | | - |
801 | | -'categoriespagetext' => '????:', |
802 | | -'version' => '?', |
803 | | - |
804 | | -# Special:Log |
805 | | -'specialloguserlabel' => '??:', |
806 | | -'speciallogtitlelabel' => '?:', |
807 | | -'log' => '?', |
808 | | - |
809 | | -# Special:Allpages |
810 | | -'nextpage' => '??,$1', |
811 | | -'allpagesfrom' => '???:', |
812 | | -'allarticles' => '??', |
813 | | -'allinnamespace' => '??($1 namespace)', |
814 | | -'allnotinnamespace' => '??(not in $1 namespace)', |
815 | | -'allpagesprev' => '?', |
816 | | -'allpagesnext' => '?', |
817 | | -'allpagessubmit' => '?', |
818 | | -'allpagesprefix' => '????:', |
819 | | - |
820 | | -# Special:Listusers |
821 | | -'listusersfrom' => '????:', |
822 | | - |
823 | | -# E-mail user |
824 | | -'mailnologin' => '??', |
825 | | -'mailnologintext' => '[[Special:Userlogin|??]?????] |
826 | | -and have a valid e-mail address in your [[Special:Preferences|preferences]] |
827 | | -to send e-mail to other users.', |
828 | | -'emailuser' => '????', |
829 | | -'emailpage' => '??', |
830 | | -'defemailsubject' => '{{SITENAME}}??', |
831 | | -'noemailtitle' => '??', |
832 | | -'emailfrom' => '?', |
833 | | -'emailto' => '?', |
834 | | -'emailsubject' => '?', |
835 | | -'emailmessage' => '?', |
836 | | -'emailsend' => '?', |
837 | | -'emailsent' => '???', |
838 | | -'emailsenttext' => '???', |
839 | | - |
840 | | -# Watchlist |
841 | | -'watchlist' => '??', |
842 | | -'watchlistfor' => "(?'''$1''')", |
843 | | -'nowatchlist' => '??', |
844 | | -'watchlistanontext' => '$1???', |
845 | | -'watchlistcount' => "'''??,??$1'''", |
846 | | -'clearwatchlist' => '??', |
847 | | -'watchlistcleartext' => '?????', |
848 | | -'watchlistclearbutton' => '??', |
849 | | -'watchlistcleardone' => '????$1????', |
850 | | -'watchnologin' => '???', |
851 | | -'watchnologintext' => '[[Special:Userlogin|??]]????', |
852 | | -'addedwatch' => '??', |
853 | | -'addedwatchtext' => "??\"[[:\$1]]\"??????????[[Special:Watchlist|??]],?'''??'''??[[Special:Recentchanges|???]]? |
854 | | - |
855 | | -?????,????\"??\"???", |
856 | | -'removedwatch' => '??', |
857 | | -'removedwatchtext' => '"[[:$1]]"????', |
858 | | -'watch' => '?', |
859 | | -'watchthispage' => '??', |
860 | | -'unwatch' => '??', |
861 | | -'unwatchthispage' => '??', |
862 | | -'notanarticle' => '????', |
863 | | -'watchnochange' => '????', |
864 | | -'watchdetails' => '*??$1?,????? |
865 | | -* [[Special:Watchlist/edit|???]] |
866 | | -* [[Special:Watchlist/??]]', |
867 | | -'wlheader-enotif' => '*????', |
868 | | -'wlheader-showupdated' => "*???'''??'''?", |
869 | | -'removechecked' => '???', |
870 | | -'watchlistcontains' => '??$1?', |
871 | | -'watcheditlist' => "??????,?????????,??'???',????????????,?????", |
872 | | -'removingchecked' => '???�', |
873 | | -'couldntremove' => "'$1'????�", |
874 | | -'iteminvalidname' => "'$1'??", |
875 | | -'wlnote' => '?<b>$2</b>??$1??', |
876 | | -'wlsaved' => '??????', |
877 | | -'wldone' => '?', |
878 | | - |
879 | | -'enotif_mailer' => '{{SITENAME}}?', |
880 | | -'enotif_reset' => '????', |
881 | | -'enotif_newpagetext' => '??', |
882 | | -'changed' => '??', |
883 | | -'created' => '??', |
884 | | -'enotif_subject' => '{$PAGEEDITDATE}{{SITENAME}}??{$PAGETITLE}?{$PAGEEDITOR}{$CHANGEDORCREATED}', |
885 | | -'enotif_lastvisited' => '???$1', |
886 | | -'enotif_body' => '$WATCHINGUSERNAME??, |
887 | | -{$PAGEEDITDATE}{{SITENAME}}??{$PAGETITLE}?{$PAGEEDITOR}{$CHANGEDORCREATED},??{$PAGETITLE_URL}? |
888 | | - |
889 | | -$NEWPAGE |
890 | | - |
891 | | -???:$PAGESUMMARY $PAGEMINOREDIT |
892 | | - |
893 | | -???? |
894 | | -??:$PAGEEDITOR_EMAIL |
895 | | -??:$PAGEEDITOR_WIKI |
896 | | - |
897 | | -????,?????,??????? |
898 | | - |
899 | | - {{SITENAME}}?? |
900 | | - |
901 | | -??,?{{fullurl:{{ns:special}}:Watchlist/edit}}? |
902 | | -?????,?{{fullurl:{{ns:help}}:Contents}}', |
903 | | - |
904 | | -# Delete/protect/revert |
905 | | -'deletepage' => '??', |
906 | | -'confirm' => '?', |
907 | | -'excontent' => "??:'$1'", |
908 | | -'excontentauthor' => "??: '$1' (and the only contributor was '$2')", |
909 | | -'exblank' => '??', |
910 | | -'confirmdelete' => '??', |
911 | | -'deletesub' => '("$1",???)', |
912 | | -'historywarning' => '?:??????:', |
913 | | -'confirmdeletetext' => '??????????,?????[[{{ns:project}}:Policy]]?????', |
914 | | -'actioncomplete' => '??', |
915 | | -'deletedtext' => '"$1"??,???$2?', |
916 | | -'deletedarticle' => '"[[$1]]"??', |
917 | | -'dellogpage' => '??', |
918 | | -'dellogpagetext' => '????.', |
919 | | -'deletionlog' => '??', |
920 | | -'reverted' => '?', |
921 | | -'deletecomment' => '??', |
922 | | -'imagereverted' => '??', |
923 | | -'editcomment' => '?:"<i>$1</i>"', # only shown if there is an edit comment |
924 | | -'protectlogpage' => '??', |
925 | | -'protectlogtext' => '?????:', |
926 | | -'protectedarticle' => '"[[$1]]"??', |
927 | | -'unprotectedarticle' => '"[[$1]]"??', |
928 | | -'protectsub' => '(??"$1")', |
929 | | -'confirmprotecttext' => '?????', |
930 | | -'confirmprotect' => '??', |
931 | | -'protectmoveonly' => '????', |
932 | | -'protectcomment' => '????:', |
933 | | -'unprotectsub' => '(??"$1")', |
934 | | -'confirmunprotecttext' => '?????', |
935 | | -'confirmunprotect' => '??', |
936 | | -'unprotectcomment' => '????:', |
937 | | -'protect-unchain' => '???', |
938 | | -'protect-text' => '????<strong>$1</strong>', |
939 | | -'protect-default' => '(??)', |
940 | | -'protect-level-autoconfirmed' => '???', |
941 | | -'protect-level-sysop' => '???', |
942 | | - |
943 | | -# Restrictions (nouns) |
944 | | -'restriction-edit' => '?', |
945 | | -'restriction-move' => '?', |
946 | | - |
947 | | -# Undelete |
948 | | -'undelete' => '???', |
949 | | -'undeletepage' => '??????', |
950 | | -'viewdeletedpage' => '???', |
951 | | -'undeletepagetext' => '????????????,???', |
952 | | -'undeleterevisions' => '??$1', |
953 | | -'undeletebtn' => '?', |
954 | | -'undeletereset' => '??', |
955 | | -'undeletecomment' => '?:', |
956 | | -'undeletedarticle' => '"[[$1]]"??', |
957 | | -'undeletedrevisions' => '$1???', |
958 | | -'undeletedrevisions-files' => '$1?$2???', |
959 | | -'undeletedfiles' => '$1???', |
960 | | -'cannotundelete' => '????,?????', |
961 | | -'undeletedpage' => "<big>'''$1??'''</big> |
962 | | -?[[Special:Log/delete|???]]", |
963 | | - |
964 | | -# Namespace form on various pages |
965 | | -'namespace' => '??:', |
966 | | -'invert' => '??', |
967 | | - |
968 | | -# Contributions |
969 | | -'contributions' => '??', |
970 | | -'mycontris' => '??', |
971 | | -'contribsub2' => '?$1', |
972 | | -'nocontribs' => '????', |
973 | | -'ucnote' => '?<b>$2</b>?<b>$1</b>???', |
974 | | -'uclinks' => ' ?$1?,?$2?', |
975 | | -'uctop' => ' (?)', |
976 | | - |
977 | | -'sp-contributions-newest' => '?', |
978 | | -'sp-contributions-oldest' => '?', |
979 | | -'sp-contributions-newer' => '?$1', |
980 | | -'sp-contributions-older' => '?$1', |
981 | | -'sp-contributions-newbies-sub' => '???', |
982 | | - |
983 | | -'sp-newimages-showfrom' => '???,?$1', |
984 | | - |
985 | | -# What links here |
986 | | -'whatlinkshere' => '???', |
987 | | -'notargettitle' => '??', |
988 | | -'linklistsub' => '(??)', |
989 | | -'linkshere' => "???'''[[:$1]]''':", |
990 | | -'nolinkshere' => "???'''[[:$1]]'''.", |
991 | | -'isredirect' => '?', |
992 | | -'istemplate' => '?', |
993 | | - |
994 | | -# Block/unblock |
995 | | -'blockip' => '??', |
996 | | -'ipaddress' => 'IP?', |
997 | | -'ipadressorusername' => 'IP???', |
998 | | -'ipbexpiry' => '??', |
999 | | -'ipbreason' => '?', |
1000 | | -'ipbanononly' => '???', |
1001 | | -'ipbcreateaccount' => '???', |
1002 | | -'ipbsubmit' => '???', |
1003 | | -'ipbother' => '??', |
1004 | | -'ipboptions' => '2 hours:??,1 day:??,3 days:??,1 week:??,2 weeks:??,1 month:??,3 months:??,6 months:??,1 year:??,infinite:?', |
1005 | | -'ipbotheroption' => '?', |
1006 | | -'badipaddress' => 'IP??', |
1007 | | -'blockipsuccesssub' => '??', |
1008 | | -'blockipsuccesstext' => '[[{{ns:Special}}:Contributions/$1|$1]]??<br />?[[{{ns:Special}}:Ipblocklist|??]]', |
1009 | | -'unblockip' => '???', |
1010 | | -'unblockiptext' => '???????IP:', |
1011 | | -'ipusubmit' => '???', |
1012 | | -'unblocked' => '[[User:$1|$1]]???', |
1013 | | -'ipblocklist' => '?????IP:', |
1014 | | -'blocklistline' => '$1,$2?$3($4)', |
1015 | | -'infiniteblock' => '?', |
1016 | | -'expiringblock' => '?$1', |
1017 | | -'anononlyblock' => '???', |
1018 | | -'createaccountblock' => '???', |
1019 | | -'ipblocklistempty' => '????', |
1020 | | -'blocklink' => '?', |
1021 | | -'unblocklink' => '?', |
1022 | | -'contribslink' => '??', |
1023 | | -'autoblocker' => '??"[[User:$1|$1]]"??IP"\'\'\'$2\'\'\'",??', |
1024 | | -'blocklogpage' => '??', |
1025 | | -'blocklogentry' => '?"[[$1]]"?$2', |
1026 | | -'unblocklogentry' => '?$1', |
1027 | | -'ipb_expiry_invalid' => '?????', |
1028 | | -'ipb_already_blocked' => '"$1"???', |
1029 | | -'proxyblocksuccess' => '??', |
1030 | | - |
1031 | | -# Developer tools |
1032 | | -'lockdb' => '???', |
1033 | | -'unlockdb' => '???', |
1034 | | -'lockconfirm' => '????', |
1035 | | -'unlockconfirm' => '????', |
1036 | | -'lockbtn' => '?', |
1037 | | -'unlockbtn' => '?', |
1038 | | -'lockdbsuccesssub' => '????', |
1039 | | -'unlockdbsuccesssub' => '????', |
1040 | | -'lockdbsuccesstext' => '?????<br />????[[Special:Unlockdb|??]]?', |
1041 | | -'unlockdbsuccesstext' => '????', |
1042 | | -'databasenotlocked' => '????', |
1043 | | - |
1044 | | -# Move page |
1045 | | -'movepage' => '??', |
1046 | | -'movearticle' => '???', |
1047 | | -'movenologin' => '???', |
1048 | | -'movenologintext' => '???[[Special:Userlogin|??]]?', |
1049 | | -'newtitle' => '???', |
1050 | | -'movepagebtn' => '???', |
1051 | | -'pagemovedsub' => '?', |
1052 | | -'pagemovedtext' => '[[$1]]"?"[[$2]]"??', |
1053 | | -'articleexists' => '????,?????????', |
1054 | | -'movedto' => '??', |
1055 | | -'movetalk' => '????', |
1056 | | -'talkpagemoved' => '?????', |
1057 | | -'talkpagenotmoved' => '?<strong>?</strong>???', |
1058 | | -'1movedto2' => '[[$1]]?[[$2]]?', |
1059 | | -'1movedto2_redir' => '[[$1]]?[[$2]]?', |
1060 | | -'movelogpage' => '??', |
1061 | | -'movelogpagetext' => '????:', |
1062 | | -'movereason' => '?', |
1063 | | -'revertmove' => '?', |
1064 | | -'delete_and_move' => '???', |
1065 | | - |
1066 | | -# Namespace 8 related |
1067 | | -'allmessages' => '??', |
1068 | | -'allmessagesname' => '?', |
1069 | | -'allmessagesdefault' => '???', |
1070 | | -'allmessagescurrent' => '??', |
1071 | | -'allmessagesfilter' => '???:', |
1072 | | -'allmessagesmodified' => '???', |
1073 | | - |
1074 | | -# Thumbnails |
1075 | | -'thumbnail-more' => '?', |
1076 | | -'missingimage' => '<b>??</b><br /><i>$1</i>', |
1077 | | -'filemissing' => '????', |
1078 | | - |
1079 | | -# Special:Import |
1080 | | -'import-interwiki-submit' => '??', |
1081 | | -'importstart' => '???�', |
1082 | | -'import-revision-count' => '?$1?', |
1083 | | -'importnopages' => '????', |
1084 | | -'importfailed' => '????:$1', |
1085 | | -'importsuccess' => '????!', |
1086 | | - |
1087 | | -# Import log |
1088 | | -'import-logentry-upload-detail' => '?$1?', |
1089 | | -'import-logentry-interwiki-detail' => '$1??$2', |
1090 | | - |
1091 | | -# Tooltip help for the actions |
1092 | | -'tooltip-search' => '?{{SITENAME}}', |
1093 | | -'tooltip-minoredit' => '????', |
1094 | | -'tooltip-save' => '???', |
1095 | | -'tooltip-preview' => '??,?????', |
1096 | | -'tooltip-diff' => '???', |
1097 | | -'tooltip-compareselectedversions' => '????', |
1098 | | -'tooltip-watch' => '??', |
1099 | | -'tooltip-recreate' => '???', |
1100 | | - |
1101 | | -# Attribution |
1102 | | -'anonymous' => '{{SITENAME}}??', |
1103 | | -'siteuser' => '{{SITENAME}}??$1', |
1104 | | -'lastmodifiedatby' => '$1$2,$3??', # $1 date, $2 time, $3 user |
1105 | | -'and' => '?', |
1106 | | -'othercontribs' => '$1??', |
1107 | | -'others' => '?', |
1108 | | -'siteusers' => '{{SITENAME}}??$1', |
1109 | | - |
1110 | | -# Info page |
1111 | | -'infosubtitle' => '??', |
1112 | | -'numedits' => '??$1', |
1113 | | -'numtalkedits' => '??$1', |
1114 | | -'numwatchers' => '??$1', |
1115 | | -'numauthors' => '??$1??', |
1116 | | -'numtalkauthors' => '??$1??', |
1117 | | - |
1118 | | -# Patrolling |
1119 | | -'markaspatrolleddiff' => '??', |
1120 | | -'markaspatrolledtext' => '??', |
1121 | | -'markedaspatrolled' => '??', |
1122 | | -'markedaspatrolledtext' => '????', |
1123 | | -'rcpatroldisabled' => '????', |
1124 | | -'markedaspatrollederror' => '???', |
1125 | | -'markedaspatrollederrortext' => '?????', |
1126 | | - |
1127 | | -# Image deletion |
1128 | | -'deletedrevision' => '???$1.', |
1129 | | - |
1130 | | -# Browsing diffs |
1131 | | -'previousdiff' => '??', |
1132 | | -'nextdiff' => '??', |
1133 | | - |
1134 | | -# Media information |
1135 | | -'widthheight' => '?$1?$2', |
1136 | | - |
1137 | | -'newimages' => '???', |
1138 | | -'showhidebots' => '($1?)', |
1139 | | -'noimages' => '?', |
1140 | | - |
1141 | | -'passwordtooshort' => '????,??$1??', |
1142 | | - |
1143 | | -# Metadata |
1144 | | -'metadata' => '??', |
1145 | | - |
1146 | | -# EXIF tags |
1147 | | -'exif-imagewidth' => '?', |
1148 | | -'exif-imagelength' => '?', |
1149 | | - |
1150 | | -# 'all' in various places, this might be different for inflected languages |
1151 | | -'recentchangesall' => '?', |
1152 | | -'imagelistall' => '?', |
1153 | | -'watchlistall1' => '?', |
1154 | | -'watchlistall2' => '?', |
1155 | | -'namespacesall' => '?', |
1156 | | - |
1157 | | -# E-mail address confirmation |
1158 | | -'confirmemail' => '???', |
1159 | | -'confirmemail_noemail' => '[[Special:Preferences|??]]???', |
1160 | | -'confirmemail_send' => '???', |
1161 | | -'confirmemail_sent' => '????', |
1162 | | -'confirmemail_sendfailed' => '????,?????', |
1163 | | - |
1164 | | -# Inputbox extension, may be useful in other contexts as well |
1165 | | -'tryexact' => '???', |
1166 | | -'searchfulltext' => '???', |
1167 | | -'createarticle' => '??', |
1168 | | - |
1169 | | -# Scary transclusion |
1170 | | -'scarytranscludefailed' => '[??,$1???]', |
1171 | | -'scarytranscludetoolong' => '[??,????]', |
1172 | | - |
1173 | | -# Trackbacks |
1174 | | -'trackbackremove' => ' ([$1?])', |
1175 | | - |
1176 | | -# Delete conflict |
1177 | | -'deletedwhileediting' => '?:?????', |
1178 | | -'confirmrecreate' => "[[User:$1|$1]]([[User talk:$1|?]])????: |
1179 | | -''$2'' |
1180 | | -?????", |
1181 | | -'recreate' => '?', |
1182 | | - |
1183 | | -# HTML dump |
1184 | | -'redirectingto' => '??[[$1]]�', |
1185 | | - |
1186 | | -# action=purge |
1187 | | -'confirm_purge' => '???? |
1188 | | - |
1189 | | -$1', |
1190 | | -'confirm_purge_button' => '?', |
1191 | | - |
1192 | | -'youhavenewmessagesmulti' => '???$1', |
1193 | | - |
1194 | | -'searchcontaining' => "???''$1''", |
1195 | | -'searchnamed' => "???''$1''.", |
1196 | | -'articletitles' => "???''$1''", |
1197 | | -'hideresults' => '?', |
1198 | | - |
1199 | | -'loginlanguagelabel' => '?:$1', |
1200 | | - |
1201 | | -# Multipage image navigation |
1202 | | -'imgmultipageprev' => '???', |
1203 | | -'imgmultipagenext' => '???', |
1204 | | -'imgmultigo' => '?', |
1205 | | -'imgmultigotopre' => '?', |
1206 | | - |
1207 | | -# Table pager |
1208 | | -'ascending_abbrev' => '??', |
1209 | | -'descending_abbrev' => '??', |
1210 | | -'table_pager_next' => '??', |
1211 | | -'table_pager_prev' => '??', |
1212 | | -'table_pager_first' => '??', |
1213 | | -'table_pager_last' => '??', |
1214 | | -'table_pager_limit' => '???$1', |
1215 | | -'table_pager_limit_submit' => '?', |
1216 | | -'table_pager_empty' => '?', |
1217 | | - |
1218 | | -# Auto-summaries |
1219 | | -'autoredircomment' => '??[[$1]]', # This should be changed to the new naming convention, but existed beforehand |
1220 | | - |
1221 | | -); |
1222 | | - |
1223 | 8 | ?> |