summaryrefslogtreecommitdiff
path: root/localization/en_US.inc
blob: c6fac62967e3972961893c0bf7a00aca6f841530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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';
$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';
?>