xref: /reactos/dll/win32/shimgvw/lang/es-ES.rc (revision 60eea2d7)
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    IDS_PREVIEW     "Vista previa"
8
9    /* Tooltips */
10    IDS_TOOLTIP_NEXT_PIC   "Imagen siguiente"
11    IDS_TOOLTIP_PREV_PIC   "Imagen anterior"
12    IDS_TOOLTIP_ZOOM_IN    "Acercar (+)"
13    IDS_TOOLTIP_ZOOM_OUT   "Alejar (-)"
14    IDS_TOOLTIP_ROT_CLOCKW "Rotar en el sentido de las agujas del reloj (Ctrl+K)"
15    IDS_TOOLTIP_ROT_COUNCW "Rotar en el sentido opuesto a las agujas del reloj (Ctrl+L)"
16    IDS_TOOLTIP_PRINT      "Imprimir (Ctrl+P)"
17    IDS_TOOLTIP_SAVEAS     "Guardar como... (Ctrl+S)"
18END
19