woocommerce/languages/strings.php

22 lines
551 B
PHP
Raw Normal View History

<?php
/**
* Strings
2012-08-14 17:37: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
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
// 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');