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

ca.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f980e4cad68667669d1f71378ffd618dda1a3252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Anuncis del Nextcloud",
    "Nextcloud announcement" : "Anunci del Nextcloud",
    "Read more" : "Llegeix més",
    "Disable announcements" : "Desactiva els anuncis",
    "(These announcements are only shown to administrators)" : "(Aquests anuncis només es mostren als administradors.)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Els anuncis del Nextcloud incorporen les darreres notícies del Nextcloud a les vostres notificacions",
    "Shows the latest news of Nextcloud in your notifications." : "Mostra les darreres notícies del Nextcloud a les vostres notificacions.",
    "These groups will be notified about the announcements." : "Aquests grups rebran notificacions sobre els anuncis."
},
"nplurals=2; plural=(n != 1);");