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: 552aa2eaae30cef8564cfd9bea91c692b9a2279d (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud aankondigingen",
    "Nextcloud announcement" : "Nextcloud aankondiging",
    "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);");