You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-14 12:02:20 +03:00
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
This commit is contained in:
@@ -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 !';
|
||||
?>
|
||||
|
||||
@@ -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 !';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user