50 lines
1.4 KiB
Perl
50 lines
1.4 KiB
Perl
package WebGUI::i18n::English::Asset_StoryTopic;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'assetName' => {
|
|
message => q|Story Topic|,
|
|
context => q|An Asset that displays stories based on keywords.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'stories per topic' => {
|
|
message => q|Stories Per Topic|,
|
|
context => q|Label in the edit screen and template.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'stories per topic' => {
|
|
message => q|The number of stories displayed in RSS and Atom feeds from this Story Topic, and when viewing the Topic directly.|,
|
|
context => q|Hoverhelp in the edit screen and template.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'stories short' => {
|
|
message => q|Stories Per Page|,
|
|
context => q|Label in the edit screen and template.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'stories short help' => {
|
|
message => q|The number of stories displayed on a page.|,
|
|
context => q|Hoverhelp in the edit screen and template.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'story template' => {
|
|
message => q|Story Template|,
|
|
context => q|Label in the edit screen and template.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'story template help' => {
|
|
message => q|The Template used to display Story assets from this Story Topic.|,
|
|
context => q|Hoverhelp in the edit screen and template.|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
};
|
|
|
|
1;
|