File: lang-strings.h

package info (click to toggle)
fvwm3 1.0.6a%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,408 kB
  • sloc: ansic: 141,349; perl: 4,891; sh: 4,568; makefile: 785; yacc: 688; lex: 187; sed: 11
file content (25 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*-c-*- */

#ifndef FVWMLIB_LANG_STRINGS_H
#define FVWMLIB_LANG_STRINGS_H

/*
 * Please translate the strings into the language which you use for
 * your pop-up menus.
 *
 * Some decisions about where a function is prohibited (based on
 * mwm-function-hints) is based on a string comparison between the
 * menu item and the strings below.
 */
#define MOVE_STRING "move"
#define RESIZE_STRING1 "size"
#define RESIZE_STRING2 "resize"
#define MINIMIZE_STRING "minimize"
#define MINIMIZE_STRING2 "iconify"
#define MAXIMIZE_STRING "maximize"
#define CLOSE_STRING1 "close"
#define CLOSE_STRING2 "delete"
#define CLOSE_STRING3 "destroy"
#define CLOSE_STRING4 "quit"

#endif /* FVWMLIB_LANG_STRINGS_H */