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

de.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e60c1f9d3374b440e7539dbf0be1d2a81838e84f (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "in {path}",
    "Notifications" : "Benachrichtigungen",
    "No notifications" : "Keine Benachrichtigungen",
    "Dismiss" : "Verwerfen"
},
"nplurals=2; plural=(n != 1);");