From 347cb157224690f730a89b33eed230922ebfbc31 Mon Sep 17 00:00:00 2001 From: Weedy Weed Smoker Date: Tue, 24 Dec 2019 09:53:57 +0700 Subject: [PATCH] French update - core updater newest additions! --- intl/msg_hash_fr.h | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index a390703ed5..4e006b2c71 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -840,6 +840,54 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT, "Téléchargement de contenu" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_UPDATE_INSTALLED_CORES, + "Mettre à jour les cœurs installés" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_UPDATE_INSTALLED_CORES, + "Met à jour les cœurs installés vers la dernière version disponible." + ) +MSG_HASH( + MSG_FETCHING_CORE_LIST, + "Récupération de la liste des cœurs..." + ) +MSG_HASH( + MSG_CORE_LIST_FAILED, + "Échec de récupération de la liste des cœurs !" + ) +MSG_HASH( + MSG_LATEST_CORE_INSTALLED, + "Dernière version déjà installée : " + ) +MSG_HASH( + MSG_UPDATING_CORE, + "Mise à jour du cœur : " + ) +MSG_HASH( + MSG_DOWNLOADING_CORE, + "Téléchargement du cœur : " + ) +MSG_HASH( + MSG_EXTRACTING_CORE, + "Extraction du cœur : " + ) +MSG_HASH( + MSG_CORE_INSTALLED, + "Cœur installé : " + ) +MSG_HASH( + MSG_SCANNING_CORES, + "Analyse des cœurs..." + ) +MSG_HASH( + MSG_CHECKING_CORE, + "Vérification du cœur : " + ) +MSG_HASH( + MSG_ALL_CORES_UPDATED, + "Tous les cœurs installés sont à jour" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_MENU_SCALE_FACTOR, "Facteur de mise à l'échelle du menu"