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: d79a71e608f5e9311e8d433349cbf59b7e2c4178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Anuncis de Nextcloud",
    "Nextcloud announcement" : "Anunci de Nextcloud",
    "Read more" : "Llegiu-ne més.",
    "Disable announcements" : "Inhabilita els avisos",
    "(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" : "Anuncis de Nextcloud porta les darreres noticies de Nextcloud a les vostres notificacions",
    "Shows the latest news of Nextcloud in your notifications." : "Mostra les darreres notícies de Nextcloud a les vostres notificacions.",
    "These groups will be notified about the announcements." : "Aquests grups seran notificats sobre els anuncis."
},
"nplurals=2; plural=(n != 1);");