Add the Lock Asset AssetHelper

This commit is contained in:
Colin Kuskie 2009-12-02 15:25:31 -08:00
parent e17a783efa
commit 3e11f711b3
3 changed files with 165 additions and 0 deletions

View file

@ -1418,6 +1418,18 @@ Couldn't open %-s because %-s <br />
context => q{%s will be replaced by the title of the asset.},
},
'already locked' => {
message => q{The asset %s is already locked.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'locked asset' => {
message => q{Locked the asset %s.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
};
1;