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

es_CO.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16799b0be0853549944c880fdba1f4aae194ee34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "en {path}",
    "Notifications" : "Notificaciones",
    "No notifications" : "No hay notificaciones",
    "Dismiss" : "Descartar",
    "Failed to perform action" : "Se presentó una falla al ejeuctar la acción",
    "Failed to dismiss notification" : "Se presentó una falla al descartar la notificación",
    "Failed to dismiss all notifications" : "Se presentó una falla al descartar todas las notificaciones",
    "Admin notifications" : "Notificaciones adminsitrativas"
},
"nplurals=2; plural=(n != 1);");