[FIX] /web/login restore request.uid in case of authentication failure
[odoo/odoo.git] / addons / auth_signup / i18n / vi.po
1 # Vietnamese translation for openobject-addons
2 # Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2012-12-21 17:05+0000\n"
11 "PO-Revision-Date: 2013-06-27 06:52+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Vietnamese <vi@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2014-04-12 08:28+0000\n"
18 "X-Generator: Launchpad (build 16976)\n"
19
20 #. module: auth_signup
21 #: field:res.partner,signup_type:0
22 msgid "Signup Token Type"
23 msgstr "Loại mã đăng ký"
24
25 #. module: auth_signup
26 #: field:base.config.settings,auth_signup_uninvited:0
27 msgid "Allow external users to sign up"
28 msgstr "Cho phép người dùng bên ngoài đăng ký."
29
30 #. module: auth_signup
31 #. openerp-web
32 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:19
33 #, python-format
34 msgid "Confirm Password"
35 msgstr "Xác nhận mật khẩu"
36
37 #. module: auth_signup
38 #: help:base.config.settings,auth_signup_uninvited:0
39 msgid "If unchecked, only invited users may sign up."
40 msgstr "Nếu không chọn, chỉ những người được mời mới được đăng ký."
41
42 #. module: auth_signup
43 #: model:ir.model,name:auth_signup.model_base_config_settings
44 msgid "base.config.settings"
45 msgstr ""
46
47 #. module: auth_signup
48 #: code:addons/auth_signup/res_users.py:266
49 #, python-format
50 msgid "Cannot send email: user has no email address."
51 msgstr "Không thể gửi email: người dùng không có địa chỉ email"
52
53 #. module: auth_signup
54 #. openerp-web
55 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:27
56 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:31
57 #, python-format
58 msgid "Reset password"
59 msgstr "Đặt lại mật khẩu"
60
61 #. module: auth_signup
62 #: field:base.config.settings,auth_signup_template_user_id:0
63 msgid "Template user for new users created through signup"
64 msgstr "Mẫu người dùng sử dụng khi đăng ký"
65
66 #. module: auth_signup
67 #: model:email.template,subject:auth_signup.reset_password_email
68 msgid "Password reset"
69 msgstr "Quên mật khẩu"
70
71 #. module: auth_signup
72 #. openerp-web
73 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
74 #, python-format
75 msgid "Please enter a password and confirm it."
76 msgstr "Vui lòng nhập mật khẩu và xác nhận nó"
77
78 #. module: auth_signup
79 #: view:res.users:0
80 msgid "Send an email to the user to (re)set their password."
81 msgstr ""
82
83 #. module: auth_signup
84 #. openerp-web
85 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:26
86 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:29
87 #, python-format
88 msgid "Sign Up"
89 msgstr ""
90
91 #. module: auth_signup
92 #: selection:res.users,state:0
93 msgid "New"
94 msgstr ""
95
96 #. module: auth_signup
97 #: code:addons/auth_signup/res_users.py:258
98 #, python-format
99 msgid "Mail sent to:"
100 msgstr ""
101
102 #. module: auth_signup
103 #: field:res.users,state:0
104 msgid "Status"
105 msgstr "Trạng thái"
106
107 #. module: auth_signup
108 #: model:email.template,body_html:auth_signup.reset_password_email
109 msgid ""
110 "\n"
111 "<p>A password reset was requested for the OpenERP account linked to this "
112 "email.</p>\n"
113 "\n"
114 "<p>You may change your password by following <a "
115 "href=\"${object.signup_url}\">this link</a>.</p>\n"
116 "\n"
117 "<p>Note: If you do not expect this, you can safely ignore this email.</p>"
118 msgstr ""
119 "\n"
120 "\\n\n"
121 "<p>Bạn có một yêu cầu reset mật khẩu từ tài khoản OpenERPA gắn với email "
122 "này.</p>\\n\n"
123 "\\n\n"
124 "<p>Bạn có thể thay đổi mật khẩu thông qua <a href=\\\"${object.signup_url}\\"
125 "\">đường dẫn này</a>.</p>\\n\n"
126 "\\n\n"
127 "<p>Lưu ý: Nếu đây không phải chủ ý của bạn. Bạn có thể bỏ qua email này.</p>"
128
129 #. module: auth_signup
130 #. openerp-web
131 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
132 #, python-format
133 msgid "Please enter a name."
134 msgstr "Xin nhập tên."
135
136 #. module: auth_signup
137 #: model:ir.model,name:auth_signup.model_res_users
138 msgid "Users"
139 msgstr "Người dùng"
140
141 #. module: auth_signup
142 #: field:res.partner,signup_url:0
143 msgid "Signup URL"
144 msgstr ""
145
146 #. module: auth_signup
147 #. openerp-web
148 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
149 #, python-format
150 msgid "Please enter a username."
151 msgstr ""
152
153 #. module: auth_signup
154 #: selection:res.users,state:0
155 msgid "Active"
156 msgstr ""
157
158 #. module: auth_signup
159 #: code:addons/auth_signup/res_users.py:270
160 #, python-format
161 msgid ""
162 "Cannot send email: no outgoing email server configured.\n"
163 "You can configure it under Settings/General Settings."
164 msgstr ""
165
166 #. module: auth_signup
167 #. openerp-web
168 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:12
169 #, python-format
170 msgid "Username"
171 msgstr ""
172
173 #. module: auth_signup
174 #. openerp-web
175 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:8
176 #, python-format
177 msgid "Name"
178 msgstr ""
179
180 #. module: auth_signup
181 #. openerp-web
182 #: code:addons/auth_signup/static/src/js/auth_signup.js:173
183 #, python-format
184 msgid "Please enter a username or email address."
185 msgstr ""
186
187 #. module: auth_signup
188 #: selection:res.users,state:0
189 msgid "Resetting Password"
190 msgstr ""
191
192 #. module: auth_signup
193 #. openerp-web
194 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:13
195 #, python-format
196 msgid "Username (Email)"
197 msgstr ""
198
199 #. module: auth_signup
200 #: field:res.partner,signup_expiration:0
201 msgid "Signup Expiration"
202 msgstr ""
203
204 #. module: auth_signup
205 #: help:base.config.settings,auth_signup_reset_password:0
206 msgid "This allows users to trigger a password reset from the Login page."
207 msgstr ""
208
209 #. module: auth_signup
210 #. openerp-web
211 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:25
212 #, python-format
213 msgid "Log in"
214 msgstr ""
215
216 #. module: auth_signup
217 #: field:res.partner,signup_valid:0
218 msgid "Signup Token is Valid"
219 msgstr ""
220
221 #. module: auth_signup
222 #. openerp-web
223 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
224 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
225 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
226 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
227 #: code:addons/auth_signup/static/src/js/auth_signup.js:123
228 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
229 #: code:addons/auth_signup/static/src/js/auth_signup.js:173
230 #, python-format
231 msgid "Login"
232 msgstr ""
233
234 #. module: auth_signup
235 #. openerp-web
236 #: code:addons/auth_signup/static/src/js/auth_signup.js:97
237 #, python-format
238 msgid "Invalid signup token"
239 msgstr ""
240
241 #. module: auth_signup
242 #. openerp-web
243 #: code:addons/auth_signup/static/src/js/auth_signup.js:123
244 #, python-format
245 msgid "Passwords do not match; please retype them."
246 msgstr ""
247
248 #. module: auth_signup
249 #. openerp-web
250 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
251 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
252 #, python-format
253 msgid "No database selected !"
254 msgstr ""
255
256 #. module: auth_signup
257 #: view:res.users:0
258 msgid "Reset Password"
259 msgstr ""
260
261 #. module: auth_signup
262 #: field:base.config.settings,auth_signup_reset_password:0
263 msgid "Enable password reset from Login page"
264 msgstr ""
265
266 #. module: auth_signup
267 #. openerp-web
268 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:30
269 #, python-format
270 msgid "Back to Login"
271 msgstr ""
272
273 #. module: auth_signup
274 #. openerp-web
275 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:22
276 #, python-format
277 msgid "Sign up"
278 msgstr ""
279
280 #. module: auth_signup
281 #: model:ir.model,name:auth_signup.model_res_partner
282 msgid "Partner"
283 msgstr ""
284
285 #. module: auth_signup
286 #: field:res.partner,signup_token:0
287 msgid "Signup Token"
288 msgstr ""