4 * Please translate the strings into the language which you use for
7 * Some decisions about where a function is prohibited (based on
8 * mwm-function-hints) is based on a string comparison between the
9 * menu item and the strings below.
11 #define MOVE_STRING "move"
12 #define RESIZE_STRING1 "size"
13 #define RESIZE_STRING2 "resize"
14 #define MINIMIZE_STRING "minimize"
15 #define MINIMIZE_STRING2 "iconify"
16 #define MAXIMIZE_STRING "maximize"
17 #define CLOSE_STRING1 "close"
18 #define CLOSE_STRING2 "delete"
19 #define CLOSE_STRING3 "destroy"
20 #define CLOSE_STRING4 "quit"