From c560984d80f4fcbb3a070f49beb2520de43cd98b Mon Sep 17 00:00:00 2001 From: Radif Tazetdinov Date: Sun, 10 Apr 2022 11:46:03 +0300 Subject: [PATCH] Add missed stub for commandList-notification/queueandselect (#522) --- 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