You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
204 lines
5.6 KiB
204 lines
5.6 KiB
# SABnzbd Translation Template file EMAIL
|
|
# Copyright 2011-2020 The SABnzbd-Team
|
|
# team@sabnzbd.org
|
|
#
|
|
# Translators:
|
|
# Safihre <safihre@sabnzbd.org>, 2020
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: SABnzbd-3.0.0-develop\n"
|
|
"PO-Revision-Date: 2020-06-27 15:56+0000\n"
|
|
"Last-Translator: Safihre <safihre@sabnzbd.org>, 2020\n"
|
|
"Language-Team: Dutch (https://www.transifex.com/sabnzbd/teams/111101/nl/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: nl\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: email/email.tmpl:1
|
|
msgid ""
|
|
"##\n"
|
|
"## Default Email template for SABnzbd\n"
|
|
"## This a Cheetah template\n"
|
|
"## Documentation: http://sabnzbd.wikidot.com/email-templates\n"
|
|
"##\n"
|
|
"## Newlines and whitespace are significant!\n"
|
|
"##\n"
|
|
"## These are the email headers\n"
|
|
"To: $to\n"
|
|
"From: $from\n"
|
|
"Date: $date\n"
|
|
"Subject: SABnzbd has <!--#if $status then \"completed\" else \"failed\" #--> job $name\n"
|
|
"X-priority: 5\n"
|
|
"X-MS-priority: 5\n"
|
|
"## After this comes the body, the empty line is required!\n"
|
|
"\n"
|
|
"Hi,\n"
|
|
"<!--#if $status #-->\n"
|
|
"SABnzbd has downloaded \"$name\" <!--#if $msgid==\"\" then \"\" else \"(newzbin #\" + $msgid + \")\"#-->\n"
|
|
"<!--#else#-->\n"
|
|
"SABnzbd has failed to download \"$name\" <!--#if $msgid==\"\" then \"\" else \"(newzbin #\" + $msgid + \")\"#-->\n"
|
|
"<!--#end if#-->\n"
|
|
"Finished at $end_time\n"
|
|
"Downloaded $size\n"
|
|
"\n"
|
|
"Results of the job:\n"
|
|
"<!--#for $stage in $stages #-->\n"
|
|
"Stage $stage <!--#slurp#-->\n"
|
|
"<!--#for $result in $stages[$stage]#-->\n"
|
|
" $result <!--#slurp#-->\n"
|
|
"<!--#end for#-->\n"
|
|
"<!--#end for#-->\n"
|
|
"<!--#if $script!=\"\" #-->\n"
|
|
"Output from user script \"$script\" (Exit code = $script_ret):\n"
|
|
"$script_output\n"
|
|
"<!--#end if#-->\n"
|
|
"<!--#if $status #-->\n"
|
|
"Enjoy!\n"
|
|
"<!--#else#-->\n"
|
|
"Sorry!\n"
|
|
"<!--#end if#-->\n"
|
|
msgstr ""
|
|
"##\n"
|
|
"## Standaard Email sjabloon voor SABnzbd\n"
|
|
"## Dit is een Cheetah sjabloon\n"
|
|
"## Documentatie: http://sabnzbd.wikidot.com/email-templates\n"
|
|
"##\n"
|
|
"## Lege regels en witruimte zijn belangrijk!\n"
|
|
"##\n"
|
|
"## Dit zijn de email koppen\n"
|
|
"To: $to\n"
|
|
"From: $from\n"
|
|
"Date: $date\n"
|
|
"Subject: SABnzbd: opdracht $name is <!--#if $status then \"klaar\" else \"mislukt\" #-->\n"
|
|
"X-priority: 5\n"
|
|
"X-MS-priority: 5\n"
|
|
"## Hier onder volgt de hoofdtekst, de lege regel is noodzakelijk!\n"
|
|
"\n"
|
|
"Hallo,\n"
|
|
"<!--#if $status #-->\n"
|
|
"SABnzbd heeft \"$name\" <!--#if $msgid==\"\" then \"\" else \"(newzbin #\" + $msgid + \")\"#--> gedownload\n"
|
|
"<!--#else#-->\n"
|
|
"SABnzbd is niet geslaagd in het downloaden van \"$name\" <!--#if $msgid==\"\" then \"\" else \"(newzbin #\" + $msgid + \")\"#-->\n"
|
|
"<!--#end if#-->\n"
|
|
"Klaar om $end_time\n"
|
|
"Hoeveelheid gedownload $size\n"
|
|
"\n"
|
|
"Resultaat van de opdracht:\n"
|
|
"<!--#for $stage in $stages #-->\n"
|
|
"Fase $stage <!--#slurp#-->\n"
|
|
"<!--#for $result in $stages[$stage]#-->\n"
|
|
" $result <!--#slurp#-->\n"
|
|
"<!--#end for#-->\n"
|
|
"<!--#end for#-->\n"
|
|
"<!--#if $script!=\"\" #-->\n"
|
|
"Bericht van het script \"$script\" (Exit code = $script_ret):\n"
|
|
"$script_output\n"
|
|
"<!--#end if#-->\n"
|
|
"<!--#if $status #-->\n"
|
|
"Veel plezier!\n"
|
|
"<!--#else#-->\n"
|
|
"Sorry!\n"
|
|
"<!--#end if#-->\n"
|
|
|
|
#: email/rss.tmpl:1
|
|
msgid ""
|
|
"##\n"
|
|
"## RSS Email template for SABnzbd\n"
|
|
"## This a Cheetah template\n"
|
|
"## Documentation: http://sabnzbd.wikidot.com/email-templates\n"
|
|
"##\n"
|
|
"## Newlines and whitespace are significant!\n"
|
|
"##\n"
|
|
"## These are the email headers\n"
|
|
"To: $to\n"
|
|
"From: $from\n"
|
|
"Date: $date\n"
|
|
"Subject: SABnzbd has added $amount jobs to the queue\n"
|
|
"X-priority: 5\n"
|
|
"X-MS-priority: 5\n"
|
|
"## After this comes the body, the empty line is required!\n"
|
|
"\n"
|
|
"Hi,\n"
|
|
"\n"
|
|
"SABnzbd has added $amount job(s) to the queue.\n"
|
|
"They are from RSS feed \"$feed\".\n"
|
|
"<!--#for $job in $jobs#-->\n"
|
|
" $job <!--#slurp#-->\n"
|
|
"<!--#end for#-->\n"
|
|
"\n"
|
|
"Bye\n"
|
|
msgstr ""
|
|
"##\n"
|
|
"## RSS Email sjabloon voor SABnzbd\n"
|
|
"## Dit is een Cheetah sjabloon\n"
|
|
"## Documentatie: http://sabnzbd.wikidot.com/email-templates\n"
|
|
"##\n"
|
|
"## Lege regels en spaties zijn belangrijk!\n"
|
|
"##\n"
|
|
"## Dit zijn de email koppen\n"
|
|
"To: $to\n"
|
|
"From: $from\n"
|
|
"Date: $date\n"
|
|
"Subject: SABnzbd heeft $amount opdrachten aan de wachtrij toegevoegd\n"
|
|
"X-priority: 5\n"
|
|
"X-MS-priority: 5\n"
|
|
"## Hierna komt de inhoud, de lege regel is benodigd!\n"
|
|
"\n"
|
|
"Hallo,\n"
|
|
"\n"
|
|
"SABnzbd heeft $amount opdrachten aan de wachtrij toegevoegd.\n"
|
|
"Ze komen van de RSS bron \"$feed\".\n"
|
|
"<!--#for $job in $jobs#-->\n"
|
|
" $job <!--#slurp#-->\n"
|
|
"<!--#end for#-->\n"
|
|
|
|
#: email/badfetch.tmpl:1
|
|
msgid ""
|
|
"##\n"
|
|
"## Bad URL Fetch Email template for SABnzbd\n"
|
|
"## This a Cheetah template\n"
|
|
"## Documentation: http://sabnzbd.wikidot.com/email-templates\n"
|
|
"##\n"
|
|
"## Newlines and whitespace are significant!\n"
|
|
"##\n"
|
|
"## These are the email headers\n"
|
|
"To: $to\n"
|
|
"From: $from\n"
|
|
"Date: $date\n"
|
|
"Subject: SABnzbd failed to fetch an NZB\n"
|
|
"X-priority: 5\n"
|
|
"X-MS-priority: 5\n"
|
|
"## After this comes the body, the empty line is required!\n"
|
|
"\n"
|
|
"Hi,\n"
|
|
"\n"
|
|
"SABnzbd has failed to retrieve the NZB from $url.\n"
|
|
"The error message was: $msg\n"
|
|
"\n"
|
|
"Bye\n"
|
|
msgstr ""
|
|
"##\n"
|
|
"## Ongeldige URL Ophaal Email sjabloon voor SABnzbd\n"
|
|
"## Dit is een Cheetah sjabloon\n"
|
|
"## Documentatie: http://sabnzbd.wikidot.com/email-templates\n"
|
|
"##\n"
|
|
"## Lege regels en spaties zijn belangrijk!\n"
|
|
"##\n"
|
|
"## Dit zijn de email koppen\n"
|
|
"To: $to\n"
|
|
"From: $from\n"
|
|
"Date: $date\n"
|
|
"Subject: Ophalen van NZB door SABnzbd is mislukt\n"
|
|
"X-priority: 5\n"
|
|
"X-MS-priority: 5\n"
|
|
"## Hierna komt het bericht, de lege regel is noodzakelijk!\n"
|
|
"\n"
|
|
"Hi,\n"
|
|
"\n"
|
|
"Het is SABnzbd niet gelukt om een NZB bestand op te halen van $url.\n"
|
|
"De foutmelding was $msg\n"
|
|
"\n"
|
|
"Sorry\n"
|
|
|