Skip to content

Commit 456cb7e

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-auth-18.0/server-auth-18.0-auth_saml Translate-URL: https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_saml/
1 parent 07d405f commit 456cb7e

3 files changed

Lines changed: 78 additions & 18 deletions

File tree

auth_saml/i18n/es.po

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ msgstr "- o -"
2424
#. module: auth_saml
2525
#. odoo-python
2626
#: code:addons/auth_saml/controllers/main.py:0
27-
#, python-format
2827
msgid "Access Denied"
2928
msgstr "Acceso Denegado"
3029

@@ -214,6 +213,11 @@ msgstr "Atributo de la respuesta del PDI"
214213
msgid "Identity Provider Metadata"
215214
msgstr "Metadatos del proveedor de identidad"
216215

216+
#. module: auth_saml
217+
#: model:ir.model.fields,field_description:auth_saml.field_auth_saml_provider__idp_metadata_url
218+
msgid "Identity Provider Metadata URL"
219+
msgstr ""
220+
217221
#. module: auth_saml
218222
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
219223
msgid "Identity Provider Settings"
@@ -316,7 +320,6 @@ msgstr "URL de metadatos"
316320
#. module: auth_saml
317321
#. odoo-python
318322
#: code:addons/auth_saml/controllers/main.py:0
319-
#, python-format
320323
msgid "Missing parameters"
321324
msgstr "Parámetros que faltan"
322325

@@ -377,6 +380,11 @@ msgstr "Nombre de Proveedor"
377380
msgid "Providers"
378381
msgstr "Proveedores"
379382

383+
#. module: auth_saml
384+
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
385+
msgid "Refresh"
386+
msgstr ""
387+
380388
#. module: auth_saml
381389
#: model_terms:ir.ui.view,arch_db:auth_saml.auth_saml_base_settings_form
382390
#: model_terms:ir.ui.view,arch_db:auth_saml.view_users_form
@@ -452,7 +460,6 @@ msgstr "Firmar metadatos"
452460
#. module: auth_saml
453461
#. odoo-python
454462
#: code:addons/auth_saml/controllers/main.py:0
455-
#, python-format
456463
msgid "Sign up is not allowed on this database."
457464
msgstr "No está permitido registrarse en esta base de datos."
458465

@@ -461,6 +468,14 @@ msgstr "No está permitido registrarse en esta base de datos."
461468
msgid "Signature Algorithm"
462469
msgstr "Algoritmo de firma"
463470

471+
#. module: auth_saml
472+
#: model:ir.model.fields,help:auth_saml.field_auth_saml_provider__idp_metadata_url
473+
msgid ""
474+
"Some SAML providers, notably Office365 can have a metadata document which "
475+
"changes over time, and they provide a URL to the document instead. When this "
476+
"field is set, the metadata can be fetched from the provided URL."
477+
msgstr ""
478+
464479
#. module: auth_saml
465480
#: model:ir.model,name:auth_saml.model_ir_config_parameter
466481
msgid "System Parameter"
@@ -483,10 +498,17 @@ msgstr ""
483498
msgid "The current SAML token in use"
484499
msgstr "El código SAML actual en uso"
485500

501+
#. module: auth_saml
502+
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
503+
msgid ""
504+
"The metadata may be automatically redownloaded from that URL. If that's okay "
505+
"for you and you provider gives you a URL, use this field "
506+
"preferably. Otherwise use the next one"
507+
msgstr ""
508+
486509
#. module: auth_saml
487510
#. odoo-python
488511
#: code:addons/auth_saml/models/res_users.py:0
489-
#, python-format
490512
msgid ""
491513
"This database disallows users to have both passwords and SAML IDs. Error for "
492514
"logins %s"
@@ -497,7 +519,6 @@ msgstr ""
497519
#. module: auth_saml
498520
#. odoo-python
499521
#: code:addons/auth_saml/controllers/main.py:0
500-
#, python-format
501522
msgid "Unknown provider"
502523
msgstr "Proveedor desconocido"
503524

@@ -549,7 +570,6 @@ msgstr "Si la solicitud debe firmarse o no"
549570
#. module: auth_saml
550571
#. odoo-python
551572
#: code:addons/auth_saml/controllers/main.py:0
552-
#, python-format
553573
msgid "You do not have access to this database. Please contact support."
554574
msgstr ""
555575
"No tiene acceso a esta base de datos. Póngase en contacto con el servicio de "

