83 lines
2 KiB
Perl
83 lines
2 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,
|
|
},
|
|
|
|
'remove friends' => {
|
|
message => q{Remove Friends},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'add new friends' => {
|
|
message => q{Add New Friends},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'Friend Manager View Template' => {
|
|
message => q{Friend Manager View Template},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'group_loop' => {
|
|
message => q{A loop containing 1 entry for each group that is set to be managed.},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'groupId' => {
|
|
message => q{The GUID of the group.},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'groupName' => {
|
|
message => q{The name of the group.},
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|