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