Code update for Window Maker version 0.50.0
[wmaker-crm.git] / WindowMaker / plmenu.fr.in
blobf5023f88936fc1a56074245f1f419b61b7b4bb75
1 ("Applications",
2   ("Informations",
3     ("Panneau d'informations", INFO_PANEL),
4     ("Panneau d'informations légales", LEGAL_PANEL),
5     ("Console système", EXEC, "xconsole"),
6     ("Charge système", EXEC, "xosview || xload"),
7     ("Liste des processus", EXEC, "xterm -e top"),
8     ("Butineur d'aide", EXEC, "xman")
9    ),
10   ("Terminal X", EXEC, "xterm -sb"),
11   ("Rxvt", EXEC, "rxvt -bg black -fg white -fn fixed"),
12   ("Espaces de travail", WORKSPACE_MENU),
13   ("Applications",
14         ("Graphismes",
15           ("Gimp", EXEC, "gimp >/dev/null"),
16           ("XV", EXEC, "xv"),
17           ("XPaint", EXEC, "xpaint"),
18           ("XFig", EXEC, "xfig")
19          ),
20         ("Xfm", EXEC, "xfm"),
21         ("OffiX Files", EXEC, "files"),
22         ("LyX", EXEC , "lyx"),
23         ("Netscape", EXEC, "netscape"),
24         ("Ghostview", EXEC, "ghostview %a(Entrez un fichier)"),
25         ("Acrobat", EXEC, "/usr/local/Acrobat3/bin/acroread %a(Entrez un fichier PDF)"),
26         ("TkDesk", EXEC, "tkdesk")
27    ),
28   ("Editeurs",
29     ("XFte", EXEC, "xfte"),
30     ("XEmacs", EXEC, "xemacs || emacs"),
31     ("XJed", EXEC, "xjed"),
32     ("NEdit", EXEC, "nedit"),
33     ("Xedit", EXEC, "xedit"),
34     ("VI", EXEC, "xterm -e vi")
35   ),
36  ("Divers",
37    ("Xmcd", EXEC, "xmcd 2> /dev/null"),
38    ("Xplaycd", EXEC, "xplaycd"),
39    ("Xmixer", EXEC, "xmixer")
40   ),
41  ("Utilitaires",
42    ("Calculatrice", EXEC, "xcalc"),
43    ("Propriétés de la fenêtre", EXEC, "xprop | xmessage -center -title 'xprop' -file -"),
44    ("Sélecteur de polices", EXEC, "xfontsel"),
45    ("Emulateur de terminal", EXEC, "xminicom"),
46    ("Loupe", EXEC, "xmag"),
47    ("Carte des couleurs", EXEC, "xcmap"),
48    ("XKill", EXEC, "xkill"),
49    ("ASClock", EXEC, "asclock -shape"),
50    ("Sélections", EXEC, "xclipboard")
51   ),
52  ("Sélection",
53    ("Copier", EXEC, "echo '%s' | wxcopy"),
54    ("Envoyer à", EXEC, "xterm -name mail -T Pine -e pine %s"),
55    ("Naviguer", EXEC, "netscape %s"),
56    ("Rechercher dans le manuel", EXEC, "MANUAL_SEARCH(%s)")
57   ),
58  ("Espace de travail",
59    ("Cacher les autres fenêtres", HIDE_OTHERS),
60    ("Montrer toutes les fenêtres", SHOW_ALL),
61    ("Arranger les icônes", ARRANGE_ICONS),
62    ("Retracer l'écran", REFRESH),
63    ("Vérrouiller", EXEC, "xlock -allowroot -usefirst"),
64    ("Sauver la session", SAVE_SESSION),
65    ("Effacer la session", CLEAR_SESSION)
66   ),
67  ("Apparence",
68    ("Thèmes", OPEN_MENU, "-noext #pkgdatadir#/Themes ~/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
69    ("Styles", OPEN_MENU, "-noext #pkgdatadir#/Styles ~/GNUstep/Library/WindowMaker/Styles WITH setstyle"),
70    ("Jeu d'icônes", OPEN_MENU, "-noext #pkgdatadir#/IconSets ~/GNUstep/Library/WindowMaker/IconSets WITH seticons"),
71    ("Fond d'écran",
72      ("Unifié",
73        ("Noir", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
74        ("Bleu", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"),
75        ("Violet", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"),
76        ("Blanc crème", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"),
77        ("Gris foncé", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"),
78        ("Bordeaux", EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'")
79       ),
80      ("Degradé",
81        ("Drapeau", EXEC, "wdwrite WindowMaker WorkspaceBack '(mdgradient, green, red, white, green)'"),
82        ("Ciel", EXEC, "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'")
83       ),
84      ("Images", OPEN_MENU, "-noext #pkgdatadir#/Backgrounds ~/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t")
85       ),
86    ("Sauver le thème", EXEC, "getstyle -t ~/GNUstep/Library/WindowMaker/Themes /\"%a(Theme name)\""),
87    ("Sauver le jeu d'icônes", EXEC, "geticonset ~/GNUstep/Library/WindowMaker/IconSets /\"%a(IconSet name)\"")
88   ),
89  ("Quitter",
90    ("Redémarrer", RESTART),
91    ("Démarrer AfterStep", RESTART, afterstep),
92    ("Quitter...", EXIT),
93    ("Terminer la session", SHUTDOWN)
94   )