Browse Source

Improve HTTPS on Config->General and improve Duplicates text

tags/1.1.1RC3
Safihre 9 years ago
committed by shypike
parent
commit
b5d6078650
  1. 2
      interfaces/Config/templates/staticcfg/js/script.js
  2. 18
      po/main/en.po

2
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:';

18
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)"

Loading…
Cancel
Save