aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/eu.js5
-rw-r--r--apps/files/l10n/eu.json5
-rw-r--r--apps/files_external/l10n/nb.js1
-rw-r--r--apps/files_external/l10n/nb.json1
-rw-r--r--apps/oauth2/l10n/de.js14
-rw-r--r--apps/oauth2/l10n/de.json12
-rw-r--r--apps/oauth2/l10n/de_DE.js14
-rw-r--r--apps/oauth2/l10n/de_DE.json12
-rw-r--r--apps/oauth2/l10n/es_MX.js14
-rw-r--r--apps/oauth2/l10n/es_MX.json12
-rw-r--r--apps/oauth2/l10n/fi.js13
-rw-r--r--apps/oauth2/l10n/fi.json11
-rw-r--r--apps/oauth2/l10n/fr.js14
-rw-r--r--apps/oauth2/l10n/fr.json12
-rw-r--r--apps/oauth2/l10n/is.js14
-rw-r--r--apps/oauth2/l10n/is.json12
-rw-r--r--apps/oauth2/l10n/lt_LT.js14
-rw-r--r--apps/oauth2/l10n/lt_LT.json12
-rw-r--r--apps/oauth2/l10n/lv.js14
-rw-r--r--apps/oauth2/l10n/lv.json12
-rw-r--r--apps/oauth2/l10n/nb.js14
-rw-r--r--apps/oauth2/l10n/nb.json12
-rw-r--r--apps/oauth2/l10n/nl.js14
-rw-r--r--apps/oauth2/l10n/nl.json12
-rw-r--r--apps/oauth2/l10n/pl.js14
-rw-r--r--apps/oauth2/l10n/pl.json12
-rw-r--r--apps/oauth2/l10n/pt_BR.js14
-rw-r--r--apps/oauth2/l10n/pt_BR.json12
-rw-r--r--apps/oauth2/l10n/ru.js14
-rw-r--r--apps/oauth2/l10n/ru.json12
-rw-r--r--apps/oauth2/l10n/tr.js14
-rw-r--r--apps/oauth2/l10n/tr.json12
-rw-r--r--apps/twofactor_backupcodes/l10n/pl.js1
-rw-r--r--apps/twofactor_backupcodes/l10n/pl.json1
-rw-r--r--apps/user_ldap/l10n/de.js2
-rw-r--r--apps/user_ldap/l10n/de.json2
-rw-r--r--apps/user_ldap/l10n/nb.js2
-rw-r--r--apps/user_ldap/l10n/nb.json2
-rw-r--r--apps/user_ldap/l10n/pl.js1
-rw-r--r--apps/user_ldap/l10n/pl.json1
40 files changed, 384 insertions, 2 deletions
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js
index 6b5e84b480a..bf187d7ba10 100644
--- a/apps/files/l10n/eu.js
+++ b/apps/files/l10n/eu.js
@@ -45,6 +45,7 @@ OC.L10N.register(
"Could not create file \"{file}\" because it already exists" : "Ezin izan da \"{file}\" fitxategia sortu, dagoeneko existitzen delako",
"Could not create folder \"{dir}\" because it already exists" : "Ezin izan da \"{dir}\" karpeta sortu, dagoeneko existitzen delako",
"Error deleting file \"{fileName}\"." : "Akatsa \"{fileName}\" fitxategia ezabatzerakoan.",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ez da '{tag}{filter}{endtag}' bilaketarako emaitzik aurkitu beste karpetetan",
"Name" : "Izena",
"Size" : "Tamaina",
"Modified" : "Aldatuta",
@@ -57,6 +58,7 @@ OC.L10N.register(
"New" : "Berria",
"\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.",
"File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" fitxategi mota ez da onartzen",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} -en biltegiratzea beteta dago, artxiboak ezin dira eguneratu edo sinkronizatu jada!",
"Your storage is full, files can not be updated or synced anymore!" : "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} -en biltegiratzea ia beteta dago ({usedSpacePercent}%)",
@@ -67,7 +69,9 @@ OC.L10N.register(
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Gogokoa",
"Favorite" : "Gogokoa",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Kopiatu esteka zuzena (bakarrik balio du fitxategi/karpeta honentzat sarbidea duten erabiltzaileentzat)",
"New folder" : "Karpeta berria",
+ "Upload file" : "Igo fitxategia",
"An error occurred while trying to update the tags" : "Errore bat gertatu da etiketak eguneratzerakoan",
"Added to favorites" : "Gogokoetan gehitu da",
"Removed from favorites" : "Gogokoetatik kendu da",
@@ -116,6 +120,7 @@ OC.L10N.register(
"Select all" : "Hautatu dena",
"Upload too large" : "Igoera handiegia da",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.",
+ "No favorites yet" : "Gogokorik ez oraindik",
"Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpeta hemen agertuko dira",
"Shared with you" : "Zurekin partekatuta",
"Shared with others" : "Besteekin partekatuta",
diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json
index 4bfb4ebf2fb..8ec952b1c4b 100644
--- a/apps/files/l10n/eu.json
+++ b/apps/files/l10n/eu.json
@@ -43,6 +43,7 @@
"Could not create file \"{file}\" because it already exists" : "Ezin izan da \"{file}\" fitxategia sortu, dagoeneko existitzen delako",
"Could not create folder \"{dir}\" because it already exists" : "Ezin izan da \"{dir}\" karpeta sortu, dagoeneko existitzen delako",
"Error deleting file \"{fileName}\"." : "Akatsa \"{fileName}\" fitxategia ezabatzerakoan.",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Ez da '{tag}{filter}{endtag}' bilaketarako emaitzik aurkitu beste karpetetan",
"Name" : "Izena",
"Size" : "Tamaina",
"Modified" : "Aldatuta",
@@ -55,6 +56,7 @@
"New" : "Berria",
"\"{name}\" is an invalid file name." : "\"{name}\" ez da fitxategi izen baliogarria.",
"File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" fitxategi mota ez da onartzen",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "{owner} -en biltegiratzea beteta dago, artxiboak ezin dira eguneratu edo sinkronizatu jada!",
"Your storage is full, files can not be updated or synced anymore!" : "Zure biltegiratzea beterik dago, ezingo duzu aurrerantzean fitxategirik igo edo sinkronizatu!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "{owner} -en biltegiratzea ia beteta dago ({usedSpacePercent}%)",
@@ -65,7 +67,9 @@
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Favorited" : "Gogokoa",
"Favorite" : "Gogokoa",
+ "Copy direct link (only works for users who have access to this file/folder)" : "Kopiatu esteka zuzena (bakarrik balio du fitxategi/karpeta honentzat sarbidea duten erabiltzaileentzat)",
"New folder" : "Karpeta berria",
+ "Upload file" : "Igo fitxategia",
"An error occurred while trying to update the tags" : "Errore bat gertatu da etiketak eguneratzerakoan",
"Added to favorites" : "Gogokoetan gehitu da",
"Removed from favorites" : "Gogokoetatik kendu da",
@@ -114,6 +118,7 @@
"Select all" : "Hautatu dena",
"Upload too large" : "Igoera handiegia da",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Igotzen saiatzen ari zaren fitxategiak zerbitzari honek igotzeko onartzen duena baino handiagoak dira.",
+ "No favorites yet" : "Gogokorik ez oraindik",
"Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpeta hemen agertuko dira",
"Shared with you" : "Zurekin partekatuta",
"Shared with others" : "Besteekin partekatuta",
diff --git a/apps/files_external/l10n/nb.js b/apps/files_external/l10n/nb.js
index cb1e4d7f174..b817baac2f1 100644
--- a/apps/files_external/l10n/nb.js
+++ b/apps/files_external/l10n/nb.js
@@ -105,6 +105,7 @@ OC.L10N.register(
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Merk:</b> Støtte for cURL i PHP er ikke aktivert eller installert. Oppkobling av %s er ikke mulig. Be systemadministratoren om å installere det.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Merk:</b> FTP-støtte i PHP er ikke slått på eller installert. Kan ikke koble opp %s. Ta kontakt med systemadministratoren for å få dette installert.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Vennligst spør din systemadministrator om å installere det.",
+ "External storage support" : "Støtte for lagring eksternt",
"No external storage configured" : "Eksternt lager er ikke konfigurert",
"You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger",
"Name" : "Navn",
diff --git a/apps/files_external/l10n/nb.json b/apps/files_external/l10n/nb.json
index 9e713c2bc1a..2c8e1da0f2b 100644
--- a/apps/files_external/l10n/nb.json
+++ b/apps/files_external/l10n/nb.json
@@ -103,6 +103,7 @@
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Merk:</b> Støtte for cURL i PHP er ikke aktivert eller installert. Oppkobling av %s er ikke mulig. Be systemadministratoren om å installere det.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Merk:</b> FTP-støtte i PHP er ikke slått på eller installert. Kan ikke koble opp %s. Ta kontakt med systemadministratoren for å få dette installert.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" er ikke installert. Oppkobling av %s er ikke mulig. Vennligst spør din systemadministrator om å installere det.",
+ "External storage support" : "Støtte for lagring eksternt",
"No external storage configured" : "Eksternt lager er ikke konfigurert",
"You can add external storages in the personal settings" : "Du kan legge til eksterne lagre i personlige innstillinger",
"Name" : "Navn",
diff --git a/apps/oauth2/l10n/de.js b/apps/oauth2/l10n/de.js
new file mode 100644
index 00000000000..9fb97505cc7
--- /dev/null
+++ b/apps/oauth2/l10n/de.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth-2.0-Clients",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf deine %s zu fragen.",
+ "Name" : "Name",
+ "Redirection URI" : "Weiterleitungs-URI",
+ "Client Identifier" : "Client-Identifikationsmerkmal",
+ "Secret" : "Geheimnis",
+ "Add client" : "Client hinzufügen",
+ "Add" : "Hinzufügen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/de.json b/apps/oauth2/l10n/de.json
new file mode 100644
index 00000000000..71104191330
--- /dev/null
+++ b/apps/oauth2/l10n/de.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth-2.0-Clients",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf deine %s zu fragen.",
+ "Name" : "Name",
+ "Redirection URI" : "Weiterleitungs-URI",
+ "Client Identifier" : "Client-Identifikationsmerkmal",
+ "Secret" : "Geheimnis",
+ "Add client" : "Client hinzufügen",
+ "Add" : "Hinzufügen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/de_DE.js b/apps/oauth2/l10n/de_DE.js
new file mode 100644
index 00000000000..dece67ad936
--- /dev/null
+++ b/apps/oauth2/l10n/de_DE.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth-2.0-Clients",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf ihre %s zu fragen.",
+ "Name" : "Name",
+ "Redirection URI" : "Weiterleitungs-URI",
+ "Client Identifier" : "Client-Identifikationsmerkmal",
+ "Secret" : "Geheimnis",
+ "Add client" : "Client hinzufügen",
+ "Add" : "Hinzufügen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/de_DE.json b/apps/oauth2/l10n/de_DE.json
new file mode 100644
index 00000000000..de3329a1d7b
--- /dev/null
+++ b/apps/oauth2/l10n/de_DE.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth-2.0-Clients",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 erlaubt es externen Services nach Zugriff auf ihre %s zu fragen.",
+ "Name" : "Name",
+ "Redirection URI" : "Weiterleitungs-URI",
+ "Client Identifier" : "Client-Identifikationsmerkmal",
+ "Secret" : "Geheimnis",
+ "Add client" : "Client hinzufügen",
+ "Add" : "Hinzufügen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/es_MX.js b/apps/oauth2/l10n/es_MX.js
new file mode 100644
index 00000000000..c96e2c46770
--- /dev/null
+++ b/apps/oauth2/l10n/es_MX.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 le permite a servicios externos solicituar acceso a su %s.",
+ "Name" : "Nombre",
+ "Redirection URI" : "URI de redirección",
+ "Client Identifier" : "Identificador del cliente",
+ "Secret" : "Secreto",
+ "Add client" : "Agregar cliente",
+ "Add" : "Agregar"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/es_MX.json b/apps/oauth2/l10n/es_MX.json
new file mode 100644
index 00000000000..809d645680c
--- /dev/null
+++ b/apps/oauth2/l10n/es_MX.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 le permite a servicios externos solicituar acceso a su %s.",
+ "Name" : "Nombre",
+ "Redirection URI" : "URI de redirección",
+ "Client Identifier" : "Identificador del cliente",
+ "Secret" : "Secreto",
+ "Add client" : "Agregar cliente",
+ "Add" : "Agregar"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js
new file mode 100644
index 00000000000..26c4460961d
--- /dev/null
+++ b/apps/oauth2/l10n/fi.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 mahdollistaa ulkoisten palvelujen pyytää pääsyä %siisi.",
+ "Name" : "Nimi",
+ "Client Identifier" : "Asiakkaan tunniste",
+ "Secret" : "Salaisuus",
+ "Add client" : "Lisää asiakas",
+ "Add" : "Lisää"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json
new file mode 100644
index 00000000000..1f6baa9deb0
--- /dev/null
+++ b/apps/oauth2/l10n/fi.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 mahdollistaa ulkoisten palvelujen pyytää pääsyä %siisi.",
+ "Name" : "Nimi",
+ "Client Identifier" : "Asiakkaan tunniste",
+ "Secret" : "Salaisuus",
+ "Add client" : "Lisää asiakas",
+ "Add" : "Lisää"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/fr.js b/apps/oauth2/l10n/fr.js
new file mode 100644
index 00000000000..1a5bd44d303
--- /dev/null
+++ b/apps/oauth2/l10n/fr.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clients OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permet à des services externes de demander l'accès à votre %s.",
+ "Name" : "Nom",
+ "Redirection URI" : "URI de redirection",
+ "Client Identifier" : "Identifiant du client",
+ "Secret" : "Secret",
+ "Add client" : "Ajouter un client",
+ "Add" : "Ajouter"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/oauth2/l10n/fr.json b/apps/oauth2/l10n/fr.json
new file mode 100644
index 00000000000..bcc904e00b1
--- /dev/null
+++ b/apps/oauth2/l10n/fr.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clients OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permet à des services externes de demander l'accès à votre %s.",
+ "Name" : "Nom",
+ "Redirection URI" : "URI de redirection",
+ "Client Identifier" : "Identifiant du client",
+ "Secret" : "Secret",
+ "Add client" : "Ajouter un client",
+ "Add" : "Ajouter"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/is.js b/apps/oauth2/l10n/is.js
new file mode 100644
index 00000000000..538c9a91f49
--- /dev/null
+++ b/apps/oauth2/l10n/is.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 biðlarar",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að þínu %s.",
+ "Name" : "Nafn",
+ "Redirection URI" : "Endurbeiningarslóð",
+ "Client Identifier" : "Biðlaraauðkenni",
+ "Secret" : "Leynilykill",
+ "Add client" : "Bæta við biðlara",
+ "Add" : "Bæta við"
+},
+"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/apps/oauth2/l10n/is.json b/apps/oauth2/l10n/is.json
new file mode 100644
index 00000000000..529c8db1d2a
--- /dev/null
+++ b/apps/oauth2/l10n/is.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 biðlarar",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 gerir utanaðkomandi þjónustum kleift að biðja um aðgang að þínu %s.",
+ "Name" : "Nafn",
+ "Redirection URI" : "Endurbeiningarslóð",
+ "Client Identifier" : "Biðlaraauðkenni",
+ "Secret" : "Leynilykill",
+ "Add client" : "Bæta við biðlara",
+ "Add" : "Bæta við"
+},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/lt_LT.js b/apps/oauth2/l10n/lt_LT.js
new file mode 100644
index 00000000000..106be999973
--- /dev/null
+++ b/apps/oauth2/l10n/lt_LT.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 klientai",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 leidžia išorinėms paslaugoms pasiekti tavo %s.",
+ "Name" : "Pavadinimas",
+ "Redirection URI" : "Nukreipimo adresas",
+ "Client Identifier" : "Kliento identifikatorius",
+ "Secret" : "Paslaptis",
+ "Add client" : "Pridėti klientą",
+ "Add" : "Pridėti"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/oauth2/l10n/lt_LT.json b/apps/oauth2/l10n/lt_LT.json
new file mode 100644
index 00000000000..f395192fa9b
--- /dev/null
+++ b/apps/oauth2/l10n/lt_LT.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 klientai",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 leidžia išorinėms paslaugoms pasiekti tavo %s.",
+ "Name" : "Pavadinimas",
+ "Redirection URI" : "Nukreipimo adresas",
+ "Client Identifier" : "Kliento identifikatorius",
+ "Secret" : "Paslaptis",
+ "Add client" : "Pridėti klientą",
+ "Add" : "Pridėti"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/lv.js b/apps/oauth2/l10n/lv.js
new file mode 100644
index 00000000000..ce1f4eac05d
--- /dev/null
+++ b/apps/oauth2/l10n/lv.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 klients",
+ "OAuth 2.0 allows external services to request access to your %s." : " OAuth 2.0 atļauj ārējiem servisiem pieprasīt piekļuvi pie Jūsu %s.",
+ "Name" : "Nosaukums",
+ "Redirection URI" : "Pārvirzāmais URI",
+ "Client Identifier" : "Klienta identifikators",
+ "Secret" : "Noslēpums",
+ "Add client" : "Pievienot klientu",
+ "Add" : "Pievienot"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/oauth2/l10n/lv.json b/apps/oauth2/l10n/lv.json
new file mode 100644
index 00000000000..d7f425b83ae
--- /dev/null
+++ b/apps/oauth2/l10n/lv.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 klients",
+ "OAuth 2.0 allows external services to request access to your %s." : " OAuth 2.0 atļauj ārējiem servisiem pieprasīt piekļuvi pie Jūsu %s.",
+ "Name" : "Nosaukums",
+ "Redirection URI" : "Pārvirzāmais URI",
+ "Client Identifier" : "Klienta identifikators",
+ "Secret" : "Noslēpums",
+ "Add client" : "Pievienot klientu",
+ "Add" : "Pievienot"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js
new file mode 100644
index 00000000000..091204ada25
--- /dev/null
+++ b/apps/oauth2/l10n/nb.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0-klienter",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til din %s.",
+ "Name" : "Navn",
+ "Redirection URI" : "Videresendings-URI",
+ "Client Identifier" : "Klient-identifikator",
+ "Secret" : "Hemmelighet",
+ "Add client" : "Legg til klient",
+ "Add" : "Legg til"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json
new file mode 100644
index 00000000000..8af94e1f9a2
--- /dev/null
+++ b/apps/oauth2/l10n/nb.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0-klienter",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 lar eksterne tjenester forespørre tilgang til din %s.",
+ "Name" : "Navn",
+ "Redirection URI" : "Videresendings-URI",
+ "Client Identifier" : "Klient-identifikator",
+ "Secret" : "Hemmelighet",
+ "Add client" : "Legg til klient",
+ "Add" : "Legg til"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/nl.js b/apps/oauth2/l10n/nl.js
new file mode 100644
index 00000000000..9feaaf1efc5
--- /dev/null
+++ b/apps/oauth2/l10n/nl.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 Clients",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s",
+ "Name" : "Naam",
+ "Redirection URI" : "Omeiding URI",
+ "Client Identifier" : "Client identificatie",
+ "Secret" : "Geheim",
+ "Add client" : "Voeg client toe",
+ "Add" : "Toevoegen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/nl.json b/apps/oauth2/l10n/nl.json
new file mode 100644
index 00000000000..aa92fc82463
--- /dev/null
+++ b/apps/oauth2/l10n/nl.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 Clients",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 staat externe services toe om toegang te vragen aan %s",
+ "Name" : "Naam",
+ "Redirection URI" : "Omeiding URI",
+ "Client Identifier" : "Client identificatie",
+ "Secret" : "Geheim",
+ "Add client" : "Voeg client toe",
+ "Add" : "Toevoegen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js
new file mode 100644
index 00000000000..54d8dfaed53
--- /dev/null
+++ b/apps/oauth2/l10n/pl.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "klienci OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 pozwala zewnętrznym usługom na żądanie dostępu do %s.",
+ "Name" : "Nazwa",
+ "Redirection URI" : "URI przekierowania",
+ "Client Identifier" : "Identyfikator Klienta",
+ "Secret" : "Sekret",
+ "Add client" : "Dodaj klienta",
+ "Add" : "Dodaj"
+},
+"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
new file mode 100644
index 00000000000..ddece8c5aab
--- /dev/null
+++ b/apps/oauth2/l10n/pl.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "klienci OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 pozwala zewnętrznym usługom na żądanie dostępu do %s.",
+ "Name" : "Nazwa",
+ "Redirection URI" : "URI przekierowania",
+ "Client Identifier" : "Identyfikator Klienta",
+ "Secret" : "Sekret",
+ "Add client" : "Dodaj klienta",
+ "Add" : "Dodaj"
+},"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/pt_BR.js b/apps/oauth2/l10n/pt_BR.js
new file mode 100644
index 00000000000..f710176c392
--- /dev/null
+++ b/apps/oauth2/l10n/pt_BR.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permite aos serviços externos solicitar acesso ao seu %s.",
+ "Name" : "Nome",
+ "Redirection URI" : "Redirecionamento URI",
+ "Client Identifier" : "Identificador do Cliente",
+ "Secret" : "Sigilo",
+ "Add client" : "Adicionar cliente",
+ "Add" : "Adicionar"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/oauth2/l10n/pt_BR.json b/apps/oauth2/l10n/pt_BR.json
new file mode 100644
index 00000000000..c2ca0254a8d
--- /dev/null
+++ b/apps/oauth2/l10n/pt_BR.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permite aos serviços externos solicitar acesso ao seu %s.",
+ "Name" : "Nome",
+ "Redirection URI" : "Redirecionamento URI",
+ "Client Identifier" : "Identificador do Cliente",
+ "Secret" : "Sigilo",
+ "Add client" : "Adicionar cliente",
+ "Add" : "Adicionar"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/ru.js b/apps/oauth2/l10n/ru.js
new file mode 100644
index 00000000000..ecb59c37269
--- /dev/null
+++ b/apps/oauth2/l10n/ru.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Клиенты OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 позволяет внешним службам запрашивать доступ к вашему %s.",
+ "Name" : "Имя",
+ "Redirection URI" : "URI перенаправления",
+ "Client Identifier" : "Идентификатор клиента",
+ "Secret" : "Секрет",
+ "Add client" : "Добавить клиента",
+ "Add" : "Добавить"
+},
+"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/apps/oauth2/l10n/ru.json b/apps/oauth2/l10n/ru.json
new file mode 100644
index 00000000000..c010fc75f81
--- /dev/null
+++ b/apps/oauth2/l10n/ru.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Клиенты OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 позволяет внешним службам запрашивать доступ к вашему %s.",
+ "Name" : "Имя",
+ "Redirection URI" : "URI перенаправления",
+ "Client Identifier" : "Идентификатор клиента",
+ "Secret" : "Секрет",
+ "Add client" : "Добавить клиента",
+ "Add" : "Добавить"
+},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/tr.js b/apps/oauth2/l10n/tr.js
new file mode 100644
index 00000000000..101ef4ce849
--- /dev/null
+++ b/apps/oauth2/l10n/tr.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 istemcileri",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 dış hizmetlerin %s hesabınıza erişmesini sağlar.",
+ "Name" : "Ad",
+ "Redirection URI" : "Yönlendirme Adresi",
+ "Client Identifier" : "İstemci Belirteci",
+ "Secret" : "Parola",
+ "Add client" : "İstemci Ekle",
+ "Add" : "Ekle"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/oauth2/l10n/tr.json b/apps/oauth2/l10n/tr.json
new file mode 100644
index 00000000000..f650330169a
--- /dev/null
+++ b/apps/oauth2/l10n/tr.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 istemcileri",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 dış hizmetlerin %s hesabınıza erişmesini sağlar.",
+ "Name" : "Ad",
+ "Redirection URI" : "Yönlendirme Adresi",
+ "Client Identifier" : "İstemci Belirteci",
+ "Secret" : "Parola",
+ "Add client" : "İstemci Ekle",
+ "Add" : "Ekle"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/twofactor_backupcodes/l10n/pl.js b/apps/twofactor_backupcodes/l10n/pl.js
index ecba498e543..3f6053db220 100644
--- a/apps/twofactor_backupcodes/l10n/pl.js
+++ b/apps/twofactor_backupcodes/l10n/pl.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"You created two-factor backup codes for your account" : "Stworzyłeś zapasowe kody uwierzytelnienia dwuetapowego swojego konta",
"Backup code" : "Kopia zapasowa kodów",
"Use backup code" : "Użyj kodu zapasowego",
+ "Two factor backup codes" : "Kody zapasowe dla uwierzytelniania dwuetapowego",
"Second-factor backup codes" : "Kopie zapasowych kodów uwierzytelnienia dwuskładnikowego"
},
"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/twofactor_backupcodes/l10n/pl.json b/apps/twofactor_backupcodes/l10n/pl.json
index 65793373655..07e5f07a1fb 100644
--- a/apps/twofactor_backupcodes/l10n/pl.json
+++ b/apps/twofactor_backupcodes/l10n/pl.json
@@ -11,6 +11,7 @@
"You created two-factor backup codes for your account" : "Stworzyłeś zapasowe kody uwierzytelnienia dwuetapowego swojego konta",
"Backup code" : "Kopia zapasowa kodów",
"Use backup code" : "Użyj kodu zapasowego",
+ "Two factor backup codes" : "Kody zapasowe dla uwierzytelniania dwuetapowego",
"Second-factor backup codes" : "Kopie zapasowych kodów uwierzytelnienia dwuskładnikowego"
},"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/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js
index a1f6bb440a4..b302cad271c 100644
--- a/apps/user_ldap/l10n/de.js
+++ b/apps/user_ldap/l10n/de.js
@@ -47,7 +47,7 @@ OC.L10N.register(
"Select attributes" : "Attribute auswählen",
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Benutzer nicht gefunden. Bitte überprüfe Deine Loginattribute und Deinen Benutzernamen. Gültige Filter (zum Kopieren und Einfügen bei der Überprüfung auf der Kommandozeile): <br/>",
"User found and settings verified." : "Benutzer gefunden und Einstellungen überprüft.",
- "Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur. der ersten Nutzer wird in der Lage sein, sich anzumelden. Verwende einen weiter einschränkenenden Filter.",
+ "Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur der ersten Nutzer wird in der Lage sein sich anzumelden. Verwende einen weiter einschränkenenden Filter.",
"An unspecified error occurred. Please check the settings and the log." : "Ein nicht näher spezifizierter Fehler ist aufgetreten. Bitte prüfe die Einstellungen und die Logdatei.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Der Suchfilter ist ungültig, möglicherweise bestehen Eingabefehler wie z.B. eine ungerade Anzahl von geöffneten und geschlossenen Klammern. Bitte überarbeiten.",
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte Host, Port und Anmeldeinformationen überprüfen.",
diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json
index 234355bc34c..5e767ff1d1d 100644
--- a/apps/user_ldap/l10n/de.json
+++ b/apps/user_ldap/l10n/de.json
@@ -45,7 +45,7 @@
"Select attributes" : "Attribute auswählen",
"User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "Benutzer nicht gefunden. Bitte überprüfe Deine Loginattribute und Deinen Benutzernamen. Gültige Filter (zum Kopieren und Einfügen bei der Überprüfung auf der Kommandozeile): <br/>",
"User found and settings verified." : "Benutzer gefunden und Einstellungen überprüft.",
- "Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur. der ersten Nutzer wird in der Lage sein, sich anzumelden. Verwende einen weiter einschränkenenden Filter.",
+ "Settings verified, but more than one user found. Only the first will be able to login. Consider a more narrow filter." : "Einstellungen geprüft, es wurde mehr als ein Nutzer gefunden. Nur der ersten Nutzer wird in der Lage sein sich anzumelden. Verwende einen weiter einschränkenenden Filter.",
"An unspecified error occurred. Please check the settings and the log." : "Ein nicht näher spezifizierter Fehler ist aufgetreten. Bitte prüfe die Einstellungen und die Logdatei.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Der Suchfilter ist ungültig, möglicherweise bestehen Eingabefehler wie z.B. eine ungerade Anzahl von geöffneten und geschlossenen Klammern. Bitte überarbeiten.",
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Es ist ein Verbindungsfehler zum LDAP/AD aufgetreten, bitte Host, Port und Anmeldeinformationen überprüfen.",
diff --git a/apps/user_ldap/l10n/nb.js b/apps/user_ldap/l10n/nb.js
index 30f67da3568..3a1d61a5c66 100644
--- a/apps/user_ldap/l10n/nb.js
+++ b/apps/user_ldap/l10n/nb.js
@@ -90,6 +90,7 @@ OC.L10N.register(
"Copy current configuration into new directory binding" : "Kopier gjeldende konfigurasjon til ny katalogbinding",
"Delete the current configuration" : "Slett gjeldende konfigurasjon",
"Host" : "Tjener",
+ "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan unnlate protokollen, bortsett fra hvis du krever SSL. Om så er tilfelle, start med ldaps://",
"Port" : "Port",
"Detect Port" : "Påvis port",
"User DN" : "Bruker-DN",
@@ -102,6 +103,7 @@ OC.L10N.register(
"Test Base DN" : "Test base-DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Unngår automatiske LDAP-forespørsler. Bedre for store oppsett men krever litt LDAP-kunnskap.",
"Manually enter LDAP filters (recommended for large directories)" : "Legg inn LDAP-filtre manuelt (anbefalt for store kataloger)",
+ "Listing and searching for users is constrained by these criteria:" : "Opplisting av og søking etter brukere begrenses av disse kriteriene:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De mest vanlige objektklassene for brukere er organizationalPerson, person, user og inetOrgPerson. Kontakt katalogadministratoren hvis du er usikker på hvilken objektklasse du skal velge.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.",
"Verify settings and count users" : "Sjekk innstillinger og tell brukere",
diff --git a/apps/user_ldap/l10n/nb.json b/apps/user_ldap/l10n/nb.json
index dccc6f3e8b0..b76e4ade794 100644
--- a/apps/user_ldap/l10n/nb.json
+++ b/apps/user_ldap/l10n/nb.json
@@ -88,6 +88,7 @@
"Copy current configuration into new directory binding" : "Kopier gjeldende konfigurasjon til ny katalogbinding",
"Delete the current configuration" : "Slett gjeldende konfigurasjon",
"Host" : "Tjener",
+ "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Du kan unnlate protokollen, bortsett fra hvis du krever SSL. Om så er tilfelle, start med ldaps://",
"Port" : "Port",
"Detect Port" : "Påvis port",
"User DN" : "Bruker-DN",
@@ -100,6 +101,7 @@
"Test Base DN" : "Test base-DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Unngår automatiske LDAP-forespørsler. Bedre for store oppsett men krever litt LDAP-kunnskap.",
"Manually enter LDAP filters (recommended for large directories)" : "Legg inn LDAP-filtre manuelt (anbefalt for store kataloger)",
+ "Listing and searching for users is constrained by these criteria:" : "Opplisting av og søking etter brukere begrenses av disse kriteriene:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De mest vanlige objektklassene for brukere er organizationalPerson, person, user og inetOrgPerson. Kontakt katalogadministratoren hvis du er usikker på hvilken objektklasse du skal velge.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-brukere som skal ha tilgang til %s-instansen.",
"Verify settings and count users" : "Sjekk innstillinger og tell brukere",
diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js
index 624216e5775..2b554a4970e 100644
--- a/apps/user_ldap/l10n/pl.js
+++ b/apps/user_ldap/l10n/pl.js
@@ -74,6 +74,7 @@ OC.L10N.register(
"Edit LDAP Query" : "Edytuj zapytanie LDAP",
"LDAP Filter:" : "Filtr LDAP",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.",
+ "Verify settings and count the groups" : "Zweryfikuj ustawienia i policz grupy",
"When logging in, %s will find the user based on the following attributes:" : "Podczas logowania, %s znajdzie użytkownika na podstawie następujących atrybutów:",
"LDAP / AD Username:" : "Nazwa użytkownika LDAP / AD:",
"LDAP / AD Email Address:" : "Adres email LDAP/AD:",
diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json
index 05e542f4d71..a0ce0f5ac8c 100644
--- a/apps/user_ldap/l10n/pl.json
+++ b/apps/user_ldap/l10n/pl.json
@@ -72,6 +72,7 @@
"Edit LDAP Query" : "Edytuj zapytanie LDAP",
"LDAP Filter:" : "Filtr LDAP",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Filtr określa, które grupy LDAP powinny mieć dostęp do instancji %s.",
+ "Verify settings and count the groups" : "Zweryfikuj ustawienia i policz grupy",
"When logging in, %s will find the user based on the following attributes:" : "Podczas logowania, %s znajdzie użytkownika na podstawie następujących atrybutów:",
"LDAP / AD Username:" : "Nazwa użytkownika LDAP / AD:",
"LDAP / AD Email Address:" : "Adres email LDAP/AD:",