Japanese translation of message catalog for Sawfish Window-Manager
修订版 | 86b330bf93afbd5206bb357ab8439a62f4e92fed (tree) |
---|---|
时间 | 2010-11-07 16:55:48 |
作者 | Christopher Roy Bratusek <zanghar@free...> |
Commiter | Christopher Roy Bratusek |
make right title in DarkTab look like the others
@@ -1490,10 +1490,6 @@ | ||
1490 | 1490 | `((focused . ,(make-image "right-frame-bottom-border-f.png")) |
1491 | 1491 | (inactive . ,(make-image "right-frame-bottom-border-i.png")))) |
1492 | 1492 | |
1493 | -(define right-frame-right-border-cursor-images | |
1494 | - `((focused . ,(make-image "right-frame-right-border-cursor-f.png")) | |
1495 | - (inactive . ,(make-image "right-frame-right-border-cursor-i.png")))) | |
1496 | - | |
1497 | 1493 | (define right-frame-menu-button-images |
1498 | 1494 | `((focused . ,(make-image "right-frame-menu-button-f.png")) |
1499 | 1495 | (highlighted . ,(make-image "right-frame-menu-button-h.png")) |
@@ -1970,13 +1966,7 @@ | ||
1970 | 1966 | (top-edge . ,frame-edge) |
1971 | 1967 | (left-edge . ,title-edge) |
1972 | 1968 | (height . ,frame-width) |
1973 | - (width . ,title-hight)) | |
1974 | - ((class . title) | |
1975 | - (background . ,left-frame-title-images) | |
1976 | - (left-edge . ,title-edge-s) | |
1977 | - (top-edge . 0) | |
1978 | - (height . 2) | |
1979 | - (width . ,title-hight-s)))) | |
1969 | + (width . ,title-hight)))) | |
1980 | 1970 | |
1981 | 1971 | (define right-frame-default-border-corner-group |
1982 | 1972 | `(((class . bottom-right-corner) |
@@ -1990,13 +1980,7 @@ | ||
1990 | 1980 | (top-edge . ,frame-edge) |
1991 | 1981 | (right-edge . ,title-edge) |
1992 | 1982 | (height . ,frame-width) |
1993 | - (width . ,title-hight)) | |
1994 | - ((class . title) | |
1995 | - (background . ,right-frame-title-images) | |
1996 | - (right-edge . ,title-edge) | |
1997 | - (top-edge . 0) | |
1998 | - (height . 2) | |
1999 | - (width . ,title-hight-s)))) | |
1983 | + (width . ,title-hight)))) | |
2000 | 1984 | |
2001 | 1985 | (define top-frame-border-group |
2002 | 1986 | `(((class . left-border) |
@@ -2232,10 +2216,11 @@ | ||
2232 | 2216 | (x-justify . 2)))) |
2233 | 2217 | |
2234 | 2218 | (define right-frame-title-group |
2235 | - `(((class . title) | |
2219 | + `(((class . right-border) | |
2236 | 2220 | (background . ,right-frame-right-border-images) |
2221 | + (cursor . sb_h_double_arrow) | |
2237 | 2222 | (top-edge . 0) |
2238 | - (right-edge . -2) | |
2223 | + (right-edge . ,title-edge) | |
2239 | 2224 | (bottom-edge . 0) |
2240 | 2225 | (width . 2)) |
2241 | 2226 | ((class . tabbar-vertical-top-edge) |
@@ -2244,19 +2229,19 @@ | ||
2244 | 2229 | (cursor . hand2) |
2245 | 2230 | (height . ,title-hight-s) |
2246 | 2231 | (width . ,title-hight-s) |
2247 | - (right-edge . ,title-edge) | |
2232 | + (right-edge . ,title-edge-s) | |
2248 | 2233 | (y-justify . 4) |
2249 | 2234 | (x-justify . 2)) |
2250 | 2235 | ((class . tabbar-vertical) |
2251 | 2236 | (x-justify . 12) |
2252 | 2237 | (y-justify . center) |
2253 | 2238 | (background . ,right-frame-tab-images) |
2254 | - (right-edge . ,title-edge) | |
2239 | + (right-edge . ,title-edge-s) | |
2255 | 2240 | (width . ,title-hight-s)) |
2256 | 2241 | ((class . tabbar-vertical-bottom-edge) |
2257 | 2242 | (foreground . ,(lambda (w) (window-icon w))) |
2258 | 2243 | (background . ,right-frame-tab-bottom-icon-images) |
2259 | - (right-edge . ,title-edge) | |
2244 | + (right-edge . ,title-edge-s) | |
2260 | 2245 | (height . ,title-hight-s) |
2261 | 2246 | (width . ,title-hight-s) |
2262 | 2247 | (y-justify . 1) |
@@ -2271,15 +2256,6 @@ | ||
2271 | 2256 | (right-edge . 0) |
2272 | 2257 | (height . 2)))) |
2273 | 2258 | |
2274 | -(define right-frame-title-cursor-images | |
2275 | - `(((class . right-border) | |
2276 | - (background . ,right-frame-right-border-cursor-images) | |
2277 | - (cursor . sb_h_double_arrow) | |
2278 | - (top-edge . 0) | |
2279 | - (right-edge . ,title-edge) | |
2280 | - (bottom-edge . 0) | |
2281 | - (width . 2)))) | |
2282 | - | |
2283 | 2259 | (define top-frame-close-button |
2284 | 2260 | `((class . close-button) |
2285 | 2261 | (background . ,top-frame-close-button-images) |
@@ -2308,7 +2284,7 @@ | ||
2308 | 2284 | `((class . close-button) |
2309 | 2285 | (background . ,right-frame-close-button-images) |
2310 | 2286 | (cursor . hand2) |
2311 | - (right-edge . ,title-edge) | |
2287 | + (right-edge . ,title-edge-s) | |
2312 | 2288 | (height . ,right-frame-button-height) |
2313 | 2289 | (width . ,title-hight-s))) |
2314 | 2290 |
@@ -2340,7 +2316,7 @@ | ||
2340 | 2316 | `((class . menu-button) |
2341 | 2317 | (background . ,right-frame-menu-button-images) |
2342 | 2318 | (cursor . hand2) |
2343 | - (right-edge . ,title-edge) | |
2319 | + (right-edge . ,title-edge-s) | |
2344 | 2320 | (height . ,right-frame-button-height) |
2345 | 2321 | (width . ,title-hight-s))) |
2346 | 2322 |
@@ -2372,7 +2348,7 @@ | ||
2372 | 2348 | `((class . iconify-button) |
2373 | 2349 | (background . ,right-frame-iconify-button-images) |
2374 | 2350 | (cursor . hand2) |
2375 | - (right-edge . ,title-edge) | |
2351 | + (right-edge . ,title-edge-s) | |
2376 | 2352 | (height . ,right-frame-button-height) |
2377 | 2353 | (width . ,title-hight-s))) |
2378 | 2354 |
@@ -2404,7 +2380,7 @@ | ||
2404 | 2380 | `((class . maximize-button) |
2405 | 2381 | (background . ,right-frame-maximize-image-set) |
2406 | 2382 | (cursor . hand2) |
2407 | - (right-edge . ,title-edge) | |
2383 | + (right-edge . ,title-edge-s) | |
2408 | 2384 | (height . ,right-frame-button-height) |
2409 | 2385 | (width . ,title-hight-s))) |
2410 | 2386 |
@@ -2436,7 +2412,7 @@ | ||
2436 | 2412 | `((class . shade-button) |
2437 | 2413 | (background . ,right-frame-shade-image-set) |
2438 | 2414 | (cursor . hand2) |
2439 | - (right-edge . ,title-edge) | |
2415 | + (right-edge . ,title-edge-s) | |
2440 | 2416 | (height . ,right-frame-button-height) |
2441 | 2417 | (width . ,title-hight-s))) |
2442 | 2418 |
@@ -2468,7 +2444,7 @@ | ||
2468 | 2444 | `((class . sticky-button) |
2469 | 2445 | (background . ,right-frame-sticky-image-set) |
2470 | 2446 | (cursor . hand2) |
2471 | - (right-edge . ,title-edge) | |
2447 | + (right-edge . ,title-edge-s) | |
2472 | 2448 | (height . ,right-frame-button-height) |
2473 | 2449 | (width . ,title-hight-s))) |
2474 | 2450 |
@@ -2496,7 +2472,7 @@ | ||
2496 | 2472 | (define right-frame-space-button |
2497 | 2473 | `((class . title) |
2498 | 2474 | (background . ,right-frame-title-images) |
2499 | - (right-edge . ,title-edge) | |
2475 | + (right-edge . ,title-edge-s) | |
2500 | 2476 | (height . ,right-frame-button-height) |
2501 | 2477 | (width . ,title-hight-s))) |
2502 | 2478 |
@@ -2528,7 +2504,7 @@ | ||
2528 | 2504 | `((class . prev-button) |
2529 | 2505 | (background . ,right-frame-prev-image-set) |
2530 | 2506 | (cursor . hand2) |
2531 | - (right-edge . ,title-edge) | |
2507 | + (right-edge . ,title-edge-s) | |
2532 | 2508 | (height . ,right-frame-button-height) |
2533 | 2509 | (width . ,title-hight-s))) |
2534 | 2510 |
@@ -2560,7 +2536,7 @@ | ||
2560 | 2536 | `((class . next-button) |
2561 | 2537 | (background . ,right-frame-next-image-set) |
2562 | 2538 | (cursor . hand2) |
2563 | - (right-edge . ,title-edge) | |
2539 | + (right-edge . ,title-edge-s) | |
2564 | 2540 | (height . ,right-frame-button-height) |
2565 | 2541 | (width . ,title-hight-s))) |
2566 | 2542 |
@@ -2592,7 +2568,7 @@ | ||
2592 | 2568 | `((class . lock-button) |
2593 | 2569 | (background . ,right-frame-lock-image-set) |
2594 | 2570 | (cursor . hand2) |
2595 | - (right-edge . ,title-edge) | |
2571 | + (right-edge . ,title-edge-s) | |
2596 | 2572 | (height . ,right-frame-button-height) |
2597 | 2573 | (width . ,title-hight-s))) |
2598 | 2574 |
@@ -2624,7 +2600,7 @@ | ||
2624 | 2600 | `((class . raise-lower-button) |
2625 | 2601 | (background . ,right-frame-raise-lower-image-set) |
2626 | 2602 | (cursor . hand2) |
2627 | - (right-edge . ,title-edge) | |
2603 | + (right-edge . ,title-edge-s) | |
2628 | 2604 | (height . ,right-frame-button-height) |
2629 | 2605 | (width . ,title-hight-s))) |
2630 | 2606 |
@@ -2656,7 +2632,7 @@ | ||
2656 | 2632 | `((class . move-resize-button) |
2657 | 2633 | (background . ,right-frame-move-resize-button-images) |
2658 | 2634 | (cursor . hand2) |
2659 | - (right-edge . ,title-edge) | |
2635 | + (right-edge . ,title-edge-s) | |
2660 | 2636 | (height . ,right-frame-button-height) |
2661 | 2637 | (width . ,title-hight-s))) |
2662 | 2638 |
@@ -2688,7 +2664,7 @@ | ||
2688 | 2664 | `((class . rename-button) |
2689 | 2665 | (background . ,right-frame-rename-button-images) |
2690 | 2666 | (cursor . hand2) |
2691 | - (right-edge . ,title-edge) | |
2667 | + (right-edge . ,title-edge-s) | |
2692 | 2668 | (height . ,right-frame-button-height) |
2693 | 2669 | (width . ,title-hight-s))) |
2694 | 2670 |
@@ -2720,7 +2696,7 @@ | ||
2720 | 2696 | `((class . frame-typ-button) |
2721 | 2697 | (background . ,right-frame-frame-typ-button-images) |
2722 | 2698 | (cursor . hand2) |
2723 | - (right-edge . ,title-edge) | |
2699 | + (right-edge . ,title-edge-s) | |
2724 | 2700 | (height . ,right-frame-button-height) |
2725 | 2701 | (width . ,title-hight-s))) |
2726 | 2702 |
@@ -2780,13 +2756,7 @@ | ||
2780 | 2756 | (top-edge . ,frame-edge) |
2781 | 2757 | (left-edge . ,title-edge) |
2782 | 2758 | (height . ,frame-width) |
2783 | - (width . ,title-hight)) | |
2784 | - ((class . title) | |
2785 | - (background . ,left-frame-title-images) | |
2786 | - (left-edge . ,title-edge-s) | |
2787 | - (top-edge . 0) | |
2788 | - (height . 2) | |
2789 | - (width . ,title-hight-s)))) | |
2759 | + (width . ,title-hight)))) | |
2790 | 2760 | |
2791 | 2761 | (define right-frame-shaped-border-corner-group |
2792 | 2762 | `(((class . bottom-right-corner) |
@@ -2795,18 +2765,12 @@ | ||
2795 | 2765 | (right-edge . ,title-edge) |
2796 | 2766 | (height . ,frame-width) |
2797 | 2767 | (width . ,title-hight)) |
2798 | - ((class . top-left-corner) | |
2768 | + ((class . top-right-corner) | |
2799 | 2769 | (background . ,right-frame-top-right-corner-shaped-images) |
2800 | 2770 | (top-edge . ,frame-edge) |
2801 | 2771 | (right-edge . ,title-edge) |
2802 | 2772 | (height . ,frame-width) |
2803 | - (width . ,title-hight)) | |
2804 | - ((class . title) | |
2805 | - (background . ,right-frame-title-images) | |
2806 | - (right-edge . ,title-edge) | |
2807 | - (top-edge . 0) | |
2808 | - (height . 2) | |
2809 | - (width . ,title-hight-s)))) | |
2773 | + (width . ,title-hight)))) | |
2810 | 2774 | |
2811 | 2775 | (define top-button-alist |
2812 | 2776 | `((close . ,top-frame-close-button) |
@@ -3073,16 +3037,16 @@ | ||
3073 | 3037 | #:theme-right-margin-transient right-right-m-t)) |
3074 | 3038 | (setq normal-frame |
3075 | 3039 | (append right-frame-title-group right-frame-normal-buttons-left right-frame-default-border-corner-group |
3076 | - right-frame-border-group right-frame-normal-buttons-right right-frame-title-cursor-images)) | |
3040 | + right-frame-border-group right-frame-normal-buttons-right)) | |
3077 | 3041 | (setq shaped-frame |
3078 | 3042 | (append right-frame-title-group right-frame-normal-buttons-left right-frame-shaped-border-corner-group |
3079 | - right-frame-normal-buttons-right right-frame-title-cursor-images)) | |
3043 | + right-frame-normal-buttons-right)) | |
3080 | 3044 | (setq transient-frame |
3081 | 3045 | (append right-frame-title-group right-frame-transient-buttons-left right-frame-default-border-corner-group |
3082 | - right-frame-border-group right-frame-transient-buttons-right right-frame-title-cursor-images)) | |
3046 | + right-frame-border-group right-frame-transient-buttons-right)) | |
3083 | 3047 | (setq shaped-transient-frame |
3084 | 3048 | (append right-frame-title-group right-frame-transient-buttons-left right-frame-shaped-border-corner-group |
3085 | - right-frame-transient-buttons-right right-frame-title-cursor-images)))))) | |
3049 | + right-frame-transient-buttons-right)))))) | |
3086 | 3050 | |
3087 | 3051 | (create-frames) |
3088 | 3052 |