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

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