summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/da.js8
-rw-r--r--apps/oauth2/l10n/da.json8
-rw-r--r--apps/oauth2/l10n/sk.js2
-rw-r--r--apps/oauth2/l10n/sk.json2
4 files changed, 20 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/da.js b/apps/oauth2/l10n/da.js
index c20c0b2527f..000c1ca4363 100644
--- a/apps/oauth2/l10n/da.js
+++ b/apps/oauth2/l10n/da.js
@@ -1,15 +1,23 @@
OC.L10N.register(
"oauth2",
{
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient er ikke autoriseret til at oprette forbindelse. Informer venligst din klients administrator.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigerings-URL skal være en fuld URL, for eksempel: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Tillader OAuth2-kompatibel godkendelse fra andre webapplikationer.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen tillader administratorer mulighed for at konfigurere den indbyggede godkendelsesworkflow til også at tillade OAuth2-kompatibel godkendelse fra andre webapplikationer.",
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillader eksterne tjenester at anmode om adgang til {instanceName}.",
"Name" : "Navn",
"Redirection URI" : "Viderestilling URI",
"Client Identifier" : "Klient ID",
"Secret key" : "Hemmelig nøgle",
+ "Delete client" : "Slet klient",
"Add client" : "Tilføj klient",
"Add" : "Tilføj",
"Delete" : "Slet",
+ "Show client secret" : "Vis klient hemmelighed",
+ "Hide client secret" : "Skjul klient hemmelighed",
"Secret" : "Hemmelighed"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/da.json b/apps/oauth2/l10n/da.json
index 66d122180d3..fe10363daf9 100644
--- a/apps/oauth2/l10n/da.json
+++ b/apps/oauth2/l10n/da.json
@@ -1,13 +1,21 @@
{ "translations": {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient er ikke autoriseret til at oprette forbindelse. Informer venligst din klients administrator.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigerings-URL skal være en fuld URL, for eksempel: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Tillader OAuth2-kompatibel godkendelse fra andre webapplikationer.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen tillader administratorer mulighed for at konfigurere den indbyggede godkendelsesworkflow til også at tillade OAuth2-kompatibel godkendelse fra andre webapplikationer.",
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillader eksterne tjenester at anmode om adgang til {instanceName}.",
"Name" : "Navn",
"Redirection URI" : "Viderestilling URI",
"Client Identifier" : "Klient ID",
"Secret key" : "Hemmelig nøgle",
+ "Delete client" : "Slet klient",
"Add client" : "Tilføj klient",
"Add" : "Tilføj",
"Delete" : "Slet",
+ "Show client secret" : "Vis klient hemmelighed",
+ "Hide client secret" : "Skjul klient hemmelighed",
"Secret" : "Hemmelighed"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/oauth2/l10n/sk.js b/apps/oauth2/l10n/sk.js
index e3838273b89..27e87aa5070 100644
--- a/apps/oauth2/l10n/sk.js
+++ b/apps/oauth2/l10n/sk.js
@@ -12,10 +12,12 @@ OC.L10N.register(
"Redirection URI" : "URI presmerovania",
"Client Identifier" : "Identifikátor klienta",
"Secret key" : "Tajný kľúč",
+ "Delete client" : "Odstrániť klienta",
"Add client" : "Pridať klienta",
"Add" : "Pridať",
"Delete" : "Zmazať",
"Show client secret" : "Zobraziť tajomstvo klienta",
+ "Hide client secret" : "Skryť klienta",
"Secret" : "Tajný kľúč"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/oauth2/l10n/sk.json b/apps/oauth2/l10n/sk.json
index 1acee209ce3..97746e6b5f0 100644
--- a/apps/oauth2/l10n/sk.json
+++ b/apps/oauth2/l10n/sk.json
@@ -10,10 +10,12 @@
"Redirection URI" : "URI presmerovania",
"Client Identifier" : "Identifikátor klienta",
"Secret key" : "Tajný kľúč",
+ "Delete client" : "Odstrániť klienta",
"Add client" : "Pridať klienta",
"Add" : "Pridať",
"Delete" : "Zmazať",
"Show client secret" : "Zobraziť tajomstvo klienta",
+ "Hide client secret" : "Skryť klienta",
"Secret" : "Tajný kľúč"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file