internationalize Template
This commit is contained in:
parent
e8acad1e4f
commit
778bfe3a6e
2 changed files with 42 additions and 6 deletions
36
lib/WebGUI/i18n/English/Template.pm
Normal file
36
lib/WebGUI/i18n/English/Template.pm
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue