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: 95deaccb94b14ec65cfe9fdb85429d102d6e3e24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud-Ankündigungen",
    "Nextcloud announcement" : "Nextcloud-Ankündigung",
    "Read more" : "Weiterlesen",
    "Disable announcements" : "Ankündigungen ausschalten",
    "(These announcements are only shown to administrators)" : "(Diese Ankündigungen werden nur Administratoren angezeigt)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud announcements zeigt Nextcloud-Neuigkeiten in den Benachrichtigungen an",
    "Shows the latest news of Nextcloud in your notifications." : "Nextcloud-Neuigkeiten in den Benachrichtigungen anzeigen",
    "These groups will be notified about the announcements." : "Diese Gruppen werden über Ankündigungen benachrichtigt."
},
"nplurals=2; plural=(n != 1);");