diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-29 08:02:07 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-29 08:02:07 +0000 |
| commit | 122ed1030a5c5ebd684fa1e1bc3ef71be4f715f2 (patch) | |
| tree | 26f2e3db5cec9f749caf502e24196f09a773c2fd /plugins | |
| parent | ef309216c62e69fc2877238553f0481348fc7ced (diff) | |
- Added it_IT localization
git-svn-id: https://svn.roundcube.net/trunk@4377 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/vcard_attachments/localization/it_IT.inc | 7 | ||||
| -rw-r--r-- | plugins/vcard_attachments/package.xml | 1 |
2 files changed, 8 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'; + +?> diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml index b140f0002..714750b14 100644 --- a/plugins/vcard_attachments/package.xml +++ b/plugins/vcard_attachments/package.xml @@ -51,6 +51,7 @@ <file name="localization/de_DE.inc" role="data"></file> <file name="localization/es_ES.inc" role="data"></file> <file name="localization/et_EE.inc" role="data"></file> + <file name="localization/it_IT.inc" role="data"></file> <file name="localization/ja_JP.inc" role="data"></file> <file name="localization/es_ES.inc" role="data"></file> <file name="localization/pl_PL.inc" role="data"></file> |
