added explicit locking

This commit is contained in:
JT Smith 2006-03-16 02:01:17 +00:00
parent e23d239e2a
commit ea09f24608
5 changed files with 39 additions and 5 deletions

View file

@ -55,6 +55,12 @@ our $I18N = {
context => q|The label for the purge button in the trash manager.|
},
'lock' => {
message => q|Lock|,
lastUpdated => 0,
context => q|A context menu item to lock an asset for editing.|
},
'locked' => {
message => q|Locked|,
lastUpdated => 0,