Skip to content
Snippets Groups Projects
Commit 0eec54ee authored by Olivier Humbert's avatar Olivier Humbert Committed by Albert Gräf
Browse files

Add French menu item translations to the desktop files.

parent 7c10e94a
No related branches found
No related tags found
1 merge request!422French translation by Joseph Gastelais, and some French and German translations for the desktop files
[Desktop Entry]
Name=Pd-L2Ork DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment, Debug Version
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data, version de débogage
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -d 3 %U"
Terminal=true
Type=Application
......
[Desktop Entry]
Name=Pd-L2Ork K12 DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students, Debug Version
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data taillé spécialement pour les étudiants K12, version de débogage
Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -k12 -noautopatch -d 3 %U"
Terminal=true
Type=Application
......
[Desktop Entry]
Name=Pd-L2Ork K12
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data taillé spécialement pour les étudiants K12
Exec=pd-l2ork -k12 -noautopatch %U
Terminal=false
Type=Application
......
[Desktop Entry]
Name=Pd-L2Ork
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data
Exec=pd-l2ork %U
Terminal=false
Type=Application
......@@ -28,6 +29,7 @@ Exec=/bin/sh -c "pd-l2ork -jack"
# reason. You might want to add the -9 option to kill the application even if
# it's completely locked up.
Name=Force Quit Pd-L2Ork
Name[fr]=Forcer à quitter Pd-L2Ork
Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
# Here are some more examples of actions that you may find useful. To enable
......@@ -41,10 +43,12 @@ Exec=/bin/sh -c "purr-data -unique"
[Desktop Action Verbose]
# Launch Purr Data in verbose mode (lots of messages useful for debugging).
Name=Verbose
Name[fr]=Verbeux
Exec=/bin/sh -c "purr-data -verbose"
[Desktop Action NoPrefs]
# Launch Purr Data without reading its configuration file (useful if the
# program won't launch because the preferences got messed up very badly).
Name=No Prefs
Name[fr]=Sans Préférence
Exec=/bin/sh -c "purr-data -noprefs"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment