fix a couple of section collapsing bugs
[lhc/web/wiklou.git] / languages / LanguageJa.php
1 <?php
2 global $IP;
3 require_once( "LanguageUtf8.php" );
4
5 # The names of the namespaces can be set here, but the numbers
6 # are magical, so don't change or move them! The Namespace class
7 # encapsulates some of the magic-ness.
8 # 名前空間の名前はここで設定できますが、番号は特別なので、
9 # 変更したり移動したりしないでね! 名前空間クラスは特殊性を幾らか
10 # 隠匿します。
11 #
12 /* private */ $wgNamespaceNamesJa = array(
13 -2 => "Media",
14 -1 => "特別" /* "Special" */,
15 0 => "",
16 1 => "ノート" /* "Talk" */,
17 2 => "利用者" /* "User" */,
18 3 => "利用者‐会話" /* "User_talk" */,
19 4 => "Wikipedia" /* "Wikipedia" */,
20 5 => "Wikipedia‐ノート" /* "Wikipedia_talk" */,
21 6 => "画像" /* "Image" */,
22 7 => "画像‐ノート" /* "Image_talk" */,
23 8 => "MediaWiki",
24 9 => "MediaWikiノート",
25 10 => "Template",
26 11 => "Template_talk"
27
28 );
29
30 /* private */ $wgQuickbarSettingsJa = array(
31 "None", "Fixed left", "Fixed right", "Floating left"
32 );
33
34 /* private */ $wgSkinNamesJa = array(
35 'standard' => "標準",
36 'nostalgia' => "ノスタルジア",
37 'cologneblue' => "ケルンブルー",
38 'smarty' => "Paddington",
39 'montparnasse' => "Montparnasse",
40 'davinci' => "DaVinci",
41 'mono' => "Mono",
42 'monobook' => "MonoBook"
43 );
44
45 /* private */ $wgUserTogglesJa = array(
46 "hover" => "Show hoverbox over wiki links",
47 "underline" => "Underline links",
48 "highlightbroken" => "Highlight links to empty topics",
49 "justify" => "Justify paragraphs",
50 "hideminor" => "Hide minor edits in recent changes",
51 "numberheadings" => "Auto-number headings",
52 "showtoolbar" => "Show edit toolbar",
53 "rememberpassword" => "Remember password across sessions",
54 "editwidth" => "Edit box has full width",
55 "editondblclick" => "Edit pages on double click (JavaScript)",
56 "watchdefault" => "Watch new and modified articles",
57 "minordefault" => "Mark all edits minor by default"
58 );
59
60 /* private */ $wgWeekdayNamesJa = array(
61 "日曜日", "月曜日", "火曜日", "水曜日", "木曜日",
62 "金曜日", "土曜日"
63 );
64
65 /* private */ $wgMonthNamesJa = array( # ???
66 "一月", "二月", "三月", "四月", "五月", "六月",
67 "七月", "八月", "九月", "十月", "十一月",
68 "十二月"
69 );
70
71 /* private */ $wgMonthAbbreviationsJa = array(
72 "1月", "2月", "3月", "4月", "5月", "6月",
73 "7月", "8月", "9月", "10月", "11月", "12月"
74 );
75
76 # All special pages have to be listed here: a description of ""
77 # will make them not show up on the "Special Pages" page, which
78 # is the right thing for some of them (such as the "targeted" ones).
79 # 全ての特殊頁はここに列挙しないといけません。
80 # "" (空文字列) という説明にすると「特殊頁」頁に掲載しません。
81 # これは幾つか (「targeted」とか) に対しては適当なことです。
82
83
84 /* private */ $wgValidSpecialPagesJa = array(
85 "Userlogin" => "",
86 "Userlogout" => "",
87 "Preferences" => "ユーザー設定を保存",
88 "Watchlist" => "ウォッチリスト",
89 "Recentchanges" => "最近更新したページ",
90 "Upload" => "画像をアップロードする",
91 "Imagelist" => "画像リスト",
92 "Listusers" => "登録済みユーザー",
93 "Statistics" => "サイトの統計",
94 "Randompage" => "ランダム記事",
95
96 "Lonelypages" => "孤立したページ",
97 "Unusedimages" => "孤立した画像",
98 "Popularpages" => "人気の記事",
99 "Wantedpages" => "執筆が待望されている記事",
100 "Shortpages" => "短い記事",
101 "Longpages" => "長い記事",
102 "Newpages" => "新しく登場した記事",
103 "Ancientpages" => "Oldest articles",
104 "Allpages" => "タイトル別全ページ",
105
106 "Ipblocklist" => "ブロックされたIPアドレス",
107 "Maintenance" => "管理ページ",
108 "Specialpages" => "",
109 "Contributions" => "",
110 "Emailuser" => "",
111 "Whatlinkshere" => "",
112 "Recentchangeslinked" => "",
113 "Movepage" => "",
114 "Booksources" => "外部の参考文献",
115 "Export" => "XML export",
116 "Version" => "Version",
117 );
118
119 /* private */ $wgSysopSpecialPagesJa = array(
120 "Blockip" => "IPアドレスをブロック",
121 "Asksql" => "データベースに問い合わせ",
122 "Undelete" => "消去されたページを閲覧し、復帰させる"
123 );
124
125 /* private */ $wgDeveloperSpecialPagesJa = array(
126 "Lockdb" => "データベースを読み出し専用にする",
127 "Unlockdb" => "データベースを書き込み可能にする",
128 );
129
130 /* private */ $wgAllMessagesJa = array(
131
132 # Bits of text used by many pages:
133 #
134 "mainpage" => "メインページ",
135 "about" => "About",
136 "aboutwikipedia" => "Wikipediaについて",
137 "aboutpage" => "Wikipedia:About",
138 "help" => "ヘルプ",
139 "helppage" => "Wikipedia:Help",
140 "wikititlesuffix" => "Wikipedia",
141 "bugreports" => "バグの報告",
142 "bugreportspage" => "Wikipedia:バグの報告",
143 "faq" => "FAQ",
144 "faqpage" => "Wikipedia:FAQ",
145 "edithelp" => "ヘルプを編集",
146 "edithelppage" => "Wikipedia:編集の仕方",
147 "cancel" => "中止",
148 "qbfind" => "検索",
149 "qbbrowse" => "閲覧",
150 "qbedit" => "編集",
151 "qbpageoptions" => "ページ・オプション",
152 "qbpageinfo" => "ページ情報",
153 "qbmyoptions" => "オプション",
154 "mypage" => "マイ・ページ",
155 "mytalk" => "マイ・トーク",
156 "currentevents" => "最近の出来事",
157 "errorpagetitle" => "エラー",
158 "returnto" => "$1 に戻る。",
159 "fromwikipedia" => "出典: フリー百科事典『ウィキペディア(Wikipedia)』",
160 "whatlinkshere" => "ここにリンクしているページ",
161 "help" => "ヘルプ",
162 "search" => "検索",
163 "history" => "履歴",
164 "printableversion" => "印刷用バージョン",
165 "editthispage" => "このページを編集",
166 "deletethispage" => "このページを削除",
167 "protectthispage" => "このページを保護",
168 "unprotectthispage" => "ページ保護解除",
169 "talkpage" => "この記事のノート",
170 "subjectpage" => "サブジェクト・ページ",
171 "otherlanguages" => "他の言語",
172 "redirectedfrom" => "($1 から転送)",
173 "lastmodified" => "最終更新 $1。",
174 "viewcount" => "このページは $1 回アクセスされました。",
175 "printsubtitle" => "(From http://www.wikipedia.org)",
176 "protectedpage" => "保護されたページ",
177 "administrators" => "Wikipedia:Administrators",
178 "sysoptitle" => "シスオペによるアクセスが必要",
179 "sysoptext" => "あなたの要求した処理は \"sysop\" のみが実行できます。
180 $1を参照してください。",
181 "developertitle" => "開発者によるアクセスが必要",
182 "developertext" => "あなたの要求した処理を実行できるのは、 \"developer\" のみです。 $1を参照してください。",
183 "nbytes" => "$1 バイト",
184 "go" => "行く",
185 "ok" => "OK",
186 "sitetitle" => "Wikipedia",
187 "sitesubtitle" => "フリー百科事典",
188 "retrievedfrom" => "Retrieved from \"$1\"",
189
190 # Main script and global functions
191 #
192 "nosuchaction" => "そのような動作はありません",
193 "nosuchactiontext" => "URI で指定された動作は Wikipedia で認識できません。",
194 "nosuchspecialpage" => "そのような特別ページはありません。",
195 "nospecialpagetext" => "その特別ページの要求は Wikipedia には理解できません。",
196
197 # General errors
198 #
199 "error" => "エラー",
200 "databaseerror" => "データベース・エラー",
201 "dberrortext" => "データベース検索の文法エラー。
202 検索問合わせが間違っているか($5 を参照),
203 あるいはソフトウェアのバグかもしれません。
204 最後に実行を試みた問い合わせ:
205 <blockquote><tt>$1</tt></blockquote>
206 from within function \"<tt>$2</tt>\".
207 MySQL returned error \"<tt>$3: $4</tt>\".",
208 "noconnect" => "$1 のデータベースに接続できません。",
209 "nodb" => "$1 のデータベースを選択できません。",
210 "readonly" => "データベースはロックされています",
211 "enterlockreason" => "ロックする理由を入力して下さい。ロックが解除されるのがいつになるかの見積もりについても述べて下さい。",
212 "readonlytext" => "ウィキペディア・データベースは現在、新しい記事の追加や修正を受け付けない「ロック」状態になっています。これはおそらくは定期的なメンテナンスのためで、メンテナンス終了後は正常な状態に復帰します。
213 データベースをロックした管理者は次のような説明をしています:
214 <p>$1
215 <p>The Wikipedia database is currently locked to new
216 entries and other modifications, probably for routine database maintenance,
217 after which it will be back to normal.
218 The administrator who locked it offered this explanation:
219 <p>$1",
220 "missingarticle" => "データベースは、\"$1\"という題のページの、存在するはずの文章を見つけることができませんでした。
221 <p>これはデータベースのエラーではなく、ソフトウェアのバグだろうと思われます。
222 <p>URI と共に管理者に報告して下さるようにお願いします。
223 <p>The database did not find the text of a page
224 that it should have found, named \"$1\".
225 <p>This is not a database error, but likely a bug in the software.
226 <p>Please report this to an administrator, making note of the URI.",
227 "internalerror" => "内部処理エラー Internal error",
228 "filecopyerror" => "ファイルを\"$1\"から\"$2\"へ複製できませんでした。Could not copy file \"$1\" to \"$2\".",
229 "filerenameerror" => "ファイル名を\"$1\"から\"$2\"へ変更できませんでした。Could not rename file \"$1\" to \"$2\".",
230 "filedeleteerror" => "ファイル\"$1\"を削除できませんでした。Could not delete file \"$1\".",
231 "filenotfound" => "ファイルを\"$1\"は見つかりませんでした。Could not find file \"$1\".",
232 "unexpected" => "エラー:\"$1\" \"$2\" が同じです。Unexpected value: \"$1\"=\"$2\".",
233 "formerror" => "エラー: フォームを送信できませんでした。 Error: could not submit form",
234 "badarticleerror" => "この動作はこのページではとることができません。 This action cannot be performed on this page.",
235 "cannotdelete" => "指定されたページ、または画像を削除できませんでした。 Could not delete the page or image specified.",
236
237 # Login and logout pages
238 #
239 "logouttitle" => "ユーザー ログアウト",
240 "logouttext" => "
241 ログアウトしました。
242 ウィキペディアを匿名で使い続うことができます。
243 あるいはログインして元の、あるいは別のユーザーとして使うこともできます。
244 <P>You are now logged out.
245 You can continue to use Wikipedia anonymously, or you can log in
246 again as the same or as a different user.\n",
247
248 "welcomecreation" => "<h2>$1 さん、ようこそ!</h2><p>あなたのアカウントができました。
249 お好みに合わせてユーザーオプションを変更することをお忘れなく。",
250
251 "loginpagetitle" => "ユーザー・ログイン",
252 "yourname" => "あなたのユーザー名",
253 "yourpassword" => "あなたのパスワード",
254 "yourpasswordagain" => "パスワード再入力",
255 "newusersonly" => " (新規ユーザのみ)",
256 "remembermypassword" => "セッションをまたがってパスワードを保持する。",
257 "loginproblem" => "<b>ログインでエラーが発生しました。</b><br>再度実行してください。",
258 "alreadyloggedin" => "<font color=red><b>ユーザ $1 は、すでにログイン済みです。</b></font><br>\n",
259
260 "login" => "ログイン",
261 "userlogin" => "ログイン",
262 "logout" => "ログアウト",
263 "userlogout" => "ログアウト",
264 "createaccount" => "新規アカウント作成",
265 "badretype" => "両方のパスワードが一致しません。",
266 "userexists" => "そのユーザー名はすでに使われています。ほかの名前をお選びください。",
267 "youremail" => "電子メール",
268 "yournick" => "ニックネーム (署名用)",
269 "emailforlost" => "パスワードを忘れたときには、あたらしいパスワードを電子メールで受け取ることが出来ます。",
270 "loginerror" => "ログイン・エラー",
271 "noname" => "ユーザ名を正しく指定していません。",
272 "loginsuccesstitle" => "ログイン成功",
273 "loginsuccess" => "あなたは現在 Wikipedia に \"$1\" としてログインしています。",
274 "nosuchuser" => " \"$1\" というユーザーは見当たりません。
275 綴りが正しいか再度確認するか、下記のフォームを使ってアカウントを作成してください。",
276 "wrongpassword" => "パスワードが間違っています。再度入力してください。",
277 "mailmypassword" => "新しいパスワードを、メールで送る",
278 "passwordremindertitle" => "Password reminder from Wikipedia (ウィキペディアからのパスワードのお知らせ)",
279 "passwordremindertext" => "どなたか ($1 のIPアドレスの使用者)が、Wikipediaのログイン・パスワードの再発行を依頼しました。
280 ユーザ \"$2\" のパスワードを、 \"$3\" に変更しました。
281 ログイン後、別のパスワードに変更しましょう。",
282 "noemail" => "ユーザ \"$1\" のメール・アドレスは登録されていません。",
283 "passwordsent" => "あたらしいパスワードは \"$1\" さんの登録済みメール・アドレスにお送りしました。メールを受け取ったら、再度ログインしてください。",
284
285 # Edit pages
286 #
287 "summary" => "要約",
288 "minoredit" => "これは細部の修正です。",
289 "savearticle" => "ページを保存",
290 "preview" => "プレビュー",
291 "showpreview" => "プレビューを実行",
292 "blockedtitle" => "ユーザはブロックされています。",
293 "blockedtext" => "あなたのユーザ名またはIPアドレスは $1 によってブロックされています。
294 その理由は次の通りです。:<br>$2<p>詳細は管理者にお問い合わせください。",
295 "newarticle" => "(新規)",
296 "newarticletext" => "新しい記事を書き込んでください。",
297 "noarticletext" => "(このページには現在記事がありません。)",
298 "updated" => "(更新)",
299 "note" => "<strong>注釈:</strong> ",
300 "previewnote" => "これはプレビューです。まだ保存されていません!",
301 "previewconflict" => "このプレビューは、上の文章編集エリアの文章を保存した場合に
302 どう見えるようになるかを示すものです。
303 <p>" /* "This preview reflects the text in the upper
304 text editing area as it will appear if you choose to save." */,
305 "editing" => "Editing $1",
306 "editconflict" => "編集競合: $1",
307 "explainconflict" => "あなたがこのページを編集し始めてから誰か他の人が
308 このページを変更してしまいました。
309 上の文章エリアは現在の最新の状態を反映しています。
310 あなたの加える変更の内容は下の文章エリアに示されています。
311 変更内容を、上の文章エリアの内容に組み込んで下さい。
312 <b>上の文章エリアの内容だけ</b>が、\"Save page\"をクリックした時に
313 保存されることになります。\n<p>"
314 /* Someone else has changed this page since you
315 started editing it.
316 The upper text area contains the page text as it currently exists.
317 Your changes are shown in the lower text area.
318 You will have to merge your changes into the existing text.
319 <b>Only</b> the text in the upper text area will be saved when you
320 press \"Save page\".\n<p>" */,
321 "yourtext" => "あなたの文章",
322 "storedversion" => "保存された版",
323 "editingold" => "<strong>警告: あなたはこのページの古い版を
324 編集しています。もしもこの文章を保存すると、この版以降に追加された
325 全ての変更が無効になってしまいます。</strong>",
326 /* <p><strong>WARNING: You are editing an out-of-date
327 revision of this page.
328 If you save it, any changes made since this revision will be lost.</strong>\n" */
329 "yourdiff" => "あなたの更新内容",
330 "copyrightwarning" => "Wikipediaに投稿された文書は、すべて GNU Free Documentation License によって発行されたものとみなされますので、留意してください。
331 <p>(詳細は $1 を参照, また、参考までに非公式日本語訳は &lt;http://www.opensource.jp/fdl/fdl.ja.html&gt; を参照)。
332 <p>あなたの文章が他人によって自由に編集、配布されることを望まない場合は、投稿を控えて下さい。
333 <p>また、あなたの投稿する文章はあなた自身によって書かれたものであるか、パブリック・ドメインかそれに類する自由なリソースからの複製であることを約束して下さい。
334 <strong>著作権のある作品を許諾なしに投稿してはいけません!</strong>",
335
336
337 # History pages
338 #
339 "revhistory" => "改訂履歴",
340 "nohistory" => "このページには改訂履歴がありません。 There is no edit history for this page.",
341 "revnotfound" => "要求された版が見つかりません Revision not found",
342 "revnotfoundtext" => "要求されたこのページの旧版は見つかりませんでした。
343 URLをもう一度確認して、このページにアクセスしてみて下さい。
344
345 The old revision of the page you asked for could not be found.
346 Please check the URL you used to access this page.\n",
347 "loadhist" => "改訂履歴の読み込み中",
348 "currentrev" => "最新版",
349 "revisionasof" => "$1の版",
350 "cur" => "最新版",
351 "next" => "次の版",
352 "last" => "前の版",
353 "orig" => "最古版",
354 "histlegend" => "凡例: (最新版) = 最新版との比較,
355 (前の版) = 直前の版との比較, M = 細部の修正",
356
357 # Diffs
358 #
359 "difference" => "(版間での差分)" /* "(Difference between revisions)" */,
360 "loadingrev" => "差分をとるために古い版を読み込んでいます" /*"loading revision for diff" */,
361 "lineno" => "$1 行" /* "Line $1:" */,
362 "editcurrent" => "この頁の最新版を編集" /* "Edit the current version of this page" */,
363
364 # 検索結果(Search results)
365 #
366 "searchresults" => "検索結果" /* "Search results" */,
367 "searchhelppage" => "Wikipedia:Searching",
368 "searchingwikipedia" => "Wikipedia を検索中" /* "Searching Wikipedia" */,
369 "searchresulttext" => "Wikipedia の検索についての詳しい情報は、 $1 をご覧下さい。" /* "For more information about searching Wikipedia, see $1." */ ,
370 "searchquery" => "問い合わせ \"$1\" について、" /* "For query \"$1\"" */,
371 "badquery" => "おかしな形式の検索問い合わせ" /* "Badly formed search query" */,
372 "badquerytext" => "問い合わせを処理できませんでした。
373 これはおそらく、3文字未満の語を検索しようとしたためですが、これにはまだ対応していません。
374 例えば「魚 and and 大きさ」のように、表現を誤記しているのかもしれません。" /* "We could not process your query.
375 This is probably because you have attempted to search for a
376 word fewer than three letters long, which is not yet supported.
377 It could also be that you have mistyped the expression, for
378 example \"fish and and scales\".
379 Please try another query." */,
380 "matchtotals" => "問い合わせ「$1」は $2 の記事の題及び $3 の記事の本文と一致しました。" /* "The query \"$1\" matched $2 article titles
381 and the text of $3 articles." */,
382 "titlematches" => "記事の題と一致" /* "Article title matches" */,
383 "notitlematches" => "記事の題とは一致しませんでした" /* "No article title matches" */,
384 "textmatches" => "記事本文と一致" /* "Article text matches" */,
385 "notextmatches" => /* "No article text matches" */ "記事本文とは一致しませんでした",
386 "prevn" => "前 $1" /* "previous $1" */,
387 "nextn" => "次 $1" /* "next $1" */,
388 "viewprevnext" => "($1) ($2) ($3) を見る" /* "View ($1) ($2) ($3)." */,
389 "showingresults" => "$2 からの $1 個の結果を次に示します" /* "Showing below <b>$1</b> results starting with #<b>$2</b>." */,
390 "nonefound" => "<strong>Note</strong>: 検索がうまくいかないのは、「ある」や「から」のような一般的な語で索引付けされていないとか、複数の検索語を指定している (全ての検索語を含む頁だけが結果に示されます。) とかのためかもしれません。" /* "<strong>Note</strong>: unsuccessful searches are
391 often caused by searching for common words like \"have\" and \"from\",
392 which are not indexed, or by specifying more than one search term (only pages
393 containing all of the search terms will appear in the result)." */,
394
395 # Preferences page ユーザーオプション設定頁
396 #
397 "preferences" => "オプション" /* "Preferences" */,
398 "prefsnologin" => "ログインしていません" /* "Not logged in" */,
399 "prefsnologintext" => "ユーザーオプションを変更するためには、
400 <a href=\"" .
401 wfLocalUrl( "特別:Userlogin" ) . "\">ログイン</a>している必要があります。"
402 /* "You must be <a href=\"" .
403 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
404 to set user preferences." */,
405 "prefsreset" => "ユーザー設定は初期化されました。" /* "Preferences have been reset from storage." */,
406 "qbsettings" => "クイックバー設定" /* "Quickbar settings" */,
407 "changepassword" => "パスワード変更" /* "Change password" */,
408 "skin" => "外装" /* "Skin" */,
409 "saveprefs" => "設定の保存" /* "Save preferences" */,
410 "resetprefs" => "設定の初期化" /* "Reset preferences" */,
411 "oldpassword" => "古いパスワード" /* "Old password" */,
412 "newpassword" => "新しいパスワード" /* "New password" */,
413 "retypenew" => "新しいパスワードを再入力して下さい" /* "Retype new password" */,
414 "textboxsize" => "テキストボックスの大きさ" /* "Textbox dimensions" */,
415 "rows" => "縦" /* "Rows" */,
416 "columns" => "横" /* "Columns" */,
417 "searchresultshead" => "検索結果の表示" /* "Search result settings" */,
418 "resultsperpage" => "1ページあたりの表示件数" /* "Hits to show per page" */,
419 "contextlines" => "1件あたりの行数" /* "Lines to show per hit" */,
420 "contextchars" => "1行あたりの文字数" /* "Characters of context per line" */,
421 "recentchangescount" => "最近更新されたページの表示件数" /* "Number of titles in recent changes" */,
422 "savedprefs" => "ユーザー設定を保存しました" /* "Your preferences have been saved." */,
423 "timezonetext" => "UTCとあなたの地域の標準時間との差を入力して下さい" /* "Enter number of hours your local time differs
424 from server time (UTC)." */,
425 "localtime" => "あなたの地域の標準時間" /* "Local time" */,
426 "timezoneoffset" =>"差" /* "Offset" */,
427 "emailflag" => "他のユーザーからのメール送付を差し止める" /* "Disable e-mail from other users" */,
428
429 # 最近更新したページ(Recent changes)
430 #
431 "recentchanges" => "最近更新したページ",
432 "recentchangestext" => "最近付け加えられた変更はこのページで確認することができます。
433 [[Wikipedia:新規参加者の方、ようこそ]]!
434 以下のページも参照して下さい:
435 [[wikipedia:ウィキペディア よくある質問集]],
436 [[Wikipedia:ウィキペディアの基本方針とガイドライン]]
437 (特に[[Wikipedia:記事名のつけ方]],
438 [[Wikipedia:中立的な観点]]),
439 [[Wikipedia:ウィキペディアで起こしがちな間違い]].
440
441 ウィキペディアが成功するためには、あなたの投稿する内容が他人の著作権などによって束縛されていないことがとても重要です。[[Wikipedia:著作権]]
442 法的責任問題は、プロジェクトに致命傷を与えることもある問題です。他人の著作物などを流用することは絶対に避けてください。また次のページも参照して下さい。[http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion]"
443
444 /* Track the most recent changes to Wikipedia on this page.
445 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
446 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
447 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
448 (especially [[wikipedia:Naming conventions|naming conventions]],
449 [[wikipedia:Neutral point of view|neutral point of view]]),
450 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
451
452 If you want to see Wikipedia succeed, it's very important that you don't add
453 material restricted by others' [[wikipedia:Copyrights|copyrights]].
454 The legal liability could really hurt the project, so please don't do it.
455 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion]. */,
456 "rcloaderr" => "最近の更新情報をダウンロード中" /* "Loading recent changes" */,
457 "rcnote" => "以下は最近<strong>$2</strong>日間の<strong>$1</strong>件の更新です。" /* "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days." */,
458 # "rclinks" => "最近$2時間/$3日間の$1件分を表示する" /* "Show last $1 changes in last $2 hours / last $3 days" */,
459 "rclinks" => "最近$2日間の$1件分を表示する" /* "Show last $1 changes in last $2 days." */,
460 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
461 "diff" => "差分" /* "diff" */,
462 "hist" => "履歴" /* "hist" */,
463 "hide" => "省略" /* "hide" */,
464 "show" => "表示" /* "show" */,
465 "tableform" => "表" /* "table" */,
466 "listform" => "リスト" /* "list" */,
467 "nchanges" => "$1件の変更" /* "$1 changes" */,
468
469 # Upload
470 #
471 "upload" => "アップロード Upload",
472 "uploadbtn" => "ファイルをアップロードする Upload file",
473 "uploadlink" => "イメージのアップロード Upload images",
474 "reupload" => "再アップロード Re-upload",
475 "reuploaddesc" => "アップロードのフォームへ戻る Return to the upload form.",
476 "uploadnologin" => "ログインしていません、 Not logged in",
477 "uploadnologintext" => "ユーザーオプションを変更するためには、
478 <a href=\"" .
479 wfLocalUrl( "特別:Userlogin" ) . "\">ログイン</a>している必要があります。
480
481 You must be <a href=\"" .
482 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
483 to upload files.",
484 "uploadfile" => "ファイルのアップロード Upload file",
485 "uploaderror" => "アップロード エラー Upload error",
486 "uploadtext" => "<strong>ご注意!</strong>
487 ここにファイルをアップロードする前に、ウィキペディアの<a href=\"" .
488 wfLocalUrlE( "Wikipedia:画像利用の方針" ) . "\">画像利用の方針</a>を
489 よく読んで、方針に反することのないようにして下さい。.
490 <p>
491 これまでにアップロードされたイメージの一覧や検索には、
492 <a href=\"" . wfLocalUrlE( "特別:Imagelist" ) .
493 "\">画像リスト</a>が便利です。
494 アップロードと削除の記録は<a href=\"" .
495 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">にあります。</a>.
496 <p>記事に必要な画像を新しくアップロードする場合には、以下のフォームを利用して下さい。
497
498 ほとんどのブラウザーでは、\"Browse\"というボタンが表示されます。そのボタンを押すと、
499 あなたの使用しているコンピューター(のオペレーティング・システム)でファイルを開く
500 際のの標準的な手続きが始まります。ファイルを選択して、Browseというボタンの横にある
501 空欄にファイル名が入力された状態にして下さい。
502 また、あなたがそのファイルをアップロードすることが著作権を侵害に該当しないことを
503 あなたが表明する必要があります。そのために、チェック欄にチェックを入れて下さい。
504 ファイルをアップロードするボタンを押すことで、アップロード手続きは完了します。
505 もしもあなたのインターネット接続が低速のものであれば、アップロードには多少時間が
506 かかります。
507
508 望ましいフォーマットは、写真などのイメージの場合はJPEG、手書きのものやアイコン
509 などはPNG、サウンドにはOGGです。
510
511 混乱を避けるために説明的な名前をつけて下さい。
512
513 画像を記事に組み入れるためには、次のようなフォーマットでリンクを張ります。
514 <b>[[画像:file.jpg]]</b> <b>[[画像:file.png|説明文]]</b>
515 また、サウンドには <b>[[media:file.ogg]]</b> を用います。
516 <p>
517 ウィキペディアの他のページと同じく、あなたがアップロードしたファイルも、より
518 よい百科事典作成のために他のユーザーによって編集、削除されることがあります。
519 また、アップロード機能を乱用した利用者は、アップロード機能の使用を禁じされることも
520 ありますのでご承知下さい。",
521
522 /* <strong>STOP!</strong> Before you upload here,
523 make sure to read and follow Wikipedia's <a href=\"" .
524 wfLocalUrlE( "Wikipedia:Image_use_policy" ) . "\">image use policy</a>.
525 <p>To view or search previously uploaded images,
526 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
527 "\">list of uploaded images</a>.
528 Uploads and deletions are logged on the <a href=\"" .
529 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">upload log</a>.
530 <p>Use the form below to upload new image files for use in
531 illustrating your articles.
532 On most browsers, you will see a \"Browse...\" button, which will
533 bring up your operating system's standard file open dialog.
534 Choosing a file will fill the name of that file into the text
535 field next to the button.
536 You must also check the box affirming that you are not
537 violating any copyrights by uploading the file.
538 Press the \"Upload\" button to finish the upload.
539 This may take some time if you have a slow internet connection.
540 <p>The preferred formats are JPEG for photographic images, PNG
541
542 for drawings and other iconic images, and OGG for sounds.
543 Please name your files descriptively to avoid confusion.
544 To include the image in an article, use a link in the form
545 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
546 or <b>[[media:file.ogg]]</b> for sounds.
547 <p>Please note that as with Wikipedia pages, others may edit or
548 delete your uploads if they think it serves the encyclopedia, and
549 you may be blocked from uploading if you abuse the system." */
550 "uploadlog" => "upload log",
551 "uploadlogpage" => "Upload_log",
552 "uploadlogpagetext" => "以下は最近のファイルのアップロードのログです。
553 記録は全てサーバーの時間であるUTCに基づくものです。
554 <ul>
555 </ul>
556 "
557 /* Below is a list of the most recent file uploads.
558 All times shown are server time (UTC). */,
559
560 "filename" => "ファイル名",
561 "filedesc" => "ファイルの概要",
562 "affirmation" => "このファイルの著作権者は$1のライセンスに基づく
563 使用を許可したことをここに表明します。
564
565 I affirm that the copyright holder of this file
566 agrees to license it under the terms of the $1.",
567 "copyrightpage" => "Wikipedia:Copyrights",
568
569 "copyrightpagename" => "ウィキペディアの著作権",
570 "uploadedfiles" => "アップロードされたファイル",
571 "noaffirmation" => "あなたのアップロードが著作権の侵害にあたらない旨を
572 表明して下さい。"
573 /* "You must affirm that your upload does not violate
574 any copyrights." */,
575 "ignorewarning" => "警告を無視し、保存してしまう" /* "Ignore warning and save file anyway." */,
576 "minlength" => "ファイル名は3文字以上である必要があります。" /* "Image names must be at least three letters." */,
577 "badfilename" => "ファイル名は\"$1\"へ変更されました。" /* "Image name has been changed to \"$1\"." */,
578 "badfiletype" => "\".$1\" は推奨されているファイルフォーマットではありません。" /*
579 "\".$1\" is not a recommended image file format." */,
580 "largefile" => "ファイルサイズは100キロバイト以下に抑えることが推奨されています。" /* It is recommended that images not exceed 100k in size." */,
581 "successfulupload" => "アップロード成功" /* "Successful upload" */,
582 "fileuploaded" => "ファイル\"$1\は無事にアップロードされました。
583 以下のリンク($2)をクリックし、ファイルについての情報-出典、製作者や時期、
584 その他知っている情報を書き込んで下さい。
585
586 " /* " "File \"$1\" uploaded successfully.
587 Please follow this link: ($2) to the description page and fill
588 in information about the file, such as where it came from, when it was
589 created and by whom, and anything else you may know about it." */,
590
591 "uploadwarning" => "アップロード 警告" /* "Upload warning" */,
592 "savefile" => "ファイルを保存" /* "Save file" */,
593 "uploadedimage" => "\"$1\"をアップロードしました。" /* "uploaded \"$1\"" */,
594
595 # Image list
596 #
597 "imagelist" => "画像リスト",
598 "imagelisttext" => "$1枚の画像を$2に表示しています",
599 "getimagelist" => "画像リストを取得",
600 "ilshowmatch" => "マッチする名前の画像を全て表示",
601 "ilsubmit" => "検索",
602 "showlast" => "$2$1枚の画像を表示",
603 "all" => "全て",
604 "byname" => "名前順",
605 "bydate" => "日付順",
606 "bysize" => "サイズ順",
607 "imgdelete" => "削除",
608 "imgdesc" => "詳細",
609 "imglegend" => "凡例: (詳細)=画像の詳細を表示/編集",
610 "imghistory" => "画像の履歴",
611 "revertimg" => "差戻",
612 "deleteimg" => "削除",
613 "imghistlegend" => "凡例: (最新)=最新版の画像, (削除)=この版の画像を削除, (差戻)=この版の画像に差し戻す<br><b>アップロードされた画像を見るには日付をクリックします。</b>",
614 "imagelinks" => "リンク",
615 "linkstoimage" => "この画像にリンクしているページの一覧:",
616 "nolinkstoimage" => "この画像にリンクしているページはありません。",
617
618 # Statistics
619 #
620 "statistics" => "アクセス統計",
621 "sitestats" => "サイト全体の統計",
622 "userstats" => "ユーザー登録統計",
623 "sitestatstext" => "<p>データベース内には <b>$1</b> ページのデータがあります。この数字には「会話ページ」や「Wikipedia関連のページ」、「書きかけのページ」、「リダイレクト」など、記事とはみなせないページが含まれています。これらを除いた、記事とみなされるページ数は約 <b>$2</b> ページになります。</p><p>ページの総閲覧回数は <b>$3</b> 回です。また、ソフトウェアの更新(2002/06/20)以来、<b>$4</b> 回の編集が行われました。平均すると、1ページあたり <b>$5</b> 回の編集が行われ、1編集あたり <b>$6</b> 回閲覧されています。</p>",
624 "userstatstext" => "登録済みの利用者は <b>$1</b> 人で、内 <b>$2</b> 人が管理者権限を持っています。($3を参照)",
625
626 # Miscellaneous special pages
627 #
628 "orphans" => "孤立しているページ",
629 "lonelypages" => "孤立しているページ",
630 "unusedimages" => "使われていない画像",
631 "popularpages" => "人気のページ",
632 "nviews" => "$1 回表示",
633 "wantedpages" => "投稿が望まれているページ",
634 "nlinks" => "$1 個のリンク",
635 "allpages" => "全ページ",
636 "randompage" => "おまかせ表示",
637 "shortpages" => "短いページ",
638 "longpages" => "長いページ",
639 "listusers" => "登録ユーザー一覧",
640 "specialpages" => "特別ページ",
641 "spheading" => "特別ページ",
642 "sysopspheading" => "シスオペ用特別ページ (pages for sysop)",
643 "developerspheading" => "開発者用特別ページ (pages for developper)",
644 "protectpage" => "Protect page",
645 "recentchangeslinked" => "リンクを見張る",
646 "rclsub" => "(to pages linked from \"$1\")",
647 "debug" => "デバッグ (debug)",
648 "newpages" => "新しいページ",
649 "movethispage" => "このページを移動する",
650 "unusedimagestext" => "<p>ご注意:他言語版のウィキペディアも含め、他のウェブサイトがURLを直接用いて画像にリンクしている場合もあります。以下の画像一覧には、そのような形で利用されている画像が含まれている可能性があります。",
651 "booksources" => "文献資料",
652 "booksourcetext" => "以下のリストは、新本、古本などを販売している外部サイトへのリンクです。
653 あなたがお探しの本について、更に詳しい情報が提供されている場合もあります。
654 ウィキペディアはこれらの業務とは提携関係は持っていません。また、このリストはリストされたサイトへのウィキペディアの支持を表すものでもありません。",
655
656 # Email this user
657 #
658 "mailnologin" => "送信先のアドレスがありません。" /* No send address"*/,
659 "mailnologintext" => "ログインしていません。メールを送信するためには、
660 あなたの電子メールアドレスを<a href=\"" .
661 wfLocalUrl( "Special:ユーザーオプション" ) . "\">ユーザーオプション</a>
662 で指定し、
663 <a href=\"" .
664 wfLocalUrl( "特別:Userlogin" ) . "\">ログイン</a>している必要があります。"
665 /* You must be <a href=\"" .
666 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
667 and have a valid e-mail address in your <a href=\"" .
668 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
669 to send e-mail to other users." */,
670 "emailuser" => "このユーザーにメールを送る" /* "E-mail this user" */,
671 "emailpage" => "メール送信ページ" /* "E-mail user" */,
672 "emailpagetext" => "もしメールを送る先のユーザーが、有効なメールアドレスを
673 ユーザーオプションに登録してあれば、下のフォームを通じてメールを送ることができます。
674 あなたが登録したご自分のメールアドレスはFrom:の欄に自動的に組み込まれ、受け取った相手が
675 返事を出せるようになっています。"
676
677 /* "If this user has entered a valid e-mail address in
678 is user preferences, the form below will send a single message.
679 The e-mail address you entered in your user preferences will appear
680 as the \"From\" address of the mail, so the recipient will be able
681 to reply."*/,
682 "noemailtitle" => "送り先のメールアドレスがありません。" /* "No e-mail address" */,
683 "noemailtext" => "このユーザーは有効なメールアドレスを登録していないか、メールを受け取りたくないというオプションを選択しています。"
684 /* "This user has not specified a valid e-mail address,
685 or has chosen not to receive e-mail from other users." */,
686 "emailfrom" => "あなたのアドレス" /* "From" */,
687 "emailto" => "あて先" /* "To" */,
688 "emailsubject" => "題名" /* "Subject" */,
689 "emailmessage" => "本文" /* "Message" */,
690 "emailsend" => "メール送信" /* "Send" */,
691 "emailsent" => "メールを送りました" /* "E-mail sent" */,
692 "emailsenttext" => "メールは無事送信されました。" /* "Your e-mail message has been sent." */,
693
694 # Watchlist ウォッチリスト
695 #
696 "watchlist" => "ウォッチリスト",
697 "watchlistsub" => "(ユーザー名 \"$1\")" /* (for user \"$1\") */,
698 "nowatchlist" => "あなたのウォッチリストは空です。" /* "You have no items on your watchlist." */,
699 "watchnologin" => "ログインしていません" /* "Not logged in" */,
700 "watchnologintext" => "ウォッチリストを変更するためには、
701 <a href=\"" .
702 wfLocalUrl( "特別:Userlogin" ) . "\">ログイン</a>している必要があります。"
703 /* "You must be <a href=\"" .
704 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
705 to modify your watchlist." */,
706 "addedwatch" => "ウォッチリストに加えました" /* "Added to watchlist" */,
707 "addedwatchtext" => "ページ\"$1\" をあなたの
708 <a href=\"" .
709 wfLocalUrl( "特別:Watchlist" ) . "\">ウォッチリスト</a>
710 に追加しました。
711 このページと、付属のノートのページに変更があった際にはそれをウォッチリストで
712 知ることができます。また、
713 <a href=\"" . wfLocalUrl( "特別:Recentchanges" ) . "\">最近更新したページ</a> では
714 ウォッチリストに含まれているページは<b>ボールド体</b>で表示され、見つけやすく
715 なります。</p>
716
717 <p>もしもウォッチリストから特定のページを削除したい場合には、サイドバーにある
718 \"ウォッチリストから削除\" のリンクをクリックして下さい。",
719
720 /* The page \"$1\" has been added to your <a href=\"" .
721 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
722 Future changes to this page and its associated Talk page will be listed there,
723 and the page will appear <b>bolded</b> in the <a href=\"" .
724 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
725 make it easier to pick out.</p>
726
727 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar." */
728
729 "removedwatch" => "ウォッチリストから削除しました" /* "Removed from watchlist" */,
730 "removedwatchtext" => "ページ\"$1\はウォッチリストから削除されました。" /* "The page \"$1\" has been removed from your watchlist." */,
731 "watchthispage" => "ウォッチリストに追加" /* "Watch this page" */,
732 "unwatchthispage" => "ウォッチリストから削除" /* "Stop watching" */,
733 "notanarticle" => "これは記事ではありません。" /* "Not an article" */,
734
735 # Delete/protect/revert (ここは管理者用の部分なので当面英文を残しておきます。)
736 #
737 "deletepage" => "Delete page (ページ削除)",
738 "confirm" => "Confirm (確認)",
739 "confirmdelete" => "Confirm delete (削除確認)",
740 "deletesub" => "(Deleting \"$1\") (サブページ\"$1\"を削除)",
741 "confirmdeletetext" => "指定されたページまたはイメージは、その更新履歴と共に
742 データベースから永久に削除されようとしています。
743 あなたが削除を望んでおり、それがもたらす帰結を理解しており、かつあなたの
744 しようとしていることが[[Wikipedia:Policy|ウィキペディアの基本方針]]に即したものであることを確認して下さい。
745
746 You are about to permanently delete a page
747 or image along with all of its history from the database.
748 Please confirm that you intend to do this, that you understand the
749 consequences, and that you are doing this in accordance with
750 [[Wikipedia:Policy]].",
751 "confirmcheck" => "はい。上記の通りです。 Yes, I really want to delete this.",
752 "actioncomplete" => "削除を完了しました。 Action complete",
753 "deletedtext" => "\"$1\" は削除されました。 \"$1\" has been deleted.
754 最近の削除に関しては$2 を参照して下さい。
755 See $2 for a record of recent deletions.",
756 "deletedarticle" => "\"$1\" を削除しました",
757 "dellogpage" => "削除記録 Deletion_log",
758 "dellogpagetext" => "以下に示すのは最近の削除記録です。時間はサーバーの時間(UTC)によって記録されています。
759
760 Below is a list of the most recent deletions.
761 All times shown are server time (UTC).
762 <ul>
763 </ul>
764 ",
765 "deletionlog" => "削除記録 deletion log",
766 "reverted" => "以前のバージョンへの差し戻し。 Reverted to earlier revision",
767 "deletecomment" => "削除の理由 Reason for deletion",
768 "imagereverted" => "以前のバージョンへの差し戻しに成功しました。 Revert to earlier version was successful.",
769
770 # Contributions ユーザーの投稿記録
771 #
772 "contributions" => "ユーザーの投稿記録",
773 "contribsub" => "ユーザー名:$1",
774 "nocontribs" => "ユーザーの投稿記録は見つかりませんでした。",
775 "ucnote" => "以下に示すのが過去<b>$2</b>日間における、最大<b>$1</b>件の投稿・編集です。" /*Below are this user's last <b>$1</b> changes in the last <b>$2</b> days."*/,
776 "uclinks" => "$1 件の投稿・編集を見る。; $2日間分の投稿・編集を見る。
777
778 View the last $1 changes; view the last $2 days.",
779
780 # What links here このページにリンクしている他のページ
781 #
782 "whatlinkshere" => "ここにリンクしている他のページ" /* "what links here" */,
783 "notargettitle" => "対象となるページが存在しません" /* "No target" */,
784 "notargettext" => "対象となるページ又はユーザーが指定されていません" /* "You have not specified a target page or user
785 to perform this function on." */,
786 "linklistsub" => "リンクのリスト" /* "(List of links)" */,
787 "linkshere" => "以下のページが指定されたページにリンクしています。" /* "The following pages link to here:" */,
788 "nolinkshere" => "指定されたページにリンクしているページはありません。" /* "No pages link to here." */,
789 "isredirect" => "リダイレクトページ" /* "redirect page" */,
790
791 # Block/unblock IP (この部分は管理者用なので当面英文を残しておきます。)
792 #
793 "blockip" => "Block IP address",
794 "blockiptext" => "Use the form below to block write access
795 from a specific IP address.
796 This should be done only only to prevent valndalism, and in
797 accordance with [[Wikipedia:Policy|Wikipedia policy]].
798 Fill in a specific reason below (for example, citing particular
799 pages that were vandalized).",
800 "ipaddress" => "IP Address",
801 "ipbreason" => "Reason",
802 "ipbsubmit" => "Block this address",
803 "badipaddress" => "The IP address is badly formed.",
804 "noblockreason" => "You must supply a reason for the block.",
805 "blockipsuccesssub" => "Block succeeded",
806 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
807 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
808 "unblockip" => "Unblock IP address",
809 "unblockiptext" => "Use the form below to restore write access
810 to a previously blocked IP address.",
811 "ipusubmit" => "Unblock this address",
812 "ipusuccess" => "IP address \"$1\" unblocked",
813 "ipblocklist" => "List of blocked IP addresses",
814 "blocklistline" => "$1, $2 blocked $3",
815 "blocklink" => "block",
816 "unblocklink" => "unblock",
817 "contribslink" => "contribs",
818
819 # Developer tools (この部分は管理者用なので当面英文を残しておきます。)
820 #
821 "lockdb" => "Lock database",
822 "unlockdb" => "Unlock database",
823 "lockdbtext" => "Locking the database will suspend the ability of all
824 users to edit pages, change their preferences, edit their watchlists, and
825 other things requiring changes in the database.
826 Please confirm that this is what you intend to do, and that you will
827 unlock the database when your maintenance is done.",
828 "unlockdbtext" => "Unlocking the database will restore the ability of all
829 users to edit pages, change their preferences, edit their watchlists, and
830 other things requiring changes in the database.
831 Please confirm that this is what you intend to do.",
832 "lockconfirm" => "Yes, I really want to lock the database.",
833 "unlockconfirm" => "Yes, I really want to unlock the database.",
834 "lockbtn" => "Lock database",
835 "unlockbtn" => "Unlock database",
836 "locknoconfirm" => "You did not check the confirmation box.",
837 "lockdbsuccesssub" => "Database lock succeeded",
838 "unlockdbsuccesssub" => "Database lock removed",
839 "lockdbsuccesstext" => "The Wikipedia database has been locked.
840 <br>Remember to remove the lock after your maintenance is complete.",
841 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
842
843 # SQL query (この部分は管理者用なので当面英文を残しておきます。)
844 #
845 "asksql" => "SQL query",
846 "asksqltext" => "Use the form below to make a direct query of the
847 Wikipedia database.
848 Use single quotes ('like this') to delimit string literals.
849 This can often add considerable load to the server, so please use
850 this function sparingly.",
851 "sqlquery" => "Enter query",
852 "querybtn" => "Submit query",
853 "selectonly" => "Queries other than \"SELECT\" are restricted to
854 Wikipedia developers.",
855 "querysuccessful" => "Query successful",
856
857 # Move page ページの移動
858 #
859 "movepage" => "ページの移動",
860 "movepagetext" => "以下のフォームを利用して、ページ名を変更し、
861 そのページに付随する履歴の情報を変更先のページへ移動することができます。
862 変更されるページは、変更後は変更先へのリダイレクトページになります。
863 更新前のページへと張られたリンクは変更されません。また、ページに付随する
864 ノートのページも移動されません。
865 <b>注意!</b>
866 これは人気のあるページにとって抜本的で予想外の変更になるかも知れません。
867 ページの移動に伴う諸帰結をよく理解してから移動に踏み切るようにして下さい。"
868
869 /* "Using the form below will rename a page, moving all
870 of its history to the new name.
871 The old title will become a redirect page to the new title.
872 Links to the old page title will not be changed, and the talk
873 page, if any, will not be moved.
874 <b>WARNING!</b>
875 This can be a drastic and unexpected change for a popular page;
876 please be sure you understand the consequences of this before
877 proceeding." */,
878 "movearticle" => "ページの移動",
879 "movenologin" => "ログインしていません",
880 "movenologintext" => "この機能を利用するためには、ユーザー登録をして、
881 <a href=\"" .
882 wfLocalUrl( "特別:Userlogin" ) . "\">ログイン</a>している必要が
883 あります。",
884 "newtitle" => "新しいページへ" /* "To new title" */,
885 "movepagebtn" => "ページを移動" /* "Move page" */,
886 "pagemovedsub" => "無事移動しました。" /* "Move succeeded" */,
887 "pagemovedtext" => "ページ\"[[$1]]\" \"[[$2]]\" に移動しました。" /* "Page \"[[$1]]\" moved to \"[[$2]]\"." */,
888 "articleexists" => "指定された移動先には既にページが存在するか、名前が不適切です。" /* "A page of that name already exists, or the
889 name you have chosen is not valid.
890 Please choose another name." */,
891 "movedto" => "移動先:" /* "moved to" */,
892 "movetalk" => "付随するノートのページが存在する場合にはそれも同時に移動させる" /* "Move \"talk\" page as well, if applicable." */,
893 "talkpagemoved" => "付随のノートのページも移動しました。" /* "The corresponding talk page was also moved." */,
894 "talkpagenotmoved" => "付随のノートのページは<b>移動されませんでした。</b>" /* "The corresponding talk page was <strong>not</strong> moved." */,
895
896 );
897
898 class LanguageJa extends LanguageUtf8 {
899
900 function getNamespaces() {
901 global $wgNamespaceNamesJa;
902 return $wgNamespaceNamesJa;
903 }
904
905 function getNsText( $index ) {
906 global $wgNamespaceNamesJa;
907 return $wgNamespaceNamesJa[$index];
908 }
909
910 function getNsIndex( $text ) {
911 global $wgNamespaceNamesJa;
912
913 foreach ( $wgNamespaceNamesJa as $i => $n ) {
914 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
915 }
916 return false;
917 }
918
919 function getQuickbarSettings() {
920 global $wgQuickbarSettingsJa;
921 return $wgQuickbarSettingsJa;
922 }
923
924 function getSkinNames() {
925 global $wgSkinNamesJa;
926 return $wgSkinNamesJa;
927 }
928
929
930 function getUserToggles() {
931 global $wgUserTogglesJa;
932 return $wgUserTogglesJa;
933 }
934
935 function getMonthName( $key )
936 {
937 global $wgMonthNamesJa;
938 return $wgMonthNamesJa[$key-1];
939 }
940
941 function getMonthAbbreviation( $key )
942 {
943 global $wgMonthAbbreviationsJa;
944 return $wgMonthAbbreviationsJa[$key-1];
945 }
946
947 function getWeekdayName( $key )
948 {
949 global $wgWeekdayNamesJa;
950 return $wgWeekdayNamesJa[$key-1];
951 }
952
953 # Inherit default userAdjust()
954
955 function date( $ts, $adj = false )
956 {
957 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
958
959 $d = substr( $ts, 0, 4 ) . "年" .
960 $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) .
961 (0 + substr( $ts, 6, 2 )) . "日";
962 return $d;
963 }
964
965 function time( $ts, $adj = false )
966 {
967 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
968
969 $t = substr( $ts, 8, 2 ) . ":" . substr( $ts, 10, 2 );
970 return $t;
971 }
972
973 function timeanddate( $ts, $adj = false )
974 {
975 return $this->time( $ts, $adj ) . " " . $this->date( $ts, $adj );
976 }
977
978 # Inherit default rfc1123()
979
980 function getValidSpecialPages()
981 {
982 global $wgValidSpecialPagesJa;
983 return $wgValidSpecialPagesJa;
984 }
985
986 function getSysopSpecialPages()
987 {
988 global $wgSysopSpecialPagesJa;
989 return $wgSysopSpecialPagesJa;
990 }
991
992 function getDeveloperSpecialPages()
993 {
994 global $wgDeveloperSpecialPagesJa;
995 return $wgDeveloperSpecialPagesJa;
996 }
997
998 function getMessage( $key )
999 {
1000 global $wgAllMessagesJa;
1001 if(array_key_exists($key, $wgAllMessagesJa))
1002 return $wgAllMessagesJa[$key];
1003 else
1004 return Language::getMessage($key);
1005 }
1006
1007 function stripForSearch( $string ) {
1008 # MySQL fulltext index doesn't grok utf-8, so we
1009 # need to fold cases and convert to hex
1010 global $wikiLowerChars;
1011 $s = $string;
1012
1013 # Strip known punctuation ?
1014 #$s = preg_replace( '/\xe3\x80[\x80-\xbf]/', '', $s ); # U3000-303f
1015
1016 # Space strings of like hiragana/katakana/kanji
1017 $hiragana = '(?:\xe3(?:\x81[\x80-\xbf]|\x82[\x80-\x9f]))'; # U3040-309f
1018 $katakana = '(?:\xe3(?:\x82[\xa0-\xbf]|\x83[\x80-\xbf]))'; # U30a0-30ff
1019 $kanji = '(?:\xe3[\x88-\xbf][\x80-\xbf]'
1020 . '|[\xe4-\xe8][\x80-\xbf]{2}'
1021 . '|\xe9[\x80-\xa5][\x80-\xbf]'
1022 . '|\xe9\xa6[\x80-\x99])';
1023 # U3200-9999 = \xe3\x88\x80-\xe9\xa6\x99
1024 $s = preg_replace( "/({$hiragana}+|{$katakana}+|{$kanji}+)/", ' $1 ', $s );
1025
1026 # Double-width roman characters: ff00-ff5f ~= 0020-007f
1027 $s = preg_replace( '/\xef\xbc([\x80-\xbf])/e', 'chr((ord("$1") & 0x3f) + 0x20)', $s );
1028 $s = preg_replace( '/\xef\xbd([\x80-\x99])/e', 'chr((ord("$1") & 0x3f) + 0x60)', $s );
1029
1030 return trim( preg_replace(
1031 "/([\\xc0-\\xff][\\x80-\\xbf]*)/e",
1032 "'U8' . bin2hex( strtr( \"\$1\", \$wikiLowerChars ) )",
1033 $s ) );
1034 return $s;
1035 }
1036
1037 # Italic is not appropriate for Japanese script
1038 # Unfortunately most browsers do not recognise this, and render <em> as italic
1039 function emphasize( $text )
1040 {
1041 return $text;
1042 }
1043 }
1044
1045 ?>