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

it.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59de561cd623294822605f47cc7676d9b9bc91c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Annunci di Nextcloud",
    "Nextcloud announcement" : "Annuncio di Nextcloud",
    "Read more" : "Leggi altro",
    "Disable announcements" : "Disabilita annunci",
    "(These announcements are only shown to administrators)" : "(Questi annunci sono mostrati solo agli amministratori)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Gli annunci di Nextcloud portano le ultime notizie di Nextcloud nelle tue notifiche",
    "Shows the latest news of Nextcloud in your notifications." : "Mostra le ultime novità di Nextcloud nelle tue notifiche.",
    "These groups will be notified about the announcements." : "Questi gruppi riceveranno notifiche relative agli annunci."
},
"nplurals=2; plural=(n != 1);");