moved Asset/Snippet help into its own files
This commit is contained in:
parent
0728c5375d
commit
fa532301da
5 changed files with 49 additions and 35 deletions
|
|
@ -157,29 +157,6 @@ argument.
|
|||
context => 'The default name of all assets.'
|
||||
},
|
||||
|
||||
'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,
|
||||
},
|
||||
|
||||
'extra head tags' => {
|
||||
message => q|Extra HEAD tags|,
|
||||
context => q|label for Asset form|,
|
||||
|
|
|
|||
30
lib/WebGUI/i18n/English/Snippet.pm
Normal file
30
lib/WebGUI/i18n/English/Snippet.pm
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue