From 86db941816acdd409959a7e91a5534346d02491c Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Mon, 30 Dec 2024 02:48:25 -0800 Subject: add empty skin for keys --- localization/en_US.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'localization') diff --git a/localization/en_US.inc b/localization/en_US.inc index c6fac62..c465a37 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -9,4 +9,7 @@ $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'; +$labels['keygen'] = 'Generate Key'; +$labels['key_import'] = 'Import Key'; +$labels['key_delete'] = 'Delete Key'; ?> -- cgit v1.2.3