Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

290 lines
9.5 KiB

/*:
@*: This file is organized into two main blocks. The first block contains
@*: code (non-string) sections which are specific to languages. Please put
@*: the code sections in the correct language.
@*: The second block is reserved for [Strings] which localizers will be
@*: working with. It is further divided using "#if LANGUAGE ==" for language
@*: specific strings. For strings which are common to all languages
@*: place outside the #ifs.
@*:
@*: This file is first precompiled with LANGUAGE_ID
@*: set to the language (see inf\win4\inf\makefile.inc for details).
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
@*: will appear.
@*:
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
@*:
@*/
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
// This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
#elif LANGUAGE_ID == 0x804
//CHS specific sections
[DestinationDirs]
ImegenCopyFilesSys = 24,%PROGRAMF%\%ACCESSOR% ; LDID_SHARED
ImegenCopyFilesHelp = 18 ; LDID_HELP
[Optional Components]
Imegen
[Imegen]
OptionDesc = %Imegen_DESC%
Tip = %Imegen_TIP%
IconIndex = 70
Parent = AccessTop
CopyFiles = ImegenCopyFilesSys, ImegenCopyFilesHelp
ProfileItems = ImegenUninstallItems, ImegenUninstallCommonItems
Uninstall = ImegenUninstall
Modes = 0,1,2,3
SizeApproximation = 174046
[ImegenUninstall]
DelFiles = ImegenCopyFilesSys, ImegenCopyFilesHelp
ProfileItems = ImegenUninstallItems, ImegenUninstallCommonItems
[ImegenInstallItems]
Name = %Imegen_DESC%
CmdLine = 24, %PROGRAMF%\%ACCESSOR%, imegen.exe
SubDir = %Access_GROUP%
WorkingDir = 24, %PROGRAMF%\%ACCESSOR%
InfoTip = %Imegen_Infotip%
[ImegenUninstallItems]
Name = %Imegen_DESC%,0x00000003
Subdir = %Access_GROUP%
[ImegenUninstallCommonItems]
Name = %Imegen_DESC%,0x00000002
Subdir = %Access_GROUP%
[ImegenCopyFilesSys]
Imegen.exe
[ImegenCopyFilesHelp]
Imegen.chm
#elif LANGUAGE_ID == 0x404
//CHT specific sections
[DestinationDirs]
UimetoolCopyFilesSys = 24,%PROGRAMF%\%ACCESSOR% ; LDID_SHARED
UimetoolCopyFilesHelp = 18 ; LDID_HELP
LctoolCopyFilesSys = 24,%PROGRAMF%\%ACCESSOR% ; LDID_SHARED
LctoolCopyFilesHelp = 18 ; LDID_HELP
[Optional Components]
Uimetool
Lctool
[Uimetool]
OptionDesc = %Uimetool_DESC%
Tip = %Uimetool_TIP%
IconIndex = 69
Parent = AccessTop
CopyFiles = UimetoolCopyFilesSys, UimetoolCopyFilesHelp
ProfileItems = UimetoolUninstallItems, UimetoolInstallItems
Uninstall = UimetoolUninstall
Modes = 0,1,2,3
SizeApproximation = 117160
[UimetoolUninstall]
DelFiles = UimetoolCopyFilesSys, UimetoolCopyFilesHelp
ProfileItems = UimetoolUninstallItems, UimetoolUninstallCommonItems
[UimetoolInstallItems]
Name = %Uimetool_DESC%
CmdLine = 24, %PROGRAMF%\%ACCESSOR%, uimetool.exe
SubDir = %Access_GROUP%
WorkingDir = 24, %PROGRAMF%\%ACCESSOR%
InfoTip = %Uimetool_Infotip%
[UimetoolUninstallItems]
Name = %Uimetool_DESC%,0x00000003
Subdir = %Access_GROUP%
[UimetoolUninstallCommonItems]
Name = %Uimetool_DESC%,0x00000002
Subdir = %Access_GROUP%
[UimetoolCopyFilesSys]
Uimetool.exe
[UimetoolCopyFilesHelp]
uimetool.chm
[LcTool]
OptionDesc = %LcTool_DESC%
Tip = %LcTool_TIP%
IconIndex = 68 ;Windows mini-icon for dialogs
Parent = AccessTop
CopyFiles = LcToolCopyFilesSys, LcToolCopyFilesHelp
ProfileItems = LcToolUninstallItems, LcToolInstallItems
Uninstall = LcToolUninstall
Modes = 0,1,2,3
SizeApproximation = 77372
[LcToolUninstall]
DelFiles = LcToolCopyFilesSys, LcToolCopyFilesHelp
ProfileItems = LcToolUninstallItems, LcToolUninstallCommonItems
[LcToolInstallItems]
Name = %LcTool_DESC%
CmdLine = 24, %PROGRAMF%\%ACCESSOR%, LcTool.exe
SubDir = %Access_GROUP%
WorkingDir = 24, %PROGRAMF%\%ACCESSOR%
InfoTip = %LcTool_Infotip%
[LcToolUninstallItems]
Name = %LcTool_DESC%,0x00000003
Subdir = %Access_GROUP%
[LcToolUninstallCommonItems]
Name = %LcTool_DESC%,0x00000002
Subdir = %Access_GROUP%
[LctoolCopyFilesSys]
Lctool.exe
[LctoolCopyFilesHelp]
lctool.chm
#elif LANGUAGE_ID == 0x411
//JPN specific sections
#elif LANGUAGE_ID == 0x412
//KOR specific sections
#endif
// String section below for localizers
[Strings]
#if LANGUAGE_ID == 0x804
Imegen_TIP = "Imegen_TIP"
Imegen_InfoTIP = "Imegen_InfoTIP"
Imegen_Desc = "Imegen_Desc"
PROGRAMF = "Program Files"
ACCESSOR = "Windows NT\Accessories"
#elif LANGUAGE_ID == 0x404
Uimetool_TIP = "Uimetool_TIP"
Uimetool_InfoTIP = "Uimetool_InfoTIP"
Uimetool_Desc = "Uimetool_Desc"
Lctool_TIP = "Lctool_TIP"
Lctool_InfoTIP = "Lctool_InfoTIP"
Lctool_Desc = "Lctool_Desc"
@*:;begin_sld_ShellMSPaint
PROGRAMF = "Program Files"
ACCESSOR = "Windows NT\Accessories"
@*:;end_sld_ShellMSPaint
#endif
@*:;begin_sld_ShellMSPaint
KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
KEY_CURRENT = "Software\Microsoft\Windows\CurrentVersion"
Access_GROUP = "Accessories"
AccessTop_DESC = "Accessories"
SystemTools_GROUP = "Accessories\System Tools"
AccessTop_TIP = "Includes Windows accessories and enhancements for your computer."
AccessUtil_Desc = "Accessories and Utilities"
AccessUtil_TIP = "Includes Windows Accessories and Utilities for your computer."
Calc_DESC = "Calculator"
Calc_TIP = "Enables you to perform calculations."
Calc_Infotip = "Performs basic arithmetic tasks with an on-screen calculator."
CharMap_DESC = "Character Map"
CharMap_TIP = "Enables you to insert symbols and characters into documents."
CharMap_Infotip = "Selects special characters and copies them to your document."
ClipBook_DESC = "Clipboard Viewer"
ClipBook_TIP = "Enables you to view or store information in a clipbook."
ClipBook_Infotip = "Use Clipboard Viewer to view, save, and share text that you have cut and/or copied from documents."
CLIPBOARD_CLIP = "Clipboard Clip"
Deskpaper_DESC = "Desktop Wallpaper"
Deskpaper_TIP = "Includes background images and pictures for your Windows desktop."
Blueday = "Blue Monday.bmp"
Blulac16 = "Blue Lace 16.bmp"
Blumon16 = "Blue Monday 16.bmp"
Bubbles = "Soap Bubbles.bmp"
Coffee16 = "Coffee Bean 16.bmp"
Coffeebn = "Coffee Bean.bmp"
Feather = "FeatherTexture.bmp"
Fidlhead = "Fiddle Head.bmp"
Furry16 = "Furry Dog 16.bmp"
Furrydog = "Furry Dog.bmp"
Geometrx = "Geometrix.bmp"
Gonefish = "Gone Fishing.bmp"
Grnstone = "Greenstone.bmp"
Hazy16 = "Hazy Autumn 16.bmp"
Hikingbt = "Hiking Boot.bmp"
Leaves16 = "Leaf Fossils 16.bmp"
Lether16 = "Leather 16.bmp"
Mpltrail = "Maple Trails.bmp"
Pglyph16 = "Petroglyph 16.bmp"
Pool = "Swimming Pool.bmp"
Prairie = "Prairie Wind.bmp"
Rhody = "Rhododendron.bmp"
Rvrsumid = "River Sumida.bmp"
Santafe = "Santa Fe Stucco.bmp"
Seaside = "Seaside.bmp"
Seside16 = "Seaside 16.bmp"
Snakeskn = "Snakeskin.bmp"
Solstice = "Solstice.bmp"
Upstrm16 = "Upstream 16.bmp"
Zapotec = "Zapotec.bmp"
Zaptec16 = "Zapotec 16.bmp"
MousePoint_DESC = "Mouse Pointers"
MousePoint_TIP = "A variety of easy-to-see pointer sizes for your mouse."
MP_REG_SCHEMES = "Software\Microsoft\Windows\CurrentVersion\Control Panel\Cursors\Schemes"
Cursors = "Cursors"
WindowsDefault = "Windows Default"
WindowsAnimated = "Windows Animated"
3DWhite = "3D-White"
Hands1 = "Hands 1"
Hands2 = "Hands 2"
Dinosaur = "Dinosaur"
OldFashioned = "Old Fashioned"
Conductor = "Conductor"
Magnified = "Magnified"
Variations = "Variations"
3DBronze = "3D-Bronze"
Paint_DESC = "Paint"
Paint_TIP = "Enables you to create, modify, or view pictures."
Paint_Infotip = "Creates and edits drawings, and displays and edits scanned photos."
PaintbrushPicture = "Paintbrush Picture"
Edit = "Edit"
BitmapImage = "Bitmap Image"
HotKey_Edit = "&Edit"
HotKey_Open = "&Open"
QuickView_DESC = "Quick View"
QuickView_TIP = "Enables you to preview a document without opening it."
ScreenSave_DESC= "Screen Savers"
ScreenSave_TIP = "Display moving images when your computer is idle to prevent damage to your screen."
SSOpenGL_DESC = "OpenGL Screen Savers"
SSOpenGL_TIP = "3 dimensional screen savers."
SSStandard_DESC= "Standard Screen Savers"
SSStandard_TIP = "Basic screen savers."
Templates_DESC = "Document Templates"
Templates_TIP = "Allows you to easily create new documents for your most common programs."
Templates_Dir = "Templates"
@*:;end_sld_ShellMSPaint