From 7fc3a0bb77cbebe51d4b420edca3cc805159b76d Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Wed, 30 May 2018 23:04:18 +0200 Subject: [PATCH] Add https url in 'failed-to-load-server-list-error' message --- syncplay/messages_de.py | 2 +- syncplay/messages_en.py | 2 +- syncplay/messages_it.py | 2 +- syncplay/messages_ru.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/syncplay/messages_de.py b/syncplay/messages_de.py index 08bf649..6981dfb 100755 --- a/syncplay/messages_de.py +++ b/syncplay/messages_de.py @@ -149,7 +149,7 @@ de = { "no-media-directories-error" : "No media directories have been set. For shared playlist and file switching features to work properly please select File->Set Media Directories and specify where Syncplay should look to find media files.", # TODO: Translate "cannot-find-directory-error" : "Could not find media directory '{}'. To update your list of media directories please select File->Set Media Directories from the menu bar and specify where Syncplay should look to find media files.", # TODO: Translate - "failed-to-load-server-list-error" : "Konnte die Liste der öffentlichen Server nicht laden. Bitte besuche http://www.syncplay.pl/ [Englisch] mit deinem Browser.", + "failed-to-load-server-list-error" : "Konnte die Liste der öffentlichen Server nicht laden. Bitte besuche https://www.syncplay.pl/ [Englisch] mit deinem Browser.", # Client arguments "argument-description" : 'Syncplay ist eine Anwendung um mehrere MPlayer, MPC-HC, MPC-BE und VLC-Instanzen über das Internet zu synchronisieren.', diff --git a/syncplay/messages_en.py b/syncplay/messages_en.py index 41343e6..26c7a2d 100755 --- a/syncplay/messages_en.py +++ b/syncplay/messages_en.py @@ -152,7 +152,7 @@ en = { "no-media-directories-error" : "No media directories have been set. For shared playlist and file switching features to work properly please select File->Set Media Directories and specify where Syncplay should look to find media files.", "cannot-find-directory-error" : "Could not find media directory '{}'. To update your list of media directories please select File->Set Media Directories from the menu bar and specify where Syncplay should look to find media files.", - "failed-to-load-server-list-error" : "Failed to load public server list. Please visit http://www.syncplay.pl/ in your browser.", + "failed-to-load-server-list-error" : "Failed to load public server list. Please visit https://www.syncplay.pl/ in your browser.", # Client arguments "argument-description" : 'Solution to synchronize playback of multiple media player instances over the network.', diff --git a/syncplay/messages_it.py b/syncplay/messages_it.py index fac2bb2..5c51810 100755 --- a/syncplay/messages_it.py +++ b/syncplay/messages_it.py @@ -152,7 +152,7 @@ it = { "no-media-directories-error" : "Nessuna cartella multimediale è stata configurata. Per permettere il corretto funzionamento delle playlist condivise e la selezione automatica dei file, naviga in File->Imposta cartelle multimediali e specifica dove Syncplay deve ricercare i file multimediali.", "cannot-find-directory-error" : "Impossibile trovare la cartella multimediale '{}'. Per aggiornare la lista delle cartelle multimediali seleziona File->Imposta cartelle multimediali dalla barra dei menù e specifica dove Syncplay deve ricercare i file multimediali.", - "failed-to-load-server-list-error" : "Impossibile caricare la lista dei server pubblici. Per favore, visita http://www.syncplay.pl/ con il tuo browser.", + "failed-to-load-server-list-error" : "Impossibile caricare la lista dei server pubblici. Per favore, visita https://www.syncplay.pl/ con il tuo browser.", # Client arguments "argument-description" : 'Programma per sincronizzare la riproduzione di media player multipli attraverso la rete.', diff --git a/syncplay/messages_ru.py b/syncplay/messages_ru.py index 47174e6..e8671fc 100755 --- a/syncplay/messages_ru.py +++ b/syncplay/messages_ru.py @@ -155,7 +155,7 @@ ru = { "no-media-directories-error" : "Вы не указали папки воспроизведения. Для корректной работы зайдите через выпадающее меню в Файл->Папки воспроизведения и укажите нужные каталоги.", "cannot-find-directory-error" : "Не удалось найти папку воспроизведения '{}'. Для обновления списка папок, через выпадающее меню, перейдите в Файл->Папки воспроизведения и укажите нужные каталоги.", - "failed-to-load-server-list-error" : "Не удалось загрузить список публичных серверов. Откройте http://www.syncplay.pl/ через браузер.", + "failed-to-load-server-list-error" : "Не удалось загрузить список публичных серверов. Откройте https://www.syncplay.pl/ через браузер.", # Client arguments "argument-description" : 'Решение для синхронного воспроизведения в VLC, MPlayer или MPC-HC/BE через Интернет.',