mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
merge sandbox to trunk for 1.4.4
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
200d63636c
commit
b8299c8a65
683 changed files with 70982 additions and 69716 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file es.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief Spanish Language Pack (Only Basic Things)
|
||||
**/
|
||||
|
||||
|
|
@ -20,6 +20,7 @@
|
|||
$lang->invalid_authorization = 'No está certificado';
|
||||
$lang->invalid_user_id= "Este ID no existe";
|
||||
$lang->invalid_password = 'Contraseña incorrecta';
|
||||
$lang->invalid_new_password = '이전 비밀번호와 같습니다.';
|
||||
$lang->allow_mailing = 'Registro del envío de mail';
|
||||
$lang->denied = 'Prohibido';
|
||||
$lang->is_admin = 'Atribución del administrador superior';
|
||||
|
|
@ -207,4 +208,29 @@
|
|||
|
||||
$lang->about_resend_auth_mail = 'You can request for authentication mail if you have failed before.';
|
||||
$lang->no_article = 'There exists no article';
|
||||
|
||||
$lang->find_account_question = '비밀번호 찾기 질문/답변';
|
||||
$lang->about_find_account_question = '가입시 아이디와 이메일, 질문/답변으로 임시 비밀번호를 발급 받을 수 있습니다.';
|
||||
/*
|
||||
$lang->find_account_question_items = array(''
|
||||
,'다른 이메일 주소는?'
|
||||
,'나의 보물 1호는?'
|
||||
,'나의 출신 초등학교는?'
|
||||
,'나의 출신 고향은?'
|
||||
,'나의 이상형은?'
|
||||
,'어머니 성함은?'
|
||||
,'아버지 성함은?'
|
||||
,'가장 좋아하는 색깔은?'
|
||||
,'가장 좋아하는 음식은?'
|
||||
);
|
||||
*/
|
||||
$lang->temp_password = '임시 비밀번호';
|
||||
$lang->cmd_get_temp_password = '임시 비밀번호 발급';
|
||||
$lang->about_get_temp_password = '로그인 후 비밀번호 변경해 주세요.';
|
||||
$lang->msg_question_not_exists = '등록한 비밀번호 찾기 질문/답변이 없습니다.';
|
||||
$lang->msg_answer_not_matches = '비밀번호 찾기 질문/답변 또는 정보가 올바르지 않습니다.';
|
||||
|
||||
$lang->change_password_date = '비밀번호 갱신주기';
|
||||
$lang->about_change_password_date = '일정기간이 지나면 비밀번호 변경을 하도록 유도하는 기능입니다. (사용하지 않음 : 0 입력) ';
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue