Welcome to mirror list, hosted at ThFree Co, Russian Federation.

da.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23ef2f9cab87378ff8b846aaf9330e06aff9fb97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Meddelelser fra Nextcloud",
    "Nextcloud announcement" : "Meddelelse fra Nextcloud",
    "Read more" : "Læs mere",
    "Disable announcements" : "Deaktivér annonceringer",
    "(These announcements are only shown to administrators)" : "(Disse annonceringer vises kun til administratorer)",
    "Shows the latest news of Nextcloud in your notifications." : "Vis nyheder fra Nextcloud i dine notifikationer.",
    "These groups will be notified about the announcements." : "Disse grupper vil blive underettet om annonceringerne."
},
"nplurals=2; plural=(n != 1);");