aboutsummaryrefslogtreecommitdiff
path: root/nls/C
diff options
context:
space:
mode:
Diffstat (limited to 'nls/C')
-rw-r--r--nls/C/Configmenu.m8
-rw-r--r--nls/C/Makefile.am10
-rw-r--r--nls/C/Windowmenu.m2
-rw-r--r--nls/C/main.m2
4 files changed, 21 insertions, 1 deletions
diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m
index 7f64e97..c2bb813 100644
--- a/nls/C/Configmenu.m
+++ b/nls/C/Configmenu.m
@@ -46,3 +46,11 @@ $ #TabRotateVertical
46# Rotate Vertical Tabs 46# Rotate Vertical Tabs
47$ #SemiSloppyFocus 47$ #SemiSloppyFocus
48# Semi Sloppy Focus 48# Semi Sloppy Focus
49$ #MaxOverSlit
50# Maximize Over Slit
51$ #SloppyWindowGrouping
52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
55$ #DesktopWheeling
56# Desktop Wheeling
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index be588ad..d17897a 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -36,8 +36,18 @@ uninstall-local:
36 36
37Translation.m: $(MFILES) 37Translation.m: $(MFILES)
38 @if test x$(NLSTEST) = "x-DNLS"; then \ 38 @if test x$(NLSTEST) = "x-DNLS"; then \
39 rm -f Translation.m; \
40 echo "//This file is generated from nls/C" > ../blackbox-nls.hh; \
41 echo "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \
42 echo "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \
43 echo "namespace FBNLS {" >> ../blackbox-nls.hh; \
44 echo "enum {" >> ../blackbox-nls.hh; \
39 awk -f ../convert.awk header=../blackbox-nls.hh \ 45 awk -f ../convert.awk header=../blackbox-nls.hh \
40 output=Translation.m $(MFILES); \ 46 output=Translation.m $(MFILES); \
47 echo " dummy_not_used = 0 //just for the ending" >> ../blackbox-nls.hh; \
48 echo "}; //end enum" >> ../blackbox-nls.hh; \
49 echo "}; //end namespace" >> ../blackbox-nls.hh; \
50 echo "#endif //BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \
41 fi 51 fi
42 52
43blackbox.cat: Translation.m 53blackbox.cat: Translation.m
diff --git a/nls/C/Windowmenu.m b/nls/C/Windowmenu.m
index 13b3c38..58ccfe2 100644
--- a/nls/C/Windowmenu.m
+++ b/nls/C/Windowmenu.m
@@ -20,3 +20,5 @@ $ #KillClient
20# Kill Client 20# Kill Client
21$ #Close 21$ #Close
22# Close 22# Close
23$ #Tab
24# Tab
diff --git a/nls/C/main.m b/nls/C/main.m
index 5ff1b70..2ea8a63 100644
--- a/nls/C/main.m
+++ b/nls/C/main.m
@@ -7,7 +7,7 @@ $ #DISPLAYRequiresArg
7$ #WarnDisplaySet 7$ #WarnDisplaySet
8# warning: could not set environment variable 'DISPLAY'\n 8# warning: could not set environment variable 'DISPLAY'\n
9$ #Usage 9$ #Usage
10# Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\ 10# Fluxbox %s: (c) 2001-2002 Henrik Kinnunen\n\n\
11 -display <string>\t\tuse display connection.\n\ 11 -display <string>\t\tuse display connection.\n\
12 -rc <string>\t\t\tuse alternate resource file.\n\ 12 -rc <string>\t\t\tuse alternate resource file.\n\
13 -version\t\t\tdisplay version and exit.\n\ 13 -version\t\t\tdisplay version and exit.\n\