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:perfd010.dat /h:perfi010.dat /l:010"
|
|||
|
|
|||
|
[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 = "Principale"
|
|||
|
games = "Giochi"
|
|||
|
accessories = "Accessori"
|
|||
|
accessories_entertainment = "Accessori\Svago"
|
|||
|
accessories_communications = "Accessori\Comunicazioni"
|
|||
|
prexp_accessories_games = "Accessori\Giochi"
|
|||
|
accessories_multimedia = "Accessori\Multimedia"
|
|||
|
accessibility = "Accessori\Accesso facilitato"
|
|||
|
systemtools = "Accessori\Utilit<69> di sistema"
|
|||
|
startup = "Esecuzione automatica"
|
|||
|
admintools = "Strumenti di amministrazione"
|
|||
|
nt4admintools = "Strumenti di amministrazione"
|
|||
|
@s:netadmintools = "Amministrazione di rete"
|
|||
|
startmenucommon = "::0x0016::"
|
|||
|
|
|||
|
;
|
|||
|
; Names of program group items
|
|||
|
;
|
|||
|
old_srv_config = "Administrative Tools Home Page"
|
|||
|
srv_config = "Configurazione server"
|
|||
|
srvwiz_infotip = "Imposta e configura i servizi Windows per la rete."
|
|||
|
windowsupdate = "Windows Update"
|
|||
|
windowscatalog = "Catalogo di Windows"
|
|||
|
configureprograms = "Impostazioni accesso ai programmi"
|
|||
|
windowstour = "Presentazione di Windows XP"
|
|||
|
synchronize = "Sincronizza"
|
|||
|
sync_manager = "Gestione sincronizzazione"
|
|||
|
winfile = "File Manager"
|
|||
|
control = "Pannello di controllo"
|
|||
|
printman = "Print Manager"
|
|||
|
clipbrd = "Visualizzatore Cartella appunti"
|
|||
|
dialer = "Connessione telefonica"
|
|||
|
cmd = "Prompt dei comandi"
|
|||
|
explorer = "Gestione risorse"
|
|||
|
setup = "Installazione di Windows NT"
|
|||
|
pifedit = "PIF Editor"
|
|||
|
intro = "Dimostrazione di Windows NT"
|
|||
|
readme = "Leggimi"
|
|||
|
ntbooks = "Documentazione in linea"
|
|||
|
cmdref = "Guida di Windows NT"
|
|||
|
windisk = "Disk Administrator"
|
|||
|
perfmon = "Performance Monitor"
|
|||
|
ntbackup = "Backup"
|
|||
|
compatwizard = "Verifica guidata compatibilit<69> programmi"
|
|||
|
@w:@i:migwiz_desc = "Trasferimento guidato file e impostazioni"
|
|||
|
eventvwr = "Visualizzatore eventi"
|
|||
|
dcomcnfg = "Configurazione DCOM"
|
|||
|
winmsd = "Diagnostica di Windows NT"
|
|||
|
musrmgr = "User Manager"
|
|||
|
@s:upedit = "Editor profilo utente"
|
|||
|
@s:usrmgr = "User Manager per domini"
|
|||
|
@s:nwconv = "Utilit<69> di migrazione per NetWare"
|
|||
|
@s:srvmgr = "Server Manager"
|
|||
|
@s:poledit = "Modifica criteri di protezione"
|
|||
|
pbrush = "Paintbrush"
|
|||
|
paint = "Paint"
|
|||
|
winchat = "Chat"
|
|||
|
terminal = "Terminale"
|
|||
|
charedit = "Editor caratteri privati"
|
|||
|
notepad = "Blocco note"
|
|||
|
cardfile = "Schedario"
|
|||
|
calc = "Calcolatrice"
|
|||
|
clock = "Orologio"
|
|||
|
charmap = "Mappa caratteri"
|
|||
|
mplayer = "Media Player"
|
|||
|
sndrec32 = "Registratore di suoni"
|
|||
|
sndvol32 = "Controllo volume"
|
|||
|
sndvol32old = "Controllo volume"
|
|||
|
cdplayer = "Lettore CD"
|
|||
|
cdplayerold = "Lettore CD"
|
|||
|
write = "Write"
|
|||
|
packgr32 = "Packager"
|
|||
|
hyperterm = "HyperTerminal"
|
|||
|
sol = "Solitario"
|
|||
|
winmine = "Prato fiorito"
|
|||
|
freecell = "FreeCell"
|
|||
|
hearts = "Hearts"
|
|||
|
spider = "Spider"
|
|||
|
pinball = "Pinball"
|
|||
|
magnifier = "Magnifier"
|
|||
|
@*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
ihearts = "Hearts su Internet"
|
|||
|
ispades = "Spades su Internet"
|
|||
|
ibackgammon = "Backgammon su Internet"
|
|||
|
icheckers = "Dama su Internet"
|
|||
|
ireversi = "Othello su Internet"
|
|||
|
@*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
reader = "Assistente vocale"
|
|||
|
screenkeyboard = "Tastiera su schermo"
|
|||
|
utilman = "Utility Manager"
|
|||
|
@s:netclientadmin = "Amministrazione client di rete"
|
|||
|
@s:licmanager = "Gestione licenze"
|
|||
|
@s:licmanager2 = "Gestione licenze"
|
|||
|
@s:ntwksvcmgmt = "Gestione servizi di rete"
|
|||
|
certmgr = "Gestione certificati"
|
|||
|
rasadmin = "Amministrazione Accesso remoto (RAS)"
|
|||
|
du_networking = "Connessione remota"
|
|||
|
network_and_dialup = "Rete e connessioni remote"
|
|||
|
admin_wiz = "Procedure guidate di amministrazione"
|
|||
|
compmgmt = "Gestione computer"
|
|||
|
fsmgmt = "Gestione del servizio file"
|
|||
|
neweventvwr = "Visualizzatore eventi"
|
|||
|
devmgmt = "Gestione periferiche"
|
|||
|
svcmgmt = "Gestione del servizio di sistema"
|
|||
|
sysmon = "Prestazioni"
|
|||
|
@s:dirmgmt = "Gestione directory"
|
|||
|
@s:dommgmt = "Gestione struttura dominio"
|
|||
|
@s:dnsmgmt = "Gestione DNS"
|
|||
|
@s:dssite = "Siti e Gestione servizi Active Directory"
|
|||
|
diskmgmt = "Gestione disco"
|
|||
|
ciadmin = "Gestione Index Server"
|
|||
|
mediasvc = "Gestione archivi rimovibili"
|
|||
|
@s:dfsmgr = "File system distribuito"
|
|||
|
@e:enterprise_installer = "Windows NT Server, Enterprise Edition Installer.cmd"
|
|||
|
datasrcodbc = "Origine dati (ODBC)"
|
|||
|
@@:@a:datasrcodbcx86 = "Origine dati (ODBC) (x86)"
|
|||
|
scheduled_tasks = "Operazioni pianificate"
|
|||
|
maint_wiz = "Ottimizzazione di Windows"
|
|||
|
locsecpol = "Criteri di protezione locali"
|
|||
|
@*:msinfo = "System Information"
|
|||
|
services = "Servizi"
|
|||
|
tlntadmn = "Amministrazione di server Telnet"
|
|||
|
@@:@i:oobe_desc = "Attivazione di Windows"
|
|||
|
oldnetcon = "Rete e connessioni remote"
|
|||
|
@@:@3:remote_assistance = "Assistenza remota"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
@*:
|
|||
|
@*: Infotips
|
|||
|
@*:
|
|||
|
@@:@i:oobe_infotip = "Attivazione di Windows con Microsoft"
|
|||
|
charedit_infotip = "Utilizzare Editor di caratteri per modificarne la visualizzazione sullo schermo."
|
|||
|
cmd_infotip = "Esegue funzioni in modalit<69> testo (riga di comando)."
|
|||
|
compmgmt_infotip = "Gestisce i dischi e offre accesso ad altre utilit<69> per la gestione dei computer locali e remoti."
|
|||
|
magnifier_infotip = "Ingrandisce testo selezionato ed altri elementi dello schermo per facilitare la visualizzazione."
|
|||
|
neweventvwr_infotip = "Visualizza i messaggi di controllo e di risoluzione dei problemi da Windows e da altre applicazioni."
|
|||
|
notepad_infotip = "Crea e modifica file di testo con formattazione elementare."
|
|||
|
ntbackup_infotip = "Consente di archiviare i dati per evitare che vengano persi accidentalmente."
|
|||
|
reader_infotip = "Legge ad alta voce testo sullo schermo, finestre di dialogo, menu e pulsanti se gli altoparlanti o una periferica di output audio sono installati."
|
|||
|
@@:@3:remote_assistance_infotip = "Consente di invitare un amico a connettersi al computer e offrire assistenza nella risoluzione di eventuali problemi."
|
|||
|
screenkeyboard_infotip = "Visualizza una tastiera controllata dal mouse o cambia periferica di input."
|
|||
|
synchronize_infotip = "Aggiorna la copia di rete del materiale modificato non in linea, come documenti, calendari e messaggi di posta elettronica."
|
|||
|
utilman_infotip = "Avvia e configura le utilit<69> di accesso facilitato da una finestra."
|
|||
|
windowsupdate_infotip = "Aggiorna il sistema con nuove caratteristiche di Windows, driver per periferiche, e aggiornamenti di sistema da Microsoft."
|
|||
|
sysmon_infotip = "Visualizza i grafici delle prestazioni del sistema e configura la registrazione dei dati e gli avvisi."
|
|||
|
datasrcodbc_infotip = "Aggiunge, rimuove e configura driver e origini dati ODBC (Open Database Connectivity)."
|
|||
|
licmanager_infotip = "Gestisce le licenze di accesso client per un prodotto server."
|
|||
|
dfsmgr_infotip = "Crea e gestisce file system distribuiti che connettono cartelle condivise con altri computer."
|
|||
|
locsecpol_infotip = "Consente di visualizzare e modificare i criteri di protezione locali, quali diritti utente e criteri di controllo."
|
|||
|
@*:msinfo_infotip = "System Information infotip"
|
|||
|
services_infotip = "Avvia a arresta i servizi."
|
|||
|
tlntadmn_infotip = "Visualizzare e modificare le impostazioni e connessioni del server telnet."
|
|||
|
compatwizard_infotip = "Come rendere funzionanti i vecchi programmi con Windows XP"
|
|||
|
|
|||
|
|
|||
|
ProgramF = "Programmi"
|
|||
|
SharedTools = "File comuni\Microsoft Shared"
|
|||
|
MShared = "Microsoft Shared"
|
|||
|
@*: Folder name for IE5 appDir, same as ie.txt
|
|||
|
MSIE4 = "Internet Explorer"
|
|||
|
MP2 = "Windows Media Player"
|
|||
|
DisplayName = "Rendering grafica vettoriale (VML)"
|
|||
|
SRCHASST = "srchasst"
|
|||
|
|