summaryrefslogtreecommitdiffstats
path: root/l10n/es_419.js
blob: d6a5924348f34d5d6536f60328624495a3eb3795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "social",
    {
    "Help" : "Ayuda",
    "Open documentation" : "Abrir documentación",
    "Finish setup" : "Terminar configuración",
    "Home" : "Inicio",
    "Notifications" : "Notificaciones",
    "Public" : "Público",
    "Reply" : "Responder",
    "More actions" : "Más acciones",
    "Close" : "Cerrar",
    "Continue" : "Continuar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");