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