diff --git a/admin/woocommerce-admin-dashboard.php b/admin/woocommerce-admin-dashboard.php index 40b1f9e2f75..fa031a47a4d 100644 --- a/admin/woocommerce-admin-dashboard.php +++ b/admin/woocommerce-admin-dashboard.php @@ -12,7 +12,7 @@ if (current_user_can('manage_woocommerce')) : add_action('right_now_content_table_end', 'woocommerce_content_right_now'); add_action('right_now_table_end', 'woocommerce_right_now'); add_action('wp_dashboard_setup', 'woocommerce_init_dashboard_widgets' ); - add_action('admin_footer', 'woocommmerce_dashboard_sales_js'); + add_action('admin_footer', 'woocommerce_dashboard_sales_js'); endif; /** @@ -103,15 +103,15 @@ function woocommerce_init_dashboard_widgets() { $sales_heading .= ''.__('Monthly Sales', 'woocommerce').''; - wp_add_dashboard_widget('woocommmerce_dashboard_sales', $sales_heading, 'woocommmerce_dashboard_sales'); - wp_add_dashboard_widget('woocommmerce_dashboard_recent_orders', __('WooCommerce recent orders', 'woocommerce'), 'woocommmerce_dashboard_recent_orders'); - wp_add_dashboard_widget('woocommmerce_dashboard_recent_reviews', __('WooCommerce recent reviews', 'woocommerce'), 'woocommmerce_dashboard_recent_reviews'); + wp_add_dashboard_widget('woocommerce_dashboard_sales', $sales_heading, 'woocommerce_dashboard_sales'); + wp_add_dashboard_widget('woocommerce_dashboard_recent_orders', __('WooCommerce recent orders', 'woocommerce'), 'woocommerce_dashboard_recent_orders'); + wp_add_dashboard_widget('woocommerce_dashboard_recent_reviews', __('WooCommerce recent reviews', 'woocommerce'), 'woocommerce_dashboard_recent_reviews'); } /** * Recent orders widget */ -function woocommmerce_dashboard_recent_orders() { +function woocommerce_dashboard_recent_orders() { $args = array( 'numberposts' => 8, @@ -143,7 +143,7 @@ function woocommmerce_dashboard_recent_orders() { /** * Recent reviews widget */ -function woocommmerce_dashboard_recent_reviews() { +function woocommerce_dashboard_recent_reviews() { global $wpdb; $comments = $wpdb->get_results("SELECT *, SUBSTRING(comment_content,1,100) AS comment_excerpt FROM $wpdb->comments @@ -203,7 +203,7 @@ function orders_this_month( $where = '' ) { /** * Sales widget */ -function woocommmerce_dashboard_sales() { +function woocommerce_dashboard_sales() { ?>
'sectionend', 'id' => 'email_options' ), - array( 'name' => __( 'Email template', 'woocommerce' ), 'type' => 'title', 'desc' => sprintf(__('This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/.', 'woocommerce'), wp_nonce_url(admin_url('?preview_woocommerce_mail=true'), 'preview-mail')), 'id' => 'email_template_options' ), + array( 'name' => __( 'Email template', 'woocommerce' ), 'type' => 'title', 'desc' => sprintf(__('This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/.', 'woocommerce'), wp_nonce_url(admin_url('?preview_woocommerce_mail=true'), 'preview-mail')), 'id' => 'email_template_options' ), array( 'name' => __( 'Header image', 'woocommerce' ), diff --git a/assets/css/admin.css b/assets/css/admin.css index 7b16c807cfd..d6a8369c459 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -841,7 +841,7 @@ ul.woocommerce_stats strong { #dashboard_right_now .t a { white-space: normal; } -#woocommmerce_dashboard_sales h3 a { +#woocommerce_dashboard_sales h3 a { float: right; margin-left: 8px; } @@ -897,32 +897,32 @@ ul.recent-orders.stock_list a, ul.stock_list.stock_list a { text-decoration: none; } -#woocommmerce_dashboard_recent_reviews li { +#woocommerce_dashboard_recent_reviews li { line-height: 1.5em; margin-bottom: 12px; } -#woocommmerce_dashboard_recent_reviews h4.meta { +#woocommerce_dashboard_recent_reviews h4.meta { line-height: 1.4; margin: -0.2em 0 0 0; font-weight: normal; color: #999; } -#woocommmerce_dashboard_recent_reviews blockquote { +#woocommerce_dashboard_recent_reviews blockquote { padding: 0; margin: 0; } -#woocommmerce_dashboard_recent_reviews .avatar { +#woocommerce_dashboard_recent_reviews .avatar { float: left; margin: 0 10px 5px 0; } -#woocommmerce_dashboard_recent_reviews .star-rating { +#woocommerce_dashboard_recent_reviews .star-rating { float: right; width: 50px; height: 10px; margin: 3px 0 0 0; background: url(../images/admin-star.png) repeat-x left -10px; } -#woocommmerce_dashboard_recent_reviews .star-rating span { +#woocommerce_dashboard_recent_reviews .star-rating span { background: url(../images/admin-star.png) repeat-x left 0; height: 0; padding-top: 10px; diff --git a/assets/css/admin.less b/assets/css/admin.less index 82c133ee29e..a9e12a80a48 100644 --- a/assets/css/admin.less +++ b/assets/css/admin.less @@ -813,7 +813,7 @@ ul.woocommerce_stats { white-space: normal; } -#woocommmerce_dashboard_sales { +#woocommerce_dashboard_sales { h3 a { float: right; margin-left: 8px; @@ -861,7 +861,7 @@ ul.recent-orders, ul.stock_list { } } } -#woocommmerce_dashboard_recent_reviews { +#woocommerce_dashboard_recent_reviews { li { line-height: 1.5em; margin-bottom: 12px; diff --git a/languages/formal/woocommerce-de_DE.mo b/languages/formal/woocommerce-de_DE.mo index 92c593d7dd9..300762c962f 100644 Binary files a/languages/formal/woocommerce-de_DE.mo and b/languages/formal/woocommerce-de_DE.mo differ diff --git a/languages/formal/woocommerce-de_DE.po b/languages/formal/woocommerce-de_DE.po index bd7602f03d7..cdbb5cb1666 100644 --- a/languages/formal/woocommerce-de_DE.po +++ b/languages/formal/woocommerce-de_DE.po @@ -6359,8 +6359,8 @@ msgstr "E-Mail-Absender Optionen" #: admin/woocommerce-admin-settings.php:888 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." -msgstr "Hier können Sie die WooCommerce E-Mails anpassen. Für Vorschau der E-Mailvorlage hier klicken. Wenn Sie weitergehende Änderungen wünschen, kopieren Sie woocommerce/templates/emails/ nach ihrtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." +msgstr "Hier können Sie die WooCommerce E-Mails anpassen. Für Vorschau der E-Mailvorlage hier klicken. Wenn Sie weitergehende Änderungen wünschen, kopieren Sie woocommerce/templates/emails/ nach ihrtheme/woocommerce/emails/." #: admin/woocommerce-admin-init.php:47 #@ woocommerce diff --git a/languages/informal/woocommerce-de_DE.mo b/languages/informal/woocommerce-de_DE.mo index 5781a6dfe5b..26164c5de71 100644 Binary files a/languages/informal/woocommerce-de_DE.mo and b/languages/informal/woocommerce-de_DE.mo differ diff --git a/languages/woocommerce-bg_BG.po b/languages/woocommerce-bg_BG.po index d51bbb809c1..34abdfde707 100644 --- a/languages/woocommerce-bg_BG.po +++ b/languages/woocommerce-bg_BG.po @@ -4105,7 +4105,7 @@ msgstr "" #: admin/woocommerce-admin-settings.php:881 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." msgstr "" #: admin/woocommerce-admin-settings.php:884 diff --git a/languages/woocommerce-en_GB.po b/languages/woocommerce-en_GB.po index d94622aba8b..c3f972e4711 100644 --- a/languages/woocommerce-en_GB.po +++ b/languages/woocommerce-en_GB.po @@ -3793,7 +3793,7 @@ msgstr "" #: admin/woocommerce-admin-settings.php:888 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." msgstr "" #: admin/woocommerce-admin-settings.php:891 diff --git a/languages/woocommerce-fr_FR.mo b/languages/woocommerce-fr_FR.mo index 148a73e3bd9..97a85b9f440 100644 Binary files a/languages/woocommerce-fr_FR.mo and b/languages/woocommerce-fr_FR.mo differ diff --git a/languages/woocommerce-fr_FR.po b/languages/woocommerce-fr_FR.po index 65ad66a70ea..5f4a8315c91 100644 --- a/languages/woocommerce-fr_FR.po +++ b/languages/woocommerce-fr_FR.po @@ -2903,8 +2903,8 @@ msgstr "Modèle d'email" # @ woothemes #: ../admin/woocommerce-admin-settings.php:861 #, php-format -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." -msgstr "Cette section vous laisse la possibilité de personnaliser les emails WooCommerce. Cliquer ici pour prévisualiser votre modèle d'email. Pour davantage de contrôles copiez woocommerce/templates/emails/ dans votretheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." +msgstr "Cette section vous laisse la possibilité de personnaliser les emails WooCommerce. Cliquer ici pour prévisualiser votre modèle d'email. Pour davantage de contrôles copiez woocommerce/templates/emails/ dans votretheme/woocommerce/emails/." # @ woothemes #: ../admin/woocommerce-admin-settings.php:864 diff --git a/languages/woocommerce-it_IT.po b/languages/woocommerce-it_IT.po index b82eeeb9103..32e801bef11 100644 --- a/languages/woocommerce-it_IT.po +++ b/languages/woocommerce-it_IT.po @@ -7280,7 +7280,7 @@ msgstr "" #: admin/woocommerce-admin-settings.php:844 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." msgstr "" #: admin/woocommerce-admin-settings.php:847 diff --git a/languages/woocommerce-nl_NL.mo b/languages/woocommerce-nl_NL.mo index c1556a2b8e5..f54f8c710e0 100644 Binary files a/languages/woocommerce-nl_NL.mo and b/languages/woocommerce-nl_NL.mo differ diff --git a/languages/woocommerce-nl_NL.po b/languages/woocommerce-nl_NL.po index cafb617a25a..78ed56cbd45 100644 --- a/languages/woocommerce-nl_NL.po +++ b/languages/woocommerce-nl_NL.po @@ -3210,8 +3210,8 @@ msgstr "E-mail template" #: admin/woocommerce-admin-settings.php:888 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." -msgstr "Deze sectie wordt gebruikt om WooCommerce e-mails aan te passen. Klik hier om e-mailtemplates te bekijken. Voor meer functies, kopieer woocommerce/templates/emails/ naar yourtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." +msgstr "Deze sectie wordt gebruikt om WooCommerce e-mails aan te passen. Klik hier om e-mailtemplates te bekijken. Voor meer functies, kopieer woocommerce/templates/emails/ naar yourtheme/woocommerce/emails/." #: admin/woocommerce-admin-settings.php:891 #@ woocommerce diff --git a/languages/woocommerce-pl_PL.mo b/languages/woocommerce-pl_PL.mo index 3d41f47d845..c00941ebae7 100644 Binary files a/languages/woocommerce-pl_PL.mo and b/languages/woocommerce-pl_PL.mo differ diff --git a/languages/woocommerce-pl_PL.po b/languages/woocommerce-pl_PL.po index f1257f5bca6..350119f005a 100644 --- a/languages/woocommerce-pl_PL.po +++ b/languages/woocommerce-pl_PL.po @@ -2126,8 +2126,8 @@ msgstr "Szablon maila" #@ woocommerce #: admin/woocommerce-admin-settings.php:888 #, php-format -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." -msgstr "Tutaj możesz dostosowywać wygląd maili sklepu. Kliknij tutaj, aby zobaczyć szablon e-maila. Aby mieć możliwość zaawansowanej edycji przekopiuj katalog woocommerce/templates/emails/ do yourtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." +msgstr "Tutaj możesz dostosowywać wygląd maili sklepu. Kliknij tutaj, aby zobaczyć szablon e-maila. Aby mieć możliwość zaawansowanej edycji przekopiuj katalog woocommerce/templates/emails/ do yourtheme/woocommerce/emails/." #@ woocommerce #: admin/woocommerce-admin-settings.php:891 diff --git a/languages/woocommerce-pt_BR.mo b/languages/woocommerce-pt_BR.mo index 2e76c1ff39b..1e503d0b0a4 100644 Binary files a/languages/woocommerce-pt_BR.mo and b/languages/woocommerce-pt_BR.mo differ diff --git a/languages/woocommerce-pt_BR.po b/languages/woocommerce-pt_BR.po index d854a3c70f5..ebde6215b00 100644 --- a/languages/woocommerce-pt_BR.po +++ b/languages/woocommerce-pt_BR.po @@ -7052,8 +7052,8 @@ msgstr "Template de email" #: admin/woocommerce-admin-settings.php:844 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." -msgstr "Esta seção permite personalizar os emails do WooCommerce. Clique para ver prévia dos seus emails. Para controle mais avançado copie o woocommerce/templates/emails/ para seutema/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." +msgstr "Esta seção permite personalizar os emails do WooCommerce. Clique para ver prévia dos seus emails. Para controle mais avançado copie o woocommerce/templates/emails/ para seutema/woocommerce/emails/." #: admin/woocommerce-admin-settings.php:847 #@ woocommerce diff --git a/languages/woocommerce-tr_TR.mo b/languages/woocommerce-tr_TR.mo index d8bdc3377fd..58e4b3d5e68 100644 Binary files a/languages/woocommerce-tr_TR.mo and b/languages/woocommerce-tr_TR.mo differ diff --git a/languages/woocommerce-tr_TR.po b/languages/woocommerce-tr_TR.po index c63ebcfa702..6a69da80854 100644 --- a/languages/woocommerce-tr_TR.po +++ b/languages/woocommerce-tr_TR.po @@ -3025,8 +3025,8 @@ msgstr "E-Posta Şablonu" #: admin/woocommerce-admin-settings.php:861 #, php-format #@ woocommerce -msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." -msgstr "Bu bölüm giden e-postalarınızı özelleştirmenize olanak sağlar. E-Posta şablon önizlemesi için buraya tıklayın. Daha gelişmiş özelleştirmeler için bu yolu takip edin. woocommerce/templates/emails/ to yourtheme/woocommmerce/emails/." +msgid "This section lets you customise the WooCommerce emails. Click here to preview your email template. For more advanced control copy woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." +msgstr "Bu bölüm giden e-postalarınızı özelleştirmenize olanak sağlar. E-Posta şablon önizlemesi için buraya tıklayın. Daha gelişmiş özelleştirmeler için bu yolu takip edin. woocommerce/templates/emails/ to yourtheme/woocommerce/emails/." #: admin/woocommerce-admin-settings.php:864 #@ woocommerce