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

oc.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbd7bcad7c58021705347bfdb5f2f1691d24d74d (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Notificacions admin",
    "Notifications" : "Notificacions",
    "Dismiss all notifications" : "Tancar totas las notificacions",
    "No notifications" : "Cap de notificacion",
    "Dismiss" : "Ignorar",
    "seconds ago" : "i a qualques segondas"
},
"nplurals=2; plural=(n > 1);");