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