From 21ffec315b8fa8a6b46351021da915236148a7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 12 Aug 2016 14:51:32 +0200 Subject: 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 --- music_sampler/locales/fr/LC_MESSAGES/music_sampler.po | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'music_sampler/locales/fr/LC_MESSAGES') 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" msgid "interrupt wait with id {}" msgstr "Interrompre l'attente d'identifiant {}" +#: music_sampler/actions/interrupt_wait.py:5 +msgid "interrupt all waits" +msgstr "Interrompre toutes les attentes" + #: music_sampler/actions/pause.py:8 msgid "pausing « {} »" msgstr "mise en pause de « {} »" -- cgit v1.2.3