[FIX] /web/login restore request.uid in case of authentication failure
[odoo/odoo.git] / addons / auth_signup / i18n / zh_TW.po
1 # Chinese (Traditional) 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-12-29 09:17+0000\n"
12 "Last-Translator: Andy Cheng <andy@dobtor.com>\n"
13 "Language-Team: Chinese (Traditional) <zh_TW@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 ""
24
25 #. module: auth_signup
26 #: field:base.config.settings,auth_signup_uninvited:0
27 msgid "Allow external users to sign up"
28 msgstr "允許外部使用者註冊"
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 "確認密碼"
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 "如果未勾選,只有被邀請的使用者可以註冊"
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 "無法送出email:使用者沒有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 "重設密碼"
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 ""
65
66 #. module: auth_signup
67 #: model:email.template,subject:auth_signup.reset_password_email
68 msgid "Password reset"
69 msgstr "密碼重設"
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 "請輸入密碼並確認"
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 "狀態"
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
120 #. module: auth_signup
121 #. openerp-web
122 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
123 #, python-format
124 msgid "Please enter a name."
125 msgstr "請輸入名字"
126
127 #. module: auth_signup
128 #: model:ir.model,name:auth_signup.model_res_users
129 msgid "Users"
130 msgstr "使用者"
131
132 #. module: auth_signup
133 #: field:res.partner,signup_url:0
134 msgid "Signup URL"
135 msgstr "註冊網址"
136
137 #. module: auth_signup
138 #. openerp-web
139 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
140 #, python-format
141 msgid "Please enter a username."
142 msgstr "請輸入使用者名稱。"
143
144 #. module: auth_signup
145 #: selection:res.users,state:0
146 msgid "Active"
147 msgstr "啟用"
148
149 #. module: auth_signup
150 #: code:addons/auth_signup/res_users.py:270
151 #, python-format
152 msgid ""
153 "Cannot send email: no outgoing email server configured.\n"
154 "You can configure it under Settings/General Settings."
155 msgstr ""
156
157 #. module: auth_signup
158 #. openerp-web
159 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:12
160 #, python-format
161 msgid "Username"
162 msgstr "使用者名稱"
163
164 #. module: auth_signup
165 #. openerp-web
166 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:8
167 #, python-format
168 msgid "Name"
169 msgstr "名稱"
170
171 #. module: auth_signup
172 #. openerp-web
173 #: code:addons/auth_signup/static/src/js/auth_signup.js:173
174 #, python-format
175 msgid "Please enter a username or email address."
176 msgstr "請輸入使用者名稱或電子郵件地址"
177
178 #. module: auth_signup
179 #: selection:res.users,state:0
180 msgid "Resetting Password"
181 msgstr "重設密碼中"
182
183 #. module: auth_signup
184 #. openerp-web
185 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:13
186 #, python-format
187 msgid "Username (Email)"
188 msgstr ""
189
190 #. module: auth_signup
191 #: field:res.partner,signup_expiration:0
192 msgid "Signup Expiration"
193 msgstr ""
194
195 #. module: auth_signup
196 #: help:base.config.settings,auth_signup_reset_password:0
197 msgid "This allows users to trigger a password reset from the Login page."
198 msgstr ""
199
200 #. module: auth_signup
201 #. openerp-web
202 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:25
203 #, python-format
204 msgid "Log in"
205 msgstr "登入"
206
207 #. module: auth_signup
208 #: field:res.partner,signup_valid:0
209 msgid "Signup Token is Valid"
210 msgstr ""
211
212 #. module: auth_signup
213 #. openerp-web
214 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
215 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
216 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
217 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
218 #: code:addons/auth_signup/static/src/js/auth_signup.js:123
219 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
220 #: code:addons/auth_signup/static/src/js/auth_signup.js:173
221 #, python-format
222 msgid "Login"
223 msgstr "登入"
224
225 #. module: auth_signup
226 #. openerp-web
227 #: code:addons/auth_signup/static/src/js/auth_signup.js:97
228 #, python-format
229 msgid "Invalid signup token"
230 msgstr ""
231
232 #. module: auth_signup
233 #. openerp-web
234 #: code:addons/auth_signup/static/src/js/auth_signup.js:123
235 #, python-format
236 msgid "Passwords do not match; please retype them."
237 msgstr ""
238
239 #. module: auth_signup
240 #. openerp-web
241 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
242 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
243 #, python-format
244 msgid "No database selected !"
245 msgstr "未選定資料庫!"
246
247 #. module: auth_signup
248 #: view:res.users:0
249 msgid "Reset Password"
250 msgstr "重設密碼"
251
252 #. module: auth_signup
253 #: field:base.config.settings,auth_signup_reset_password:0
254 msgid "Enable password reset from Login page"
255 msgstr "於登入頁面啟用密碼重設"
256
257 #. module: auth_signup
258 #. openerp-web
259 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:30
260 #, python-format
261 msgid "Back to Login"
262 msgstr "返回登入畫面"
263
264 #. module: auth_signup
265 #. openerp-web
266 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:22
267 #, python-format
268 msgid "Sign up"
269 msgstr "註冊"
270
271 #. module: auth_signup
272 #: model:ir.model,name:auth_signup.model_res_partner
273 msgid "Partner"
274 msgstr "業務夥伴"
275
276 #. module: auth_signup
277 #: field:res.partner,signup_token:0
278 msgid "Signup Token"
279 msgstr ""