diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 14:51:32 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 14:51:32 +0200 |
commit | 21ffec315b8fa8a6b46351021da915236148a7b1 (patch) | |
tree | 52951646c8f9d1ea453c58aa37c92e64ff0dd9a1 /music_sampler/locales | |
parent | 4094ae4ebff7997e8c5e0fd84a1434b1b86632b1 (diff) | |
download | MusicSampler-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.po | 4 |
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" | |||
91 | msgid "interrupt wait with id {}" | 91 | msgid "interrupt wait with id {}" |
92 | msgstr "Interrompre l'attente d'identifiant {}" | 92 | msgstr "Interrompre l'attente d'identifiant {}" |
93 | 93 | ||
94 | #: music_sampler/actions/interrupt_wait.py:5 | ||
95 | msgid "interrupt all waits" | ||
96 | msgstr "Interrompre toutes les attentes" | ||
97 | |||
94 | #: music_sampler/actions/pause.py:8 | 98 | #: music_sampler/actions/pause.py:8 |
95 | msgid "pausing « {} »" | 99 | msgid "pausing « {} »" |
96 | msgstr "mise en pause de « {} »" | 100 | msgstr "mise en pause de « {} »" |