<?php
/**
 * English language file for anewssystem
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Taggic <taggic@t-online.de>
 */
/******************************************************************************/
// anewssystem controls
$lang['anss_input_btn_save']       = 'Publish';
$lang['anss_input_btn_save_descr'] = 'add the news article';

/******************************************************************************/
// anewssystem text
$lang['news_added']    = 'Your article was stored successfully.';
$lang['no_permission'] = 'Write access denied. You are not allowed to write news.';

/******************************************************************************/
// template related text
$lang['anchordescr']     = 'unique id to reference the article';
$lang['headdescr']       = 'give it an expressive headline';
$lang['linkdescr']       = 'link the page where the news relate to';
$lang['startdescr']      = 'first appearance of the article in the list';
$lang['stopdescr']       = 'on this day the article will disappear';
$lang['msgdescr']        = 'write a news summary';
$lang['authordescr']     = 'author info, will be visible beside date info';
$lang['tagdescr']        = 'as option for the syntax line, separate by pipe or blank if multiple';
$lang['del_title']       = 'Delete this News record';
$lang['newsflash_title'] = 'NEWS flash';
$lang['anss_edit_imgttl']= 'Edit';
$lang['lnk_back']        = '&laquo; back';
$lang['allnews']         = 'all News';
$lang['noNews']          = 'No current news';
$lang['wordcount']       = '&nbsp;&nbsp;(word count: " + output + " of " + max + " )';
$lang['wordcount2']      = '&nbsp;&nbsp;(word count: 0 of ';

/******************************************************************************/
// WYSIWYG Editor related text
$lang['Undo']            = 'Undo';
$lang['Redo']            = 'Redo';
$lang['Clean']           = 'Clean';
$lang['Remove formatting'] = 'Remove formatting';

$lang['Bold']            = 'Bold';
$lang['Italic']          = 'Italic';
$lang['Underline']       = 'Underline';

$lang['Font color']      = 'Font color';
$lang['Background color'] = 'Background color';

$lang['Strikethrough']   = 'Strikethrough';
$lang['Superscript']     = 'Superscript';
$lang['Subscript']       = 'Subscript';

$lang['Left align']      = 'Left align';
$lang['Center align']    = 'Center align';
$lang['Right align']     = 'Right align';
$lang['Full align']      = 'Full align';

$lang['Add indentation'] = 'Add indentation';
$lang['Delete indentation'] = 'Delete indentation';
$lang['Numbered list']   = 'Numbered list';
$lang['Dotted list']     = 'Dotted list';

$lang['H-Ruler']         = 'H-Ruler';
$lang['Quote']           = 'Quote';
$lang['Code']            = 'Code';
$lang['Hyperlink']       = 'Hyperlink';
$lang['Unlink']          = 'Unlink';

$lang['Smaller']         = 'Smaller';
$lang['Bigger']          = 'Bigger';
