[I18N] Update translations from Launchpad 8.0 branches
[odoo/odoo.git] / addons / auth_signup / i18n / it.po
1 # Italian translation for openobject-addons
2 # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
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: 2014-09-23 16:27+0000\n"
11 "PO-Revision-Date: 2014-10-02 19:55+0000\n"
12 "Last-Translator: Nicola Riolini - Micronaet <nicola.riolini@gmail.com>\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-10-03 06:26+0000\n"
18 "X-Generator: Launchpad (build 17196)\n"
19
20 #. module: auth_signup
21 #: model:email.template,body_html:auth_signup.set_password_email
22 msgid ""
23 "\n"
24 "                \n"
25 "                    <p>\n"
26 "                        ${object.name},\n"
27 "                    </p>\n"
28 "                    <p>\n"
29 "                        You have been invited to connect to "
30 "\"${object.company_id.name}\" in order to get access to your documents in "
31 "Odoo.\n"
32 "                    </p>\n"
33 "                    <p>\n"
34 "                        To accept the invitation, click on the following "
35 "link:\n"
36 "                    </p>\n"
37 "                    <ul>\n"
38 "                        <li><a href=\"${object.signup_url}\">Accept "
39 "invitation to \"${object.company_id.name}\"</a></li>\n"
40 "                    </ul>\n"
41 "                    <p>\n"
42 "                        Thanks,\n"
43 "                    </p>\n"
44 "                    <pre>\n"
45 "--\n"
46 "${object.company_id.name or ''}\n"
47 "${object.company_id.email or ''}\n"
48 "${object.company_id.phone or ''}\n"
49 "                    </pre>\n"
50 "                \n"
51 "            "
52 msgstr ""
53 "\n"
54 "                \n"
55 "                    <p>\n"
56 "${object.name},\n"
57 "</p>\n"
58 "<p>\n"
59 "Siete stato invitato a collegarvi a \"${object.company_id.name}\" per avere "
60 "accesso ai vostri documenti in ODOO.\n"
61 "</p>\n"
62 "<p>\n"
63 "Per accettare l'invito cliccare sul link qui di seguito:\n"
64 "</p>\n"
65 "<ul>\n"
66 "<li><a href=\"${object.signup_url}\">Accetta l'invito a "
67 "\"${object.company_id.name}\"</a></li>\n"
68 "</ul>\n"
69 "<p>\n"
70 "Grazie,\n"
71 "</p>\n"
72 "<pre>\n"
73 "--\n"
74 "${object.company_id.name or ''}\n"
75 "${object.company_id.email or ''}\n"
76 "${object.company_id.phone or ''}\n"
77 "</pre>\n"
78 "                \n"
79 "            "
80
81 #. module: auth_signup
82 #: model:email.template,body_html:auth_signup.reset_password_email
83 msgid ""
84 "\n"
85 "<p>A password reset was requested for the Odoo account linked to this "
86 "email.</p>\n"
87 "\n"
88 "<p>You may change your password by following <a "
89 "href=\"${object.signup_url}\">this link</a>.</p>\n"
90 "\n"
91 "<p>Note: If you do not expect this, you can safely ignore this email.</p>"
92 msgstr ""
93 "\n"
94 "<p>E' stato richiesto di resettare la password per l'account ODOO collegato "
95 "a questa mail.</p>\n"
96 "\n"
97 "<p>Potrete cambiare la vostra password seguendo <a "
98 "href=\"${object.signup_url}\">questo link</a>.</p>\n"
99 "\n"
100 "<p>Nota: Se non non avete fatto richiesta potete, in tutta sicurezza, "
101 "ignorare questa mail.</p>"
102
103 #. module: auth_signup
104 #: model:email.template,subject:auth_signup.set_password_email
105 msgid "${object.company_id.name} invitation to connect on Odoo"
106 msgstr "${object.company_id.name} invito a connettersi a ODOO"
107
108 #. module: auth_signup
109 #: view:res.users:auth_signup.res_users_form_view
110 msgid ""
111 "A password reset has been requested for this user. An email containing the "
112 "following link has been sent:"
113 msgstr ""
114 "Un reset della password è stato richiesto per questo utente. Una email "
115 "contente le seguenti informazioni gli è stata inviata"
116
117 #. module: auth_signup
118 #: selection:res.users,state:0
119 msgid "Activated"
120 msgstr "Attivato"
121
122 #. module: auth_signup
123 #: field:base.config.settings,auth_signup_uninvited:0
124 msgid "Allow external users to sign up"
125 msgstr "Permetti a utenti esterni di autenticarsi"
126
127 #. module: auth_signup
128 #: code:addons/auth_signup/controllers/main.py:78
129 #, python-format
130 msgid "An email has been sent with credentials to reset your password"
131 msgstr ""
132 "Una email è stata inviata con le credenziali per resettare la tua password"
133
134 #. module: auth_signup
135 #: view:res.users:auth_signup.res_users_form_view
136 msgid ""
137 "An invitation email containing the following subscription link has been sent:"
138 msgstr ""
139 "E' stata inviata una email di invito contenente link per le seguenti "
140 "sottoscrizioni:"
141
142 #. module: auth_signup
143 #: code:addons/auth_signup/controllers/main.py:125
144 #, python-format
145 msgid "Authentification Failed."
146 msgstr "Autenticazione fallita"
147
148 #. module: auth_signup
149 #: view:website:auth_signup.reset_password
150 #: view:website:auth_signup.signup
151 msgid "Back to Login"
152 msgstr "Ritorno al Login"
153
154 #. module: auth_signup
155 #: code:addons/auth_signup/res_users.py:295
156 #, python-format
157 msgid "Cannot send email: user has no email address."
158 msgstr "Non è possibile inviare email: l'utente non ha l'indirizzo impostato"
159
160 #. module: auth_signup
161 #: view:website:auth_signup.fields
162 msgid "Confirm Password"
163 msgstr "Conferma la password"
164
165 #. module: auth_signup
166 #: code:addons/auth_signup/controllers/main.py:80
167 #, python-format
168 msgid "Could not reset your password"
169 msgstr "Non è possibile resettare la password"
170
171 #. module: auth_signup
172 #: field:base.config.settings,auth_signup_reset_password:0
173 msgid "Enable password reset from Login page"
174 msgstr "Abilita il reset della password dalla pagina di login"
175
176 #. module: auth_signup
177 #: help:base.config.settings,auth_signup_uninvited:0
178 msgid "If unchecked, only invited users may sign up."
179 msgstr "Se spuntato, solo gli utenti invitati possono autenticarsi"
180
181 #. module: auth_signup
182 #: code:addons/auth_signup/controllers/main.py:109
183 #, python-format
184 msgid "Invalid signup token"
185 msgstr "Il token di registrazione non è valido"
186
187 #. module: auth_signup
188 #: selection:res.users,state:0
189 msgid "Never Connected"
190 msgstr "Mai connesso"
191
192 #. module: auth_signup
193 #: model:ir.model,name:auth_signup.model_res_partner
194 msgid "Partner"
195 msgstr "Partner"
196
197 #. module: auth_signup
198 #: view:website:auth_signup.fields
199 msgid "Password"
200 msgstr "Password"
201
202 #. module: auth_signup
203 #: model:email.template,subject:auth_signup.reset_password_email
204 msgid "Password reset"
205 msgstr "Ripristino password"
206
207 #. module: auth_signup
208 #: view:website:web.login
209 msgid "Reset Password"
210 msgstr "Reimposta Password"
211
212 #. module: auth_signup
213 #: view:website:auth_signup.reset_password
214 msgid "Reset password"
215 msgstr "Reimposta password"
216
217 #. module: auth_signup
218 #: view:res.users:auth_signup.res_users_form_view
219 msgid "Send Reset Password Instructions"
220 msgstr "Istruzioni da inviare per reset password"
221
222 #. module: auth_signup
223 #: view:res.users:auth_signup.res_users_form_view
224 msgid "Send an Invitation Email"
225 msgstr "Inviare una e-mail di invito"
226
227 #. module: auth_signup
228 #: view:website:auth_signup.signup
229 #: view:website:web.login
230 msgid "Sign up"
231 msgstr "Registrazione"
232
233 #. module: auth_signup
234 #: field:res.partner,signup_expiration:0
235 msgid "Signup Expiration"
236 msgstr "Termine registrazione"
237
238 #. module: auth_signup
239 #: field:res.partner,signup_token:0
240 msgid "Signup Token"
241 msgstr "Token di registrazione"
242
243 #. module: auth_signup
244 #: field:res.partner,signup_type:0
245 msgid "Signup Token Type"
246 msgstr "Tipo tocken registrazione"
247
248 #. module: auth_signup
249 #: field:res.partner,signup_valid:0
250 msgid "Signup Token is Valid"
251 msgstr "Il token di registrazione è valido"
252
253 #. module: auth_signup
254 #: field:res.partner,signup_url:0
255 msgid "Signup URL"
256 msgstr "URL registrazione"
257
258 #. module: auth_signup
259 #: field:res.users,state:0
260 msgid "Status"
261 msgstr "Stato"
262
263 #. module: auth_signup
264 #: field:base.config.settings,auth_signup_template_user_id:0
265 msgid "Template user for new users created through signup"
266 msgstr ""
267 "Modello utente per i nuovi utenti creati attraverso la procedura di "
268 "registrazione"
269
270 #. module: auth_signup
271 #: help:base.config.settings,auth_signup_reset_password:0
272 msgid "This allows users to trigger a password reset from the Login page."
273 msgstr ""
274 "Questo permette agli utenti di lanciare un reset password dalla pagina di "
275 "login"
276
277 #. module: auth_signup
278 #: model:ir.model,name:auth_signup.model_res_users
279 msgid "Users"
280 msgstr "Utenti"
281
282 #. module: auth_signup
283 #: view:website:auth_signup.fields
284 #: view:website:auth_signup.reset_password
285 msgid "Your Email"
286 msgstr "La vostra e-mail"
287
288 #. module: auth_signup
289 #: view:website:auth_signup.fields
290 msgid "Your Name"
291 msgstr "Il vostro nome"
292
293 #. module: auth_signup
294 #: view:website:auth_signup.fields
295 msgid "e.g. John Doe"
296 msgstr "es.: John Doe"