aboutsummaryrefslogtreecommitdiff
path: root/music_sampler/locales
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-12 14:51:32 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-12 14:51:32 +0200
commit21ffec315b8fa8a6b46351021da915236148a7b1 (patch)
tree52951646c8f9d1ea453c58aa37c92e64ff0dd9a1 /music_sampler/locales
parent4094ae4ebff7997e8c5e0fd84a1434b1b86632b1 (diff)
downloadMusicSampler-21ffec315b8fa8a6b46351021da915236148a7b1.tar.gz
MusicSampler-21ffec315b8fa8a6b46351021da915236148a7b1.tar.zst
MusicSampler-21ffec315b8fa8a6b46351021da915236148a7b1.zip
Make 'interrupt_wait' able to interrupt all waits
If 'wait_id' is not specified, interrupt_wait will now stop all wait events. This fixes https://git.immae.eu/mantisbt/view.php?id=4
Diffstat (limited to 'music_sampler/locales')
-rw-r--r--music_sampler/locales/fr/LC_MESSAGES/music_sampler.po4
1 files changed, 4 insertions, 0 deletions
diff --git a/music_sampler/locales/fr/LC_MESSAGES/music_sampler.po b/music_sampler/locales/fr/LC_MESSAGES/music_sampler.po
index f603a3d..888d7a5 100644
--- a/music_sampler/locales/fr/LC_MESSAGES/music_sampler.po
+++ b/music_sampler/locales/fr/LC_MESSAGES/music_sampler.po
@@ -91,6 +91,10 @@ msgstr "L'argument '-V' ne peut être utilisé que dans la version compilée"
91msgid "interrupt wait with id {}" 91msgid "interrupt wait with id {}"
92msgstr "Interrompre l'attente d'identifiant {}" 92msgstr "Interrompre l'attente d'identifiant {}"
93 93
94#: music_sampler/actions/interrupt_wait.py:5
95msgid "interrupt all waits"
96msgstr "Interrompre toutes les attentes"
97
94#: music_sampler/actions/pause.py:8 98#: music_sampler/actions/pause.py:8
95msgid "pausing « {} »" 99msgid "pausing « {} »"
96msgstr "mise en pause de « {} »" 100msgstr "mise en pause de « {} »"