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

fr.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec26cda1021fbe3bb7f8ba00124fad21d6979c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "Échec lors de la réalisation de l'action",
    "Failed to dismiss notification" : "Impossible d'ignorer la notification",
    "Failed to dismiss all notifications" : "Impossible d'ignorer toutes les notifications",
    "in {path}" : "dans {path}",
    "Notifications" : "Notifications",
    "No notifications" : "Aucune notification",
    "Dismiss" : "Ignorer"
},
"nplurals=2; plural=(n > 1);");