36 lines
777 B
Perl
36 lines
777 B
Perl
package WebGUI::i18n::English::Template;
|
|
|
|
our $I18N = {
|
|
'namespace' => {
|
|
message => q|Namespace|,
|
|
context => q|label for Template Add/Edit Form|,
|
|
lastUpdated => 1107391021,
|
|
},
|
|
|
|
'show in forms' => {
|
|
message => q|Show in Forms?|,
|
|
context => q|label for Template Add/Edit Form|,
|
|
lastUpdated => 1107391135,
|
|
},
|
|
|
|
'template' => {
|
|
message => q|Template|,
|
|
context => q|label for Template Add/Edit Form|,
|
|
lastUpdated => 1107391162,
|
|
},
|
|
|
|
'edit template' => {
|
|
message => q|Edit Template|,
|
|
context => q|label for Template AdminConsole form|,
|
|
lastUpdated => 1107391263,
|
|
},
|
|
|
|
'template error' => {
|
|
message => q|There is a syntax error in this template. Please correct.|,
|
|
context => q|Error when executing template|,
|
|
lastUpdated => 1107391368,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|