diff options
Diffstat (limited to 'localization/en_US.inc')
| -rw-r--r-- | localization/en_US.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc new file mode 100644 index 0000000..80d21ee --- /dev/null +++ b/localization/en_US.inc @@ -0,0 +1,8 @@ +<?php +$labels = []; +$labels['inbox_settings'] = 'Inbox Settings'; +$labels['encryption'] = 'Encryption'; +$labels['encrypt_inbox'] = 'Encrypt incoming mail to my inbox'; +$labels['forwarding'] = 'Forwarding'; +$labels['fwd_addr'] = 'Forward mail to this address'; +?> |
