|
1 | 1 | <?php
|
2 | 2 |
|
3 | 3 | $labels = array();
|
4 |
| -$labels['preference'] = 'Reply address (Custom From)'; |
5 |
| -$labels['preference_compose'] = 'Custom address when replying to an e-mail'; |
| 4 | +$labels['preference'] = 'Reply address (Custom from)'; |
| 5 | +$labels['preference_compose'] = 'Custom address when replying to an email'; |
6 | 6 | $labels['preference_compose_contains'] = '...and recipient address contains';
|
7 | 7 | $labels['preference_compose_identity'] = 'Use identity\'s name and signature';
|
8 |
| -$labels['preference_compose_identity_exact'] = 'If address matches exactly'; |
9 |
| -$labels['preference_compose_identity_loose'] = 'Always'; |
| 8 | +$labels['preference_compose_identity_exact'] = 'if address matches exactly'; |
| 9 | +$labels['preference_compose_identity_loose'] = 'always'; |
10 | 10 | $labels['preference_compose_subject'] = 'Enable when one of my identities';
|
11 |
| -$labels['preference_compose_subject_always'] = 'Always enable with default identity'; |
12 |
| -$labels['preference_compose_subject_domain'] = 'Uses same domain than one of recipients'; |
13 |
| -$labels['preference_compose_subject_exact'] = 'Is one of the recipients'; |
| 11 | +$labels['preference_compose_subject_always'] = 'Always enable default identity'; |
| 12 | +$labels['preference_compose_subject_domain'] = 'uses same domain as one of the recipients'; |
| 13 | +$labels['preference_compose_subject_exact'] = 'is one of the recipients'; |
14 | 14 | $labels['preference_compose_subject_never'] = 'Never enable automatically';
|
15 |
| -$labels['preference_compose_subject_prefix'] = 'Is one of recipients with +suffix'; |
| 15 | +$labels['preference_compose_subject_prefix'] = 'is one of recipients with +suffix'; |
16 | 16 | $labels['custom_from_off'] = 'Select identity';
|
17 | 17 | $labels['custom_from_off_hint'] = 'Select sender from identities list';
|
18 | 18 | $labels['custom_from_on'] = 'Custom identity';
|
|
0 commit comments