9 lines
431 B
JavaScript
9 lines
431 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Anuncios de Nextcloud",
|
|
"Nextcloud announcement" : "Anuncio de Nextcloud",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Los anuncios de Nextcloud incorporan las últimas notícias de Nextcloud en sus notificaciones"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|