463 lines
16 KiB
Plaintext
463 lines
16 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
|
|||
|
[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 Karakter E<>lem"
|
|||
|
mplayer_351="Media Player"
|
|||
|
licmanager_351="Lisans Y<>neticisi"
|
|||
|
ncadmin_351="A<> <20>stemci Y<>neticisi"
|
|||
|
ImageGen_351="IME <20>reteci"
|
|||
|
clipbrd_351="Pano Defteri G<>r<EFBFBD>nt<6E>leyicisi"
|
|||
|
ChsuConv_351="Kod D<>n<EFBFBD><6E>t<EFBFBD>r<EFBFBD>c<EFBFBD>s<EFBFBD>"
|
|||
|
iexplorer_40="Internet Explore"
|
|||
|
Image_40="Imaging"
|
|||
|
licmanager_40="Lisans Y<>neticisi"
|
|||
|
rasadmin_40 = "Uzaktan Eri<72>tim Y<>neticisi"
|
|||
|
eudcedit_40="EUDC D<>zenleyicisi"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x404
|
|||
|
//CHT specific sections
|
|||
|
|
|||
|
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
UCharMap_40 = "Unicode Karakter E<>lem"
|
|||
|
eudcedit_40="EUDC D<>zenleyicisi"
|
|||
|
iexplorer_40="Internet Explore"
|
|||
|
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 D<>zenleyicisi"
|
|||
|
eudcedit_351="EUDC D<>zenleyicisi"
|
|||
|
UCharMap_40 = "Unicode Karakter E<>lem"
|
|||
|
UCharMap_351 = "Unicode Karakter E<>lem"
|
|||
|
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 Karakter E<>lem"
|
|||
|
;eudcedit="EUDC Editor"
|
|||
|
iexplorer_40="Internet Explore"
|
|||
|
|
|||
|
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 (Ortak)"
|
|||
|
#endif
|
|||
|
|
|||
|
;
|
|||
|
; Names of program groups
|
|||
|
;
|
|||
|
main = "Ana Grup"
|
|||
|
games = "Oyunlar"
|
|||
|
accessories = "Donat<61>lar"
|
|||
|
accessories_entertainment = "Donat<61>lar\E<>lence"
|
|||
|
accessories_communications = "Donat<61>lar\<5C>leti<74>im"
|
|||
|
prexp_accessories_games = "Donat<61>lar\Oyunlar"
|
|||
|
accessories_multimedia = "Donat<61>lar\<5C>oklu Ortam"
|
|||
|
accessibility = "Donat<61>lar\Eri<72>ilebilirlik"
|
|||
|
systemtools = "Donat<61>lar\Sistem Ara<72>lar<61>"
|
|||
|
startup = "Ba<42>lang<6E><67>"
|
|||
|
admintools = "Y<>netimsel Ara<72>lar"
|
|||
|
nt4admintools = "NT 4.0 Administrative Tools"
|
|||
|
@s:netadmintools = "A<> Y<>netimi"
|
|||
|
startmenucommon = "::0x0016::"
|
|||
|
|
|||
|
;
|
|||
|
; Names of program group items
|
|||
|
;
|
|||
|
old_srv_config = "Y<>netimsel Ara<72>lar Giri<72> Sayfas<61>"
|
|||
|
srv_config = "Sunucunuzu Yap<61>land<6E>r<EFBFBD>n"
|
|||
|
srvwiz_infotip = "A<><41>n<EFBFBD>z i<>in Windows hizmetlerini kurup yap<61>land<6E>r<EFBFBD>r."
|
|||
|
windowsupdate = "Windows Update"
|
|||
|
windowscatalog = "Windows Katalo<6C>u"
|
|||
|
configureprograms = "Program Eri<72>im ve Varsay<61>lanlar<61>n<EFBFBD> Ayarla"
|
|||
|
windowstour = "Windows XP Turu"
|
|||
|
synchronize = "E<>itle"
|
|||
|
sync_manager = "E<>itleme Y<>neticisi"
|
|||
|
winfile = "Dosya Y<>neticisi"
|
|||
|
control = "Denetim Masas<61>"
|
|||
|
printman = "Yazd<7A>rma Y<>neticisi"
|
|||
|
clipbrd = "Pano Defteri G<>r<EFBFBD>nt<6E>leyicisi"
|
|||
|
dialer = "Numara <20>eviricisi"
|
|||
|
cmd = "Komut <20>stemi"
|
|||
|
explorer = "Windows NT Explorer"
|
|||
|
setup = "Windows NT Kur"
|
|||
|
pifedit = "PIF D<>zenleyici"
|
|||
|
intro = "Windows NT'ye Giri<72>"
|
|||
|
readme = "Beni Oku"
|
|||
|
ntbooks = "<22>evrimi<6D>i Kitaplar"
|
|||
|
cmdref = "Windows NT Yard<72>m"
|
|||
|
windisk = "Disk Y<>neticisi"
|
|||
|
perfmon = "Performans <20>zleyicisi"
|
|||
|
ntbackup = "Yedek"
|
|||
|
compatwizard = "Program Uyumluluk Sihirbaz<61>"
|
|||
|
@w:@i:migwiz_desc = "Dosya ve Ayar Aktarma Sihirbaz<61>"
|
|||
|
eventvwr = "Olay G<>r<EFBFBD>nt<6E>leyicisi"
|
|||
|
dcomcnfg = "DCOM Yap<61>land<6E>rmas<61>"
|
|||
|
winmsd = "Windows NT Tan<61>"
|
|||
|
musrmgr = "Kullan<61>c<EFBFBD> Y<>neticisi"
|
|||
|
@s:upedit = "Kullan<61>c<EFBFBD> Profil D<>zenleyicisi"
|
|||
|
@s:usrmgr = "Etki Alan<61> Kullan<61>c<EFBFBD> Y<>neticisi"
|
|||
|
@s:nwconv = "NetWare i<>in Ge<47>i<EFBFBD> Arac<61>"
|
|||
|
@s:srvmgr = "Sunucu Y<>neticisi"
|
|||
|
@s:poledit = "Sistem <20>lke D<>zenleyicisi"
|
|||
|
pbrush = "Paintbrush"
|
|||
|
paint = "Paint"
|
|||
|
winchat = "Sohbet"
|
|||
|
terminal = "Terminal"
|
|||
|
charedit = "<22>zel Karakter D<>zenleyicisi"
|
|||
|
notepad = "Not Defteri"
|
|||
|
cardfile = "Cardfile"
|
|||
|
calc = "Hesap Makinesi"
|
|||
|
clock = "Saat"
|
|||
|
charmap = "Karakter E<>lem"
|
|||
|
mplayer = "Media Player"
|
|||
|
sndrec32 = "Ses Kaydedicisi"
|
|||
|
sndvol32 = "Ses Ayar<61> Denetimi"
|
|||
|
sndvol32old = "Ses Denetimi"
|
|||
|
cdplayer = "CD <20>alar"
|
|||
|
cdplayerold = "CD <20>alar"
|
|||
|
write = "Yazma"
|
|||
|
packgr32 = "Nesne Paketleyicisi"
|
|||
|
hyperterm = "HyperTerminal"
|
|||
|
sol = "Solitaire"
|
|||
|
winmine = "May<61>n Tarlas<61>"
|
|||
|
freecell = "Freecell"
|
|||
|
hearts = "Hearts"
|
|||
|
spider = "Spider Solitaire"
|
|||
|
pinball = "Pinball"
|
|||
|
magnifier = "B<>y<EFBFBD>te<74>"
|
|||
|
@*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
ihearts = "Internet Hearts"
|
|||
|
ispades = "Internet Spades"
|
|||
|
ibackgammon = "Internet Tavla"
|
|||
|
icheckers = "Internet Dama"
|
|||
|
ireversi = "Internet Reversi"
|
|||
|
@*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
reader = "Ekran Okuyucusu"
|
|||
|
screenkeyboard = "Ekran Klavyesi"
|
|||
|
utilman = "Hizmet Program<61> Y<>neticisi"
|
|||
|
@s:netclientadmin = "A<> <20>stemci Y<>neticisi"
|
|||
|
@s:licmanager = "Lisans Y<>neticisi"
|
|||
|
@s:licmanager2 = "Lisans"
|
|||
|
@s:ntwksvcmgmt = "A<> Hizmetleri Y<>netimi"
|
|||
|
certmgr = "Sertifika Y<>neticisi"
|
|||
|
rasadmin = "Uzaktan Eri<72>tim Y<>neticisi"
|
|||
|
du_networking = "<22>evirmeli A<>"
|
|||
|
network_and_dialup = "A<> ve <20>evirmeli Ba<42>lant<6E>lar"
|
|||
|
admin_wiz = "Y<>netim Sihirbazlar<61>"
|
|||
|
compmgmt = "Bilgisayar Y<>netimi"
|
|||
|
fsmgmt = "Dosya Hizmeti Y<>netimi"
|
|||
|
neweventvwr = "Olay G<>r<EFBFBD>nt<6E>leyicisi"
|
|||
|
devmgmt = "Ayg<79>t Y<>netimi"
|
|||
|
svcmgmt = "Sistem Hizmet Y<>netimi"
|
|||
|
sysmon = "Performans"
|
|||
|
@s:dirmgmt = "Dizin Y<>netimi"
|
|||
|
@s:dommgmt = "Etki Alan<61> A<>ac<61> Y<>netimi"
|
|||
|
@s:dnsmgmt = "DNS Y<>netimi"
|
|||
|
@s:dssite = "Active Directory Siteleri ve Hizmetleri Y<>neticisi"
|
|||
|
diskmgmt = "Disk Y<>netimi"
|
|||
|
ciadmin = "Dizin Sunucusu Y<>netimi"
|
|||
|
mediasvc = "<22><>kar<61>labilir Depolama Birimi Y<>netimi"
|
|||
|
@s:dfsmgr = "Da<44><61>t<EFBFBD>lm<6C><6D> Dosya Sistemi"
|
|||
|
@e:enterprise_installer = "Windows NT Server, Kurulu<6C> Bas<61>m<EFBFBD> Installer.cmd"
|
|||
|
datasrcodbc = "Veri Kaynaklar<61> (ODBC)"
|
|||
|
@@:@a:datasrcodbcx86 = "Veri Kaynaklar<61> (ODBC) (x86)"
|
|||
|
scheduled_tasks = "Zamanlanm<6E><6D> G<>revler"
|
|||
|
maint_wiz = "Bak<61>m Sihirbaz<61>"
|
|||
|
locsecpol = "Yerel G<>venlik <20>lkesi"
|
|||
|
@*:msinfo = "System Information"
|
|||
|
services = "Hizmetler"
|
|||
|
tlntadmn = "Telnet Sunucu Y<>netimi"
|
|||
|
@@:@i:oobe_desc = "Windows Etkinle<6C>tir"
|
|||
|
oldnetcon = "A<> ve <20>evirmeli Ba<42>lant<6E>lar"
|
|||
|
@@:@3:remote_assistance = "Uzaktan Yard<72>m"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
@*:
|
|||
|
@*: Infotips
|
|||
|
@*:
|
|||
|
@@:@i:oobe_infotip = "Windows'u Microsoft ile etkinle<6C>tir"
|
|||
|
charedit_infotip = "Bir karakterin ekrandaki g<>r<EFBFBD>n<EFBFBD>m<EFBFBD>nde de<64>i<EFBFBD>iklik yapmak i<>in Karakter D<>zenleyicisi'ni kullan<61>n."
|
|||
|
cmd_infotip = "Metin tabanl<6E> (komut sat<61>r<EFBFBD>) fonksiyonlar uygular."
|
|||
|
compmgmt_infotip = "Yerel ve uzaktaki bilgisayarlar<61>n y<>netilmesi i<>in diskleri y<>netip di<64>er ara<72>lara eri<72>im sa<73>lar."
|
|||
|
magnifier_infotip = "Daha kolay g<>r<EFBFBD>nmeleri i<>in se<73>ili metin ve ba<62>ka ekran <20><>elerini b<>y<EFBFBD>t<EFBFBD>r."
|
|||
|
neweventvwr_infotip = "Windows ve ba<62>ka programlar<61>n izleme ve sorun giderme iletilerini g<>r<EFBFBD>nt<6E>ler."
|
|||
|
notepad_infotip = "Temel metin bi<62>imlendirmesi kullanarak metin dosyalar<61> olu<6C>turup d<>zenler."
|
|||
|
ntbackup_infotip = "Kazayla kaybolmaya kar<61><72> veriyi ar<61>ivler."
|
|||
|
reader_infotip = "Hoparl<72>r ya da ses <20><>k<EFBFBD><6B> ayg<79>t<EFBFBD> tak<61>l<EFBFBD>ysa, ekrandaki metin, ileti<74>im kutusu, men<65> ve d<><64>melerin i<>eri<72>ini y<>ksek sesle okur."
|
|||
|
@@:@3:remote_assistance_infotip = "Arkada<64><61>n<EFBFBD>z<EFBFBD> bilgisayar<61>n<EFBFBD>za ba<62>lanarak sorunlar<61>n<EFBFBD>za yard<72>m etmesi i<>in davet etmenize olanak sa<73>lar."
|
|||
|
screenkeyboard_infotip = "Fare ya da anahtar girdi ayg<79>t<EFBFBD>yla y<>netilen bir klavye g<>r<EFBFBD>nt<6E>ler."
|
|||
|
synchronize_infotip = "Belge, takvim ve e-posta iletileri gibi <20>evrimd<6D><64><EFBFBD> olarak d<>zenlenmi<6D> olan malzelemelerin a<> kopyalar<61>n<EFBFBD> g<>ncelle<6C>tirir."
|
|||
|
utilman_infotip = "Eri<72>ilebilirlik ara<72>lar<61>n<EFBFBD> tek bir pencereden ba<62>lat<61>p yap<61>land<6E>r<EFBFBD>r."
|
|||
|
windowsupdate_infotip = "Sisteminizi, Microsoft'un sa<73>lad<61><64><EFBFBD> yeni Windows <20>zellikleri, ayg<79>t s<>r<EFBFBD>c<EFBFBD>leri ve sistem yenilikleriyle g<>ncelle<6C>tirir."
|
|||
|
sysmon_infotip = "Sistem performans<6E>n<EFBFBD>n grafi<66>ini g<>r<EFBFBD>nt<6E>leyip veri g<>nl<6E>klerini ve uyar<61>lar<61>n<EFBFBD> yap<61>land<6E>r<EFBFBD>r."
|
|||
|
datasrcodbc_infotip = "A<><41>k Veritaban<61> Ba<42>lant<6E> (ODBC) veri kaynak ve s<>r<EFBFBD>c<EFBFBD>lerini ekler, kald<6C>r<EFBFBD>r ve yap<61>land<6E>r<EFBFBD>r."
|
|||
|
licmanager_infotip = "Bir sunucu <20>r<EFBFBD>n<EFBFBD>n<EFBFBD>n istemci lisans<6E>n<EFBFBD> y<>netir."
|
|||
|
dfsmgr_infotip = "Farkl<6B> bilgisayarlardan payla<6C>t<EFBFBD>r<EFBFBD>lm<6C><6D> klas<61>rleri ba<62>layan da<64><61>t<EFBFBD>ml<6D> dosya sistemlerini olu<6C>turur ve y<>netir."
|
|||
|
locsecpol_infotip = "Kullan<61>c<EFBFBD> haklar<61> ve denetim ilkesi gibi yerel g<>venlik ilkelerini g<>r<EFBFBD>nt<6E>leyip de<64>i<EFBFBD>tirin."
|
|||
|
@*:msinfo_infotip = "System Information infotip"
|
|||
|
services_infotip = "Hizmetleri ba<62>lat<61>p durdurur."
|
|||
|
tlntadmn_infotip = "Telnet sunucu ba<62>lant<6E> ve ayarlar<61>n<EFBFBD> g<>r<EFBFBD>nt<6E>leyip de<64>i<EFBFBD>tirin."
|
|||
|
compatwizard_infotip = "Windows XP'de <20>al<61><6C>acak eski programlar<61> getir"
|
|||
|
|
|||
|
|
|||
|
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"
|
|||
|
|