mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
36 lines
1.5 KiB
Text
36 lines
1.5 KiB
Text
/*
|
|
* PROJECT: ReactOS Font Viewer
|
|
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
|
* PURPOSE: Spanish resource file
|
|
* TRANSLATORS: Copyright 2007 Javier Remacha <remialdo@gmail.com>
|
|
* Copyright 2014 Ismael Ferreras Morezuelas <swyterzone+ros@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_INSTALL "&Instalar"
|
|
IDS_PRINT "Im&primir"
|
|
IDS_STRING "Jovencillo emponzoñado de whisky: ¡qué figurota exhibe! 1234567890"
|
|
IDS_OPEN "Abrir fuente..."
|
|
IDS_ERROR "Error"
|
|
IDS_ERROR_NOMEM "No hay memoria suficiente para completar la operación."
|
|
IDS_ERROR_NOFONT "El archivo %1 no es un archivo de fuente válido."
|
|
IDS_ERROR_NOCLASS "No es posible iniciar la clase de ventana."
|
|
IDS_ERROR_ISINSTALLED "This font is already installed!"
|
|
IDS_ERROR_FONTCPY "Failed to copy the font file!"
|
|
IDS_ERROR_OPENKEY "Failed to open the fonts registry key!"
|
|
IDS_ERROR_REGISTER "Failed to register the new font!"
|
|
IDS_SUCCESS "Success"
|
|
IDS_COMPLETED "Font installation completed."
|
|
IDS_FILTER_LIST "Todas las tipografías (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
|
|
Tipografía de mapa de bits (*.fon;*.fnt)\0*.fon;*.fnt\0\
|
|
Tipografía TrueType (*.ttf)\0*.ttf\0\
|
|
Colección de tipografías TrueType (*.ttc)\0*.ttc\0\
|
|
Tipografía OpenType (*.otf)\0*.otf\0\
|
|
Colección de tipografías OpenType (*.otc)\0*.otc\0\
|
|
Todos los archivos (*.*)\0*.*\0"
|
|
IDS_PREVIOUS "< Ante&rior"
|
|
IDS_NEXT "Siguie&nte >"
|
|
END
|