aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-05-23 10:28:39 (GMT)
committerfluxgen <fluxgen>2002-05-23 10:28:39 (GMT)
commit137e86058b62521cd7b22caea6614bc7be8c63dd (patch)
tree0aea109b8a6a20edb6b3a9432928e12d84b44dd7
parenta5daec2ae7c57afe0bd4880f807197b407cf5f24 (diff)
downloadfluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.zip
fluxbox-137e86058b62521cd7b22caea6614bc7be8c63dd.tar.bz2
updated to LANG when generating
-rw-r--r--nls/bg_BG/Makefile.am4
-rw-r--r--nls/blackbox-nls.hh9
-rw-r--r--nls/da_DK/Makefile.am2
-rw-r--r--nls/es_ES/Makefile.am2
-rw-r--r--nls/et_EE/Makefile.am2
-rw-r--r--nls/fr_FR/Makefile.am2
-rw-r--r--nls/it_IT/Makefile.am2
-rw-r--r--nls/pt_BR/Makefile.am2
-rw-r--r--nls/pt_PT/Makefile.am2
-rw-r--r--nls/ru_RU/Configmenu.m2
-rw-r--r--nls/ru_RU/Makefile.am2
-rw-r--r--nls/ru_RU/Windowmenu.m2
-rw-r--r--nls/sv_SE/Makefile.am2
-rw-r--r--nls/tr_TR/Makefile.am2
14 files changed, 17 insertions, 20 deletions
diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am
index 024d672..0c3c8d5 100644
--- a/nls/bg_BG/Makefile.am
+++ b/nls/bg_BG/Makefile.am
@@ -10,7 +10,7 @@ all-local: blackbox.cat
10install-data-local: blackbox.cat 10install-data-local: blackbox.cat
11 @if test x$(NLSTEST) = "x-DNLS"; then \ 11 @if test x$(NLSTEST) = "x-DNLS"; then \
12 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \ 12 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG)"; \
13 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/sv_SE; \ 13 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
14 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \ 14 $(INSTALL_DATA) blackbox.cat $(DESTDIR)$(pkgdatadir)/nls/$(THE_LANG); \
15 fi 15 fi
16uninstall-local: 16uninstall-local:
@@ -27,5 +27,5 @@ Translation.m: $(MFILES)
27 27
28blackbox.cat: Translation.m 28blackbox.cat: Translation.m
29 @if test x$(NLSTEST) = "x-DNLS"; then \ 29 @if test x$(NLSTEST) = "x-DNLS"; then \
30 $(gencat_cmd) blackbox.cat Translation.m; \ 30 LANG=bg_BG $(gencat_cmd) blackbox.cat Translation.m; \
31 fi 31 fi
diff --git a/nls/blackbox-nls.hh b/nls/blackbox-nls.hh
index 15bb263..f8f91eb 100644
--- a/nls/blackbox-nls.hh
+++ b/nls/blackbox-nls.hh
@@ -176,9 +176,6 @@ enum {
176 bsetrootMustSpecify = 0x1, 176 bsetrootMustSpecify = 0x1,
177 bsetrootUsage = 0x2, 177 bsetrootUsage = 0x2,
178 dummy_not_used = 0 //just for the ending 178 dummy_not_used = 0 //just for the ending
179}; //end enum 179}; //end enum\n
180 180}; //end namespace\n
181}; //end namespace 181#endif //BLACKBOX_NLS_HH\n
182
183#endif //BLACKBOX_NLS_HH
184
diff --git a/nls/da_DK/Makefile.am b/nls/da_DK/Makefile.am
index c673cb3..fc63970 100644
--- a/nls/da_DK/Makefile.am
+++ b/nls/da_DK/Makefile.am
@@ -26,5 +26,5 @@ Translation.m: $(MFILES)
26 26
27blackbox.cat: Translation.m 27blackbox.cat: Translation.m
28 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
29 $(gencat_cmd) blackbox.cat Translation.m; \ 29 LANG=da_DK $(gencat_cmd) blackbox.cat Translation.m; \
30 fi 30 fi
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
index 8a47b3f..d7d2f02 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -29,5 +29,5 @@ Translation.m: $(MFILES)
29 29
30blackbox.cat: Translation.m 30blackbox.cat: Translation.m
31 @if test x$(NLSTEST) = "x-DNLS"; then \ 31 @if test x$(NLSTEST) = "x-DNLS"; then \
32 $(gencat_cmd) blackbox.cat Translation.m; \ 32 LANG=es_ES $(gencat_cmd) blackbox.cat Translation.m; \
33 fi 33 fi
diff --git a/nls/et_EE/Makefile.am b/nls/et_EE/Makefile.am
index 0452f8c..ad2e0d9 100644
--- a/nls/et_EE/Makefile.am
+++ b/nls/et_EE/Makefile.am
@@ -26,5 +26,5 @@ Translation.m: $(MFILES)
26 26
27blackbox.cat: Translation.m 27blackbox.cat: Translation.m
28 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
29 $(gencat_cmd) blackbox.cat Translation.m; \ 29 LANG=et_EE $(gencat_cmd) blackbox.cat Translation.m; \
30 fi 30 fi
diff --git a/nls/fr_FR/Makefile.am b/nls/fr_FR/Makefile.am
index ba9ce69..97221e2 100644
--- a/nls/fr_FR/Makefile.am
+++ b/nls/fr_FR/Makefile.am
@@ -30,5 +30,5 @@ Translation.m: $(MFILES)
30 30
31blackbox.cat: Translation.m 31blackbox.cat: Translation.m
32 @if test x$(NLSTEST) = "x-DNLS"; then \ 32 @if test x$(NLSTEST) = "x-DNLS"; then \
33 $(gencat_cmd) blackbox.cat Translation.m; \ 33 LANG=fr_FR $(gencat_cmd) blackbox.cat Translation.m; \
34 fi 34 fi
diff --git a/nls/it_IT/Makefile.am b/nls/it_IT/Makefile.am
index c05db87..1797882 100644
--- a/nls/it_IT/Makefile.am
+++ b/nls/it_IT/Makefile.am
@@ -27,5 +27,5 @@ Translation.m: $(MFILES)
27 27
28blackbox.cat: Translation.m 28blackbox.cat: Translation.m
29 @if test x$(NLSTEST) = "x-DNLS"; then \ 29 @if test x$(NLSTEST) = "x-DNLS"; then \
30 $(gencat_cmd) blackbox.cat Translation.m; \ 30 LANG=it_IT $(gencat_cmd) blackbox.cat Translation.m; \
31 fi 31 fi
diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am
index a33dbb8..d22ede3 100644
--- a/nls/pt_BR/Makefile.am
+++ b/nls/pt_BR/Makefile.am
@@ -26,5 +26,5 @@ Translation.m: $(MFILES)
26 26
27blackbox.cat: Translation.m 27blackbox.cat: Translation.m
28 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
29 $(gencat_cmd) blackbox.cat Translation.m; \ 29 LANG=pt_BR $(gencat_cmd) blackbox.cat Translation.m; \
30 fi 30 fi
diff --git a/nls/pt_PT/Makefile.am b/nls/pt_PT/Makefile.am
index 5a8348e..a0b064f 100644
--- a/nls/pt_PT/Makefile.am
+++ b/nls/pt_PT/Makefile.am
@@ -26,5 +26,5 @@ Translation.m: $(MFILES)
26 26
27blackbox.cat: Translation.m 27blackbox.cat: Translation.m
28 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
29 $(gencat_cmd) blackbox.cat Translation.m; \ 29 LANG=pt_PT $(gencat_cmd) blackbox.cat Translation.m; \
30 fi 30 fi
diff --git a/nls/ru_RU/Configmenu.m b/nls/ru_RU/Configmenu.m
index 30da03a..e746edc 100644
--- a/nls/ru_RU/Configmenu.m
+++ b/nls/ru_RU/Configmenu.m
@@ -51,6 +51,6 @@ $ #MaxOverSlit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Группировка "размытых" окон 52# Группировка "размытых" окон
53$ #WorkspaceWarping 53$ #WorkspaceWarping
54# Workspace Warping 54# Перемещение окон между рабочими столами
55$ #DesktopWheeling 55$ #DesktopWheeling
56# Desktop Wheeling 56# Desktop Wheeling
diff --git a/nls/ru_RU/Makefile.am b/nls/ru_RU/Makefile.am
index 1f43b8b..9ccbfb2 100644
--- a/nls/ru_RU/Makefile.am
+++ b/nls/ru_RU/Makefile.am
@@ -26,5 +26,5 @@ Translation.m: $(MFILES)
26 26
27blackbox.cat: Translation.m 27blackbox.cat: Translation.m
28 @if test x$(NLSTEST) = "x-DNLS"; then \ 28 @if test x$(NLSTEST) = "x-DNLS"; then \
29 $(gencat_cmd) blackbox.cat Translation.m; \ 29 LANG=ru_RU $(gencat_cmd) blackbox.cat Translation.m; \
30 fi 30 fi
diff --git a/nls/ru_RU/Windowmenu.m b/nls/ru_RU/Windowmenu.m
index 45ba228..7b631a6 100644
--- a/nls/ru_RU/Windowmenu.m
+++ b/nls/ru_RU/Windowmenu.m
@@ -1,7 +1,7 @@
1$set 10 #Windowmenu 1$set 10 #Windowmenu
2 2
3$ #SendTo 3$ #SendTo
4# Отправить на ... 4# Отправить окно на ...
5$ #SendGroupTo 5$ #SendGroupTo
6# Отправить группу на... 6# Отправить группу на...
7$ #Shade 7$ #Shade
diff --git a/nls/sv_SE/Makefile.am b/nls/sv_SE/Makefile.am
index 3721f13..59d8d0b 100644
--- a/nls/sv_SE/Makefile.am
+++ b/nls/sv_SE/Makefile.am
@@ -27,5 +27,5 @@ Translation.m: $(MFILES)
27 27
28blackbox.cat: Translation.m 28blackbox.cat: Translation.m
29 @if test x$(NLSTEST) = "x-DNLS"; then \ 29 @if test x$(NLSTEST) = "x-DNLS"; then \
30 $(gencat_cmd) blackbox.cat Translation.m; \ 30 LANG=sv_SE $(gencat_cmd) blackbox.cat Translation.m; \
31 fi 31 fi
diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am
index 2612ebf..f3a6278 100644
--- a/nls/tr_TR/Makefile.am
+++ b/nls/tr_TR/Makefile.am
@@ -31,5 +31,5 @@ Translation.m: $(MFILES)
31 31
32blackbox.cat: Translation.m 32blackbox.cat: Translation.m
33 @if test x$(NLSTEST) = "x-DNLS"; then \ 33 @if test x$(NLSTEST) = "x-DNLS"; then \
34 $(gencat_cmd) blackbox.cat Translation.m; \ 34 LANG=tr_TR $(gencat_cmd) blackbox.cat Translation.m; \
35 fi 35 fi