kopia lustrzana https://github.com/nextcloud/social
16 wiersze
406 B
JavaScript
16 wiersze
406 B
JavaScript
OC.L10N.register(
|
|
"social",
|
|
{
|
|
"Help" : "Ayuda",
|
|
"Open documentation" : "Abrir la 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=2; plural=(n != 1);");
|