|
|
|
# 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: French (https://www.transifex.com/sabnzbd/teams/111101/fr/)\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"Language: fr\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 ""
|
|
|
|
"#encoding UTF-8\n"
|
|
|
|
"##\n"
|
|
|
|
"## Template Email pour SABnzbd\n"
|
|
|
|
"## Ceci est un template Cheetah\n"
|
|
|
|
"## Documentation: http://sabnzbd.wikidot.com/email-templates\n"
|
|
|
|
"##\n"
|
|
|
|
"## Les retours à la ligne et les espaces sont importants !\n"
|
|
|
|
"##\n"
|
|
|
|
"## Entêtes de l'email\n"
|
|
|
|
"To: $to\n"
|
|
|
|
"From: $from\n"
|
|
|
|
"Date: $date\n"
|
|
|
|
"Subject: SABnzbd <!--#if $status#-->Succès<!--#else#-->Echec<!--#end if#--> du téléchargement $name\n"
|
|
|
|
"X-priority: 5\n"
|
|
|
|
"X-MS-priority: 5\n"
|
|
|
|
"## Après cela vient le contenu, la ligne vide est nécessaire! \n"
|
|
|
|
"\n"
|
|
|
|
"Bonjour,\n"
|
|
|
|
"<!--#if $status #-->\n"
|
|
|
|
"SABnzbd a téléchargé avec succès \"$name\" <!--#if $msgid==\"\" then \"\" else \"(newzbin #\" + $msgid + \")\"#-->\n"
|
|
|
|
"<!--#else#-->\n"
|
|
|
|
"SABnzbd a téléchargé sans succès \"$name\" <!--#if $msgid==\"\" then \"\" else \"(newzbin #\" + $msgid + \")\"#-->\n"
|
|
|
|
"<!--#end if#-->\n"
|
|
|
|
"Terminé à $end_time\n"
|
|
|
|
"Téléchargé $size\n"
|
|
|
|
"\n"
|
|
|
|
"Résultat du téléchargement :\n"
|
|
|
|
"<!--#for $stage in $stages #-->\n"
|
|
|
|
"Etape $stage <!--#slurp#-->\n"
|
|
|
|
"<!--#for $result in $stages[$stage]#-->\n"
|
|
|
|
" $result <!--#slurp#-->\n"
|
|
|
|
"<!--#end for#-->\n"
|
|
|
|
"<!--#end for#-->\n"
|
|
|
|
"<!--#if $script!=\"\" #-->\n"
|
|
|
|
"Sortie du script utilisateur \"$script\" (Code Retour = $script_ret):\n"
|
|
|
|
"$script_output\n"
|
|
|
|
"<!--#end if#-->\n"
|
|
|
|
"<!--#if $status #-->\n"
|
|
|
|
"A bientôt !\n"
|
|
|
|
"<!--#else#-->\n"
|
|
|
|
"Désolé !\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"
|
|
|
|
"## Template Email pour SABnzbd\n"
|
|
|
|
"## Ceci est un template Cheetah\n"
|
|
|
|
"## Documentation: http://sabnzbd.wikidot.com/email-templates\n"
|
|
|
|
"##\n"
|
|
|
|
"## Les retours à la ligne et les espaces sont importants !\n"
|
|
|
|
"##\n"
|
|
|
|
"## Entêtes de l'email\n"
|
|
|
|
"To: $to\n"
|
|
|
|
"From: $from\n"
|
|
|
|
"Date: $date\n"
|
|
|
|
"Subject: SABnzbd a ajouté $amount fichier(s) à la file d'attente\n"
|
|
|
|
"X-priority: 5\n"
|
|
|
|
"X-MS-priority: 5\n"
|
|
|
|
"## Après cela vient le contenu, la ligne vide est nécessaire!\n"
|
|
|
|
"\n"
|
|
|
|
"Bonjour,\n"
|
|
|
|
"\n"
|
|
|
|
"SABnzbd a ajouté $amount fichier(s) à la file d'attente.\n"
|
|
|
|
"Ils proviennent du Flux RSS \"$feed\".\n"
|
|
|
|
"<!--#for $job in $jobs#-->\n"
|
|
|
|
" $job <!--#slurp#-->\n"
|
|
|
|
"<!--#end for#-->\n"
|
|
|
|
"\n"
|
|
|
|
"Au Revoir\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"
|
|
|
|
"## 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"
|