1<?php
2/**
3 * English language file for anewssystem plugin
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Taggic@t-online.de
7 */
8
9// for the configuration manager
10$lang['d_format']       = 'Define the date format (e.g. Y-m-d)';
11$lang['news_datafile']  = 'Set the path to the namespace:newsdata file';
12$lang['prev_length']    = 'Define the quantity of previewed words per news post in NewsFlash';
13$lang['newsflash_link'] = 'provide News flash link';
14$lang['hide_anchorID']  = 'hide Anchor ID';
15$lang['wysiwyg']        = 'use WYSIWIG Editor (uses HTML instead of DW Syntax !)';
16$lang['soapp']          = 'show only one article per page';       // soapp = show one article per page (instead of all news)
17$lang['yh_level']       = 'headline level for year cluster of All News articles';
18$lang['mh_level']       = 'headline level for month cluster of All News articles';
19$lang['h_level']        = 'headline level for All News articles itself';
20$lang['lnk_newsarchive']= 'text for archive link';
21$lang['act_delim']      = 'some templates / dw-version use questionmark instead of ampersand at action links';
22$lang['convert']        = 'Link a thumbshots online service';