Launchpad automatic translations update.
[odoo/odoo.git] / addons / auth_signup / i18n / hu.po
1 # Hungarian 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-01-11 17:44+0000\n"
12 "Last-Translator: Balint (eSolve) <Unknown>\n"
13 "Language-Team: Hungarian <hu@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-01-12 05:40+0000\n"
18 "X-Generator: Launchpad (build 16420)\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 "Jelszó megerõsítése"
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:252
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:25
56 #, python-format
57 msgid "Reset password"
58 msgstr "Jelszó visszaállítása"
59
60 #. module: auth_signup
61 #: field:base.config.settings,auth_signup_template_user_id:0
62 msgid "Template user for new users created through signup"
63 msgstr ""
64
65 #. module: auth_signup
66 #: model:email.template,subject:auth_signup.reset_password_email
67 msgid "Password reset"
68 msgstr "Jelszó visszaállítás"
69
70 #. module: auth_signup
71 #. openerp-web
72 #: code:addons/auth_signup/static/src/js/auth_signup.js:125
73 #, python-format
74 msgid "Please enter a password and confirm it."
75 msgstr "Kérem adjon meg egy jelszót és erősítse meg."
76
77 #. module: auth_signup
78 #: view:res.users:0
79 msgid "Send an email to the user to (re)set their password."
80 msgstr ""
81
82 #. module: auth_signup
83 #. openerp-web
84 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:23
85 #, python-format
86 msgid "Sign Up"
87 msgstr "Regisztrál"
88
89 #. module: auth_signup
90 #: selection:res.users,state:0
91 msgid "New"
92 msgstr "Új"
93
94 #. module: auth_signup
95 #: code:addons/auth_signup/res_users.py:258
96 #, python-format
97 msgid "Mail sent to:"
98 msgstr ""
99
100 #. module: auth_signup
101 #: field:res.users,state:0
102 msgid "Status"
103 msgstr ""
104
105 #. module: auth_signup
106 #: model:email.template,body_html:auth_signup.reset_password_email
107 msgid ""
108 "\n"
109 "<p>A password reset was requested for the OpenERP account linked to this "
110 "email.</p>\n"
111 "\n"
112 "<p>You may change your password by following <a "
113 "href=\"${object.signup_url}\">this link</a>.</p>\n"
114 "\n"
115 "<p>Note: If you do not expect this, you can safely ignore this email.</p>"
116 msgstr ""
117
118 #. module: auth_signup
119 #. openerp-web
120 #: code:addons/auth_signup/static/src/js/auth_signup.js:119
121 #, python-format
122 msgid "Please enter a name."
123 msgstr "Kérem adjon meg egy nevet."
124
125 #. module: auth_signup
126 #: model:ir.model,name:auth_signup.model_res_users
127 msgid "Users"
128 msgstr "Felhasználók"
129
130 #. module: auth_signup
131 #: field:res.partner,signup_url:0
132 msgid "Signup URL"
133 msgstr ""
134
135 #. module: auth_signup
136 #. openerp-web
137 #: code:addons/auth_signup/static/src/js/auth_signup.js:122
138 #, python-format
139 msgid "Please enter a username."
140 msgstr ""
141
142 #. module: auth_signup
143 #: selection:res.users,state:0
144 msgid "Active"
145 msgstr "Aktív"
146
147 #. module: auth_signup
148 #: code:addons/auth_signup/res_users.py:256
149 #, python-format
150 msgid ""
151 "Cannot send email: no outgoing email server configured.\n"
152 "You can configure it under Settings/General Settings."
153 msgstr ""
154
155 #. module: auth_signup
156 #. openerp-web
157 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:12
158 #, python-format
159 msgid "Username"
160 msgstr "Felhasználónév"
161
162 #. module: auth_signup
163 #. openerp-web
164 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:8
165 #, python-format
166 msgid "Name"
167 msgstr "Név"
168
169 #. module: auth_signup
170 #. openerp-web
171 #: code:addons/auth_signup/static/src/js/auth_signup.js:165
172 #, python-format
173 msgid "Please enter a username or email address."
174 msgstr ""
175
176 #. module: auth_signup
177 #: selection:res.users,state:0
178 msgid "Resetting Password"
179 msgstr "Jelszó visszaállítás"
180
181 #. module: auth_signup
182 #. openerp-web
183 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:13
184 #, python-format
185 msgid "Username (Email)"
186 msgstr "Felhasználónév (Email)"
187
188 #. module: auth_signup
189 #: field:res.partner,signup_expiration:0
190 msgid "Signup Expiration"
191 msgstr ""
192
193 #. module: auth_signup
194 #: help:base.config.settings,auth_signup_reset_password:0
195 msgid "This allows users to trigger a password reset from the Login page."
196 msgstr ""
197
198 #. module: auth_signup
199 #. openerp-web
200 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:21
201 #, python-format
202 msgid "Log in"
203 msgstr "Bejelentkezés"
204
205 #. module: auth_signup
206 #: field:res.partner,signup_valid:0
207 msgid "Signup Token is Valid"
208 msgstr "Regisztrációs token érvényes"
209
210 #. module: auth_signup
211 #. openerp-web
212 #: code:addons/auth_signup/static/src/js/auth_signup.js:116
213 #: code:addons/auth_signup/static/src/js/auth_signup.js:119
214 #: code:addons/auth_signup/static/src/js/auth_signup.js:122
215 #: code:addons/auth_signup/static/src/js/auth_signup.js:125
216 #: code:addons/auth_signup/static/src/js/auth_signup.js:128
217 #: code:addons/auth_signup/static/src/js/auth_signup.js:162
218 #: code:addons/auth_signup/static/src/js/auth_signup.js:165
219 #, python-format
220 msgid "Login"
221 msgstr "Bejelentkezés"
222
223 #. module: auth_signup
224 #. openerp-web
225 #: code:addons/auth_signup/static/src/js/auth_signup.js:99
226 #, python-format
227 msgid "Invalid signup token"
228 msgstr "Érvénytelen regisztrációs token"
229
230 #. module: auth_signup
231 #. openerp-web
232 #: code:addons/auth_signup/static/src/js/auth_signup.js:128
233 #, python-format
234 msgid "Passwords do not match; please retype them."
235 msgstr "A jelszavak nem egyeznek, kérem ismételje meg."
236
237 #. module: auth_signup
238 #. openerp-web
239 #: code:addons/auth_signup/static/src/js/auth_signup.js:116
240 #: code:addons/auth_signup/static/src/js/auth_signup.js:162
241 #, python-format
242 msgid "No database selected !"
243 msgstr "Nincs kiválasztott adatbázis!"
244
245 #. module: auth_signup
246 #: view:res.users:0
247 msgid "Reset Password"
248 msgstr ""
249
250 #. module: auth_signup
251 #: field:base.config.settings,auth_signup_reset_password:0
252 msgid "Enable password reset from Login page"
253 msgstr ""
254
255 #. module: auth_signup
256 #. openerp-web
257 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:24
258 #, python-format
259 msgid "Back to Login"
260 msgstr "Vissza a bejelentkezéshez"
261
262 #. module: auth_signup
263 #. openerp-web
264 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:22
265 #, python-format
266 msgid "Sign up"
267 msgstr "Regisztrál"
268
269 #. module: auth_signup
270 #: model:ir.model,name:auth_signup.model_res_partner
271 msgid "Partner"
272 msgstr "Partner"
273
274 #. module: auth_signup
275 #: field:res.partner,signup_token:0
276 msgid "Signup Token"
277 msgstr "Regisztrációs token"