From 4b859e5adac10a38157be0cb50a84bc47020a3bc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 19 Mar 2009 16:25:19 +0000 Subject: [PATCH] Add Help, missing help titles to i18n. --- lib/WebGUI/Help/Asset_StoryTopic.pm | 7 +++ lib/WebGUI/i18n/English/Asset_StoryTopic.pm | 48 +++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/lib/WebGUI/Help/Asset_StoryTopic.pm b/lib/WebGUI/Help/Asset_StoryTopic.pm index a79e04ec4..65f4243b6 100644 --- a/lib/WebGUI/Help/Asset_StoryTopic.pm +++ b/lib/WebGUI/Help/Asset_StoryTopic.pm @@ -19,6 +19,13 @@ our $HELP = { ], fields => [], variables => [ + { 'name' => 'story_loop', + 'variables' => [ + { 'name' => 'url' }, + { 'name' => 'title' }, + { 'name' => 'creationDate' }, + ], + }, ], related => [] }, diff --git a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm index d24431a8e..449fa0a53 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm @@ -45,6 +45,54 @@ our $I18N = { lastUpdated => 0 }, + 'template' => { + message => q|Main Template|, + context => q|Label in the edit screen and template.|, + lastUpdated => 0 + }, + + 'template help' => { + message => q|The Template used to display the Story Topic.|, + context => q|Hoverhelp in the edit screen and template.|, + lastUpdated => 0 + }, + + 'story_loop' => { + message => q|A loop containing the most recent stories for this topic.|, + context => q|Template variable.|, + lastUpdated => 0, + }, + + 'url' => { + message => q|The URL to view a story.|, + context => q|Template variable.|, + lastUpdated => 0, + }, + + 'title' => { + message => q|The title of a story.|, + context => q|Template variable.|, + lastUpdated => 0, + }, + + 'creationDate' => { + message => q|The epoch date when this story was created, or submitted, to its Story Archive.|, + context => q|Template variable.|, + lastUpdated => 0, + }, + + 'view template' => { + message => q|View Story Topic Template|, + context => q|Template variable.|, + lastUpdated => 0, + }, + + 'storytopic asset template variables title' => { + message => q|Story Topic Asset Template Variables|, + context => q|Template variable.|, + lastUpdated => 0, + }, + }; 1;