1<?php
2/**
3 * English language file for anewssystem
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Taggic <taggic@t-online.de>
7 */
8/******************************************************************************/
9// anewssystem controls
10$lang['anss_input_btn_save']       = 'Publish';
11$lang['anss_input_btn_save_descr'] = 'add the news article';
12
13/******************************************************************************/
14// anewssystem text
15$lang['news_added']    = 'Your article was stored successfully.';
16$lang['no_permission'] = 'Write access denied. You are not allowed to write news.';
17
18/******************************************************************************/
19// template related text
20$lang['anchordescr']     = 'unique id to reference the article';
21$lang['headdescr']       = 'give it an expressive headline';
22$lang['linkdescr']       = 'link the page where the news relate to';
23$lang['startdescr']      = 'first appearance of the article in the list';
24$lang['stopdescr']       = 'on this day the article will disappear';
25$lang['msgdescr']        = 'write a news summary';
26$lang['authordescr']     = 'author info, will be visible beside date info';
27$lang['tagdescr']        = 'as option for the syntax line, separate by pipe or blank if multiple';
28$lang['del_title']       = 'Delete this News record';
29$lang['newsflash_title'] = 'NEWS flash';
30$lang['anss_edit_imgttl']= 'Edit';
31$lang['lnk_back']        = '&laquo; back';
32$lang['allnews']         = 'all News';
33$lang['noNews']          = 'No current news';
34$lang['wordcount']       = '&nbsp;&nbsp;(word count: " + output + " of " + max + " )';
35$lang['wordcount2']      = '&nbsp;&nbsp;(word count: 0 of ';
36
37/******************************************************************************/
38// WYSIWYG Editor related text
39$lang['Undo']            = 'Undo';
40$lang['Redo']            = 'Redo';
41$lang['Clean']           = 'Clean';
42$lang['Remove formatting'] = 'Remove formatting';
43
44$lang['Bold']            = 'Bold';
45$lang['Italic']          = 'Italic';
46$lang['Underline']       = 'Underline';
47
48$lang['Font color']      = 'Font color';
49$lang['Background color'] = 'Background color';
50
51$lang['Strikethrough']   = 'Strikethrough';
52$lang['Superscript']     = 'Superscript';
53$lang['Subscript']       = 'Subscript';
54
55$lang['Left align']      = 'Left align';
56$lang['Center align']    = 'Center align';
57$lang['Right align']     = 'Right align';
58$lang['Full align']      = 'Full align';
59
60$lang['Add indentation'] = 'Add indentation';
61$lang['Delete indentation'] = 'Delete indentation';
62$lang['Numbered list']   = 'Numbered list';
63$lang['Dotted list']     = 'Dotted list';
64
65$lang['H-Ruler']         = 'H-Ruler';
66$lang['Quote']           = 'Quote';
67$lang['Code']            = 'Code';
68$lang['Hyperlink']       = 'Hyperlink';
69$lang['Unlink']          = 'Unlink';
70
71$lang['Smaller']         = 'Smaller';
72$lang['Bigger']          = 'Bigger';
73