diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-14 07:35:48 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-14 07:35:48 +0000 |
| commit | f3f1284d206c580e4aed4266567f019cde9abab7 (patch) | |
| tree | f02de8fa2016761ff267fd1af480d5d29874bb17 /plugins/enigma/localization | |
| parent | 86ea4952cf85f2646fbe919b2c78d98a77438bd5 (diff) | |
- Fix set_busy() usage, add encryption menu in compose
git-svn-id: https://svn.roundcube.net/trunk@4087 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/enigma/localization')
| -rw-r--r-- | plugins/enigma/localization/en_US.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/enigma/localization/en_US.inc b/plugins/enigma/localization/en_US.inc index eb0f18d3c..e0f03d9a0 100644 --- a/plugins/enigma/localization/en_US.inc +++ b/plugins/enigma/localization/en_US.inc @@ -28,6 +28,11 @@ $labels['keyrevoke'] = 'Revoke key'; $labels['keysend'] = 'Send public key in a message'; $labels['keychpass'] = 'Change password'; +$labels['securityoptions'] = 'Message security options...'; +$labels['identdefault'] = 'Use settings of selected identity'; +$labels['encryptmsg'] = 'Encrypt this message'; +$labels['signmsg'] = 'Digitally sign this message'; + $messages = array(); $messages['sigvalid'] = 'Verified signature from $sender.'; $messages['siginvalid'] = 'Invalid signature from $sender.'; |
