summaryrefslogtreecommitdiff
path: root/localization
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-11-25 00:31:59 -0800
committerCarson Fleming <[email protected]>2024-11-25 00:31:59 -0800
commitff3facb2614aa3e6641b125710b526f92ba421df (patch)
treead6385e2bd9e95e981a4c9a01f5f36a3baa135ce /localization
parenta46266049550491849a309357270cf9aa113ee54 (diff)
downloadrc-inbox-settings-ff3facb2614aa3e6641b125710b526f92ba421df.tar.gz
working prototype, still need key management and maybe some json for smoother experience
Diffstat (limited to 'localization')
-rw-r--r--localization/en_US.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc
index 80d21ee..e13e32d 100644
--- a/localization/en_US.inc
+++ b/localization/en_US.inc
@@ -5,4 +5,7 @@ $labels['encryption'] = 'Encryption';
$labels['encrypt_inbox'] = 'Encrypt incoming mail to my inbox';
$labels['forwarding'] = 'Forwarding';
$labels['fwd_addr'] = 'Forward mail to this address';
+$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';
?>