diff --git a/interfaces/Config/templates/staticcfg/js/script.js b/interfaces/Config/templates/staticcfg/js/script.js index 7ae9bcf..d3cf101 100644 --- a/interfaces/Config/templates/staticcfg/js/script.js +++ b/interfaces/Config/templates/staticcfg/js/script.js @@ -221,7 +221,7 @@ function do_restart() { if($('#enable_https').is(':checked') && window.location.protocol == 'https:') { // Https on and we visited this page from HTTPS var urlProtocol = 'https:'; - var urlPort = $('#https_port').val(); + var urlPort = $('#https_port').val() ? $('#https_port').val() : $('#port').val(); } else { // Regular var urlProtocol = 'http:'; diff --git a/po/main/en.po b/po/main/en.po index 4c38372..b4a4c5a 100644 --- a/po/main/en.po +++ b/po/main/en.po @@ -161,4 +161,22 @@ msgstr "" "This key provides identity to indexer. Check " "your profile on the indexer's website." +#: sabnzbd/assembler.py:117 [Warning message] +msgid "WARNING: Paused job \"%s\" because of encrypted RAR file" +msgstr "WARNING: Paused job \"%s\" because of encrypted RAR file (if supplied, all passwords were tried)" +#: sabnzbd/skintext.py:333 +msgid "If empty, the standard port will only listen to HTTPS." +msgstr "If empty, the SABnzbd Port set above will only listen to HTTPS." + +#: sabnzbd/skintext.py:439 +msgid "Detect identical episodes in series (based on \"name/season/episode\")" +msgstr "Detect identical episodes in series (based on \"name/season/episode\" of items in your History)" + +#: sabnzbd/skintext.py:436 +msgid "Detect identical NZB files (based on NZB content)" +msgstr "Detect identical NZB files (based on items in your History or files in .nzb Backup Folder)" + +#: sabnzbd/assembler.py:120 [Warning message] +msgid "WARNING: Aborted job \"%s\" because of encrypted RAR file" +msgstr "WARNING: Aborted job \"%s\" because of encrypted RAR file (if supplied, all passwords were tried)"