Browse Source

add pBroadcast* stuff from broadcast message stuff, see r25 and r26

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@28 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 19 years ago
parent
commit
ee874a7fcd
  1. 10
      languages/default.lang
  2. 10
      languages/en.lang

10
languages/default.lang

@ -326,4 +326,14 @@ $PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
$PALANG['pSearch'] = 'search';
$PALANG['pSearch_welcome'] = 'Searching for: ';
$PALANG['pBroadcast_title'] = 'Send broadcast message';
$PALANG['pBroadcast_from'] = 'From';
$PALANG['pBroadcast_from_help'] = 'From address should be like e.g. "Systems Team" <suport@my.domain.tld>';
$PALANG['pBroadcast_subject'] = 'Subject';
$PALANG['pBroadcast_message'] = 'Message';
$PALANG['pBroadcast_send'] = 'Send message';
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.';
$PALANG['pAdminMenu_broadcast_message'] = 'BC message';
$PALANG['pBroadcast_error_empty'] = 'The fields From, Subject and Message should\'t be empty !';
?>

10
languages/en.lang

@ -324,4 +324,14 @@ $PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
$PALANG['pSearch'] = 'search';
$PALANG['pSearch_welcome'] = 'Searching for: ';
$PALANG['pBroadcast_title'] = 'Send broadcast message';
$PALANG['pBroadcast_from'] = 'From';
$PALANG['pBroadcast_from_help'] = 'From address should be like e.g. "Systems Team" <suport@my.domain.tld>';
$PALANG['pBroadcast_subject'] = 'Subject';
$PALANG['pBroadcast_message'] = 'Message';
$PALANG['pBroadcast_send'] = 'Send message';
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.';
$PALANG['pAdminMenu_broadcast_message'] = 'BC message';
$PALANG['pBroadcast_error_empty'] = 'The fields From, Subject and Message should\'t be empty !';
?>
Loading…
Cancel
Save