mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
/*
|
|
* PROJECT: ReactOS Win32 User Environment
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Spanish locale file
|
|
* COPYRIGHT: Samuel Serapión Vega
|
|
* Marc Piulachs
|
|
* Julio Carchi Ruiz
|
|
*/
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
/* See also: dll/win32/shell32/lang */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_PROFILEPATH "%SystemDrive%\\Documents and Settings"
|
|
IDS_APPDATA "Datos de programa"
|
|
IDS_DESKTOP "Escritorio"
|
|
IDS_FAVORITES "Favoritos"
|
|
IDS_MYDOCUMENTS "Mis documentos"
|
|
IDS_NETHOOD "Entorno de red"
|
|
IDS_PRINTHOOD "Impresoras"
|
|
IDS_RECENT "Reciente"
|
|
IDS_SENDTO "Enviar a"
|
|
IDS_TEMPLATES "Plantillas"
|
|
IDS_STARTMENU "Menú Inicio"
|
|
IDS_PROGRAMS "Menú Inicio\\Programas"
|
|
IDS_STARTUP "Menú Inicio\\Programas\\Inicio"
|
|
IDS_LOCALSETTINGS "Configuración local"
|
|
IDS_LOCALAPPDATA "Configuración local\\Datos de programa"
|
|
IDS_TEMP "Configuración local\\Temp" /* See also TEMP_DIR in boot/bootdata/hivedef.inf */
|
|
IDS_CACHE "Configuración local\\Archivos temporales de Internet"
|
|
IDS_HISTORY "Configuración local\\Historial"
|
|
IDS_COOKIES "Cookies"
|
|
END
|