Add managed Friends network, allowing a designated group to add and remove

friends from each other groups.
This commit is contained in:
Colin Kuskie 2009-05-14 02:25:36 +00:00
commit 535621e8b6
7 changed files with 80 additions and 18 deletions

View file

@ -3749,7 +3749,6 @@ LongTruncOk=1</p>
lastUpdated => 0,
},
'settings groupIdAdminAdSpace label' => {
message => q{AdSpace},
lastUpdated => 0,
@ -3791,6 +3790,15 @@ LongTruncOk=1</p>
},
'settings groupIdAdminFriends label' => {
message => q{Friends},
lastUpdated => 0,
},
'settings groupIdAdminFriends hoverHelp' => {
message => q{Group to manage friends.},
lastUpdated => 0,
},
'settings groupIdAdminGraphics label' => {
message => q{Graphics},
lastUpdated => 0,
@ -4387,6 +4395,12 @@ Users may override this setting in their profile.
message => q|The email address that this site would use to send an SMS message.|,
lastUpdated => 1235695517,
},
'Select One' => {
message => q|Select One|,
context => q|Label in dropdown lists, indicating that the user should use the list to select 1 entry. It is implied that if nothing is chosen, that nothing will happen.|,
lastUpdated => 1239057119,
},
};