added Carousel wobject

This commit is contained in:
Yung Han Khoe 2009-04-04 17:10:00 +00:00
parent 22665cbdf3
commit 964d8cf9e2
3 changed files with 411 additions and 0 deletions

View file

@ -0,0 +1,38 @@
package WebGUI::i18n::English::Asset_Carousel;
use strict;
our $I18N = {
'assetName' => {
message => q|Carousel|,
lastUpdated => 0,
context => q|The name of this asset, used in the admin bar.|
},
'carousel template label' => {
message => q|Carousel template|,
lastUpdated => 0,
context => q|Label of the carousel template field on the edit screen.|
},
'carousel template description' => {
message => q|Select a template for this carousel.|,
lastUpdated => 0,
context => q|Description of the carousel template field, used as hover help.|
},
'payload label' => {
message => q|Payload|,
lastUpdated => 0,
context => q|Label of the payload field on the edit screen.|
},
'payload description' => {
message => q|Enter a javacript script tag, flash object html, etc to process this carousel's items.|,
lastUpdated => 0,
context => q|Description of the payload field, used as hover help.|
},
};
1;
#vim:ft=perl