nextcloud/apps/dashboard/l10n/fr.js

21 lines
711 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"dashboard",
{
"Dashboard" : "Tableau de bord",
"Customize" : "Personnaliser",
"Change background image" : "Modifier limage d'arrière-plan",
"Weather service" : "Service météo",
"Weather data from Met.no" : "Données météo fournies par Met.no",
"Weather" : "Météo",
"Status" : "Statut",
"Good evening, {name}" : "Bonsoir {name}",
"Good evening" : "Bonsoir",
"Good afternoon" : "Bon après-midi",
"Good morning, {name}" : "Bonjour {name}",
"Good morning" : "Bonjour",
"Good night, {name}" : "Bonne nuit {name}",
"Good night" : "Bonne nuit",
"Default images" : "Images par défaut"
},
"nplurals=2; plural=(n > 1);");