i18n'ed three headers in Asset/www_manageVersions
Wrote help for Asset/www_manageVersions
This commit is contained in:
parent
4e639c53fc
commit
45b61ec3ac
3 changed files with 33 additions and 4 deletions
|
|
@ -120,13 +120,19 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q|manage revisions in tag|
|
||||
},
|
||||
|
||||
|
||||
'revision date' => {
|
||||
message => q|Revision Date|,
|
||||
lastUpdated => 0,
|
||||
context => q|manage revisions in tag|
|
||||
},
|
||||
|
||||
|
||||
'tag name' => {
|
||||
message => q|Tag Name|,
|
||||
lastUpdated => 0,
|
||||
context => q|manage revisions in tag|
|
||||
},
|
||||
|
||||
'type' => {
|
||||
message => q|Type|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -795,6 +801,17 @@ Couldn't open %-s because %-s <br />
|
|||
lastUpdated => 1129420080,
|
||||
},
|
||||
|
||||
'committed versions' => {
|
||||
message => q|Committed Versions|,
|
||||
lastUpdated => 0,
|
||||
context => q|Admin console label for manage versions.|
|
||||
},
|
||||
|
||||
'manage versions body' => {
|
||||
message => q|<p>This screen displays a list of all versions for the current Asset, showing the date it was committed or opened, who owns the tag for that version, and the name of the version tag. Icons will allow you purge a revision and remove it from the system or to view that particular version of the Asset. The version tag name is a link that will take you to the Manage Revisions in Tag screen.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Assets|,
|
||||
lastUpdated => 1128920336,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue