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

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