diff options
Diffstat (limited to 'localization')
| -rw-r--r-- | localization/en_US.inc | 3 |
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'; ?> |
