fixed #10706: FriendManager Style/Layout template options

This commit is contained in:
Patrick Donelan 2009-07-28 05:00:09 +00:00
parent 5bd2fc5f5c
commit 74d1be7799
4 changed files with 77 additions and 6 deletions

View file

@ -12,6 +12,26 @@ our $I18N = {
message => q{Group to manage friends, to assign people to one another and to view the interface for managing friends.},
lastUpdated => 0,
},
'style template label' => {
message => q|Style Template|,
lastUpdated => 0
},
'style template hoverHelp' => {
message => q|Select a style template from the list to enclose the Friend Manager tab in.|,
lastUpdated => 0
},
'layout template label' => {
message => q|Layout Template|,
lastUpdated => 0
},
'layout template hoverHelp' => {
message => q{Choose a layout template in which to enclose the content from the various methods within the Friend Manager tab},
lastUpdated => 0
},
'view template label' => {
message => q{View Template},