/languages/messages/MessagesJa.php

https://bitbucket.org/glasshouse/glasshousewiki · PHP · 4332 lines · 3854 code · 248 blank · 230 comment · 0 complexity · 90756ec9ff7ff917c4708779c03e5104 MD5 · raw file

Large files are truncated click here to view the full file

  1. <?php
  2. /** Japanese (???)
  3. *
  4. * See MessagesQqq.php for message documentation incl. usage of parameters
  5. * To improve a translation please visit http://translatewiki.net
  6. *
  7. * @ingroup Language
  8. * @file
  9. *
  10. * @author 2nd-player
  11. * @author Akaniji
  12. * @author Alexsh
  13. * @author Ant176
  14. * @author Aotake
  15. * @author Aphaia
  16. * @author Broad-Sky
  17. * @author Chatama
  18. * @author Chinneeb
  19. * @author Emk
  20. * @author Fievarsty
  21. * @author Fitoschido
  22. * @author Fryed-peach
  23. * @author Hatukanezumi
  24. * @author Hijiri
  25. * @author Hisagi
  26. * @author Hosiryuhosi
  27. * @author Iwai.masaharu
  28. * @author Joe Elkins
  29. * @author JtFuruhata
  30. * @author Kahusi
  31. * @author Kanon und wikipedia
  32. * @author Kkkdc
  33. * @author Klutzy
  34. * @author Koba-chan
  35. * @author Krinkle
  36. * @author Liangent
  37. * @author Likibp
  38. * @author Lovekhmer
  39. * @author Marine-Blue
  40. * @author MarkAHershberger
  41. * @author Miya
  42. * @author Mizusumashi
  43. * @author Muttley
  44. * @author Mzm5zbC3
  45. * @author Ohgi
  46. * @author Penn Station
  47. * @author Reedy
  48. * @author Schu
  49. * @author Shirayuki
  50. * @author Suisui
  51. * @author VZP10224
  52. * @author Vigorous action
  53. * @author W.CC
  54. * @author Web comic
  55. * @author Whym
  56. * @author Yanajin66
  57. * @author ???? ????????
  58. * @author ?
  59. * @author ???
  60. * @author ????
  61. */
  62. $datePreferences = array(
  63. 'default',
  64. 'nengo',
  65. 'ISO 8601',
  66. );
  67. $defaultDateFormat = 'ja';
  68. $dateFormats = array(
  69. 'ja time' => 'H:i',
  70. 'ja date' => 'Y?n?j? (D)',
  71. 'ja both' => 'Y?n?j? (D) H:i',
  72. 'nengo time' => 'H:i',
  73. 'nengo date' => 'xtY?n?j? (D)',
  74. 'nengo both' => 'xtY?n?j? (D) H:i',
  75. );
  76. $namespaceNames = array(
  77. NS_MEDIA => '????',
  78. NS_SPECIAL => '??',
  79. NS_TALK => '???',
  80. NS_USER => '???',
  81. NS_USER_TALK => '???????',
  82. NS_PROJECT_TALK => '$1????',
  83. NS_FILE => '????',
  84. NS_FILE_TALK => '????????',
  85. NS_MEDIAWIKI => 'MediaWiki',
  86. NS_MEDIAWIKI_TALK => 'MediaWiki????',
  87. NS_TEMPLATE => '??????',
  88. NS_TEMPLATE_TALK => '??????????',
  89. NS_HELP => '???',
  90. NS_HELP_TALK => '???????',
  91. NS_CATEGORY => '????',
  92. NS_CATEGORY_TALK => '????????',
  93. );
  94. $namespaceAliases = array(
  95. '???' => NS_TALK,
  96. '??????' => NS_USER_TALK,
  97. '$1????' => NS_PROJECT_TALK,
  98. '??' => NS_FILE,
  99. '??????' => NS_FILE_TALK,
  100. '????????' => NS_FILE_TALK,
  101. 'MediaWiki????' => NS_MEDIAWIKI_TALK,
  102. 'Template????' => NS_TEMPLATE_TALK,
  103. 'Help????' => NS_HELP_TALK,
  104. 'Category????' => NS_CATEGORY_TALK
  105. );
  106. $specialPageAliases = array(
  107. 'Activeusers' => array( '???????', '?????????' ),
  108. 'Allmessages' => array( '???????', '????????????', '??????????' ),
  109. 'Allpages' => array( '?????', '????' ),
  110. 'Ancientpages' => array( '???????????' ),
  111. 'Badtitle' => array( '???????' ),
  112. 'Blankpage' => array( '?????' ),
  113. 'Block' => array( '??????', '????' ),
  114. 'Blockme' => array( '??????' ),
  115. 'Booksources' => array( '????', '?????' ),
  116. 'BrokenRedirects' => array( '?????????', '?????????' ),
  117. 'Categories' => array( '????', '??????' ),
  118. 'ChangeEmail' => array( '??????????' ),
  119. 'ChangePassword' => array( '????????', '???????', '????????', '?????????' ),
  120. 'ComparePages' => array( '??????' ),
  121. 'Confirmemail' => array( '??????????' ),
  122. 'Contributions' => array( '????' ),
  123. 'CreateAccount' => array( '???????', '????????' ),
  124. 'Deadendpages' => array( '?????????????????', '????????' ),
  125. 'DeletedContributions' => array( '?????????', '?????????', '???' ),
  126. 'Disambiguations' => array( '?????????', '?????' ),
  127. 'DoubleRedirects' => array( '????????' ),
  128. 'EditWatchlist' => array( '??????????', '?????????' ),
  129. 'Emailuser' => array( '?????', '??????' ),
  130. 'Export' => array( '???????', '????????', '??????' ),
  131. 'Fewestrevisions' => array( '???????????', '???????', '????????' ),
  132. 'FileDuplicateSearch' => array( '????????' ),
  133. 'Filepath' => array( '?????' ),
  134. 'Import' => array( '???????', '????????', '?????' ),
  135. 'Invalidateemail' => array( '??????', '?????' ),
  136. 'BlockList' => array( '??????', '???????' ),
  137. 'LinkSearch' => array( '???????' ),
  138. 'Listadmins' => array( '?????' ),
  139. 'Listbots' => array( '?????', 'Bot??' ),
  140. 'Listfiles' => array( '??????', '???????' ),
  141. 'Listgrouprights' => array( '?????????', '????????????', '???????' ),
  142. 'Listredirects' => array( '????????', '?????????', '?????????' ),
  143. 'Listusers' => array( '???????', '????????' ),
  144. 'Lockdb' => array( '?????????' ),
  145. 'Log' => array( '??', '??' ),
  146. 'Lonelypages' => array( '?????????' ),
  147. 'Longpages' => array( '?????' ),
  148. 'MergeHistory' => array( '????' ),
  149. 'MIMEsearch' => array( 'MIME??', 'MIME?????' ),
  150. 'Mostcategories' => array( '??????????', '?????????' ),
  151. 'Mostimages' => array( '???????????', '???????????' ),
  152. 'Mostlinked' => array( '??????????' ),
  153. 'Mostlinkedcategories' => array( '???????????' ),
  154. 'Mostlinkedtemplates' => array( '?????????????', '?????????????' ),
  155. 'Mostrevisions' => array( '??????????', '??????', '???????' ),
  156. 'Movepage' => array( '??', '??????' ),
  157. 'Mycontributions' => array( '???????' ),
  158. 'Mypage' => array( '??????', '?????', '??????' ),
  159. 'Mytalk' => array( '??????', '?????', '?????', '??????' ),
  160. 'Myuploads' => array( '???????????' ),
  161. 'Newimages' => array( '??????', '??????????', '???????' ),
  162. 'Newpages' => array( '??????', '????' ),
  163. 'PasswordReset' => array( '????????', '?????????', '??????????', '?????????' ),
  164. 'PermanentLink' => array( '?????', '??????' ),
  165. 'Popularpages' => array( '?????' ),
  166. 'Preferences' => array( '????', '?????' ),
  167. 'Prefixindex' => array( '?????????', '?????????' ),
  168. 'Protectedpages' => array( '??????????' ),
  169. 'Protectedtitles' => array( '?????????????' ),
  170. 'Randompage' => array( '??????' ),
  171. 'Randomredirect' => array( '??????????', '??????' ),
  172. 'Recentchanges' => array( '?????', '?????????' ),
  173. 'Recentchangeslinked' => array( '??????????', '?????????' ),
  174. 'Revisiondelete' => array( '?????', '?????' ),
  175. 'RevisionMove' => array( '???' ),
  176. 'Search' => array( '??' ),
  177. 'Shortpages' => array( '?????' ),
  178. 'Specialpages' => array( '???????' ),
  179. 'Statistics' => array( '??' ),
  180. 'Tags' => array( '????' ),
  181. 'Unblock' => array( '??????' ),
  182. 'Uncategorizedcategories' => array( '????????????' ),
  183. 'Uncategorizedimages' => array( '????????????' ),
  184. 'Uncategorizedpages' => array( '???????????' ),
  185. 'Uncategorizedtemplates' => array( '??????????????' ),
  186. 'Undelete' => array( '??', '??' ),
  187. 'Unlockdb' => array( '???????????', '????????' ),
  188. 'Unusedcategories' => array( '???????????', '???????' ),
  189. 'Unusedimages' => array( '???????????', '???????', '?????' ),
  190. 'Unusedtemplates' => array( '?????????????', '?????????' ),
  191. 'Unwatchedpages' => array( '?????????????' ),
  192. 'Upload' => array( '??????' ),
  193. 'UploadStash' => array( '?????????' ),
  194. 'Userlogin' => array( '????' ),
  195. 'Userlogout' => array( '?????' ),
  196. 'Userrights' => array( '?????', '????????' ),
  197. 'Version' => array( '???????', '?????' ),
  198. 'Wantedcategories' => array( '??????????????', '????????' ),
  199. 'Wantedfiles' => array( '?????????????????', '????????' ),
  200. 'Wantedpages' => array( '?????????????', '????' ),
  201. 'Wantedtemplates' => array( '????????????????', '??????????' ),
  202. 'Watchlist' => array( '???????' ),
  203. 'Whatlinkshere' => array( '????' ),
  204. 'Withoutinterwiki' => array( '??????????????', '????????????' ),
  205. );
  206. $magicWords = array(
  207. 'redirect' => array( '0', '#??', '#??????', '???', '???????', '#REDIRECT' ),
  208. 'notoc' => array( '0', '__?????__', '?????????', '__NOTOC__' ),
  209. 'nogallery' => array( '0', '__????????__', '????????????', '__NOGALLERY__' ),
  210. 'forcetoc' => array( '0', '__????__', '????????', '__FORCETOC__' ),
  211. 'toc' => array( '0', '__??__', '??????', '__TOC__' ),
  212. 'noeditsection' => array( '0', '__??????__', '__??????????__', '??????????????', '__NOEDITSECTION__' ),
  213. 'noheader' => array( '0', '__??????__', '??????????', '__NOHEADER__' ),
  214. 'currentmonth' => array( '1', '????', '???', 'CURRENTMONTH', 'CURRENTMONTH2' ),
  215. 'currentmonth1' => array( '1', '????1', '???1', '????', 'CURRENTMONTH1' ),
  216. 'currentmonthname' => array( '1', '?????', '????', 'CURRENTMONTHNAME' ),
  217. 'currentmonthnamegen' => array( '1', '??????', 'CURRENTMONTHNAMEGEN' ),
  218. 'currentmonthabbrev' => array( '1', '???????', '?????', '?????', '??????', 'CURRENTMONTHABBREV' ),
  219. 'currentday' => array( '1', '????', '???', 'CURRENTDAY' ),
  220. 'currentday2' => array( '1', '????2', '???2', '????', 'CURRENTDAY2' ),
  221. 'currentdayname' => array( '1', '??????', '????', 'CURRENTDAYNAME' ),
  222. 'currentyear' => array( '1', '????', '???', 'CURRENTYEAR' ),
  223. 'currenttime' => array( '1', '?????', '????', '????', 'CURRENTTIME' ),
  224. 'currenthour' => array( '1', '????', '???', 'CURRENTHOUR' ),
  225. 'localmonth' => array( '1', '?????', '???', 'LOCALMONTH', 'LOCALMONTH2' ),
  226. 'localmonth1' => array( '1', '?????1', '???1', '????', 'LOCALMONTH1' ),
  227. 'localmonthname' => array( '1', '??????1', '????', 'LOCALMONTHNAME' ),
  228. 'localmonthnamegen' => array( '1', '???????', 'LOCALMONTHNAMEGEN' ),
  229. 'localmonthabbrev' => array( '1', '????????', '?????', 'LOCALMONTHABBREV' ),
  230. 'localday' => array( '1', '?????', '???', '??????', 'LOCALDAY' ),
  231. 'localday2' => array( '1', '?????2', '???2', '????', 'LOCALDAY2' ),
  232. 'localdayname' => array( '1', '???????', '????', '?????????', 'LOCALDAYNAME' ),
  233. 'localyear' => array( '1', '?????', '???', '???????', 'LOCALYEAR' ),
  234. 'localtime' => array( '1', '??????', '????', '???????', 'LOCALTIME' ),
  235. 'localhour' => array( '1', '?????', '???', 'LOCALHOUR' ),
  236. 'numberofpages' => array( '1', '????', 'NUMBEROFPAGES' ),
  237. 'numberofarticles' => array( '1', '???', 'NUMBEROFARTICLES' ),
  238. 'numberoffiles' => array( '1', '?????', 'NUMBEROFFILES' ),
  239. 'numberofusers' => array( '1', '????', 'NUMBEROFUSERS' ),
  240. 'numberofactiveusers' => array( '1', '??????', '???????', '??????', 'NUMBEROFACTIVEUSERS' ),
  241. 'numberofedits' => array( '1', '????', 'NUMBEROFEDITS' ),
  242. 'numberofviews' => array( '1', '????', 'NUMBEROFVIEWS' ),
  243. 'pagename' => array( '1', '????', 'PAGENAME' ),
  244. 'pagenamee' => array( '1', '????E', '?????', 'PAGENAMEE' ),
  245. 'namespace' => array( '1', '????', 'NAMESPACE' ),
  246. 'namespacee' => array( '1', '????E', '?????', 'NAMESPACEE' ),
  247. 'talkspace' => array( '1', '?????', '?????', '????', '???????', 'TALKSPACE' ),
  248. 'talkspacee' => array( '1', '?????E', '??????', '?????E', '????E', '??????', '?????', '???????E', '????????', 'TALKSPACEE' ),
  249. 'subjectspace' => array( '1', '???', '????', '????', 'SUBJECTSPACE', 'ARTICLESPACE' ),
  250. 'subjectspacee' => array( '1', '???E', '????E', '?????', '????E', '?????', 'SUBJECTSPACEE', 'ARTICLESPACEE' ),
  251. 'fullpagename' => array( '1', '???????', '??????', '??????', '?????', 'FULLPAGENAME' ),
  252. 'fullpagenamee' => array( '1', '???????E', '??????E', '???????', '????????', 'FULLPAGENAMEE' ),
  253. 'subpagename' => array( '1', '??????', 'SUBPAGENAME' ),
  254. 'subpagenamee' => array( '1', '??????E', '???????', 'SUBPAGENAMEE' ),
  255. 'basepagename' => array( '1', '?????', 'BASEPAGENAME' ),
  256. 'basepagenamee' => array( '1', '?????E', '??????', 'BASEPAGENAMEE' ),
  257. 'talkpagename' => array( '1', '???????', '??????', 'TALKPAGENAME' ),
  258. 'talkpagenamee' => array( '1', '???????E', '??????E', '???????', '????????', 'TALKPAGENAMEE' ),
  259. 'subjectpagename' => array( '1', '?????', '??????', 'SUBJECTPAGENAME', 'ARTICLEPAGENAME' ),
  260. 'subjectpagenamee' => array( '1', '?????E', '??????E', '??????', '???????', 'SUBJECTPAGENAMEE', 'ARTICLEPAGENAMEE' ),
  261. 'msg' => array( '0', '?????:', 'MSG:' ),
  262. 'subst' => array( '0', '??:', '???', 'SUBST:' ),
  263. 'safesubst' => array( '0', '????:', 'SAFESUBST:' ),
  264. 'msgnw' => array( '0', '??????????:', 'MSGNW:' ),
  265. 'img_thumbnail' => array( '1', '?????', 'thumbnail', 'thumb' ),
  266. 'img_manualthumb' => array( '1', '????=$1', '?????=$1', 'thumbnail=$1', 'thumb=$1' ),
  267. 'img_right' => array( '1', '?', 'right' ),
  268. 'img_left' => array( '1', '?', 'left' ),
  269. 'img_none' => array( '1', '??', '??', 'none' ),
  270. 'img_width' => array( '1', '$1????', '$1px' ),
  271. 'img_center' => array( '1', '??', 'center', 'centre' ),
  272. 'img_framed' => array( '1', '????', 'framed', 'enframed', 'frame' ),
  273. 'img_frameless' => array( '1', '??????', 'frameless' ),
  274. 'img_page' => array( '1', '???=$1', '??? $1', 'page=$1', 'page $1' ),
  275. 'img_upright' => array( '1', '??', 'upright', 'upright=$1', 'upright $1' ),
  276. 'img_border' => array( '1', '??', '????', 'border' ),
  277. 'img_baseline' => array( '1', '??', '??????', 'baseline' ),
  278. 'img_sub' => array( '1', '???', 'sub' ),
  279. 'img_super' => array( '1', '???', 'super', 'sup' ),
  280. 'img_top' => array( '1', '??', 'top' ),
  281. 'img_text_top' => array( '1', '???', 'text-top' ),
  282. 'img_middle' => array( '1', '??', 'middle' ),
  283. 'img_bottom' => array( '1', '??', 'bottom' ),
  284. 'img_text_bottom' => array( '1', '???', 'text-bottom' ),
  285. 'img_link' => array( '1', '???=$1', 'link=$1' ),
  286. 'img_alt' => array( '1', '???=$1', 'alt=$1' ),
  287. 'int' => array( '0', '????????:', '???:', '?????????', '????', 'INT:' ),
  288. 'sitename' => array( '1', '????', '??????', 'SITENAME' ),
  289. 'ns' => array( '0', '????:', '?????', '??:', '???', 'NS:' ),
  290. 'nse' => array( '0', '????E:', 'NSE:' ),
  291. 'localurl' => array( '0', '????URL:', '????????', 'LOCALURL:' ),
  292. 'localurle' => array( '0', '????URLE:', '?????????', 'LOCALURLE:' ),
  293. 'articlepath' => array( '0', '????', 'ARTICLEPATH' ),
  294. 'server' => array( '0', '????', '???', 'SERVER' ),
  295. 'servername' => array( '0', '?????', '???????', '????', '??????', 'SERVERNAME' ),
  296. 'scriptpath' => array( '0', '???????', 'SCRIPTPATH' ),
  297. 'stylepath' => array( '0', '??????', 'STYLEPATH' ),
  298. 'grammar' => array( '0', '??:', 'GRAMMAR:' ),
  299. 'gender' => array( '0', '??:', '???', 'GENDER:' ),
  300. 'notitleconvert' => array( '0', '__????????__', '__???????????__', '???????????????', '__???????__', '__NOTITLECONVERT__', '__NOTC__' ),
  301. 'nocontentconvert' => array( '0', '__??????__', '__??????__', '??????????', '__NOCONTENTCONVERT__', '__NOCC__' ),
  302. 'currentweek' => array( '1', '????', 'CURRENTWEEK' ),
  303. 'currentdow' => array( '1', '???????', 'CURRENTDOW' ),
  304. 'localweek' => array( '1', '?????', '???', '????????', 'LOCALWEEK' ),
  305. 'localdow' => array( '1', '????????', 'LOCALDOW' ),
  306. 'revisionid' => array( '1', '??ID', '?????ID', '??ID', '???????', '????', 'REVISIONID' ),
  307. 'revisionday' => array( '1', '???', '??????', '???', 'REVISIONDAY' ),
  308. 'revisionday2' => array( '1', '???2', '??????2', '???2', '???????', '????', 'REVISIONDAY2' ),
  309. 'revisionmonth' => array( '1', '???', '??????', '???', 'REVISIONMONTH' ),
  310. 'revisionmonth1' => array( '1', '???1', 'REVISIONMONTH1' ),
  311. 'revisionyear' => array( '1', '???', '??????', '???', 'REVISIONYEAR' ),
  312. 'revisiontimestamp' => array( '1', '?????????', '????????????', 'REVISIONTIMESTAMP' ),
  313. 'revisionuser' => array( '1', '?????', '?????????', '????????', '????????', '?????', 'REVISIONUSER' ),
  314. 'plural' => array( '0', '??:', '???', 'PLURAL:' ),
  315. 'fullurl' => array( '0', '???URL:', '??URL:', '???????', '??????', 'FULLURL:' ),
  316. 'fullurle' => array( '0', '???URLE:', '??URLE:', '????????', '???????', 'FULLURLE:' ),
  317. 'lcfirst' => array( '0', '?????:', 'LCFIRST:' ),
  318. 'ucfirst' => array( '0', '?????:', 'UCFIRST:' ),
  319. 'lc' => array( '0', '???:', 'LC:' ),
  320. 'uc' => array( '0', '???:', 'UC:' ),
  321. 'raw' => array( '0', '?:', 'RAW:' ),
  322. 'displaytitle' => array( '1', '??????:', 'DISPLAYTITLE' ),
  323. 'rawsuffix' => array( '1', '?', 'R' ),
  324. 'newsectionlink' => array( '1', '__???????__', '__???????????__', '__?????????__', '???????????????', '?????????????', '__NEWSECTIONLINK__' ),
  325. 'nonewsectionlink' => array( '1', '__??????????__', '__??????????????__', '??????????????????', '__????????????__', '????????????????', '__NONEWSECTIONLINK__' ),
  326. 'currentversion' => array( '1', '????????', '????????', 'MediaWiki?????', '????????????', 'CURRENTVERSION' ),
  327. 'urlencode' => array( '0', 'URL?????:', '?????????', 'URLENCODE:' ),
  328. 'anchorencode' => array( '0', '??????????', 'ANCHORENCODE' ),
  329. 'currenttimestamp' => array( '1', '??????????', '?????????', 'CURRENTTIMESTAMP' ),
  330. 'localtimestamp' => array( '1', '???????????', '?????????', '???????????', 'LOCALTIMESTAMP' ),
  331. 'directionmark' => array( '1', '???', 'DIRECTIONMARK', 'DIRMARK' ),
  332. 'language' => array( '0', '#??:', '????', '#LANGUAGE:' ),
  333. 'contentlanguage' => array( '1', '????', '????', '????????', 'CONTENTLANGUAGE', 'CONTENTLANG' ),
  334. 'pagesinnamespace' => array( '1', '?????????', 'PAGESINNAMESPACE:', 'PAGESINNS:' ),
  335. 'numberofadmins' => array( '1', '????', 'NUMBEROFADMINS' ),
  336. 'formatnum' => array( '0', '???', 'FORMATNUM' ),
  337. 'padleft' => array( '0', '???', 'PADLEFT' ),
  338. 'padright' => array( '0', '???', 'PADRIGHT' ),
  339. 'special' => array( '0', '??', 'special' ),
  340. 'defaultsort' => array( '1', '????????:', '?????????', '??????????:', '????????????:', 'DEFAULTSORT:', 'DEFAULTSORTKEY:', 'DEFAULTCATEGORYSORT:' ),
  341. 'filepath' => array( '0', '??????:', '???????', 'FILEPATH:' ),
  342. 'tag' => array( '0', '??', 'tag' ),
  343. 'hiddencat' => array( '1', '__???????__', '__?????__', '__?????__', '__HIDDENCAT__' ),
  344. 'pagesincategory' => array( '1', '?????????', 'PAGESINCATEGORY', 'PAGESINCAT' ),
  345. 'pagesize' => array( '1', '??????', 'PAGESIZE' ),
  346. 'index' => array( '1', '__??????__', '??????????', '__INDEX__' ),
  347. 'noindex' => array( '1', '__????????__', '????????????', '__NOINDEX__' ),
  348. 'numberingroup' => array( '1', '??????', '????????', 'NUMBERINGROUP', 'NUMINGROUP' ),
  349. 'staticredirect' => array( '1', '__????__', '__????????__', '????????????', '__????????__', '????????????', '__STATICREDIRECT__' ),
  350. 'protectionlevel' => array( '1', '?????', 'PROTECTIONLEVEL' ),
  351. 'formatdate' => array( '0', '????', 'formatdate', 'dateformat' ),
  352. 'url_path' => array( '0', '??', 'PATH' ),
  353. 'url_wiki' => array( '0', '???', 'WIKI' ),
  354. 'url_query' => array( '0', '????', 'QUERY' ),
  355. );
  356. $messages = array(
  357. # User preference toggles
  358. 'tog-underline' => '??????:',
  359. 'tog-justify' => '????????????',
  360. 'tog-hideminor' => '?????????????????',
  361. 'tog-hidepatrolled' => '???????????????????',
  362. 'tog-newpageshidepatrolled' => '????????????????????????',
  363. 'tog-extendwatchlist' => '????????????????????????????????',
  364. 'tog-usenewrc' => '?????????????????????????????? (JavaScript ???)',
  365. 'tog-numberheadings' => '?????????????',
  366. 'tog-showtoolbar' => '?????????????JavaScript????',
  367. 'tog-editondblclick' => '???????????JavaScript????',
  368. 'tog-editsection' => '[??]?????????????????',
  369. 'tog-editsectiononrightclick' => '????????????????????????JavaScript????',
  370. 'tog-showtoc' => '??????????????4????????',
  371. 'tog-rememberpassword' => '????????????????? (?? $1 {{PLURAL:$1|?|??}})',
  372. 'tog-watchcreations' => '??????????????????????????????????',
  373. 'tog-watchdefault' => '??????????????????????????',
  374. 'tog-watchmoves' => '??????????????????????????',
  375. 'tog-watchdeletion' => '??????????????????????????',
  376. 'tog-minordefault' => '?????????????????',
  377. 'tog-previewontop' => '?????????????????',
  378. 'tog-previewonfirst' => '???????????????',
  379. 'tog-nocache' => '???????????????????????',
  380. 'tog-enotifwatchlistpages' => '?????????????????????????????????',
  381. 'tog-enotifusertalkpages' => '????????????????????????',
  382. 'tog-enotifminoredits' => '?????????????????????????',
  383. 'tog-enotifrevealaddr' => '???????????????????',
  384. 'tog-shownumberswatching' => '???????????????????',
  385. 'tog-oldsig' => '?????:',
  386. 'tog-fancysig' => '???????????? (???????)',
  387. 'tog-externaleditor' => '??????????????????? (???????????????????????[//www.mediawiki.org/wiki/Manual:External_editors ??])',
  388. 'tog-externaldiff' => '?????????????????? (???????????????????????[//www.mediawiki.org/wiki/Manual:External_editors ??])',
  389. 'tog-showjumplinks' => '?????????????{{int:jumpto}}??????????',
  390. 'tog-uselivepreview' => '??????????? (JavaScript???) (???)',
  391. 'tog-forceeditsummary' => '???????????????',
  392. 'tog-watchlisthideown' => '???????????????????',
  393. 'tog-watchlisthidebots' => '??????????????????????',
  394. 'tog-watchlisthideminor' => '???????????????????',
  395. 'tog-watchlisthideliu' => '??????????????????????????',
  396. 'tog-watchlisthideanons' => '????????????????????????',
  397. 'tog-watchlisthidepatrolled' => '?????????????????????',
  398. 'tog-ccmeonemails' => '???????????????????????',
  399. 'tog-diffonly' => '????????????????',
  400. 'tog-showhiddencats' => '?????????',
  401. 'tog-noconvertlink' => '???????????????',
  402. 'tog-norollbackdiff' => '??????????????',
  403. 'underline-always' => '?????',
  404. 'underline-never' => '??????',
  405. 'underline-default' => '?????????????????',
  406. # Font style option in Special:Preferences
  407. 'editfont-style' => '??????????:',
  408. 'editfont-default' => '???????????',
  409. 'editfont-monospace' => '??????',
  410. 'editfont-sansserif' => 'Sans Serif ????',
  411. 'editfont-serif' => 'Serif ????',
  412. # Dates
  413. 'sunday' => '???',
  414. 'monday' => '???',
  415. 'tuesday' => '???',
  416. 'wednesday' => '???',
  417. 'thursday' => '???',
  418. 'friday' => '???',
  419. 'saturday' => '???',
  420. 'sun' => '?',
  421. 'mon' => '?',
  422. 'tue' => '?',
  423. 'wed' => '?',
  424. 'thu' => '?',
  425. 'fri' => '?',
  426. 'sat' => '?',
  427. 'january' => '1?',
  428. 'february' => '2?',
  429. 'march' => '3?',
  430. 'april' => '4?',
  431. 'may_long' => '5?',
  432. 'june' => '6?',
  433. 'july' => '7?',
  434. 'august' => '8?',
  435. 'september' => '9?',
  436. 'october' => '10?',
  437. 'november' => '11?',
  438. 'december' => '12?',
  439. 'january-gen' => '1?',
  440. 'february-gen' => '2?',
  441. 'march-gen' => '3?',
  442. 'april-gen' => '4?',
  443. 'may-gen' => '5?',
  444. 'june-gen' => '6?',
  445. 'july-gen' => '7?',
  446. 'august-gen' => '8?',
  447. 'september-gen' => '9?',
  448. 'october-gen' => '10?',
  449. 'november-gen' => '11?',
  450. 'december-gen' => '12?',
  451. 'jan' => '1?',
  452. 'feb' => '2?',
  453. 'mar' => '3?',
  454. 'apr' => '4?',
  455. 'may' => '5?',
  456. 'jun' => '6?',
  457. 'jul' => '7?',
  458. 'aug' => '8?',
  459. 'sep' => '9?',
  460. 'oct' => '10?',
  461. 'nov' => '11?',
  462. 'dec' => '12?',
  463. # Categories related messages
  464. 'pagecategories' => '{{PLURAL:$1|????}}',
  465. 'category_header' => '?????$1???????',
  466. 'subcategories' => '??????',
  467. 'category-media-header' => '?????$1????????',
  468. 'category-empty' => "''????????????????????????????''",
  469. 'hidden-categories' => '{{PLURAL:$1|??????}}',
  470. 'hidden-category-category' => '??????',
  471. 'category-subcat-count' => '{{PLURAL:$2|????????????????????????????|???????? $2 ????????????????????? {{PLURAL:$1|$1 ??????}}?????????}}',
  472. 'category-subcat-count-limited' => '???????????{{PLURAL:$1|??????|&#32;$1 ??????}}?????????',
  473. 'category-article-count' => '{{PLURAL:$2|?????????????????????????|???????? $2 ?????????????????? $1 ????????????}}',
  474. 'category-article-count-limited' => '????????????{{PLURAL:$1|???|&#32;$1 ???}}?????????',
  475. 'category-file-count' => '{{PLURAL:$2|??????????????????????????|???????? $2 ??????????????????? {{PLURAL:$1|$1 ????}}?????????}}',
  476. 'category-file-count-limited' => '????????????{{PLURAL:$1|????|&#32;$1 ????}}?????????',
  477. 'listingcontinuesabbrev' => '???',
  478. 'index-category' => '???????????????',
  479. 'noindex-category' => '????????????????',
  480. 'broken-file-category' => '??????????????????',
  481. 'about' => '??',
  482. 'article' => '??',
  483. 'newwindow' => '(?????????????)',
  484. 'cancel' => '??',
  485. 'moredotdotdot' => '??...',
  486. 'mypage' => '???',
  487. 'mytalk' => '???',
  488. 'anontalk' => '??IP????????',
  489. 'navigation' => '??',
  490. 'and' => '&#32;???&#32;',
  491. # Cologne Blue skin
  492. 'qbfind' => '??',
  493. 'qbbrowse' => '??',
  494. 'qbedit' => '??',
  495. 'qbpageoptions' => '?????????',
  496. 'qbpageinfo' => '????',
  497. 'qbmyoptions' => '??????',
  498. 'qbspecialpages' => '?????',
  499. 'faq' => '?????????',
  500. 'faqpage' => 'Project:?????????',
  501. # Vector skin
  502. 'vector-action-addsection' => '????',
  503. 'vector-action-delete' => '??',
  504. 'vector-action-move' => '??',
  505. 'vector-action-protect' => '??',
  506. 'vector-action-undelete' => '??',
  507. 'vector-action-unprotect' => '?????',
  508. 'vector-simplesearch-preference' => '??????????????? (????????)',
  509. 'vector-view-create' => '??',
  510. 'vector-view-edit' => '??',
  511. 'vector-view-history' => '????',
  512. 'vector-view-view' => '??',
  513. 'vector-view-viewsource' => '??????',
  514. 'actions' => '??',
  515. 'namespaces' => '????',
  516. 'variants' => '??',
  517. 'errorpagetitle' => '???',
  518. 'returnto' => '$1 ????',
  519. 'tagline' => '???{{SITENAME}}',
  520. 'help' => '???',
  521. 'search' => '??',
  522. 'searchbutton' => '??',
  523. 'go' => '??',
  524. 'searcharticle' => '??',
  525. 'history' => '??????',
  526. 'history_short' => '??',
  527. 'updatedmarker' => '??????????????',
  528. 'printableversion' => '????????',
  529. 'permalink' => '??????????',
  530. 'print' => '??',
  531. 'view' => '??',
  532. 'edit' => '??',
  533. 'create' => '??',
  534. 'editthispage' => '????????',
  535. 'create-this-page' => '????????',
  536. 'delete' => '??',
  537. 'deletethispage' => '????????',
  538. 'undelete_short' => '{{PLURAL:$1|$1 ??}}???',
  539. 'viewdeleted_short' => '{{PLURAL:$1|????? $1 ??}}???',
  540. 'protect' => '??',
  541. 'protect_change' => '????',
  542. 'protectthispage' => '????????',
  543. 'unprotect' => '???????',
  544. 'unprotectthispage' => '???????????',
  545. 'newpage' => '?????',
  546. 'talkpage' => '?????????????',
  547. 'talkpagelinktext' => '???',
  548. 'specialpage' => '?????',
  549. 'personaltools' => '??????',
  550. 'postcomment' => '????',
  551. 'articlepage' => '?????',
  552. 'talk' => '??',
  553. 'views' => '??',
  554. 'toolbox' => '???????',
  555. 'userpage' => '?????????',
  556. 'projectpage' => '?????????????',
  557. 'imagepage' => '???????????',
  558. 'mediawikipage' => '????????????',
  559. 'templatepage' => '?????????????',
  560. 'viewhelppage' => '??????????',
  561. 'categorypage' => '???????????',
  562. 'viewtalkpage' => '?????',
  563. 'otherlanguages' => '????',
  564. 'redirectedfrom' => '($1????)',
  565. 'redirectpagesub' => '?????',
  566. 'lastmodifiedat' => '????????????? $1 $2 ???',
  567. 'viewcount' => '?????? {{PLURAL:$1|$1 ?}}??????????',
  568. 'protectedpage' => '????????',
  569. 'jumpto' => '??:',
  570. 'jumptonavigation' => '??',
  571. 'jumptosearch' => '??',
  572. 'view-pool-error' => '???????????????????????????????
  573. ????????????????????????
  574. ????????????????????????????????????
  575. $1',
  576. 'pool-timeout' => '???????????',
  577. 'pool-queuefull' => '?????????????',
  578. 'pool-errorunknown' => '??????',
  579. # 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).
  580. 'aboutsite' => '{{SITENAME}}????',
  581. 'aboutpage' => 'Project:{{SITENAME}}????',
  582. 'copyright' => '???$1??????????????',
  583. 'copyrightpage' => '{{ns:project}}:???',
  584. 'currentevents' => '??????',
  585. 'currentevents-url' => 'Project:??????',
  586. 'disclaimers' => '????',
  587. 'disclaimerpage' => 'Project:????',
  588. 'edithelp' => '?????',
  589. 'edithelppage' => 'Help:??',
  590. 'helppage' => 'Help:??',
  591. 'mainpage' => '??????',
  592. 'mainpage-description' => '??????',
  593. 'policy-url' => 'Project:??',
  594. 'portal' => '???????????',
  595. 'portal-url' => 'Project:???????????',
  596. 'privacy' => '?????? ????',
  597. 'privacypage' => 'Project:?????? ????',
  598. 'badaccess' => '????????',
  599. 'badaccess-group0' => '??????????????????????',
  600. 'badaccess-groups' => '?????????{{PLURAL:$2|????|?????????}}????????????????: $1?',
  601. 'versionrequired' => 'MediaWiki ?????? $1 ???',
  602. 'versionrequiredtext' => '??????????MediaWiki ????? $1 ??????
  603. [[Special:Version|???????]]????????',
  604. 'ok' => 'OK',
  605. 'retrievedfrom' => '?$1?????',
  606. 'youhavenewmessages' => '$1????? ($2)?',
  607. 'newmessageslink' => '???????',
  608. 'newmessagesdifflink' => '???????',
  609. 'youhavenewmessagesfromusers' => '{{PLURAL:$3|?????|$3 ?????}}???$1????? ($2)?',
  610. 'youhavenewmessagesmanyusers' => '?????????$1????? ($2)?',
  611. 'newmessageslinkplural' => '{{PLURAL:$1|???????}}',
  612. 'newmessagesdifflinkplural' => '?????{{PLURAL:$1|??}}',
  613. 'youhavenewmessagesmulti' => '$1?????????????',
  614. 'editsection' => '??',
  615. 'editold' => '??',
  616. 'viewsourceold' => '??????',
  617. 'editlink' => '??',
  618. 'viewsourcelink' => '??????',
  619. 'editsectionhint' => '????: $1',
  620. 'toc' => '??',
  621. 'showtoc' => '??',
  622. 'hidetoc' => '???',
  623. 'collapsible-collapse' => '????',
  624. 'collapsible-expand' => '????',
  625. 'thisisdeleted' => '$1?????????????',
  626. 'viewdeleted' => '$1????????',
  627. 'restorelink' => '{{PLURAL:$1|?????$1??}}',
  628. 'feedlinks' => '?????',
  629. 'feed-invalid' => '???????????????????',
  630. 'feed-unavailable' => '???????????????',
  631. 'site-rss-feed' => '$1?RSS????',
  632. 'site-atom-feed' => '$1?Atom????',
  633. 'page-rss-feed' => '?$1??RSS????',
  634. 'page-atom-feed' => '?$1??Atom????',
  635. 'feed-atom' => 'Atom',
  636. 'feed-rss' => 'RSS',
  637. 'red-link-title' => '$1??????????',
  638. 'sort-descending' => '???????',
  639. 'sort-ascending' => '???????',
  640. # Short words for each namespace, by default used in the namespace tab in monobook
  641. 'nstab-main' => '???',
  642. 'nstab-user' => '??????',
  643. 'nstab-media' => '???????',
  644. 'nstab-special' => '?????',
  645. 'nstab-project' => '?????????',
  646. 'nstab-image' => '????',
  647. 'nstab-mediawiki' => '?????',
  648. 'nstab-template' => '??????',
  649. 'nstab-help' => '???',
  650. 'nstab-category' => '????',
  651. # Main script and global functions
  652. 'nosuchaction' => '?????????????',
  653. 'nosuchactiontext' => '?? URL ??????????????????
  654. URL ?????????????????????????????????
  655. {{SITENAME}}????????????????????????',
  656. 'nosuchspecialpage' => '????????????????',
  657. 'nospecialpagetext' => '<strong>??????????????????</strong>
  658. ????????????[[Special:SpecialPages|{{int:specialpages}}]]??????',
  659. # General errors
  660. 'error' => '???',
  661. 'databaseerror' => '?????? ???',
  662. 'dberrortext' => '?????? ?????????????????
  663. ?????????????????????
  664. ????????????:
  665. <blockquote><code>$1</code></blockquote>
  666. ????<code>$2</code>????
  667. ???????????<samp>$3?$4</samp>????????',
  668. 'dberrortextcl' => '?????? ?????????????????
  669. ????????????:
  670. ?$1?
  671. ????$2????
  672. ???????????$3?$4???????',
  673. 'laggedslavemode' => "'''???'''???????????????????????????",
  674. 'readonly' => '????????????????',
  675. 'enterlockreason' => '????????????????????????',
  676. 'readonlytext' => '?????????????????????????????????????????????????????????????????????????????????????????????
  677. ?????????????????????????????$1',
  678. 'missing-article' => '?????????$1?$2 ???????????????????????
  679. ????????????????????????????????????????????????
  680. ?????????????????????????????????????????????
  681. [[Special:ListUsers/sysop|???]]???? URL ?????????????',
  682. 'missingarticle-rev' => '(???: $1)',
  683. 'missingarticle-diff' => '(??: $1, $2)',
  684. 'readonly_lag' => '???????????????????????????????????????????????',
  685. 'internalerror' => '?????',
  686. 'internalerror_info' => '??????$1',
  687. 'fileappenderrorread' => '??????$1?????????????',
  688. 'fileappenderror' => '?$1???$2?????????????',
  689. 'filecopyerror' => '?????$1???$2?????????????',
  690. 'filerenameerror' => '???????$1????$2?????????????',
  691. 'filedeleteerror' => '?????$1?????????????',
  692. 'directorycreateerror' => '???????$1?????????????',
  693. 'filenotfound' => '?????$1?????????????',
  694. 'fileexistserror' => '?????$1??????????????????????',
  695. 'unexpected' => '???????$1?=?$2????',
  696. 'formerror' => '????????????????????',
  697. 'badarticleerror' => '?????????????????????',
  698. 'cannotdelete' => '???????????$1?????????????
  699. ???????????????????',
  700. 'cannotdelete-title' => '?$1???????????????',
  701. 'delete-hook-aborted' => '??????????????????
  702. ????????',
  703. 'badtitle' => '?????????',
  704. 'badtitletext' => '???????????????????????????/?????????????????????
  705. ??????????????1??????????????????',
  706. 'perfcached' => '??????????????????????????????????? $1 {{PLURAL:$1|????}}???????????',
  707. 'perfcachedts' => '????????????????????????? $1 ????? $4 {{PLURAL:$4|????}}???????????',
  708. 'querypage-no-updates' => '?????????????????
  709. ?????????????????????',
  710. 'wrong_wfQuery_params' => 'wfQuery() ????????????<br />
  711. ??: $1<br />
  712. ???: $2',
  713. 'viewsource' => '??????',
  714. 'viewsource-title' => '$1???????',
  715. 'actionthrottled' => '????????????',
  716. 'actionthrottledtext' => '??????????????????????????????????????????
  717. ???????????????????????',
  718. 'protectedpagetext' => '????????????????????????',
  719. 'viewsourcetext' => '??????????????????????',
  720. 'viewyourtext' => "???????'''??????'''?????????????????",
  721. 'protectedinterface' => '?????????????????????????????????????????????????????????????????????
  722. ????????????????/????????MediaWiki ?????????? [//translatewiki.net/ translatewiki.net] ??????????',
  723. 'editinginterface' => "'''??:''' ??????????????????????????????????????
  724. ??????????????????????????????????????????????
  725. ????????????????/????????MediaWiki ?????????? [//translatewiki.net/wiki/Main_Page?setlang=ja translatewiki.net] ??????????",
  726. 'sqlhidden' => '(SQL ??????)',
  727. 'cascadeprotected' => '???????????????????????????????????{{PLURAL:$1|???|????}}?????????????????????????????:
  728. $2',
  729. 'namespaceprotected' => "'''$1'''????????????????????????",
  730. 'customcssprotected' => '??CSS??????????????????????????????????????',
  731. 'customjsprotected' => '??JavaScript??????????????????????????????????????',
  732. 'ns-specialprotected' => '??????????????',
  733. 'titleprotected' => "[[User:$1|$1]]????????????????????????????
  734. ????''$2''????",
  735. 'filereadonlyerror' => '??????????$2??????????????????????$1??????????
  736. ?????????????????????$3?',
  737. 'invalidtitle-knownnamespace' => '??????$2?????$3???????????????????',
  738. 'invalidtitle-unknownnamespace' => '????????? $1 ????$2???????????????????',
  739. 'exception-nologin' => '??????????',
  740. 'exception-nologin-text' => '??????????????????????????????',
  741. # Virus scanner
  742. 'virus-badscanner' => "???????????????????????????''$1''",
  743. 'virus-scanfailed' => '??????????????? $1?',
  744. 'virus-unknownscanner' => '??????????',
  745. # Login and logout pages
  746. 'logouttext' => "'''??????????'''
  747. ???????{{SITENAME}}????????????????????????[[Special:UserLogin|????????]]??????????
  748. ???????????????????????????????????????????????????????????????????",
  749. 'welcomecreation' => '== ?????$1 ??? ==
  750. ??????????????
  751. [[Special:Preferences|{{SITENAME}}?????]]??????????????????',
  752. 'yourname' => '????:',
  753. 'yourpassword' => '?????:',
  754. 'yourpasswordagain' => '????????:',
  755. 'remembermypassword' => '????????????????? (?? $1 {{PLURAL:$1|?|??}})',
  756. 'securelogin-stick-https' => '??????HTTPS?????',
  757. 'yourdomainname' => '????:',
  758. 'password-change-forbidden' => '?????????????????????',
  759. 'externaldberror' => '??????????????????????????????????????????',
  760. 'login' => '????',
  761. 'nav-login-createaccount' => '??????????????',
  762. 'loginprompt' => '{{SITENAME}}?????????Cookie??????????????',
  763. 'userlogin' => '??????????????',
  764. 'userloginnocreate' => '????',
  765. 'logout' => '?????',
  766. 'userlogout' => '?????',
  767. 'notloggedin' => '??????????',
  768. 'nologin' => '?????????$1?',
  769. 'nologinlink' => '??????????????',
  770. 'createaccount' => '???????',
  771. 'gotaccount' => '????????????????$1?',
  772. 'gotaccountlink' => '??????????',
  773. 'userlogin-resetlink' => '??????????????',
  774. 'createaccountmail' => '??????',
  775. 'createaccountreason' => '???',
  776. 'badretype' => '?????????????????',
  777. 'userexists' => '?????????????????????
  778. ?????????????',
  779. 'loginerror' => '????????',
  780. 'createaccounterror' => '????????????????? $1',
  781. 'nocookiesnew' => '?????????????????????????????
  782. {{SITENAME}}??????????? Cookie ???????
  783. ??????????? Cookie ???????????
  784. Cookie ??????????????????????????????????',
  785. 'nocookieslogin' => '{{SITENAME}}???????Cookie???????
  786. Cookie?????????????
  787. Cookie?????????????????????',
  788. 'nocookiesfornew' => '????????????????????????????????
  789. Cookie???????????????????????????????????????',
  790. 'nocookiesforlogin' => '{{int:nocookieslogin}}',
  791. 'noname' => '?????????????????',
  792. 'loginsuccesstitle' => '??????',
  793. 'loginsuccess' => "'''{{SITENAME}}??$1?????????????'''",
  794. 'nosuchuser' => '?$1???????????????????
  795. ????????????????????
  796. ???????????????[[Special:UserLogin/signup|???????????]]???????',
  797. 'nosuchusershort' => '?$1??????????????????
  798. ????????????',
  799. 'nouserspecified' => '??????????????',
  800. 'login-userblocked' => '?????????????????????????????',
  801. 'wrongpassword' => '??????????????
  802. ??????????????',
  803. 'wrongpasswordempty' => '????????????????
  804. ??????????????',
  805. 'passwordtooshort' => '?????? {{PLURAL:$1|$1 ??}}??????????',
  806. 'password-name-match' => '???????????????????????',
  807. 'password-login-forbidden' => '?????????????????????????',
  808. 'mailmypassword' => '???????????????',
  809. 'passwordremindertitle' => '{{SITENAME}}?????????',
  810. 'passwordremindertext' => '????????????IP????$1??{{SITENAME}} ($4) ???????????????????????
  811. ????$2??????????????$3??????????
  812. ??????????????????????????????????????????
  813. ????????? {{PLURAL:$5|$5 ??}}???????????
  814. ????????????????????????????????????????????????
  815. ????????????????????????????????????????',
  816. 'noemail' => '????$1????????????????????',
  817. 'noemailcreate' => '??????????????????????',
  818. 'passwordsent' => '??????????$1??????????????????????
  819. ????????????????????????',
  820. 'blocked-mailpassword' => '?????IP??????????????????????????????????????????????????',
  821. 'eauthentsent' => '??????????????????????????????????
  822. ??????????????????????????????????????????????????????????????',
  823. 'throttled-mailpassword' => '??????????? {{PLURAL:$1|$1 ??}}????????
  824. ?????????????????? {{PLURAL:$1|$1 ??}}? 1 ??????',
  825. 'mailerror' => '???????????????????$1',
  826. 'acct_creation_throttle_hit' => '?????? IP ??????????????????? 24 ??? {{PLURAL:$1|$1 ?????}}????????????????????????????????
  827. ????????? IP ????????????????????????',
  828. 'emailauthenticated' => '????????$2 $3????????',
  829. 'emailnotauthenticated' => '??????????????????
  830. ???????????????????????????????',
  831. 'noemailprefs' => '?????????????????????????????????????????',
  832. 'emailconfirmlink' => '??????????????',
  833. 'invalidemailaddress' => '??????????????????????????????????????
  834. ??????????????????????????????????',
  835. 'cannotchangeemail' => '?????????????????????????????',
  836. 'emaildisabled' => '???????????????????',
  837. 'accountcreated' => '????????????',
  838. 'accountcreatedtext' => '?????????$1?????????',
  839. 'createaccount-title' => '{{SITENAME}}????????',
  840. 'createaccount-text' => '?????????????{{SITENAME}} ($4) ??????????????????????????
  841. ???????$2????????$3????
  842. ????????????????????????
  843. ?????????????????????????????????????????',
  844. 'usernamehasherror' => '??????????????????????',
  845. 'login-throttled' => '???????????????????
  846. ??????????????????????',
  847. 'login-abort-generic' => '??????????? - ??',
  848. 'loginlanguagelabel' => '??: $1',
  849. 'suspicious-userlogout' => '??????????????????????????????????????????????????????',
  850. # E-mail sending
  851. 'php-mail-error-unknown' => 'PHP?mail()?????????????',
  852. 'user-mail-no-addy' => '?????????????????????????',
  853. # Change password dialog
  854. 'resetpass' => '????????',
  855. 'resetpass_announce' => '?????????????????????????
  856. ????????????????????????????????????',
  857. 'resetpass_text' => '<!-- ??????? -->',
  858. 'resetpass_header' => '??????????????',
  859. 'oldpassword' => '???????:',
  860. 'newpassword' => '????????:',
  861. 'retypenew' => '????????????:',
  862. 'resetpass_submit' => '?????????',
  863. 'resetpass_success' => '???????????????!
  864. ?????????...',
  865. 'resetpass_forbidden' => '?????????????',
  866. 'resetpass-no-info' => '??????????????????????????????????',
  867. 'resetpass-submit-loggedin' => '????????',
  868. 'resetpass-submit-cancel' => '??',
  869. 'resetpass-wrong-oldpass' => '???????????????????????????
  870. ???????????????????????????????????????',
  871. 'resetpass-temp-password' => '??????:',
  872. # Special:PasswordReset
  873. 'passwordreset' => '?????????',
  874. 'passwordreset-text' => '???????????????????????????????????????',
  875. 'passwordreset-legend' => '?????????',
  876. 'passwordreset-disabled' => '????????????????????????????',
  877. 'passwordreset-pretext' => '{{PLURAL:$1||??????????? 1 ??????????}}',
  878. 'passwordreset-username' => '????:',
  879. 'passwordreset-domain' => '????:',
  880. 'passwordreset-capture' => '???????????????????',
  881. 'passwordreset-capture-help' => '???????????????????????????????????????????????????????',
  882. 'passwordreset-email' => '???????:',
  883. 'passwordreset-emailtitle' => '{{SITENAME}}??????????',
  884. 'passwordreset-emailtext-ip' => '?????????????IP ???? $1?? {{SITENAME}} ($4) ??
  885. ????????????????????????????
  886. ??????{{PLURAL:$3|?????|??????}}?????????????????????
  887. $2
  888. {{PLURAL:$3|????????|??????????}}? {{PLURAL:$5|$5 ??}}???????????
  889. ??????????????????????????????????
  890. ?????????????????????????????????????
  891. ?????????????????????????????????????????
  892. ??????????????',
  893. 'passwordreset-emailtext-user' => '{{SITENAME}} ???? $1 ????? {{SITENAME}} ($4)
  894. ????????????????????????????
  895. ??????{{PLURAL:$3|?????|??????}}?????????????????????
  896. $2
  897. {{PLURAL:$3|????????|??????????}}?{{PLURAL:$5|$5?}}???????????
  898. ???????????????????????????????????
  899. ?????????????????????????????????????
  900. ?????????????????????????????
  901. ??????????????????????',
  902. 'passwordreset-emailelement' => '?????$1
  903. ???????$2',
  904. 'passwordreset-emailsent' => '??????????????',
  905. 'passwordreset-emailsent-capture' => '?????????????????????',
  906. 'passwordreset-emailerror-capture' => '???????????????????????????????????$1',
  907. # Special:ChangeEmail
  908. 'changeemail' => '??????????',
  909. 'changeemail-header' => '????????????????',
  910. 'changeemail-text' => '?????????????????????????????????????????????????????',
  911. 'changeemail-no-info' => '??????????????????????????????????',
  912. 'changeemail-oldemail' => '???????????',
  913. 'changeemail-newemail' => '???????????',
  914. 'changeemail-none' => '(??)',
  915. 'changeemail-submit' => '??????????',
  916. 'changeemail-cancel' => '??',
  917. # Edit page toolbar
  918. 'bold_sample' => '??',
  919. 'bold_tip' => '??',
  920. 'italic_sample' => '??',
  921. 'italic_tip' => '??',
  922. 'link_sample' => '??????',
  923. 'link_tip' => '?????',
  924. 'extlink_sample' => 'http://www.example.com ??????',
  925. 'extlink_tip' => '??????http:// ?????????????',
  926. 'headline_sample' => '????',
  927. 'headline_tip' => '2??????',
  928. 'nowiki_sample' => '?????????????????????????',
  929. 'nowiki_tip' => '????????',
  930. 'image_sample' => '????.jpg',
  931. 'image_tip' => '?????????',
  932. 'media_sample' => '????.ogg',
  933. 'media_tip' => '?????????',
  934. 'sig_tip' => '????????',
  935. 'hr_tip' => '???????????????',
  936. # Edit pages
  937. 'summary' => '????????',
  938. 'subject' => '??/????',
  939. 'minoredit' => '??????????',
  940. 'watchthis' => '??????????',
  941. 'savearticle' => '??????',
  942. 'preview' => '?????',
  943. 'showpreview' => '????????',
  944. 'showlivepreview' => '????????',
  945. 'showdiff' => '?????',
  946. 'anoneditwarning' => "'''???'''???????????
  947. ??????IP???????????????????????",
  948. 'anonpreviewwarning' => "''?????????????????????????IP?????????????????????''",
  949. 'missingsummary' => "'''???'''?????????
  950. ?{{int:savearticle}}?????????????????????????????",
  951. 'missingcommenttext' => '?????????????????',
  952. 'missingcommentheader' => "'''???'''????????????/?????????
  953. ?{{int:savearticle}}???????????????????????????",
  954. 'summary-preview' => '?????????',
  955. 'subject-preview' => '??/??????????',
  956. 'blockedtitle' => '??????????????',
  957. 'blockedtext' => "'''?????????IP????????????????'''
  958. ?????$1????????????
  959. ???????? ''$2'' ???
  960. * ?????????$8
  961. * ?????????$6
  962. * ???????$7
  963. ???????????$1??????[[{{MediaWiki:Grouppage-sysop}}|???]]???????????????
  964. ????[[Special:Preferences|????]]?????????????????????????????????????????????????????????????????????????
  965. ???????IP?????$3???????ID?#$5???
  966. ???????????????????????????",
  967. 'autoblockedtext' => "??IP??????$1????????????????????????????????????????
  968. ??????????
  969. :''$2''
  970. * ????????$8
  971. * ?????????$6
  972. * ???????????????$7
  973. $1?????[[{{MediaWiki:Grouppage-sysop}}|???]]?????????????????????????
  974. ????[[Special:Preferences|????]]????????????????????????????????????????????????????????????????????
  975. ???????IP?????$3 ???????ID?#$5???
  976. ??????????????????????????",
  977. 'blockednoreason' => '????????????',
  978. 'whitelistedittext' => '????????????$1??????????',
  979. 'confirmedittext' => '?????????????????????????????????
  980. [[Special:Preferences|????]]????????????????????????',
  981. 'nosuchsectiontitle' => '?????????',
  982. 'nosuchsectiontext' => '??????????????????
  983. ????????????????????????????????',
  984. 'loginreqtitle' => '???????',
  985. 'loginreqlink' => '????',
  986. 'loginreqpagetext' => '????????????$1??????????',
  987. 'accmailtitle' => '??????????????',
  988. 'accmailtext' => "[[User talk:$1|$1]]???????????????????$2????????
  989. ????????????????????????''[[Special:ChangePassword|???????]]''???????????",
  990. 'newarticle' => '???',
  991. 'newarticletext' => "???????????????????????
  992. ?????????????????????????????????????? (????[[{{MediaWiki:Helppage}}|??? ???]]?????????)?
  993. ??????????????????????????'''??'''??????????????????",
  994. 'anontalkpagetext' => "----''??????????????????????????????????????????????
  995. ???????????????????????IP??????????????
  996. IP ???????????????????????????
  997. ?????????????????????????????????????????????[[Special:UserLogin/signup|??????????]]?[[Special:UserLogin|??????]]?????????????????????????''",
  998. 'noarticletext' => '??????????????????
  999. ???????[[Special:Search/{{PAGENAME}}|?????????]]?
  1000. <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ?????????]?
  1001. ???[{{fullurl:{{FULLPAGENAME}}|action=edit}} ????????]</span>?????',
  1002. 'noarticletext-nopermission' => '??????????????????
  1003. ???????[[Special:Search/{{PAGENAME}}|?????????]]????<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} ?????????]</span>??????????????????????????????',
  1004. 'missing-revision' => '?{{PAGENAME}}??????????? $1 ??????????
  1005. ????????????????????????????????????????????????
  1006. ???[{{fullurl:{{#Special:Log}}/delete|page={{FULLPAGENAMEE}}}} ????]??????????',
  1007. 'userpage-userdoesnotexist' => '?$1???????????????????????
  1008. ????????/??????????????',
  1009. 'userpage-userdoesnotexist-view' => '?????????$1????????????',
  1010. 'blocked-notice-logextract' => '???????????????????
  1011. ?????????????????????????',
  1012. 'clearyourcache' => "'''??:''' ??????????????????????????????????????????
  1013. * '''Firefox / Safari:''' ''Shift'' ?????? ''?????'' ?????????''Ctrl-F5'' ??? ''Ctrl-R'' ???????? (Mac ?? ''&#x2318;-R'')
  1014. * '''Google Chrome:''' ''Ctrl-Shift-R'' ???????? (Mac ?? ''&#x2318;-Shift-R'')
  1015. * '''Internet Explorer:''' ''Ctrl'' ?????? ''????????'' ?????????''Ctrl-F5'' ????????
  1016. * '''Opera:''' ''??? ? ??'' ??????????????????",
  1017. 'usercssyoucanpreview' => "'''????'''?{{int:showpreview}}???????????????????????????????",
  1018. 'userjsyoucanpreview' => "'''???:''' ?{{int:showpreview}}?????????????????????????????",
  1019. 'usercsspreview' => "'''???CSS????????????'''
  1020. '''????????????'''",
  1021. 'userjspreview' => "'''???JavaScript???/???????????'''
  1022. '''????????????'''",
  1023. 'sitecsspreview' => "'''?????CSS???????????????????'''
  1024. '''????????????'''",
  1025. 'sitejspreview' => "'''?????JavaScript???????????????????'''
  1026. '''????????????'''",
  1027. 'userinvalidcssjstitle' => "'''???'''?$1?????????????
  1028. ???? .css/.js ???????????????????????{{ns:user}}:Hoge/Vector.css ???? {{ns:user}}:Hoge/vector.css",
  1029. 'updated' => '????',
  1030. 'note' => "'''?????'''",
  1031. 'previewnote' => "'''???????????'''
  1032. ????????????????!",
  1033. 'continue-editing' => '?????',
  1034. 'previewconflict' => '?????????????????????????????????????????',
  1035. 'session_fail_preview' => "'''??????????????????????????????????????'''
  1036. ??????????????
  1037. ???????????[[Special:UserLogout|?????]]?????????????????",
  1038. 'session_fail_preview_html' => "'''?????????????? ????????????????????????'''
  1039. ''{{SITENAME}}????HTML???????JavaScript???????????????????????????''
  1040. '''?????????????????????????'''
  1041. ????????????????[[Special:UserLogout|?????]]??????????????????",
  1042. 'token_suffix_mismatch' => "'''??????????????????????????????????????????????????'''
  1043. ?????????????????????????
  1044. ??????????? ????????????????????????????",
  1045. 'edit_form_incomplete' => "'''?????????????????????????????????????????????'''",
  1046. 'editing' => '?$1?????',
  1047. 'creating' => '?$1?????',
  1048. 'editingsection' => '?$1????? (???)',
  1049. 'editingcomment' => '?$1????? (????)',
  1050. 'editconflict' => '?????$1',
  1051. 'explainconflict' => "?????????????????????????????????
  1052. ?????????????????????
  1053. ???????????????????????????
  1054. ?????????????????????????????????????
  1055. ????????????'''??'''???{{int:savearticle}}????????????????????",
  1056. 'yourtext' => '??????',
  1057. 'storedversion' => '??????',
  1058. 'nonunicodebrowser' => "'''??????????????Unicode???????'''
  1059. ????????????????????????????????ASCII???16??????????????",
  1060. 'editingold' => "'''?????????????????????'''
  1061. ???????????????????????????????",
  1062. 'yourdiff' => '??',
  1063. 'copyrightwarning' => "{{SITENAME}}?????????$2 (???$1???) ?????????????????????????
  1064. ?????????????????????????????????????????????????????????????<br />
  1065. ?????????????????????????? ???????????????????????????????????????
  1066. '''?????????????????????????????!'''",
  1067. 'c…