summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/fr.js
blob: eb89450afedec1fdbc3c31d7ef689dece7a47679 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.",
    "Updater" : "Mises à jour",
    "A new version is available: %s" : "Une nouvelle version est disponible : %s",
    "Open updater" : "Ouvrir le système de mise à jour",
    "Update channel:" : "Canal de mise à jour :",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vous pouvez à tout moment mettre à jour vers une version plus récente ou un canal expérimental. Cependant vous ne pourrez jamais revenir à un canal plus stable."
},
"nplurals=2; plural=(n > 1);");