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

es_CO.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: babd00a6aaf0a86afd4cb38c9a9d148660b4daa4 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Anuncios de Nextcloud",
    "Nextcloud announcement" : "Anuncio de Nextcloud",
    "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 de los anuncios. "
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");