Skip to content

Commit

Permalink
Update en_US.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
MiMoHo authored Nov 1, 2024
1 parent 6278b88 commit 10c58fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions localization/en_US.inc
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php

$labels = array();
$labels['preference'] = 'Reply address (Custom From)';
$labels['preference_compose'] = 'Custom address when replying to an e-mail';
$labels['preference'] = 'Reply address (Custom from)';
$labels['preference_compose'] = 'Custom address when replying to an email';
$labels['preference_compose_contains'] = '...and recipient address contains';
$labels['preference_compose_identity'] = 'Use identity\'s name and signature';
$labels['preference_compose_identity_exact'] = 'If address matches exactly';
$labels['preference_compose_identity_loose'] = 'Always';
$labels['preference_compose_identity_exact'] = 'if address matches exactly';
$labels['preference_compose_identity_loose'] = 'always';
$labels['preference_compose_subject'] = 'Enable when one of my identities';
$labels['preference_compose_subject_always'] = 'Always enable with default identity';
$labels['preference_compose_subject_domain'] = 'Uses same domain than one of recipients';
$labels['preference_compose_subject_exact'] = 'Is one of the recipients';
$labels['preference_compose_subject_always'] = 'Always enable default identity';
$labels['preference_compose_subject_domain'] = 'uses same domain as one of the recipients';
$labels['preference_compose_subject_exact'] = 'is one of the recipients';
$labels['preference_compose_subject_never'] = 'Never enable automatically';
$labels['preference_compose_subject_prefix'] = 'Is one of recipients with +suffix';
$labels['preference_compose_subject_prefix'] = 'is one of recipients with +suffix';
$labels['custom_from_off'] = 'Select identity';
$labels['custom_from_off_hint'] = 'Select sender from identities list';
$labels['custom_from_on'] = 'Custom identity';
Expand Down

0 comments on commit 10c58fa

Please sign in to comment.