mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
074c6e9d66
See issue #2669 for more details. svn path=/trunk/; revision=29131
19 lines
552 B
Plaintext
19 lines
552 B
Plaintext
/*
|
|
* Spanish language file by Javier Remacha <2007-09-21>
|
|
*/
|
|
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
IDS_QUIT, "Cerrar"
|
|
IDS_PRINT, "Imprimir"
|
|
IDS_STRING, "Haz el amor y no la guerra. 1234567890"
|
|
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."
|
|
IDS_ERROR_BADCMD, "No hay archivo de fuente.\nSyntax:\n fontview.exe <font file>"
|
|
}
|
|
|
|
|