fix i18n and cursor (to show clickability)
This commit is contained in:
parent
13d65d8b4a
commit
ca2a91f2d4
5 changed files with 50 additions and 13 deletions
|
|
@ -1469,6 +1469,12 @@ Couldn't open %-s because %-s <br />
|
|||
context => q{Class, as in name of class, or type of asset},
|
||||
},
|
||||
|
||||
'history' => {
|
||||
message => q{History},
|
||||
lastUpdated => 0,
|
||||
context => q{Label for list of asset's revisions},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -483,6 +483,18 @@ our $I18N = {
|
|||
context => q{},
|
||||
},
|
||||
|
||||
'publish' => {
|
||||
message => q{Publish},
|
||||
lastUpdated => 0,
|
||||
context => q{Label to commit/publish a version tag},
|
||||
},
|
||||
|
||||
'leave' => {
|
||||
message => q{Leave},
|
||||
lastUpdated => 0,
|
||||
context => q{Label to leave a version tag},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -4698,6 +4698,23 @@ Users may override this setting in their profile.
|
|||
context => 'Description for pick style template page',
|
||||
},
|
||||
|
||||
'show all' => {
|
||||
message => q{Show All},
|
||||
lastUpdated => 0,
|
||||
context => q{Label to remove filtering and show all items in a list. Used by the Admin bar Clipboard pane.},
|
||||
},
|
||||
|
||||
'asset helpers' => {
|
||||
message => q{Asset Helpers},
|
||||
lastUpdated => 0,
|
||||
context => q{Label for the asset helpers list. Used by the Admin bar.},
|
||||
},
|
||||
|
||||
'log out' => {
|
||||
message => q{Log Out},
|
||||
lastUpdated => 0,
|
||||
context => q{Label for button to log out.},
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue