diff --git a/nls/C/Configmenu.m b/nls/C/Configmenu.m index 62ff7f03..80908132 100644 --- a/nls/C/Configmenu.m +++ b/nls/C/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am index a7b50baf..d7370007 100644 --- a/nls/C/Makefile.am +++ b/nls/C/Makefile.am @@ -36,6 +36,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ echo -e "//This file is generated from nls/C" > ../blackbox-nls.hh; \ echo -e "#ifndef BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ echo -e "#define BLACKBOX_NLS_HH" >> ../blackbox-nls.hh; \ diff --git a/nls/bg_BG/Configmenu.m b/nls/bg_BG/Configmenu.m index decf6f50..850f1f0f 100644 --- a/nls/bg_BG/Configmenu.m +++ b/nls/bg_BG/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Óâåëè÷è âúðõó Slit -à $ #SloppyWindowGrouping # Sloppy Ãðóïèðàíå íà ïðîçîðöè +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/bg_BG/Makefile.am b/nls/bg_BG/Makefile.am index 2b248d2d..024d672b 100644 --- a/nls/bg_BG/Makefile.am +++ b/nls/bg_BG/Makefile.am @@ -21,6 +21,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/bg_BG/Translation.m b/nls/bg_BG/Translation.m index 1e7a3e68..c91fd0f6 100644 --- a/nls/bg_BG/Translation.m +++ b/nls/bg_BG/Translation.m @@ -39,6 +39,7 @@ $set 3 #Configmenu 23 Ïîëó Sloppy Ôîêóñ 24 Óâåëè÷è âúðõó Slit -à 25 Sloppy Ãðóïèðàíå íà ïðîçîðöè +26 Workspace Warping $set 4 #Icon diff --git a/nls/blackbox-nls.hh b/nls/blackbox-nls.hh index dbdfceb5..866bbf69 100644 --- a/nls/blackbox-nls.hh +++ b/nls/blackbox-nls.hh @@ -41,6 +41,7 @@ enum { ConfigmenuSemiSloppyFocus = 0x17, ConfigmenuMaxOverSlit = 0x18, ConfigmenuSloppyWindowGrouping = 0x19, + ConfigmenuWorkspaceWarping = 0x1a, IconSet = 0x4, IconIcons = 0x1, diff --git a/nls/da_DK/Configmenu.m b/nls/da_DK/Configmenu.m index cb742bcf..d045d7ed 100644 --- a/nls/da_DK/Configmenu.m +++ b/nls/da_DK/Configmenu.m @@ -48,3 +48,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/da_DK/Makefile.am b/nls/da_DK/Makefile.am index 6c9ea01a..c673cb39 100644 --- a/nls/da_DK/Makefile.am +++ b/nls/da_DK/Makefile.am @@ -20,6 +20,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/es_ES/Configmenu.m b/nls/es_ES/Configmenu.m index 1aef071c..d1c5d2de 100644 --- a/nls/es_ES/Configmenu.m +++ b/nls/es_ES/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/es_ES/Makefile.am b/nls/es_ES/Makefile.am index 5856c875..8a47b3f9 100644 --- a/nls/es_ES/Makefile.am +++ b/nls/es_ES/Makefile.am @@ -23,6 +23,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/et_EE/Configmenu.m b/nls/et_EE/Configmenu.m index 9dcbee6d..fdc14115 100644 --- a/nls/et_EE/Configmenu.m +++ b/nls/et_EE/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/et_EE/Makefile.am b/nls/et_EE/Makefile.am index 6bd65a21..0452f8c5 100644 --- a/nls/et_EE/Makefile.am +++ b/nls/et_EE/Makefile.am @@ -20,6 +20,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/fr_FR/Configmenu.m b/nls/fr_FR/Configmenu.m index 0023b6a5..d988d0b0 100644 --- a/nls/fr_FR/Configmenu.m +++ b/nls/fr_FR/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximisez au dessus du Slit $ #SloppyWindowGrouping # Groupement des fenêtres stupide +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/fr_FR/Makefile.am b/nls/fr_FR/Makefile.am index 91c9f01d..ba9ce69d 100644 --- a/nls/fr_FR/Makefile.am +++ b/nls/fr_FR/Makefile.am @@ -24,6 +24,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/it_IT/Configmenu.m b/nls/it_IT/Configmenu.m index b8bbdf5d..77bf98e3 100644 --- a/nls/it_IT/Configmenu.m +++ b/nls/it_IT/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/it_IT/Makefile.am b/nls/it_IT/Makefile.am index 8c84c554..c05db874 100644 --- a/nls/it_IT/Makefile.am +++ b/nls/it_IT/Makefile.am @@ -21,6 +21,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/ja_JP/Configmenu.m b/nls/ja_JP/Configmenu.m index 102fa2b1..5c081126 100644 --- a/nls/ja_JP/Configmenu.m +++ b/nls/ja_JP/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Slit¤ò±Û¤¨¤ÆºÇÂç²½ $ #SloppyWindowGrouping # WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/ja_JP/Makefile.am b/nls/ja_JP/Makefile.am index 1f050b0a..de48ab7a 100644 --- a/nls/ja_JP/Makefile.am +++ b/nls/ja_JP/Makefile.am @@ -18,10 +18,11 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi blackbox.cat: Translation.m @if test x$(NLSTEST) = "x-DNLS"; then \ - $(gencat_cmd) blackbox.cat Translation.m; \ + LANG=ja_JP $(gencat_cmd) blackbox.cat Translation.m; \ fi diff --git a/nls/ja_JP/Translation.m b/nls/ja_JP/Translation.m index 12b0cccd..784fd9b4 100644 --- a/nls/ja_JP/Translation.m +++ b/nls/ja_JP/Translation.m @@ -19,7 +19,7 @@ $set 3 #Configmenu 3 ¥¦¥£¥ó¥É¥¦ÇÛÃÖ 4 ²èÁü¥Ç¥£¥¶ 5 ¥¦¥£¥ó¥É¥¦¤ÎÆâÍƤòɽ¼¨¤·¤¿¤Þ¤Þ°ÜÆ° -6 ´°Á´ºÇÂç²½¡Ê¥¿¥¹¥¯¥Ð¡¼Ìµ»ë¡Ë +6 ´°Á´ºÇÂç²½(¥¿¥¹¥¯¥Ð¡¼Ìµ»ë) 7 ¿·µ¬¥¦¥£¥ó¥É¥¦¤Ë¥Õ¥©¡¼¥«¥¹ 8 ¥ï¡¼¥¯¥¹¥Ú¡¼¥¹°ÜÆ°»þ¤ËºÇ¸å¤Î¥¦¥£¥ó¥É¥¦¤Ë¥Õ¥©¡¼¥«¥¹ 9 ¥¯¥ê¥Ã¥¯¤Ç¥Õ¥©¡¼¥«¥¹ @@ -39,6 +39,7 @@ $set 3 #Configmenu 23 ¥«¡¼¥½¥ë¥ª¡¼¥Ð¡¼¤Ç¥Õ¥©¡¼¥«¥¹(SemiSloppy) 24 Slit¤ò±Û¤¨¤ÆºÇÂç²½ 25 WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë +26 Workspace Warping $set 4 #Icon @@ -182,7 +183,7 @@ $set 15 #main 1 error: '-rc' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n 2 error: '-display' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n 3 warning: ´Ä¶­ÊÑ¿ô 'DISPLAY' ¤òÀßÄê¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n -4 Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\ +4 Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\ -display \t\t »ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ.\n\ -rc \t\t\t Âå¤ï¤ê¤Î¥ê¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò»ÈÍÑ.\n\ -version\t\t\t ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤·¤Æ½ªÎ».\n\ diff --git a/nls/pt_BR/Configmenu.m b/nls/pt_BR/Configmenu.m index c586737d..40524ce2 100644 --- a/nls/pt_BR/Configmenu.m +++ b/nls/pt_BR/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/pt_BR/Makefile.am b/nls/pt_BR/Makefile.am index 197c57da..a33dbb81 100644 --- a/nls/pt_BR/Makefile.am +++ b/nls/pt_BR/Makefile.am @@ -20,6 +20,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/pt_PT/Configmenu.m b/nls/pt_PT/Configmenu.m index 14d04ae6..46eda1f9 100644 --- a/nls/pt_PT/Configmenu.m +++ b/nls/pt_PT/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximizar Sobre Slit $ #SloppyWindowGrouping # Sloppy Janela Em Grupo +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/pt_PT/Makefile.am b/nls/pt_PT/Makefile.am index 3fc7d03a..5a8348ed 100644 --- a/nls/pt_PT/Makefile.am +++ b/nls/pt_PT/Makefile.am @@ -20,6 +20,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/pt_PT/Translation.m b/nls/pt_PT/Translation.m index 76a79b0b..03e76712 100644 --- a/nls/pt_PT/Translation.m +++ b/nls/pt_PT/Translation.m @@ -39,6 +39,7 @@ $set 3 #Configmenu 23 Semi Sloppy Focus 24 Maximizar Sobre Slit 25 Sloppy Janela Em Grupo +26 Workspace Warping $set 4 #Icon diff --git a/nls/pt_PT/blackbox.cat b/nls/pt_PT/blackbox.cat index 75c3ef35..d78d58cf 100644 Binary files a/nls/pt_PT/blackbox.cat and b/nls/pt_PT/blackbox.cat differ diff --git a/nls/ru_RU/Configmenu.m b/nls/ru_RU/Configmenu.m index 14e46a0f..0ca3b24c 100644 --- a/nls/ru_RU/Configmenu.m +++ b/nls/ru_RU/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # íÁËÓÉÍÉÚÉÒÏ×ÁÔØ ÎÁÄ ÄÏËÅÒÏÍ $ #SloppyWindowGrouping # çÒÕÐÐÉÒÏ×ËÁ "ÒÁÚÍÙÔÙÈ" ÏËÏÎ +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/ru_RU/Makefile.am b/nls/ru_RU/Makefile.am index a95d0356..1f43b8b1 100644 --- a/nls/ru_RU/Makefile.am +++ b/nls/ru_RU/Makefile.am @@ -20,6 +20,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/sv_SE/Configmenu.m b/nls/sv_SE/Configmenu.m index 968b4e16..d83dffe9 100644 --- a/nls/sv_SE/Configmenu.m +++ b/nls/sv_SE/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Hafsig Fönster Gruppering +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/sv_SE/Makefile.am b/nls/sv_SE/Makefile.am index b1706c34..3721f13e 100644 --- a/nls/sv_SE/Makefile.am +++ b/nls/sv_SE/Makefile.am @@ -21,6 +21,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi diff --git a/nls/tr_TR/Configmenu.m b/nls/tr_TR/Configmenu.m index 6b52958a..22a16232 100644 --- a/nls/tr_TR/Configmenu.m +++ b/nls/tr_TR/Configmenu.m @@ -50,3 +50,5 @@ $ #MaxOverSlit # Maximize Over Slit $ #SloppyWindowGrouping # Sloppy Window Grouping +$ #WorkspaceWarping +# Workspace Warping diff --git a/nls/tr_TR/Makefile.am b/nls/tr_TR/Makefile.am index d6e34cb9..2612ebf1 100644 --- a/nls/tr_TR/Makefile.am +++ b/nls/tr_TR/Makefile.am @@ -25,6 +25,7 @@ uninstall-local: Translation.m: $(MFILES) @if test x$(NLSTEST) = "x-DNLS"; then \ + rm -f Translation.m; \ awk -f ../convert.awk output=Translation.m $(MFILES); \ fi