From b8827aa6df5c58fb5655c8519477ea93694617f3 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 1 Aug 2021 14:33:27 +0300 Subject: Way to change video src on client see #27 --- res/langs/en.json | 3 +++ res/langs/ru.json | 3 +++ 2 files changed, 6 insertions(+) (limited to 'res/langs') diff --git a/res/langs/en.json b/res/langs/en.json index e8a9680..a38355a 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -34,6 +34,9 @@ "layout": "Layout", "swapLayout": "Swap Layout", "chatOnly": "Chat Only", + "setVideoUrl": "Set Video URL", + "setVideoUrlPrompt": "New video URL:\n(Does not affect other users)", + "selectLocalVideo": "Select Local Video", "removeVideo": "Remove Video", "addVideo": "Add Video", "toggleUserList": "Show/Hide Userlist", diff --git a/res/langs/ru.json b/res/langs/ru.json index 24f5d34..8228eeb 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -34,6 +34,9 @@ "layout": "Разметка", "swapLayout": "Сменить разметку", "chatOnly": "Только чат", + "setVideoUrl": "Задать ссылку на видео", + "setVideoUrlPrompt": "Новая ссылка на видео:\n(Не влияет на других пользователей)", + "selectLocalVideo": "Выбрать локальный видеофайл", "removeVideo": "Удалить видео", "addVideo": "Добавить видео", "toggleUserList": "Показать/Скрыть список юзеров", -- cgit v1.2.3