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

de.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c18ecf16711670dacb12d091a6d951a2a4e8318a (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud-Ankündigungen",
    "%s announced “%s”" : "%s hat \"%s\" angekündigt",
    "These groups will be notified about the announcements." : "Diese Gruppen werden über Ankündigungen benachrichtigt."
},
"nplurals=2; plural=(n != 1);");