<?php
/**
 * English language file for firenews plugin
 *
 * @author NilsSchucka <nils@schucka.de>
 */

// Author /HTMLTemplates/author/author.html
$lang['firenews_author_header']             = 'Header';
$lang['firenews_author_subtitle']           = 'Subtitle';
$lang['firenews_author_targetpage']         = 'Target Page';
$lang['firenews_author_targetpage_tp']      = 'You can find the target page in the URL: <br>https://website.de/doku.php?id=<font color="black">start:overall:start</font>';
$lang['firenews_author_targetpage_ph']      = 'start:overall:...';
$lang['firenews_author_startdate']          = 'publish on';
$lang['firenews_author_enddate']            = 'End date';
$lang['firenews_author_news']               = 'Your news';
$lang['firenews_author_news_tp']            = 'You can technicly write a whole html page in this<br>. <br> For font styles search for example for "html bold"';
$lang['firenews_author_news_ph']            = 'The news ...';
$lang['firenews_author_group']              = 'Which group can see this news';
$lang['firenews_author_group_tp']           = 'The groups are going to be writte without the @ here: <br> name,name,name';
$lang['firenews_author_group_ph']           = 'ITgroup,admin,...';
$lang['firenews_author_sendgroup']          = 'Send email to choosen group';
$lang['firenews_author_author']             = 'Author';
$lang['firenews_author_submit']             = 'Publish';
$lang['firenews_author_preview']            = 'Preview';
$lang['firenews_author_message_info']       = 'News Created!';
$lang['firenews_author_message_error']      = 'The page doesn\'t exists!';

//Edit News /HTMLTemplates/editnews/
$lang['firenews_editnews_save']             = 'Save';
$lang['firenews_editnews_delete']           = 'Delete';
$lang['firenews_editnews_header']           = 'Edit News';
$lang['firenews_editnews_message_save']     = 'News saved!';
$lang['firenews_editnews_message_delete']   = 'News deleted!';

