2013-05-26 04:36:44 +00:00
|
|
|
/**
|
|
|
|
* @file pcbnew/help_common_strings.h
|
|
|
|
* strings common to toolbars and menubar
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* These strings are used in menus and tools, that do the same command
|
|
|
|
* But they are internationalized, and therefore must be created
|
|
|
|
* at run time, on the fly.
|
|
|
|
* So they cannot be static.
|
|
|
|
*
|
|
|
|
* Therefore they are defined by \#define, used inside menu constructors
|
|
|
|
*/
|
|
|
|
|
2018-06-22 13:05:11 +00:00
|
|
|
#define HELP_UNDO _( "Undo last edit" )
|
2013-05-26 04:36:44 +00:00
|
|
|
#define HELP_REDO _( "Redo the last undo command" )
|
|
|
|
#define HELP_FIND _( "Find components and text in current loaded board" )
|
|
|
|
|
|
|
|
#define HELP_ZOOM_IN _( "Zoom in" )
|
|
|
|
#define HELP_ZOOM_OUT _( "Zoom out" )
|
2018-03-16 12:38:36 +00:00
|
|
|
#define HELP_ZOOM_FIT _( "Zoom to fit board or page" )
|
2017-08-17 14:39:11 +00:00
|
|
|
#define HELP_ZOOM_REDRAW _( "Redraw screen" )
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#define HELP_SHOW_HIDE_LAYERMANAGER _( "Show/hide the layers manager toolbar" )
|
2014-02-27 18:48:18 +00:00
|
|
|
|
2017-06-02 09:51:11 +00:00
|
|
|
#define HELP_SHOW_HIDE_MICROWAVE_TOOLS _( "Show/hide microwave toolbar\n(Experimental feature)" )
|