fixed #10706: FriendManager Style/Layout template options
This commit is contained in:
parent
5bd2fc5f5c
commit
74d1be7799
4 changed files with 77 additions and 6 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue