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: 7b8302b41550cffe5e4a7ef44b4b0d9a7eb4419a (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "en {path}",
    "Notifications" : "Avisos",
    "No notifications" : "Nun hai avisos",
    "Dismiss" : "Escartar",
    "Failed to dismiss notification" : "Fallu al escartar l'avisu",
    "Failed to dismiss all notifications" : "Fall al escartar tolos avisos"
},
"nplurals=2; plural=(n != 1);");