diff options
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | nls/C/Screen.m | 2 | ||||
-rw-r--r-- | nls/bg_BG/Translation.m | 5 | ||||
-rw-r--r-- | nls/blackbox-nls.hh | 1 | ||||
-rw-r--r-- | nls/de_DE/Translation.m | 5 | ||||
-rw-r--r-- | nls/ja_JP/Screen.m | 2 | ||||
-rw-r--r-- | nls/ja_JP/Translation.m | 6 |
7 files changed, 37 insertions, 3 deletions
@@ -1,4 +1,23 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.9: | ||
3 | *04/01/16: | ||
4 | * Different window for window position (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com) | ||
5 | Screen.cc | ||
6 | * New Command: (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com) | ||
7 | WindowMenu - this will show the window menu on the focused window | ||
8 | * Revert to old focused window after menu keyboard navigation (Henrik) | ||
9 | fluxbox.cc | ||
10 | * Menu keyboard navigation bug fixes (Thanks Junichiro Kita (kita<at>kitaj.no-ip.com) | ||
11 | also fixes so submenus dont open unless you press Right | ||
12 | Menu.cc | ||
13 | * Using strut area for ArrangeWindows (Thanks Carlos (mindsuck<(at)>gfxnstuff .com.ar)) | ||
14 | * New behavior for icon button (Thanks Dmitriy Nikitinskiy) | ||
15 | On click: if focused then iconify else raise and focus. | ||
16 | IconButton.cc | ||
17 | *04/01/15: | ||
18 | |||
19 | |||
20 | -------------------------------------------------------------------------- | ||
2 | Changes for 0.9.8: | 21 | Changes for 0.9.8: |
3 | *04/01/14: | 22 | *04/01/14: |
4 | * Fixed some border issues with left/right alignment in Iconbar (Henrik) | 23 | * Fixed some border issues with left/right alignment in Iconbar (Henrik) |
diff --git a/nls/C/Screen.m b/nls/C/Screen.m index 128c06e..1890b8a 100644 --- a/nls/C/Screen.m +++ b/nls/C/Screen.m | |||
@@ -51,4 +51,6 @@ $ #PositionFormat | |||
51 | # X: %4d x Y: %4d | 51 | # X: %4d x Y: %4d |
52 | $ #GeometryFormat | 52 | $ #GeometryFormat |
53 | # W: %4d x H: %4d | 53 | # W: %4d x H: %4d |
54 | $ #GeometryLength | ||
55 | # W: 0000 x H: 0000 | ||
54 | 56 | ||
diff --git a/nls/bg_BG/Translation.m b/nls/bg_BG/Translation.m index ee2cce1..5748781 100644 --- a/nls/bg_BG/Translation.m +++ b/nls/bg_BG/Translation.m | |||
@@ -1,3 +1,4 @@ | |||
1 | $ codeset=ISO-8859-1 | ||
1 | $set 1 #BaseDisplay | 2 | $set 1 #BaseDisplay |
2 | 3 | ||
3 | 1 %s: X ãðåøêà: %s(%d) opcodes %d/%d\n resource 0x%lx\n | 4 | 1 %s: X ãðåøêà: %s(%d) opcodes %d/%d\n resource 0x%lx\n |
@@ -187,10 +188,12 @@ $set 15 #main | |||
187 | 1 ãðåøêà: '-rc' èçèñêâà àðãóìåíò\n | 188 | 1 ãðåøêà: '-rc' èçèñêâà àðãóìåíò\n |
188 | 2 ãðåøêà: '-display' èçèñêâà àðãóìåíò\n | 189 | 2 ãðåøêà: '-display' èçèñêâà àðãóìåíò\n |
189 | 3 âíèìàíèå: íå ìîãà äà íàãëàñÿ ïðîìåíëèâàòà íà ñðåäàòà 'DISPLAY'\n | 190 | 3 âíèìàíèå: íå ìîãà äà íàãëàñÿ ïðîìåíëèâàòà íà ñðåäàòà 'DISPLAY'\n |
190 | 4 Fluxkbox %s: (c) 2001 Henrik Kinnunen\n\n\ | 191 | 4 Fluxkbox %s: (c) %s Henrik Kinnunen\n\n\ |
191 | -display <string>\t\tuse display connection.\n\ | 192 | -display <string>\t\tuse display connection.\n\ |
192 | -rc <string>\t\t\tïîëçâàé çàìåñòâàù ðåñóðñåí ôàéë.\n\ | 193 | -rc <string>\t\t\tïîëçâàé çàìåñòâàù ðåñóðñåí ôàéë.\n\ |
193 | -version\t\t\tïîêàæè âåðñèÿòà è èçëåç.\n\ | 194 | -version\t\t\tïîêàæè âåðñèÿòà è èçëåç.\n\ |
195 | -info\t\t\t\tdisplay some useful information.\n\ | ||
196 | -log <filename>\t\t\tlog output to file.\n\ | ||
194 | -help\t\t\t\tïîêàæè òîçè ïîìîùåí òåêñò è èçëåç.\n\n | 197 | -help\t\t\t\tïîêàæè òîçè ïîìîùåí òåêñò è èçëåç.\n\n |
195 | 5 Èçáðàíè âúçìîæíîñòè ïî âðåìå íà êîìïèëàöèÿòà:\n\ | 198 | 5 Èçáðàíè âúçìîæíîñòè ïî âðåìå íà êîìïèëàöèÿòà:\n\ |
196 | Debugging\t\t\t%s\n\ | 199 | Debugging\t\t\t%s\n\ |
diff --git a/nls/blackbox-nls.hh b/nls/blackbox-nls.hh index e90c8e6..1e1c34e 100644 --- a/nls/blackbox-nls.hh +++ b/nls/blackbox-nls.hh | |||
@@ -86,6 +86,7 @@ enum { | |||
86 | ScreenPositionLength = 0x16, | 86 | ScreenPositionLength = 0x16, |
87 | ScreenPositionFormat = 0x17, | 87 | ScreenPositionFormat = 0x17, |
88 | ScreenGeometryFormat = 0x18, | 88 | ScreenGeometryFormat = 0x18, |
89 | ScreenGeometryLength = 0x19, | ||
89 | 90 | ||
90 | SlitSet = 0x7, | 91 | SlitSet = 0x7, |
91 | SlitSlitTitle = 0x1, | 92 | SlitSlitTitle = 0x1, |
diff --git a/nls/de_DE/Translation.m b/nls/de_DE/Translation.m index 5a3fb8c..540dc85 100644 --- a/nls/de_DE/Translation.m +++ b/nls/de_DE/Translation.m | |||
@@ -1,3 +1,4 @@ | |||
1 | $ codeset=ISO-8859-1 | ||
1 | $set 1 #BaseDisplay | 2 | $set 1 #BaseDisplay |
2 | 3 | ||
3 | 1 %s: X Fehler ! : %s(%d) opcodes %d/%d\n resource 0x%lx\n | 4 | 1 %s: X Fehler ! : %s(%d) opcodes %d/%d\n resource 0x%lx\n |
@@ -186,10 +187,12 @@ $set 15 #main | |||
186 | 1 error: '-rc' requires an argument\n | 187 | 1 error: '-rc' requires an argument\n |
187 | 2 error: '-display' requires an argument\n | 188 | 2 error: '-display' requires an argument\n |
188 | 3 warning: could not set environment variable 'DISPLAY'\n | 189 | 3 warning: could not set environment variable 'DISPLAY'\n |
189 | 4 Fluxbox %s: (c) 2001-2002 Henrik Kinnunen\n\n\ | 190 | 4 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\ |
190 | -display <string>\t\tuse display connection.\n\ | 191 | -display <string>\t\tuse display connection.\n\ |
191 | -rc <string>\t\t\tuse alternate resource file.\n\ | 192 | -rc <string>\t\t\tuse alternate resource file.\n\ |
192 | -version\t\t\tdisplay version and exit.\n\ | 193 | -version\t\t\tdisplay version and exit.\n\ |
194 | -info\t\t\t\tdisplay some useful information.\n\ | ||
195 | -log <filename>\t\t\tlog output to file.\n\ | ||
193 | -help\t\t\t\tdisplay this help text and exit.\n\n | 196 | -help\t\t\t\tdisplay this help text and exit.\n\n |
194 | 5 Compile time options:\n\ | 197 | 5 Compile time options:\n\ |
195 | Debugging\t\t\t%s\n\ | 198 | Debugging\t\t\t%s\n\ |
diff --git a/nls/ja_JP/Screen.m b/nls/ja_JP/Screen.m index ee4cbd1..762ee9a 100644 --- a/nls/ja_JP/Screen.m +++ b/nls/ja_JP/Screen.m | |||
@@ -49,4 +49,6 @@ $ #PositionFormat | |||
49 | # X: %4d x Y: %4d | 49 | # X: %4d x Y: %4d |
50 | $ #GeometryFormat | 50 | $ #GeometryFormat |
51 | # Éý: %4d x ¹â: %4d | 51 | # Éý: %4d x ¹â: %4d |
52 | $ #GeometryLength | ||
53 | # Éý: 0000 x ¹â: 0000 | ||
52 | 54 | ||
diff --git a/nls/ja_JP/Translation.m b/nls/ja_JP/Translation.m index b7a6a65..bb40b2d 100644 --- a/nls/ja_JP/Translation.m +++ b/nls/ja_JP/Translation.m | |||
@@ -1,3 +1,4 @@ | |||
1 | $ codeset=eucJP | ||
1 | $set 1 #BaseDisplay | 2 | $set 1 #BaseDisplay |
2 | 3 | ||
3 | 1 %s: X ¥¨¥é¡¼: %s(%d) opcodes %d/%d\n resource 0x%lx\n | 4 | 1 %s: X ¥¨¥é¡¼: %s(%d) opcodes %d/%d\n resource 0x%lx\n |
@@ -41,6 +42,7 @@ $set 3 #Configmenu | |||
41 | 25 WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë | 42 | 25 WindowÆâ¤Ë¥¿¥Ö¥É¥í¥Ã¥×¤Ç¤â¥¿¥Ö¥°¥ë¡¼¥×¤Ë |
42 | 26 ¥¦¥£¥ó¥É¥¦¥É¥é¥Ã¥°¤Ç¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ò°ÜÆ° | 43 | 26 ¥¦¥£¥ó¥É¥¦¥É¥é¥Ã¥°¤Ç¥ï¡¼¥¯¥¹¥Ú¡¼¥¹¤ò°ÜÆ° |
43 | 27 ¥Þ¥¦¥¹¥Û¥¤¡¼¥ë¤Ç¥ï¡¼¥¯¥¹¥Ú¡¼¥¹Àڤ괹¤¨ | 44 | 27 ¥Þ¥¦¥¹¥Û¥¤¡¼¥ë¤Ç¥ï¡¼¥¯¥¹¥Ú¡¼¥¹Àڤ괹¤¨ |
45 | 28 ¥¢¥ó¥Á¥¨¥¤¥ê¥¢¥¹ | ||
44 | 46 | ||
45 | $set 4 #Icon | 47 | $set 4 #Icon |
46 | 48 | ||
@@ -185,10 +187,12 @@ $set 15 #main | |||
185 | 1 error: '-rc' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n | 187 | 1 error: '-rc' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n |
186 | 2 error: '-display' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n | 188 | 2 error: '-display' ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òɬÍפȤ·¤Þ¤¹\n |
187 | 3 warning: ´Ä¶ÊÑ¿ô 'DISPLAY' ¤òÀßÄê¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿\n | 189 | 3 warning: ´Ä¶ÊÑ¿ô 'DISPLAY' ¤òÀßÄê¤Ç¤¤Þ¤»¤ó¤Ç¤·¤¿\n |
188 | 4 Fluxbox %s: (c) 2001 Henrik Kinnunen\n\n\ | 190 | 4 Fluxbox %s: (c) %s Henrik Kinnunen\n\n\ |
189 | -display <string>\t\t »ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ.\n\ | 191 | -display <string>\t\t »ØÄê¥Ç¥£¥¹¥×¥ì¥¤¤ËÀܳ.\n\ |
190 | -rc <string>\t\t\t Âå¤ï¤ê¤Î¥ê¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò»ÈÍÑ.\n\ | 192 | -rc <string>\t\t\t Âå¤ï¤ê¤Î¥ê¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò»ÈÍÑ.\n\ |
191 | -version\t\t\t ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤·¤Æ½ªÎ».\n\ | 193 | -version\t\t\t ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤·¤Æ½ªÎ».\n\ |
194 | -info\t\t\t\tdisplay some useful information.\n\ | ||
195 | -log <filename>\t\t\tlog output to file.\n\ | ||
192 | -help\t\t\t\t ¤³¤Î¥Ø¥ë¥×¤òɽ¼¨¤·¤Æ½ªÎ».\n\n | 196 | -help\t\t\t\t ¤³¤Î¥Ø¥ë¥×¤òɽ¼¨¤·¤Æ½ªÎ».\n\n |
193 | 5 ¥³¥ó¥Ñ¥¤¥ë»þ¤Î¥ª¥×¥·¥ç¥ó:\n\ | 197 | 5 ¥³¥ó¥Ñ¥¤¥ë»þ¤Î¥ª¥×¥·¥ç¥ó:\n\ |
194 | Debugging\t\t\t%s\n\ | 198 | Debugging\t\t\t%s\n\ |