summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-07 01:55:56 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-10-07 01:55:56 -0400
commitcd818e7419fb39d97683ecc5803534b0ed632596 (patch)
treeadf878fc4158d888c85680e6a0b5ca47199f41b4 /apps/user_ldap
parent648b86abdd3c6610716a418cd52d8e4186ae11b2 (diff)
downloadnextcloud-server-cd818e7419fb39d97683ecc5803534b0ed632596.tar.gz
nextcloud-server-cd818e7419fb39d97683ecc5803534b0ed632596.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/nds.js6
-rw-r--r--apps/user_ldap/l10n/nds.json6
-rw-r--r--apps/user_ldap/l10n/pt_PT.js4
-rw-r--r--apps/user_ldap/l10n/pt_PT.json4
4 files changed, 16 insertions, 4 deletions
diff --git a/apps/user_ldap/l10n/nds.js b/apps/user_ldap/l10n/nds.js
index 37042a4f412..7fe0e420a11 100644
--- a/apps/user_ldap/l10n/nds.js
+++ b/apps/user_ldap/l10n/nds.js
@@ -1,7 +1,9 @@
OC.L10N.register(
"user_ldap",
{
- "_%s group found_::_%s groups found_" : ["",""],
- "_%s user found_::_%s users found_" : ["",""]
+ "Host" : "Host",
+ "Port" : "Port",
+ "Password" : "Passwort",
+ "Continue" : "Fortsetzen"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_ldap/l10n/nds.json b/apps/user_ldap/l10n/nds.json
index 521de7ba1a8..78a3e1c8efd 100644
--- a/apps/user_ldap/l10n/nds.json
+++ b/apps/user_ldap/l10n/nds.json
@@ -1,5 +1,7 @@
{ "translations": {
- "_%s group found_::_%s groups found_" : ["",""],
- "_%s user found_::_%s users found_" : ["",""]
+ "Host" : "Host",
+ "Port" : "Port",
+ "Password" : "Passwort",
+ "Continue" : "Fortsetzen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js
index 38da6186e90..459fe817603 100644
--- a/apps/user_ldap/l10n/pt_PT.js
+++ b/apps/user_ldap/l10n/pt_PT.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Failed to clear the mappings." : "Falhou a limpar os mapas.",
"Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor",
+ "The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: ligação anónima não é permitida.",
"The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer o \"laço\", por favor, verifique as configurações do servidor e as credenciais.",
"The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o log do ownCloud para mais detalhes.",
@@ -32,6 +33,9 @@ OC.L10N.register(
"Error while clearing the mappings." : "Erro a limpar os mapas.",
"Anonymous bind is not allowed. Please provide a User DN and Password." : "Ligação anónima não permitida. Por favor forneça um ND de utilizador e password.",
"LDAP Operations error. Anonymous bind might not be allowed." : "Erro de operações LDAP. Ligação anónima pode não ser permitida.",
+ "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Falha na gravação. Por favor verifique que a base de dados está operacional. Recarregar antes de continuar.",
+ "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Trocando o modo vai permitir a busca automática no LDAP. Dependendo do tamanho do seu LDAP poderá demorar um pouco. Ainda pretende trocar o modo?",
+ "Mode switch" : "Trocar de modo",
"Select attributes" : "Selecionar atributos",
"User found and settings verified." : "Utilizador encontrado e as definilções verificadas",
"_%s group found_::_%s groups found_" : ["%s grupo encontrado","%s grupos encontrados"],
diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json
index 594b6ac1907..c7358f61bd5 100644
--- a/apps/user_ldap/l10n/pt_PT.json
+++ b/apps/user_ldap/l10n/pt_PT.json
@@ -1,6 +1,7 @@
{ "translations": {
"Failed to clear the mappings." : "Falhou a limpar os mapas.",
"Failed to delete the server configuration" : "Erro ao eliminar a configuração do servidor",
+ "The configuration is invalid: anonymous bind is not allowed." : "A configuração é inválida: ligação anónima não é permitida.",
"The configuration is valid and the connection could be established!" : "A configuração está correcta e foi possível estabelecer a ligação!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "A configuração está correcta, mas não foi possível estabelecer o \"laço\", por favor, verifique as configurações do servidor e as credenciais.",
"The configuration is invalid. Please have a look at the logs for further details." : "A configuração é inválida. Por favor, veja o log do ownCloud para mais detalhes.",
@@ -30,6 +31,9 @@
"Error while clearing the mappings." : "Erro a limpar os mapas.",
"Anonymous bind is not allowed. Please provide a User DN and Password." : "Ligação anónima não permitida. Por favor forneça um ND de utilizador e password.",
"LDAP Operations error. Anonymous bind might not be allowed." : "Erro de operações LDAP. Ligação anónima pode não ser permitida.",
+ "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Falha na gravação. Por favor verifique que a base de dados está operacional. Recarregar antes de continuar.",
+ "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Trocando o modo vai permitir a busca automática no LDAP. Dependendo do tamanho do seu LDAP poderá demorar um pouco. Ainda pretende trocar o modo?",
+ "Mode switch" : "Trocar de modo",
"Select attributes" : "Selecionar atributos",
"User found and settings verified." : "Utilizador encontrado e as definilções verificadas",
"_%s group found_::_%s groups found_" : ["%s grupo encontrado","%s grupos encontrados"],