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: db5523d259dc2437a4c740012c3fd640f9127eda (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Notifications",
    "No notifications" : "No notifications",
    "Dismiss" : "Dismiss",
    "in {path}" : "in {path}"
},
"nplurals=2; plural=(n != 1);");