forked from extern/egroupware
Updated the wording for Sending/Receiving email notifications.
This commit is contained in:
parent
a227ddd92e
commit
1de46d028c
@ -175,7 +175,7 @@
|
|||||||
display_item(lang('default calendar filter'),$str);
|
display_item(lang('default calendar filter'),$str);
|
||||||
|
|
||||||
$str = '<input type="checkbox" name="send_updates" value="True"'.($phpgw_info['user']['preferences']['calendar']['send_updates'] == 'Y' || $phpgw_info['user']['preferences']['calendar']['send_updates'] == True?' checked':'').'>';
|
$str = '<input type="checkbox" name="send_updates" value="True"'.($phpgw_info['user']['preferences']['calendar']['send_updates'] == 'Y' || $phpgw_info['user']['preferences']['calendar']['send_updates'] == True?' checked':'').'>';
|
||||||
display_item(lang('send updates via email'),$str);
|
display_item(lang('send/receive updates via email'),$str);
|
||||||
|
|
||||||
$str = '<input type="checkbox" name="display_status" value="True"'.($phpgw_info['user']['preferences']['calendar']['display_status'] == 'Y' || $phpgw_info['user']['preferences']['calendar']['display_status'] == True?' checked':'').'>';
|
$str = '<input type="checkbox" name="display_status" value="True"'.($phpgw_info['user']['preferences']['calendar']['display_status'] == 'Y' || $phpgw_info['user']['preferences']['calendar']['display_status'] == True?' checked':'').'>';
|
||||||
display_item(lang('display status of events'),$str);
|
display_item(lang('display status of events'),$str);
|
||||||
|
@ -518,6 +518,7 @@ select which location this app should appear on the navbar, lowest (left) to hig
|
|||||||
send deleted messages to the trash email en Send deleted messages to the trash
|
send deleted messages to the trash email en Send deleted messages to the trash
|
||||||
send email en Send
|
send email en Send
|
||||||
send updates via email common en Send updates via EMail
|
send updates via email common en Send updates via EMail
|
||||||
|
send/Receive updates via email calendar en Send/Receive updates via EMail
|
||||||
september common en September
|
september common en September
|
||||||
session has been killed common en Session has been killed
|
session has been killed common en Session has been killed
|
||||||
show all common en show all
|
show all common en show all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user