diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-24 01:19:30 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-24 01:19:30 +0300 |
| commit | c561fb9e2e42e4968f2b48cd535f208e90f8c12c (patch) | |
| tree | 0c7e1ffc99744aabbb240864b371b9555a611d92 /res/langs | |
| parent | 113b06e895f5dc752e8393c2a4f3f1669a7d0aab (diff) | |
More playlist and video control
Diffstat (limited to 'res/langs')
| -rw-r--r-- | res/langs/en.json | 2 | ||||
| -rw-r--r-- | res/langs/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index 87f7d84..5fa5d53 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -54,6 +54,8 @@ "acceptableEmbedCodesAre": "Acceptable embed codes are", "customEmbedsCannotBeSynchronized": "CUSTOM EMBEDS CANNOT BE SYNCHRONIZED", "save": "Save", + "clearPlaylistConfirm": "Are you sure you want to clear the playlist?", + "shufflePlaylistConfirm": "Are you sure you want to shuffle the playlist?", "yes": "Yes", "no": "No", diff --git a/res/langs/ru.json b/res/langs/ru.json index e13a6d5..f9944d1 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -54,6 +54,8 @@ "acceptableEmbedCodesAre": "Можно добавить видео с тегами", "customEmbedsCannotBeSynchronized": "СИНХРОНИЗАЦИЯ БУДЕТ НЕДОСТУПНА", "save": "Сохранить", + "clearPlaylistConfirm": "Вы уверены что хотите очистить плейлист?", + "shufflePlaylistConfirm": "Вы уверены что хотите перемешать плейлист?", "yes": "Да", "no": "Нет", |
