@@ -45,6 +45,7 @@ msgstr "Algoritmo utilizzato per firmare le richieste."
45
45
46
46
#. module: auth_saml
47
47
#: model:ir.model.fields,field_description: auth_saml.field_res_config_settings__allow_saml_uid_and_internal_password
48
+ #: model_terms:ir.ui.view,arch_db: auth_saml.auth_saml_base_settings_form
48
49
msgid ""
49
50
"Allow SAML users to possess an Odoo password (warning: decreases security)"
50
51
msgstr ""
@@ -176,8 +177,8 @@ msgstr "ID entità"
176
177
#. module: auth_saml
177
178
#: model_terms:ir.ui.view,arch_db: auth_saml.view_saml_provider_form
178
179
msgid ""
179
- "Entity Identifier sent to the IDP. Often this would be the metadata URL, but"
180
- " it can be any string."
180
+ "Entity Identifier sent to the IDP. Often this would be the metadata URL, but "
181
+ "it can be any string."
181
182
msgstr ""
182
183
"Identificatore entità inviato al IDP. Spesso è l'URL dei metadati, ma può "
183
184
"essere qualsiasi stringa."
@@ -223,8 +224,8 @@ msgstr "Attributo corrsipondenza provider identità"
223
224
#. module: auth_saml
224
225
#: model:ir.model.fields,help: auth_saml.field_auth_saml_provider__authn_requests_signed
225
226
msgid ""
226
- "Indicates if the Authentication Requests sent by this SP should be signed by"
227
- " default."
227
+ "Indicates if the Authentication Requests sent by this SP should be signed by "
228
+ "default."
228
229
msgstr ""
229
230
"ndica se la richiesta di atenticazione inviata da questo SP deve essere "
230
231
"firmata in modo predefinito."
@@ -256,14 +257,6 @@ msgstr ""
256
257
"Indica che la risposta di autenticazione o le dichiarazioni contenute nelle "
257
258
"risposte a questo SP deve essere firmata."
258
259
259
- #. module: auth_saml
260
- #: model:ir.model.fields,field_description: auth_saml.field_auth_saml_attribute_mapping____last_update
261
- #: model:ir.model.fields,field_description: auth_saml.field_auth_saml_provider____last_update
262
- #: model:ir.model.fields,field_description: auth_saml.field_auth_saml_request____last_update
263
- #: model:ir.model.fields,field_description: auth_saml.field_res_users_saml____last_update
264
- msgid "Last Modified on"
265
- msgstr "Ultima modifica il"
266
-
267
260
#. module: auth_saml
268
261
#: model:ir.model.fields,field_description: auth_saml.field_auth_saml_attribute_mapping__write_uid
269
262
#: model:ir.model.fields,field_description: auth_saml.field_auth_saml_provider__write_uid
@@ -382,6 +375,7 @@ msgid "Providers"
382
375
msgstr "Provider"
383
376
384
377
#. module: auth_saml
378
+ #: model_terms:ir.ui.view,arch_db: auth_saml.auth_saml_base_settings_form
385
379
#: model_terms:ir.ui.view,arch_db: auth_saml.view_users_form
386
380
msgid "SAML"
387
381
msgstr "SAML"
@@ -491,8 +485,8 @@ msgstr "Token SAML attualmente in uso"
491
485
#: code:addons/auth_saml/models/res_users.py:0
492
486
#, python-format
493
487
msgid ""
494
- "This database disallows users to have both passwords and SAML IDs. Error for"
495
- " logins %s"
488
+ "This database disallows users to have both passwords and SAML IDs. Error for "
489
+ "logins %s"
496
490
msgstr ""
497
491
"Questo database nn consente agli utenti di avere sia password che ID SAML. "
498
492
"Errore per accessi %s"
@@ -565,3 +559,6 @@ msgstr "Il suo URL ACS sarà base_url + /auth_saml/signin"
565
559
#: model_terms:ir.ui.view,arch_db: auth_saml.view_saml_provider_form
566
560
msgid "Your provider will give you this XML once configured."
567
561
msgstr "Il suo provider fornirà questo XML una volta configurato."
562
+
563
+ #~ msgid "Last Modified on"
564
+ #~ msgstr "Ultima modifica il"
0 commit comments