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

fi.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91f0f233dff3a29f69137522a5f5b32d3c4c8f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Ylläpitoilmoitukset",
    "Notifications" : "Ilmoitukset",
    "Failed to perform action" : "Toimenpiteen suorittaminen epäonnistui",
    "in {path}" : "polussa {path}",
    "No notifications" : "Ei ilmoituksia",
    "Dismiss" : "Hylkää"
},
"nplurals=2; plural=(n != 1);");