diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-23 00:22:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-23 00:22:14 +0000 |
commit | c25c45cc343d1e50a37bb9d665066e50314e74b3 (patch) | |
tree | a175ffbec32dce1608661cf7b58c3bb3f8b45a50 /apps | |
parent | efd807204089b10021e8a0f6d473616f03d5d47b (diff) | |
download | nextcloud-server-c25c45cc343d1e50a37bb9d665066e50314e74b3.tar.gz nextcloud-server-c25c45cc343d1e50a37bb9d665066e50314e74b3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
26 files changed, 38 insertions, 18 deletions
diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index 01d8f20fd7d..768ed85608f 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -155,6 +155,7 @@ OC.L10N.register( "Shared" : "Roinnte", "Switch to list view" : "Athraigh go dtí an amharc liosta", "Switch to grid view" : "Téigh go dtí an radharc greille", + "The file could not be found" : "Níorbh fhéidir an comhad a aimsiú", "Upload was cancelled by user" : "Chuir an t-úsáideoir an uaslódáil ar ceal", "Not enough free space" : "Níl go leor spás saor in aisce", "Operation is blocked by access control" : "Cuireann rialú rochtana bac ar an oibríocht", diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index f3eed6a178f..5f618b72f16 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -153,6 +153,7 @@ "Shared" : "Roinnte", "Switch to list view" : "Athraigh go dtí an amharc liosta", "Switch to grid view" : "Téigh go dtí an radharc greille", + "The file could not be found" : "Níorbh fhéidir an comhad a aimsiú", "Upload was cancelled by user" : "Chuir an t-úsáideoir an uaslódáil ar ceal", "Not enough free space" : "Níl go leor spás saor in aisce", "Operation is blocked by access control" : "Cuireann rialú rochtana bac ar an oibríocht", diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js index 32d459524e9..358ed7977ec 100644 --- a/apps/files_external/l10n/de.js +++ b/apps/files_external/l10n/de.js @@ -106,6 +106,7 @@ OC.L10N.register( "Enter missing credentials" : "Fehlende Anmeldeinformationen eingeben", "Credentials successfully set" : "Anmeldeinformationen erfolgreich festgelegt", "Error while setting credentials: {error}" : "Fehler beim Festlegen der Anmeldeinformationen: {error}", + "Checking storage …" : "Prüfe Speicher …", "There was an error with this external storage." : "Mit diesem externen Speicher ist ein Fehler aufgetreten.", "We were unable to check the external storage {basename}" : "Der externe Speicher {basename} konnte nicht geprüft werden", "Examine this faulty external storage configuration" : "Prüfe diese fehlerhafte externe Speicherkonfiguration", diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json index 98813893733..75cdd32c6d4 100644 --- a/apps/files_external/l10n/de.json +++ b/apps/files_external/l10n/de.json @@ -104,6 +104,7 @@ "Enter missing credentials" : "Fehlende Anmeldeinformationen eingeben", "Credentials successfully set" : "Anmeldeinformationen erfolgreich festgelegt", "Error while setting credentials: {error}" : "Fehler beim Festlegen der Anmeldeinformationen: {error}", + "Checking storage …" : "Prüfe Speicher …", "There was an error with this external storage." : "Mit diesem externen Speicher ist ein Fehler aufgetreten.", "We were unable to check the external storage {basename}" : "Der externe Speicher {basename} konnte nicht geprüft werden", "Examine this faulty external storage configuration" : "Prüfe diese fehlerhafte externe Speicherkonfiguration", diff --git a/apps/files_external/l10n/de_DE.js b/apps/files_external/l10n/de_DE.js index ab738ab9c48..20ce817841c 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -106,6 +106,7 @@ OC.L10N.register( "Enter missing credentials" : "Fehlende Anmeldeinformationen eingeben", "Credentials successfully set" : "Anmeldeinformationen erfolgreich festgelegt", "Error while setting credentials: {error}" : "Fehler beim Festlegen der Anmeldeinformationen: {error}", + "Checking storage …" : "Prüfe Speicher…", "There was an error with this external storage." : "Mit diesem externen Speicher ist ein Fehler aufgetreten.", "We were unable to check the external storage {basename}" : "Der externe Speicher {basename} konnte nicht geprüft werden", "Examine this faulty external storage configuration" : "Prüfen Sie diese fehlerhafte externe Speicherkonfiguration", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index 8a97953bb05..1e26a08738e 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -104,6 +104,7 @@ "Enter missing credentials" : "Fehlende Anmeldeinformationen eingeben", "Credentials successfully set" : "Anmeldeinformationen erfolgreich festgelegt", "Error while setting credentials: {error}" : "Fehler beim Festlegen der Anmeldeinformationen: {error}", + "Checking storage …" : "Prüfe Speicher…", "There was an error with this external storage." : "Mit diesem externen Speicher ist ein Fehler aufgetreten.", "We were unable to check the external storage {basename}" : "Der externe Speicher {basename} konnte nicht geprüft werden", "Examine this faulty external storage configuration" : "Prüfen Sie diese fehlerhafte externe Speicherkonfiguration", diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index 450852e3fb9..bd7350d55cf 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -106,6 +106,7 @@ OC.L10N.register( "Enter missing credentials" : "Enter missing credentials", "Credentials successfully set" : "Credentials successfully set", "Error while setting credentials: {error}" : "Error while setting credentials: {error}", + "Checking storage …" : "Checking storage …", "There was an error with this external storage." : "There was an error with this external storage.", "We were unable to check the external storage {basename}" : "We were unable to check the external storage {basename}", "Examine this faulty external storage configuration" : "Examine this faulty external storage configuration", diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index 71af7164808..77bd487b3ba 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -104,6 +104,7 @@ "Enter missing credentials" : "Enter missing credentials", "Credentials successfully set" : "Credentials successfully set", "Error while setting credentials: {error}" : "Error while setting credentials: {error}", + "Checking storage …" : "Checking storage …", "There was an error with this external storage." : "There was an error with this external storage.", "We were unable to check the external storage {basename}" : "We were unable to check the external storage {basename}", "Examine this faulty external storage configuration" : "Examine this faulty external storage configuration", diff --git a/apps/files_external/l10n/ga.js b/apps/files_external/l10n/ga.js index 2d244e787dd..a323910cc15 100644 --- a/apps/files_external/l10n/ga.js +++ b/apps/files_external/l10n/ga.js @@ -104,6 +104,9 @@ OC.L10N.register( "Unable to update this external storage config. {statusMessage}" : "Ní féidir an cumraíocht stórála seachtrach seo a nuashonrú. {statusMessage}", "New configuration successfully saved" : "D'éirigh le cumraíocht nua a shábháil", "Enter missing credentials" : "Cuir isteach dintiúir atá in easnamh", + "Credentials successfully set" : "Socraíodh na dintiúir go rathúil", + "Error while setting credentials: {error}" : "Earráid agus na dintiúir á socrú: {error}", + "Checking storage …" : "Stóras á sheiceáil…", "There was an error with this external storage." : "Tharla earráid leis an stóras seachtrach seo.", "We were unable to check the external storage {basename}" : "Níorbh fhéidir linn an stóras seachtrach {basename} a sheiceáil", "Examine this faulty external storage configuration" : "Scrúdaigh an chumraíocht stórála seachtrach lochtach seo", diff --git a/apps/files_external/l10n/ga.json b/apps/files_external/l10n/ga.json index 090f4c476a3..8ac8b281f49 100644 --- a/apps/files_external/l10n/ga.json +++ b/apps/files_external/l10n/ga.json @@ -102,6 +102,9 @@ "Unable to update this external storage config. {statusMessage}" : "Ní féidir an cumraíocht stórála seachtrach seo a nuashonrú. {statusMessage}", "New configuration successfully saved" : "D'éirigh le cumraíocht nua a shábháil", "Enter missing credentials" : "Cuir isteach dintiúir atá in easnamh", + "Credentials successfully set" : "Socraíodh na dintiúir go rathúil", + "Error while setting credentials: {error}" : "Earráid agus na dintiúir á socrú: {error}", + "Checking storage …" : "Stóras á sheiceáil…", "There was an error with this external storage." : "Tharla earráid leis an stóras seachtrach seo.", "We were unable to check the external storage {basename}" : "Níorbh fhéidir linn an stóras seachtrach {basename} a sheiceáil", "Examine this faulty external storage configuration" : "Scrúdaigh an chumraíocht stórála seachtrach lochtach seo", diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js index fce7be19a95..d601aa2ea56 100644 --- a/apps/files_external/l10n/gl.js +++ b/apps/files_external/l10n/gl.js @@ -106,6 +106,7 @@ OC.L10N.register( "Enter missing credentials" : "Introduza as credenciais que faltan", "Credentials successfully set" : "Definíronse correctamente as credenciais", "Error while setting credentials: {error}" : "Produciuse un erro ao definir as credenciais: {error}", + "Checking storage …" : "Comprobando o almacenamento…", "There was an error with this external storage." : "Produciuse un erro con este almacenamento externo.", "We were unable to check the external storage {basename}" : "Non fomos quen de comprobar o almacenamento externo {basename}", "Examine this faulty external storage configuration" : "Examine esta configuración de almacenamento externo defectuosa", diff --git a/apps/files_external/l10n/gl.json b/apps/files_external/l10n/gl.json index e45901735ea..cb2d30f87ce 100644 --- a/apps/files_external/l10n/gl.json +++ b/apps/files_external/l10n/gl.json @@ -104,6 +104,7 @@ "Enter missing credentials" : "Introduza as credenciais que faltan", "Credentials successfully set" : "Definíronse correctamente as credenciais", "Error while setting credentials: {error}" : "Produciuse un erro ao definir as credenciais: {error}", + "Checking storage …" : "Comprobando o almacenamento…", "There was an error with this external storage." : "Produciuse un erro con este almacenamento externo.", "We were unable to check the external storage {basename}" : "Non fomos quen de comprobar o almacenamento externo {basename}", "Examine this faulty external storage configuration" : "Examine esta configuración de almacenamento externo defectuosa", diff --git a/apps/files_external/l10n/sr.js b/apps/files_external/l10n/sr.js index cd2ff0826a1..05b9bc1c93e 100644 --- a/apps/files_external/l10n/sr.js +++ b/apps/files_external/l10n/sr.js @@ -106,6 +106,7 @@ OC.L10N.register( "Enter missing credentials" : "Унесите корисничке акредитиве који недостају", "Credentials successfully set" : "Акредитиви су успешно постављени", "Error while setting credentials: {error}" : "Грешка приликом постављања акредитива: {error}", + "Checking storage …" : "Проверава се складиште …", "There was an error with this external storage." : "Дошло је до грешке у вези са овим спољним складиштем.", "We were unable to check the external storage {basename}" : "Нисмо успели да проверимо спољно складиште {basename}", "Examine this faulty external storage configuration" : "Испитајте ову неисправну конфигурацију спољног складишта", diff --git a/apps/files_external/l10n/sr.json b/apps/files_external/l10n/sr.json index a0cea068b4d..f9d72572cec 100644 --- a/apps/files_external/l10n/sr.json +++ b/apps/files_external/l10n/sr.json @@ -104,6 +104,7 @@ "Enter missing credentials" : "Унесите корисничке акредитиве који недостају", "Credentials successfully set" : "Акредитиви су успешно постављени", "Error while setting credentials: {error}" : "Грешка приликом постављања акредитива: {error}", + "Checking storage …" : "Проверава се складиште …", "There was an error with this external storage." : "Дошло је до грешке у вези са овим спољним складиштем.", "We were unable to check the external storage {basename}" : "Нисмо успели да проверимо спољно складиште {basename}", "Examine this faulty external storage configuration" : "Испитајте ову неисправну конфигурацију спољног складишта", diff --git a/apps/files_external/l10n/zh_HK.js b/apps/files_external/l10n/zh_HK.js index 45adff96534..229f1030e5e 100644 --- a/apps/files_external/l10n/zh_HK.js +++ b/apps/files_external/l10n/zh_HK.js @@ -106,6 +106,7 @@ OC.L10N.register( "Enter missing credentials" : "輸入缺少的身份驗證", "Credentials successfully set" : "已成功設定身份驗證", "Error while setting credentials: {error}" : "設定身份驗證時發生錯誤:{error}", + "Checking storage …" : "正在檢查儲存空間 …", "There was an error with this external storage." : "此外部儲存空間發生錯誤。", "We were unable to check the external storage {basename}" : "我們無法檢查外部儲存空間 {basename}", "Examine this faulty external storage configuration" : "檢查此錯誤的外部儲存空間設定", diff --git a/apps/files_external/l10n/zh_HK.json b/apps/files_external/l10n/zh_HK.json index 7e6338576bb..23de0e18006 100644 --- a/apps/files_external/l10n/zh_HK.json +++ b/apps/files_external/l10n/zh_HK.json @@ -104,6 +104,7 @@ "Enter missing credentials" : "輸入缺少的身份驗證", "Credentials successfully set" : "已成功設定身份驗證", "Error while setting credentials: {error}" : "設定身份驗證時發生錯誤:{error}", + "Checking storage …" : "正在檢查儲存空間 …", "There was an error with this external storage." : "此外部儲存空間發生錯誤。", "We were unable to check the external storage {basename}" : "我們無法檢查外部儲存空間 {basename}", "Examine this faulty external storage configuration" : "檢查此錯誤的外部儲存空間設定", diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js index 0e900963a87..ab9c67c3dbf 100644 --- a/apps/files_sharing/l10n/da.js +++ b/apps/files_sharing/l10n/da.js @@ -116,7 +116,7 @@ OC.L10N.register( "Remember to upload the files to %s" : "Husk at uploade filerne til %s", "We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Vi vil venligst minde dig om at du endnu ikke har uploadet nogen filer til delingsmappen.", "Open \"%s\"" : "Åben \"%s\"", - "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Denne applikation gør det muligt for folk at dele filer i Nextcloud. Hvis det er aktiveret, kan administratoren vælge, hvilke grupper der kan dele filer. De relevante personer kan derefter dele filer og mapper med andre konti og grupper i Nextcloud. Derudover, hvis administratoren aktiverer delelink-funktionen, kan et eksternt link bruges til at dele filer med andre personer uden for Nextcloud. Administratorer kan også håndhæve adgangskoder, udløbsdatoer og aktivere server-til-server-deling via delelinks samt deling fra mobile enheder.\nDeaktivering af funktionen fjerner delte filer og mapper på serveren for alle delingsmodtagere og også på synkroniseringsklienterne og mobilapps. Mere information er tilgængelig i Nextcloud-dokumentationen.", + "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Denne applikation gør det muligt for folk at dele filer i Nextcloud. Hvis den er aktiveret, så kan administratoren vælge, hvilke grupper der kan dele filer. De relevante personer kan derefter dele filer og mapper med andre konti og grupper i Nextcloud. Hvis administratoren aktiverer delelink-funktionen, kan et eksternt link derudover bruges til at dele filer med andre personer uden for Nextcloud. Administratorer kan også gennemtvinge adgangskoder, udløbsdatoer og aktivere server-til-server-deling via delelinks samt deling fra mobile enheder.\nDeaktivering af funktionen fjerner delte filer og mapper på serveren for alle delingsmodtagere og også på synkroniseringsklienterne og mobilapps. Mere information er tilgængelig i Nextcloud-dokumentationen.", "People" : "Personer", "Filter accounts" : "Filtrer konti", "When should the request expire?" : "Hvornår skal forespørgslen udløbe?", diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json index 05d801f395d..d79cb10882c 100644 --- a/apps/files_sharing/l10n/da.json +++ b/apps/files_sharing/l10n/da.json @@ -114,7 +114,7 @@ "Remember to upload the files to %s" : "Husk at uploade filerne til %s", "We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Vi vil venligst minde dig om at du endnu ikke har uploadet nogen filer til delingsmappen.", "Open \"%s\"" : "Åben \"%s\"", - "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Denne applikation gør det muligt for folk at dele filer i Nextcloud. Hvis det er aktiveret, kan administratoren vælge, hvilke grupper der kan dele filer. De relevante personer kan derefter dele filer og mapper med andre konti og grupper i Nextcloud. Derudover, hvis administratoren aktiverer delelink-funktionen, kan et eksternt link bruges til at dele filer med andre personer uden for Nextcloud. Administratorer kan også håndhæve adgangskoder, udløbsdatoer og aktivere server-til-server-deling via delelinks samt deling fra mobile enheder.\nDeaktivering af funktionen fjerner delte filer og mapper på serveren for alle delingsmodtagere og også på synkroniseringsklienterne og mobilapps. Mere information er tilgængelig i Nextcloud-dokumentationen.", + "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Denne applikation gør det muligt for folk at dele filer i Nextcloud. Hvis den er aktiveret, så kan administratoren vælge, hvilke grupper der kan dele filer. De relevante personer kan derefter dele filer og mapper med andre konti og grupper i Nextcloud. Hvis administratoren aktiverer delelink-funktionen, kan et eksternt link derudover bruges til at dele filer med andre personer uden for Nextcloud. Administratorer kan også gennemtvinge adgangskoder, udløbsdatoer og aktivere server-til-server-deling via delelinks samt deling fra mobile enheder.\nDeaktivering af funktionen fjerner delte filer og mapper på serveren for alle delingsmodtagere og også på synkroniseringsklienterne og mobilapps. Mere information er tilgængelig i Nextcloud-dokumentationen.", "People" : "Personer", "Filter accounts" : "Filtrer konti", "When should the request expire?" : "Hvornår skal forespørgslen udløbe?", diff --git a/apps/files_versions/l10n/da.js b/apps/files_versions/l10n/da.js index a677f3bb174..c82b5850f96 100644 --- a/apps/files_versions/l10n/da.js +++ b/apps/files_versions/l10n/da.js @@ -3,16 +3,16 @@ OC.L10N.register( { "Versions" : "Versioner", "This application automatically maintains older versions of files that are changed." : "Denne applikation styrer automatisk tidligere versioner af ændrede filer.", - "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Denne applikation vedligeholder automatisk ældre versioner af filer, der ændres. Når den er aktiveret, er en skjult versionsmappe klargjort i hver brugers mappe og bruges til at gemme gamle filversioner. En bruger kan til enhver tid vende tilbage til en ældre version via webgrænsefladen, hvor den erstattede fil bliver en version. Appen administrerer automatisk versionsmappen for at sikre, at kontoen ikke løber tør for kvote på grund af versioner..\n\t\tUd over udløbet af versioner sørger versionsappen for aldrig at bruge mere end 50 % af kontoens ledige plads i øjeblikket. Hvis lagrede versioner overskrider denne grænse, vil appen først slette de ældste versioner, indtil den når denne grænse. Mere information er tilgængelig i versionsdokumentationen.", + "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Denne applikation vedligeholder automatisk ældre versioner af filer, der ændres. Når den er aktiveret, er der klargjort en skjult versionsmappe i hver brugers mappe, som anvendes til at gemme gamle filversioner. En bruger kan til enhver tid vende tilbage til en ældre version via webgrænsefladen, hvor den erstattede fil bliver til en version. App'en administrerer automatisk versionsmappen for at sikre, at kontoen ikke løber tør for kvote på grund af versioner..\n\t\tUd over udløbet af versioner sørger versionsappen for aldrig at bruge mere end 50 % af kontoens aktuelt ledige plads. Hvis lagrede versioner overskrider denne grænse, så vil app'en først slette de ældste versioner, indtil den når denne grænse. Mere information er tilgængelig i versionsdokumentationen.", "Actions for version from {versionHumanExplicitDate}" : "Handlinger for version fra {versionHumanExplicitDate}", - "Name this version" : "Navn på denne version", - "Edit version name" : "Redigér versionsnavn", + "Name this version" : "Navngiv denne version", + "Edit version name" : "Rediger versionsnavn", "Compare to current version" : "Sammenlign med den aktuelle version", "Restore version" : "Gendan version", "Download version" : "Download version", "Delete version" : "Slet version", "Current version" : "Nuværende version", - "Initial version" : "Oprindelig udgave", + "Initial version" : "Oprindelig version", "Version name" : "Versionsnavn", "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Navngivne versioner bevares og udelukkes fra automatiske oprydninger, når din lagerkvote er fuld.", "Cancel" : "Annullér", @@ -21,7 +21,7 @@ OC.L10N.register( "Initial version restored" : "Første version genoprettet", "Version restored" : "Version genoprettet", "Could not restore version" : "Kunne ikke genoprette version", - "Could not set version label" : "Kunne ikke indstille versionsetiket", + "Could not set version label" : "Kunne ikke indstille versionslabel", "Could not delete version" : "Kunne ikke slette version", "${version.label} restored" : "${version.label} genoprettet" }, diff --git a/apps/files_versions/l10n/da.json b/apps/files_versions/l10n/da.json index fb2a53b2fd1..23420cf760c 100644 --- a/apps/files_versions/l10n/da.json +++ b/apps/files_versions/l10n/da.json @@ -1,16 +1,16 @@ { "translations": { "Versions" : "Versioner", "This application automatically maintains older versions of files that are changed." : "Denne applikation styrer automatisk tidligere versioner af ændrede filer.", - "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Denne applikation vedligeholder automatisk ældre versioner af filer, der ændres. Når den er aktiveret, er en skjult versionsmappe klargjort i hver brugers mappe og bruges til at gemme gamle filversioner. En bruger kan til enhver tid vende tilbage til en ældre version via webgrænsefladen, hvor den erstattede fil bliver en version. Appen administrerer automatisk versionsmappen for at sikre, at kontoen ikke løber tør for kvote på grund af versioner..\n\t\tUd over udløbet af versioner sørger versionsappen for aldrig at bruge mere end 50 % af kontoens ledige plads i øjeblikket. Hvis lagrede versioner overskrider denne grænse, vil appen først slette de ældste versioner, indtil den når denne grænse. Mere information er tilgængelig i versionsdokumentationen.", + "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Denne applikation vedligeholder automatisk ældre versioner af filer, der ændres. Når den er aktiveret, er der klargjort en skjult versionsmappe i hver brugers mappe, som anvendes til at gemme gamle filversioner. En bruger kan til enhver tid vende tilbage til en ældre version via webgrænsefladen, hvor den erstattede fil bliver til en version. App'en administrerer automatisk versionsmappen for at sikre, at kontoen ikke løber tør for kvote på grund af versioner..\n\t\tUd over udløbet af versioner sørger versionsappen for aldrig at bruge mere end 50 % af kontoens aktuelt ledige plads. Hvis lagrede versioner overskrider denne grænse, så vil app'en først slette de ældste versioner, indtil den når denne grænse. Mere information er tilgængelig i versionsdokumentationen.", "Actions for version from {versionHumanExplicitDate}" : "Handlinger for version fra {versionHumanExplicitDate}", - "Name this version" : "Navn på denne version", - "Edit version name" : "Redigér versionsnavn", + "Name this version" : "Navngiv denne version", + "Edit version name" : "Rediger versionsnavn", "Compare to current version" : "Sammenlign med den aktuelle version", "Restore version" : "Gendan version", "Download version" : "Download version", "Delete version" : "Slet version", "Current version" : "Nuværende version", - "Initial version" : "Oprindelig udgave", + "Initial version" : "Oprindelig version", "Version name" : "Versionsnavn", "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Navngivne versioner bevares og udelukkes fra automatiske oprydninger, når din lagerkvote er fuld.", "Cancel" : "Annullér", @@ -19,7 +19,7 @@ "Initial version restored" : "Første version genoprettet", "Version restored" : "Version genoprettet", "Could not restore version" : "Kunne ikke genoprette version", - "Could not set version label" : "Kunne ikke indstille versionsetiket", + "Could not set version label" : "Kunne ikke indstille versionslabel", "Could not delete version" : "Kunne ikke slette version", "${version.label} restored" : "${version.label} genoprettet" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/provisioning_api/l10n/da.js b/apps/provisioning_api/l10n/da.js index 2c55f4831dc..b752d549f6e 100644 --- a/apps/provisioning_api/l10n/da.js +++ b/apps/provisioning_api/l10n/da.js @@ -11,7 +11,7 @@ OC.L10N.register( "Cannot create sub-admins for admin group" : "Kan ikke oprette underadministratorer for administratorgruppen", "No permissions to promote sub-admins" : "Ingen tilladelser til at forfremme underadministratorer", "Invalid password value" : "Ugyldig adgangskodeværdi", - "An email address is required, to send a password link to the user." : "En e-mailadresse er påkrævet for at sende et adgangskodelink til brugeren.", + "An email address is required, to send a password link to the user." : "En e-mailadresse er krævet for at sende et adgangskodelink til brugeren.", "Required email address was not provided" : "Den krævede e-mailadresse blev ikke oplyst", "Invalid quota value: %1$s" : "Ugyldig kvoteværdi: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "Ugyldig kvoteværdi. %1$s overskrider den maksimale kvote", diff --git a/apps/provisioning_api/l10n/da.json b/apps/provisioning_api/l10n/da.json index 9788ce40323..2156565221f 100644 --- a/apps/provisioning_api/l10n/da.json +++ b/apps/provisioning_api/l10n/da.json @@ -9,7 +9,7 @@ "Cannot create sub-admins for admin group" : "Kan ikke oprette underadministratorer for administratorgruppen", "No permissions to promote sub-admins" : "Ingen tilladelser til at forfremme underadministratorer", "Invalid password value" : "Ugyldig adgangskodeværdi", - "An email address is required, to send a password link to the user." : "En e-mailadresse er påkrævet for at sende et adgangskodelink til brugeren.", + "An email address is required, to send a password link to the user." : "En e-mailadresse er krævet for at sende et adgangskodelink til brugeren.", "Required email address was not provided" : "Den krævede e-mailadresse blev ikke oplyst", "Invalid quota value: %1$s" : "Ugyldig kvoteværdi: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "Ugyldig kvoteværdi. %1$s overskrider den maksimale kvote", diff --git a/apps/sharebymail/l10n/da.js b/apps/sharebymail/l10n/da.js index 50b0fa07ed9..e39bd41d78d 100644 --- a/apps/sharebymail/l10n/da.js +++ b/apps/sharebymail/l10n/da.js @@ -19,7 +19,7 @@ OC.L10N.register( "It is protected with the following password:" : "Beskyttet med følgende adgangskode:", "%1$s shared %2$s with you and wants to add:" : " %1$s delte %2$s med dig og ønsker at tilføje:", "%1$s shared %2$s with you and wants to add" : " %1$s delte %2$s med dig og ønsker at tilføje", - "%s added a note to a file shared with you" : "% s tilføjede en note til en fil delt med dig", + "%s added a note to a file shared with you" : "%s tilføjede en note til en fil delt med dig", "You can choose a different password at any time in the share dialog." : "Du kan til enhver tid vælge et andet password i delings dialogen.", "Could not find share" : "Kan ikke finde deling", "Send password by mail" : "Send kodeord på mail", diff --git a/apps/sharebymail/l10n/da.json b/apps/sharebymail/l10n/da.json index c042545b6a9..6aa318b7675 100644 --- a/apps/sharebymail/l10n/da.json +++ b/apps/sharebymail/l10n/da.json @@ -17,7 +17,7 @@ "It is protected with the following password:" : "Beskyttet med følgende adgangskode:", "%1$s shared %2$s with you and wants to add:" : " %1$s delte %2$s med dig og ønsker at tilføje:", "%1$s shared %2$s with you and wants to add" : " %1$s delte %2$s med dig og ønsker at tilføje", - "%s added a note to a file shared with you" : "% s tilføjede en note til en fil delt med dig", + "%s added a note to a file shared with you" : "%s tilføjede en note til en fil delt med dig", "You can choose a different password at any time in the share dialog." : "Du kan til enhver tid vælge et andet password i delings dialogen.", "Could not find share" : "Kan ikke finde deling", "Send password by mail" : "Send kodeord på mail", diff --git a/apps/twofactor_backupcodes/l10n/da.js b/apps/twofactor_backupcodes/l10n/da.js index 2117c026ca3..66346030711 100644 --- a/apps/twofactor_backupcodes/l10n/da.js +++ b/apps/twofactor_backupcodes/l10n/da.js @@ -10,7 +10,7 @@ OC.L10N.register( "Two factor backup codes" : "To faktor backup koder", "A two-factor auth backup codes provider" : "En to-faktor udbyder af sikkerhedskopieringskoder", "Backup codes have been generated. {used} of {total} codes have been used." : "Sikkerhedskopieringskoder er blevet genereret. {used} af {total} koder er blevet brugt.", - "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Dette er dine backup-koder. Gem og/eller udskriv dem, da du ikke vil kunne læse koderne igen senere.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Dette er dine backup-koder. Gem og/eller udskriv dem, da du ikke vil kunne se koderne igen senere.", "Save backup codes" : "Gem backup-koder", "Print backup codes" : "Print backup-koder", "Regenerate backup codes" : "Regenerer backup-koder", diff --git a/apps/twofactor_backupcodes/l10n/da.json b/apps/twofactor_backupcodes/l10n/da.json index cf3d683d6c3..55e7926dd9d 100644 --- a/apps/twofactor_backupcodes/l10n/da.json +++ b/apps/twofactor_backupcodes/l10n/da.json @@ -8,7 +8,7 @@ "Two factor backup codes" : "To faktor backup koder", "A two-factor auth backup codes provider" : "En to-faktor udbyder af sikkerhedskopieringskoder", "Backup codes have been generated. {used} of {total} codes have been used." : "Sikkerhedskopieringskoder er blevet genereret. {used} af {total} koder er blevet brugt.", - "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Dette er dine backup-koder. Gem og/eller udskriv dem, da du ikke vil kunne læse koderne igen senere.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Dette er dine backup-koder. Gem og/eller udskriv dem, da du ikke vil kunne se koderne igen senere.", "Save backup codes" : "Gem backup-koder", "Print backup codes" : "Print backup-koder", "Regenerate backup codes" : "Regenerer backup-koder", |