Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-05-29 06:39:59 +0300
committerNextcloud bot <bot@nextcloud.com>2022-05-29 06:39:59 +0300
commit153bb90f5ed1f3bedcc322c9e2f6e461cc58680e (patch)
tree88dc8f37b55083333b7b315132c3684bc55c637e
parent5b08d67c01c9368fde093d971012eb733787237c (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/es.js2
-rw-r--r--l10n/es.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 40aee704..41123430 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"This user account is disabled, please contact your administrator." : "Esta cuenta de usuario está deshabilitada. Por favor, ponte en contacto con el administrador.",
"Saved" : "Guardado",
+ "Could not save" : "No se puede guardar",
"Provider" : "Proveedor",
"Unknown error, please check the log file for more details." : "Error desconocido. Por favor, revisa el registro para más información.",
"Direct log in" : "Inicio de sesión directo",
@@ -26,6 +27,7 @@ OC.L10N.register(
"Algorithm that the toolkit will use on signing process." : "El algoritmo que la herramienta usará en el proceso de firma.",
"Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "Recupera los parámetros de consulta de $_SERVER. Algunos servidores SAML requieren esto en las solicitudes SLO.",
"Attribute to map the UID to." : "Atributo para definir la UID.",
+ "Only allow authentication if an account exists on some other backend (e.g. LDAP)." : "Permitir la autenticación solo si una cuenta existe en algún otro motor (LDAP, p. ej.).",
"Attribute to map the displayname to." : "Atributo para definir el nombre mostrado",
"Attribute to map the email address to." : "Atributo para definir la dirección de correo electrónico",
"Attribute to map the quota to." : "Atributo para asignar la cuota a.",
diff --git a/l10n/es.json b/l10n/es.json
index 562a3329..d39ef899 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,6 +1,7 @@
{ "translations": {
"This user account is disabled, please contact your administrator." : "Esta cuenta de usuario está deshabilitada. Por favor, ponte en contacto con el administrador.",
"Saved" : "Guardado",
+ "Could not save" : "No se puede guardar",
"Provider" : "Proveedor",
"Unknown error, please check the log file for more details." : "Error desconocido. Por favor, revisa el registro para más información.",
"Direct log in" : "Inicio de sesión directo",
@@ -24,6 +25,7 @@
"Algorithm that the toolkit will use on signing process." : "El algoritmo que la herramienta usará en el proceso de firma.",
"Retrieve query parameters from $_SERVER. Some SAML servers require this on SLO requests." : "Recupera los parámetros de consulta de $_SERVER. Algunos servidores SAML requieren esto en las solicitudes SLO.",
"Attribute to map the UID to." : "Atributo para definir la UID.",
+ "Only allow authentication if an account exists on some other backend (e.g. LDAP)." : "Permitir la autenticación solo si una cuenta existe en algún otro motor (LDAP, p. ej.).",
"Attribute to map the displayname to." : "Atributo para definir el nombre mostrado",
"Attribute to map the email address to." : "Atributo para definir la dirección de correo electrónico",
"Attribute to map the quota to." : "Atributo para asignar la cuota a.",