/*: @*: 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 [Map Win9x to WinNT] HKR\EUDC\936 [~5B8B~~4F53~]=[SimSun] #elif LANGUAGE_ID == 0x404 //CHT specific sections [Map Win9x to WinNT] HKR\EUDC\950 [~65B0~~7D30~~660E~~9AD4~]=[PMingLiU] #elif LANGUAGE_ID == 0x411 //JPN specific sections [Map Win9x to WinNT] HKR\EUDC\932\[~FF2D~~FF33~ ~FF30~~30B4~~30B7~~30C3~~30AF~]=[MS PGothic] //JPN IME8.1 migration setup ('ProgileList' can be get at the moment) [External Processes] %WINDIR%\IME\IMJP8_1\imjpinst.exe /User:%USERNAME% #elif LANGUAGE_ID == 0x412 //KOR specific sections [Map Win9x to WinNT] HKR\EUDC\949 [~AD74~~B9BC~]=[Gulim] //KOR IME6.1 user migration [External Processes] %WINDIR%\IME\IMKR6_1\imekrmig.exe Win9xMig %USERHIVEROOT% #endif // String section below for localizers [Strings] @*: @*: Codepage should be changed to the localized language codepage @*: during localization. This is used to implement the ability to @*: append/replace inf files at run time based on infs which @*: were not present when the cd was made. @*: codepage=1252 ;please do not localize this next set of strings CurrentVersion = HKR\Software\Microsoft\Windows\CurrentVersion NOECHOSYM = @ EQUALSIGN = "=" CDPlayerSettings = HKR\Software\Microsoft\Windows\CurrentVersion\Applets\CdPlayer\Settings DeluxeCDSettings = HKR\Software\Microsoft\Windows\CurrentVersion\Applets\DeluxeCD\Settings @*: @*: If this directories are not localized, do not change this strings. @*: Accessories = Accessories Accessibility = Accessibility History = History Entertainment = Entertainment Internet_Explorer = "Internet Explorer" Microsoft = "Microsoft" UserData = "UserData" System_Tools = "System Tools" Temp = "Temp" Temporary_Internet_Files = "Temporary Internet Files" Windows = "Windows" @*: @*: @*: If this links are not localized, do not change this strings. @*: Address_Book_lnk = "Address Book.lnk" AMIPRO_SAM = "AMIPRO.SAM" Command_Prompt_lnk = "Command Prompt.lnk" Disk_Cleanup_lnk = "Disk Cleanup.lnk" EXCEL_XLS = "EXCEL.XLS" EXCEL4_XLS = "EXCEL4.XLS" Internet_Explorer_lnk = "Internet Explorer.lnk" LOTUS_WK4 = "LOTUS.WK4" Magnifier_lnk = "Magnifier.lnk" MSN_Messenger_Service_lnk = "MSN Messenger Service.lnk" Narrator_lnk = "Narrator.lnk" Notepad_lnk = "Notepad.lnk" On-Screen_Keyboard_lnk = "On-Screen Keyboard.lnk" Outlook_Express_lnk = "Outlook Express.lnk" POWERPNT_PPT = "POWERPNT.PPT" PRESENTA_SHW = "PRESENTA.SHW" QUATTRO_WB2 = "QUATTRO.WB2" Scheduled_Tasks_lnk = "Scheduled Tasks.lnk" SNDREC_WAV = "SNDREC.WAV" Synchronize_lnk = "Synchronize.lnk" Utility_Manager_lnk = "Utility Manager.lnk" Windows_Explorer_lnk = "Windows Explorer.lnk" Windows_Media_Player_lnk = "Windows Media Player.lnk" WORDPFCT_WPG = "WORDPFCT.WPG" WORDPFCT_WPD = "WORDPFCT.WPD" WINWORD2_DOC = "WINWORD2.DOC" WINWORD_DOC = "WINWORD.DOC" Windows_Real-Time_Client_lnk = "Windows Real-Time Client.lnk" @*: @*: This one must match nt\base\ntsetup\win95upg\msg\w95upgnt.mc id MSG_EMPTY_MYDOCS_TITLE @*: WhereDidDocsGo_txt = "Where did my files go.txt" @*: @*: These strings must match NT shell localization @*: Sample_Music_Lnk = "Sample Music.lnk" Sample_Pictures_lnk = "Sample Pictures.lnk"