# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_signup # # Translators: # FIRST AUTHOR , 2014 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-16 13:15+0000\n" "PO-Revision-Date: 2015-12-17 08:25+0000\n" "Last-Translator: Martin Trigaux\n" "Language-Team: Korean (http://www.transifex.com/odoo/odoo-8/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: auth_signup #: model:email.template,body_html:auth_signup.set_password_email msgid "" "\n" " \n" "

\n" " ${object.name},\n" "

\n" "

\n" " You have been invited to connect to \"${object.company_id.name}\" in order to get access to your documents in Odoo.\n" "

\n" "

\n" " To accept the invitation, click on the following link:\n" "

\n" " \n" "

\n" " Thanks,\n" "

\n" "
\n"
"--\n"
"${object.company_id.name or ''}\n"
"${object.company_id.email or ''}\n"
"${object.company_id.phone or ''}\n"
"                    
\n" " \n" " " msgstr "\n \n

\n ${object.name}님,\n

\n

\n Odoo에 있는 문서에 접근할 수 있도록 \"${object.company_id.name}\"에 초대되었습니다.\n

\n

\n 초대를 수락하려면, 아래의 링크를 클릭하십시오:\n

\n \n

\n 감사합니다,\n

\n
\n--\n${object.company_id.name or ''}\n${object.company_id.email or ''}\n${object.company_id.phone or ''}\n                    
\n \n " #. module: auth_signup #: model:email.template,body_html:auth_signup.reset_password_email msgid "" "\n" "

A password reset was requested for the Odoo account linked to this email.

\n" "\n" "

You may change your password by following this link.

\n" "\n" "

Note: If you do not expect this, you can safely ignore this email.

" msgstr "\n

이 이메일에 Odoo 계정의 비밀번호 재설정을 위한 연결이 포함되었습니다.

\n\n

이 연결을 클릭하여 비밀번호를 변경할 수 있습니다.

\n\n

참고: 비밀번호 재설정을 요청하지 않았다면, 이 이메일을 무시해도 안전합니다.

" #. module: auth_signup #: model:email.template,subject:auth_signup.set_password_email msgid "${object.company_id.name} invitation to connect on Odoo" msgstr "${object.company_id.name} Odoo에 연결하기 위한 초청장" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" "A password reset has been requested for this user. An email containing the " "following link has been sent:" msgstr "이 사용자에 대한 암호 초기화가 요청됐습니다. 다음 링크를 포함한 이메일을 보냈습니다:" #. module: auth_signup #: selection:res.users,state:0 msgid "Activated" msgstr "활성화됨" #. module: auth_signup #: field:base.config.settings,auth_signup_uninvited:0 msgid "Allow external users to sign up" msgstr "외부 사용자의 가입을 허용" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:78 #, python-format msgid "An email has been sent with credentials to reset your password" msgstr "암호를 초기화하기 위한 로그인 정보를 포함한 이메일을 보냈습니다" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "" "An invitation email containing the following subscription link has been " "sent:" msgstr "다음 구독 링크를 포함한 초청 이메일을 보냈습니다:" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:58 #, python-format msgid "Another user is already registered using this email address." msgstr "" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:130 #, python-format msgid "Authentification Failed." msgstr "인증에 실패함." #. module: auth_signup #: view:website:auth_signup.reset_password view:website:auth_signup.signup msgid "Back to Login" msgstr "로그인 화면으로 돌아가기" #. module: auth_signup #: code:addons/auth_signup/res_users.py:294 #, python-format msgid "Cannot send email: user has no email address." msgstr "이메일을 보낼 수 없음: 사용자 이메일주소가 없음." #. module: auth_signup #: view:website:auth_signup.fields msgid "Confirm Password" msgstr "암호 확인" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:61 #, python-format msgid "Could not create a new account." msgstr "" #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:84 #, python-format msgid "Could not reset your password" msgstr "암호를 초기화할 수 없음" #. module: auth_signup #: field:base.config.settings,auth_signup_reset_password:0 msgid "Enable password reset from Login page" msgstr "로그인 페이지에서 암호 초기화 기능 활성화" #. module: auth_signup #: help:base.config.settings,auth_signup_uninvited:0 msgid "If unchecked, only invited users may sign up." msgstr "체크하지 않을 경우, 초청한 사용자만 가입할 수 있습니다." #. module: auth_signup #: code:addons/auth_signup/controllers/main.py:109 #, python-format msgid "Invalid signup token" msgstr "잘못된 가입 토큰" #. module: auth_signup #: selection:res.users,state:0 msgid "Never Connected" msgstr "연결한 적이 없음" #. module: auth_signup #: model:ir.model,name:auth_signup.model_res_partner msgid "Partner" msgstr "협력업체" #. module: auth_signup #: view:website:auth_signup.fields msgid "Password" msgstr "암호" #. module: auth_signup #: model:email.template,subject:auth_signup.reset_password_email msgid "Password reset" msgstr "암호 초기화" #. module: auth_signup #: view:website:web.login msgid "Reset Password" msgstr "암호 초기화" #. module: auth_signup #: view:website:auth_signup.reset_password msgid "Reset password" msgstr "암호 초기화" #. module: auth_signup #: code:addons/auth_signup/res_users.py:267 #, python-format msgid "Reset password: invalid username or email" msgstr "" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send Reset Password Instructions" msgstr "암호 초기화 방법 보내기" #. module: auth_signup #: view:res.users:auth_signup.res_users_form_view msgid "Send an Invitation Email" msgstr "초청 이메일 보내기" #. module: auth_signup #: view:website:auth_signup.signup view:website:web.login msgid "Sign up" msgstr "가입" #. module: auth_signup #: field:res.partner,signup_expiration:0 msgid "Signup Expiration" msgstr "가입 기한" #. module: auth_signup #: field:res.partner,signup_token:0 msgid "Signup Token" msgstr "가입 토큰" #. module: auth_signup #: field:res.partner,signup_type:0 msgid "Signup Token Type" msgstr "가입 토큰 유형" #. module: auth_signup #: field:res.partner,signup_valid:0 msgid "Signup Token is Valid" msgstr "가입 토큰이 올바릅니다" #. module: auth_signup #: field:res.partner,signup_url:0 msgid "Signup URL" msgstr "가입 URL" #. module: auth_signup #: field:res.users,state:0 msgid "Status" msgstr "상태" #. module: auth_signup #: field:base.config.settings,auth_signup_template_user_id:0 msgid "Template user for new users created through signup" msgstr "가입을 통해 생성된 새로운 사용자를 위한 사용자 양식" #. module: auth_signup #: help:base.config.settings,auth_signup_reset_password:0 msgid "This allows users to trigger a password reset from the Login page." msgstr "사용자가 로그인 페이지에서 암호를 초기화할 수 있도록 합니다." #. module: auth_signup #: model:ir.model,name:auth_signup.model_res_users msgid "Users" msgstr "사용자" #. module: auth_signup #: view:website:auth_signup.fields view:website:auth_signup.reset_password msgid "Your Email" msgstr "이메일" #. module: auth_signup #: view:website:auth_signup.fields msgid "Your Name" msgstr "이름" #. module: auth_signup #: view:website:auth_signup.fields msgid "e.g. John Doe" msgstr "예시: 홍길동"