<%include file='base_layout.html'/> <%! import cgi %>
${ _('Server') }
${ _('URL list') }
${ _('Powerscript URL:') }
${ _('News URL:') }
${ _('Cache list') }

${ _('Personal list:') }
${ _('Username:') }
${ _('NickServ mail:') }
${ _('NickServ Password:') } % if settings["SSL"]:
${ _('SSL connection') } % else:
${ _('SSL connection') } % endif
Ricerca % if settings["SEARCH_CACHE"]:
${ _('Search by list') } % else:
${ _('Search by list') } % endif % if settings["SEARCH_POWERSCRIPT"]:
${ _('Search by powerscript') } % else:
${ _('Search by powerscript') } % endif % if settings["SEARCH_CUSTOM_CACHE"]:
${ _('Search by personal list') } % else:
${ _('Search by personal list') } % endif % if settings["SEARCH_XDCC_IT"]:
${ _('Search by xdccfinder.it') } % else:
${ _('Search by xdccfinder.it') } % endif % if settings["SEARCH_SUNXDCC"]:
${ _('Search by sunxdcc') } % else:
${ _('Search by sunxdcc') } % endif % if settings["SEARCH_PROTINUS"]:
${ _('Search by protinus') } % else:
${ _('Search by protinus') } % endif % if settings["SEARCH_IXIRC"]:
${ _('Search by ixirc') } % else:
${ _('Search by ixirc') } % endif % if settings["SEARCH_IRCBOT"]:
${ _('Search by ircbot') } % else:
${ _('Search by ircbot') } % endif
${ _('Download') }
${ _('Save in:') }
${ _('Simultaneous downloads:') } % if settings["RESUME_DOWNLOADS"]:
${ _('Resume download on start') } % else:
${ _('Resume download on start') } % endif
${ _('Command to execute on download end') } ${ _('File path') } $(FILE_PATH) ${ _('File name') } $(FILE_NAME)
${ _('Scheduler') } % if settings["SCHEDULER"]:
${ _('Enable scheduler') } % else:
${ _('Enable scheduler') } % endif
${ _('Start downloads:') }
${ _('Stop downloads:') }
${ _('Secure access') } % if settings["AUTHENTICATION"]:
${ _('Enable authentication by username and password') } % else:
${ _('Enable authentication by username and password') } % endif
${ _('Username:') }
${ _('Password:') } % if settings["HTTPS"]:
${ _('Enable HTTPS protocol (To take effect restart daemon)') } % else:
${ _('Enable HTTPS protocol (To take effect restart daemon)') } % endif
${ _('Mail notifications') } % if settings["ENABLE_MAIL"]:
${ _('Enable mail notifications') } % else:
${ _('Enable mail notifications') } % endif
${ _('Email account:') }
${ _('Email password:') }
${ _('Mail recipients (comma separated):') }
${ _('SMTP server:') }
${ _('SMTP server port:') }