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: afd969095779532434f501fa80cf6f91eb6d15ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Annonces Nextcloud",
    "Nextcloud announcement" : "Annonce Nextcloud",
    "Read more" : "En savoir plus",
    "Disable announcements" : "Désactiver les annonces",
    "(These announcements are only shown to administrators)" : "(Les annonces ne sont affichées qu'aux administrateurs)",
    "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);");