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

lb.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ef54962c8ad9380ecf2e58b7027768a8db307d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Hello %s," : "Hallo %s,",
    "Notifications" : "Notifikatiounen",
    "Dismiss" : "Ofbriechen",
    "seconds ago" : "Sekonnen hier",
    "in {path}" : "am [Pad]",
    "You need to set up your email address before you can receive notification emails." : "Du muss deng E-Mail-Adress konfiguréieren ier s de Notifikatiouns-Maile kanns emfänken.",
    "Your settings have been updated." : "Deng Astellunge goufen aktualiséiert."
},
"nplurals=2; plural=(n != 1);");