Changeset 3199026
- Timestamp:
- 11/28/2024 04:37:04 PM (16 months ago)
- Location:
- infast
- Files:
-
- 6 edited
-
tags/1.0.31/README.txt (modified) (1 diff)
-
tags/1.0.31/admin/class-infast-woocommerce-admin-settings.php (modified) (1 diff)
-
tags/1.0.31/languages/infast-fr_FR.po (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/admin/class-infast-woocommerce-admin-settings.php (modified) (1 diff)
-
trunk/languages/infast-fr_FR.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
infast/tags/1.0.31/README.txt
r3181382 r3199026 28 28 29 29 = Fonctionnalités de l’extension = 30 - Création automatique d’une facture lors de chaque commande en ligne. Commande (finalisée et payée)30 - Création automatique d’une facture lors de chaque commande payée et au statut finalisée (finalisée par défaut, sélection possible des statuts) 31 31 - Prise en compte du numéro de TVA Intracommunautaire (https://woocommerce.com/fr-fr/products/eu-vat-number/) 32 32 - Centralisation de vos documents de facturation, données clients et articles -
infast/tags/1.0.31/admin/class-infast-woocommerce-admin-settings.php
r3181382 r3199026 123 123 add_settings_field( 124 124 'infast_woocommerce_order_status_to_create_invoice', 125 __( 'Select the order status that triggers conversion to an INFast invoice', 'infast' ),125 __( 'Select the paid order status that triggers conversion to an INFast invoice', 'infast' ), 126 126 array( $this, 'infast_woocommerce_order_status_to_create_invoice_render' ), 127 127 'infast-woocommerce', -
infast/tags/1.0.31/languages/infast-fr_FR.po
r3181382 r3199026 48 48 49 49 #: admin/class-infast-woocommerce-admin-settings.php:125 50 msgid "Select the order status that triggers conversion to an INFast invoice"51 msgstr "" 52 "Sélectionner les statuts des commandes qui déclenchent la conversion en "50 msgid "Select the paid order status that triggers conversion to an INFast invoice" 51 msgstr "" 52 "Sélectionner les statuts des commandes payées qui déclenchent la conversion en " 53 53 "facture INFast" 54 54 -
infast/trunk/README.txt
r3181382 r3199026 28 28 29 29 = Fonctionnalités de l’extension = 30 - Création automatique d’une facture lors de chaque commande en ligne. Commande (finalisée et payée)30 - Création automatique d’une facture lors de chaque commande payée et au statut finalisée (finalisée par défaut, sélection possible des statuts) 31 31 - Prise en compte du numéro de TVA Intracommunautaire (https://woocommerce.com/fr-fr/products/eu-vat-number/) 32 32 - Centralisation de vos documents de facturation, données clients et articles -
infast/trunk/admin/class-infast-woocommerce-admin-settings.php
r3112523 r3199026 123 123 add_settings_field( 124 124 'infast_woocommerce_order_status_to_create_invoice', 125 __( 'Select the order status that triggers conversion to an INFast invoice', 'infast' ),125 __( 'Select the paid order status that triggers conversion to an INFast invoice', 'infast' ), 126 126 array( $this, 'infast_woocommerce_order_status_to_create_invoice_render' ), 127 127 'infast-woocommerce', -
infast/trunk/languages/infast-fr_FR.po
r3181382 r3199026 48 48 49 49 #: admin/class-infast-woocommerce-admin-settings.php:125 50 msgid "Select the order status that triggers conversion to an INFast invoice"51 msgstr "" 52 "Sélectionner les statuts des commandes qui déclenchent la conversion en "50 msgid "Select the paid order status that triggers conversion to an INFast invoice" 51 msgstr "" 52 "Sélectionner les statuts des commandes payées qui déclenchent la conversion en " 53 53 "facture INFast" 54 54
Note: See TracChangeset
for help on using the changeset viewer.