Changeset 110778 in spip-zone
- Timestamp:
- Jun 20, 2018, 4:00:12 PM (3 years ago)
- Location:
- _plugins_/coupons/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coupons/trunk/base/coupons.php
r110618 r110778 131 131 array( 132 132 'nom' => 'bon_cadeau', 133 'label_case' => _T('coupons: bon_cadeau'),133 'label_case' => _T('coupons:generer_bon_cadeau'), 134 134 'li_class' => 'pleine_largeur', 135 135 'valeur_oui' => 'on', -
_plugins_/coupons/trunk/lang/coupons_fr.php
r110618 r110778 20 20 'explication_duree_validite_notifications' => 'En nombre de jours', 21 21 22 // G 23 'generer_bon_cadeau' => 'Ce produit génère un bon cadeau à l\'achat', 24 22 25 // L 23 26 'label_emails_notifications' => 'Emails à notifier de la création d\'un coupon', -
_plugins_/coupons/trunk/paquet.xml
r110685 r110778 2 2 prefix="coupons" 3 3 categorie="divers" 4 version="2.1. 1"4 version="2.1.2" 5 5 etat="test" 6 6 compatibilite="[3.1.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.