move asset files into a namespace
This commit is contained in:
parent
3ba1218809
commit
8744495b1d
60 changed files with 281 additions and 312 deletions
68
lib/WebGUI/i18n/English/Asset_File.pm
Normal file
68
lib/WebGUI/i18n/English/Asset_File.pm
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
package WebGUI::i18n::English::Asset_File;
|
||||
|
||||
our $I18N = {
|
||||
'file add/edit title' => {
|
||||
message => q|File, Add/Edit|,
|
||||
lastUpdated => 1106683494,
|
||||
},
|
||||
|
||||
'file add/edit body' => {
|
||||
message => q|<P>File Assets are files on your site that are available for users to download. If you would like to have multiple files available, try using a FilePile Asset.</P>
|
||||
|
||||
<P>Since Files are Assets, so they have all the properties that Assets do. Below are the properties that are specific to Image Assets:</P>
|
||||
|
||||
<P><b>^International("new file","Asset_File");</b><br/>
|
||||
Enter the path to a file, or use the "Browse" button to find a file on your local hard
|
||||
drive that you would like to be uploaded.
|
||||
|
||||
<P><b>^International("current file","Asset_File");</b><br/>
|
||||
If this Asset already contains a file, a link to the file with its associated icon will be shown.
|
||||
|
||||
|,
|
||||
context => 'Describing file add/edit form specific fields',
|
||||
lastUpdated => 1106762796,
|
||||
},
|
||||
'file template title' => {
|
||||
message => q|File, Template|,
|
||||
lastUpdated => 1109287565,
|
||||
},
|
||||
|
||||
'file template body' => {
|
||||
message => q|<p>The following variables are available in File Templates:</p>
|
||||
|
||||
<P><b>attachment.icon</b><br/>
|
||||
The icon which describes the type of file.
|
||||
|
||||
<P><b>attachment.url</b><br/>
|
||||
The URL to the file.
|
||||
|
||||
<P><b>attachment.name</b><br/>
|
||||
The name of the file.
|
||||
|
||||
<P><b>attachment.size</b><br/>
|
||||
The size of the file.
|
||||
|
||||
<P><b>attachment.type</b><br/>
|
||||
The type of the file (PDF, etc.)
|
||||
|
||||
|,
|
||||
context => 'Describing the file template variables',
|
||||
lastUpdated => 1109287834,
|
||||
},
|
||||
|
||||
|
||||
'current file' => {
|
||||
message => q|Current file|,
|
||||
context => q|label for File asset form|,
|
||||
lastUpdated => 1106762086
|
||||
},
|
||||
|
||||
'new file' => {
|
||||
message => q|New file to upload|,
|
||||
context => q|label for File asset form|,
|
||||
lastUpdated => 1106762088
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue