i18n for template types

This commit is contained in:
Colin Kuskie 2006-01-23 23:47:27 +00:00
parent 74b01f732e
commit c0324701ee
2 changed files with 12 additions and 0 deletions

View file

@ -156,6 +156,7 @@ sub getEditForm {
-options=>\%parsers,
-value=>$value,
-label=>$i18n->get('parser'),
-label=>$i18n->get('parser description'),
);
}
return $tabform;

View file

@ -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