diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-14 17:18:10 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-14 17:18:10 +0000 |
| commit | 74f334ee5ae5764294d2d0e876d38b3f069d29da (patch) | |
| tree | d26051e08a3bb1befcfa0cb8babff5b87f60cf51 /plugins/vcard_attachments/package.xml | |
| parent | 4fa41eb99d4ce16e08958acd128b38baca179e53 (diff) | |
- Make icons skinable
- Show vcard icon on messages list when message is of type vcard
git-svn-id: https://svn.roundcube.net/trunk@4093 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/package.xml')
| -rw-r--r-- | plugins/vcard_attachments/package.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml index 64a92defb..b140f0002 100644 --- a/plugins/vcard_attachments/package.xml +++ b/plugins/vcard_attachments/package.xml @@ -19,11 +19,11 @@ <email>alec@alec.pl</email> <active>yes</active> </lead> - <date></date> - <time></time> + <date>2010-10-14</date> + <time>19:00</time> <version> - <release></release> - <api>2.0</api> + <release>3.0</release> + <api>3.0</api> </version> <stability> <release>stable</release> @@ -32,6 +32,8 @@ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license> <notes> - Exec contact_create hook when adding contact (#1486964) +- Make icons skinable +- Display vcard icon on messages list when message is of type vcard </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -43,13 +45,20 @@ <tasks:replace from="@name@" to="name" type="package-info"/> <tasks:replace from="@package_version@" to="version" type="package-info"/> </file> + <file name="localization/cs_CZ.inc" role="data"></file> <file name="localization/en_US.inc" role="data"></file> <file name="localization/de_CH.inc" role="data"></file> <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/ja_JP.inc" role="data"></file> + <file name="localization/es_ES.inc" role="data"></file> <file name="localization/pl_PL.inc" role="data"></file> <file name="localization/ru_RU.inc" role="data"></file> <file name="localization/sv_SE.inc" role="data"></file> - <file name="vcard_add_contact.png" role="data"></file> + <file name="localization/zh_TW.inc" role="data"></file> + <file name="skins/default/vcard_add_contact.png" role="data"></file> + <file name="skins/default/vcard.png" role="data"></file> </dir> <!-- / --> </contents> |
