Author: weiden Date: Mon Nov 27 23:08:27 2006 New Revision: 24877
URL: http://svn.reactos.org/svn/reactos?rev=24877&view=rev Log: Rename resource files to match the locale names
Added: trunk/reactos/base/applications/devmgmt/en-US.rc - copied, changed from r24870, trunk/reactos/base/applications/devmgmt/En.rc Removed: trunk/reactos/base/applications/devmgmt/En.rc Modified: trunk/reactos/base/applications/devmgmt/devmgmt.rc
Removed: trunk/reactos/base/applications/devmgmt/En.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/devmgmt/E... ============================================================================== --- trunk/reactos/base/applications/devmgmt/En.rc (original) +++ trunk/reactos/base/applications/devmgmt/En.rc (removed) @@ -1,79 +1,0 @@ -IDR_MAINMENU MENU -BEGIN - POPUP "&File" - BEGIN - MENUITEM "E&xit", IDC_EXIT - END - POPUP "Action" - BEGIN - MENUITEM "Print", IDC_PRINT, GRAYED - MENUITEM SEPARATOR - MENUITEM "Properties", IDC_PROP, GRAYED - MENUITEM SEPARATOR - MENUITEM "Help", IDC_PROGHELP, GRAYED - END - POPUP "View" - BEGIN - MENUITEM "Devices by type", IDC_DEVBYTYPE, CHECKED - MENUITEM "Devices by connection", IDC_STATIC, GRAYED - MENUITEM "Resources by type", IDC_STATIC, GRAYED - MENUITEM "Resources by connection", IDC_STATIC, GRAYED - END - POPUP "Help" - BEGIN - MENUITEM "Help", IDC_PROGHELP - MENUITEM "About", IDC_ABOUT - END -END - -IDR_POPUP MENU -BEGIN - POPUP "popup" - BEGIN - MENUITEM "Properties", IDC_PROP, GRAYED - MENUITEM SEPARATOR - MENUITEM "Help", IDC_PROGHELP - END -END - -IDD_ABOUTBOX DIALOGEX 22,16,190,182 -CAPTION "About Device Manager" -FONT 8,"Tahoma",0,0 -STYLE WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME -BEGIN - LTEXT "Device Manager v0.1\nCopyright (C) 2006\nby Ged Murphy (gedmurphy@gmail.com)", IDC_STATIC, 48, 7, 130, 26 - PUSHBUTTON "Close", IDOK, 75, 162, 44, 15 - ICON IDI_MAIN_ICON, IDC_STATIC, 10, 10, 7, 30 - EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_LICENSE "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA." -END - -STRINGTABLE DISCARDABLE -BEGIN - IDS_TOOLTIP_PROP "Properties" - IDS_TOOLTIP_REFRESH "Refresh" - IDS_TOOLTIP_HELP "Help" - IDS_TOOLTIP_EXIT "Exit" -END - -/* Hints */ -STRINGTABLE DISCARDABLE -BEGIN - IDS_HINT_BLANK " " - IDS_HINT_EXIT " Exits the program." - IDS_HINT_REFRESH " Refresh the service list." - IDS_HINT_PROP " Open property sheet for the current selection." - IDS_HINT_HELP " Display help window." - IDS_HINT_ABOUT " About ReactOS Device Manager." - - IDS_HINT_SYS_RESTORE " Restores this window to normal size." - IDS_HINT_SYS_MOVE " Moves this window." - IDS_HINT_SYS_SIZE " Resizes this window." - IDS_HINT_SYS_MINIMIZE " Collapses this window to an icon." - IDS_HINT_SYS_MAXIMIZE " Expands this window to fill this screen." - IDS_HINT_SYS_CLOSE " Closes this window." -END
Modified: trunk/reactos/base/applications/devmgmt/devmgmt.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/devmgmt/d... ============================================================================== --- trunk/reactos/base/applications/devmgmt/devmgmt.rc (original) +++ trunk/reactos/base/applications/devmgmt/devmgmt.rc Mon Nov 27 23:08:27 2006 @@ -26,4 +26,5 @@ IDB_EXIT BITMAP DISCARDABLE "res/exit.bmp"
-#include "En.rc" +#include "en-US.rc" +
Copied: trunk/reactos/base/applications/devmgmt/en-US.rc (from r24870, trunk/reactos/base/applications/devmgmt/En.rc) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/devmgmt/e... ============================================================================== --- trunk/reactos/base/applications/devmgmt/En.rc (original) +++ trunk/reactos/base/applications/devmgmt/en-US.rc Mon Nov 27 23:08:27 2006 @@ -1,3 +1,5 @@ +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + IDR_MAINMENU MENU BEGIN POPUP "&File"