Changeset 51941 in spip-zone
- Timestamp:
- Sep 27, 2011, 6:53:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contact/branches/v0_7/plugin.xml
r51841 r51941 1 1 <plugin> 2 <nom><multi>[fr]Formulaire de contact avancé 3 [en]Advanced Contact Form 4 [ar]إستمارة الاتصال المتقدمة 5 </multi></nom> 2 <nom> 3 <multi> 4 [fr]Formulaire de contact avancé 5 [en]Advanced Contact Form 6 [ar]إستمارة الاتصال المتقدمة 7 </multi> 8 </nom> 9 <slogan> 10 <multi> 11 [fr]Un formulaire de contact configurable, avec de multiples options 12 [en]A configurable contact form, with multiple options 13 </slogan> 6 14 <auteur> 7 15 <multi> … … 14 22 <version>0.7.3</version> 15 23 <etat>stable</etat> 16 <description><multi>[fr]Cette extension propose un formulaire de contact avec de multiples options. 17 [en]This extension provides a contact form with multiple options. 18 [ar]هذا التمديد يوفر شكل من أشكال الاتصال مع خيارات متعددة. 19 </multi></description> 24 <description> 25 <multi> 26 [fr]Ce plugin permet de composer librement un formulaire de contact (nom, prénom, adresse, téléphone,...)et de choisir la liste des destinataires qui recevront par mail les informations collectées. 27 [en]This plugin allows you to compose a contact form (name, address, phone number,...) and to choose the recipient list to receive collected informations by email. 28 [ar]هذا التمديد يوفر شكل من أشكال الاتصال مع خيارات متعددة. 29 </multi> 30 </description> 20 31 <lien>http://www.spip-contrib.net/Formulaire-de-contact-avance</lien> 21 32 <options>contact_options.php</options> … … 52 63 </bouton> 53 64 54 <necessite id='SPIP' version="[2.0.0; 3.0.0-dev)" />65 <necessite id='SPIP' version="[2.0.0;2.1.99]" /> 55 66 <necessite id="spip_bonux" version="[2.2.8;]" /> 56 <necessite id="jqueryui" version="[1.6 ;]" />67 <necessite id="jqueryui" version="[1.6.0;]" /> 57 68 <utilise id="facteur" /> 58 69 <utilise id="inserer_modeles" version="[0.4.3;]" />
Note: See TracChangeset
for help on using the changeset viewer.