summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-12-01 02:15:20 +0000
committerNextcloud bot <bot@nextcloud.com>2022-12-01 02:15:20 +0000
commit8555d510c07da73921ee3940391d1f4d6c321270 (patch)
treedb2fef0a9563cf5d7a8e2774f1416d0cc17d63de /apps/settings
parent8434259b1bfef22adbf30b166043e29763bf9507 (diff)
downloadnextcloud-server-8555d510c07da73921ee3940391d1f4d6c321270.tar.gz
nextcloud-server-8555d510c07da73921ee3940391d1f4d6c321270.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/l10n/da.js4
-rw-r--r--apps/settings/l10n/da.json4
-rw-r--r--apps/settings/l10n/en_GB.js2
-rw-r--r--apps/settings/l10n/en_GB.json2
-rw-r--r--apps/settings/l10n/mk.js1
-rw-r--r--apps/settings/l10n/mk.json1
6 files changed, 8 insertions, 6 deletions
diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js
index ba4d7f8cd8f..0d3cfaea774 100644
--- a/apps/settings/l10n/da.js
+++ b/apps/settings/l10n/da.js
@@ -45,7 +45,7 @@ OC.L10N.register(
"You revoked filesystem access from app password \"{token}\"" : "Du tilbagekaldte filsystemadgang fra app-adgangskoden \"{token}\"",
"Security" : "Sikkerhed",
"You successfully logged in using two-factor authentication (%1$s)" : "Du loggede in ved at bruge two-factor authentication (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Et login forsøg mislykkedes med two-factor authentication (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Et login forsøg mislykkedes med tofaktors godkendelse (%1$s)",
"Remote wipe was started on %1$s" : "Fjernsletning blev startet på %1$s",
"Remote wipe has finished on %1$s" : "Fjernsletning er afsluttet på %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Dit <strong>password</strong> eller <strong>email</strong> blev ændret",
@@ -475,7 +475,7 @@ OC.L10N.register(
"Enable encryption" : "Slå kryptering til",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen. Slå venligst \"Standardmodul til kryptering\" til, og kør \"occ encryption:migrate\"",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen.",
- "Start migration" : "Påbegynd immigrering",
+ "Start migration" : "Påbegynd migrering",
"Last job execution ran %s. Something seems wrong." : "Sidste jobudførelse kørte %s. Noget gik galt.",
"Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Nogle opgaver er ikke blevet udført siden %s. Overvej venligst at øge udførelsesfrekvensen.",
"Some jobs didn’t execute since %s. Please consider switching to system cron." : "Nogle opgaver blev ikke udført siden %s. Overvej venligst at skifte til system cron.",
diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json
index f6633ea0e23..8868f6d23a4 100644
--- a/apps/settings/l10n/da.json
+++ b/apps/settings/l10n/da.json
@@ -43,7 +43,7 @@
"You revoked filesystem access from app password \"{token}\"" : "Du tilbagekaldte filsystemadgang fra app-adgangskoden \"{token}\"",
"Security" : "Sikkerhed",
"You successfully logged in using two-factor authentication (%1$s)" : "Du loggede in ved at bruge two-factor authentication (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Et login forsøg mislykkedes med two-factor authentication (%1$s)",
+ "A login attempt using two-factor authentication failed (%1$s)" : "Et login forsøg mislykkedes med tofaktors godkendelse (%1$s)",
"Remote wipe was started on %1$s" : "Fjernsletning blev startet på %1$s",
"Remote wipe has finished on %1$s" : "Fjernsletning er afsluttet på %1$s",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Dit <strong>password</strong> eller <strong>email</strong> blev ændret",
@@ -473,7 +473,7 @@
"Enable encryption" : "Slå kryptering til",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen. Slå venligst \"Standardmodul til kryptering\" til, og kør \"occ encryption:migrate\"",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Du skal immigrere dine krypteringsnøgler fra den gamle kryptering (ownCloud <= 8.0) til den nye af slagsen.",
- "Start migration" : "Påbegynd immigrering",
+ "Start migration" : "Påbegynd migrering",
"Last job execution ran %s. Something seems wrong." : "Sidste jobudførelse kørte %s. Noget gik galt.",
"Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Nogle opgaver er ikke blevet udført siden %s. Overvej venligst at øge udførelsesfrekvensen.",
"Some jobs didn’t execute since %s. Please consider switching to system cron." : "Nogle opgaver blev ikke udført siden %s. Overvej venligst at skifte til system cron.",
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js
index 7a2c1493ab0..e1db4145c31 100644
--- a/apps/settings/l10n/en_GB.js
+++ b/apps/settings/l10n/en_GB.js
@@ -484,7 +484,7 @@ OC.L10N.register(
"Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups",
"Exclude groups from sharing" : "Exclude groups from sharing",
"These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.",
- "Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialog",
+ "Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialogue",
"Allow username autocompletion to users within the same groups" : "Allow username autocompletion to users within the same groups",
"Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.",
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json
index d7757fc3dc7..c3fe6362d66 100644
--- a/apps/settings/l10n/en_GB.json
+++ b/apps/settings/l10n/en_GB.json
@@ -482,7 +482,7 @@
"Restrict users to only share with users in their groups" : "Restrict users to only share with users in their groups",
"Exclude groups from sharing" : "Exclude groups from sharing",
"These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.",
- "Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialog",
+ "Allow username autocompletion in share dialog" : "Allow username autocompletion in share dialogue",
"Allow username autocompletion to users within the same groups" : "Allow username autocompletion to users within the same groups",
"Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.",
diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js
index 643ce071e63..96f3228ea13 100644
--- a/apps/settings/l10n/mk.js
+++ b/apps/settings/l10n/mk.js
@@ -521,6 +521,7 @@ OC.L10N.register(
"Pick background job setting" : "Избери го начинот на извршување на задачите во позадина",
"Recommended" : "Препорачано",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php е потребно да биде извршен од системски корисник\" %s\".",
+ "Allow username autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Дозволете автоматско пополнување кога го внесувате целосното име или адресата на е-пошта (игнорирање што недостасува совпаѓање со именикот и сте во иста група)",
"Change privacy level of profile picture" : "Променете го нивото на приватност за сликата на профилот",
"Upload new" : "Прикачи нова",
"Select from Files" : "Избри од датотеките",
diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json
index 90269bde0d7..b2baf0d9e62 100644
--- a/apps/settings/l10n/mk.json
+++ b/apps/settings/l10n/mk.json
@@ -519,6 +519,7 @@
"Pick background job setting" : "Избери го начинот на извршување на задачите во позадина",
"Recommended" : "Препорачано",
"The cron.php needs to be executed by the system user \"%s\"." : "cron.php е потребно да биде извршен од системски корисник\" %s\".",
+ "Allow username autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Дозволете автоматско пополнување кога го внесувате целосното име или адресата на е-пошта (игнорирање што недостасува совпаѓање со именикот и сте во иста група)",
"Change privacy level of profile picture" : "Променете го нивото на приватност за сликата на профилот",
"Upload new" : "Прикачи нова",
"Select from Files" : "Избри од датотеките",