Fix button label: ignore -> Ignore (#1490170)
| | |
| | | $labels['autosend'] = 'send receipt'; |
| | | $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me'; |
| | | $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; |
| | | $labels['ignore'] = 'ignore'; |
| | | $labels['ignore'] = 'Ignore'; |
| | | $labels['readwhendeleted'] = 'Mark the message as read on delete'; |
| | | $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; |
| | | $labels['skipdeleted'] = 'Do not show deleted messages'; |
| | |
| | | $labels['autosend'] = 'send automatically'; |
| | | $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask'; |
| | | $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; |
| | | $labels['ignore'] = 'ignore'; |
| | | $labels['ignore'] = 'Ignore'; |
| | | $labels['readwhendeleted'] = 'Mark the message as read on delete'; |
| | | $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; |
| | | $labels['skipdeleted'] = 'Do not show deleted messages'; |
| | |
| | | |
| | | $labels['restore'] = 'Restore'; |
| | | $labels['restoremessage'] = 'Restore message?'; |
| | | $labels['ignore'] = 'Ignore'; |
| | | |
| | | $labels['responses'] = 'Responses'; |
| | | $labels['insertresponse'] = 'Insert a response'; |
| | |
| | | $labels['autosend'] = 'send receipt'; |
| | | $labels['autosendknown'] = 'send receipt to my contacts, otherwise ask me'; |
| | | $labels['autosendknownignore'] = 'send receipt to my contacts, otherwise ignore'; |
| | | $labels['ignore'] = 'ignore'; |
| | | $labels['ignorerequest'] = 'ignore request'; |
| | | $labels['readwhendeleted'] = 'Mark the message as read on delete'; |
| | | $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; |
| | | $labels['skipdeleted'] = 'Do not show deleted messages'; |
| | |
| | | $select->add($RCMAIL->gettext('autosend'), 1); |
| | | $select->add($RCMAIL->gettext('autosendknown'), 3); |
| | | $select->add($RCMAIL->gettext('autosendknownignore'), 4); |
| | | $select->add($RCMAIL->gettext('ignore'), 2); |
| | | $select->add($RCMAIL->gettext('ignorerequest'), 2); |
| | | |
| | | $blocks['main']['options']['mdn_requests'] = array( |
| | | 'title' => html::label($field_id, rcube::Q($RCMAIL->gettext('mdnrequests'))), |