diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 18:21:22 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 18:23:02 +0200 |
commit | d4217fda2ff3991eb1ee9a9bec6acff751798507 (patch) | |
tree | 5a7606c28aa5845d1ffebb78742e2d2c2fe39c5a /music_sampler/locales | |
parent | 51f6ce0fdb32061b681d63e8de4d96eb8b59e1e9 (diff) | |
download | MusicSampler-d4217fda2ff3991eb1ee9a9bec6acff751798507.tar.gz MusicSampler-d4217fda2ff3991eb1ee9a9bec6acff751798507.tar.zst MusicSampler-d4217fda2ff3991eb1ee9a9bec6acff751798507.zip |
wait actions are now pausable and resettable1.2.3
This fixes https://git.immae.eu/mantisbt/view.php?id=6
Diffstat (limited to 'music_sampler/locales')
-rw-r--r-- | music_sampler/locales/fr/LC_MESSAGES/music_sampler.po | 24 |
1 files changed, 24 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 888d7a5..af27ca9 100644 --- a/music_sampler/locales/fr/LC_MESSAGES/music_sampler.po +++ b/music_sampler/locales/fr/LC_MESSAGES/music_sampler.po | |||
@@ -103,6 +103,14 @@ msgstr "mise en pause de « {} »" | |||
103 | msgid "pausing all musics" | 103 | msgid "pausing all musics" |
104 | msgstr "mise en pause des musiques" | 104 | msgstr "mise en pause des musiques" |
105 | 105 | ||
106 | #: music_sampler/actions/pause_wait.py:5 | ||
107 | msgid "pause wait with id {}" | ||
108 | msgstr "Mettre en pause l'attente d'identifiant {}" | ||
109 | |||
110 | #: music_sampler/actions/pause_wait.py:5 | ||
111 | msgid "pause all waits" | ||
112 | msgstr "Mettre en pause toutes les attentes" | ||
113 | |||
106 | #: music_sampler/actions/play.py:50 | 114 | #: music_sampler/actions/play.py:50 |
107 | msgid "starting « {} » at volume {}%" | 115 | msgid "starting « {} » at volume {}%" |
108 | msgstr "lance « {} » au volume {}%" | 116 | msgstr "lance « {} » au volume {}%" |
@@ -295,6 +303,14 @@ msgstr "lance « {} » à {}s avec un fondu de {}s au volume {}% en boucle (re | |||
295 | msgid "starting all musics at {}s with {}s fade_in at volume {}% in loop (restarting if already running)" | 303 | msgid "starting all musics at {}s with {}s fade_in at volume {}% in loop (restarting if already running)" |
296 | msgstr "lance toutes les musiques à {}s avec un fondu de {}s au volume {}% en boucle (redémarre si déjà lancée)" | 304 | msgstr "lance toutes les musiques à {}s avec un fondu de {}s au volume {}% en boucle (redémarre si déjà lancée)" |
297 | 305 | ||
306 | #: music_sampler/actions/reset_wait.py:5 | ||
307 | msgid "reset wait with id {}" | ||
308 | msgstr "Réinitialise l'attente d'identifiant {}" | ||
309 | |||
310 | #: music_sampler/actions/reset_wait.py:5 | ||
311 | msgid "reset all waits" | ||
312 | msgstr "Réinitialise toutes les attentes" | ||
313 | |||
298 | #: music_sampler/actions/run_command.py:15 | 314 | #: music_sampler/actions/run_command.py:15 |
299 | msgid "running command {}" | 315 | msgid "running command {}" |
300 | msgstr "lance la commande {}" | 316 | msgstr "lance la commande {}" |
@@ -367,6 +383,14 @@ msgstr "reprend « {} »" | |||
367 | msgid "unpausing all musics" | 383 | msgid "unpausing all musics" |
368 | msgstr "reprend toutes les musiques" | 384 | msgstr "reprend toutes les musiques" |
369 | 385 | ||
386 | #: music_sampler/actions/unpause_wait.py:5 | ||
387 | msgid "unpause wait with id {}" | ||
388 | msgstr "Reprendre l'attente d'identifiant {}" | ||
389 | |||
390 | #: music_sampler/actions/unpause_wait.py:5 | ||
391 | msgid "unpause all waits" | ||
392 | msgstr "Reprendre toutes les attentes" | ||
393 | |||
370 | #: music_sampler/actions/volume.py:32 | 394 | #: music_sampler/actions/volume.py:32 |
371 | msgid "{:+d}% to volume of « {} »" | 395 | msgid "{:+d}% to volume of « {} »" |
372 | msgstr "{:+d}% sur le volume de « {} »" | 396 | msgstr "{:+d}% sur le volume de « {} »" |