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

ast.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da9f143b9025008dc307427c30950fcf2a3a6f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Avisos",
    "No notifications" : "Nun hai avisos",
    "Failed to dismiss all notifications" : "Fall al escartar tolos avisos",
    "Dismiss" : "Escartar",
    "seconds ago" : "hai segundos",
    "Failed to dismiss notification" : "Fallu al escartar l'avisu",
    "in {path}" : "en {path}"
},
"nplurals=2; plural=(n != 1);");