Merge pull request #12027 from woocommerce/text-changes

Change Add-ons to Extensions within the admin
This commit is contained in:
Claudio Sanches 2016-10-05 15:36:54 -03:00 committed by GitHub
commit f36f6af0d2
5 changed files with 3672 additions and 3178 deletions

File diff suppressed because it is too large Load Diff

View File

@ -187,7 +187,7 @@ class WC_Admin_Help {
'</a>'
) . '</p>' .
'<p>' . sprintf(
__( 'For further assistance with WooCommerce core you can use the %1$scommunity forum%2$s. If you need help with premium add-ons sold by WooCommerce, please %3$suse our helpdesk%4$s.', 'woocommerce' ),
__( 'For further assistance with WooCommerce core you can use the %1$scommunity forum%2$s. If you need help with premium extensions sold by WooCommerce, please %3$suse our helpdesk%4$s.', 'woocommerce' ),
'<a href="https://wordpress.org/support/plugin/woocommerce">',
'</a>',
'<a href="https://woocommerce.com/my-account/tickets/?utm_source=helptab&utm_medium=product&utm_content=tickets&utm_campaign=woocommerceplugin">',

View File

@ -101,7 +101,7 @@ class WC_Admin_Menus {
* Addons menu item.
*/
public function addons_menu() {
add_submenu_page( 'woocommerce', __( 'WooCommerce Add-ons/Extensions', 'woocommerce' ), __( 'Add-ons', 'woocommerce' ) , 'manage_woocommerce', 'wc-addons', array( $this, 'addons_page' ) );
add_submenu_page( 'woocommerce', __( 'WooCommerce Extensions', 'woocommerce' ), __( 'Extensions', 'woocommerce' ) , 'manage_woocommerce', 'wc-addons', array( $this, 'addons_page' ) );
}
/**

View File

@ -13,7 +13,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<div class="wrap woocommerce wc_addons_wrap">
<div class="icon32 icon32-posts-product" id="icon-woocommerce"><br /></div>
<h1>
<?php _e( 'WooCommerce Add-ons/Extensions', 'woocommerce' ); ?>
<?php _e( 'WooCommerce Extensions', 'woocommerce' ); ?>
</h1>
<?php if ( $sections ) : ?>
<ul class="subsubsub">

View File

@ -128,7 +128,7 @@ For extending or theming WooCommerce, see our [codex](https://docs.woocommerce.c
If you get stuck, you can ask for help in the [WooCommerce Plugin Forum](https://wordpress.org/support/plugin/woocommerce).
For help with premium add-ons from WooThemes, use [our helpdesk](https://support.woothemes.com/).
For help with premium extensions from WooThemes, use [our helpdesk](https://support.woothemes.com/).
= Will WooCommerce work with my theme? =