summaryrefslogtreecommitdiff
path: root/localization
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2024-12-30 02:48:25 -0800
committerCarson Fleming <[email protected]>2024-12-30 02:48:25 -0800
commit86db941816acdd409959a7e91a5534346d02491c (patch)
tree3f69314fdee92865a2832d3c65bb1aa26a705127 /localization
parent90441bf36a9763e0b123b325abfe27d9b72bbbf8 (diff)
downloadrc-inbox-settings-86db941816acdd409959a7e91a5534346d02491c.tar.gz
add empty skin for keys
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 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';
?>