2011-11-23 00:07:50 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Strings
|
2012-08-14 17:37:50 +00:00
|
|
|
*
|
2011-11-23 00:07:50 +00:00
|
|
|
* This file holds localisation strings that are scanned by localisation plugins. It is not included anywhere.
|
|
|
|
*
|
|
|
|
* @author WooThemes
|
|
|
|
* @category Languages
|
2012-08-14 17:37:50 +00:00
|
|
|
* @package WooCommerce/Languages
|
|
|
|
* @version 1.6.4
|
2011-11-23 00:07:50 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
// Order Status Terms
|
2012-01-05 11:31:22 +00:00
|
|
|
__('pending', 'woocommerce');
|
|
|
|
__('failed', 'woocommerce');
|
|
|
|
__('on-hold', 'woocommerce');
|
|
|
|
__('processing', 'woocommerce');
|
|
|
|
__('completed', 'woocommerce');
|
|
|
|
__('refunded', 'woocommerce');
|
|
|
|
__('cancelled', 'woocommerce');
|