aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-10-03 16:58:57 +0000
committerNextcloud bot <bot@nextcloud.com>2018-10-03 16:58:57 +0000
commit1302b6f267eed2519938a92e3c9470951e1c701f (patch)
treee3bf579660144d55c80f9bbb351bcf3524acf7ed /apps/oauth2
parent5b33cbd507218d1edd489cd36821437ed5a2d4ec (diff)
downloadnextcloud-server-1302b6f267eed2519938a92e3c9470951e1c701f.tar.gz
nextcloud-server-1302b6f267eed2519938a92e3c9470951e1c701f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/cs.js4
-rw-r--r--apps/oauth2/l10n/cs.json4
-rw-r--r--apps/oauth2/l10n/ko.js1
-rw-r--r--apps/oauth2/l10n/ko.json1
-rw-r--r--apps/oauth2/l10n/nl.js2
-rw-r--r--apps/oauth2/l10n/nl.json2
-rw-r--r--apps/oauth2/l10n/pl.js1
-rw-r--r--apps/oauth2/l10n/pl.json1
-rw-r--r--apps/oauth2/l10n/sk.js2
-rw-r--r--apps/oauth2/l10n/sk.json2
-rw-r--r--apps/oauth2/l10n/sr.js2
-rw-r--r--apps/oauth2/l10n/sr.json2
12 files changed, 22 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/cs.js b/apps/oauth2/l10n/cs.js
index e260be6a877..3ab385e94cd 100644
--- a/apps/oauth2/l10n/cs.js
+++ b/apps/oauth2/l10n/cs.js
@@ -1,8 +1,10 @@
OC.L10N.register(
"oauth2",
{
- "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pro přesměrování musí být uvedeno celé, např. https://yourdomain.com/path",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.",
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
"Name" : "Název",
"Client Identifier" : "Identifikátor klienta",
diff --git a/apps/oauth2/l10n/cs.json b/apps/oauth2/l10n/cs.json
index e2e4fe21f70..8a1ed5c8e52 100644
--- a/apps/oauth2/l10n/cs.json
+++ b/apps/oauth2/l10n/cs.json
@@ -1,6 +1,8 @@
{ "translations": {
- "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pro přesměrování musí být uvedeno celé, např. https://yourdomain.com/path",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.",
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
"Name" : "Název",
"Client Identifier" : "Identifikátor klienta",
diff --git a/apps/oauth2/l10n/ko.js b/apps/oauth2/l10n/ko.js
index c4d2b0be24d..e5366d4b18b 100644
--- a/apps/oauth2/l10n/ko.js
+++ b/apps/oauth2/l10n/ko.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"oauth2",
{
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "리다이렉트 URL은 예시와 같이 완전한 URL으로 이루어져야 합니다. 예시: https://yourdomain.com/path",
"OAuth 2.0 clients" : "OAuth 2.0 클라이언트",
"Name" : "이름",
"Client Identifier" : "클라이언트 식별자",
diff --git a/apps/oauth2/l10n/ko.json b/apps/oauth2/l10n/ko.json
index e9cda5608e0..829e4667f80 100644
--- a/apps/oauth2/l10n/ko.json
+++ b/apps/oauth2/l10n/ko.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "리다이렉트 URL은 예시와 같이 완전한 URL으로 이루어져야 합니다. 예시: https://yourdomain.com/path",
"OAuth 2.0 clients" : "OAuth 2.0 클라이언트",
"Name" : "이름",
"Client Identifier" : "클라이언트 식별자",
diff --git a/apps/oauth2/l10n/nl.js b/apps/oauth2/l10n/nl.js
index 930dfe7841b..ed9c5a41930 100644
--- a/apps/oauth2/l10n/nl.js
+++ b/apps/oauth2/l10n/nl.js
@@ -3,6 +3,8 @@ OC.L10N.register(
{
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "De OAuth2 app laat beheerders de ingebouwde inlog-workflow configureren om ook OAuth2 compatible authenticatie vanaf andere web applicaties mogelijk te maken.",
"OAuth 2.0 clients" : "OAuth 2.0 Clients",
"Name" : "Naam",
"Client Identifier" : "Client identificatie",
diff --git a/apps/oauth2/l10n/nl.json b/apps/oauth2/l10n/nl.json
index 9c84e8b3f24..64d44b4f134 100644
--- a/apps/oauth2/l10n/nl.json
+++ b/apps/oauth2/l10n/nl.json
@@ -1,6 +1,8 @@
{ "translations": {
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "De OAuth2 app laat beheerders de ingebouwde inlog-workflow configureren om ook OAuth2 compatible authenticatie vanaf andere web applicaties mogelijk te maken.",
"OAuth 2.0 clients" : "OAuth 2.0 Clients",
"Name" : "Naam",
"Client Identifier" : "Client identificatie",
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js
index 0b7aa7c5386..aceb6c17c23 100644
--- a/apps/oauth2/l10n/pl.js
+++ b/apps/oauth2/l10n/pl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"oauth2",
{
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Adres przekierowania musi być pełnym adresem URL, np.: https://twojadomena.com/sciezka",
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Klienci OAuth 2.0",
"Name" : "Nazwa",
diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json
index 5ca434bb8fd..e354419dac3 100644
--- a/apps/oauth2/l10n/pl.json
+++ b/apps/oauth2/l10n/pl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Adres przekierowania musi być pełnym adresem URL, np.: https://twojadomena.com/sciezka",
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Klienci OAuth 2.0",
"Name" : "Nazwa",
diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js
index 35a0fe00b13..5d916f78963 100644
--- a/apps/oauth2/l10n/sk.js
+++ b/apps/oauth2/l10n/sk.js
@@ -1,7 +1,9 @@
OC.L10N.register(
"oauth2",
{
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vaša URL pre presmerovanie musí byť úplná. Napríklad: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.",
"OAuth 2.0 clients" : "klienti OAuth 2.0",
"Name" : "Názov",
"Client Identifier" : "Identifikátor klienta",
diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json
index f745a19c12d..52e39c67908 100644
--- a/apps/oauth2/l10n/sk.json
+++ b/apps/oauth2/l10n/sk.json
@@ -1,5 +1,7 @@
{ "translations": {
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vaša URL pre presmerovanie musí byť úplná. Napríklad: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Povoliť overenie kompatibilné s OAuth2 iných webových aplikácií.",
"OAuth 2.0 clients" : "klienti OAuth 2.0",
"Name" : "Názov",
"Client Identifier" : "Identifikátor klienta",
diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js
index f3fecfcd52d..16479cb11f9 100644
--- a/apps/oauth2/l10n/sr.js
+++ b/apps/oauth2/l10n/sr.js
@@ -3,6 +3,8 @@ OC.L10N.register(
{
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Адреса за преусмеравање мора бити пуна адреса, нпр: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Дозвољава OAuth2 компатибилну идентификацију са других веб апликација,",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апликација дозвољава администраторима да подесе уграђени след индетификације тако да дозвољава и OAuth2 компатибилну идентификацију са других веб апликација.",
"OAuth 2.0 clients" : "OAuth 2.0 клијенти",
"Name" : "Име",
"Client Identifier" : "Идентификација клијента",
diff --git a/apps/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json
index ac6c99e4976..9e6ebf00dbd 100644
--- a/apps/oauth2/l10n/sr.json
+++ b/apps/oauth2/l10n/sr.json
@@ -1,6 +1,8 @@
{ "translations": {
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Адреса за преусмеравање мора бити пуна адреса, нпр: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Дозвољава OAuth2 компатибилну идентификацију са других веб апликација,",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 апликација дозвољава администраторима да подесе уграђени след индетификације тако да дозвољава и OAuth2 компатибилну идентификацију са других веб апликација.",
"OAuth 2.0 clients" : "OAuth 2.0 клијенти",
"Name" : "Име",
"Client Identifier" : "Идентификација клијента",