Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / dll / shellext / stobject / lang / fr-FR.rc
diff --git a/reactos/dll/shellext/stobject/lang/fr-FR.rc b/reactos/dll/shellext/stobject/lang/fr-FR.rc
deleted file mode 100644 (file)
index 273cb83..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-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"
-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        "&Adjust Power Properties"
-    IDS_PWR_METER             "&Open Power Meter"
-    IDS_PWR_RUN               "shell32.dll,Control_RunDLL PowerCfg.cpl"
-    IDS_PWR_PERCENT_REMAINING "%1!u!%% remaining"
-    IDS_PWR_CHARGING          " (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"
-
-    //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_RUN "shell32.dll,Control_RunDLL hotplug.dll"
-    IDS_HOTPLUG_COMMA ", "
-    IDS_HOTPLUG_DRIVE " - Drive(%s)"
-    IDS_HOTPLUG_DRIVES " - Drives(%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."
-
-    //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