1/* Spanish language file by Javier Remacha <2007-09-21> and Ismael Ferreras Morezuelas <2014-11-07> */
2
3LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
4
5STRINGTABLE
6BEGIN
7    IDS_INSTALL "&Instalar"
8    IDS_PRINT "Im&primir"
9    IDS_STRING "Jovencillo emponzoñado de whisky: ¡qué figurota exhibe! 1234567890"
10    IDS_OPEN "Abrir fuente..."
11    IDS_ERROR "Error"
12    IDS_ERROR_NOMEM "No hay memoria suficiente para completar la operación."
13    IDS_ERROR_NOFONT "El archivo %1 no es un archivo de fuente válido."
14    IDS_ERROR_NOCLASS "No es posible iniciar la clase de ventana."
15    IDS_FILTER_LIST "Todas las tipografías (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
16Tipografía de mapa de bits (*.fon;*.fnt)\0*.fon;*.fnt\0\
17Tipografía TrueType (*.ttf)\0*.ttf\0\
18Colección de tipografías TrueType (*.ttc)\0*.ttc\0\
19Tipografía OpenType (*.otf)\0*.otf\0\
20Colección de tipografías OpenType (*.otc)\0*.otc\0\
21Todos los archivos (*.*)\0*.*\0"
22    IDS_PREVIOUS "< Ante&rior"
23    IDS_NEXT "Siguie&nte >"
24END
25