reactos/dll/win32/shimgvw/lang/es-ES.rc
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

18 lines
651 B
Plaintext

LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_APPTITLE "Visor de imágenes y fax de ReactOS"
IDS_SETASDESKBG "Establecer como fondo de escritorio"
IDS_PREVIEW "Vista previa"
/* Tooltips */
IDS_TOOLTIP_NEXT_PIC "Imagen siguiente"
IDS_TOOLTIP_PREV_PIC "Imagen anterior"
IDS_TOOLTIP_ZOOM_IN "Acercar (+)"
IDS_TOOLTIP_ZOOM_OUT "Alejar (-)"
IDS_TOOLTIP_ROT_CLOCKW "Rotar en el sentido de las agujas del reloj (Ctrl+K)"
IDS_TOOLTIP_ROT_COUNCW "Rotar en el sentido opuesto a las agujas del reloj (Ctrl+L)"
IDS_TOOLTIP_PRINT "Imprimir (Ctrl+P)"
IDS_TOOLTIP_SAVEAS "Guardar como... (Ctrl+S)"
END