Skip to content
Snippets Groups Projects
Commit c6e1d3a6 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'aggraef/purr-data-fr-translation'

parents dd632b2d 4057bf2a
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[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data, 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[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data speziell für Schüler, 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[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data speziell für Schüler
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[de]=L2Ork-Iteration der interaktiven DSP-Umgebung Pure-Data
Comment[fr]=Itération L2Ork de l'environnement DSP interactif Pure-Data
Exec=pd-l2ork %U
Terminal=false
Type=Application
......@@ -28,6 +30,8 @@ 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[de]=Pd-L2Ork sofort beenden
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
......@@ -36,15 +40,20 @@ Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
[Desktop Action Unique]
# Launch a new instance of Purr Data each time this action is invoked.
Name=Unique
Name[de]=Unikat
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[de]=Ausführlich
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[de]=Ohne Voreinstellungen
Name[fr]=Sans Préférence
Exec=/bin/sh -c "purr-data -noprefs"
This diff is collapsed.
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