nextcloud/apps/updatenotification/l10n/da.js

15 lines
822 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-03-28 08:55:08 +03:00
"Updated channel" : "Kanal opdateret",
2016-02-16 16:49:12 +03:00
"{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.",
2016-03-05 09:56:08 +03:00
"Updater" : "Updater",
"A new version is available: %s" : "Der er en ny version tligængelig: %s",
2016-03-28 08:55:08 +03:00
"Open updater" : "Åbn for opdatering",
2016-03-29 08:55:16 +03:00
"Your version is up to date." : "Du har seneste version.",
2016-03-28 08:55:08 +03:00
"Checked on %s" : "Tjekket per %s",
2016-03-29 08:55:16 +03:00
"Update channel:" : "Opdatér kanal:",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Du kan altid opdatere til en nyere version / eksperimentel kanal. Men du kan aldrig nedgradere til en mere stabil kanal"
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");