mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
15 lines
486 B
Text
15 lines
486 B
Text
/* Spanish language file by Javier Remacha <2007-09-21> */
|
|
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_INSTALL "Install"
|
|
IDS_PRINT "Imprimir"
|
|
IDS_STRING "Haz el amor y no la guerra. 1234567890"
|
|
IDS_OPEN "Open Font..."
|
|
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 válido de fuente."
|
|
IDS_ERROR_NOCLASS "No es posible iniciar la clase."
|
|
END
|