package WebGUI::i18n::English::Article;
our $I18N = {
1 => q|Article|,
3 => q|Start Date|,
4 => q|End Date|,
6 => q|Image|,
7 => q|Link Title|,
8 => q|Link URL|,
9 => q|Attachment|,
10 => q|Convert carriage returns?|,
11 => q|(Select "Yes" only if you aren't adding <br> manually.)|,
12 => q|Edit Article|,
13 => q|Delete|,
22 => q|Author|,
23 => q|Date|,
24 => q|Post Response|,
28 => q|View Responses|,
61 => q|Article, Add/Edit|,
71 => q|Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article.
NOTE: You can create a multi-paged article by placing the seperator macro (^-;) at various places through-out your article.
Allow discussion?
Checking this box will enable responses to your article much like Articles on Slashdot.org.
|, 73 => q|The following template variables are available for article templates.
new.template<a href="<tmpl_var new.template>999">Read more...</a>
description.full
The full description without any pagination. (For the paginated description use "description" instead.)
description.first.100words
The first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.75words
The first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.50words
The first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.25words
The first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.10words
The first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.paragraph
The first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.
description.first.2paragraphs
The first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.
description.first.sentence
The first sentence in the description. A sentence is determined by counting the periods found in the text.
description.first.2sentences
The first two sentences in the description. A sentence is determined by counting the periods found in the text.
description.first.3sentences
The first three sentences in the description. A sentence is determined by counting the periods found in the text.
description.first.4sentences
The first four sentences in the description. A sentence is determined by counting the periods found in the text.
attachment.box
Outputs a standard WebGUI attachment box including icon, filename, and attachment indicator.