Inbox Copy sender code, settings and i18n.

This commit is contained in:
Colin Kuskie 2009-03-10 13:59:00 -07:00
parent 0695e4f4fc
commit 51021e5974
2 changed files with 44 additions and 21 deletions

View file

@ -721,6 +721,17 @@ our $I18N = {
context => "template variable for view inbox template",
},
'inbox copy sender label' => {
message => q|Copy Sender on Messages?|,
context => q|Copy, as in receive a copy. Label for Account/Inbox settings|,
lastUpdated => 0,
},
'inbox copy sender hoverHelp' => {
message => q|If this setting is 'yes', users will receive a copy of messages that they send using the inbox.|,
lastUpdated => 0,
},
};
1;