diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-28 02:14:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-28 02:14:23 +0000 |
commit | 8db40df3bd7989546cd13127ec3631da7884e0fd (patch) | |
tree | f69494877ba89993ef573a39e74dc3d8a2b6ff28 /apps/theming/l10n/da.js | |
parent | c723daaa561f621496a416e20a7988727303580c (diff) | |
download | nextcloud-server-8db40df3bd7989546cd13127ec3631da7884e0fd.tar.gz nextcloud-server-8db40df3bd7989546cd13127ec3631da7884e0fd.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/theming/l10n/da.js')
-rw-r--r-- | apps/theming/l10n/da.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/theming/l10n/da.js b/apps/theming/l10n/da.js index 74b49ca4385..89d7c3b3ea5 100644 --- a/apps/theming/l10n/da.js +++ b/apps/theming/l10n/da.js @@ -5,6 +5,7 @@ OC.L10N.register( "Admin" : "Admin", "Saved" : "Gemt", "a safe home for all your data" : "Et sikket hjem til alt dit data", + "Error uploading the file" : "Kunne ikke uploade filen", "Name cannot be empty" : "Navn må ikke være tomt", "The given name is too long" : "Navnet er for langt", "The given web address is too long" : "Webadressen er for lang", @@ -15,6 +16,7 @@ OC.L10N.register( "The given privacy policy address is not a valid URL" : "Den angivne adresse til privatlivspolitikken er ikke en gyldig URL", "The given slogan is too long" : "Sloganet er for langt", "The given color is invalid" : "Farven er ikke gyldig", + "Disable-user-theming should be true or false" : "Disable-user-theming skal være \"true\" eller \"false\"", "The file was uploaded" : "Filen blev uploadet", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen", @@ -24,11 +26,20 @@ OC.L10N.register( "Could not write file to disk" : "Kunne ikke skrive fil til disk", "A PHP extension stopped the file upload" : "En PHP-udvidelse stoppede filoverførslen", "No file uploaded" : "Ingen fil uploadet", + "Cleanup old theming cache" : "Opryd gammel theming cache", + "Failed to delete folder: \"%1$s\", error: %2$s" : "Kunne ikke slette mappen: \"%1$s\", fejl: %2$s", "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruger allerede et brugerdefineret tema. Theming app-indstillinger kan blive overskrevet af det.", "Theming" : "Temaer", "Appearance and accessibility" : "Udseende og tilgængelighed", + "Dark theme with high contrast mode" : "Mørkt tema med høj kontrast", + "Enable dark high contrast mode" : "Aktiver mørkt høj kontrast tilstand", + "Similar to the high contrast mode, but with dark colours." : "Som høj kontrast tilstand, men med mørke farver.", "Dark theme" : "Mørkt tema", "Enable dark theme" : "Aktiver Mørkt tema", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Et mørkt tema der reducere den overordnede lysmængde.", + "System default theme" : "System standard tema", + "Enable the system default" : "Aktiver systemets standard", + "Using the default system appearance." : "Anvender systemets standard udseende.", "Dyslexia font" : "Skrifftype for ordblinde", "Enable dyslexia font" : "aktiver skrifftype for ordblinde", "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype designet til at undgå læsefejl pga. ordblindhed", |