New: Replaced user facing instances of NzbDrone with Sonarr

pull/6/head
Keivan Beigi 10 years ago
parent 95d67ef9f4
commit 4929e9fc9b

@ -8,6 +8,7 @@
<w>rootfolder</w> <w>rootfolder</w>
<w>rootfolders</w> <w>rootfolders</w>
<w>signalr</w> <w>signalr</w>
<w>sonarr</w>
<w>templated</w> <w>templated</w>
<w>thetvdb</w> <w>thetvdb</w>
<w>trakt</w> <w>trakt</w>

@ -1,4 +1,4 @@
{{#if_eq eventType compare="grabbed"}} {{#if_eq eventType compare="grabbed"}}
<dl class="dl-horizontal"> <dl class="dl-horizontal">
<dt>Name:</dt> <dt>Name:</dt>
@ -86,7 +86,7 @@
{{/if_eq}} {{/if_eq}}
{{#if_eq reason compare="MissingFromDisk"}} {{#if_eq reason compare="MissingFromDisk"}}
NzbDrone was unable to find the file on disk so it was removed Sonarr was unable to find the file on disk so it was removed
{{/if_eq}} {{/if_eq}}
{{#if_eq reason compare="Upgrade"}} {{#if_eq reason compare="Upgrade"}}

@ -1,7 +1,7 @@
<div class="modal-content"> <div class="modal-content">
<div class="modal-header"> <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3>NzbDrone Calendar feed</h3> <h3>Sonarr Calendar feed</h3>
</div> </div>
<div class="modal-body edit-series-modal"> <div class="modal-body edit-series-modal">
<div class="form-horizontal"> <div class="form-horizontal">

@ -44,7 +44,7 @@ define(
} }
messenger.show({ messenger.show({
message : 'NzbDrone has been updated', message : 'Sonarr has been updated',
hideAfter : 0, hideAfter : 0,
id : 'droneUpdated' id : 'droneUpdated'
}); });

@ -9,7 +9,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="{{UrlBase}}/"> <a class="navbar-brand" href="{{UrlBase}}/">
<!--<img src="{{UrlBase}}/Content/Images/logo.png?v=2" alt="nzbdrone">--> <!--<img src="{{UrlBase}}/Content/Images/logo.png?v=2" alt="Sonarr">-->
<img src="{{UrlBase}}/Content/Images/logos/128.png" class="visible-lg"/> <img src="{{UrlBase}}/Content/Images/logos/128.png" class="visible-lg"/>
<img src="{{UrlBase}}/Content/Images/logos/64.png" class="visible-md visible-sm"/> <img src="{{UrlBase}}/Content/Images/logos/64.png" class="visible-md visible-sm"/>
<span class="visible-xs"> <span class="visible-xs">

@ -27,7 +27,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Should NzbDrone download episodes for this series?"/> <i class="icon-nd-form-info" title="Should Sonarr download episodes for this series?"/>
</span> </span>
</div> </div>
</div> </div>

@ -21,7 +21,7 @@ define(
}, },
series: function () { series: function () {
this.setTitle('NzbDrone'); this.setTitle('Sonarr');
this.showMainRegion(new SeriesIndexLayout()); this.showMainRegion(new SeriesIndexLayout());
}, },

@ -10,7 +10,7 @@
<div class="modal-body remotepath-mapping-modal"> <div class="modal-body remotepath-mapping-modal">
<div class="form-horizontal"> <div class="form-horizontal">
<div> <div>
<p>Use this feature if you have a remotely running Download Client. NzbDrone will use the information provided to translate the paths provided by the Download Client API to something NzbDrone can access and import.</p> <p>Use this feature if you have a remotely running Download Client. Sonarr will use the information provided to translate the paths provided by the Download Client API to something Sonarr can access and import.</p>
</div> </div>
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">Host</label> <label class="col-sm-3 control-label">Host</label>
@ -40,7 +40,7 @@
<label class="col-sm-3 control-label">Local Path</label> <label class="col-sm-3 control-label">Local Path</label>
<div class="col-sm-1 col-sm-push-5 help-inline"> <div class="col-sm-1 col-sm-push-5 help-inline">
<i class="icon-nd-form-info" title="Path that NzbDrone should use to access the same directory remotely." /> <i class="icon-nd-form-info" title="Path that Sonarr should use to access the same directory remotely." />
</div> </div>
<div class="col-sm-5 col-sm-pull-1"> <div class="col-sm-5 col-sm-pull-1">

@ -87,7 +87,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Open a web browser and navigate to NzbDrone homepage on app start. Has no effect if installed as a windows service"/> <i class="icon-nd-form-info" title="Open a web browser and navigate to Sonarr homepage on app start. Has no effect if installed as a windows service"/>
</span> </span>
</div> </div>
</div> </div>
@ -111,7 +111,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Require Username and Password to access Nzbdrone"/> <i class="icon-nd-form-info" title="Require Username and Password to access Sonarr"/>
</span> </span>
</div> </div>
</div> </div>
@ -191,7 +191,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Send anonymous information about your browser and which parts of the web interface you use to NzbDrone servers. We use this information to prioritize features and browser support. We will NEVER include any personal information or any information that could identify you."/> <i class="icon-nd-form-info" title="Send anonymous information about your browser and which parts of the web interface you use to Sonarr servers. We use this information to prioritize features and browser support. We will NEVER include any personal information or any information that could identify you."/>
</span> </span>
</div> </div>
</div> </div>

@ -17,7 +17,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Episodes deleted from disk are automatically unmonitored in NzbDrone"/> <i class="icon-nd-form-info" title="Episodes deleted from disk are automatically unmonitored in Sonarr"/>
</span> </span>
</div> </div>
</div> </div>
@ -39,7 +39,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Should NzbDrone automatically upgrade to propers when available?"/> <i class="icon-nd-form-info" title="Should Sonarr automatically upgrade to propers when available?"/>
</span> </span>
</div> </div>
</div> </div>

@ -18,7 +18,7 @@
</label> </label>
<span class="help-inline-checkbox"> <span class="help-inline-checkbox">
<i class="icon-nd-form-warning" title="NzbDrone will use the existing file name if set to no"/> <i class="icon-nd-form-warning" title="Sonarr will use the existing file name if set to no"/>
</span> </span>
</div> </div>
</div> </div>

@ -28,7 +28,7 @@
<label class="col-sm-3 control-label">File chmod mask</label> <label class="col-sm-3 control-label">File chmod mask</label>
<div class="col-sm-1 col-sm-push-4 help-inline"> <div class="col-sm-1 col-sm-push-4 help-inline">
<i class="icon-nd-form-info" title="Octal, applied to media files when imported/renamed by NzbDrone"/> <i class="icon-nd-form-info" title="Octal, applied to media files when imported/renamed by Sonarr"/>
</div> </div>
<div class="col-sm-4 col-sm-pull-1"> <div class="col-sm-4 col-sm-pull-1">
@ -40,7 +40,7 @@
<label class="col-sm-3 control-label">Folder chmod mask</label> <label class="col-sm-3 control-label">Folder chmod mask</label>
<div class="col-sm-1 col-sm-push-4 help-inline"> <div class="col-sm-1 col-sm-push-4 help-inline">
<i class="icon-nd-form-info" title="Octal, applied to series/season folders created by NzbDrone"/> <i class="icon-nd-form-info" title="Octal, applied to series/season folders created by Sonarr"/>
</div> </div>
<div class="col-sm-4 col-sm-pull-1"> <div class="col-sm-4 col-sm-pull-1">

@ -66,6 +66,6 @@
</div> </div>
<div class="col-sm-1 help-inline"> <div class="col-sm-1 help-inline">
<i class="icon-nd-form-info" title="Once this quality is reached NzbDrone will no longer download episodes"/> <i class="icon-nd-form-info" title="Once this quality is reached Sonarr will no longer download episodes"/>
</div> </div>
</div> </div>

@ -19,11 +19,11 @@ define(
setTitle: function (title) { setTitle: function (title) {
title = title.toLocaleLowerCase(); title = title.toLocaleLowerCase();
if (title === 'nzbdrone') { if (title === 'sonarr') {
document.title = 'nzbdrone'; document.title = 'sonarr';
} }
else { else {
document.title = title + ' - nzbdrone'; document.title = title + ' - sonarr';
} }
if(window.NzbDrone.Analytics && window.Piwik){ if(window.NzbDrone.Analytics && window.Piwik){

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server"> <head runat="server">
<title>nzbdrone</title> <title>sonarr</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
@ -29,7 +29,7 @@
<link rel="apple-touch-icon" sizes="144x144" href="/Content/Images/touch/144.png"/> <link rel="apple-touch-icon" sizes="144x144" href="/Content/Images/touch/144.png"/>
<link rel="icon" type="image/ico" href="/Content/Images/favicon.ico"/> <link rel="icon" type="image/ico" href="/Content/Images/favicon.ico"/>
<link rel="alternate" type="text/calendar" title="iCalendar feed for NzbDrone" href="/feed/calendar/NzbDrone.ics" /> <link rel="alternate" type="text/calendar" title="iCalendar feed for Sonarr" href="/feed/calendar/NzbDrone.ics" />
</head> </head>
<body> <body>
<div class="container"> <div class="container">
@ -61,7 +61,7 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div id="footer-region"> <div id="footer-region">
NzbDrone Ver. Sonarr Ver.
<span class="version"></span> <span class="version"></span>
</div> </div>
</div> </div>

Loading…
Cancel
Save