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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard/l10n/fr.js')
-rw-r--r--apps/dashboard/l10n/fr.js17
1 files changed, 9 insertions, 8 deletions
diff --git a/apps/dashboard/l10n/fr.js b/apps/dashboard/l10n/fr.js
index 3812aeb48ba..d5f3489a55e 100644
--- a/apps/dashboard/l10n/fr.js
+++ b/apps/dashboard/l10n/fr.js
@@ -2,13 +2,13 @@ OC.L10N.register(
"dashboard",
{
"Dashboard" : "Tableau de bord",
- "Dashboard app" : "Application Tableau de bord",
+ "Dashboard app" : "Appli Tableau de bord",
"Customize" : "Personnaliser",
"Edit widgets" : "Modifier les widgets",
- "Get more widgets from the App Store" : "Obtenez plus de widgets depuis le magasin d'applications",
+ "Get more widgets from the App Store" : "Obtenez plus de widgets depuis la boutique d'applications",
"Change background image" : "Modifier l’image d'arrière-plan",
"Weather service" : "Service météo",
- "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud en votre nom afin que le service météo ne reçoive aucune information personnelle.",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud à votre place afin que le service météo ne reçoive aucune information personnelle.",
"Weather data from Met.no" : "Données météo fournies par Met.no",
"geocoding with Nominatim" : "Géocodage avec Nominatim",
"elevation data from OpenTopoData" : "Données d'altitude provenant d'OpenTopoData",
@@ -17,15 +17,16 @@ OC.L10N.register(
"Good morning" : "Bonjour",
"Good morning, {name}" : "Bonjour {name}",
"Good afternoon" : "Bon après-midi",
- "Good afternoon, {name}" : "Bon après-midi, {name}",
+ "Good afternoon, {name}" : "Bon après-midi {name}",
"Good evening" : "Bonsoir",
"Good evening, {name}" : "Bonsoir {name}",
"Hello" : "Bonjour",
"Hello, {name}" : "Bonjour {name}",
- "Pick from Files" : "Sélectionnez parmi les fichiers",
- "Plain background" : "Fond uni",
- "Insert from {productName}" : "Insérer depuis {productName}",
- "Show something" : "Montrer quelque chose",
+ "Pick from Files" : "Mes images",
+ "Default image" : "Image par défaut",
+ "Plain background" : "Arrière-plan uni",
+ "Insert from {productName}" : "Sélectionner dans {productName}",
+ "Show something" : "Afficher quelque chose",
"Default images" : "Images par défaut"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");