「MediaWiki:Monobook.js」の版間の差分

削除された内容 追加された内容
編集の要約なし
M japanese
1 行
/* <pre> */
/* tooltips and access keys */
ta = new Object();
ta['pt-userpage'] = new Array('.','My user page自分の利用者ページ');
ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing asあなたのIPアドレス用の利用者ページ');
ta['pt-mytalk'] = new Array('n','My talk page自分の会話ページ');
ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip addressあなたのIPアドレスからなされた編集の会話ページ');
ta['pt-preferences'] = new Array('','My preferencesオプションの変更');
ta['pt-watchlist'] = new Array('l','The list of pages you\'re monitoring for changes.変更を監視しているページの一覧');
ta['pt-mycontris'] = new Array('y','List of my contributions自分の投稿記録');
ta['pt-login'] = new Array('o','You are encouraged to log in, it is not mandatory however.ログインすることが推奨されますが、しなくても構いません。');
ta['pt-anonlogin'] = new Array('o','You are encouraged to log in, it is not mandatory however.ログインすることが推奨されますが、しなくても構いません。');
ta['pt-logout'] = new Array('o','Log outログアウト');
ta['ca-talk'] = new Array('t','Discussion about the content page項目のノート');
ta['ca-edit'] = new Array('e','You can edit this page. Please use the preview button before saving.このページを編集できます。投稿の前に「プレビューを実行」ボタンを使ってください。');
ta['ca-addsection'] = new Array('+','Add a comment to this discussion.このページにコメントを加える');
ta['ca-viewsource'] = new Array('e','This page is protected. You can view its source.このページは保護されています。ページのソースを閲覧できます。');
ta['ca-history'] = new Array('h','Past versions of this page.このページの過去の版');
ta['ca-protect'] = new Array('=','Protect this pageこのページを保護');
ta['ca-delete'] = new Array('d','Delete this pageこのページを削除');
ta['ca-undelete'] = new Array('d','Restore the edits done to this page before it was deleted削除されたページを復帰する');
ta['ca-move'] = new Array('m','Move this pageこのページを移動');
ta['ca-watch'] = new Array('w','Add this page to your watchlistこのページをウォッチリストへ追加');
ta['ca-unwatch'] = new Array('w','Remove this page from your watchlistこのページをウォッチリストから外す');
ta['p-search'] = new Array('f','Search this wikiウィキ内を検索');
ta['p-logo'] = new Array('','Main Pageメインページ');
ta['n-mainpage'] = new Array('z','Visit the Main Pageメインページに移動');
ta['n-portal'] = new Array('','About the project, what you can do, where to find thingsこのプロジェクトについて、あなたのできることを探す場所です');
ta['n-currentevents'] = new Array('','Find background information on current events最近の出来事');
ta['n-recentchanges'] = new Array('r','The list of recent changes in the wiki.最近更新が行われたページの一覧');
ta['n-randompage'] = new Array('x','Load a random pageランダムに記事を選んで表示');
ta['n-help'] = new Array('','The place to find out.ヘルプ・使い方');
ta['n-sitesupportvillagepump'] = new Array('','Support usプロジェクトについての意見交換や告知');
ta['tn-whatlinksherecontact'] = new Array('j','List of all wiki pages that link hereウィキブックスやウィキメディア財団に関する連絡先');
ta['tn-recentchangeslinkedsitesupport'] = new Array('k','Recent changes in pages linked from this page私たちをサポートしてください');
ta['feedt-rsswhatlinkshere'] = new Array('j','RSS feed for this pageこのページにリンクしているページの一覧');
ta['feedt-atomrecentchangeslinked'] = new Array('k','Atom feed for this page最近更新が行われたこのページのリンク先');
ta['tfeed-contributionsrss'] = new Array('','View the list of contributions of this userこのページのRSSフィード');
ta['tfeed-emailuseratom'] = new Array('','Send a mail to this userこのページのAtomフィード');
ta['t-uploadcontributions'] = new Array('u','Upload images or media filesユーザーの投稿記録');
ta['t-specialpagesemailuser'] = new Array('q','List of all special pagesこのユーザーにメールを送信');
ta['cat-nstab-mainupload'] = new Array('cu','View the content page画像やメディアファイルをアップロード');
ta['cat-nstab-userspecialpages'] = new Array('cq','View the user page特別ページの一覧');
ta['ca-nstab-mediamain'] = new Array('c','View the media page本文を表示');
ta['ca-nstab-specialuser'] = new Array('c','This is a special page, you can\'t edit the page itself.利用者ページを表示');
ta['ca-nstab-wpmedia'] = new Array('ac','View the project pageメディアページを表示');
ta['ca-nstab-imagespecial'] = new Array('c','View the image pageこれは特別ページです。編集することはできません。');
ta['ca-nstab-mediawikiwp'] = new Array('ca','View the system message{{SITENAME}}ページを表示');
ta['ca-nstab-templateimage'] = new Array('c','View the template画像ページを表示');
ta['ca-nstab-helpmediawiki'] = new Array('c','View the help page定型文を表示');
ta['ca-nstab-categorytemplate'] = new Array('c','View the category pageテンプレートを表示');
ta['ca-nstab-help'] = new Array('c','ヘルプページを表示');
ta['ca-nstab-category'] = new Array('c','カテゴリページを表示');
/* </pre> */