OSDN Git Service

FIX:変数名の誤記を修正
[nucleus-jp/nucleus-next.git] / install / locales / en_Latn_US.UTF-8.php
1 <?php\r
2 /*\r
3  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
4  * Copyright (C) 2002-2012 The Nucleus Group\r
5  *\r
6  * This program is free software; you can redistribute it and/or\r
7  * modify it under the terms of the GNU General Public License\r
8  * as published by the Free Software Foundation; either version 2\r
9  * of the License, or (at your option) any later version.\r
10  * (see nucleus/documentation/index.html#license for more info)\r
11  */\r
12 \r
13 /**\r
14  * @license http://nucleuscms.org/license.txt GNU General Public License\r
15  * @copyright Copyright (C) 2002-2012 The Nucleus Group\r
16  * @version $Id: install.php 1227 2007-12-14 16:48:40Z ehui $\r
17  */\r
18 \r
19 // header\r
20 define('_TITLE',                                'Nucleus Install');\r
21 define('_BODYFONTSTYLE',                '');\r
22 \r
23 // common\r
24 define('_STEP1',                                'Check DB');\r
25 define('_STEP2',                                'Setting Blog');\r
26 define('_STEP3',                                'Finish');\r
27 define('_MODE1',                                'Step by Step');\r
28 define('_MODE2',                                'Detailed setting');\r
29 define('_NEXT',                                 'NEXT');\r
30 define('_INSTALL',                              'INSTALL');\r
31 \r
32 // database settings\r
33 define('_SIMPLE_NAVI1',                 'At first I confirm the connection of the database. I input setting of MySQL, and please click to "next".<br />When I input detailed information and set it, please click "Detailed Setting".');\r
34 define('_DB_HEADER',                    'Check Database');\r
35 define('_DB_TEXT1',                             '"Detailed setting" is recommended if used to Nucleus.');\r
36 define('_DB_FIELD1',                    'Hostname');\r
37 define('_DB_FIELD1_DESC',               '(It is usually localhost)');\r
38 define('_DB_FIELD2',                    'Username');\r
39 define('_DB_FIELD2_DESC',               '(alphabet, number, _, -)');\r
40 define('_DB_FIELD3',                    'Password');\r
41 define('_DB_FIELD4',                    'Database');\r
42 define('_DB_FIELD4_DESC',               '(alphabet, number, _, -)');\r
43 define('_DB_FIELD5',                    'Table Prefix');\r
44 define('_DB_FIELD5_DESC',               'Don\'t usually set this.');\r
45 \r
46 // blog settings\r
47 define('_SIMPLE_NAVI2',                 'I was able to confirm the connection of the database.<br />Setting Blog and Information of the ADMIN, and please click to "NEXT".');\r
48 define('_BLOG_HEADER',                  'Weblog Data');\r
49 define('_BLOG_FIELD1',                  'Blog Name');\r
50 define('_BLOG_FIELD2',                  'Blog Short Name');\r
51 define('_BLOG_FIELD2_DESC',             '(alphabet, number)');\r
52 \r
53 // admin settings\r
54 define('_ADMIN_HEADER',                 'Administrator User');\r
55 define('_ADMIN_FIELD1',                 'Manager Name');\r
56 define('_ADMIN_FIELD2',                 'Login ID');\r
57 define('_ADMIN_FIELD2_DESC',    '(alphabet, number)');\r
58 define('_ADMIN_FIELD3',                 'Password');\r
59 define('_ADMIN_FIELD4',                 'Password Again');\r
60 define('_ADMIN_FIELD5',                 'E-mail Address');\r
61 \r
62 // url/path settings\r
63 define('_PATH_FIELD1',                  'Site URL');\r
64 define('_PATH_FIELD2',                  'Admin-area URL');\r
65 define('_PATH_FIELD3',                  'Admin-area path');\r
66 define('_PATH_FIELD4',                  'Media files URL');\r
67 define('_PATH_FIELD5',                  'Media dir path');\r
68 define('_PATH_FIELD6',                  'Skin files URL');\r
69 define('_PATH_FIELD7',                  'Skin files dir path');\r
70 define('_PATH_FIELD8',                  'Plugin files URL');\r
71 define('_PATH_FIELD9',                  'Action URL');\r
72 \r
73 // detail\r
74 define('_DETAIL_NAVI1',                 'All fields are mandatory. Optional information can be set from the Nucleus admin-area when installation is completed.');\r
75 define('_DETAIL_HEADER1',               'MySQL Login Data');\r
76 define('_DETAIL_TEXT1',                 'Enter your MySQL data below. This install script needs it to be able to create and fill your database tables.');\r
77 define('_DETAIL_HEADER2',               'Directories and URLs');\r
78 define('_DETAIL_TEXT2',                 'This install script has attempted to find out the directories and URLs in which Nucleus is installed. Please check the values below and correct if necessary. The URLs and file paths should end with a slash.');\r
79 define('_DETAIL_TEXT3',                 'Note: Use absolute paths instead of relative paths.');\r
80 define('_DETAIL_HEADER3',               'Administrator User');\r
81 define('_DETAIL_TEXT4',                 'You need to enter some information to create the first user of your site.');\r
82 define('_DETAIL_HEADER4',               'Weblog Data');\r
83 define('_DETAIL_TEXT5',                 'Below, you need to enter some information to create a default weblog. The name of this weblog will also be used as name for your site.');\r
84 define('_DETAIL_TEXT6',                 'Verify the data above, and click the button below to set up your database tables and initial data. This can take a while, so have patience. ONLY CLICK THE BUTTON ONCE !');\r
85 \r
86 // install complete\r
87 define('_INST_TEXT',                    'Congratulations. The installation was completed!');\r
88 define('_INST_HEADER1',                 'New Blog');\r
89 define('_INST_TEXT1',                   'Let\'s take a look at once you have created [%s].');\r
90 define('_INST_BUTTON1',                 'New Blog');\r
91 define('_INST_HEADER2',                 'Management page');\r
92 define('_INST_TEXT2',                   'A design change, user addition, the category setting to the management page.');\r
93 define('_INST_BUTTON2',                 'Management Page');\r
94 define('_INST_HEADER3',                 'Addition of the Blog');\r
95 define('_INST_TEXT3',                   'If necessary, you can even add a blog.');\r
96 define('_INST_BUTTON3',                 'Add Blog');\r
97 define('_INST_TEXT4',                   'Was unable to write to the <i>config.php</i>. Please replace with the following contents.');\r
98 define('_INST_TEXT5',                   'Please make sure the <i>config.php</i> permissions if it were a <span style="font-weight:bold;">444</span>. If different, please change the "444".');\r
99 \r
100 // errors\r
101 define('_DBCONNECT_ERROR',              'Could not connect to MySQL Server.');\r
102 define('_DBVERSION_UNKOWN',             'Indeterminable');\r
103 define('_DBVERSION_TOOLOW',             'You must have MySQL version %s or more at least in the Nucleus.');\r
104 \r
105 define('_VALID_ERROR',                  'There is an error in your input. Please re-look at the input value to see the error message for each section.');\r
106 define('_VALID_ERROR1',                 '"%s" has not been entered.');\r
107 define('_VALID_ERROR2',                 '"%s" character that can be used are A-Z, a-z ,0-9, _ and -.');\r
108 define('_VALID_ERROR3',                 '"%s" character that can be used are A-Z, a-z ,0-9 and _.');\r
109 define('_VALID_ERROR4',                 'It contains characters that can not be used to "Blog Short Name". (Characters that can be used: A-Z, a-z and 0-9, blank can not be used)');\r
110 define('_VALID_ERROR5',                 'Contains characters that can not be used in "Login ID". (A-Z, a-z, 0-9 and the first and last non-blank characters that can be used)');\r
111 define('_VALID_ERROR6',                 'Passwords entered do not match.');\r
112 define('_VALID_ERROR7',                 '"E-mail address" is incorrect.');\r
113 define('_VALID_ERROR8',                 'Does not end with a forward slash "/" is "%s".');\r
114 define('_VALID_ERROR9',                 'Does not end with "action.php" the URL of the "%s".');\r
115 define('_VALID_ERROR10',                'Does not end with a forward slash "/" directory path of "%s".');\r
116 define('_VALID_ERROR11',                'Directory path in the "%s" does not exist on the server.');\r
117 \r
118 define('_INST_ERROR',                   'Failed to install. Please run the installation script again to fix the cause of the following.');\r
119 define('_INST_ERROR1',                  'Could not create the database. Please make sure that there is a permission to create.');\r
120 define('_INST_ERROR2',                  'Could not find the database. Please make sure that the database exists.');\r
121 define('_INST_ERROR3',                  'Database table was trying to create already exists.');\r
122 define('_INST_ERROR4',                  'An error occurred execution of the query');\r
123 define('_INST_ERROR5',                  'An error occurred during the execution of the "Configuring Members"');\r
124 define('_INST_ERROR6',                  'An error occurred during the execution of the "Blog Settings"');\r
125 define('_INST_ERROR7',                  'An error occurred during the execution of the "Setting item"');\r
126 define('_INST_ERROR8',                  'can not write to the config.php. Once you have the permissions to <span style="font-weight:bold;">666</span> of config.php, the script will automatically write the configuration information. (<a href="../nucleus/documentation/tips.html#filepermissions">Quick Guide to change permissions</a>)');\r
127 define('_INST_ERROR9',                  'Could not install the plug-in "%s".');\r
128 define('_INST_ERROR10',                 'File "%s" can not be found.');\r
129 define('_INST_ERROR11',                 'Theme file "%s" could not be read.');\r
130 define('_INST_ERROR12',                 'Could not import the theme "%s".');\r
131 \r
132 \r
133 // General category\r
134 define('_GENERALCAT_NAME',              'General');\r
135 define('_GENERALCAT_DESC',              'Items that do not fit in other categories');\r
136 define('_1ST_POST_TITLE',               'Welcome to Nucleus CMS v4.0');\r
137 define('_1ST_POST',                             'This is the first post on your Nucleus CMS. Nucleus offers you the building blocks you need to create a web presence. Whether you want to\r
138 create a personal blog, a family page, or an online business site, Nucleus CMS can help you achieve your goals.<br /> <br /> We\\\'ve loaded this first entry with links and information to get you started. Though you can delete this entry, it will eventually scroll off the main page as you add content to your site. Add your comments while you learn to work with Nucleus CMS, or bookmark this page so you can come back to it when you need to.');\r
139 define('_1ST_POST2',                    '<b>Home - <a href="http://nucleuscms.org/" title="Nucleus CMS home">nucleuscms.org</a></b><br /> Welcome to the world of Nucleus CMS. In 2001 a set of PHP scripts were let loose on the open Internet. Those scripts, which took user-generated data and used it to dynamically create html pages, contained the ideas and the algorithms that are the core of today\\\'s Nucleus CMS. Though Nucleus CMS 3.5 is far more flexible and powerful than the scripts from which it emerged, it still expresses the values that guided its birth: flexibility, security, and computational elegance.<br /> <br /> Thanks to an international community of sophisticated developers and designers, Nucleus CMS remains simple enough for anyone to learn, and expandable enough to allow you to build almost any website you can imagine. Nucleus CMS lets you integrate text, images, and user comments in a seamless package that will make your web presence as serious, professional, personal, or fun as you want it to be. We hope you enjoy its power.<br /> <br /> <b>Documentation - <a href="http://docs.nucleuscms.org/" title="Nucleus CMS Documentation">docs.nucleuscms.org</a></b><br /> The install process places a <a href="nucleus/documentation/">user</a> and a <a href="nucleus/documentation/devdocs/">developer</a> documentation on your web server. Pop-up <a href="/nucleus/documentation/help.html">help</a> is available throughout the administration area to assist you in maintaining and customizing your site. When in the Nucleus CMS admin area, click on this symbol <img src="nucleus/documentation/icon-help.gif" width="15" height="15" alt="help icon" /> for context-sensitive help. You can also read this documentation online under <a href="http://docs.nucleuscms.org/" title="Nucleus CMS Documentation">docs.nucleuscms.org</a>.<br /> <br /> <b>Frequently Asked Questions - <a nicetitle="Nucleus CMS FAQ" href="http://faq.nucleuscms.org/">faq.nucleuscms.org</a></b><br /> If you need more information about managing, extending or troubleshooting your Nucleus CMS the Nucleus FAQ is the first place to search information. Over 170 frequently asked questions are answered from experienced Nucleus users.<br /> <br /> <b>Support - <a href="http://forum.nucleuscms.org/" title="Nucleus CMS Support Forum">forum.nucleuscms.org</a></b><br /> Should you require assistance, please don\\\'t hesitate to <a href="http://forum.nucleuscms.org/faq.php">join</a> the 6,800+ registered users on our forums. With its built-in search capability of the 73,000+ posted articles, your answers are just a few clicks away. Remember: almost any question you think of has already been asked on the forums, and almost anything you want to do with Nucleus has been tried and explained there. Be sure to check them out.<br /> <br /> <b>Demonstration - <a href="http://demo.nucleuscms.org/" title="Nucleus CMS Demonstration">demo.nucleuscms.org</a></b><br /> Want to play around, test changes or tell a friend or relative about Nucleus CMS? Visit our live <a href="http://demo.nucleuscms.org/">demo site</a>.<br /> <br /> <b>Skins - <a href="http://skins.nucleuscms.org/" title="Nucleus CMS Skins">skins.nucleuscms.org</a></b><br /> The combination of multi-weblogs and skins/templates make for a powerful duo in personalizing your site or designing one for a friend, relative or business client. Import new skins to change the look of your website, or create your own skins and share them with the Nucleus community! Help designing or modifying skins is only a few clicks away in the Nucleus forums.<br /> <br /> <b>Plugins - <a href="http://plugins.nucleuscms.org/" title="Nucleus plugins">plugins.nucleuscms.org</a></b><br /> Looking to add some extra functionality to the base Nucleus CMS package? Our <a href="http://wiki.nucleuscms.org/plugin">plugin repository</a> gives you plenty of ways to extend and expand what Nucleus CMS can do; your imagination and creativity are the only limit on how Nucleus CMS can work for you.<br /> <br /> <b>Development - <a href="http://dev.nucleuscms.org/" title="Nucleus Development">dev.nucleuscms.org</a></b><br /> If you need more information about the Nucleus development you can find Informations in the developer documents at <a href="http://dev.nucleuscms.org/" title="Nucleus Development">dev.nucleuscms.org</a> or in the <a href="http://forum.nucleuscms.org/">Support Forum</a>. Sourceforge.net graciously hosts our <a href="http://sourceforge.net/projects/nucleuscms/">Open Source project page</a> which contains our software downloads and CVS repository.<br /> <br /> <b>Donators</b><br /> We would like to thank these <a href="http://nucleuscms.org/donators.php">nice people</a> for their <a href="http://nucleuscms.org/donate.php">support</a>. <em>Thanks all!</em><br /> <br /> <b>Vote for Nucleus CMS</b><br /> Like Nucleus CMS? Vote for us at <a href="http://www.hotscripts.com/Detailed/13368.html?RID=nucleus@demuynck.org">HotScripts</a> and <a href="http://www.opensourcecms.com/index.php?option=content&task=view&id=145">opensourceCMS</a>.<br /> <br /> <b>License</b><br /> When we speak of free software, we are referring to freedom, not price. Our <a href="http://www.gnu.org/licenses/gpl.html">General Public Licenses</a> are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.');\r