diff options
Diffstat (limited to 'core/l10n/da.js')
-rw-r--r-- | core/l10n/da.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/da.js b/core/l10n/da.js index 36a41a6b5bc..7c9b2ceec16 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -84,6 +84,7 @@ OC.L10N.register( "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har ikke indstillet eller bekræftet din e-mail-serverkonfiguration endnu. Gå over til {mailSettingsStart}Grundlæggende indstillinger{mailSettingsEnd} for at indstille dem. Brug derefter knappen \"Send e-mail\" under formularen for at bekræfte dine indstillinger.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Din database kører ikke med \"READ COMMITTED\" transaktions isoleringsniveau. Dette kan føre til problemer når multiple transaktioner udføres parallelt.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "PHP modulet 'fileinfo' mangler. Vi anbefaler stærkt at aktivere dette modul til at få de bedste resultater med mime-type detektion.", + "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Din eksterne IP-adresse er \"{remoteAddress}\" og er i øjeblikket udsat for brute-force angreb, hvilket påvirker den overordnede hastighed på forskellige forespørgelser. Er dette ikke din IP-adresse, kan dette være en indikation af, at proxy-viderestilling ikke er korrekt konfigureret. Yderligere information kan findes i {linkstart}dokumentationen ↗{linkend}.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "Transaktionel fillåsning er deaktiveret, dette kan føre til problemer med race-forhold. Aktiver \"filelocking.enabled\" i config.php for at undgå disse problemer. Se {linkstart}dokumentationen ↗{linkend} for mere information.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databasen bruges til transaktionsfillåsning. For at forbedre ydeevnen skal du konfigurere memcache, hvis den er tilgængelig. Se {linkstart}dokumentationen ↗{linkend} for mere information.", "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Sørg for at indstille \"overwrite.cli.url\"-indstillingen i din config.php-fil til den URL, som dine brugere primært bruger til at få adgang til denne Nextcloud. Forslag: \"{suggestedOverwriteCliURL}\". Ellers kan der være problemer med URL-generering via cron. (Det er dog muligt, at den foreslåede URL ikke er den URL, som dine brugere primært bruger til at få adgang til denne Nextcloud. Det bedste er under alle omstændigheder at dobbelttjekke dette.)", @@ -229,7 +230,9 @@ OC.L10N.register( "No" : "Nej", "Yes" : "Ja", "Choose" : "Vælg", + "Copy to {target}" : "Kopiér til {target}", "Copy" : "Kopiér", + "Move to {target}" : "Flyt til {target}", "Move" : "Flyt", "OK" : "Ok", "Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}", |