aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <unknown>2003-11-25 09:08:04 (GMT)
committerunknown <unknown>2003-11-25 09:08:04 (GMT)
commitb6d7469396787db29e26200768a5226bcdfc5b06 (patch)
treefd913c6d8530d79bdd371aab7a55de56a25f715b
parent19a6c51ec929c0c51d3ae5e89259728bf20da029 (diff)
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
downloadfluxbox-b6d7469396787db29e26200768a5226bcdfc5b06.zip
fluxbox-b6d7469396787db29e26200768a5226bcdfc5b06.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_9_6
'Release-0_9_6'.
-rw-r--r--nls/C/Makefile.in237
-rw-r--r--nls/C/blackbox.m6
-rw-r--r--nls/da_DK/Makefile.in220
-rw-r--r--nls/da_DK/blackbox.m6
-rw-r--r--nls/es_ES/Makefile.in223
-rw-r--r--nls/es_ES/blackbox.m6
-rw-r--r--nls/et_EE/Makefile.in220
-rw-r--r--nls/et_EE/blackbox.m6
-rw-r--r--nls/fr_FR/Makefile.in224
-rw-r--r--nls/fr_FR/blackbox.m6
-rw-r--r--nls/pt_BR/Makefile.in220
-rw-r--r--nls/pt_BR/blackbox.m6
-rw-r--r--nls/sv_SE/Makefile.in221
-rw-r--r--nls/sv_SE/blackbox.m6
14 files changed, 1607 insertions, 0 deletions
diff --git a/nls/C/Makefile.in b/nls/C/Makefile.in
new file mode 100644
index 0000000..50d0477
--- /dev/null
+++ b/nls/C/Makefile.in
@@ -0,0 +1,237 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/C/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/C/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/C
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
201 rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
202 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
203 rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
204 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
205 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
206 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/en_US; \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
208 ln -fs C $(DESTDIR)$(pkgdatadir)/nls/en; \
209 fi
210uninstall-local:
211 @if test x$(NLSTEST) = "x-DNLS"; then \
212 rm -f $(DESTDIR)$(pkgdatadir)/nls/C/blackbox.cat; \
213 rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
214 rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
215 rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
216 rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
217 rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \
218 fi
219
220# note... when adding new catalogs... you do not need the
221# header=../blackbox-nls.hh which is passed to awk... we
222# only need to generate it once.
223
224Translation.m: $(MFILES)
225 @if test x$(NLSTEST) = "x-DNLS"; then \
226 awk -f ../convert.awk header=../blackbox-nls.hh \
227 output=Translation.m $(MFILES); \
228 fi
229
230blackbox.cat: Translation.m
231 @if test x$(NLSTEST) = "x-DNLS"; then \
232 $(gencat_cmd) blackbox.cat Translation.m; \
233 fi
234
235# Tell versions [3.59,3.63) of GNU make to not export all variables.
236# Otherwise a system limit (for SysV at least) may be exceeded.
237.NOEXPORT:
diff --git a/nls/C/blackbox.m b/nls/C/blackbox.m
new file mode 100644
index 0000000..74d09f6
--- /dev/null
+++ b/nls/C/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: no managable screens found, aborting\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest for 0x%lx\n
diff --git a/nls/da_DK/Makefile.in b/nls/da_DK/Makefile.in
new file mode 100644
index 0000000..22fb3da
--- /dev/null
+++ b/nls/da_DK/Makefile.in
@@ -0,0 +1,220 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/da_DK/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/da_DK/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/da_DK
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/da_DK"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/da_DK/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/da_DK; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/da_DK/blackbox.m b/nls/da_DK/blackbox.m
new file mode 100644
index 0000000..e4e8959
--- /dev/null
+++ b/nls/da_DK/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: ingen håndterbare skærme fundet, afslutter\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest for 0x%lx\n
diff --git a/nls/es_ES/Makefile.in b/nls/es_ES/Makefile.in
new file mode 100644
index 0000000..4fa557e
--- /dev/null
+++ b/nls/es_ES/Makefile.in
@@ -0,0 +1,223 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/es_ES/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/es_ES/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/es_ES
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/es_ES"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
201 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
202 ln -fs es_ES $(DESTDIR)$(pkgdatadir)/nls/es; \
203 fi
204uninstall-local:
205 @if test x$(NLSTEST) = "x-DNLS"; then \
206 rm -f $(DESTDIR)$(pkgdatadir)/nls/es_ES/blackbox.cat; \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/es; \
208 rmdir $(DESTDIR)$(pkgdatadir)/nls/es_ES; \
209 fi
210
211Translation.m: $(MFILES)
212 @if test x$(NLSTEST) = "x-DNLS"; then \
213 awk -f ../convert.awk output=Translation.m $(MFILES); \
214 fi
215
216blackbox.cat: Translation.m
217 @if test x$(NLSTEST) = "x-DNLS"; then \
218 $(gencat_cmd) blackbox.cat Translation.m; \
219 fi
220
221# Tell versions [3.59,3.63) of GNU make to not export all variables.
222# Otherwise a system limit (for SysV at least) may be exceeded.
223.NOEXPORT:
diff --git a/nls/es_ES/blackbox.m b/nls/es_ES/blackbox.m
new file mode 100644
index 0000000..469c606
--- /dev/null
+++ b/nls/es_ES/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: no encontré pantallas manejables, cerrando\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest para 0x%lx\n
diff --git a/nls/et_EE/Makefile.in b/nls/et_EE/Makefile.in
new file mode 100644
index 0000000..4048b6f
--- /dev/null
+++ b/nls/et_EE/Makefile.in
@@ -0,0 +1,220 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/et_EE/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/et_EE/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/et_EE
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/et_EE"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/et_EE ; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/et_EE; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/et_EE/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/et_EE; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/et_EE/blackbox.m b/nls/et_EE/blackbox.m
new file mode 100644
index 0000000..3fbf74c
--- /dev/null
+++ b/nls/et_EE/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: ei leidnud hallatavaid displeisid, katkestame\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest 0x%lx'le\n
diff --git a/nls/fr_FR/Makefile.in b/nls/fr_FR/Makefile.in
new file mode 100644
index 0000000..77c8181
--- /dev/null
+++ b/nls/fr_FR/Makefile.in
@@ -0,0 +1,224 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/fr_FR/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/fr_FR/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/fr_FR
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196all-local: blackbox.cat
197install-data-local: blackbox.cat
198 @if test x$(NLSTEST) = "x-DNLS"; then \
199 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/fr_FR"; \
200 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/fr_FR; \
201 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/fr_FR; \
202 rm -f $(DESTDIR)$(pkgdatadir)/nls/fr; \
203 ln -fs fr_FR $(DESTDIR)$(pkgdatadir)/nls/fr; \
204 fi
205uninstall-local:
206 @if test x$(NLSTEST) = "x-DNLS"; then \
207 rm -f $(DESTDIR)$(pkgdatadir)/nls/fr_FR/blackbox.cat; \
208 rm -f $(DESTDIR)$(pkgdatadir)/nls/fr; \
209 rmdir $(DESTDIR)$(pkgdatadir)/nls/fr_FR; \
210 fi
211
212Translation.m: $(MFILES)
213 @if test x$(NLSTEST) = "x-DNLS"; then \
214 awk -f ../convert.awk output=Translation.m $(MFILES); \
215 fi
216
217blackbox.cat: Translation.m
218 @if test x$(NLSTEST) = "x-DNLS"; then \
219 $(gencat_cmd) blackbox.cat Translation.m; \
220 fi
221
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT:
diff --git a/nls/fr_FR/blackbox.m b/nls/fr_FR/blackbox.m
new file mode 100644
index 0000000..4da9e7a
--- /dev/null
+++ b/nls/fr_FR/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: Aucun écran exploitable n'a été trouvé, annulation\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest pour 0x%lx\n
diff --git a/nls/pt_BR/Makefile.in b/nls/pt_BR/Makefile.in
new file mode 100644
index 0000000..42515d6
--- /dev/null
+++ b/nls/pt_BR/Makefile.in
@@ -0,0 +1,220 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/pt_BR/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/pt_BR/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/pt_BR
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195all-local: blackbox.cat
196install-data-local: blackbox.cat
197 @if test x$(NLSTEST) = "x-DNLS"; then \
198 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/pr_BR"; \
199 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
200 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
201 fi
202uninstall-local:
203 @if test x$(NLSTEST) = "x-DNLS"; then \
204 rm -f $(DESTDIR)$(pkgdatadir)/nls/pt_BR/blackbox.cat; \
205 rmdir $(DESTDIR)$(pkgdatadir)/nls/pt_BR; \
206 fi
207
208Translation.m: $(MFILES)
209 @if test x$(NLSTEST) = "x-DNLS"; then \
210 awk -f ../convert.awk output=Translation.m $(MFILES); \
211 fi
212
213blackbox.cat: Translation.m
214 @if test x$(NLSTEST) = "x-DNLS"; then \
215 $(gencat_cmd) blackbox.cat Translation.m; \
216 fi
217
218# Tell versions [3.59,3.63) of GNU make to not export all variables.
219# Otherwise a system limit (for SysV at least) may be exceeded.
220.NOEXPORT:
diff --git a/nls/pt_BR/blackbox.m b/nls/pt_BR/blackbox.m
new file mode 100644
index 0000000..136cb0e
--- /dev/null
+++ b/nls/pt_BR/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: não foram encontradas telas administraveis, abortando..\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest para 0x%lx\n
diff --git a/nls/sv_SE/Makefile.in b/nls/sv_SE/Makefile.in
new file mode 100644
index 0000000..ee2e99c
--- /dev/null
+++ b/nls/sv_SE/Makefile.in
@@ -0,0 +1,221 @@
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13# nls/sv_SE/Makefile.am for Blackbox-0.61.x - an X11 Window Manager
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ../..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64AS = @AS@
65CC = @CC@
66CXX = @CXX@
67DEBUG = @DEBUG@
68DLLTOOL = @DLLTOOL@
69GNOME = @GNOME@
70INTERLACE = @INTERLACE@
71KDE = @KDE@
72LIBTOOL = @LIBTOOL@
73LN_S = @LN_S@
74MAINT = @MAINT@
75MAKEINFO = @MAKEINFO@
76NEWWMSPEC = @NEWWMSPEC@
77NLS = @NLS@
78OBJDUMP = @OBJDUMP@
79ORDEREDPSEUDO = @ORDEREDPSEUDO@
80PACKAGE = @PACKAGE@
81RANLIB = @RANLIB@
82SHAPE = @SHAPE@
83SLIT = @SLIT@
84TIMEDCACHE = @TIMEDCACHE@
85VERSION = @VERSION@
86gencat_cmd = @gencat_cmd@
87regex_cmd = @regex_cmd@
88
89NLSTEST = @NLS@
90CLEANFILES = blackbox.cat
91MAINTAINERCLEANFILES = Makefile.in Translation.m
92MFILES = BaseDisplay.m Basemenu.m Configmenu.m Icon.m Image.m Screen.m Slit.m Toolbar.m Window.m Windowmenu.m Workspace.m Workspacemenu.m blackbox.m common.m main.m bsetroot.m
93EXTRA_DIST = $(MFILES)
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = ../../config.h
96CONFIG_CLEAN_FILES =
97DIST_COMMON = Makefile.am Makefile.in
98
99
100DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101
102TAR = tar
103GZIP_ENV = --best
104all: all-redirect
105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/sv_SE/Makefile
108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112
113tags: TAGS
114TAGS:
115
116
117distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118
119subdir = nls/sv_SE
120
121distdir: $(DISTFILES)
122 @for file in $(DISTFILES); do \
123 d=$(srcdir); \
124 if test -d $$d/$$file; then \
125 cp -pr $$/$$file $(distdir)/$$file; \
126 else \
127 test -f $(distdir)/$$file \
128 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
129 || cp -p $$d/$$file $(distdir)/$$file || :; \
130 fi; \
131 done
132info-am:
133info: info-am
134dvi-am:
135dvi: dvi-am
136check-am: all-am
137check: check-am
138installcheck-am:
139installcheck: installcheck-am
140install-exec-am:
141install-exec: install-exec-am
142
143install-data-am: install-data-local
144install-data: install-data-am
145
146install-am: all-am
147 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
148install: install-am
149uninstall-am: uninstall-local
150uninstall: uninstall-am
151all-am: Makefile all-local
152all-redirect: all-am
153install-strip:
154 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
155installdirs:
156
157
158mostlyclean-generic:
159
160clean-generic:
161 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
162
163distclean-generic:
164 -rm -f Makefile $(CONFIG_CLEAN_FILES)
165 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
166
167maintainer-clean-generic:
168 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
169mostlyclean-am: mostlyclean-generic
170
171mostlyclean: mostlyclean-am
172
173clean-am: clean-generic mostlyclean-am
174
175clean: clean-am
176
177distclean-am: distclean-generic clean-am
178 -rm -f libtool
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-local install-data-am install-data install-am install \
191uninstall-local uninstall-am uninstall all-local all-redirect all-am \
192all installdirs mostlyclean-generic distclean-generic clean-generic \
193maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196all-local: blackbox.cat
197install-data-local: blackbox.cat
198 @if test x$(NLSTEST) = "x-DNLS"; then \
199 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/sv_SE"; \
200 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
201 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
202 fi
203uninstall-local:
204 @if test x$(NLSTEST) = "x-DNLS"; then \
205 rm -f $(DESTDIR)$(pkgdatadir)/nls/sv_SE/blackbox.cat; \
206 rmdir $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \
207 fi
208
209Translation.m: $(MFILES)
210 @if test x$(NLSTEST) = "x-DNLS"; then \
211 awk -f ../convert.awk output=Translation.m $(MFILES); \
212 fi
213
214blackbox.cat: Translation.m
215 @if test x$(NLSTEST) = "x-DNLS"; then \
216 $(gencat_cmd) blackbox.cat Translation.m; \
217 fi
218
219# Tell versions [3.59,3.63) of GNU make to not export all variables.
220# Otherwise a system limit (for SysV at least) may be exceeded.
221.NOEXPORT:
diff --git a/nls/sv_SE/blackbox.m b/nls/sv_SE/blackbox.m
new file mode 100644
index 0000000..846d7be
--- /dev/null
+++ b/nls/sv_SE/blackbox.m
@@ -0,0 +1,6 @@
1$set 13 #blackbox
2
3$ #NoManagableScreens
4# Blackbox::Blackbox: inga hanterbara skärmar hittades, avslutar\n
5$ #MapRequest
6# Blackbox::process_event: MapRequest för 0x%lx\n