webgui/lib/WebGUI/i18n/English/Account_FriendManager.pm
Colin Kuskie 100b900dd2 Beginning of edit user friend interface.
Change prefix of templates from friendManager to fm.
2009-04-06 10:34:54 -07:00

53 lines
1.4 KiB
Perl

package WebGUI::i18n::English::Account_FriendManager;
use strict;
our $I18N = {
'setting groupIdAdminFriends label' => {
message => q{Friends Manager},
lastUpdated => 0,
},
'setting 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,
},
'edit template label' => {
message => q{Edit Friends Template},
lastUpdated => 0,
},
'edit template hoverHelp' => {
message => q{This template renders the interface for adding or removing friends for a user.},
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;