f7cloud_client/apps/support/l10n/es_CR.js
2026-03-05 13:40:40 +00:00

13 lines
432 B
JavaScript

OC.L10N.register(
"support",
{
"Link:" : "Enlace:",
"Forum" : "Foro",
"News" : "Noticias",
"Like our Facebook page" : "Da un Like a nuestra página de Facebook",
"Follow us on Twitter" : "Síguenos en Twitter",
"Check out our blog" : "Visita nuestro blog",
"Subscribe to our newsletter" : "Suscribete a nuestro boletín"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");