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: 5c5c7986d98f90094f5ea5836bacf4b93777513d (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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");