Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
28
lib/WebGUI/i18n/English/Macro_FileUrl.pm
Normal file
28
lib/WebGUI/i18n/English/Macro_FileUrl.pm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
package WebGUI::i18n::English::Macro_FileUrl;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|File Url|,
|
||||
lastUpdated => 1128838332,
|
||||
},
|
||||
|
||||
'invalid url' => {
|
||||
message => q|Invalid Asset URL|,
|
||||
lastUpdated => 1134855446,
|
||||
},
|
||||
|
||||
'no storage' => {
|
||||
message => q|The Asset you requested does not store files.|,
|
||||
lastUpdated => 1153498370,
|
||||
},
|
||||
|
||||
'no filename' => {
|
||||
message => q|The Asset you requested does not have a filename property.|,
|
||||
lastUpdated => 1153618016,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue