diff options
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/en_US.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index 7b7fb05..059d5c2 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -5,8 +5,11 @@ $labels['encryption'] = 'Encryption'; $labels['encrypt_inbox'] = 'Encrypt incoming mail to my inbox'; $labels['forwarding'] = 'Forwarding'; $labels['fwd_addr'] = 'Forward mail to this address'; -$labels['inbox_keys'] = 'Encryption Keys'; +$labels['storage'] = 'Storage'; +$labels['store_addr'] = 'Store mail send to this address'; $labels['settings_saved'] = 'Inbox settings saved'; + +$labels['inbox_keys'] = 'Encryption Keys'; $labels['no_query'] = 'One or more database queries are not yet configured'; $labels['no_db'] = 'Failed to connect to the database'; $labels['sql_error'] = 'Encountered an error while performing the operation; please check your SQL syntax and database DSN'; |
