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
No related merge requests found
[Desktop Entry] [Desktop Entry]
Name=Pd-L2Ork DEBUG Name=Pd-L2Ork DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment, Debug Version 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" Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -d 3 %U"
Terminal=true Terminal=true
Type=Application Type=Application
......
[Desktop Entry] [Desktop Entry]
Name=Pd-L2Ork K12 DEBUG Name=Pd-L2Ork K12 DEBUG
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students, Debug Version 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" Exec=bash -c "( echo r ; cat ) | gdb --args pd-l2ork -k12 -noautopatch -d 3 %U"
Terminal=true Terminal=true
Type=Application Type=Application
......
[Desktop Entry] [Desktop Entry]
Name=Pd-L2Ork K12 Name=Pd-L2Ork K12
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment Tailored Specially Towards K12 Students 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 Exec=pd-l2ork -k12 -noautopatch %U
Terminal=false Terminal=false
Type=Application Type=Application
......
[Desktop Entry] [Desktop Entry]
Name=Pd-L2Ork Name=Pd-L2Ork
Comment=L2Ork Iteration of Pure-Data Interactive DSP Environment 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 Exec=pd-l2ork %U
Terminal=false Terminal=false
Type=Application Type=Application
...@@ -28,6 +30,8 @@ Exec=/bin/sh -c "pd-l2ork -jack" ...@@ -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 # reason. You might want to add the -9 option to kill the application even if
# it's completely locked up. # it's completely locked up.
Name=Force Quit Pd-L2Ork 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" Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
# Here are some more examples of actions that you may find useful. To enable # 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" ...@@ -36,15 +40,20 @@ Exec=/bin/sh -c "/usr/bin/killall pd-l2ork nw"
[Desktop Action Unique] [Desktop Action Unique]
# Launch a new instance of Purr Data each time this action is invoked. # Launch a new instance of Purr Data each time this action is invoked.
Name=Unique Name=Unique
Name[de]=Unikat
Exec=/bin/sh -c "purr-data -unique" Exec=/bin/sh -c "purr-data -unique"
[Desktop Action Verbose] [Desktop Action Verbose]
# Launch Purr Data in verbose mode (lots of messages useful for debugging). # Launch Purr Data in verbose mode (lots of messages useful for debugging).
Name=Verbose Name=Verbose
Name[de]=Ausführlich
Name[fr]=Verbeux
Exec=/bin/sh -c "purr-data -verbose" Exec=/bin/sh -c "purr-data -verbose"
[Desktop Action NoPrefs] [Desktop Action NoPrefs]
# Launch Purr Data without reading its configuration file (useful if the # Launch Purr Data without reading its configuration file (useful if the
# program won't launch because the preferences got messed up very badly). # program won't launch because the preferences got messed up very badly).
Name=No Prefs Name=No Prefs
Name[de]=Ohne Voreinstellungen
Name[fr]=Sans Préférence
Exec=/bin/sh -c "purr-data -noprefs" 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