Author: dchapyshev
Date: Sun Dec 2 22:51:15 2007
New Revision: 30971
URL:
http://svn.reactos.org/svn/reactos?rev=30971&view=rev
Log:
- Add defines for "Delete" and "Save As" buttons to all languages
- Delete 4-bits icons
Modified:
trunk/reactos/dll/cpl/powercfg/lang/bg-BG.rc
trunk/reactos/dll/cpl/powercfg/lang/cs-CZ.rc
trunk/reactos/dll/cpl/powercfg/lang/de-DE.rc
trunk/reactos/dll/cpl/powercfg/lang/fr-FR.rc
trunk/reactos/dll/cpl/powercfg/lang/id-ID.rc
trunk/reactos/dll/cpl/powercfg/lang/it-IT.rc
trunk/reactos/dll/cpl/powercfg/lang/nl-NL.rc
trunk/reactos/dll/cpl/powercfg/lang/pl-PL.rc
trunk/reactos/dll/cpl/powercfg/lang/ru-RU.rc
trunk/reactos/dll/cpl/powercfg/lang/th-TH.rc
trunk/reactos/dll/cpl/powercfg/lang/uk-UA.rc
trunk/reactos/dll/cpl/powercfg/resources/batterycharging.ico
trunk/reactos/dll/cpl/powercfg/resources/batterychargingcritical.ico
trunk/reactos/dll/cpl/powercfg/resources/batterycharginghalf.ico
trunk/reactos/dll/cpl/powercfg/resources/batterycharginghigh.ico
trunk/reactos/dll/cpl/powercfg/resources/batterycharginglow.ico
trunk/reactos/dll/cpl/powercfg/resources/batterycritical.ico
trunk/reactos/dll/cpl/powercfg/resources/batteryfull.ico
trunk/reactos/dll/cpl/powercfg/resources/batteryhalf.ico
trunk/reactos/dll/cpl/powercfg/resources/batteryhigh.ico
trunk/reactos/dll/cpl/powercfg/resources/batterylow.ico
trunk/reactos/dll/cpl/powercfg/resources/batteryunknown.ico
trunk/reactos/dll/cpl/powercfg/resources/nobattery.ico
Modified: trunk/reactos/dll/cpl/powercfg/lang/bg-BG.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/bg-B…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/bg-BG.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/bg-BG.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,45,13,194,36
GROUPBOX "Çà&õðàíâàíå", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Çàïèñ êàòî...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Èçòðèâàíå", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&Çàïèñ êàòî...", IDC_SAVEAS_BTN, 100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Èçòðèâàíå", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Íåèçâåñòíî", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Êîãàòî êîìïþòúðúò ñå:",IDC_SAT,15,120,60,18
LTEXT "Çàõðàíâà îò ìðåæàòà",IDC_SAC,100,120,45,18
Modified: trunk/reactos/dll/cpl/powercfg/lang/cs-CZ.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/cs-C…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/cs-CZ.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/cs-CZ.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,45,13,194,36
GROUPBOX "&Schéma napájení", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Uloit jako...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Odstranit", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&Uloit jako...", IDC_SAVEAS_BTN, 100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Odstranit", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Neznámý", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Pokud je poèítaè:",IDC_SAT,15,120,60,10
LTEXT "Pøipojen",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/de-DE.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/de-D…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/de-DE.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/de-DE.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,45,13,194,36
GROUPBOX "&Energieschemata", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "Speichern &unter...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Löschen", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "Speichern &unter...", IDC_SAVEAS_BTN,
100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Löschen", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Unbekannt", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Bei:",IDC_SAT,15,120,60,10
LTEXT "Netzbetrieb",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/fr-FR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/fr-F…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/fr-FR.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/fr-FR.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,45,13,194,36
GROUPBOX "P&rofils d'alimentation", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Sauvegarder sous...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Supprimer", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&Sauvegarder sous...", IDC_SAVEAS_BTN,
100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Supprimer", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Inconnu", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Alimentation :",IDC_SAT,15,120,60,10
LTEXT "Branché",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/id-ID.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/id-I…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/id-ID.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/id-ID.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,45,13,194,36
GROUPBOX "Skema Tena&ga", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Simpan Sebagai...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Hapus", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&Simpan Sebagai...", IDC_SAVEAS_BTN,
100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Hapus", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Tidak Dikenal", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Ketika komputer:",IDC_SAT,15,120,60,10
LTEXT "Dicolok listrik",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/it-IT.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/it-I…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/it-IT.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/it-IT.rc Sun Dec 2 22:51:15 2007
@@ -11,8 +11,8 @@
GROUPBOX "Schema di gestione dell'energia",-1,8,48,240,48
COMBOBOX IDC_ENERGYLIST,15,61,224,92,CBS_DROPDOWNLIST |
WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Salva come...",-1,101,76,75,15,WS_DISABLED
- PUSHBUTTON "&Cancella",-1,181,76,55,15,WS_DISABLED
+ PUSHBUTTON "&Salva
come...",IDC_SAVEAS_BTN,101,76,75,15,WS_DISABLED
+ PUSHBUTTON "&Cancella",IDC_DELETE_BTN,181,76,55,15,WS_DISABLED
GROUPBOX "sconosciuto",IDC_GRPDETAIL,8,100,240,112
LTEXT "Quando il computer è:",IDC_SAT,16,112,72,16
LTEXT "Alimentato\rda rete",IDC_SAC,120,112,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/nl-NL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/nl-N…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/nl-NL.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/nl-NL.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,45,13,194,36
GROUPBOX "&Energie schema's", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Opslaan als...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Verwijderen", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&Opslaan als...", IDC_SAVEAS_BTN, 100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Verwijderen", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Onbekend", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Wanneer computer:",IDC_SAT,15,120,60,10
LTEXT "Op netvoeding werkt",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/pl-PL.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/pl-P…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/pl-PL.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/pl-PL.rc Sun Dec 2 22:51:15 2007
@@ -15,8 +15,8 @@
-1,45,13,194,36
GROUPBOX "&Schematy zasilania", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Zapisz jako...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&Usuñ", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&Zapisz jako...", IDC_SAVEAS_BTN, 100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Usuñ", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Nieznany", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Kiedy komputer jest:",IDC_SAT,15,120,60,10
LTEXT "Pod³¹czony",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/ru-RU.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/ru-R…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/ru-RU.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/ru-RU.rc Sun Dec 2 22:51:15 2007
@@ -12,8 +12,8 @@
-1,37,5,194,36
GROUPBOX "&Ñõåìû óïðàâëåíèÿ ïèòàíèåì", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "Ñîõðàíèòü &êàê...", -1, 103,85,75,15,WS_DISABLED
- PUSHBUTTON "&Óäàëèòü", -1, 183,85,55,15,WS_DISABLED
+ PUSHBUTTON "Ñîõðàíèòü &êàê...", IDC_SAVEAS_BTN, 103,85,75,15,WS_DISABLED
+ PUSHBUTTON "&Óäàëèòü", IDC_DELETE_BTN, 183,85,55,15,WS_DISABLED
GROUPBOX "Íåò äàííûõ", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Ïðè ïèòàíèè:",IDC_SAT,15,120,60,10
LTEXT "îò ñåòè",IDC_SAC,113,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/th-TH.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/th-T…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/th-TH.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/th-TH.rc Sun Dec 2 22:51:15 2007
@@ -10,8 +10,8 @@
-1,45,13,194,36
GROUPBOX "P&ower schemes", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&ºÑ¹·Ö¡à»ç¹...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "&ź", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "&ºÑ¹·Ö¡à»ç¹...", IDC_SAVEAS_BTN, 100,85,75,15,WS_DISABLED
+ PUSHBUTTON "&ź", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "äÁè·ÃÒº¤èÒ", IDC_GRPDETAIL, 7,108,240,105
LTEXT "àÁ×èͤÍÁ¾ÔÇàµÍÃìà»ç¹:",IDC_SAT,15,120,60,10
LTEXT "Plugged in",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/lang/uk-UA.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/lang/uk-U…
==============================================================================
--- trunk/reactos/dll/cpl/powercfg/lang/uk-UA.rc (original)
+++ trunk/reactos/dll/cpl/powercfg/lang/uk-UA.rc Sun Dec 2 22:51:15 2007
@@ -18,8 +18,8 @@
-1,45,13,194,36
GROUPBOX "&Ñõåìè êåðóâàííÿ æèâëåííÿì", -1, 7,57,240,46
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "Çáåðåãòè &ÿê...", -1, 100,85,75,15,WS_DISABLED
- PUSHBUTTON "Â&èäàëèòè", -1, 180,85,55,15,WS_DISABLED
+ PUSHBUTTON "Çáåðåãòè &ÿê...", IDC_SAVEAS_BTN, 100,85,75,15,WS_DISABLED
+ PUSHBUTTON "Â&èäàëèòè", IDC_DELETE_BTN, 180,85,55,15,WS_DISABLED
GROUPBOX "Íåìຠäàíèõ", IDC_GRPDETAIL, 7,108,240,105
LTEXT "Ïðè æèâëåíí³:",IDC_SAT,15,120,60,10
LTEXT "â³ä ìåðåæ³",IDC_SAC,100,120,45,15
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterycharging.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterychargingcritical.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterycharginghalf.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterycharginghigh.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterycharginglow.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterycritical.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batteryfull.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batteryhalf.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batteryhigh.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batterylow.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/batteryunknown.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/dll/cpl/powercfg/resources/nobattery.ico
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/powercfg/resources…
==============================================================================
Binary files - no diff available.