summaryrefslogtreecommitdiff
path: root/app/fvwm/libs/lang-strings.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 10:53:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 10:53:58 +0000
commit1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (patch)
treef164009397f9d3d5634c6f8a94b1542f793d9692 /app/fvwm/libs/lang-strings.h
parent841f8331c93ff96bd798e9a74ba10fab155da5c5 (diff)
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/fvwm/libs/lang-strings.h')
-rw-r--r--app/fvwm/libs/lang-strings.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/fvwm/libs/lang-strings.h b/app/fvwm/libs/lang-strings.h
new file mode 100644
index 000000000..8680423fc
--- /dev/null
+++ b/app/fvwm/libs/lang-strings.h
@@ -0,0 +1,18 @@
+/***************************************************************************
+ * 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"