diff options
| author | BardofSprites <[email protected]> | 2025-04-14 08:06:57 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-04-14 08:06:57 -0400 |
| commit | e150532f8922ff083a94a50f2f4aa7cc02c489d1 (patch) | |
| tree | f032f9184adca0f743e8493f712dede2086d12df /wmaker/GNUstep/Library/WindowMaker/README | |
| parent | 177c6921c6f61aeb14e8e91f6fe3180537c437de (diff) | |
window maker config
Diffstat (limited to 'wmaker/GNUstep/Library/WindowMaker/README')
| -rw-r--r-- | wmaker/GNUstep/Library/WindowMaker/README | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/wmaker/GNUstep/Library/WindowMaker/README b/wmaker/GNUstep/Library/WindowMaker/README new file mode 100644 index 0000000..2d288aa --- /dev/null +++ b/wmaker/GNUstep/Library/WindowMaker/README @@ -0,0 +1,83 @@ + + +The file named menu is the menu in the plain text file format. The files +named menu.?? (?? are 2 characters, such as pt) are translations of the +same menu. Plain text menus are preprocessed using cpp (the C Pre-Processor), +so you can use cpp macros in it. + +The plmenu file is the same menu, but in the property list format. +This menu can be edited with WPrefs.app, but since WPrefs.app does not +support XIM, it will not allow you to make menus in languages such as +Japanese. + +To use the menu in the property list format (plmenu), just replace the +~/GNUstep/Defaults/WMRootMenu with it. To use the plain text menu, +place the path for the menu in ~/GNUstep/Defaults/WMRootMenu, enclosed +in double quotes ("). Ex: "~/GNUstep/Library/WindowMaker/menu" + +Instructions for editing the plain text menus can be found in the menu +file itself, kindly translated to your tongue for your convenience, by +the translation contributors. + +There is a script to convert plain text menus to property list menus +in the utils directory, named wm-oldmenu2new. + +If you are unsure to wich format to use, stick with the plain text menus +as they are more flexible. If for some psychological reason you are +scared by text based configuration, use the property list menu. + + +Localized menu file translators: +-------------------------------- + +File Language Maintainer +------------------------------------------------------------------------------ +menu.ja Japanese MANOME Tomonori <[email protected]> + ABE Shige <[email protected]> +menu.pt Portuguese Alfredo K. Kojima <[email protected]> +menu.de German Carsten Schaar <[email protected]> +menu.cz Czech David ©auer <[email protected]> +menu.ko Korean Chae-Yong Chong <[email protected]> + Byeong-Chan Kim <[email protected]> +menu.gl Galician Xose Vazquez <[email protected]> +menu.fr French ObiTuarY <[email protected]> +menu.it Italian Roberto Checozzo <[email protected]> +menu.ru Russian August S.Sigov <[email protected]> +menu.es Spanish Rodrigo Hornos Prados <[email protected]> + José Luis Rivas López <[email protected]> +menu.he Hebrew Please send me your name/email if you wrote this + We unfortunately lost that info :( +menu.tr Turkish F. Kagan Gurkaynak <[email protected]> +menu.fi Finnish Ville Hautamaki <[email protected]> +menu.se Swdish Andreas Persenius <[email protected]> +menu.hr Croatian Toni Bilic <[email protected]> +menu.el Greek Nikolaos Papagrigoriou <[email protected]> +menu.dk Danish John M. Lockard <[email protected]> + Jacob Sparre Andersen <[email protected]> +menu.sl Slovene Alen Salamun <[email protected]> +menu.hu Hungarian Csanaki Csaba <[email protected]> +menu.ca Català Carles Amig<F3> [email protected] +menu.zh_TW.Big5 Chinese Li Wei Jih <[email protected]> +menu.zh_CN Chinese Wang Jian <[email protected]> +menu.pl Polish Maciej Friedel <[email protected]> +menu.bg Bulgarian Slavei Karadjov <[email protected]> +menu.sk Slovak judas@hell <[email protected]> +menu.nl Dutch Alwin <[email protected]> +menu.fy Frisian Alwin <[email protected]> + + + +plmenu.da Danish Birger Langkjer <[email protected]> +plmenu.zh_CN Chinese Wang Jian <[email protected]> +plmenu.hr Croatian Toni Bilic <[email protected]> +plmenu.it Italian Michele Campeotto <[email protected]> +plmenu.de German Matthias Warkus <[email protected]> +plmenu.pl Polish Maciej Friedel <[email protected]> +plmenu.ko Korean Byeong-Chan Kim <[email protected]> +plemnu.es Spanish David A. Schekaiban <[email protected]> +plmenu.bg Bulgarian Slavei Karadjov <[email protected]> +plmenu.sk Slovak judas@hell <[email protected]> +plmenu.ja Japanese Seiichi SATO <[email protected]> +plmenu.nl Dutch Alwin <[email protected]> +plmenu.fy Frisian Alwin <[email protected]> + |
