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:perfd00a.dat /h:perfi00a.dat /l:00a"
|
|||
|
|
|||
|
[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 = "Mapa de caracteres Unicode"
|
|||
|
mplayer_351="Reproductor multimedia"
|
|||
|
licmanager_351="Administrador de licencias"
|
|||
|
ncadmin_351="Administrador de clientes de red"
|
|||
|
ImageGen_351="Generador IME"
|
|||
|
clipbrd_351="Visor del Portafolios"
|
|||
|
ChsuConv_351="Convertidor de c<>digo"
|
|||
|
iexplorer_40="Internet Explore"
|
|||
|
Image_40="Imaging"
|
|||
|
licmanager_40="Administrador de licencias"
|
|||
|
rasadmin_40 = "Administrador de acceso remoto"
|
|||
|
eudcedit_40="Editor EUDC"
|
|||
|
|
|||
|
#elif LANGUAGE_ID == 0x404
|
|||
|
//CHT specific sections
|
|||
|
|
|||
|
|
|||
|
@*:ref the names in localized NT 4.0
|
|||
|
UCharMap_40 = "Mapa de caracteres Unicode"
|
|||
|
eudcedit_40="Editor EUDC"
|
|||
|
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="Editor EUDC"
|
|||
|
eudcedit_351="Editor EUDC"
|
|||
|
UCharMap_40 = "Mapa de caracteres Unicode"
|
|||
|
UCharMap_351 = "Mapa de caracteres Unicode"
|
|||
|
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 = "Mapa de caracteres Unicode"
|
|||
|
;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 = "Principal"
|
|||
|
games = "Juegos"
|
|||
|
accessories = "Accesorios"
|
|||
|
accessories_entertainment = "Accesorios\Entretenimiento"
|
|||
|
accessories_communications = "Accesorios\Comunicaciones"
|
|||
|
prexp_accessories_games = "Accesorios\Juegos"
|
|||
|
accessories_multimedia = "Accesorios\Multimedia"
|
|||
|
accessibility = "Accesorios\Accesibilidad"
|
|||
|
systemtools = "Accesorios\Herramientas del sistema"
|
|||
|
startup = "Inicio"
|
|||
|
admintools = "Herramientas administrativas"
|
|||
|
nt4admintools = "Herramientas administrativas de Windows NT 4.0"
|
|||
|
@s:netadmintools = "Administraci<63>n de red"
|
|||
|
startmenucommon = "::0x0016::"
|
|||
|
|
|||
|
;
|
|||
|
; Names of program group items
|
|||
|
;
|
|||
|
old_srv_config = "P<>gina principal de Herramientas administrativas"
|
|||
|
srv_config = "Configurar el servidor"
|
|||
|
srvwiz_infotip = "Instala y configura servicios de Windows para su red."
|
|||
|
windowsupdate = "Windows Update"
|
|||
|
windowscatalog = "Windows Catalog"
|
|||
|
configureprograms = "Configurar acceso y programas predeterminados"
|
|||
|
windowstour = "Paseo por Windows XP"
|
|||
|
synchronize = "Sincronizar"
|
|||
|
sync_manager = "Administrador de sincronizaci<63>n"
|
|||
|
winfile = "Administrador de archivos"
|
|||
|
control = "Panel de control"
|
|||
|
printman = "Administrador de impresi<73>n"
|
|||
|
clipbrd = "Visor del Portafolios"
|
|||
|
dialer = "Marcador telef<65>nico"
|
|||
|
cmd = "S<>mbolo del sistema"
|
|||
|
explorer = "Explorador de Windows NT"
|
|||
|
setup = "Instalaci<63>n de Windows NT"
|
|||
|
pifedit = "Editor PIF"
|
|||
|
intro = "Introducci<63>n a Windows NT"
|
|||
|
readme = "L<>ame"
|
|||
|
ntbooks = "Libros en pantalla"
|
|||
|
cmdref = "Ayuda de Windows NT"
|
|||
|
windisk = "Administrador de discos"
|
|||
|
perfmon = "Monitor de sistema"
|
|||
|
ntbackup = "Copia de seguridad"
|
|||
|
compatwizard = "Asistente para compatibilidad de programas"
|
|||
|
@w:@i:migwiz_desc = "Asistente para transferencia de archivos y configuraciones"
|
|||
|
eventvwr = "Visor de sucesos"
|
|||
|
dcomcnfg = "Configuraci<63>n DCOM"
|
|||
|
winmsd = "Diagnosis de Windows NT"
|
|||
|
musrmgr = "Administrador de usuarios"
|
|||
|
@s:upedit = "Editor de perfiles del usuario"
|
|||
|
@s:usrmgr = "Administrador de usuarios para dominios"
|
|||
|
@s:nwconv = "Herramienta de migraci<63>n para NetWare"
|
|||
|
@s:srvmgr = "Administrador de servidores"
|
|||
|
@s:poledit = "Editor de directivas del sistema"
|
|||
|
pbrush = "Paintbrush"
|
|||
|
paint = "Paint"
|
|||
|
winchat = "Charla"
|
|||
|
terminal = "Terminal"
|
|||
|
charedit = "Editor de caracteres privados"
|
|||
|
notepad = "Bloc de notas"
|
|||
|
cardfile = "Fichero"
|
|||
|
calc = "Calculadora"
|
|||
|
clock = "Reloj"
|
|||
|
charmap = "Mapa de caracteres"
|
|||
|
mplayer = "Reproductor multimedia"
|
|||
|
sndrec32 = "Grabadora de sonidos"
|
|||
|
sndvol32 = "Control de volumen"
|
|||
|
sndvol32old = "Control de volumen"
|
|||
|
cdplayer = "Reproductor de CD"
|
|||
|
cdplayerold = "Reproductor de CD"
|
|||
|
write = "Escribir"
|
|||
|
packgr32 = "Empaquetador de objetos"
|
|||
|
hyperterm = "HyperTerminal"
|
|||
|
sol = "Solitario"
|
|||
|
winmine = "Buscaminas"
|
|||
|
freecell = "Carta blanca"
|
|||
|
hearts = "Corazones"
|
|||
|
spider = "Solitario Spider"
|
|||
|
pinball = "Pinball"
|
|||
|
magnifier = "Ampliador"
|
|||
|
@*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
ihearts = "Corazones en Internet"
|
|||
|
ispades = "Picas en Internet"
|
|||
|
ibackgammon = "Backgammon en Internet"
|
|||
|
icheckers = "Damas en Internet"
|
|||
|
ireversi = "Reversi en Internet"
|
|||
|
@*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
|
|||
|
reader = "Narrador"
|
|||
|
screenkeyboard = "Teclado en pantalla"
|
|||
|
utilman = "Administrador de utilidades"
|
|||
|
@s:netclientadmin = "Administrador de clientes de red"
|
|||
|
@s:licmanager = "Administrador de licencias"
|
|||
|
@s:licmanager2 = "Licencia"
|
|||
|
@s:ntwksvcmgmt = "Administrador de servicios de red"
|
|||
|
certmgr = "Administrador de certificados"
|
|||
|
rasadmin = "Administrador de acceso remoto"
|
|||
|
du_networking = "Acceso telef<65>nico a redes"
|
|||
|
network_and_dialup = "Conexiones de red y de acceso telef<65>nico"
|
|||
|
admin_wiz = "Asistentes administrativos"
|
|||
|
compmgmt = "Administraci<63>n de equipos"
|
|||
|
fsmgmt = "Administraci<63>n de servicios de archivos"
|
|||
|
neweventvwr = "Visor de sucesos"
|
|||
|
devmgmt = "Administraci<63>n de dispositivos"
|
|||
|
svcmgmt = "Administraci<63>n de servicios de sistema"
|
|||
|
sysmon = "Rendimiento"
|
|||
|
@s:dirmgmt = "Administraci<63>n de directorios"
|
|||
|
@s:dommgmt = "Administrador del <20>rbol de dominios"
|
|||
|
@s:dnsmgmt = "Administrador DNS"
|
|||
|
@s:dssite = "Administrador de sitios y servicios de Active Directory"
|
|||
|
diskmgmt = "Administraci<63>n de discos"
|
|||
|
ciadmin = "Administraci<63>n de Index Server"
|
|||
|
mediasvc = "Administraci<63>n de medios de almacenamiento extra<72>bles"
|
|||
|
@s:dfsmgr = "Sistema de archivos distribuido"
|
|||
|
@e:enterprise_installer = "Windows NT Server, Enterprise Edition Installer.cmd"
|
|||
|
datasrcodbc = "Or<4F>genes de datos (ODBC)"
|
|||
|
@@:@a:datasrcodbcx86 = "Or<4F>genes de datos (ODBC) (x86)"
|
|||
|
scheduled_tasks = "Tareas programadas"
|
|||
|
maint_wiz = "Asistente para mantenimiento"
|
|||
|
locsecpol = "Directiva de seguridad local"
|
|||
|
@*:msinfo = "System Information"
|
|||
|
services = "Servicios"
|
|||
|
tlntadmn = "Administraci<63>n del servidor Telnet"
|
|||
|
@@:@i:oobe_desc = "Activar Windows"
|
|||
|
oldnetcon = "Conexiones de red y de acceso telef<65>nico"
|
|||
|
@@:@3:remote_assistance = "Asistencia remota"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
@*:
|
|||
|
@*: Infotips
|
|||
|
@*:
|
|||
|
@@:@i:oobe_infotip = "Activar Windows a trav<61>s de Microsoft"
|
|||
|
charedit_infotip = "Usar el Editor de caracteres para modificar la forma en que se muestra un car<61>cter en la pantalla."
|
|||
|
cmd_infotip = "Realiza funciones basadas en texto (l<>nea de comandos)."
|
|||
|
compmgmt_infotip = "Administra discos y ofrece acceso a otras herramientas para administrar equipos locales y remotos."
|
|||
|
magnifier_infotip = "Agranda el texto seleccionado y otros elementos en pantalla para facilitar la visi<73>n."
|
|||
|
neweventvwr_infotip = "Usar el Visor de sucesos para ver registros de sucesos del sistema y de aplicaciones."
|
|||
|
notepad_infotip = "Crea y modifica archivos de texto usando formato de texto b<>sico."
|
|||
|
ntbackup_infotip = "Archiva datos para protegerlos de una p<>rdida accidental."
|
|||
|
reader_infotip = "Lee en voz alta texto, cuadros de di<64>logo, men<65>s y botones en pantalla si tiene instalados altavoces o un dispositivo de salida de sonido."
|
|||
|
@@:@3:remote_assistance_infotip = "Permite que invite a un amigo para que se conecte a su equipo y le ayude con sus problemas."
|
|||
|
screenkeyboard_infotip = "Muestra un teclado controlado por un mouse o dispositivo de entrada de interruptor."
|
|||
|
synchronize_infotip = "Actualiza la copia en la red del material que se modific<69> sin conexi<78>n, como documentos, calendarios y mensajes de correo electr<74>nico."
|
|||
|
utilman_infotip = "Inicia y configura herramientas de accesibilidad desde una ventana."
|
|||
|
windowsupdate_infotip = "Use Windows Update para agregar nuevas caracter<65>sticas, controladores de dispositivos y actualizaciones del sistema de Microsoft Windows en Internet"
|
|||
|
sysmon_infotip = "Muestra gr<67>ficos de rendimiento del sistema y configura registros y alertas de datos."
|
|||
|
datasrcodbc_infotip = "Agrega, quita y configura or<6F>genes de datos y controladores Open Database Connectivity (ODBC)."
|
|||
|
licmanager_infotip = "Administra licencias de acceso a clientes para un producto de servidor."
|
|||
|
dfsmgr_infotip = "Crea y administra sistemas de archivos distribuidos que conectan carpetas compartidas desde diferentes equipos."
|
|||
|
locsecpol_infotip = "Ver y modificar la directiva de seguridad local, como derechos de usuario y directivas de auditor<6F>a."
|
|||
|
@*:msinfo_infotip = "System Information infotip"
|
|||
|
services_infotip = "Inicia y detiene servicios."
|
|||
|
tlntadmn_infotip = "Ver y modificar la configuraci<63>n y la conexi<78>n del servidor telnet."
|
|||
|
compatwizard_infotip = "Hacer que programas antiguos funcionen en Windows XP"
|
|||
|
|
|||
|
|
|||
|
ProgramF = "Archivos de programa"
|
|||
|
SharedTools = "Archivos comunes\Microsoft Shared"
|
|||
|
MShared = "Microsoft Shared"
|
|||
|
@*: Folder name for IE5 appDir, same as ie.txt
|
|||
|
MSIE4 = "Internet Explorer"
|
|||
|
MP2 = "Reproductor de Windows Media"
|
|||
|
DisplayName = "Generaci<63>n de gr<67>ficos vectoriales (VML)"
|
|||
|
SRCHASST = "srchasst"
|
|||
|
|