1<?php 2/** 3 * English language file for firenews plugin 4 * 5 * @author NilsSchucka <nils@schucka.de> 6 */ 7 8// Author /HTMLTemplates/author/author.html 9$lang['firenews_author_header'] = 'Header'; 10$lang['firenews_author_subtitle'] = 'Subtitle'; 11$lang['firenews_author_targetpage'] = 'Target Page'; 12$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>'; 13$lang['firenews_author_targetpage_ph'] = 'start:overall:...'; 14$lang['firenews_author_startdate'] = 'publish on'; 15$lang['firenews_author_enddate'] = 'End date'; 16$lang['firenews_author_news'] = 'Your news'; 17$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"'; 18$lang['firenews_author_news_ph'] = 'The news ...'; 19$lang['firenews_author_group'] = 'Which group can see this news'; 20$lang['firenews_author_group_tp'] = 'The groups are going to be writte without the @ here: <br> name,name,name'; 21$lang['firenews_author_group_ph'] = 'ITgroup,admin,...'; 22$lang['firenews_author_sendgroup'] = 'Send email to choosen group'; 23$lang['firenews_author_author'] = 'Author'; 24$lang['firenews_author_submit'] = 'Publish'; 25$lang['firenews_author_preview'] = 'Preview'; 26$lang['firenews_author_message_info'] = 'News Created!'; 27$lang['firenews_author_message_error'] = 'The page doesn\'t exists!'; 28 29//Edit News /HTMLTemplates/editnews/ 30$lang['firenews_editnews_save'] = 'Save'; 31$lang['firenews_editnews_delete'] = 'Delete'; 32$lang['firenews_editnews_header'] = 'Edit News'; 33$lang['firenews_editnews_message_save'] = 'News saved!'; 34$lang['firenews_editnews_message_delete'] = 'News deleted!'; 35 36