1/*
2 * PROJECT:     ReactOS Font Viewer
3 * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE:     Spanish resource file
5 * TRANSLATORS: Copyright 2007 Javier Remacha <remialdo@gmail.com>
6 *              Copyright 2014 Ismael Ferreras Morezuelas <swyterzone+ros@gmail.com>
7 */
8
9LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
10
11STRINGTABLE
12BEGIN
13    IDS_INSTALL "&Instalar"
14    IDS_PRINT "Im&primir"
15    IDS_STRING "Jovencillo emponzoñado de whisky: ¡qué figurota exhibe! 1234567890"
16    IDS_OPEN "Abrir fuente..."
17    IDS_ERROR "Error"
18    IDS_ERROR_NOMEM "No hay memoria suficiente para completar la operación."
19    IDS_ERROR_NOFONT "El archivo %1 no es un archivo de fuente válido."
20    IDS_ERROR_NOCLASS "No es posible iniciar la clase de ventana."
21    IDS_ERROR_ISINSTALLED "This font is already installed!"
22    IDS_ERROR_FONTCPY "Failed to copy the font file!"
23    IDS_ERROR_OPENKEY "Failed to open the fonts registry key!"
24    IDS_ERROR_REGISTER "Failed to register the new font!"
25    IDS_SUCCESS "Success"
26    IDS_COMPLETED "Font installation completed."
27    IDS_FILTER_LIST "Todas las tipografías (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
28Tipografía de mapa de bits (*.fon;*.fnt)\0*.fon;*.fnt\0\
29Tipografía TrueType (*.ttf)\0*.ttf\0\
30Colección de tipografías TrueType (*.ttc)\0*.ttc\0\
31Tipografía OpenType (*.otf)\0*.otf\0\
32Colección de tipografías OpenType (*.otc)\0*.otc\0\
33Todos los archivos (*.*)\0*.*\0"
34    IDS_PREVIOUS "< Ante&rior"
35    IDS_NEXT "Siguie&nte >"
36END
37