40 lines
1.2 KiB
Perl
40 lines
1.2 KiB
Perl
package WebGUI::i18n::English::Asset_Snippet;
|
|
|
|
our $I18N = {
|
|
|
|
'snippet' => {
|
|
message => q|Snippet|,
|
|
lastUpdated => 1104629663,
|
|
context => 'Default name of all snippets'
|
|
},
|
|
|
|
'process as template' => {
|
|
message => q|Process as template?|,
|
|
lastUpdated => 1104630516,
|
|
},
|
|
|
|
'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.
|
|
</p>
|
|
|
|
<p><b>Process as template?</b><br />
|
|
This will run the snippet through the template engine. It will enable you to use session variables in the snippet, but it is a little slower.
|
|
</p>
|
|
|,
|
|
context => 'Describing snippets and its sole field.',
|
|
lastUpdated => 1106683569,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|