Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b53cb629fb62a147411433e7386781c36dc73a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Avisos de Nextcloud",
    "Nextcloud announcement" : "Aviso de Nextcloud",
    "Read more" : "Ver más",
    "Disable announcements" : "Desactivar avisos",
    "(These announcements are only shown to administrators)" : "(Estos avisos sólo son vistos por los administradores)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Los Anuncios de Nextcloud traen las últimas noticias de Nextcloud a tus notificaciones",
    "Shows the latest news of Nextcloud in your notifications." : "Muestra las últimas noticias de Nextcloud en tus notificaciones.",
    "These groups will be notified about the announcements." : "Estos grupos serán notificados sobre los anuncios."
},
"nplurals=2; plural=(n != 1);");