diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-08 09:24:34 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-08 09:24:34 +0200 |
commit | 864745bc9a14afaee640f9960e16ccdbc57e237d (patch) | |
tree | e22105774f2e7134f04fe82aa0d3e2b8723f5f7d /plugins/attachment_reminder/localization/en_US.inc | |
parent | 95b90be8c22aa51f5b5e2d8bfa8031b50fa15e49 (diff) |
Attachment_reminder plugin - ported from https://github.com/thomasysliu/Roundcube-Plugin-Attachment-Reminder
and added user preference to disable plugin, larry support, some fixes/improvements
Diffstat (limited to 'plugins/attachment_reminder/localization/en_US.inc')
-rw-r--r-- | plugins/attachment_reminder/localization/en_US.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/attachment_reminder/localization/en_US.inc b/plugins/attachment_reminder/localization/en_US.inc new file mode 100644 index 000000000..a736682db --- /dev/null +++ b/plugins/attachment_reminder/localization/en_US.inc @@ -0,0 +1,6 @@ +<?php + +$messages = array(); +$messages['forgotattachment'] = "Did you forget to attach a file?"; +$messages['reminderoption'] = "Remind about forgotten attachments"; +$messages['keywords'] = "attachment,file,attach,attached,attaching,enclosed,CV,cover letter"; |