source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/monobook/lang/ja/settings.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 3.4 KB
Line 
1<?php
2
3/**
4 * Japanese language for the Config Manager
5 *
6 * If your language is not/only partially translated or you found an error/typo,
7 * have a look at the following files:
8 * - "/lib/tpl/monobook/lang/<your lang>/lang.php"
9 * - "/lib/tpl/monobook/lang/<your lang>/settings.php"
10 * If they are not existing, copy and translate the English ones. And don't
11 * forget to mail the translation to me,
12 * Andreas Haerter <[email protected]>. Thanks :-D.
13 *
14 *
15 * LICENSE: This file is open source software (OSS) and may be copied under
16 * certain conditions. See COPYING file for details or try to contact
17 * the author(s) of this file in doubt.
18 *
19 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
20 * @author Yoshitaka Kunikane <[email protected]>
21 * @link http://andreas-haerter.com/projects/dokuwiki-template-monobook
22 * @link http://www.dokuwiki.org/template:monobook
23 * @link http://www.dokuwiki.org/config:lang
24 * @link http://www.dokuwiki.org/devel:configuration
25 */
26
27
28//check if we are running within the DokuWiki environment
29if (!defined("DOKU_INC")){
30 die();
31}
32
33//discussion pages
34$lang["monobook_discuss"] = "ディスカッションタブを䜿甚する";
35$lang["monobook_discuss_ns"] = "䜿甚する堎合、ディスカッションのルヌト名前空間を指定:";
36
37//site notice
38$lang["monobook_sitenotice"] = "サむト案内
39を䜿甚する";
40$lang["monobook_sitenotice_location"] = "䜿甚する堎合、サむト案内
41の名前空間を指定:";
42
43//navigation
44$lang["monobook_navigation"] = "ナビゲヌションを䜿甚する";
45$lang["monobook_navigation_location"] = "䜿甚する堎合、ナビゲヌションの名前空間を指定:";
46
47//custom copyright notice
48$lang["monobook_copyright"] = "著䜜暩衚瀺を䜿甚する";
49$lang["monobook_copyright_default"] = "䜿甚する堎合、著䜜暩衚瀺の名前空間を指定:";
50$lang["monobook_copyright_location"] = "デフォルトを䜿甚しない堎合、著䜜暩衚瀺を䞋蚘のペヌゞに指定する:";
51
52//search form
53$lang["monobook_search"] = "怜玢窓を䜿甚する";
54
55//toolbox
56$lang["monobook_toolbox"] = "ツヌルボックスを䜿甚する";
57$lang["monobook_toolbox_default"] = "䜿甚する堎合、デフォルトのツヌルボックスを䜿甚する";
58$lang["monobook_toolbox_default_print"] = "デフォルトのツヌルボックスを䜿う堎合、印刷甚リンクを衚瀺する。";
59$lang["monobook_toolbox_location"] = "デフォルトを䜿甚しない堎合、ツヌルボックスを䞋蚘のペヌゞに指定する:";
60
61//donation link/button
62$lang["monobook_donate"] = "寄付のリンクボタンを衚瀺する";
63$lang["monobook_donate_default"] = "衚瀺する堎合、デフォルトのタヌゲットURLを指定する。";
64$lang["monobook_donate_url"] = "デフォルトを䜿甚しない堎合、䞋蚘のURLを指定する。";
65
66//other stuff
67$lang["monobook_breadcrumbs_position"] = "パンくずの衚瀺䜍眮利甚しおいる堎合のみ適甚:";
68$lang["monobook_youarehere_position"] = "珟圚䜍眮の衚瀺䜍眮利甚しおいる堎合のみ適甚:";
69$lang["monobook_cite_author"] = "'項
70目を匕甚'に衚瀺する䜜者
71の名前:";
72$lang["monobook_loaduserjs"] = "'monobook/user/user.js'をロヌドする";
73
Note: See TracBrowser for help on using the repository browser.