fix i18n and cursor (to show clickability)

This commit is contained in:
Doug Bell 2010-08-19 12:07:50 -05:00
parent 13d65d8b4a
commit ca2a91f2d4
5 changed files with 50 additions and 13 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;