internationalize the add Asset version tag form

This commit is contained in:
Colin Kuskie 2005-10-15 19:14:10 +00:00
parent 18b544e293
commit 76c0917df0
2 changed files with 14 additions and 2 deletions

View file

@ -357,8 +357,9 @@ sub www_addVersionTag {
);
$f->text(
-name=>"name",
-label=>"Version Tag Name",
-value=>$tag->{name}
-label=>$i18n->("version tag name"),
-hoverHelp=>$i18n->("version tag name description"),
-value=>$tag->{name},
);
$f->submit;
return $ac->render($f->print,$i18n->get("add version tag"));

View file

@ -79,6 +79,17 @@ our $I18N = {
context => q|Admin console label.|
},
'version tag name' => {
message => q|Version Tag Name|,
lastUpdated => 1129403466,
context => q|Admin console label.|
},
'version tag name description' => {
message => q|<p>Enter a name to tag the work you will do on this version of the asset. The tag will be used to reference this work when it is time to commit, rollback or make further edits.</p>|,
lastUpdated => 1129403469,
},
'content versioning' => {
message => q|Content Versioning|,
lastUpdated => 0,