Changeset 705103
- Timestamp:
- 04/28/2013 07:45:23 PM (13 years ago)
- Location:
- woocommerce-bundle-style-coupons
- Files:
-
- 6 added
- 4 edited
-
tags/0.1.1 (added)
-
tags/0.1.1/languages (added)
-
tags/0.1.1/languages/wc_bundle_style_coupons-nl_NL.mo (added)
-
tags/0.1.1/languages/wc_bundle_style_coupons-nl_NL.po (added)
-
tags/0.1.1/readme.txt (added)
-
tags/0.1.1/wc-bundle-style-coupons.php (added)
-
trunk/languages/wc_bundle_style_coupons-nl_NL.mo (modified) (previous)
-
trunk/languages/wc_bundle_style_coupons-nl_NL.po (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wc-bundle-style-coupons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-bundle-style-coupons/trunk/languages/wc_bundle_style_coupons-nl_NL.po
r702909 r705103 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: \n" 6 "PO-Revision-Date: 2013-04-2 4 14:59:02+0000\n"6 "PO-Revision-Date: 2013-04-28 19:32:39+0000\n" 7 7 "Last-Translator: coenjacobs <coenjacobs@gmail.com>\n" 8 8 "Language-Team: \n" … … 28 28 #: wc-bundle-style-coupons.php:32 29 29 #@ wc_bundle_style_coupons 30 msgid "Only apply this coupon when all products that his coupon applies to are incart."30 msgid "Only apply this coupon when all products that this coupon applies to are in the cart." 31 31 msgstr "Pas deze coupon alleen toe als alle geselecteerde producten in de winkelwagen aanwezig zijn." 32 32 -
woocommerce-bundle-style-coupons/trunk/readme.txt
r702909 r705103 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5 7 Stable tag: 0.1 7 Stable tag: 0.1.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 37 37 == Changelog == 38 38 39 = 0.1.1 - 28/04/2013 = 40 * Fix: Typo in coupon level settings label 41 39 42 = 0.1 - 24/04/2013 = 40 43 * Initial release -
woocommerce-bundle-style-coupons/trunk/wc-bundle-style-coupons.php
r702909 r705103 6 6 Author: Coen Jacobs 7 7 Author URI: http://coenjacobs.me 8 Version: 0.1 8 Version: 0.1.1 9 9 */ 10 10 … … 30 30 'id' => $this->setting_key, 31 31 'label' => __( 'Bundle coupon', 'wc_bundle_style_coupons' ), 32 'description' => __( 'Only apply this coupon when all products that his coupon applies to are incart.', 'wc_bundle_style_coupons' )32 'description' => __( 'Only apply this coupon when all products that this coupon applies to are in the cart.', 'wc_bundle_style_coupons' ) 33 33 ) ); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.