OSDN Git Service

CHANGE: 言語(language)となっていたディレクトリ・定数・変数・翻訳・ドキュメントをロケール(locale)に修正。
[nucleus-jp/nucleus-next.git] / nucleus / locales / en_Latn_US.ISO-8859-1.php
index 80a181d..7a36cd7 100644 (file)
@@ -4,12 +4,12 @@
 // Author: Wouter Demuynck
 // Nucleus version: v1.0-v3.4
 //
-// Please note: if you want to translate this file to your own language, be aware
+// Please note: if you want to translate this file to your own locale, be aware
 // that in a next Nucleus version, new variables might be added and some other ones
 // might be deleted. Therefore, it's important to list the Nucleus version for which
 // the file was written in your document.
 //
-// Fully translated language file can be sent to us and will be made
+// Fully translated file can be sent to us and will be made
 // available for download (with proper credit to the author, of course)
 
 /**
@@ -297,7 +297,7 @@ define('_GFUNCTIONS_LOGINFAILED_TXT',                               'Login failed for %s');
 define('_GFUNCTIONS_LOGOUT_TXT',                                       '%s is logouted');
 define('_GFUNCTIONS_HEADERSALREADYSENT_FILE',          ' in <code>%s</code> line <code>%s</code>');
 define('_GFUNCTIONS_HEADERSALREADYSENT_TITLE',         ' Page headers already sent');
-define('_GFUNCTIONS_HEADERSALREADYSENT_TXT',           '<p>The page headers have already been sent out%s. This could cause Nucleus not to work in the expected way.</p><p>Usually, this is caused by spaces or newlines at the end of the <code>config.php</code> file, at the end of the language file or at the end of a plugin file. Please check this and try again.</p><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnHeadersSent\']</code> in <code>globalfunctions.php</code> to <code>0</code></p>');
+define('_GFUNCTIONS_HEADERSALREADYSENT_TXT',           '<p>The page headers have already been sent out%s. This could cause Nucleus not to work in the expected way.</p><p>Usually, this is caused by spaces or newlines at the end of the <code>config.php</code> file, at the end of the translation file or at the end of a plugin file. Please check this and try again.</p><p>If you don\'t want to see this error message again, without solving the problem, set <code>$CONF[\'alertOnHeadersSent\']</code> in <code>globalfunctions.php</code> to <code>0</code></p>');
 define('_GFUNCTIONS_PARSEFILE_FILEMISSING',                    'A file is missing');
 define('_GFUNCTIONS_AN_ERROR_OCCURRED',                                'Sorry. An error occurred.');
 define('_GFUNCTIONS_YOU_AERNT_LOGGEDIN',                       "You aren't logged in.");
@@ -957,7 +957,7 @@ define('_ERROR_UPLOADDUPLICATE',    'Another file with that name already exists. Tr
 define('_ERROR_LOGINDISALLOWED',       'Sorry, you\'re not allowed to log in to the admin area. You can log in as another user, though');
 define('_ERROR_DBCONNECT',                     'Could not connect to mySQL server');
 define('_ERROR_DBSELECT',                      'Could not select the nucleus database.');
-define('_ERROR_NOSUCHLANGUAGE',                'No such language file exists');
+define('_ERROR_NOSUCHTRANSLATION',             'No such translation file exists');
 define('_ERROR_NOSUCHCATEGORY',                'No such category exists');
 define('_ERROR_DELETELASTCATEGORY',    'There must at least be one category');
 define('_ERROR_DELETEDEFCATEGORY',     'Cannot delete default category');
@@ -1158,7 +1158,7 @@ define('_SETTINGS_ALLOWCREATE',           'Allow Visitors to Create a Member Account');
 define('_SETTINGS_NEWLOGIN',           'Login Allowed for User-Created accounts');
 define('_SETTINGS_NEWLOGIN2',          '(only goes for newly created accounts)');
 define('_SETTINGS_MEMBERMSGS',         'Allow Member-2-Member Service');
-define('_SETTINGS_LANGUAGE',           'Default Language');
+define('_SETTINGS_LOCALE',             'Default Language');
 define('_SETTINGS_DISABLESITE',                'Disable Site');
 define('_SETTINGS_DBLOGIN',                    'mySQL Login &amp; Database');
 define('_SETTINGS_UPDATE',                     'Update Settings');