reactos/dll/shellext/stobject/lang/fr-FR.rc
Kyle Katarn 038daa6367
[SHELL32][PAINT][DRIVERS][SHELLEXT] French translation update (#3092)
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-09-03 15:16:44 +02:00

52 lines
2.2 KiB
Plaintext

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 "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
CONTROL "&Toujours afficher l'icone.", 1002, "Button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 6, 6, 120, 10
CONTROL "Afficher les détails pour chaque &batterie.", 1003, "Button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 135, 6, 120, 8
CONTROL "", 1000, "Static", SS_LEFT | WS_CHILD | WS_GROUP, 11, 29, 229, 178
END
STRINGTABLE
BEGIN
//Power related strings
IDS_PWR_PROPERTIES "&Modifier les paramètres d'alimentation"
IDS_PWR_METER "&Ouvrir le gestionnaire d'énergie"
IDS_PWR_RUN "shell32.dll,Control_RunDLL PowerCfg.cpl"
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 "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 " - Lecteur(%s)"
IDS_HOTPLUG_DRIVES " - Lecteurs(%s)"
IDS_HOTPLUG_A "A:"
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"
IDS_VOL_ADJUST "&Ajuster les propriétés audio"
IDS_VOL_OPEN "&Ouvrir le controle du volume"
IDS_VOL_RUN "SNDVOL32.EXE"
IDS_VOL_MUTED "Volume (muet)"
//Keyboard-Mouse related strings
IDS_KEYS_STICKY "StickyKeys"
IDS_KEYS_MOUSE "MouseKeys"
IDS_KEYS_FILTER "FilterKeys"
END