diff options
| author | Carson Fleming <[email protected]> | 2024-11-24 21:27:12 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-11-24 21:27:12 -0800 |
| commit | 1c334f7d6760f978df20ed3ff405cfa7dfaf9efd (patch) | |
| tree | a0907869eb52429276901c2dec5a3e8bb6c21102 /localization/en_US.inc | |
| download | rc-inbox-settings-1c334f7d6760f978df20ed3ff405cfa7dfaf9efd.tar.gz | |
may need to revert this
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'; +?> |
