mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
084fae1eb4
- Add IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE buttons. - Add Preview_pSaveImage helper function. - Use it in IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE command handling. CORE-19358, CORE-19387
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS Picture and Fax Viewer"
|
|
IDS_SETASDESKBG "Set as Desktop Background"
|
|
IDS_NOPREVIEW "No preview available."
|
|
IDS_PREVIEW "Preview"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Next Picture"
|
|
IDS_TOOLTIP_PREV_PIC "Previous Picture"
|
|
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 "Zoom In (+)"
|
|
IDS_TOOLTIP_ZOOM_OUT "Zoom Out (-)"
|
|
IDS_TOOLTIP_ROT_CLOCKW "Rotate Clockwise (Ctrl+K)"
|
|
IDS_TOOLTIP_ROT_COUNCW "Rotate Counterclockwise (Ctrl+L)"
|
|
IDS_TOOLTIP_ROT_CWSAVE "Rotate Clockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_ROT_CCWSAVE "Rotate Counterclockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_DELETE "Delete (DEL)"
|
|
IDS_TOOLTIP_PRINT "Print (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Save As... (Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "Modify (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "Help topics (F1)"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMF_FILE "EMF Image"
|
|
IDS_GIF_FILE "GIF Image"
|
|
IDS_JPG_FILE "JPEG Image"
|
|
IDS_BMP_FILE "Bitmap Image"
|
|
IDS_PNG_FILE "PNG Image"
|
|
IDS_TIF_FILE "TIF Image"
|
|
IDS_WMF_FILE "WMF Image"
|
|
END
|