aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-06-05 02:16:44 +0000
committerNextcloud bot <bot@nextcloud.com>2020-06-05 02:16:44 +0000
commitdfe70692d711d16612f18f88eb999cf041b8487b (patch)
tree922f9c31b030c2bdd1e4b3d18d9e07864ee3ae53 /apps/oauth2
parenta1204be15baaa00a073107c36c722a5a090d4699 (diff)
downloadnextcloud-server-dfe70692d711d16612f18f88eb999cf041b8487b.tar.gz
nextcloud-server-dfe70692d711d16612f18f88eb999cf041b8487b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/es.js2
-rw-r--r--apps/oauth2/l10n/es.json2
-rw-r--r--apps/oauth2/l10n/pl.js4
-rw-r--r--apps/oauth2/l10n/pl.json4
-rw-r--r--apps/oauth2/l10n/sv.js2
-rw-r--r--apps/oauth2/l10n/sv.json2
6 files changed, 8 insertions, 8 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js
index 2dac5e7d9d7..9b373cb658f 100644
--- a/apps/oauth2/l10n/es.js
+++ b/apps/oauth2/l10n/es.js
@@ -4,7 +4,7 @@ OC.L10N.register(
"Your client is not authorized to connect. Please inform the administrator of your client." : "Tu cliente no está autorizado a conectarse. Por favor, informa de tu cliente al administrador.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://tudominio.com/ruta",
"OAuth 2.0" : "OAuth 2.0",
- "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
+ "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación con OAuth2 desde otras aplicaciones web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}",
diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json
index 8ad29ebe386..5e0e3ee71be 100644
--- a/apps/oauth2/l10n/es.json
+++ b/apps/oauth2/l10n/es.json
@@ -2,7 +2,7 @@
"Your client is not authorized to connect. Please inform the administrator of your client." : "Tu cliente no está autorizado a conectarse. Por favor, informa de tu cliente al administrador.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://tudominio.com/ruta",
"OAuth 2.0" : "OAuth 2.0",
- "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
+ "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación con OAuth2 desde otras aplicaciones web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La app OAuth2 permite a los administradores configurar el flujo de trabajo de autenticación incorporado para permitir también autenticación compatible con OAuth2 desde otras aplicaciones web.",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite a servicios externos solicitar acceso a {instanceName}",
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js
index 1920f255518..17b53326dcd 100644
--- a/apps/oauth2/l10n/pl.js
+++ b/apps/oauth2/l10n/pl.js
@@ -11,10 +11,10 @@ OC.L10N.register(
"Name" : "Nazwa",
"Redirection URI" : "URI przekierowania",
"Client Identifier" : "Identyfikator Klienta",
- "Secret" : "Klucz tajny",
+ "Secret" : "Sekretny klucz",
"Add client" : "Dodaj klienta",
"Add" : "Dodaj",
- "Show client secret" : "Pokaż tajny klucz klienta",
+ "Show client secret" : "Pokaż sekretny klucz klienta",
"Delete" : "Usuń"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json
index b8f6d021819..539b5468c39 100644
--- a/apps/oauth2/l10n/pl.json
+++ b/apps/oauth2/l10n/pl.json
@@ -9,10 +9,10 @@
"Name" : "Nazwa",
"Redirection URI" : "URI przekierowania",
"Client Identifier" : "Identyfikator Klienta",
- "Secret" : "Klucz tajny",
+ "Secret" : "Sekretny klucz",
"Add client" : "Dodaj klienta",
"Add" : "Dodaj",
- "Show client secret" : "Pokaż tajny klucz klienta",
+ "Show client secret" : "Pokaż sekretny klucz klienta",
"Delete" : "Usuń"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/sv.js b/apps/oauth2/l10n/sv.js
index 3f87b9da609..fc3157f767a 100644
--- a/apps/oauth2/l10n/sv.js
+++ b/apps/oauth2/l10n/sv.js
@@ -7,7 +7,7 @@ OC.L10N.register(
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
- "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära tillgång till {instanceName}.",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära åtkomst till {instanceName}.",
"Name" : "Namn",
"Redirection URI" : "Omdirigerings-URI",
"Client Identifier" : "Klientidentifierare",
diff --git a/apps/oauth2/l10n/sv.json b/apps/oauth2/l10n/sv.json
index be42a6bfeb6..c2bd706686f 100644
--- a/apps/oauth2/l10n/sv.json
+++ b/apps/oauth2/l10n/sv.json
@@ -5,7 +5,7 @@
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
- "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära tillgång till {instanceName}.",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära åtkomst till {instanceName}.",
"Name" : "Namn",
"Redirection URI" : "Omdirigerings-URI",
"Client Identifier" : "Klientidentifierare",