Merge branch 'asset-helpers' into 8

Conflicts:
	README
	lib/WebGUI/Role/Asset/AlwaysHidden.pm
This commit is contained in:
Doug Bell 2010-02-17 15:24:46 -06:00
commit 845ede878a
24 changed files with 2089 additions and 2 deletions

View file

@ -1370,6 +1370,66 @@ Couldn't open %-s because %-s <br />
context => q{},
},
'cut asset' => {
message => q{Asset %s was cut to the clipboard.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'copied asset' => {
message => q{Asset %s was copied to the clipboard.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'copied asset with children' => {
message => q{Asset %s was copied to the clipboard with its children.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'copied asset with descendants' => {
message => q{Asset %s was copied to the clipboard with all descendants.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'promoted asset' => {
message => q{Asset %s was promoted.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'unable to promote asset' => {
message => q{Unable to promote asset %s.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'demoted asset' => {
message => q{Asset %s was demoted.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'unable to demote asset' => {
message => q{Unable to demote asset %s.},
lastUpdated => 0,
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;