From 038daa6367a75e7e1a704cc491c7184340d645d3 Mon Sep 17 00:00:00 2001 From: Kyle Katarn Date: Thu, 3 Sep 2020 15:16:44 +0200 Subject: [PATCH] [SHELL32][PAINT][DRIVERS][SHELLEXT] French translation update (#3092) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hermès BÉLUSCA - MAÏTO --- base/applications/mspaint/lang/fr-FR.rc | 4 +-- dll/shellext/stobject/lang/fr-FR.rc | 30 +++++++++++------------ dll/win32/shell32/lang/fr-FR.rc | 16 ++++++------ drivers/storage/class/cdrom/cdrom.inf | 5 +++- drivers/storage/class/disk/disk.inf | 8 ++++++ drivers/storage/class/ramdisk/ramdisk.inf | 7 ++++++ 6 files changed, 44 insertions(+), 26 deletions(-) diff --git a/base/applications/mspaint/lang/fr-FR.rc b/base/applications/mspaint/lang/fr-FR.rc index a3c5a3b0661..c6cfc2b8b38 100644 --- a/base/applications/mspaint/lang/fr-FR.rc +++ b/base/applications/mspaint/lang/fr-FR.rc @@ -209,12 +209,12 @@ BEGIN IDS_TOOLTIP15 "Ellipse" IDS_TOOLTIP16 "Rectangle arrondi" IDS_ALLFILES "Tous les fichiers" - IDS_ALLPICTUREFILES "All Picture Files" + IDS_ALLPICTUREFILES "Toutes les images" IDS_FILESIZE "%d octets" IDS_PRINTRES "%d x %d pixels par mètre" IDS_INTNUMBERS "Veuillez entrer des nombres entiers uniquement !" IDS_PERCENTAGE "Le pourcentage doit être entre 1 et 500." IDS_ANGLE "L'angle doit être entre -89 et 89." IDS_LOADERRORTEXT "Le fichier %s n'a pas pu être chargé." - IDS_ENLARGEPROMPTTEXT "The image in the clipboard is larger than the bitmap.\nWould you like the bitmap enlarged?" + IDS_ENLARGEPROMPTTEXT "L'image dans le presse-papier est plus grande que le bitmap.\nSouhaitez-vous agrandir le bitmap ?" END diff --git a/dll/shellext/stobject/lang/fr-FR.rc b/dll/shellext/stobject/lang/fr-FR.rc index 47b0f41b925..7d610c2b839 100644 --- a/dll/shellext/stobject/lang/fr-FR.rc +++ b/dll/shellext/stobject/lang/fr-FR.rc @@ -3,7 +3,7 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL IDD_POWER_METER DIALOGEX 0, 0, 252, 218 STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP -CAPTION "Power Meter" +CAPTION "Gestionnaire d'énergie" FONT 8, "MS Shell Dlg" BEGIN CONTROL "Etat de l'alimentation", 1001, "Button", BS_GROUPBOX | WS_CHILD | WS_VISIBLE, 9, 20, 234, 189 @@ -16,26 +16,26 @@ STRINGTABLE BEGIN //Power related strings IDS_PWR_PROPERTIES "&Modifier les paramètres d'alimentation" - IDS_PWR_METER "&Open Power Meter" + IDS_PWR_METER "&Ouvrir le gestionnaire d'énergie" IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl" - IDS_PWR_PERCENT_REMAINING "%u%% remaining" - IDS_PWR_CHARGING "%u%% and charging" - IDS_PWR_UNKNOWN_REMAINING "Unknown remaining" - IDS_PWR_AC "On AC power" - IDS_PWR_HOURS_REMAINING "%1!u!:%2!02u! hours (%3!u!%%) remaining" - IDS_PWR_MINUTES_REMAINING "%1!u! min (%2!u!%%) remaining" + IDS_PWR_PERCENT_REMAINING "%u%% restants" + IDS_PWR_CHARGING "%u%% en charge" + IDS_PWR_UNKNOWN_REMAINING "Restant inconnu" + IDS_PWR_AC "Sur secteur" + IDS_PWR_HOURS_REMAINING "%1!u!:%2!02u! heures (%3!u!%%) restantes" + IDS_PWR_MINUTES_REMAINING "%1!u! mins (%2!u!%%) restantes" //Hotplug related strings - IDS_HOTPLUG_REMOVE_1 "Safely Remove Hardware" - IDS_HOTPLUG_REMOVE_2 "&Safely Remove Hardware" - IDS_HOTPLUG_REMOVE_3 "Safely remove %s" + IDS_HOTPLUG_REMOVE_1 "Retirer le périphérique en sécurité" + IDS_HOTPLUG_REMOVE_2 "&Retirer le périphérique en sécurité" + IDS_HOTPLUG_REMOVE_3 "Retirer %s en sécurité" IDS_HOTPLUG_RUN "shell32.dll,Control_RunDLL hotplug.dll" IDS_HOTPLUG_COMMA ", " - IDS_HOTPLUG_DRIVE " - Drive(%s)" - IDS_HOTPLUG_DRIVES " - Drives(%s)" + IDS_HOTPLUG_DRIVE " - Lecteur(%s)" + IDS_HOTPLUG_DRIVES " - Lecteurs(%s)" IDS_HOTPLUG_A "A:" - IDS_HOTPLUG_REQUIRES "This hardware requires ""Safe Removal""" - IDS_HOTPLUG_CLICK "Before removing this hardware, click on this icon and select the hardware you want to remove." + IDS_HOTPLUG_REQUIRES "Ce périphérique nécessite un ""retrait en sécurité""" + IDS_HOTPLUG_CLICK "Avant de retirer ce périphérique, cliquez sur cette icône et sélectionnez le périphérique à retirer." //Volume related strings IDS_VOL_VOLUME "Volume" diff --git a/dll/win32/shell32/lang/fr-FR.rc b/dll/win32/shell32/lang/fr-FR.rc index f980b2696fa..2cad6e6b751 100644 --- a/dll/win32/shell32/lang/fr-FR.rc +++ b/dll/win32/shell32/lang/fr-FR.rc @@ -998,12 +998,12 @@ BEGIN IDS_NO_ICONS "Le fichier '%s' ne contient pas d'icônes.\n\nVeuillez choisir une icône dans la liste ou sélectionner un fichier différent." IDS_FILE_NOT_FOUND "Le fichier '%s' ne peut être trouvé." IDS_LINK_INVALID "L'élément '%s' auquel ce raccourci fait référence a été modifié ou déplacé et ce raccourci ne fonctionne plus correctement." - IDS_COPYTOMENU "Copy to &folder..." - IDS_COPYTOTITLE "Select the place where you want to copy '%s'. Then click the Copy button." - IDS_COPYITEMS "Copy Items" - IDS_COPYBUTTON "Copy" - IDS_MOVETOMENU "Mo&ve to folder..." - IDS_MOVETOTITLE "Select the place where you want to move '%s' to. Then click the Move button." - IDS_MOVEITEMS "Move Items" - IDS_MOVEBUTTON "Move" + IDS_COPYTOMENU "Copie&r dans un dossier..." + IDS_COPYTOTITLE "Sélectionnez l'emplacement où vous souhaitez copier '%s', puis appuyez sur le bouton Copier." + IDS_COPYITEMS "Copier les éléments" + IDS_COPYBUTTON "Copier" + IDS_MOVETOMENU "&Déplacer vers un dossier..." + IDS_MOVETOTITLE "Sélectionnez l'emplacement où vous souhaitez déplacer '%s', puis appuyez sur le bouton Déplacer." + IDS_MOVEITEMS "Déplacer les éléments" + IDS_MOVEBUTTON "Déplacer" END diff --git a/drivers/storage/class/cdrom/cdrom.inf b/drivers/storage/class/cdrom/cdrom.inf index 8a9a60b3f6a..046ba2e75eb 100644 --- a/drivers/storage/class/cdrom/cdrom.inf +++ b/drivers/storage/class/cdrom/cdrom.inf @@ -75,7 +75,10 @@ GenCdRom.DeviceDesc = "Unidad CD-ROM" GenericMfg = "(Unidades de DVD/CD-ROM genéricas)" [Strings.040C] -CDROMClassName = "Lecteurs de DVD/CD-ROM" +ReactOS = "Equipe ReactOS" +CDROMClassName = "Lecteurs DVD/CD-ROM" +GenCdRom.DeviceDesc = "Lecteur CD-ROM" +GenericMfg = "(Lecteurs DVD/CD-ROM génériques)" [Strings.041B] CDROMClassName = "DVD/CD-ROM mechaniky" diff --git a/drivers/storage/class/disk/disk.inf b/drivers/storage/class/disk/disk.inf index e84f39822f7..d0497a8873b 100644 --- a/drivers/storage/class/disk/disk.inf +++ b/drivers/storage/class/disk/disk.inf @@ -81,6 +81,14 @@ Disk.DeviceDesc = "Unidad de disco" OpticalDisk.DeviceDesc = "Unidad de disco óptico" Disk.ServiceDesc = "Controlador de disco" +[Strings.040C] +ReactOS = "Equipe ReactOS" +GenericMfg = "(Pilotes de disque génériques)" +DiskClassName = "Lecteurs de disques" +Disk.DeviceDesc = "Lecteurs de disques" +OpticalDisk.DeviceDesc = "Lecteurs de disques optiques" +Disk.ServiceDesc = "Pilotes de disques" + [Strings.0415] ReactOS = "Zespół ReactOS" GenericMfg = "(Standardowy dysk twardy)" diff --git a/drivers/storage/class/ramdisk/ramdisk.inf b/drivers/storage/class/ramdisk/ramdisk.inf index 5e300cf6ceb..99b9aec03b8 100644 --- a/drivers/storage/class/ramdisk/ramdisk.inf +++ b/drivers/storage/class/ramdisk/ramdisk.inf @@ -61,6 +61,13 @@ RamdiskBus.Desc = "RAM disk controller" RamdiskVolume.Desc = "RAM disk device (volume)" Ramdisk.ServiceDesc = "ReactOS RAM Disk Driver" +[Strings.040C] +ReactOS = "Equipe ReactOS" +RamdiskClassName = "Ramdisk" +RamdiskBus.Desc = "Controleur de disque virtuel" +RamdiskVolume.Desc = "Disque virtuel (volume)" +Ramdisk.ServiceDesc = "Pilote de disque virtuel ReactOS" + [Strings.0415] ReactOS = "Zespół ReactOS" RamdiskClassName = "Ramdisk"