Strings is no longer needed

This commit is contained in:
Mike Jolley 2014-05-30 15:28:05 +01:00
parent f506549264
commit 409030430c
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
<?php
/**
* Strings
*
* This file holds localisation strings that are scanned by localisation plugins. It is not included anywhere.
*
* @author WooThemes
* @category i18n
* @package WooCommerce/i18n
* @version 2.0.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
// Order Status Terms
__( 'pending', 'woocommerce' );
__( 'failed', 'woocommerce' );
__( 'on-hold', 'woocommerce' );
__( 'processing', 'woocommerce' );
__( 'completed', 'woocommerce' );
__( 'refunded', 'woocommerce' );
__( 'cancelled', 'woocommerce' );