move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
40
lib/WebGUI/i18n/English/Asset_Snippet.pm
Normal file
40
lib/WebGUI/i18n/English/Asset_Snippet.pm
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue