summaryrefslogtreecommitdiff
path: root/plugins/vcard_attachments/localization
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-29 08:02:07 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-12-29 08:02:07 +0000
commit122ed1030a5c5ebd684fa1e1bc3ef71be4f715f2 (patch)
tree26f2e3db5cec9f749caf502e24196f09a773c2fd /plugins/vcard_attachments/localization
parentef309216c62e69fc2877238553f0481348fc7ced (diff)
- Added it_IT localization
git-svn-id: https://svn.roundcube.net/trunk@4377 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/localization')
-rw-r--r--plugins/vcard_attachments/localization/it_IT.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/it_IT.inc b/plugins/vcard_attachments/localization/it_IT.inc
new file mode 100644
index 000000000..55cde3961
--- /dev/null
+++ b/plugins/vcard_attachments/localization/it_IT.inc
@@ -0,0 +1,7 @@
+<?php
+
+$labels = array();
+$labels['addvcardmsg'] = 'Aggiungi vCard alla Agenda';
+$labels['vcardsavefailed'] = 'Abilita a salvare vCard';
+
+?>