auth_saml/i18n/fr.po

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ msgstr "- ou -"
2525
#. module: auth_saml
2626
#. odoo-python
2727
#: code:addons/auth_saml/controllers/main.py:0
28-
#, python-format
2928
msgid "Access Denied"
3029
msgstr "Accès refusé"
3130

@@ -218,6 +217,11 @@ msgstr "Attribut de réponse du FI"
218217
msgid "Identity Provider Metadata"
219218
msgstr "Métadonnées du fournisseur d’identité"
220219

220+
#. module: auth_saml
221+
#: model:ir.model.fields,field_description:auth_saml.field_auth_saml_provider__idp_metadata_url
222+
msgid "Identity Provider Metadata URL"
223+
msgstr ""
224+
221225
#. module: auth_saml
222226
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
223227
msgid "Identity Provider Settings"
@@ -323,7 +327,6 @@ msgstr "Adresse universelle des métadonnées"
323327
#. module: auth_saml
324328
#. odoo-python
325329
#: code:addons/auth_saml/controllers/main.py:0
326-
#, python-format
327330
msgid "Missing parameters"
328331
msgstr "Paramètres manquants"
329332

@@ -385,6 +388,11 @@ msgstr "Nom du fournisseur"
385388
msgid "Providers"
386389
msgstr "Fournisseurs"
387390

391+
#. module: auth_saml
392+
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
393+
msgid "Refresh"
394+
msgstr ""
395+
388396
#. module: auth_saml
389397
#: model_terms:ir.ui.view,arch_db:auth_saml.auth_saml_base_settings_form
390398
#: model_terms:ir.ui.view,arch_db:auth_saml.view_users_form
@@ -460,7 +468,6 @@ msgstr "Signer les métadonnées"
460468
#. module: auth_saml
461469
#. odoo-python
462470
#: code:addons/auth_saml/controllers/main.py:0
463-
#, python-format
464471
msgid "Sign up is not allowed on this database."
465472
msgstr "L’inscription n’est pas autorisée sur cette base de donnée."
466473

@@ -469,6 +476,14 @@ msgstr "L’inscription n’est pas autorisée sur cette base de donnée."
469476
msgid "Signature Algorithm"
470477
msgstr "Algorithme de signature"
471478

479+
#. module: auth_saml
480+
#: model:ir.model.fields,help:auth_saml.field_auth_saml_provider__idp_metadata_url
481+
msgid ""
482+
"Some SAML providers, notably Office365 can have a metadata document which "
483+
"changes over time, and they provide a URL to the document instead. When this "
484+
"field is set, the metadata can be fetched from the provided URL."
485+
msgstr ""
486+
472487
#. module: auth_saml
473488
#: model:ir.model,name:auth_saml.model_ir_config_parameter
474489
msgid "System Parameter"
@@ -491,10 +506,17 @@ msgstr ""
491506
msgid "The current SAML token in use"
492507
msgstr "Le jeton SAML en cours d’utilisation"
493508

509+
#. module: auth_saml
510+
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
511+
msgid ""
512+
"The metadata may be automatically redownloaded from that URL. If that's okay "
513+
"for you and you provider gives you a URL, use this field "
514+
"preferably. Otherwise use the next one"
515+
msgstr ""
516+
494517
#. module: auth_saml
495518
#. odoo-python
496519
#: code:addons/auth_saml/models/res_users.py:0
497-
#, python-format
498520
msgid ""
499521
"This database disallows users to have both passwords and SAML IDs. Error for "
500522
"logins %s"
@@ -505,7 +527,6 @@ msgstr ""
505527
#. module: auth_saml
506528
#. odoo-python
507529
#: code:addons/auth_saml/controllers/main.py:0
508-
#, python-format
509530
msgid "Unknown provider"
510531
msgstr "Fournisseur inconnu"
511532

@@ -557,7 +578,6 @@ msgstr "Signature ou non des requêtes"
557578
#. module: auth_saml
558579
#. odoo-python
559580
#: code:addons/auth_saml/controllers/main.py:0
560-
#, python-format
561581
msgid "You do not have access to this database. Please contact support."
562582
msgstr ""
563583
"Vous n’avez pas accès à cette base de donnée. Veuillez contacter votre "

