466 lines
17 KiB
Plaintext
466 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:perfd007.dat /h:perfi007.dat /l:007"
|
|||
|
|
|||
|
[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 Character Map"
|
|||
|
mplayer_351="Media Player"
|
|||
|
licmanager_351="License Manager"
|
|||
|
ncadmin_351="Network Client Administrator"
|
|||
|
ImageGen_351="IME Generator"
|
|||
|
clipbrd_351="ClipBook Viewer"
|
|||
|
ChsuConv_351="Code Converter"
|
|||
|
iexplorer_40="Internet Explore"
|
|||
|
Image_40="Imaging"
|
|||
|
licmanager_40="License Manager"
|
|||
|
rasadmin_40 = "Remote Access Admin"
|
|||
|
eudcedit_40="EUDC Editor"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x404
|
|||
|
//CHT specific sections
|
|||
|
|
|||
|
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
UCharMap_40 = "Unicode Character Map"
|
|||
|
eudcedit_40="EUDC Editor"
|
|||
|
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 Editor"
|
|||
|
eudcedit_351="EUDC Editor"
|
|||
|
UCharMap_40 = "Unicode Character Map"
|
|||
|
UCharMap_351 = "Unicode Character Map"
|
|||
|
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 Character Map"
|
|||
|
;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 (Common)"
|
|||
|
#endif
|
|||
|
|
|||
|
;
|
|||
|
; Names of program groups
|
|||
|
;
|
|||
|
main = "Hauptgruppe"
|
|||
|
games = "Spiele"
|
|||
|
accessories = "Zubeh<65>r"
|
|||
|
accessories_entertainment = "Zubeh<65>r\Unterhaltungsmedien"
|
|||
|
accessories_communications = "Zubeh<65>r\Kommunikation"
|
|||
|
prexp_accessories_games = "Zubeh<65>r\Spiele"
|
|||
|
accessories_multimedia = "Zubeh<65>r\Multimedia"
|
|||
|
accessibility = "Zubeh<65>r\Eingabehilfen"
|
|||
|
systemtools = "Zubeh<65>r\Systemprogramme"
|
|||
|
startup = "Autostart"
|
|||
|
admintools = "Verwaltung"
|
|||
|
nt4admintools = "NT 4.0 Verwaltung"
|
|||
|
@s:netadmintools = "Netzwerkverwaltung"
|
|||
|
startmenucommon = "::0x0016::"
|
|||
|
|
|||
|
;
|
|||
|
; Names of program group items
|
|||
|
;
|
|||
|
old_srv_config = "Startseite f<>r Verwaltungsprogramme"
|
|||
|
srv_config = "Konfiguration des Servers"
|
|||
|
srvwiz_infotip = "Dient der Installation und Konfiguration von Windows-Diensten f<>r das Netzwerk."
|
|||
|
windowsupdate = "Windows Update"
|
|||
|
windowscatalog = "Windows-Katalog"
|
|||
|
configureprograms = "Programmzugriff und -standards"
|
|||
|
windowstour = "Windows XP-Tour"
|
|||
|
synchronize = "Synchronisieren"
|
|||
|
sync_manager = "Synchronisationsverwaltung"
|
|||
|
winfile = "Datei-Manager"
|
|||
|
control = "Systemsteuerung"
|
|||
|
printman = "Druck-Manager"
|
|||
|
clipbrd = "Ablagemappe"
|
|||
|
dialer = "Wahlhilfe"
|
|||
|
cmd = "Eingabeaufforderung"
|
|||
|
explorer = "Windows NT-Explorer"
|
|||
|
setup = "Windows NT Setup"
|
|||
|
pifedit = "PIF-Editor"
|
|||
|
intro = "Windows NT-Einf<6E>hrung"
|
|||
|
readme = "ReadMe"
|
|||
|
ntbooks = "Online-Dokumentation"
|
|||
|
cmdref = "Windows NT-Hilfe"
|
|||
|
windisk = "Festplatten- Manager"
|
|||
|
perfmon = "Systemmonitor"
|
|||
|
ntbackup = "Sicherung"
|
|||
|
compatwizard = "Programmkompatibilit<69>ts-Assistent"
|
|||
|
@w:@i:migwiz_desc = "<22>bertragen von Dateien und Einstellungen"
|
|||
|
eventvwr = "Ereignisanzeige"
|
|||
|
dcomcnfg = "DCOM-Konfiguration"
|
|||
|
winmsd = "Windows NT- Diagnose"
|
|||
|
musrmgr = "Benutzer-Manager"
|
|||
|
@s:upedit = "Benutzerprofileditor"
|
|||
|
@s:usrmgr = "Benutzer-Manager f<>r Dom<6F>nen"
|
|||
|
@s:nwconv = "Migrationsprogramm f<>r NetWare"
|
|||
|
@s:srvmgr = "Server-Manager"
|
|||
|
@s:poledit = "Systemrichtlinien-Editor"
|
|||
|
pbrush = "Paintbrush"
|
|||
|
paint = "Paint"
|
|||
|
winchat = "Telefon"
|
|||
|
terminal = "Terminal"
|
|||
|
charedit = "Zeicheneditor"
|
|||
|
notepad = "Editor"
|
|||
|
cardfile = "Kartei"
|
|||
|
calc = "Rechner"
|
|||
|
clock = "Uhr"
|
|||
|
charmap = "Zeichentabelle"
|
|||
|
mplayer = "Medienwiedergabe"
|
|||
|
sndrec32 = "Audiorecorder"
|
|||
|
sndvol32 = "Lautst<73>rkeregelung"
|
|||
|
sndvol32old = "Lautst<73>rkeregelung"
|
|||
|
cdplayer = "CD-Spieler"
|
|||
|
cdplayerold = "CD-Spieler"
|
|||
|
write = "Write"
|
|||
|
packgr32 = "Objekt-Manager"
|
|||
|
hyperterm = "HyperTerminal"
|
|||
|
sol = "Solit<69>r"
|
|||
|
winmine = "Minesweeper"
|
|||
|
freecell = "Freecell"
|
|||
|
hearts = "Hearts"
|
|||
|
spider = "Spider Solit<69>r"
|
|||
|
pinball = "Pinball"
|
|||
|
magnifier = "Bildschirmlupe"
|
|||
|
@*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
ihearts = "Internet-Hearts"
|
|||
|
ispades = "Internet-Spades"
|
|||
|
ibackgammon = "Internet-Backgammon"
|
|||
|
icheckers = "Internet-Dame"
|
|||
|
ireversi = "Internet-Reversi"
|
|||
|
@*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
reader = "Sprachausgabe"
|
|||
|
screenkeyboard = "Bildschirmtastatur"
|
|||
|
utilman = "Hilfsprogramm-Manager"
|
|||
|
@s:netclientadmin = "Netzwerk-Client- Manager"
|
|||
|
@s:licmanager = "Lizenz-Manager"
|
|||
|
@s:licmanager2 = "Lizenzierung"
|
|||
|
@s:ntwksvcmgmt = "Netzwerkdiensteverwaltung"
|
|||
|
certmgr = "Zertifikatverwaltung"
|
|||
|
rasadmin = "RAS-Verwaltung"
|
|||
|
du_networking = "DF<44>-Netzwerk"
|
|||
|
network_and_dialup = "Netzwerk- und DF<44>-Verbindungen"
|
|||
|
admin_wiz = "Verwaltungs-Assistenten"
|
|||
|
compmgmt = "Computerverwaltung"
|
|||
|
fsmgmt = "Dateidienstverwaltung"
|
|||
|
neweventvwr = "Ereignisanzeige"
|
|||
|
devmgmt = "Ger<65>teverwaltung"
|
|||
|
svcmgmt = "Systemdienstverwaltung"
|
|||
|
sysmon = "Systemmonitor"
|
|||
|
@s:dirmgmt = "Verzeichnisverwaltung"
|
|||
|
@s:dommgmt = "Dom<6F>nenverwaltung"
|
|||
|
@s:dnsmgmt = "DNS-Verwaltung"
|
|||
|
@s:dssite = "Active Directory-Standort- und Dienstverwaltung"
|
|||
|
diskmgmt = "Datentr<74>gerverwaltung"
|
|||
|
ciadmin = "Index Server-Verwaltung"
|
|||
|
mediasvc = "Wechselmedienverwaltung"
|
|||
|
@s:dfsmgr = "Verteiltes Dateisystem (DFS)"
|
|||
|
@e:enterprise_installer = "Installationsprogramm f<>r Windows NT Server, Enterprise Edition"
|
|||
|
datasrcodbc = "Datenquellen (ODBC)"
|
|||
|
@@:@a:datasrcodbcx86 = "Datenquellen (ODBC) (x86)"
|
|||
|
scheduled_tasks = "Geplante Tasks"
|
|||
|
maint_wiz = "Wartungs-Assistent"
|
|||
|
locsecpol = "Lokale Sicherheitsrichtlinie"
|
|||
|
@*:msinfo = "System Information"
|
|||
|
services = "Dienste"
|
|||
|
tlntadmn = "Telnetserververwaltung"
|
|||
|
@@:@i:oobe_desc = "Windows aktivieren"
|
|||
|
oldnetcon = "Netzwerk- und DF<44>-Verbindungen"
|
|||
|
@@:@3:remote_assistance = "Remoteunterst<73>tzung"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
@*:
|
|||
|
@*: Infotips
|
|||
|
@*:
|
|||
|
@@:@i:oobe_infotip = "Windows mit Microsoft aktivieren"
|
|||
|
charedit_infotip = "Ver<65>ndert die Bildschirmdarstellung von Zeichen."
|
|||
|
cmd_infotip = "F<>hrt textbasierte (Befehlszeilen-) Funktionen aus."
|
|||
|
compmgmt_infotip = "Verwaltet Datentr<74>ger, bietet Zugriff auf andere Programme, um lokale Computer sowie Remotecomputer zu verwalten."
|
|||
|
magnifier_infotip = "Vergr<67><72>ert markierten Text und anderes auf dem Bildschirm f<>r einfacheres Betrachten."
|
|||
|
neweventvwr_infotip = "Zeigt <20>berwachungs- und Problembehandlungsmeldungen von Windows und anderen Programmen an."
|
|||
|
notepad_infotip = "Erstellt und bearbeitet Textdateien unter Verwendung grundlegender Textformatierung."
|
|||
|
ntbackup_infotip = "Archiviert Daten, um vor Datenverlust zu sch<63>tzen."
|
|||
|
reader_infotip = "Liest Bildschirmtext, Dialogfelder, Men<65>s und Schaltfl<66>chen (erfordert Lautsprecher oder ein Audioausgabeger<65>t)."
|
|||
|
@@:@3:remote_assistance_infotip = "Erm<72>glicht einem Freund, sich mit Ihrem Computer zu verbinden, um Ihnen bei der Probleml<6D>sung behilflich zu sein."
|
|||
|
screenkeyboard_infotip = "Zeigt eine Tastatur an, die von einer Maus oder einem Schaltereingabeger<65>t gesteuert wird."
|
|||
|
synchronize_infotip = "Aktualisiert die Netzwerkexemplare von Daten, die offline bearbeitet wurde, wie z. B. Dokumente, Kalender und E-Mail."
|
|||
|
utilman_infotip = "Startet und konfiguriert die Eingabehilfen von einem Fenster aus."
|
|||
|
windowsupdate_infotip = "Aktualisiert den Computer mit neuen von Microsoft erh<72>ltlichen Windowsfunktionen, Ger<65>tetreibern und Systemupdates."
|
|||
|
sysmon_infotip = "Zeigt Systemleistungsgraphen an, und konfiguriert Datenprotokolle und Warnungen."
|
|||
|
datasrcodbc_infotip = "Erm<72>glicht es, ODBC-Datenquellen (Open Database Connectivity) und -Treiber hinzuzuf<75>gen, zu l<>schen oder zu konfigurieren."
|
|||
|
licmanager_infotip = "Verwaltet die Clientzugriffslizenzierung f<>r ein Serverprodukt."
|
|||
|
dfsmgr_infotip = "Erstellt und verwaltet verteilte Dateisysteme, die freigegebene Ordner verschiedener Computer verbinden."
|
|||
|
locsecpol_infotip = "Dient dem Anzeigen und Ver<65>ndern von lokalen Sicherheitsrichtlinien, wie Benutzerrechten und <20>berwachungsrichtlinien."
|
|||
|
@*:msinfo_infotip = "System Information infotip"
|
|||
|
services_infotip = "Startet und beendet Dienste."
|
|||
|
tlntadmn_infotip = "Dient dem Anzeigen und Bearbeiten von Telnetservereinstellungen und -verbindungen."
|
|||
|
compatwizard_infotip = "Hilft, <20>ltere Programme unter Windows XP ausf<73>hren zu k<>nnen."
|
|||
|
|
|||
|
|
|||
|
ProgramF = "Programme"
|
|||
|
SharedTools = "Gemeinsame Dateien\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"
|
|||
|
|