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/it_IT.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/it_IT.inc')
-rw-r--r-- | plugins/attachment_reminder/localization/it_IT.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/attachment_reminder/localization/it_IT.inc b/plugins/attachment_reminder/localization/it_IT.inc new file mode 100644 index 000000000..2807bc185 --- /dev/null +++ b/plugins/attachment_reminder/localization/it_IT.inc @@ -0,0 +1,6 @@ +<?php + +$messages = array(); +$messages['forgotattachment'] = "Sembra che tu abbia dimenticato di allegare un file!\nPremere Annulla per inviare lo stesso.\nOK per tornare al messaggio senza inviare."; +$messages['keywords'] = "allegato,allegati,allegata,allegate,allega,allego,alleghi,attaccato,file,attachment,attach"; + |