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: b820acf787e29bff21d90090c7f9c9adc7b8155e (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Annunci di Nextcloud",
    "%s announced “%s”" : "%s ha annunciato \"%s\"",
    "These groups will be notified about the announcements." : "Questi gruppi riceveranno notifiche relative agli annunci."
},
"nplurals=2; plural=(n != 1);");