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: 0e58efc1dfd741ad3ee73acbc843abeee7815c18 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Meddelelser fra Nextcloud",
    "Nextcloud announcement" : "Meddelelse fra Nextcloud",
    "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);");