diff options
| author | Carson Fleming <[email protected]> | 2024-12-31 18:34:21 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-31 18:34:21 -0800 |
| commit | 27cfb2476d94f93bbb1839d179f473bf0e5ef9ec (patch) | |
| tree | 59cf5535927bfaa1f0c39096223261e2f2ecc161 /localization/en_US.inc | |
| parent | 34be920302d61cf6f1cae3ebc8b7eda34ca3ba26 (diff) | |
| download | rc-inbox-settings-27cfb2476d94f93bbb1839d179f473bf0e5ef9ec.tar.gz | |
stub import mechanics
Diffstat (limited to 'localization/en_US.inc')
| -rw-r--r-- | localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localization/en_US.inc b/localization/en_US.inc index 08e0df3..b70397f 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -18,6 +18,7 @@ $labels['fingerprint'] = 'Key Fingerprint'; $labels['comment'] = 'Comment'; $labels['comment_placeholder'] = 'A comment to remember this key by'; $labels['paste_key_data'] = 'Paste ASCII-armored PGP public key(s) here. Please do not upload private keys.'; +$labels['keys_imported'] = 'Encryption key(s) added'; $labels['confirm_delete_key'] = 'Are you sure you want to remove this encryption key from your account?'; $labels['deleting_key'] = 'Removing encryption key...'; $labels['keys_deleted'] = 'Encryption key(s) removed' |
