467 lines
17 KiB
Plaintext
467 lines
17 KiB
Plaintext
|
/*:
|
|||
|
@*: 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.
|
|||
|
@*:
|
|||
|
@*/
|
|||
|
|
|||
|
// This section is for non-FE (chs,cht,kor,jpn) builds. So english, german, ....
|
|||
|
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
|
|||
|
|
|||
|
[Accessibility]
|
|||
|
%magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
|
|||
|
@*: The following line should be removed on all non-US builds.
|
|||
|
@*: %reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
|
|||
|
%screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
|
|||
|
%utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
|
|||
|
|
|||
|
#endif
|
|||
|
|
|||
|
#if LANGUAGE_ID == 0x409
|
|||
|
//USA specific sections
|
|||
|
[Infs.Always]
|
|||
|
|
|||
|
[OleControlDlls]
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x804
|
|||
|
//CHS specific sections
|
|||
|
[Fonts.Upgrade]
|
|||
|
system.ini,386Enh,,woafont=app936.fon
|
|||
|
|
|||
|
[StartMenu.ObjectsToDelete]
|
|||
|
1,%eudcedit_40%,%accessories%,0
|
|||
|
1,%ImageGen_351%,%accessories%,0
|
|||
|
1,%mplayer_351%,%accessories%,0
|
|||
|
1,%clipbrd_351%,%main%,0
|
|||
|
1,%ChsuConv_351%,%accessories%,0
|
|||
|
1,%UCharMap_40%,%accessories%,0
|
|||
|
1,%CharMap%,%accessories%,0
|
|||
|
1,%iexplorer_40%,"",0
|
|||
|
1,%Image_40%,%accessories%,0
|
|||
|
1,%rasadmin_40%,%admintools%,0
|
|||
|
1,%rasadmin_40%,%admintools%,1
|
|||
|
1,%rasadmin_40%,%nt4admintools%,1
|
|||
|
@s:1,%licmanager_40%,%admintools%,1
|
|||
|
@s:1,%licmanager_351%,%netadmintools%,1
|
|||
|
@s:1,%ncadmin_351%,%netadmintools%,1
|
|||
|
|
|||
|
1,"Internet Mail",,0
|
|||
|
1,"Internet News",,0
|
|||
|
|
|||
|
@*: Lines marked with @w: are for workstation only
|
|||
|
@*: Lines marked with @s: are for server only
|
|||
|
@*: Lines marked with @@: or nothing are for both
|
|||
|
|
|||
|
[Accessibility]
|
|||
|
%magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
|
|||
|
@*: The following line should be removed on all non-US builds.
|
|||
|
;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
|
|||
|
%screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
|
|||
|
%utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
|
|||
|
|
|||
|
|
|||
|
[Accessories]
|
|||
|
%CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
|
|||
|
|
|||
|
[EarlyOleControlDlls]
|
|||
|
11,,Lodctr.exe,,,"/c:prfd0804.dat /h:prfi0804.dat /l:004"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x404
|
|||
|
//CHT specific sections
|
|||
|
[Fonts.Upgrade]
|
|||
|
system.ini,386Enh,,woafont=app950.fon
|
|||
|
@@:win.ini,Fonts,"<22>ө<EFBFBD><D3A9><EFBFBD> (TrueType)="
|
|||
|
|
|||
|
[StartMenu.ObjectsToDelete]
|
|||
|
1,%eudcedit_40%,%accessories%,0
|
|||
|
1,%UCharMap_40%,%accessories%,0
|
|||
|
1,%CharMap%,%accessories%,0
|
|||
|
1,%iexplorer_40%,"",0
|
|||
|
1,%cblock_351%,%games%,0
|
|||
|
1,"Internet Mail",,0
|
|||
|
1,"Internet News",,0
|
|||
|
|
|||
|
@*: Lines marked with @w: are for workstation only
|
|||
|
@*: Lines marked with @s: are for server only
|
|||
|
@*: Lines marked with @@: or nothing are for both
|
|||
|
|
|||
|
[Accessibility]
|
|||
|
%magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
|
|||
|
@*: The following line should be removed on all non-US builds.
|
|||
|
;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
|
|||
|
%screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
|
|||
|
%utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
|
|||
|
|
|||
|
|
|||
|
[Accessories]
|
|||
|
%CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
|
|||
|
|
|||
|
[EarlyOleControlDlls]
|
|||
|
11,,Lodctr.exe,,,"/c:prfd0404.dat /h:prfi0404.dat /l:004"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x411
|
|||
|
//JPN specific sections
|
|||
|
[Fonts.Install]
|
|||
|
win.ini,Fonts,,"%small_fonts%=JSMALLE.FON"
|
|||
|
[Fonts.Upgrade]
|
|||
|
system.ini,386Enh,,"woafont=app932.fon"
|
|||
|
win.ini,Fonts,,"%small_fonts%=JSMALLE.FON"
|
|||
|
win.ini,Fonts,"<22>l<EFBFBD>r <20><><EFBFBD><EFBFBD> (TrueType)="
|
|||
|
win.ini,Fonts,"<22>l<EFBFBD>r <20>S<EFBFBD>V<EFBFBD>b<EFBFBD>N (TrueType)="
|
|||
|
win.ini,Fonts,"<22>l<EFBFBD>r <20>S<EFBFBD>V<EFBFBD>b<EFBFBD>N & <20>l<EFBFBD>r <20>o<EFBFBD>S<EFBFBD>V<EFBFBD>b<EFBFBD>N (TrueType)="
|
|||
|
|
|||
|
[StartMenu.ObjectsToDelete]
|
|||
|
@@:1,%eudcedit_40%,%accessories%,0
|
|||
|
@@:1,%UCharMap_40%,%accessories%,0
|
|||
|
@@:1,%UCharMap_351%,%accessories%,0
|
|||
|
@@:1,%CharMap%,%accessories%,0
|
|||
|
@@:1,%IMAGING_40%,%accessories%,0
|
|||
|
@@:1,%iexplorer_40%,"",0
|
|||
|
@@:1,%EUDCEDIT_351%,%JPN_INPUT%,0
|
|||
|
@@:1,%charmap%,%JPN_INPUT%,0
|
|||
|
@@:1,"Internet Mail",,0
|
|||
|
@@:1,"Internet News",,0
|
|||
|
@s:1,%licmanager_sb%,%netadmintools_sb%,1
|
|||
|
@s:1,%netclientadmin_sb%,%netadmintools_sb%,1
|
|||
|
|
|||
|
@*: PC98 only
|
|||
|
@@:@n:1,%gaijicnv%,%accessories%,0
|
|||
|
@@:@n:1,%imgscan%,%accessories%,0
|
|||
|
@@:@n:1,%insdapnt%,%main%,0
|
|||
|
@*: PC98
|
|||
|
@*: Lines marked with @w: are for workstation only
|
|||
|
@*: Lines marked with @s: are for server only
|
|||
|
@*: Lines marked with @@: or nothing are for both
|
|||
|
|
|||
|
[Accessibility]
|
|||
|
%magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
|
|||
|
@*: The following line should be removed on all non-US builds.
|
|||
|
;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
|
|||
|
%screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
|
|||
|
%utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
|
|||
|
|
|||
|
|
|||
|
[Accessories]
|
|||
|
%CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
|
|||
|
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x412
|
|||
|
//KOR specific sections
|
|||
|
[Fonts.Upgrade]
|
|||
|
system.ini,386Enh,,woafont=app949.fon
|
|||
|
win.ini,Fonts,"<22><><EFBFBD><EFBFBD>ü (TrueType)="
|
|||
|
win.ini,Fonts,"<22><><EFBFBD><EFBFBD>ü (TrueType)="
|
|||
|
win.ini,Fonts,"<22><><EFBFBD><EFBFBD>ü (TrueType)="
|
|||
|
win.ini,Fonts,"<22>ü<EFBFBD>ü (TrueType)="
|
|||
|
|
|||
|
[StartMenu.ObjectsToDelete]
|
|||
|
;@@:1,%eudcedit%,%accessories%,0
|
|||
|
1,%UCharMap_40%,%accessories%,0
|
|||
|
1,%CharMap%,%accessories%,0
|
|||
|
1,%iexplorer_40%,"",0
|
|||
|
1,"Internet Mail",,0
|
|||
|
1,"Internet News",,0
|
|||
|
|
|||
|
1,%eventvwr_40%,%admintools%,0
|
|||
|
1,%eventvwr_40%,%admintools%,1
|
|||
|
|
|||
|
1,%Imaging_40%,%accessories%,0
|
|||
|
1,%faxviewer_40%,%accessories%,0
|
|||
|
|
|||
|
@*: Lines marked with @w: are for workstation only
|
|||
|
@*: Lines marked with @s: are for server only
|
|||
|
@*: Lines marked with @@: or nothing are for both
|
|||
|
|
|||
|
[Accessibility]
|
|||
|
%magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
|
|||
|
@*: The following line should be removed on all non-US builds.
|
|||
|
;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
|
|||
|
%screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
|
|||
|
%utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
|
|||
|
|
|||
|
|
|||
|
[Accessories]
|
|||
|
%CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x405
|
|||
|
// Czech
|
|||
|
[StartMenu.ObjectsToDelete]
|
|||
|
1,%devmgmt%,%czechadmintools%,1
|
|||
|
1,%diskmgmt%,%czechadmintools%,1
|
|||
|
1,%svcmgmt%,%czechadmintools%,1
|
|||
|
1,%fsmgmt%,%czechadmintools%,1
|
|||
|
1,%ntbackup%,%czechadmintools%,1
|
|||
|
|
|||
|
1,%scheduled_tasks%,%czechadmintools%,1
|
|||
|
1,%perfmon%,%czechadmintools%,1
|
|||
|
1,%eventvwr%,%czechadmintools%,1
|
|||
|
1,%winmsd%,%czechadmintools%,1
|
|||
|
1,%musrmgr%,%czechadmintools%,1
|
|||
|
1,%rasadmin%,%czechadmintools%,1
|
|||
|
1,%dcomcnfg%,%czechadmintools%,1
|
|||
|
1,%windisk%,%czechadmintools%,1
|
|||
|
0,%czechadmintools%,,1
|
|||
|
0,%czechadmintools%,,0
|
|||
|
|
|||
|
#endif
|
|||
|
|
|||
|
// String section below for localizers
|
|||
|
|
|||
|
[DarwinSetupCommands]
|
|||
|
"lodctr /c:perfd00b.dat /h:perfi00b.dat /l:00b"
|
|||
|
|
|||
|
[Strings]
|
|||
|
|
|||
|
#if LANGUAGE_ID == 0x409
|
|||
|
//USA specific sections
|
|||
|
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x804
|
|||
|
//CHS specific sections
|
|||
|
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
UCharMap_40 = "Unicode-merkist<73>"
|
|||
|
mplayer_351="Mediasoitin"
|
|||
|
licmanager_351="K<>ytt<74>oikeuksien hallinta"
|
|||
|
ncadmin_351="Verkon asiakastietokoneiden hallinta"
|
|||
|
ImageGen_351="IME-luonti"
|
|||
|
clipbrd_351="Leikekirjan tarkastelu"
|
|||
|
ChsuConv_351="Koodimuunnos"
|
|||
|
iexplorer_40="Internet Explorer"
|
|||
|
Image_40="Imaging"
|
|||
|
licmanager_40="K<>ytt<74>oikeuksien hallinta"
|
|||
|
rasadmin_40 = "Et<45>k<EFBFBD>yt<79>n hallinta"
|
|||
|
eudcedit_40="EUDC Editor"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x404
|
|||
|
//CHT specific sections
|
|||
|
|
|||
|
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
UCharMap_40 = "Unicode-merkist<73>"
|
|||
|
eudcedit_40="EUDC Editor"
|
|||
|
iexplorer_40="Internet Explorer"
|
|||
|
cblock_351 = "Cblocks"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x411
|
|||
|
//JPN specific sections
|
|||
|
|
|||
|
@*: PC98 only
|
|||
|
@@:@n:gaijicnv = "<22>O<EFBFBD><4F><EFBFBD>R<EFBFBD><52><EFBFBD>o<EFBFBD>[<5B>^"
|
|||
|
@@:@n:imgscan = "<22>C<EFBFBD><43><EFBFBD>[<5B>W <20>X<EFBFBD>L<EFBFBD><4C><EFBFBD>i"
|
|||
|
@@:@n:insdapnt = "DOS AP <20>C<EFBFBD><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><>"
|
|||
|
@*: PC98
|
|||
|
|
|||
|
@*:FE specific
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
@*:to JPN LOC team, eudcedit_40 ,SHOULD use the same EUDC name in JPN 4.0
|
|||
|
@*: eudcedit_351,SHOULD use the same EUDC name in JPN 3.51
|
|||
|
eudcedit_40="EUDC Editor"
|
|||
|
eudcedit_351="EUDC Editor"
|
|||
|
UCharMap_40 = "Unicode-merkist<73>"
|
|||
|
UCharMap_351 = "Unicode-merkist<73>"
|
|||
|
iexplorer_40="iexplorer_40"
|
|||
|
JPN_INPUT="JPN_INPUT"
|
|||
|
@*:keep imaging_40 in English
|
|||
|
IMAGING_40="Imaging"
|
|||
|
licmanager_sb="licmanager_sb"
|
|||
|
netclientadmin_sb="netclientadmin_sb"
|
|||
|
netadmintools_sb="netadmintools_sb"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x412
|
|||
|
//KOR specific sections
|
|||
|
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
UCharMap_40 = "Unicode-merkist<73>"
|
|||
|
;eudcedit="EUDC Editor"
|
|||
|
iexplorer_40="Internet Explorer"
|
|||
|
|
|||
|
eventvwr_40 = "eventvwr_40"
|
|||
|
Imaging_40 = "Imaging"
|
|||
|
faxviewer_40="faxviewer_40"
|
|||
|
#elif LANGUAGE_ID == 0x405
|
|||
|
// Czech
|
|||
|
// Localizer should verify if Common is needed or not.
|
|||
|
czechadmintools = "Nastroje administrace (Common)"
|
|||
|
#endif
|
|||
|
|
|||
|
;
|
|||
|
; Names of program groups
|
|||
|
;
|
|||
|
main = "Varusohjelmat"
|
|||
|
games = "Pelit"
|
|||
|
accessories = "Apuohjelmat"
|
|||
|
accessories_entertainment = "Apuohjelmat\Viihde"
|
|||
|
accessories_communications = "Apuohjelmat\Tietoliikenneyhteydet"
|
|||
|
prexp_accessories_games = "Apuohjelmat\Pelit"
|
|||
|
accessories_multimedia = "Apuohjelmat\Multimedia"
|
|||
|
accessibility = "Apuohjelmat\Helppok<6F>ytt<74>toiminnot"
|
|||
|
systemtools = "Apuohjelmat\J<>rjestelm<6C>ty<74>kalut"
|
|||
|
startup = "K<>ynnistys"
|
|||
|
admintools = "Valvontaty<74>kalut"
|
|||
|
nt4admintools = "NT 4.0 Valvontaty<74>kalut"
|
|||
|
@s:netadmintools = "Verkonvalvonta"
|
|||
|
startmenucommon = "::0x0016::"
|
|||
|
|
|||
|
;
|
|||
|
; Names of program group items
|
|||
|
;
|
|||
|
old_srv_config = "Administrative Tools Home Page"
|
|||
|
srv_config = "M<><4D>rit<69> palvelimesi"
|
|||
|
srvwiz_infotip = "Asentaa ja m<><6D>ritt<74><74> Windows-palvelut verkkoasi varten"
|
|||
|
windowsupdate = "Windows Update -sivusto"
|
|||
|
windowscatalog = "Windows Catalog"
|
|||
|
configureprograms = "Valitse k<>ytett<74>v<EFBFBD>t ohjelmat"
|
|||
|
windowstour = "Windows XP -esittely"
|
|||
|
synchronize = "Synkronoi"
|
|||
|
sync_manager = "Synkronoinnin hallinta"
|
|||
|
winfile = "Tiedostonhallinta"
|
|||
|
control = "Ohjauspaneeli"
|
|||
|
printman = "Tulostuksenhallinta"
|
|||
|
clipbrd = "Leikekirjan tarkastelu"
|
|||
|
dialer = "Numeronvalitsin"
|
|||
|
cmd = "Komentorivi"
|
|||
|
explorer = "Windows NT Resurssienhallinta"
|
|||
|
setup = "Windows NT Asennus"
|
|||
|
pifedit = "PIF-editori"
|
|||
|
intro = "Windows NT:n esittelyohjelma"
|
|||
|
readme = "Lue minut"
|
|||
|
ntbooks = "K<>yt<79>naikaiset opaskirjat"
|
|||
|
cmdref = "Windows NT Ohje"
|
|||
|
windisk = "Levynhallinta"
|
|||
|
perfmon = "Resurssienvalvonta"
|
|||
|
ntbackup = "Varmuuskopiointi"
|
|||
|
compatwizard = "Ohjattu sovelluksen yhteensopivuustoiminto"
|
|||
|
@w:@i:migwiz_desc = "Ohjattu tiedostojen ja asetusten siirt<72>minen"
|
|||
|
eventvwr = "Tapahtumienvalvonta"
|
|||
|
dcomcnfg = "DCOM-m<><6D>ritys"
|
|||
|
winmsd = "Windows NT Diagnostiikka"
|
|||
|
musrmgr = "K<>ytt<74>jien hallinta"
|
|||
|
@s:upedit = "K<>ytt<74>j<EFBFBD>profiilieditori"
|
|||
|
@s:usrmgr = "Toimialueiden k<>ytt<74>jien hallinta"
|
|||
|
@s:nwconv = "Siirtoty<74>kalu NetWarea varten"
|
|||
|
@s:srvmgr = "Palvelimen hallinta"
|
|||
|
@s:poledit = "J<>rjestelm<6C>k<EFBFBD>yt<79>nt<6E>jen editori"
|
|||
|
pbrush = "Paintbrush"
|
|||
|
paint = "Paint"
|
|||
|
winchat = "Chat"
|
|||
|
terminal = "P<><50>te"
|
|||
|
charedit = "Merkkieditori"
|
|||
|
notepad = "Muistio"
|
|||
|
cardfile = "Kortisto"
|
|||
|
calc = "Laskin"
|
|||
|
clock = "Kello"
|
|||
|
charmap = "Merkist<73>"
|
|||
|
mplayer = "Media Player"
|
|||
|
sndrec32 = "<22><>ninauhuri"
|
|||
|
sndvol32 = "<22><>nenvoimakkuuden s<><73>t<EFBFBD>"
|
|||
|
sndvol32old = "<22><>nenvoimakkuuden s<><73>t<EFBFBD>"
|
|||
|
cdplayer = "CD-soitin"
|
|||
|
cdplayerold = "CD-soitin"
|
|||
|
write = "Write"
|
|||
|
packgr32 = "Objektin pakkaus"
|
|||
|
hyperterm = "HyperTerminal"
|
|||
|
sol = "Pasianssi"
|
|||
|
winmine = "Miinaharava"
|
|||
|
freecell = "Vapaakentt<74>"
|
|||
|
hearts = "Hertta"
|
|||
|
spider = "Spider-pasianssi"
|
|||
|
pinball = "Pinball"
|
|||
|
magnifier = "Suurennuslasi"
|
|||
|
@*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
ihearts = "Internet Hertta"
|
|||
|
ispades = "Internet Patalupaus"
|
|||
|
ibackgammon = "Internet Backgammon"
|
|||
|
icheckers = "Internet Tammi"
|
|||
|
ireversi = "Internet Reversi"
|
|||
|
@*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
reader = "Narrator"
|
|||
|
screenkeyboard = "OnScreen-n<>pp<70>imist<73>"
|
|||
|
utilman = "Toimintojen hallinta"
|
|||
|
@s:netclientadmin = "Verkon asiakastietokoneiden hallinta"
|
|||
|
@s:licmanager = "K<>ytt<74>oikeuksien hallinta"
|
|||
|
@s:licmanager2 = "K<>ytt<74>oikeus"
|
|||
|
@s:ntwksvcmgmt = "Verkkopalveluiden hallinta"
|
|||
|
certmgr = "Sertifikaattien hallinta"
|
|||
|
rasadmin = "Et<45>k<EFBFBD>yt<79>n hallinta"
|
|||
|
du_networking = "Puhelinverkkoyhteys"
|
|||
|
network_and_dialup = "Verkko- ja puhelinverkkoyhteydet"
|
|||
|
admin_wiz = "Ohjatut hallintatoiminnot"
|
|||
|
compmgmt = "Tietokoneen hallinta"
|
|||
|
fsmgmt = "Tiedostopalveluiden hallinta"
|
|||
|
neweventvwr = "Tapahtumienvalvonta"
|
|||
|
devmgmt = "Laitehallinta"
|
|||
|
svcmgmt = "J<>rjestelm<6C>palveluiden hallinta"
|
|||
|
sysmon = "Suorituskyky"
|
|||
|
@s:dirmgmt = "Kansionhallinta"
|
|||
|
@s:dommgmt = "Toimialuepuun hallinta"
|
|||
|
@s:dnsmgmt = "DNS:n hallinta"
|
|||
|
@s:dssite = "Active Directoryn saittien ja palveluiden hallinta"
|
|||
|
diskmgmt = "Levynhallinta"
|
|||
|
ciadmin = "Index Serverin hallinta"
|
|||
|
mediasvc = "Siirrett<74>vien tallennusv<73>lineiden hallinta"
|
|||
|
@s:dfsmgr = "DFS-tiedostoj<6F>rjestelm<6C>"
|
|||
|
@e:enterprise_installer = "Windows NT Server, Enterprise Edition Installer.cmd"
|
|||
|
datasrcodbc = "Tietol<6F>hteet (ODBC)"
|
|||
|
@@:@a:datasrcodbcx86 = "Tietol<6F>hteet (ODBC) (x86)"
|
|||
|
scheduled_tasks = "Ajoitetut teht<68>v<EFBFBD>t"
|
|||
|
maint_wiz = "Ohjattu s<><73>t<EFBFBD>toiminto"
|
|||
|
locsecpol = "Paikallinen suojausk<73>yt<79>nt<6E>"
|
|||
|
@*:msinfo = "System Information"
|
|||
|
services = "Palvelut"
|
|||
|
tlntadmn = "Telnet-palvelimen hallinta"
|
|||
|
@@:@i:oobe_desc = "Aktivoi Windows"
|
|||
|
oldnetcon = "Verkko- ja puhelinverkkoyhteydet"
|
|||
|
@@:@3:remote_assistance = "Et<45>tuki"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
@*:
|
|||
|
@*: Infotips
|
|||
|
@*:
|
|||
|
@@:@i:oobe_infotip = "Aktivoi Windows Microsoftin kanssa"
|
|||
|
charedit_infotip = "K<>yt<79> Character Editoria m<><6D>ritt<74><74>ksesi, miss<73> muodossa tietty merkki esiintyy n<>yt<79>ss<73>."
|
|||
|
cmd_infotip = "Suorittaa tekstipohjaisia (komentorivi) komentoja."
|
|||
|
compmgmt_infotip = "Kontrolloi levyasemia ja tarjoaa k<>ytt<74><74>n muita ty<74>kaluja paikallisten ja et<65>tietokoneiden hallintaan."
|
|||
|
magnifier_infotip = "Suurentaa valitun tekstin ja muita n<>yt<79>n kohteita katselun helpottamiseksi."
|
|||
|
neweventvwr_infotip = "N<>ytt<74><74> Windowsin ja muiden ohjelmien l<>hett<74>mi<6D> valvonta- ja vianm<6E><6D>rityssanomia."
|
|||
|
notepad_infotip = "Luo ja muokkaa tekstitiedostoja, joissa k<>ytet<65><74>n perusmuotoilukeinoja."
|
|||
|
ntbackup_infotip = "Arkistoi tietoja niiden tahattoman menett<74>misen est<73>miseksi."
|
|||
|
reader_infotip = "Lukee <20><>neen n<>yt<79>n teksti<74>, valintaikkunoita, valikoita ja painikkeita kaiuttimien tai <20><>nentuottolaitteen ollessa asennettuna."
|
|||
|
@@:@3:remote_assistance_infotip = "Voit sallia, ett<74> tuttava muodostaa yhteyden tietokoneeseesi ja auttaa sinua ongelmasi ratkaisemisessa."
|
|||
|
screenkeyboard_infotip = "Tuo n<>kyviin n<>pp<70>imist<73>n, jota kontrolloidaan hiiren tai erikoissy<73>tt<74>laitteen avulla."
|
|||
|
synchronize_infotip = "P<>ivitt<74><74> offline-tilassa muokatun materiaalin (asiakirjat, kalenterit, s<>hk<68>postiviestit) verkkokopiot ajan tasalle."
|
|||
|
utilman_infotip = "K<>ynnist<73><74> ja m<><6D>ritt<74><74> helppok<6F>ytt<74>toimintojen ty<74>kalut yhdest<73> ikkunasta."
|
|||
|
windowsupdate_infotip = "Saattaa j<>rjestelm<6C>si ajan tasalle liitt<74>m<EFBFBD>ll<6C> siihen Microsoftin kautta saatavissa olevat uudet Windows-ominaisuudet, laiteohjaimet ja j<>rjestelm<6C>p<EFBFBD>ivitykset."
|
|||
|
sysmon_infotip = "Esitt<74><74> j<>rjestelm<6C>n suorituskyvyn kaavioina ja luo m<><6D>ritykset tietolokeja ja h<>lytyksi<73> varten."
|
|||
|
datasrcodbc_infotip = "Lis<69><73>, poistaa ja m<><6D>ritt<74><74> ODBC-tietol<6F>hteit<69> ja ohjaimia (Open Database Connectivity)."
|
|||
|
licmanager_infotip = "Hallitsee client access -k<>ytt<74>oikeussopimusten my<6D>nt<6E>mist<73> palvelintuotteille."
|
|||
|
dfsmgr_infotip = "Luo ja hallitsee hajautettuja tiedostoj<6F>rjestelmi<6D>, jotka ovat yhteydess<73> muissa tietokoneissa sijaitseviin jaettuihin kansioihin."
|
|||
|
locsecpol_infotip = "Tarkastelee ja muokkaa paikallista suojausk<73>yt<79>nt<6E><74> (esimerkiksi k<>ytt<74>j<EFBFBD>oikeuksia ja valvontak<61>yt<79>nt<6E>j<EFBFBD>)."
|
|||
|
@*:msinfo_infotip = "System Information infotip"
|
|||
|
services_infotip = "K<>ynnist<73><74> ja pys<79>ytt<74><74> palveluita."
|
|||
|
tlntadmn_infotip = "Tarkastele ja muokkaa telnet-palvelimen asetuksia ja yhteyksi<73>."
|
|||
|
compatwizard_infotip = "Kuinka saada vanhemmat ohjelmat toimimaan Windows XP:ss<73>"
|
|||
|
|
|||
|
|
|||
|
ProgramF = "Program Files"
|
|||
|
SharedTools = "Common Files\Microsoft Shared"
|
|||
|
MShared = "Microsoft Shared"
|
|||
|
@*: Folder name for IE5 appDir, same as ie.txt
|
|||
|
MSIE4 = "Internet Explorer"
|
|||
|
MP2 = "Windows Media Player"
|
|||
|
DisplayName = "Vector Graphics Rendering (VML)"
|
|||
|
SRCHASST = "srchasst"
|
|||
|
|