[WORDPAD]
[reactos.git] / reactos / dll / win32 / shimgvw / lang / es-ES.rc
1 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
2
3 STRINGTABLE
4 BEGIN
5 IDS_APPTITLE "Visor de imágenes y fax de ReactOS"
6 IDS_SETASDESKBG "Establecer como fondo de escritorio"
7 IDS_PREVIEW "Vista previa"
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)"
17 END
18
19 STRINGTABLE
20 BEGIN
21 // IDS_EMF_FILE "EMF Image"
22 IDS_GIF_FILE "GIF Image"
23 IDS_JPG_FILE "JPEG Image"
24 IDS_BMP_FILE "Bitmap Image"
25 IDS_PNG_FILE "PNG Image"
26 // IDS_TIF_FILE "TIF Image"
27 // IDS_WMF_FILE "WMF Image"
28 END