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

fr.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3857ae372e0d26e66a24348e46bb71250aef747 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Annonces Nextcloud",
    "Nextcloud announcement" : "Annonce Nextcloud",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Annonces Nextcloud rapporte les dernières nouvelles de Nextcloud dans vos notifications",
    "Shows the latest news of Nextcloud in your notifications." : "Afficher les dernières actualités de Nextcloud dans vos notifications.",
    "These groups will be notified about the announcements." : "Ces groupes seront notifiés des annonces."
},
"nplurals=2; plural=(n > 1);");