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