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:
-rw-r--r--l10n/eu.js5
-rw-r--r--l10n/eu.json5
-rw-r--r--templates/selectUserBackEnd.php2
3 files changed, 11 insertions, 1 deletions
diff --git a/l10n/eu.js b/l10n/eu.js
index 25948ca9..08987613 100644
--- a/l10n/eu.js
+++ b/l10n/eu.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"user_saml",
{
+ "This user account is disabled, please contact your administrator." : "Erabiltzaile-kontu hau desgaitua dago, mesedez, jarri harremanetan administratzailearekin",
"Saved" : "Gordeta",
"Provider" : "Hornitzailea",
"Unknown error, please check the log file for more details." : "Errore ezezaguna, mesedez egiaztatu egunkari fitxategia xehetasun gehiagorako.",
@@ -17,7 +18,10 @@ OC.L10N.register(
"Encrypted" : "Zifratua",
"Entity" : "Entitatea",
"Kerberos" : "Kerberos",
+ "Persistent" : "Iraunkorra",
+ "Transient" : "Behin-behinekoa",
"Unspecified" : "Zehaztu gabea",
+ "X509 subject name" : "X509 gaia",
"Allow the use of multiple user back-ends (e.g. LDAP)" : "Baimendu erabiltzaile atzealde anitzen erabilpena (adib. LDAP)",
"SSO & SAML authentication" : "SSO eta SAML autentifikazioa",
"Open documentation" : "Ireki dokumentazioa",
@@ -45,6 +49,7 @@ OC.L10N.register(
"Metadata valid" : "Baliozko metadatuak",
"Error" : "Errorea",
"Account not provisioned." : "Kontua ez dago hornituta.",
+ "Your account is not provisioned, access to this service is thus not possible." : "Zure kontua ez dago hornituta. Zerbitzu honetara sarbidea, ondorioz, ez da posiblea.",
"Choose a authentication provider" : "Aukeratu autentifikazio-hornitzailea"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
index caed30af..496bc500 100644
--- a/l10n/eu.json
+++ b/l10n/eu.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "This user account is disabled, please contact your administrator." : "Erabiltzaile-kontu hau desgaitua dago, mesedez, jarri harremanetan administratzailearekin",
"Saved" : "Gordeta",
"Provider" : "Hornitzailea",
"Unknown error, please check the log file for more details." : "Errore ezezaguna, mesedez egiaztatu egunkari fitxategia xehetasun gehiagorako.",
@@ -15,7 +16,10 @@
"Encrypted" : "Zifratua",
"Entity" : "Entitatea",
"Kerberos" : "Kerberos",
+ "Persistent" : "Iraunkorra",
+ "Transient" : "Behin-behinekoa",
"Unspecified" : "Zehaztu gabea",
+ "X509 subject name" : "X509 gaia",
"Allow the use of multiple user back-ends (e.g. LDAP)" : "Baimendu erabiltzaile atzealde anitzen erabilpena (adib. LDAP)",
"SSO & SAML authentication" : "SSO eta SAML autentifikazioa",
"Open documentation" : "Ireki dokumentazioa",
@@ -43,6 +47,7 @@
"Metadata valid" : "Baliozko metadatuak",
"Error" : "Errorea",
"Account not provisioned." : "Kontua ez dago hornituta.",
+ "Your account is not provisioned, access to this service is thus not possible." : "Zure kontua ez dago hornituta. Zerbitzu honetara sarbidea, ondorioz, ez da posiblea.",
"Choose a authentication provider" : "Aukeratu autentifikazio-hornitzailea"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/templates/selectUserBackEnd.php b/templates/selectUserBackEnd.php
index 11877e82..7d29002e 100644
--- a/templates/selectUserBackEnd.php
+++ b/templates/selectUserBackEnd.php
@@ -8,7 +8,7 @@ script('user_saml', 'selectUserBackEnd');
<div id="saml-select-user-back-end">
-<h1>Login options:</h1>
+<h1><?php p($l->t('Login options:')); ?></h1>
<?php if($_['useCombobox']) { ?>