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

af.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a6eba810ce45e04da77b2a474989938a44152f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Admin kennisgewings",
    "Notifications" : "Kennisgewings",
    "No notifications" : "Geen kennisgewings",
    "Failed to dismiss all notifications" : "Kon nie alle kennisgewings afwys nie ",
    "Failed to perform action" : "Kon nie aksie voltooi nie",
    "Dismiss" : "Wys Af",
    "seconds ago" : "sekondes gelede",
    "Failed to dismiss notification" : "Kon nie kennisgewing afwys nie",
    "in {path}" : "in {path}"
},
"nplurals=2; plural=(n != 1);");