[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-04-06 03:30:10 +00:00
parent 303a4e9ffe
commit 68fc1fd228
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
4 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,7 @@ OC.L10N.register(
"Indicates if the SP will validate all received XML." : "Indica si el SP validarà tots els XML rebuts.",
"ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses uppercase. Enable for ADFS compatibility on signature verification." : "ADFS URL: codifica les dades SAML com a minúscules, i el kit d'eines per defecte usa majúscules. Activa la compatibilitat ADFS sobre la verificació de la signatura.",
"Algorithm that the toolkit will use on signing process." : "Algorisme que s'emprarà en el procés de signatura.",
"Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "Recupereu els paràmetres de consulta de $_SERVER. Alguns servidors SAML ho requereixen a les sol·licituds SLO.",
"Attribute to map the UID to." : "Atribut per assignar un UID a.",
"Only allow authentication if an account exists on some other backend. (e.g. LDAP)" : "Només permetre l'autenticació si hi ha un compte en un altre suport. (p. ex., LDAP)",
"Attribute to map the displayname to." : "Atribut per assignar el nom de la pantalla a.",
@ -66,6 +67,7 @@ OC.L10N.register(
"URL Target of the IdP where the SP will send the Authentication Request Message" : "Orientació URL de l'IdP on SP enviarà el missatge de sol·licitud d'autenticació",
"Show optional Identity Provider settings…" : "Dades del proveïdor de serveis…",
"URL Location of the IdP where the SP will send the SLO Request" : "Ubicació URL de l'IdP on SP enviarà la sol·licitud SLO",
"URL Location of the IDP's SLO Response" : "URL Ubicació de la resposta SLO de l'IDP",
"Public X.509 certificate of the IdP" : "Certificat públic X.509 de l'IdP",
"Attribute mapping" : "Mapatge datributs",
"If you want to optionally map attributes to the user you can configure these here." : "Si voleu assignar atributs a l'usuari opcionalment, podeu configurar-los aquí.",

View file

@ -22,6 +22,7 @@
"Indicates if the SP will validate all received XML." : "Indica si el SP validarà tots els XML rebuts.",
"ADFS URL-Encodes SAML data as lowercase, and the toolkit by default uses uppercase. Enable for ADFS compatibility on signature verification." : "ADFS URL: codifica les dades SAML com a minúscules, i el kit d'eines per defecte usa majúscules. Activa la compatibilitat ADFS sobre la verificació de la signatura.",
"Algorithm that the toolkit will use on signing process." : "Algorisme que s'emprarà en el procés de signatura.",
"Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "Recupereu els paràmetres de consulta de $_SERVER. Alguns servidors SAML ho requereixen a les sol·licituds SLO.",
"Attribute to map the UID to." : "Atribut per assignar un UID a.",
"Only allow authentication if an account exists on some other backend. (e.g. LDAP)" : "Només permetre l'autenticació si hi ha un compte en un altre suport. (p. ex., LDAP)",
"Attribute to map the displayname to." : "Atribut per assignar el nom de la pantalla a.",
@ -64,6 +65,7 @@
"URL Target of the IdP where the SP will send the Authentication Request Message" : "Orientació URL de l'IdP on SP enviarà el missatge de sol·licitud d'autenticació",
"Show optional Identity Provider settings…" : "Dades del proveïdor de serveis…",
"URL Location of the IdP where the SP will send the SLO Request" : "Ubicació URL de l'IdP on SP enviarà la sol·licitud SLO",
"URL Location of the IDP's SLO Response" : "URL Ubicació de la resposta SLO de l'IDP",
"Public X.509 certificate of the IdP" : "Certificat públic X.509 de l'IdP",
"Attribute mapping" : "Mapatge datributs",
"If you want to optionally map attributes to the user you can configure these here." : "Si voleu assignar atributs a l'usuari opcionalment, podeu configurar-los aquí.",

View file

@ -87,4 +87,4 @@ OC.L10N.register(
"Login options:" : "Options de connexion :",
"Choose a authentication provider" : "Choisir un fournisseur d'authentification"
},
"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"nplurals=2; plural=(n > 1);");

View file

@ -84,5 +84,5 @@
"Your account is not provisioned, access to this service is thus not possible." : "Votre compte n'est pas approvisionné, l'accès à ce service n'est donc pas possible.",
"Login options:" : "Options de connexion :",
"Choose a authentication provider" : "Choisir un fournisseur d'authentification"
},"pluralForm" :"nplurals=3; plural=(n==0 || n==1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}