da.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Dashboard",
  5. "Dashboard app" : "Dashboard app",
  6. "Show something" : "Vis noget",
  7. "Customize" : "Tilpas",
  8. "Edit widgets" : "Redigér widgets",
  9. "Get more widgets from the app store" : "Hent flere widgets fra app store",
  10. "Change background image" : "Ændre baggrund",
  11. "Weather service" : "Vejret",
  12. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Af hensyn til dit privatliv, er det din Nextcloud-server der henter vejr-data og udbyderen modtager således ingen oplysninger om dig.",
  13. "Weather data from Met.no" : "Vejr-data leveres af Met.no",
  14. "geocoding with Nominatim" : "Geocoding med Nominatim",
  15. "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData",
  16. "Weather" : "Vejr",
  17. "Status" : "Status",
  18. "Good morning" : "God morgen",
  19. "Good morning, {name}" : "God morgen {name}",
  20. "Good afternoon" : "God eftermiddag",
  21. "Good afternoon, {name}" : "God eftermiddag {name}",
  22. "Good evening" : "God aften",
  23. "Good evening, {name}" : "God aften {name}",
  24. "Hello" : "Hej",
  25. "Hello, {name}" : "Hej {name}",
  26. "Pick from Files" : "Vælg fra Filer",
  27. "Default images" : "Standardbilleder",
  28. "Plain background" : "Standard baggrund",
  29. "Insert from {productName}" : "Indsæt fra {productName}",
  30. "Good night, {name}" : "Godnat {name}",
  31. "Good night" : "Godnat",
  32. "Pick from files" : "Vælg fra Filer"
  33. },
  34. "nplurals=2; plural=(n != 1);");