| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン |
| dokuwiki:monobook [2006/12/07] – admin | dokuwiki:monobook [不明な日付] (現在) – 外部編集 (不明な日付) 127.0.0.1 |
|---|
| | ====== Monobookテンプレート ====== |
| | このサイトで使用しているテンプレートです。\\ |
| | 独自の拡張もおこなっていて、Dokuwikiがさらに使いやすくなっています。 |
| |
| | ===== 入手元 ===== |
| | http://www.dokuwiki.org/template:monobook |
| | |
| | ===== 日本語リソース ===== |
| | /lib/tpl/monobook/lang/ja/lang.php |
| | <code php> |
| | <?php |
| | |
| | //Language constant, for the monobook DokuWiki template : japanese |
| | |
| | |
| | $lang['monobook_article'] = '本文'; |
| | $lang['monobook_discussion'] = '議論'; |
| | $lang['monobook_userpage'] = 'ユーザー'; |
| | $lang['monobook_specialpage'] = '特別'; |
| | $lang['monobook_mytalk'] = 'トーク'; |
| | |
| | //Constants for the search toolbar |
| | $lang['monobook_bar_views'] = '表示'; |
| | $lang['monobook_bar_personnaltools'] = '個人ツール'; |
| | $lang['monobook_bar_navigation'] = 'ナビゲーション'; |
| | $lang['monobook_bar_toolbox'] = 'ツールボックス'; |
| | $lang['monobook_bar_inotherlanguages'] = '言語選択'; |
| | $lang['monobook_bar_search'] = '検索'; |
| | $lang['monobook_btn_go'] = '移動'; |
| | $lang['monobook_btn_search'] = '検索'; |
| | |
| | //Constants for the tool box |
| | $lang['monobook_whatlinkshere'] = "非リンク"; |
| | $lang['monobook_upload'] = "アップロード"; |
| | //$lang['monobook_specialpage'] Already here; |
| | $lang['monobook_print'] = "印刷用"; |
| | $lang['monobook_permanent'] = '固定リンク'; |
| | $lang['monobook_cite'] = "項目の引用"; |
| | |
| | </code> |
| | |
| | /lib/tpl/monobook/lang/ja/settings.php |
| | <code php> |
| | <?php |
| | /** |
| | * Japanese language file |
| | * |
| | * @author |
| | */ |
| | |
| | $lang['mb_use_discussion'] = "ディスカッションタブを使用する"; |
| | $lang['mb_discussion_location'] = "使用する場合、ディスカッションのルート名前空間を指定:"; |
| | |
| | $lang['mb_use_sitenotice'] = "サイト案内を使用する"; |
| | $lang['mb_sitenotice_location'] = "使用する場合、サイト案内の名前空間を指定:"; |
| | |
| | $lang['mb_use_navigation'] = "ナビゲーションを使用する"; |
| | $lang['mb_navigation_location'] = "使用する場合、ナビゲーションの名前空間を指定:"; |
| | |
| | $lang['mb_use_copyright'] = "著作権表示を使用する"; |
| | $lang['mb_copyright_location'] = "使用する場合、著作権表示の名前空間を指定:"; |
| | |
| | $lang['mb_use_toolbox'] = "ツールボックスを使用する"; |
| | $lang['mb_use_defaulttoolbox'] = "使用する場合、デフォルトのツールボックスを使用する"; |
| | $lang['mb_toolbox_location'] = "デフォルトを使用しない場合、ツールボックスの名前空間を指定:"; |
| | |
| | |
| | </code> |