Instrument www_demote, www_promote, demote, promote and swapRank with ProgressBar code.
This commit is contained in:
parent
cbc308c55a
commit
e518dbe1b3
4 changed files with 70 additions and 18 deletions
|
|
@ -217,13 +217,31 @@ our $I18N = {
|
|||
'restore' => {
|
||||
message => q|Restore|,
|
||||
lastUpdated => 0,
|
||||
context => q|Used in asset context menus.|
|
||||
context => q|Used in asset context menus.|,
|
||||
},
|
||||
|
||||
'promote' => {
|
||||
message => q|Promote|,
|
||||
lastUpdated => 0,
|
||||
context => q|Used in asset context menus.|
|
||||
context => q|Used in asset context menus.|,
|
||||
},
|
||||
|
||||
'promote %s' => {
|
||||
message => q|promote %s|,
|
||||
lastUpdated => 0,
|
||||
context => q|Used in asset context menus.|,
|
||||
},
|
||||
|
||||
'swap first' => {
|
||||
message => q|swap first|,
|
||||
lastUpdated => 0,
|
||||
context => q|swap, to exchange places|,
|
||||
},
|
||||
|
||||
'swap second' => {
|
||||
message => q|swap second|,
|
||||
lastUpdated => 0,
|
||||
context => q|swap, to exchange places|,
|
||||
},
|
||||
|
||||
'promote help' => {
|
||||
|
|
@ -242,6 +260,12 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'demote %s' => {
|
||||
message => q|demote %s|,
|
||||
lastUpdated => 0,
|
||||
context => q|Used in asset context menus.|,
|
||||
},
|
||||
|
||||
'cut' => {
|
||||
message => q|Cut|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue