mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
0d4e921c93
Add these new features: - Use accelerator table for keyboard hotkeys. - Updated italian translation. - Simplified creation of toolbar and tooltips. - Added missing toolbar buttons. - Initialize common controls for theming. French translation by Kyle Katarn. Polish translation by Adam Stachowicz.
37 lines
1.3 KiB
Text
37 lines
1.3 KiB
Text
/* Spanish translation by Ismael Ferreras Morezuelas (Swyter) */
|
|
|
|
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_NOPREVIEW "Vista previa no disponible."
|
|
IDS_PREVIEW "Vista previa"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Siguiente imagen"
|
|
IDS_TOOLTIP_PREV_PIC "Imagen anterior"
|
|
IDS_TOOLTIP_BEST_FIT "Best fit to window (Ctrl+B)"
|
|
IDS_TOOLTIP_REAL_SIZE "Actual size (Ctrl+A)"
|
|
IDS_TOOLTIP_SLIDE_SHOW "Start slideshow (F11)"
|
|
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_DELETE "Delete (DEL)"
|
|
IDS_TOOLTIP_PRINT "Imprimir (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Guardar como... (Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "Modify (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "Help topics (F1)"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMF_FILE "Imagen EMF"
|
|
IDS_GIF_FILE "Imagen GIF"
|
|
IDS_JPG_FILE "Imagen JPEG"
|
|
IDS_BMP_FILE "Imagen de mapa de bits"
|
|
IDS_PNG_FILE "Imagen PNG"
|
|
IDS_TIF_FILE "Imagen TIF"
|
|
IDS_WMF_FILE "Imagen WMF"
|
|
END
|