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: 355e3eeb85866e012b18e078c3ebd2c20a4a60d4 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "dans {path}",
    "Notifications" : "Notifications",
    "No notifications" : "Aucune notification",
    "Dismiss" : "Ignorer"
},
"nplurals=2; plural=(n > 1);");