Update Serbian translation from master branch
[wmaker-crm.git] / util / wmgenmenu.h
blobad35927dc9ea9d022bd82dfe022249663c831d53
1 /* wmgenmenu.h
3 * Copyright (C) 2010 Carlos R. Mafra
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 * If the program should run from inside a terminal it has
22 * to end with a space followed by '!', e.g. "mutt !"
25 char *Terminals[MAX_NR_APPS][2] = {
26 { N_("xterm"), "xterm" },
27 { N_("st"), "st" },
28 { N_("mrxvt"), "mrxvt" },
29 { N_("Konsole"), "konsole" },
30 { N_("Urxvt"), "urxvt" },
31 { NULL, NULL }
34 char *File_managers[MAX_NR_APPS][2] = {
35 { N_("Dolphin"), "dolphin" },
36 { N_("Thunar"), "thunar" },
37 { N_("ROX filer"), "rox" },
38 { N_("PCManFM"), "pcmanfm" },
39 { N_("GWorkspace"), "GWorkspace" },
40 { N_("Midnight Commander"), "mc !" },
41 { N_("XFTree"), "xftree" },
42 { N_("Konqueror"), "konqueror" },
43 { N_("Nautilus"), "nautilus --no-desktop" },
44 { N_("FSViewer"), "FSViewer" },
45 { N_("Xfe"), "xfe" },
46 { NULL, NULL }
49 char *Mathematics[MAX_NR_APPS][2] = {
50 { N_("Xmaxima"), "xmaxima" },
51 { N_("Maxima"), "maxima !" },
52 { N_("Maple"), "maple" },
53 { N_("Scilab"), "scilab" },
54 { N_("bc"), "bc !" },
55 { N_("KCalc"), "kcalc" },
56 { N_("XCalc"), "xcalc" },
57 { N_("Mathematica"), "mathematica" },
58 { N_("Math"), "math !" }, /* command-line Mathematica */
59 { N_("Free42"), "free42" },
60 { N_("X48"), "x48" },
61 { NULL, NULL }
64 char *Astronomy[MAX_NR_APPS][2] = {
65 { N_("Xplns"), "xplns" },
66 { N_("Stellarium"), "stellarium" },
67 { NULL, NULL }
70 char *Graphics[MAX_NR_APPS][2] = {
71 { N_("GIMP"), "gimp" },
72 { N_("Sodipodi"), "sodipodi" },
73 { N_("Inkscape"), "inkscape" },
74 { N_("KIllustrator"), "killustrator" },
75 { N_("Krayon"), "krayon" },
76 { N_("KPovModeler"), "kpovmodeler" },
77 { N_("XBitmap"), "bitmap" },
78 { N_("XPaint"), "xpaint" },
79 { N_("XFig"), "xfig" },
80 { N_("KPaint"), "kpaint" },
81 { N_("Blender"), "blender" },
82 { N_("KSnapshot"), "ksnapshot" },
83 { N_("Spectacle"), "spectacle" },
84 { N_("GPhoto"), "gphoto" },
85 { N_("DigiKam"), "digikam" },
86 { N_("GQview"), "gqview" },
87 { N_("Geeqie"), "geeqie" },
88 { N_("KView"), "kview" },
89 { N_("Dia"), "dia" },
90 { N_("CompuPic"), "compupic" },
91 { N_("Pixie"), "pixie" },
92 { N_("ImageMagick Display"), "display" },
93 { N_("XV"), "xv" },
94 { N_("Eye of GNOME"), "eog" },
95 { N_("Quick Image Viewer"), "qiv" },
96 { NULL, NULL },
99 char *Multimedia[MAX_NR_APPS][2] = {
100 { N_("Audacious"), "audacious" },
101 { N_("Kaffeine"), "kaffeine", },
102 { N_("Audacity"), "audacity" },
103 { N_("Amarok"), "amarok" },
104 { N_("XMMS"), "xmms" },
105 { N_("K9Copy"), "k9copy" },
106 { N_("HandBrake"), "HandBrakeGUI" },
107 { N_("OGMRip"), "ogmrip" },
108 { N_("DVBcut"), "dvbcut" },
109 { N_("AcidRip"), "acidrip" },
110 { N_("RipperX"), "ripperX" },
111 { N_("Avidemux"), "avidemux2_gtk" },
112 { N_("GQmpeg"), "gqmpeg" },
113 { N_("SMPlayer"), "smplayer" },
114 { N_("Linux MultiMedia Studio"), "lmms" },
115 { N_("Freeamp"), "freeamp" },
116 { N_("RealPlayer"), "realplay" },
117 { N_("Mediathek"), "Mediathek.sh" },
118 { N_("KMid"), "kmid" },
119 { N_("Kmidi"), "kmidi" },
120 { N_("Gtcd"), "gtcd" },
121 { N_("Grip"), "grip" },
122 { N_("AVIplay"), "aviplay" },
123 { N_("Gtv"), "gtv" },
124 { N_("VLC"), "vlc" },
125 { N_("Sinek"), "sinek" },
126 { N_("xine"), "xine" },
127 { N_("aKtion"), "aktion" },
128 { N_("Gcd"), "gcd" },
129 { N_("XawTV"), "xawtv" },
130 { N_("XPlayCD"), "xplaycd" },
131 { N_("XBMC"), "xbmc" },
132 { N_("Kodi"), "kodi" },
133 { NULL, NULL}
136 char *Internet[MAX_NR_APPS][2] = {
137 { N_("Chromium"), "chromium" },
138 { N_("Chromium"), "chromium-browser" },
139 { N_("Google Chrome"), "google-chrome" },
140 { N_("Mozilla Firefox"), "firefox" },
141 { N_("Galeon"), "galeon" },
142 { N_("SkipStone"), "skipstone" },
143 { N_("Konqueror"), "konqueror" },
144 { N_("Dillo"), "dillo" },
145 { N_("Epiphany"), "epiphany" },
146 { N_("Opera"), "opera" },
147 { N_("Midori"), "midori" },
148 { N_("Mozilla SeaMonkey"), "seamonkey" },
149 { N_("Kazehakase"), "kazehakase" },
150 { N_("Links"), "links !" },
151 { N_("Lynx"), "lynx !" },
152 { N_("W3M"), "w3m !" },
153 { NULL, NULL }
156 char *Email[MAX_NR_APPS][2] = {
157 { N_("Mozilla Thunderbird"), "thunderbird" },
158 { N_("Mutt"), "mutt !" },
159 { N_("GNUMail"), "GNUMail" },
160 { N_("Claws Mail"), "claws-mail" },
161 { N_("Evolution"), "evolution" },
162 { N_("Kleopatra"), "kleopatra" },
163 { N_("Sylpheed"), "sylpheed" },
164 { N_("Spruce"), "spruce" },
165 { N_("KMail"), "kmail" },
166 { N_("Exmh"), "exmh" },
167 { N_("Pine"), "pine !" },
168 { N_("ELM"), "elm !" },
169 { N_("Alpine"), "alpine !" },
170 { NULL, NULL }
173 char *Sound[MAX_NR_APPS][2] = {
174 { N_("soundKonverter"), "soundkonverter" },
175 { N_("Krecord"), "krecord" },
176 { N_("Grecord"), "grecord" },
177 { N_("ALSA mixer"), "alsamixer !" },
178 { N_("VolWheel"), "volwheel" },
179 { N_("Sound configuration"), "sndconfig !" },
180 { N_("aumix"), "aumix !" },
181 { N_("Gmix"), "gmix" },
182 { NULL, NULL }
185 char *Editors[MAX_NR_APPS][2] = {
186 { N_("XJed"), "xjed" },
187 { N_("Jed"), "jed !" },
188 { N_("Emacs"), "emacs" },
189 { N_("XEmacs"), "xemacs" },
190 { N_("SciTE"), "scite" },
191 { N_("Bluefish"), "bluefish" },
192 { N_("gVIM"), "gvim" },
193 { N_("vi"), "vi !" },
194 { N_("VIM"), "vim !" },
195 { N_("gedit"), "gedit" },
196 { N_("KEdit"), "kedit" },
197 { N_("XEdit"), "xedit" },
198 { N_("KWrite"), "kwrite" },
199 { N_("Kate"), "kate" },
200 { N_("Pico"), "pico !" },
201 { N_("Nano"), "nano !" },
202 { N_("Joe"), "joe !" },
203 { NULL, NULL }
206 char *Comics[MAX_NR_APPS][2] = {
207 { N_("Omnia data"), "omnia_data" },
208 { N_("Comix"), "comix" },
209 { N_("QComicBook"), "qcomicbook" },
210 { NULL, NULL }
213 char *Viewers[MAX_NR_APPS][2] = {
214 { N_("Evince"), "evince" },
215 { N_("KGhostView"), "kghostview" },
216 { N_("gv"), "gv" },
217 { N_("ePDFView"), "epdfview" },
218 { N_("GGv"), "ggv" },
219 { N_("Xdvi"), "xdvi" },
220 { N_("KDVI"), "kdvi" },
221 { N_("Xpdf"), "xpdf" },
222 { N_("Adobe Reader"), "acroread" },
223 { N_("Gless"), "gless" },
224 { NULL, NULL }
227 char *Utilities[MAX_NR_APPS][2] = {
228 { N_("Google Desktop"), "gdlinux" },
229 { N_("K3B"), "k3b" },
230 { N_("X-CD-Roast"), "xcdroast" },
231 { N_("Nero Linux"), "nero" },
232 { N_("Nero Linux Express"), "neroexpress" },
233 { N_("gtkfind"), "gtkfind" },
234 { N_("gdict"), "gdict" },
235 { N_("gpsdrive"), "gpsdrive" },
236 { N_("Task Coach"), "taskcoach" },
237 { N_("XSnap"), "xsnap" },
238 { N_("Screengrab"), "screengrab" },
239 { N_("XSane"), "xsane" },
240 { N_("wfcmgr"), "wfcmgr" },
241 { N_("switch"), "switch" },
242 { N_("Cairo Clock"), "cairo-clock" },
243 { N_("Conky"), "conky" },
244 { N_("GNU Privacy Assistant"), "gpa" },
245 { N_("Vidalia (tor)"), "vidalia" },
246 { N_("kaddressbook"), "kaddressbook" },
247 { N_("kab"), "kab" },
248 { N_("Filezilla"), "filezilla" },
249 { N_("Bleachbit"), "bleachbit" },
250 { N_("Teamviewer"), "teamviewer" },
251 { N_("gUVCView"), "guvcview" },
252 { N_("LinPopUp"), "linpopup" },
253 { N_("Wine Configurator"), "winecfg" },
254 { N_("NMap"), "nmapfe" },
255 { N_("Hydra"), "xhydra" },
256 { N_("XTeddy"), "xteddy" },
257 { N_("XTeddy TEST"), "xteddy_test" },
258 { N_("VNC Viewer"), "vncviewer" },
259 { N_("Java Control Panel"), "ControlPanel" },
260 { N_("kfind"), "kfind" },
261 { N_("oclock"), "oclock" },
262 { N_("rclock"), "rclock" },
263 { N_("Isomaster"), "isomaster" },
264 { N_("xclock"), "xclock" },
265 { N_("HP Systray"), "hp-systray" },
266 { N_("kppp"), "kppp" },
267 { N_("Xarchiver"), "xarchiver" },
268 { NULL, NULL }
271 char *Video[MAX_NR_APPS][2] = {
272 { NULL, NULL }
275 char *Chat[MAX_NR_APPS][2] = {
276 { N_("Pidgin"), "pidgin" },
277 { N_("Skype"), "skype" },
278 { N_("Gizmo"), "gizmo" },
279 { N_("Gajim"), "gajim" },
280 { N_("Kopete"), "kopete" },
281 { N_("XChat"), "xchat" },
282 { N_("Ekiga"), "Ekiga" },
283 { N_("KVIrc"), "kvirc" },
284 { N_("BitchX"), "BitchX !" },
285 { N_("EPIC"), "epic !" },
286 { N_("Linphone"), "linphone" },
287 { N_("Mumble"), "mumble" },
288 { N_("EPIC4"), "epic4 !" },
289 { N_("Irssi"), "irssi !" },
290 { N_("TinyIRC"), "tinyirc !" },
291 { N_("Ksirc"), "ksirc" },
292 { N_("gtalk"), "gtalk" },
293 { N_("GnomeICU"), "gnome-icu" },
294 { N_("Licq"), "licq" },
295 { N_("aMSN"), "amsn" },
296 { NULL, NULL }
299 char *P2P[MAX_NR_APPS][2] = {
300 { N_("aMule"), "amule" },
301 { N_("gFTP"), "gftp" },
302 { N_("Smb4K"), "smb4k" },
303 { N_("KTorrent"), "ktorrent" },
304 { N_("BitTorrent GUI"), "bittorrent-gui" },
305 { N_("Transmission GTK"), "transmission-gtk" },
306 { N_("ftp"), "ftp !" },
307 { N_("Deluge"), "deluge-gtk" },
308 { N_("sftp"), "sftp !" },
309 { N_("Pavuk"), "pavuk" },
310 { N_("gtm"), "gtm !" },
311 { N_("Gnut"), "gnut !" },
312 { N_("GTK Gnutella"), "gtk-gnutella" },
313 { N_("Gnutmeg"), "gnutmeg" },
314 { NULL, NULL }
317 char *Games[MAX_NR_APPS][2] = {
318 { N_("FlightGear Flight Simulator"), "fgfs" },
319 { N_("Tremulous"), "tremulous" },
320 { N_("XBoard"), "xboard" },
321 { N_("GNOME Chess"), "gnome-chess" },
322 { N_("Darkplaces (Quake 1)"), "darkplaces" },
323 { N_("QuakeSpasm (Quake 1)"), "quakespasm" },
324 { N_("Quake 2"), "quake2" },
325 { N_("KM Quake 2 (Quake 2"), "kmquake2" },
326 { N_("QMax (Quake 2"), "quake2-qmax" },
327 { N_("Quake 3"), "quake3" },
328 { N_("Quake 4"), "quake4" },
329 { N_("Quake 4 SMP"), "quake4-smp" },
330 { N_("Openarena"), "openarena" },
331 { N_("Quake 3: Urban Terror 2"), "q3ut2" },
332 { N_("Soldier of Fortune"), "sof" },
333 { N_("Rune"), "rune" },
334 { N_("Doom 3"), "doom3" },
335 { N_("Zelda Solarus"), "solarus" },
336 { N_("Solarwolf"), "solarwolf" },
337 { N_("Pachi"), "pachi" },
338 { N_("Tribes 2"), "tribes2" },
339 { N_("GNUjump"), "gnujump" },
340 { N_("Supertransball 2"), "supertransball2" },
341 { N_("Supertux"), "supertux" },
342 { N_("Supertux 2"), "supertux2" },
343 { N_("Mega Mario"), "megamario" },
344 { N_("Frogatto"), "frogatto" },
345 { N_("Minecraft"), "minecraft" },
346 { N_("Alienarena"), "alienarena" },
347 { N_("Nexuiz"), "nexuiz" },
348 { N_("Bomberclone"), "bomberclone" },
349 { N_("Chromium-BSU"), "chromium-bsu" },
350 { N_("Clanbomber"), "clanbomber" },
351 { N_("Clanbomber 2"), "clanbomber2" },
352 { N_("Defendguin"), "defendguin" },
353 { N_("Dosbox"), "dosbox" },
354 { N_("Duke Nukem 3D"), "duke3d" },
355 { N_("eDuke32"), "eduke32" },
356 { N_("Emilia Pinball"), "emilia-pinball" },
357 { N_("Extreme-Tuxracer"), "etracer" },
358 { N_("Freedroid RPG"), "freedroidRPG" },
359 { N_("Frozen Bubble"), "frozen-bubble" },
360 { N_("Frozen Bubble Editor"), "frozen-bubble-editor" },
361 { N_("GL 117"), "gl-117" },
362 { N_("LBreakout 2"), "lbreakout2" },
363 { N_("Legends"), "legends" },
364 { N_("Lincity-NG"), "lincity-ng" },
365 { N_("Neverball"), "neverball" },
366 { N_("Neverput"), "neverput" },
367 { N_("Openastromenace"), "openastromenace" },
368 { N_("Penguin Command"), "penguin-command" },
369 { N_("Powermanga"), "powermanga" },
370 { N_("Return to Castle Wolfenstein SP"), "rtcwsp" },
371 { N_("Return to Castle Wolfenstein MP"), "rtcwmp" },
372 { N_("Snes9X"), "snes9x-gtk" },
373 { N_("Slune"), "slune" },
374 { N_("Torcs"), "torcs" },
375 { N_("Speed Dreams"), "speed-dreams" },
376 { N_("Trackballs"), "trackballs" },
377 { N_("VDrift"), "vdrift" },
378 { N_("Warmux"), "warmux" },
379 { N_("Warsow"), "warsow" },
380 { N_("Wesnoth"), "wesnoth" },
381 { N_("World of Padman"), "worldofpadman" },
382 { N_("XBlast"), "xblast" },
383 { N_("XPenguins"), "xpenguins" },
384 { N_("XTux"), "xtux" },
385 { N_("The Mana World"), "tmw" },
386 { N_("The Mana World"), "mana" },
387 { N_("Super Mario Chronicles"), "smc" },
388 { N_("Unreal"), "unreal" },
389 { N_("Unreal Tournament"), "ut" },
390 { N_("Unreal Tournament 2004"), "ut2004" },
391 { N_("Xonotic"), "xonotic" },
392 { N_("Descent 3"), "descent3" },
393 { N_("Myth 2"), "myth2" },
394 { N_("Sauerbraten"), "sauerbraten" },
395 { N_("Sauerbraten"), "sauerbraten-client" },
396 { N_("Sauerbraten"), "sauer_client" },
397 { N_("Railroad Tycoon 2"), "rt2" },
398 { N_("Heretic 2"), "heretic2" },
399 { N_("Kohan"), "kohan" },
400 { N_("XQF"), "xqf" },
401 { NULL, NULL }
404 char *Office[MAX_NR_APPS][2] = {
405 { N_("OpenOffice.org Writer"), "oowriter" },
406 { N_("OpenOffice.org Calc"), "oocalc" },
407 { N_("OpenOffice.org Draw"), "oodraw" },
408 { N_("OpenOffice.org Impress"), "ooimpress" },
409 { N_("OpenOffice.org Math"), "oomath" },
410 { N_("OpenOffice.org"), "ooffice" },
411 { N_("StarOffice Writer"), "swriter" },
412 { N_("StarOffice Calc"), "scalc" },
413 { N_("StarOffice Draw"), "sdraw" },
414 { N_("StarOffice Impress"), "simpress" },
415 { N_("StarOffice Math"), "smath" },
416 { N_("StarOffice"), "soffice" },
417 { N_("LibreOffice Writer"), "lowriter" },
418 { N_("LibreOffice Calc"), "localc" },
419 { N_("LibreOffice Draw"), "lodraw" },
420 { N_("LibreOffice Impress"), "loimpress" },
421 { N_("LibreOffice Math"), "lomath" },
422 { N_("LibreOffice Base"), "lobase" },
423 { N_("LibreOffice Web"), "loweb" },
424 { N_("LibreOffice"), "libreoffice" },
425 { N_("AbiWord"), "abiword" },
426 { N_("KWord"), "kword" },
427 { N_("KPresenter"), "kpresenter" },
428 { N_("KSpread"), "kspread" },
429 { N_("KChart"), "kchart" },
430 { N_("KOrganizer"), "Korganizer" },
431 { N_("LyX"), "lyx" },
432 { N_("Klyx"), "klyx" },
433 { N_("GnuCash"), "gnucash" },
434 { N_("Gnumeric"), "gnumeric" },
435 { N_("GnomeCal"), "gnomecal" },
436 { N_("GnomeCard"), "gnomecard" },
437 { NULL, NULL }
440 char *Development[MAX_NR_APPS][2] = {
441 { N_("gitk"), "gitk" },
442 { N_("gitview"), "gitview" },
443 { N_("qgit"), "qgit" },
444 { N_("git-gui"), "git-gui" },
445 { N_("glimmer"), "glimmer" },
446 { N_("glade"), "glade" },
447 { N_("Geany"), "geany" },
448 { N_("Codeblocks"), "codeblocks" },
449 { N_("kdevelop"), "kdevelop" },
450 { N_("designer"), "designer" },
451 { N_("kbabel"), "kbabel" },
452 { N_("idle"), "idle" },
453 { N_("ghex"), "ghex" },
454 { N_("hexedit"), "hexedit !" },
455 { N_("memprof"), "memprof" },
456 { N_("tclsh"), "tclsh !" },
457 { N_("gdb"), "gdb !" },
458 { N_("xxgdb"), "xxgdb" },
459 { N_("xev"), "xev !" },
460 { NULL, NULL }
463 char *System[MAX_NR_APPS][2] = {
464 { N_("Iotop"), "iotop -d 4 --only !" },
465 { N_("Iostat"), "iostat -p -k 5 !" },
466 { N_("keybconf"), "keybconf" },
467 { N_("GNOME System Monitor"), "gtop" },
468 { N_("top"), "top !" },
469 { N_("KDE Process Monitor"), "kpm" },
470 { N_("gw"), "gw" },
471 { N_("GNOME Control Center"), "gnomecc" },
472 { N_("GKrellM"), "gkrellm" },
473 { N_("tksysv"), "tksysv" },
474 { N_("ksysv"), "ksysv" },
475 { N_("GNOME PPP"), "gnome-ppp" },
476 { NULL, NULL }
479 char *OpenSUSE[MAX_NR_APPS][2] = {
480 { N_("YaST 2"), "yast2" },
481 { N_("YaST"), "yast !" },
482 { N_("System Settings"), "systemsettings" },
483 { N_("UMTSMon"), "umtsmon" },
484 { NULL, NULL }
487 char *Mandriva[MAX_NR_APPS][2] = {
488 { N_("DrakNetCenter"), "draknetcenter" },
489 { N_("RPMDrake"), "rpmdrake" },
490 { N_("HardDrake"), "harddrake" },
491 { N_("DrakConf"), "drakconf" },
492 { N_("MandrakeUpdate"), "MandrakeUpdate" },
493 { N_("XDrakRes"), "Xdrakres" },
494 { NULL, NULL }
497 char *WindowMaker[MAX_NR_APPS][2] = {
498 { N_("Docker"), "docker -wmaker" },
499 { N_("Net"), "wmnet -d 100000 -Weth0" },
500 { N_("Net Load"), "wmnetload" },
501 { N_("Ping"), "wmping" },
502 { N_("Ping"), "wmpiki" },
503 { N_("Power"), "wmpower" },
504 { N_("Audacious"), "wmauda" },
505 { N_("Harddisk Monitor"), "wmdiskmon" },
506 { N_("Download"), "wmdl" },
507 { N_("Dots"), "wmdots" },
508 { N_("Matrix"), "wmMatrix" },
509 { N_("Fire"), "wmfire" },
510 { N_("Net send"), "wmpopup" },
511 { N_("Laptop"), "wmlaptop2" },
512 { N_("WiFi"), "wmwifi -s" },
513 { N_("Interface Info"), "wmifinfo" },
514 { N_("Weather"), "wmWeather" },
515 { N_("Weather"), "wmWeather+" },
516 { N_("Sticky Notes"), "wmstickynotes" },
517 { N_("Pinboard"), "wmpinboard" },
518 { N_("Mixer"), "wmmixer++ -w" },
519 { N_("Mixer"), "wmmixer" },
520 { N_("Weather"), "wmWeather -m -s EDDB" },
521 { N_("CPU Load"), "wmcpuload" },
522 { N_("CPU Freq"), "wmcpufreq" },
523 { N_("Memory Load"), "wmmemload" },
524 { N_("Memory Free"), "wmmemfree" },
525 { N_("Memory Monitor"), "wmmemmon" },
526 { N_("Clock Mon"), "wmclockmon" },
527 { N_("Network Devices"), "wmnd" },
528 { N_("Calendar & Clock"), "wmCalclock -S" },
529 { N_("Time"), "wmtime" },
530 { N_("Date"), "wmdate" },
531 { N_("Time & Date"), "wmclock" },
532 { N_("System Monitor"), "wmmon" },
533 { N_("System Monitor"), "wmsysmon" },
534 { N_("Sensor Monitor"), "wmsorsen" },
535 { N_("System Tray"), "wmsystemtray" },
536 { N_("System Tray"), "wmsystray" },
537 { N_("SMP Monitor"), "wmSMPmon" },
538 { N_("Timer"), "wmtimer" },
539 { N_("Mounter"), "wmudmount" },
540 { N_("Mounter"), "wmvolman" },
541 { N_("Uptime"), "wmupmon" },
542 { N_("Work Timer"), "wmwork" },
543 { N_("Interfaces"), "wmifs" },
544 { N_("Button"), "wmbutton" },
545 { N_("xmms"), "wmxmms" },
546 { N_("Power"), "wmpower" },
547 { N_("Magnify"), "wmagnify" },
548 { NULL, NULL }
551 char *other_wm[MAX_WMS][2] = {
552 { N_("IceWM"), "icewm" },
553 { N_("KWin"), "kwin" },
554 { N_("twm"), "twm" },
555 { N_("Fluxbox"), "fluxbox" },
556 { N_("Blackbox"), "blackbox" },
557 { N_("Ion"), "ion" },
558 { N_("Motif Window Manager"), "mwm" },
559 { N_("FVWM"), "fvwm" },
560 { N_("FVWM-Crystal"), "fvwm-crystal" },
561 { NULL, NULL }