webgui/lib/WebGUI/i18n/English/Snippet.pm
2005-02-25 03:37:18 +00:00

30 lines
907 B
Perl

package WebGUI::i18n::English::Snippet;
our $I18N = {
'snippet' => {
message => q|Snippet|,
lastUpdated => 1104629663,
context => 'Default name of all snippets'
},
'snippet add/edit title' => {
message => q|Snippet, Add/Edit|,
lastUpdated => 1104630516,
},
'snippet add/edit body' => {
message => q|<P>Snippets are bits of text that may be reused on your site. Things like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.</P>
<P>Since Snippets are Assets, so they have all the properties that Assets do.</P>
<P><b>Snippet</b><br/>
This is the snippet. Either type it in or copy and paste it into the form field.
|,
context => 'Describing snippets and its sole field.',
lastUpdated => 1106683569,
},
};
1;