i18n for template types
This commit is contained in:
parent
74b01f732e
commit
c0324701ee
2 changed files with 12 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ sub getEditForm {
|
|||
-options=>\%parsers,
|
||||
-value=>$value,
|
||||
-label=>$i18n->get('parser'),
|
||||
-label=>$i18n->get('parser description'),
|
||||
);
|
||||
}
|
||||
return $tabform;
|
||||
|
|
|
|||
|
|
@ -80,6 +80,17 @@ Give this template a descriptive name so that you'll know what it is when you're
|
|||
lastUpdated => 1119979645,
|
||||
},
|
||||
|
||||
'parser' => {
|
||||
message => q|Template Type|,
|
||||
lastUpdated => 1119979645,
|
||||
},
|
||||
|
||||
'parser description' => {
|
||||
message => q|If your configuration file lists multiple template engines, then select which type of template this is so that WebGUI can send it to the correct one.
|
||||
<p/>|,
|
||||
lastUpdated => 1119979645,
|
||||
},
|
||||
|
||||
'685' => {
|
||||
message => q|Template, Delete|,
|
||||
lastUpdated => 1038791020
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue