Install, config and base module for FriendManager.

This commit is contained in:
Colin Kuskie 2009-03-26 10:49:54 -07:00
parent 8dd59e5d92
commit 968544580a
2 changed files with 162 additions and 0 deletions

View file

@ -0,0 +1,43 @@
package WebGUI::i18n::English::FriendManager;
use strict;
our $I18N = {
'settings groupIdAdminFriends label' => {
message => q{Friends Manager},
lastUpdated => 0,
},
'settings groupIdAdminFriends hoverHelp' => {
message => q{Group to manage friends, to assign people to one another and to view the interface for managing friends.},
lastUpdated => 0,
},
'view template label' => {
message => q{View Template},
lastUpdated => 0,
},
'view template hoverHelp' => {
message => q{This template renders the Friend Manager itself, inside the layout and style templates.},
lastUpdated => 0,
},
'groupsToManageFriends label' => {
message => q{Groups to Manage as Friends},
lastUpdated => 0,
},
'groupsToManageFriends hoverHelp' => {
message => q{Choose groups of users whose Friends Networks you want to Manage.},
lastUpdated => 0,
},
'title' => {
message => q{Friend Manager},
lastUpdated => 0,
},
};
1;