aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-12 15:15:46 (GMT)
committerfluxgen <fluxgen>2002-04-12 15:15:46 (GMT)
commita5bf916fac35a473559bc9d5a381b5d9e143ed26 (patch)
treece5303ae1e9346bf887767ce2dce1f5531499991
parent507fbd3be7561055f8f80177d4d6c8fbaea7e976 (diff)
downloadfluxbox-a5bf916fac35a473559bc9d5a381b5d9e143ed26.zip
fluxbox-a5bf916fac35a473559bc9d5a381b5d9e143ed26.tar.bz2
WorkspaceWarping
-rw-r--r--nls/C/Configmenu.m2
-rw-r--r--nls/C/Makefile.am1
-rw-r--r--nls/bg_BG/Configmenu.m2
-rw-r--r--nls/bg_BG/Makefile.am1
-rw-r--r--nls/bg_BG/Translation.m1
-rw-r--r--nls/blackbox-nls.hh1
-rw-r--r--nls/da_DK/Configmenu.m2
-rw-r--r--nls/da_DK/Makefile.am1
-rw-r--r--nls/es_ES/Configmenu.m2
-rw-r--r--nls/es_ES/Makefile.am1
-rw-r--r--nls/et_EE/Configmenu.m2
-rw-r--r--nls/et_EE/Makefile.am1
-rw-r--r--nls/fr_FR/Configmenu.m2
-rw-r--r--nls/fr_FR/Makefile.am1
-rw-r--r--nls/it_IT/Configmenu.m2
-rw-r--r--nls/it_IT/Makefile.am1
-rw-r--r--nls/ja_JP/Configmenu.m2
-rw-r--r--nls/ja_JP/Makefile.am3
-rw-r--r--nls/ja_JP/Translation.m5
-rw-r--r--nls/pt_BR/Configmenu.m2
-rw-r--r--nls/pt_BR/Makefile.am1
-rw-r--r--nls/pt_PT/Configmenu.m2
-rw-r--r--nls/pt_PT/Makefile.am1
-rw-r--r--nls/pt_PT/Translation.m1
-rw-r--r--nls/pt_PT/blackbox.catbin6592 -> 6714 bytes
-rw-r--r--nls/ru_RU/Configmenu.m2
-rw-r--r--nls/ru_RU/Makefile.am1
-rw-r--r--nls/sv_SE/Configmenu.m2
-rw-r--r--nls/sv_SE/Makefile.am1
-rw-r--r--nls/tr_TR/Configmenu.m2
-rw-r--r--nls/tr_TR/Makefile.am1
31 files changed, 46 insertions, 3 deletions
diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m
index 62ff7f0..8090813 100644
--- a/nls/C/Configmenu.m
+++ b/nls/C/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Window Grouping 52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
index a7b50ba..d737000 100644
--- a/nls/C/Makefile.am
+++ b/nls/C/Makefile.am
@@ -36,6 +36,7 @@ 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; \
39 echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \ 40 echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \
40 echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ 41 echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \
41 echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ 42 echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \
diff --git a/nls/bg_BG/Configmenu.m b/nls/bg_BG/Configmenu.m
index decf6f5..850f1f0 100644
--- a/nls/bg_BG/Configmenu.m
+++ b/nls/bg_BG/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Óâåëè÷è âúðõó Slit -à 50# Óâåëè÷è âúðõó Slit -à
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Ãðóïèðàíå íà ïðîçîðöè 52# Sloppy Ãðóïèðàíå íà ïðîçîðöè
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am
index 2b248d2..024d672 100644
--- a/nls/bg_BG/Makefile.am
+++ b/nls/bg_BG/Makefile.am
@@ -21,6 +21,7 @@ uninstall-local:
21 21
22Translation.m: $(MFILES) 22Translation.m: $(MFILES)
23 @if test x$(NLSTEST) = "x-DNLS"; then \ 23 @if test x$(NLSTEST) = "x-DNLS"; then \
24 rm -f Translation.m; \
24 awk -f ../convert.awk output=Translation.m $(MFILES); \ 25 awk -f ../convert.awk output=Translation.m $(MFILES); \
25 fi 26 fi
26 27
diff --git a/nls/bg_BG/Translation.m b/nls/bg_BG/Translation.m
index 1e7a3e6..c91fd0f 100644
--- a/nls/bg_BG/Translation.m
+++ b/nls/bg_BG/Translation.m
@@ -39,6 +39,7 @@ $set 3 #Configmenu
3923 Ïîëó Sloppy Ôîêóñ 3923 Ïîëó Sloppy Ôîêóñ
4024 Óâåëè÷è âúðõó Slit -à 4024 Óâåëè÷è âúðõó Slit -à
4125 Sloppy Ãðóïèðàíå íà ïðîçîðöè 4125 Sloppy Ãðóïèðàíå íà ïðîçîðöè
4226 Workspace Warping
42 43
43$set 4 #Icon 44$set 4 #Icon
44 45
diff --git a/nls/blackbox-nls.hh b/nls/blackbox-nls.hh
index dbdfceb..866bbf6 100644
--- a/nls/blackbox-nls.hh
+++ b/nls/blackbox-nls.hh
@@ -41,6 +41,7 @@ enum {
41 ConfigmenuSemiSloppyFocus = 0x17, 41 ConfigmenuSemiSloppyFocus = 0x17,
42 ConfigmenuMaxOverSlit = 0x18, 42 ConfigmenuMaxOverSlit = 0x18,
43 ConfigmenuSloppyWindowGrouping = 0x19, 43 ConfigmenuSloppyWindowGrouping = 0x19,
44 ConfigmenuWorkspaceWarping = 0x1a,
44 45
45 IconSet = 0x4, 46 IconSet = 0x4,
46 IconIcons = 0x1, 47 IconIcons = 0x1,
diff --git a/nls/da_DK/Configmenu.m b/nls/da_DK/Configmenu.m
index cb742bc..d045d7e 100644
--- a/nls/da_DK/Configmenu.m
+++ b/nls/da_DK/Configmenu.m
@@ -48,3 +48,5 @@ $ #MaxOverSlit
48# Maximize Over Slit 48# Maximize Over Slit
49$ #SloppyWindowGrouping 49$ #SloppyWindowGrouping
50# Sloppy Window Grouping 50# Sloppy Window Grouping
51$ #WorkspaceWarping
52# Workspace Warping
diff --git a/nls/da_DK/Makefile.am b/nls/da_DK/Makefile.am
index 6c9ea01..c673cb3 100644
--- a/nls/da_DK/Makefile.am
+++ b/nls/da_DK/Makefile.am
@@ -20,6 +20,7 @@ uninstall-local:
20 20
21Translation.m: $(MFILES) 21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 rm -f Translation.m; \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \ 24 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi 25 fi
25 26
diff --git a/nls/es_ES/Configmenu.m b/nls/es_ES/Configmenu.m
index 1aef071..d1c5d2d 100644
--- a/nls/es_ES/Configmenu.m
+++ b/nls/es_ES/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Window Grouping 52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am
index 5856c87..8a47b3f 100644
--- a/nls/es_ES/Makefile.am
+++ b/nls/es_ES/Makefile.am
@@ -23,6 +23,7 @@ uninstall-local:
23 23
24Translation.m: $(MFILES) 24Translation.m: $(MFILES)
25 @if test x$(NLSTEST) = "x-DNLS"; then \ 25 @if test x$(NLSTEST) = "x-DNLS"; then \
26 rm -f Translation.m; \
26 awk -f ../convert.awk output=Translation.m $(MFILES); \ 27 awk -f ../convert.awk output=Translation.m $(MFILES); \
27 fi 28 fi
28 29
diff --git a/nls/et_EE/Configmenu.m b/nls/et_EE/Configmenu.m
index 9dcbee6..fdc1411 100644
--- a/nls/et_EE/Configmenu.m
+++ b/nls/et_EE/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Window Grouping 52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/et_EE/Makefile.am b/nls/et_EE/Makefile.am
index 6bd65a2..0452f8c 100644
--- a/nls/et_EE/Makefile.am
+++ b/nls/et_EE/Makefile.am
@@ -20,6 +20,7 @@ uninstall-local:
20 20
21Translation.m: $(MFILES) 21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 rm -f Translation.m; \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \ 24 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi 25 fi
25 26
diff --git a/nls/fr_FR/Configmenu.m b/nls/fr_FR/Configmenu.m
index 0023b6a..d988d0b 100644
--- a/nls/fr_FR/Configmenu.m
+++ b/nls/fr_FR/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximisez au dessus du Slit 50# Maximisez au dessus du Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Groupement des fenêtres stupide 52# Groupement des fenêtres stupide
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/fr_FR/Makefile.am b/nls/fr_FR/Makefile.am
index 91c9f01..ba9ce69 100644
--- a/nls/fr_FR/Makefile.am
+++ b/nls/fr_FR/Makefile.am
@@ -24,6 +24,7 @@ uninstall-local:
24 24
25Translation.m: $(MFILES) 25Translation.m: $(MFILES)
26 @if test x$(NLSTEST) = "x-DNLS"; then \ 26 @if test x$(NLSTEST) = "x-DNLS"; then \
27 rm -f Translation.m; \
27 awk -f ../convert.awk output=Translation.m $(MFILES); \ 28 awk -f ../convert.awk output=Translation.m $(MFILES); \
28 fi 29 fi
29 30
diff --git a/nls/it_IT/Configmenu.m b/nls/it_IT/Configmenu.m
index b8bbdf5..77bf98e 100644
--- a/nls/it_IT/Configmenu.m
+++ b/nls/it_IT/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Window Grouping 52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/it_IT/Makefile.am b/nls/it_IT/Makefile.am
index 8c84c55..c05db87 100644
--- a/nls/it_IT/Makefile.am
+++ b/nls/it_IT/Makefile.am
@@ -21,6 +21,7 @@ uninstall-local:
21 21
22Translation.m: $(MFILES) 22Translation.m: $(MFILES)
23 @if test x$(NLSTEST) = "x-DNLS"; then \ 23 @if test x$(NLSTEST) = "x-DNLS"; then \
24 rm -f Translation.m; \
24 awk -f ../convert.awk output=Translation.m $(MFILES); \ 25 awk -f ../convert.awk output=Translation.m $(MFILES); \
25 fi 26 fi
26 27
diff --git a/nls/ja_JP/Configmenu.m b/nls/ja_JP/Configmenu.m
index 102fa2b..5c08112 100644
--- a/nls/ja_JP/Configmenu.m
+++ b/nls/ja_JP/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Slit¤ò±Û¤¨¤ÆºÇÂç²½ 50# Slit¤ò±Û¤¨¤ÆºÇÂç²½
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë 52# WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/ja_JP/Makefile.am b/nls/ja_JP/Makefile.am
index 1f050b0..de48ab7 100644
--- a/nls/ja_JP/Makefile.am
+++ b/nls/ja_JP/Makefile.am
@@ -18,10 +18,11 @@ uninstall-local:
18 18
19Translation.m: $(MFILES) 19Translation.m: $(MFILES)
20 @if test x$(NLSTEST) = "x-DNLS"; then \ 20 @if test x$(NLSTEST) = "x-DNLS"; then \
21 rm -f Translation.m; \
21 awk -f ../convert.awk output=Translation.m $(MFILES); \ 22 awk -f ../convert.awk output=Translation.m $(MFILES); \
22 fi 23 fi
23 24
24blackbox.cat: Translation.m 25blackbox.cat: Translation.m
25 @if test x$(NLSTEST) = "x-DNLS"; then \ 26 @if test x$(NLSTEST) = "x-DNLS"; then \
26 $(gencat_cmd) blackbox.cat Translation.m; \ 27 LANG=ja_JP $(gencat_cmd) blackbox.cat Translation.m; \
27 fi 28 fi
diff --git a/nls/ja_JP/Translation.m b/nls/ja_JP/Translation.m
index 12b0ccc..784fd9b 100644
--- a/nls/ja_JP/Translation.m
+++ b/nls/ja_JP/Translation.m
@@ -19,7 +19,7 @@ $set 3 #Configmenu
193 ¥¦¥£¥ó¥É¥¦ÇÛÃÖ 193 ¥¦¥£¥ó¥É¥¦ÇÛÃÖ
204 ²èÁü¥Ç¥£¥¶ 204 ²èÁü¥Ç¥£¥¶
215 ¥¦¥£¥ó¥É¥¦¤ÎÆâÍƤòɽ¼¨¤·¤¿¤Þ¤Þ°ÜÆ° 215 ¥¦¥£¥ó¥É¥¦¤ÎÆâÍƤòɽ¼¨¤·¤¿¤Þ¤Þ°ÜÆ°
226 ´°Á´ºÇÂç²½¡Ê¥¿¥¹¥¯¥Ð¡¼Ìµ»ë¡Ë 226 ´°Á´ºÇÂç²½(¥¿¥¹¥¯¥Ð¡¼Ìµ»ë)
237 ¿·µ¬¥¦¥£¥ó¥É¥¦¤Ë¥Õ¥©¡¼¥«¥¹ 237 ¿·µ¬¥¦¥£¥ó¥É¥¦¤Ë¥Õ¥©¡¼¥«¥¹
248 ¥ï¡¼¥¯¥¹¥Ú¡¼¥¹°ÜÆ°»þ¤ËºÇ¸å¤Î¥¦¥£¥ó¥É¥¦¤Ë¥Õ¥©¡¼¥«¥¹ 248 ¥ï¡¼¥¯¥¹¥Ú¡¼¥¹°ÜÆ°»þ¤ËºÇ¸å¤Î¥¦¥£¥ó¥É¥¦¤Ë¥Õ¥©¡¼¥«¥¹
259 ¥¯¥ê¥Ã¥¯¤Ç¥Õ¥©¡¼¥«¥¹ 259 ¥¯¥ê¥Ã¥¯¤Ç¥Õ¥©¡¼¥«¥¹
@@ -39,6 +39,7 @@ $set 3 #Configmenu
3923 ¥«¡¼¥½¥ë¥ª¡¼¥Ð¡¼¤Ç¥Õ¥©¡¼¥«¥¹(SemiSloppy) 3923 ¥«¡¼¥½¥ë¥ª¡¼¥Ð¡¼¤Ç¥Õ¥©¡¼¥«¥¹(SemiSloppy)
4024 Slit¤ò±Û¤¨¤ÆºÇÂç²½ 4024 Slit¤ò±Û¤¨¤ÆºÇÂç²½
4125 WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë 4125 WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë
4226 Workspace Warping
42 43
43$set 4 #Icon 44$set 4 #Icon
44 45
@@ -182,7 +183,7 @@ $set 15 #main
1821 error: '-rc' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n 1831 error: '-rc' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n
1832 error: '-display' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n 1842 error: '-display' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n
1843 warning: ´Ä¶­ÊÑ¿ô 'DISPLAY' ¤òÀßÄê¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n 1853 warning: ´Ä¶­ÊÑ¿ô 'DISPLAY' ¤òÀßÄê¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n
1854 Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\ 1864 Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\
186 -display <string>\t\t »ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ.\n\ 187 -display <string>\t\t »ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ.\n\
187 -rc <string>\t\t\t Âå¤ï¤ê¤Î¥ê¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò»ÈÍÑ.\n\ 188 -rc <string>\t\t\t Âå¤ï¤ê¤Î¥ê¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò»ÈÍÑ.\n\
188 -version\t\t\t ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤·¤Æ½ªÎ».\n\ 189 -version\t\t\t ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤·¤Æ½ªÎ».\n\
diff --git a/nls/pt_BR/Configmenu.m b/nls/pt_BR/Configmenu.m
index c586737..40524ce 100644
--- a/nls/pt_BR/Configmenu.m
+++ b/nls/pt_BR/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Window Grouping 52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am
index 197c57d..a33dbb8 100644
--- a/nls/pt_BR/Makefile.am
+++ b/nls/pt_BR/Makefile.am
@@ -20,6 +20,7 @@ uninstall-local:
20 20
21Translation.m: $(MFILES) 21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 rm -f Translation.m; \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \ 24 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi 25 fi
25 26
diff --git a/nls/pt_PT/Configmenu.m b/nls/pt_PT/Configmenu.m
index 14d04ae..46eda1f 100644
--- a/nls/pt_PT/Configmenu.m
+++ b/nls/pt_PT/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximizar Sobre Slit 50# Maximizar Sobre Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Janela Em Grupo 52# Sloppy Janela Em Grupo
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/pt_PT/Makefile.am b/nls/pt_PT/Makefile.am
index 3fc7d03..5a8348e 100644
--- a/nls/pt_PT/Makefile.am
+++ b/nls/pt_PT/Makefile.am
@@ -20,6 +20,7 @@ uninstall-local:
20 20
21Translation.m: $(MFILES) 21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 rm -f Translation.m; \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \ 24 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi 25 fi
25 26
diff --git a/nls/pt_PT/Translation.m b/nls/pt_PT/Translation.m
index 76a79b0..03e7671 100644
--- a/nls/pt_PT/Translation.m
+++ b/nls/pt_PT/Translation.m
@@ -39,6 +39,7 @@ $set 3 #Configmenu
3923 Semi Sloppy Focus 3923 Semi Sloppy Focus
4024 Maximizar Sobre Slit 4024 Maximizar Sobre Slit
4125 Sloppy Janela Em Grupo 4125 Sloppy Janela Em Grupo
4226 Workspace Warping
42 43
43$set 4 #Icon 44$set 4 #Icon
44 45
diff --git a/nls/pt_PT/blackbox.cat b/nls/pt_PT/blackbox.cat
index 75c3ef3..d78d58c 100644
--- a/nls/pt_PT/blackbox.cat
+++ b/nls/pt_PT/blackbox.cat
Binary files differ
diff --git a/nls/ru_RU/Configmenu.m b/nls/ru_RU/Configmenu.m
index 14e46a0..0ca3b24 100644
--- a/nls/ru_RU/Configmenu.m
+++ b/nls/ru_RU/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# íÁËÓÉÍÉÚÉÒÏ×ÁÔØ ÎÁÄ ÄÏËÅÒÏÍ 50# íÁËÓÉÍÉÚÉÒÏ×ÁÔØ ÎÁÄ ÄÏËÅÒÏÍ
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# çÒÕÐÐÉÒÏ×ËÁ "ÒÁÚÍÙÔÙÈ" ÏËÏÎ 52# çÒÕÐÐÉÒÏ×ËÁ "ÒÁÚÍÙÔÙÈ" ÏËÏÎ
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/ru_RU/Makefile.am b/nls/ru_RU/Makefile.am
index a95d035..1f43b8b 100644
--- a/nls/ru_RU/Makefile.am
+++ b/nls/ru_RU/Makefile.am
@@ -20,6 +20,7 @@ uninstall-local:
20 20
21Translation.m: $(MFILES) 21Translation.m: $(MFILES)
22 @if test x$(NLSTEST) = "x-DNLS"; then \ 22 @if test x$(NLSTEST) = "x-DNLS"; then \
23 rm -f Translation.m; \
23 awk -f ../convert.awk output=Translation.m $(MFILES); \ 24 awk -f ../convert.awk output=Translation.m $(MFILES); \
24 fi 25 fi
25 26
diff --git a/nls/sv_SE/Configmenu.m b/nls/sv_SE/Configmenu.m
index 968b4e1..d83dffe 100644
--- a/nls/sv_SE/Configmenu.m
+++ b/nls/sv_SE/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Hafsig Fönster Gruppering 52# Hafsig Fönster Gruppering
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/sv_SE/Makefile.am b/nls/sv_SE/Makefile.am
index b1706c3..3721f13 100644
--- a/nls/sv_SE/Makefile.am
+++ b/nls/sv_SE/Makefile.am
@@ -21,6 +21,7 @@ uninstall-local:
21 21
22Translation.m: $(MFILES) 22Translation.m: $(MFILES)
23 @if test x$(NLSTEST) = "x-DNLS"; then \ 23 @if test x$(NLSTEST) = "x-DNLS"; then \
24 rm -f Translation.m; \
24 awk -f ../convert.awk output=Translation.m $(MFILES); \ 25 awk -f ../convert.awk output=Translation.m $(MFILES); \
25 fi 26 fi
26 27
diff --git a/nls/tr_TR/Configmenu.m b/nls/tr_TR/Configmenu.m
index 6b52958..22a1623 100644
--- a/nls/tr_TR/Configmenu.m
+++ b/nls/tr_TR/Configmenu.m
@@ -50,3 +50,5 @@ $ #MaxOverSlit
50# Maximize Over Slit 50# Maximize Over Slit
51$ #SloppyWindowGrouping 51$ #SloppyWindowGrouping
52# Sloppy Window Grouping 52# Sloppy Window Grouping
53$ #WorkspaceWarping
54# Workspace Warping
diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am
index d6e34cb..2612ebf 100644
--- a/nls/tr_TR/Makefile.am
+++ b/nls/tr_TR/Makefile.am
@@ -25,6 +25,7 @@ uninstall-local:
25 25
26Translation.m: $(MFILES) 26Translation.m: $(MFILES)
27 @if test x$(NLSTEST) = "x-DNLS"; then \ 27 @if test x$(NLSTEST) = "x-DNLS"; then \
28 rm -f Translation.m; \
28 awk -f ../convert.awk output=Translation.m $(MFILES); \ 29 awk -f ../convert.awk output=Translation.m $(MFILES); \
29 fi 30 fi
30 31