mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
17 lines
571 B
Text
17 lines
571 B
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS Picture and Fax Viewer"
|
|
IDS_SETASDESKBG "Set as Desktop Background"
|
|
IDS_PREVIEW "Preview"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Next Picture"
|
|
IDS_TOOLTIP_PREV_PIC "Previous Picture"
|
|
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_PRINT "Print (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Save As... (Ctrl+S)"
|
|
END
|