12 lines
589 B
JavaScript
12 lines
589 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Anuncios de Nextcloud",
|
|
"Nextcloud announcement" : "Anunciu de Nextcloud",
|
|
"Read more" : "Lleer más",
|
|
"Disable announcements" : "Desactivar los anuncios",
|
|
"(These announcements are only shown to administrators)" : "(Estos anuncios namás los ve l'alministración)",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Los anuncios de Nextcloud llévente les últimes noticies de Nextcloud a los tos avisos"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|