1LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL 2 3STRINGTABLE 4BEGIN 5 IDS_APPTITLE "Visor de im�genes y fax de ReactOS" 6 IDS_SETASDESKBG "Establecer como fondo de escritorio" 7 8 /* Tooltips */ 9 IDS_TOOLTIP_NEXT_PIC "Imagen siguiente" 10 IDS_TOOLTIP_PREV_PIC "Imagen anterior" 11 IDS_TOOLTIP_ZOOM_IN "Acercar (+)" 12 IDS_TOOLTIP_ZOOM_OUT "Alejar (-)" 13 IDS_TOOLTIP_ROT_CLOCKW "Rotar en el sentido de las agujas del reloj (Ctrl+K)" 14 IDS_TOOLTIP_ROT_COUNCW "Rotar en el sentido opuesto a las agujas del reloj (Ctrl+L)" 15 IDS_TOOLTIP_PRINT "Imprimir (Ctrl+P)" 16 IDS_TOOLTIP_SAVEAS "Guardar como... (Ctrl+S)" 17END 18