2 changed files with 54 additions and 12 deletions
@ -0,0 +1,43 @@ |
|||
#encoding UTF-8 |
|||
## Translation by "René (Jarhead) Larsen" <warzdk@gmail.com> Jeg modtager gerne rettelser/forbedringer af oversættelsen af SABnzbd. |
|||
## |
|||
## Default Email template for SABnzbd |
|||
## This a Cheetah template |
|||
## Documentation: http://sabnzbd.wikidot.com/email-templates |
|||
## |
|||
## Newlines and whitespace are significant! |
|||
## |
|||
## These are the email headers |
|||
to: $to |
|||
from: $from |
|||
date: $date |
|||
subject: SABnzbd har <!--#if $status then "completed" else "failed" #--> jobb $name |
|||
X-priority: 5 |
|||
X-MS-priority: 5 |
|||
## After this comes the body, the empty line is required! |
|||
|
|||
Hej, |
|||
<!--#if $status #--> |
|||
SABnzbd har hentet "$name" <!--#if $msgid=="" then "" else "(newzbin #" + $msgid + ")"#--> |
|||
<!--#else#--> |
|||
SABnzbd mislykkedes at hente "$name" <!--#if $msgid=="" then "" else "(newzbin #" + $msgid + ")"#--> |
|||
<!--#end if#--> |
|||
Slutade $end_time |
|||
Nedladdat $size |
|||
|
|||
Resultat af jobbet: |
|||
<!--#for $stage in $stages #--> |
|||
Steg $stage <!--#slurp#--> |
|||
<!--#for $result in $stages[$stage]#--> |
|||
$result <!--#slurp#--> |
|||
<!--#end for#--> |
|||
<!--#end for#--> |
|||
<!--#if $script!="" #--> |
|||
Udlæsning fra burger scripts "$script" (Exit code = $script_ret): |
|||
$script_output |
|||
<!--#end if#--> |
|||
<!--#if $status #--> |
|||
Held og lykke! |
|||
<!--#else#--> |
|||
Desværre! |
|||
<!--#end if#--> |
Loading…
Reference in new issue