~ubuntu-branches/ubuntu/quantal/mediawiki/quantal

« back to all changes in this revision

Viewing changes to languages/messages/MessagesLzh.php

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser, Thorsten Glaser, Jonathan Wiltshire
  • Date: 2012-09-20 13:40:12 UTC
  • mfrom: (16.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120920134012-fbv87yohdi5b3svt
Tags: 1:1.19.2-1
[ Thorsten Glaser ]
* New upstream: security fixes for CVE-2012-4377, CVE-2012-4378,
  CVE-2012-4379, CVE-2012-4380, CVE-2012-4381, CVE-2012-4382
  (Closes: #686330)
* Prevent <table></table> without any <tr /> inside, globally
* Fix more cases of not checking $wgHtml5
* MW’s ID (XML) sanitiser is there for a reason, use it!
* Prevent <ul></ul> without any <li /> inside in MonoBook
* Fix invalid XHTML caused by code not honouring $wgHtml5
* Quell some PHP warnings from sloppy code
* Do the wfSuppressWarnings patch used with FusionForge right
* Add myself to Uploaders and quieten lintian a bit
* Do not replace patched jquery-tablesorter with unpatched one;
  unbreaks sortable tables (Closes: #687519)
* Update versioned Breaks against fusionforge and mw-extensions

[ Jonathan Wiltshire ]
* Add Recommends on mediawiki-extensions-base and php-wikidiff2

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * @file
9
9
 *
10
10
 * @author Itsmine
 
11
 * @author Justincheng12345
11
12
 * @author Omnipaedista
12
13
 * @author Shinjiman
13
14
 */
85
86
'tog-rememberpassword'        => '符節通越(達至$1日)',
86
87
'tog-watchcreations'          => '哨己撰',
87
88
'tog-watchdefault'            => '哨己纂',
 
89
'tog-watchmoves'              => '派哨予吾遷之頁',
 
90
'tog-watchdeletion'           => '派哨予吾除之頁',
88
91
'tog-minordefault'            => '慣為校',
89
92
'tog-previewontop'            => '頂草覽',
90
93
'tog-previewonfirst'          => '覽首修',
194
197
'listingcontinuesabbrev'         => '續',
195
198
'index-category'                 => '已索之頁',
196
199
'noindex-category'               => '未索之頁',
 
200
'broken-file-category'           => '帶壞檔之頁',
197
201
 
198
202
'about'         => '述',
199
203
'article'       => '文',
460
464
'createaccount'              => '增簿',
461
465
'gotaccount'                 => '有簿矣哉?往$1。',
462
466
'gotaccountlink'             => '登簿',
 
467
'userlogin-resetlink'        => '君忘登簿所需爾?',
463
468
'createaccountmail'          => '同郵',
464
469
'createaccountreason'        => '因:',
465
470
'badretype'                  => '符節不合也。',
1250
1255
此頁之誌刪與移於此示之以參詳也:",
1251
1256
'uploadtext'                 => "下表以獻,[[Special:FileList|載獻]]覽之。或見[[Special:Log/upload|誌獻]]與[[Special:Log/delete|誌刪]]。
1252
1257
欲嵌頁中,是格鏈之其一:
1253
 
* '''<tt><nowiki>[[</nowiki>{{ns:file}}:File.jpg]]</tt>'''用此整獻
1254
 
* '''<tt><nowiki>[[</nowiki>{{ns:file}}:File.png||200px|thumb|left|名]]</tt>'''以二百像素置左框置『名』
1255
 
* '''<tt><nowiki>[[</nowiki>{{ns:media}}:File.ogg]]</tt>'''直連獻,無示獻",
 
1258
* '''<code><nowiki>[[</nowiki>{{ns:file}}:File.jpg]]</code>'''用此整獻
 
1259
* '''<code><nowiki>[[</nowiki>{{ns:file}}:File.png||200px|thumb|left|名]]</code>'''以二百像素置左框置『名』
 
1260
* '''<code><nowiki>[[</nowiki>{{ns:media}}:File.ogg]]</code>'''直連獻,無示獻",
1256
1261
'upload-permitted'           => '可之物類:$1。',
1257
1262
'upload-preferred'           => '議之物類:$1。',
1258
1263
'upload-prohibited'          => '禁之物類:$1。',
1293
1298
'tmp-write-error'            => '臨檔案寫錯也。',
1294
1299
'large-file'                 => '檔長$2仟位元組,不逾$1為佳。',
1295
1300
'emptyfile'                  => '無以獻,疑謬名也,惠核之。',
1296
 
'fileexists'                 => "'''<tt>[[:$1]]</tt>'''存矣,欲蓋之則再也。 [[$1|thumb]]",
1297
 
'filepageexists'             => "此檔之述於'''<tt>[[:$1]]</tt>'''存矣,檔未存也。爾入述無存也。要現之,爾需纂之。",
 
1301
'fileexists'                 => '<strong>[[:$1]]</strong>存矣,欲蓋之則再也。 [[$1|thumb]]',
 
1302
'filepageexists'             => '此檔之述於<strong>[[:$1]]</strong>存矣,檔未存也。爾入述無存也。要現之,爾需纂之。',
1298
1303
'file-exists-duplicate'      => '此檔乃重檔{{PLURAL:$1|一|數}}:',
1299
1304
'file-deleted-duplicate'     => '此檔([[:$1]])前刪。爾需查刪錄再貢之。',
1300
1305
'uploadwarning'              => '慎焉!',
1462
1467
 
1463
1468
# MIME search
1464
1469
'mimesearch'         => '篩檔',
1465
 
'mimesearch-summary' => '此頁可以MIME篩檔.格仿「文類/次類」,如<tt>image/jpeg</tt>。',
 
1470
'mimesearch-summary' => '此頁可以MIME篩檔.格仿「文類/次類」,如<code>image/jpeg</code>。',
1466
1471
'mimetype'           => 'MIME類有:',
1467
1472
'download'           => '載下',
1468
1473
 
1638
1643
'linksearch-ns'    => '名集:',
1639
1644
'linksearch-ok'    => '尋',
1640
1645
'linksearch-text'  => '用似"*.wikipedia.org"之萬字。<br />
1641
 
援之議:<tt>$1</tt>',
 
1646
援之議:<code>$1</code>',
1642
1647
'linksearch-line'  => '$1連$2',
1643
1648
'linksearch-error' => '萬字僅用於機之始也。',
1644
1649