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: a425330df83c5b034f63321720ed326e82c7be4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "in {path}",
    "Notifications" : "Kennisgewings",
    "No notifications" : "Geen kennisgewings",
    "Dismiss" : "Wys Af",
    "Failed to perform action" : "Kon nie aksie voltooi nie",
    "Failed to dismiss notification" : "Kon nie kennisgewing afwys nie",
    "Failed to dismiss all notifications" : "Kon nie alle kennisgewings afwys nie ",
    "Admin notifications" : "Admin kennisgewings"
},
"nplurals=2; plural=(n != 1);");