diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-15 02:31:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-15 02:31:48 +0000 |
commit | fde8c081d8d58f92e156628f5b6f2bfd5f5a0272 (patch) | |
tree | c026f79e41da997668aa63605fe483a23003ad6e /apps/dashboard/l10n/fr.js | |
parent | 009d5e93f71badf761144c15bcce7382dd579391 (diff) | |
download | nextcloud-server-fde8c081d8d58f92e156628f5b6f2bfd5f5a0272.tar.gz nextcloud-server-fde8c081d8d58f92e156628f5b6f2bfd5f5a0272.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dashboard/l10n/fr.js')
-rw-r--r-- | apps/dashboard/l10n/fr.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/dashboard/l10n/fr.js b/apps/dashboard/l10n/fr.js index 2b6bcd9149f..de3bc18520b 100644 --- a/apps/dashboard/l10n/fr.js +++ b/apps/dashboard/l10n/fr.js @@ -6,7 +6,6 @@ OC.L10N.register( "Customize" : "Personnaliser", "Edit widgets" : "Modifier les widgets", "Get more widgets from the App Store" : "Obtenez plus de widgets depuis la Boutique d'applications", - "Change background image" : "Changer 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." : "Afin de protéger 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", @@ -22,11 +21,11 @@ OC.L10N.register( "Good evening, {name}" : "Bonsoir {name}", "Hello" : "Bonjour", "Hello, {name}" : "Bonjour {name}", + "Show something" : "Afficher quelque chose", + "Change background image" : "Changer l’image d'arrière-plan", "Pick from Files" : "Mes images", - "Default image" : "Image par défaut", + "Default images" : "Images par défaut", "Plain background" : "Arrière-plan uni", - "Insert from {productName}" : "Sélectionnez une image de {productName}", - "Show something" : "Afficher quelque chose", - "Default images" : "Images par défaut" + "Insert from {productName}" : "Sélectionnez une image de {productName}" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |