From 4b19f9439f71c1b653fef8b775cde9a9947d2987 Mon Sep 17 00:00:00 2001 From: Radif Tazetdinov Date: Sat, 9 Apr 2022 15:46:26 +0300 Subject: [PATCH] Add missed stub for commandList-notification/queueandselect --- syncplay/messages_fr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/messages_fr.py b/syncplay/messages_fr.py index bcbfd67..db73e36 100644 --- a/syncplay/messages_fr.py +++ b/syncplay/messages_fr.py @@ -89,6 +89,7 @@ fr = { "commandlist-notification/auth": "\tun [mot de passe] - s'authentifier en tant qu'opérateur de salle avec le mot de passe opérateur", "commandlist-notification/chat": "\tch [message] - envoyer un message de chat dans une pièce", "commandList-notification/queue": "\tqa [fichier/url] - ajoute un fichier ou une URL au bas de la liste de lecture", + "commandList-notification/queueandselect": "\tqas [file/url] - add file or url to bottom of playlist and select it", # TODO: Translate "commandList-notification/playlist": "\tql - afficher la liste de lecture actuelle", "commandList-notification/select": "\tqs [index] - sélectionnez l'entrée donnée dans la liste de lecture", "commandList-notification/next": "\tqn - select next entry in the playlist", # TODO: Translate