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

gl.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6b7e154d02c067593cc3f4c7552cc5387e918b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Anuncios do Nextcloud",
    "Nextcloud announcement" : "Anuncio do Nextcloud",
    "Read more" : "Ler máis",
    "Disable announcements" : "Desactivar os anuncioa",
    "(These announcements are only shown to administrators)" : "(Estes anuncios só se amosan aos administradores)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Os anuncios do Nextcloud incorporan as últimas noticias de Nextcloud nas súas notificacións.",
    "Shows the latest news of Nextcloud in your notifications." : "Amosa as últimas noticias do Nextcloud nas súas notificacións.",
    "These groups will be notified about the announcements." : "Estes grupos recibirán notificacións sobre os anuncios."
},
"nplurals=2; plural=(n != 1);");