[FIX] /web/login restore request.uid in case of authentication failure
[odoo/odoo.git] / addons / auth_signup / i18n / it.po
1 # Italian 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: \n"
10 "POT-Creation-Date: 2012-12-21 17:05+0000\n"
11 "PO-Revision-Date: 2012-12-11 11:51+0000\n"
12 "Last-Translator: Nicola Riolini - Micronaet <Unknown>\n"
13 "Language-Team: Italian <it@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 "Tipo tocken registrazione"
24
25 #. module: auth_signup
26 #: field:base.config.settings,auth_signup_uninvited:0
27 msgid "Allow external users to sign up"
28 msgstr "Permetti a utenti esterni di autenticarsi"
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 "Conferma la password"
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 "Se spuntato, solo gli utenti invitati possono autenticarsi"
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:266
49 #, python-format
50 msgid "Cannot send email: user has no email address."
51 msgstr "Non è possibile inviare email: l'utente non ha l'indirizzo impostato"
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 "Reimposta password"
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 "Modello utente per i nuovi utenti creati attraverso la procedura di "
66 "registrazione"
67
68 #. module: auth_signup
69 #: model:email.template,subject:auth_signup.reset_password_email
70 msgid "Password reset"
71 msgstr "Ripristino password"
72
73 #. module: auth_signup
74 #. openerp-web
75 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
76 #, python-format
77 msgid "Please enter a password and confirm it."
78 msgstr "Prego inserire una password e confermarla"
79
80 #. module: auth_signup
81 #: view:res.users:0
82 msgid "Send an email to the user to (re)set their password."
83 msgstr "Invia una mail all'utente per (re)impostare la propria password"
84
85 #. module: auth_signup
86 #. openerp-web
87 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:26
88 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:29
89 #, python-format
90 msgid "Sign Up"
91 msgstr "Registrazione"
92
93 #. module: auth_signup
94 #: selection:res.users,state:0
95 msgid "New"
96 msgstr "Nuovo"
97
98 #. module: auth_signup
99 #: code:addons/auth_signup/res_users.py:258
100 #, python-format
101 msgid "Mail sent to:"
102 msgstr "Mail inviata a:"
103
104 #. module: auth_signup
105 #: field:res.users,state:0
106 msgid "Status"
107 msgstr "Stato"
108
109 #. module: auth_signup
110 #: model:email.template,body_html:auth_signup.reset_password_email
111 msgid ""
112 "\n"
113 "<p>A password reset was requested for the OpenERP account linked to this "
114 "email.</p>\n"
115 "\n"
116 "<p>You may change your password by following <a "
117 "href=\"${object.signup_url}\">this link</a>.</p>\n"
118 "\n"
119 "<p>Note: If you do not expect this, you can safely ignore this email.</p>"
120 msgstr ""
121 "\n"
122 "<p>Un reset della password è stato richiesto per l'account di OpenERP "
123 "collegato a questa mail</p>\n"
124 "\n"
125 "<p>Potrete cambiare la vostra password seguendo <a "
126 "href=\"${object.signup_url}\">questo lin</a>.</p>\n"
127 "\n"
128 "<p>Nota: Se non lo ritenete necessario potete tranquillamente ignorare la "
129 "mail.</p>"
130
131 #. module: auth_signup
132 #. openerp-web
133 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
134 #, python-format
135 msgid "Please enter a name."
136 msgstr "Prego inserire un nome"
137
138 #. module: auth_signup
139 #: model:ir.model,name:auth_signup.model_res_users
140 msgid "Users"
141 msgstr "Utenti"
142
143 #. module: auth_signup
144 #: field:res.partner,signup_url:0
145 msgid "Signup URL"
146 msgstr "URL registrazione"
147
148 #. module: auth_signup
149 #. openerp-web
150 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
151 #, python-format
152 msgid "Please enter a username."
153 msgstr "Prego inserire un username"
154
155 #. module: auth_signup
156 #: selection:res.users,state:0
157 msgid "Active"
158 msgstr "Attivo"
159
160 #. module: auth_signup
161 #: code:addons/auth_signup/res_users.py:270
162 #, python-format
163 msgid ""
164 "Cannot send email: no outgoing email server configured.\n"
165 "You can configure it under Settings/General Settings."
166 msgstr ""
167 "Non è possibile inviare email: nessun server d'invio email configurato.\n"
168 "E' possibile configurarlo nelle Configurazioni/Configurazioni Generali."
169
170 #. module: auth_signup
171 #. openerp-web
172 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:12
173 #, python-format
174 msgid "Username"
175 msgstr "Nome utente"
176
177 #. module: auth_signup
178 #. openerp-web
179 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:8
180 #, python-format
181 msgid "Name"
182 msgstr "Nome"
183
184 #. module: auth_signup
185 #. openerp-web
186 #: code:addons/auth_signup/static/src/js/auth_signup.js:173
187 #, python-format
188 msgid "Please enter a username or email address."
189 msgstr "Prego inserire un nome utente e un indirizzo mail."
190
191 #. module: auth_signup
192 #: selection:res.users,state:0
193 msgid "Resetting Password"
194 msgstr "Reset password"
195
196 #. module: auth_signup
197 #. openerp-web
198 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:13
199 #, python-format
200 msgid "Username (Email)"
201 msgstr "Nome utente (email)"
202
203 #. module: auth_signup
204 #: field:res.partner,signup_expiration:0
205 msgid "Signup Expiration"
206 msgstr "Termine registrazione"
207
208 #. module: auth_signup
209 #: help:base.config.settings,auth_signup_reset_password:0
210 msgid "This allows users to trigger a password reset from the Login page."
211 msgstr ""
212 "Questo permette agli utenti di lanciare un reset password dalla pagina di "
213 "login"
214
215 #. module: auth_signup
216 #. openerp-web
217 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:25
218 #, python-format
219 msgid "Log in"
220 msgstr "Login"
221
222 #. module: auth_signup
223 #: field:res.partner,signup_valid:0
224 msgid "Signup Token is Valid"
225 msgstr "Il token di registrazione è valido"
226
227 #. module: auth_signup
228 #. openerp-web
229 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
230 #: code:addons/auth_signup/static/src/js/auth_signup.js:114
231 #: code:addons/auth_signup/static/src/js/auth_signup.js:117
232 #: code:addons/auth_signup/static/src/js/auth_signup.js:120
233 #: code:addons/auth_signup/static/src/js/auth_signup.js:123
234 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
235 #: code:addons/auth_signup/static/src/js/auth_signup.js:173
236 #, python-format
237 msgid "Login"
238 msgstr "Login"
239
240 #. module: auth_signup
241 #. openerp-web
242 #: code:addons/auth_signup/static/src/js/auth_signup.js:97
243 #, python-format
244 msgid "Invalid signup token"
245 msgstr "Il token di registrazione non è valido"
246
247 #. module: auth_signup
248 #. openerp-web
249 #: code:addons/auth_signup/static/src/js/auth_signup.js:123
250 #, python-format
251 msgid "Passwords do not match; please retype them."
252 msgstr "Le password non corrispondono; prego riscriverle."
253
254 #. module: auth_signup
255 #. openerp-web
256 #: code:addons/auth_signup/static/src/js/auth_signup.js:111
257 #: code:addons/auth_signup/static/src/js/auth_signup.js:170
258 #, python-format
259 msgid "No database selected !"
260 msgstr "Nessun database selezionato!"
261
262 #. module: auth_signup
263 #: view:res.users:0
264 msgid "Reset Password"
265 msgstr "Reimposta Password"
266
267 #. module: auth_signup
268 #: field:base.config.settings,auth_signup_reset_password:0
269 msgid "Enable password reset from Login page"
270 msgstr "Abilita il reset della password dalla pagina di login"
271
272 #. module: auth_signup
273 #. openerp-web
274 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:30
275 #, python-format
276 msgid "Back to Login"
277 msgstr "Ritorno al Login"
278
279 #. module: auth_signup
280 #. openerp-web
281 #: code:addons/auth_signup/static/src/xml/auth_signup.xml:22
282 #, python-format
283 msgid "Sign up"
284 msgstr "Registrazione"
285
286 #. module: auth_signup
287 #: model:ir.model,name:auth_signup.model_res_partner
288 msgid "Partner"
289 msgstr "Partner"
290
291 #. module: auth_signup
292 #: field:res.partner,signup_token:0
293 msgid "Signup Token"
294 msgstr "Token di registrazione"