13 lines
432 B
JavaScript
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;");
|