[FIX]Resolved traceback on moving to the previous record from serial numbers in Trace...
[odoo/odoo.git] / addons / auth_signup / i18n / zh_CN.po
1 # Chinese (Simplified) translation for openobject-addons
2 # Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
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: 2013-03-07 08:37+0000\n"
11 "PO-Revision-Date: 2012-12-21 23:00+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Chinese (Simplified) <zh_CN@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: 2013-03-28 05:32+0000\n"
18 "X-Generator: Launchpad (build 16546)\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:16
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 "base.config.settings"
46
47 #. module: auth_signup
48 #: code:addons/auth_signup/res_users.py:265
49 #, python-format
50 msgid "Cannot send email: user has no email address."
51 msgstr ""
52
53 #. module: auth_signup
54 #. openerp-web
55 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:24
56 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:28
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:117
74 #, python-format
75 msgid "Please enter a password and confirm it."
76 msgstr ""
77
78 #. module: auth_signup
79 #. openerp-web
80 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:23
81 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:26
82 #, python-format
83 msgid "Sign Up"
84 msgstr "注册"
85
86 #. module: auth_signup
87 #: selection:res.users,state:0
88 msgid "New"
89 msgstr "新建"
90
91 #. module: auth_signup
92 #: field:res.users,state:0
93 msgid "Status"
94 msgstr "状态"
95
96 #. module: auth_signup
97 #: model:email.template,body_html:auth_signup.reset_password_email
98 msgid ""
99 "\n"
100 "<p>A password reset was requested for the OpenERP account linked to this "
101 "email.</p>\n"
102 "\n"
103 "<p>You may change your password by following <a "
104 "href=\"${object.signup_url}\">this link</a>.</p>\n"
105 "\n"
106 "<p>Note: If you do not expect this, you can safely ignore this email.</p>"
107 msgstr ""
108
109 #. module: auth_signup
110 #. openerp-web
111 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
112 #, python-format
113 msgid "Please enter a name."
114 msgstr ""
115
116 #. module: auth_signup
117 #: model:ir.model,name:auth_signup.model_res_users
118 msgid "Users"
119 msgstr "用户"
120
121 #. module: auth_signup
122 #: field:res.partner,signup_url:0
123 msgid "Signup URL"
124 msgstr "注册 URL"
125
126 #. module: auth_signup
127 #: model:email.template,body_html:auth_signup.set_password_email
128 msgid ""
129 "\n"
130 "                \n"
131 "                    <p>\n"
132 "                        ${object.name},\n"
133 "                    </p>\n"
134 "                    <p>\n"
135 "                        You have been invited to connect to "
136 "\"${object.company_id.name}\" in order to get access to your documents in "
137 "OpenERP.\n"
138 "                    </p>\n"
139 "                    <p>\n"
140 "                        To accept the invitation, click on the following "
141 "link:\n"
142 "                    </p>\n"
143 "                    <ul>\n"
144 "                        <li><a href=\"${object.signup_url}\">Accept "
145 "invitation to \"${object.company_id.name}\"</a></li>\n"
146 "                    </ul>\n"
147 "                    <p>\n"
148 "                        Thanks,\n"
149 "                    </p>\n"
150 "                    <pre>\n"
151 "--\n"
152 "${object.company_id.name or ''}\n"
153 "${object.company_id.email or ''}\n"
154 "${object.company_id.phone or ''}\n"
155 "                    </pre>\n"
156 "                \n"
157 "            "
158 msgstr ""
159
160 #. module: auth_signup
161 #. openerp-web
162 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
163 #, python-format
164 msgid "Please enter a username."
165 msgstr ""
166
167 #. module: auth_signup
168 #: selection:res.users,state:0
169 msgid "Active"
170 msgstr "启用"
171
172 #. module: auth_signup
173 #: code:addons/auth_signup/res_users.py:269
174 #, python-format
175 msgid ""
176 "Cannot send email: no outgoing email server configured.\n"
177 "You can configure it under Settings/General Settings."
178 msgstr ""
179
180 #. module: auth_signup
181 #. openerp-web
182 #: code:addons/auth_signup/static/src/js/auth_signup.js:174
183 #, python-format
184 msgid "An email has been sent with credentials to reset your password"
185 msgstr ""
186
187 #. module: auth_signup
188 #. openerp-web
189 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:12
190 #, python-format
191 msgid "Username"
192 msgstr "用户名"
193
194 #. module: auth_signup
195 #. openerp-web
196 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:8
197 #, python-format
198 msgid "Name"
199 msgstr "姓名"
200
201 #. module: auth_signup
202 #. openerp-web
203 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
204 #, python-format
205 msgid "Please enter a username or email address."
206 msgstr ""
207
208 #. module: auth_signup
209 #: selection:res.users,state:0
210 msgid "Resetting Password"
211 msgstr "复位密码"
212
213 #. module: auth_signup
214 #. openerp-web
215 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:13
216 #, python-format
217 msgid "Username (Email)"
218 msgstr "用户名(Email)"
219
220 #. module: auth_signup
221 #: field:res.partner,signup_expiration:0
222 msgid "Signup Expiration"
223 msgstr "注册过期"
224
225 #. module: auth_signup
226 #: help:base.config.settings,auth_signup_reset_password:0
227 msgid "This allows users to trigger a password reset from the Login page."
228 msgstr ""
229
230 #. module: auth_signup
231 #. openerp-web
232 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:22
233 #, python-format
234 msgid "Log in"
235 msgstr "登录"
236
237 #. module: auth_signup
238 #: field:res.partner,signup_valid:0
239 msgid "Signup Token is Valid"
240 msgstr "注册令牌( Token  )是有效的"
241
242 #. module: auth_signup
243 #. openerp-web
244 #: code:addons/auth_signup/static/src/js/auth_signup.js:108
245 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
246 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
247 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
248 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
249 #: code:addons/auth_signup/static/src/js/auth_signup.js:167
250 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
251 #, python-format
252 msgid "Login"
253 msgstr ""
254
255 #. module: auth_signup
256 #. openerp-web
257 #: code:addons/auth_signup/static/src/js/auth_signup.js:94
258 #, python-format
259 msgid "Invalid signup token"
260 msgstr ""
261
262 #. module: auth_signup
263 #. openerp-web
264 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
265 #, python-format
266 msgid "Passwords do not match; please retype them."
267 msgstr ""
268
269 #. module: auth_signup
270 #. openerp-web
271 #: code:addons/auth_signup/static/src/js/auth_signup.js:108
272 #: code:addons/auth_signup/static/src/js/auth_signup.js:167
273 #, python-format
274 msgid "No database selected !"
275 msgstr ""
276
277 #. module: auth_signup
278 #: field:base.config.settings,auth_signup_reset_password:0
279 msgid "Enable password reset from Login page"
280 msgstr ""
281
282 #. module: auth_signup
283 #: model:email.template,subject:auth_signup.set_password_email
284 msgid "${object.company_id.name} invitation to connect on OpenERP"
285 msgstr ""
286
287 #. module: auth_signup
288 #. openerp-web
289 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:27
290 #, python-format
291 msgid "Back to Login"
292 msgstr "返回登录页面"
293
294 #. module: auth_signup
295 #: model:ir.model,name:auth_signup.model_res_partner
296 msgid "Partner"
297 msgstr "业务伙伴"
298
299 #. module: auth_signup
300 #: view:res.users:0
301 msgid "Send reset password instructions by email"
302 msgstr ""
303
304 #. module: auth_signup
305 #: field:res.partner,signup_token:0
306 msgid "Signup Token"
307 msgstr "注册令牌( Token )"
308
309 #~ msgid "Reset Password"
310 #~ msgstr "重置密码"