/*: @*: 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 #elif LANGUAGE_ID == 0x404 //CHT specific sections #elif LANGUAGE_ID == 0x411 //JPN specific sections #elif LANGUAGE_ID == 0x412 //KOR specific sections #endif // String section below for localizers [Strings] ;Non-Localizable strings: KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents" KEY_DEFSCH = "AppEvents\Schemes\Apps\.Default" KEY_APPS = "AppEvents\Schemes\Apps" KEY_MEDIA = "SYSTEM\CurrentControlSet\Control\MediaResources" WINDOWS_XP_BALLOON="Windows XP Balloon.wav" WINDOWS_XP_BATTERY_CRITICAL="Windows XP Battery Critical.wav" WINDOWS_XP_BATTERY_LOW="Windows XP Battery Low.wav" WINDOWS_XP_CRITICAL_STOP="Windows XP Critical Stop.wav" WINDOWS_XP_DEFAULT="Windows XP Default.wav" WINDOWS_XP_DING="Windows XP Ding.wav" WINDOWS_XP_ERROR="Windows XP Error.wav" WINDOWS_XP_EXCLAMATION="Windows XP Exclamation.wav" WINDOWS_XP_HARDWARE_FAIL="Windows XP Hardware Fail.wav" WINDOWS_XP_HARDWARE_INSERT="Windows XP Hardware Insert.wav" WINDOWS_XP_HARDWARE_REMOVE="Windows XP Hardware Remove.wav" WINDOWS_XP_LOGOFF="Windows XP Logoff Sound.wav" WINDOWS_XP_LOGON="Windows XP Logon Sound.wav" WINDOWS_XP_MENU="Windows XP Menu Command.wav" WINDOWS_XP_MINIMIZE="Windows XP Minimize.wav" WINDOWS_XP_NOTIFY="Windows XP Notify.wav" WINDOWS_XP_PRINT="Windows XP Print complete.wav" WINDOWS_XP_RECYCLE="Windows XP Recycle.wav" WINDOWS_XP_RESTORE="Windows XP Restore.wav" WINDOWS_XP_RINGIN="Windows XP Ringin.wav" WINDOWS_XP_RINGOUT="Windows XP Ringout.wav" WINDOWS_XP_SHUTDOWN="Windows XP Shutdown.wav" WINDOWS_XP_START="Windows XP Start.wav" WINDOWS_XP_STARTUP="Windows XP Startup.wav" ;Localizable strings: mediaclipdesc="Sample Sounds" mediacliptip="Sample sounds for playback on your machine" mediautodesc="Utopia Sound Scheme" mediautotip="Utopia Sound Scheme files" V_EXPLORER="Windows Explorer" V_UTOPIA = "Utopia Sound Scheme" UTOPIA_RECYCLE = "Utopia Recycle" UTOPIA_DEFAULT = "Utopia Default" UTOPIA_WINDOWSSTART = "Utopia Windows Start" UTOPIA_WINDOWSEXIT = "Utopia Windows Exit" UTOPIA_CRITICALSTOP = "Utopia Critical Stop" UTOPIA_QUESTION = "Utopia Question" UTOPIA_EXCLAMATION = "Utopia Exclamation" UTOPIA_ASTERISK = "Utopia Asterisk" UTOPIA_OPEN = "Utopia Open" UTOPIA_CLOSE = "Utopia Close" UTOPIA_MAXIMIZE = "Utopia Maximize" UTOPIA_MINIMIZE = "Utopia Minimize" UTOPIA_RESTOREDOWN = "Utopia Restore Down" UTOPIA_RESTOREUP = "Utopia Restore Up" UTOPIA_ERROR = "Utopia Error" UTOPIA_MENUCOMMAND = "Utopia Menu Command" UTOPIA_MENUPOPUP = "Utopia Menu Popup" MMEDIA_DESC = "Accessories\Multimedia" ASTERISK="Asterisk" CLOSE_PROGRAM="Close program" CRITICAL_BATTERY_ALARM="Critical Battery Alarm" CRITICAL_STOP="Critical Stop" DEFAULT_BEEP="Default Beep" DEVICE_CONNECT="Device Connect" DEVICE_DISCONNECT="Device Disconnect" DEVICE_FAIL="Device Failed to Connect" EMPTY_RECYCLE_BIN="Empty Recycle Bin" EXCLAMATION="Exclamation" EXIT_WINDOWS_NT="Exit Windows" LOW_BATTERY_ALARM="Low Battery Alarm" MAXIMIZE="Maximize" MENU_COMMAND="Menu command" MENU_POPUP="Menu popup" MINIMIZE="Minimize" NEW_MAIL_NOTIFICATION="New Mail Notification" NO_SOUNDS="No Sounds" OPEN_PROGRAM="Open program" PRINT_COMPLETE="Print Complete" PROGRAM_ERROR="Program error" QUESTION="Question" RESTORE_DOWN="Restore Down" RESTORE_UP="Restore Up" START_NAVIGATION="Start Navigation" START_WINDOWS_NT="Start Windows" SYSTEM_NOTIFY="System Notification" WINDOWS_DEFAULT="Windows Default" WINDOWS_LOGOFF="Windows Logoff" WINDOWS_LOGON="Windows Logon" WINDOWS_NT_DEFAULT="Windows 2000 Default" WINDOWS_NT_EXPLORER="Windows Explorer"