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

nl.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: edef3ea53e6171169b72deecb468ba0a63440c75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud aankondigingen",
    "Nextcloud announcement" : "Nextcloud aankondiging",
    "Read more" : "Lees meer",
    "Disable announcements" : "Uitschakelen meldingen",
    "(These announcements are only shown to administrators)" : "(Deze meldingen worden alleen getoond aan beheerders)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud notificaties brengt het laatste nieuws van Nextcloud in je meldingen",
    "Shows the latest news of Nextcloud in your notifications." : "Toon het laatste Nextcloud nieuws in je meldingen.",
    "These groups will be notified about the announcements." : "Deze groepen zullen een melding krijgen van deze aankondigingen."
},
"nplurals=2; plural=(n != 1);");