auth_saml/i18n/it.po

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ msgstr "- o -"
2424
#. module: auth_saml
2525
#. odoo-python
2626
#: code:addons/auth_saml/controllers/main.py:0
27-
#, python-format
2827
msgid "Access Denied"
2928
msgstr "Accesso negato"
3029

@@ -211,6 +210,11 @@ msgstr "Attributo risposta IDP"
211210
msgid "Identity Provider Metadata"
212211
msgstr "Metadati provider identità"
213212

213+
#. module: auth_saml
214+
#: model:ir.model.fields,field_description:auth_saml.field_auth_saml_provider__idp_metadata_url
215+
msgid "Identity Provider Metadata URL"
216+
msgstr ""
217+
214218
#. module: auth_saml
215219
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
216220
msgid "Identity Provider Settings"
@@ -312,7 +316,6 @@ msgstr "URL metadati"
312316
#. module: auth_saml
313317
#. odoo-python
314318
#: code:addons/auth_saml/controllers/main.py:0
315-
#, python-format
316319
msgid "Missing parameters"
317320
msgstr "Parametri mancanti"
318321

@@ -374,6 +377,11 @@ msgstr "Nome provider"
374377
msgid "Providers"
375378
msgstr "Provider"
376379

380+
#. module: auth_saml
381+
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
382+
msgid "Refresh"
383+
msgstr ""
384+
377385
#. module: auth_saml
378386
#: model_terms:ir.ui.view,arch_db:auth_saml.auth_saml_base_settings_form
379387
#: model_terms:ir.ui.view,arch_db:auth_saml.view_users_form
@@ -449,7 +457,6 @@ msgstr "Frma metadati"
449457
#. module: auth_saml
450458
#. odoo-python
451459
#: code:addons/auth_saml/controllers/main.py:0
452-
#, python-format
453460
msgid "Sign up is not allowed on this database."
454461
msgstr "Non è consentito iscriversi a questo database."
455462

@@ -458,6 +465,14 @@ msgstr "Non è consentito iscriversi a questo database."
458465
msgid "Signature Algorithm"
459466
msgstr "Algoritmo firma"
460467

468+
#. module: auth_saml
469+
#: model:ir.model.fields,help:auth_saml.field_auth_saml_provider__idp_metadata_url
470+
msgid ""
471+
"Some SAML providers, notably Office365 can have a metadata document which "
472+
"changes over time, and they provide a URL to the document instead. When this "
473+
"field is set, the metadata can be fetched from the provided URL."
474+
msgstr ""
475+
461476
#. module: auth_saml
462477
#: model:ir.model,name:auth_saml.model_ir_config_parameter
463478
msgid "System Parameter"
@@ -480,10 +495,17 @@ msgstr ""
480495
msgid "The current SAML token in use"
481496
msgstr "Token SAML attualmente in uso"
482497

498+
#. module: auth_saml
499+
#: model_terms:ir.ui.view,arch_db:auth_saml.view_saml_provider_form
500+
msgid ""
501+
"The metadata may be automatically redownloaded from that URL. If that's okay "
502+
"for you and you provider gives you a URL, use this field "
503+
"preferably. Otherwise use the next one"
504+
msgstr ""
505+
483506
#. module: auth_saml
484507
#. odoo-python
485508
#: code:addons/auth_saml/models/res_users.py:0
486-
#, python-format
487509
msgid ""
488510
"This database disallows users to have both passwords and SAML IDs. Error for "
489511
"logins %s"
@@ -494,7 +516,6 @@ msgstr ""
494516
#. module: auth_saml
495517
#. odoo-python
496518
#: code:addons/auth_saml/controllers/main.py:0
497-
#, python-format
498519
msgid "Unknown provider"
499520
msgstr "Provider sconosciuto"
500521

@@ -546,7 +567,6 @@ msgstr "Se la richiesta deve essere firmata o meno"
546567
#. module: auth_saml
547568
#. odoo-python
548569
#: code:addons/auth_saml/controllers/main.py:0
549-
#, python-format
550570
msgid "You do not have access to this database. Please contact support."
551571
msgstr "Non si ha accesso a questo database. Contattare il supporto."
552572

0 commit comments

Comments
 (0)