copy asset pop-up menu

This commit is contained in:
James Tolley 2007-07-11 00:07:17 +00:00
parent de4da68884
commit f33e7533f4
5 changed files with 79 additions and 21 deletions

View file

@ -241,6 +241,24 @@ our $I18N = {
context => q|Used in asset context menus.|
},
'this asset only' => {
message => q|This Asset Only|,
lastUpdated => 0,
context => q|Used in the small pop-up copy menu.|
},
'with children' => {
message => q|With Children|,
lastUpdated => 0,
context => q|Used in the small pop-up copy menu.|
},
'with descendants' => {
message => q|With Descendants|,
lastUpdated => 0,
context => q|Used in the small pop-up copy menu.|
},
'create shortcut' => {
message => q|Create Shortcut|,
lastUpdated => 0,