OSDN Git Service

ADD: forgotpassword.htmlをスキン/テンプレートシステムで構成可能にした
[nucleus-jp/nucleus-next.git] / nucleus / locales / es_Latn_ES.UTF-8.php
index 89737e9..a366432 100644 (file)
 /********************************************
  *        Start New for 4.0                 *
  ********************************************/
-define('_SKINIE_INVALID_NAMES_DETECTED', 'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); 
-define('_LISTS_AUTHOR', 'Author');
-define('_OVERVIEW_OTHER_DRAFTS', 'Other Drafts');
+define('_FORGOTPASSWORD_TITLE',                                'Forgot your password?');
+define('_FORGOTPASSWORD_MSG',                          'Enter your username and email address below, and you\'ll be sent an e-mail with a link where you can choose a new password.');
+define('_FORGOTPASSWORD_SUBMIT',                       'Send Activation Link" class="transparent');
+define('_FORGOTPASSWORD_CONTACT',                      'If you don\'t remember your exact username, contact the site administrator.');
+define('_SKINIE_INVALID_NAMES_DETECTED',       'Invalid skin or templates names detected. Valid names consist of only a-z, A-Z, 0-9, -, and _'); 
+define('_LISTS_AUTHOR',                                                'Author');
+define('_OVERVIEW_OTHER_DRAFTS',                       'Other Drafts');
+define('_ERROR_BADADMINSKINNAME',                      'the name of skin for admin area must start with \'admin/\'.');
+define('_ERROR_BADADMINTEMPLATENAME',          'the name of template for admin area must start with \'admin/\'.');
  
 /********************************************
  *        Start New for 3.6x                *