Add Promote and Demote helpers.
This commit is contained in:
parent
39ffaba487
commit
7d9ee7b0a6
5 changed files with 330 additions and 0 deletions
|
|
@ -1394,6 +1394,30 @@ Couldn't open %-s because %-s <br />
|
|||
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.},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue