diff --git a/assets/js/admin/editor-lang.php b/assets/js/admin/editor-lang.php index 92867e35..6aee3108 100644 --- a/assets/js/admin/editor-lang.php +++ b/assets/js/admin/editor-lang.php @@ -27,7 +27,7 @@ $raw = apply_filters( 'sportspress_tinymce_strings', array( 'details' => __( 'Details', 'sportspress' ), 'results' => __( 'Results', 'sportspress' ), 'countdown' => __( 'Countdown', 'sportspress' ), - 'performance' => __( 'Scorecard', 'sportspress' ), + 'performance' => __( 'Box Score', 'sportspress' ), 'calendar' => __( 'Calendar', 'sportspress' ), 'statistics' => __( 'Statistics', 'sportspress' ), 'table' => __( 'League Table', 'sportspress' ), diff --git a/includes/admin/post-types/class-sp-admin-meta-boxes.php b/includes/admin/post-types/class-sp-admin-meta-boxes.php index 3a2244b7..d68a1f11 100644 --- a/includes/admin/post-types/class-sp-admin-meta-boxes.php +++ b/includes/admin/post-types/class-sp-admin-meta-boxes.php @@ -138,7 +138,7 @@ class SP_Admin_Meta_Boxes { 'priority' => 'high', ), 'performance' => array( - 'title' => __( 'Scorecard', 'sportspress' ), + 'title' => __( 'Box Score', 'sportspress' ), 'save' => 'SP_Meta_Box_Event_Performance::save', 'output' => 'SP_Meta_Box_Event_Performance::output', 'context' => 'normal', diff --git a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php index 003477c7..260492f0 100644 --- a/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php +++ b/includes/admin/post-types/meta-boxes/class-sp-meta-box-event-shortcode.php @@ -22,7 +22,7 @@ class SP_Meta_Box_Event_Shortcode { $shortcodes = apply_filters( 'sportspress_event_shortcodes', array( 'event_results' => __( 'Results', 'sportspress' ), 'event_details' => __( 'Details', 'sportspress' ), - 'event_performance' => __( 'Scorecard', 'sportspress' ), + 'event_performance' => __( 'Box Score', 'sportspress' ), ) ); if ( $shortcodes ) { ?> diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index 8835e2fc..1ee2a337 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -271,7 +271,7 @@ class SP_Settings_Events extends SP_Settings_Page { ), array( - array( 'title' => __( 'Scorecard', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ), + array( 'title' => __( 'Box Score', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'performance_options' ), ), apply_filters( 'sportspress_performance_options', array( diff --git a/includes/class-sp-templates.php b/includes/class-sp-templates.php index 7e9cf82f..3015247a 100644 --- a/includes/class-sp-templates.php +++ b/includes/class-sp-templates.php @@ -74,7 +74,7 @@ class SP_Templates { 'default' => 'yes', ), 'performance' => array( - 'title' => __( 'Scorecard', 'sportspress' ), + 'title' => __( 'Box Score', 'sportspress' ), 'option' => 'sportspress_event_show_performance', 'action' => 'sportspress_output_event_performance', 'default' => 'yes', diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index f791e447..72c217ba 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1331,7 +1331,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) { function sp_get_text_options() { $strings = apply_filters( 'sportspress_text', array( __( 'Article', 'sportspress' ), - __( 'Scorecard', 'sportspress' ), + __( 'Box Score', 'sportspress' ), __( 'Career Total', 'sportspress' ), __( 'Current Team', 'sportspress' ), __( 'Current Teams', 'sportspress' ), diff --git a/languages/sportspress.pot b/languages/sportspress.pot index bd0774ab..2c8c695a 100644 --- a/languages/sportspress.pot +++ b/languages/sportspress.pot @@ -116,7 +116,7 @@ msgstr "" #: includes/admin/settings/class-sp-settings-events.php:303 #: includes/sp-core-functions.php:1316 modules/sportspress-tutorials.php:93 #: templates/event-performance.php:108 -msgid "Scorecard" +msgid "Box Score" msgstr "" #: assets/js/admin/editor-lang.php:31 diff --git a/modules/sportspress-tutorials.php b/modules/sportspress-tutorials.php index 41bd5d26..8d8c6c7d 100644 --- a/modules/sportspress-tutorials.php +++ b/modules/sportspress-tutorials.php @@ -90,7 +90,7 @@ class SportsPress_Tutorials { ) ), __( 'Events', 'sportspress' ) => apply_filters( 'sportspress_event_advanced_videos', array( __( 'Event Outcomes', 'sportspress' ) . ' ' . __( '(Auto)', 'sportspress' ) => '//www.youtube-nocookie.com/embed/pCVfPv2O5yY?rel=0&showinfo=0', - __( 'Scorecard', 'sportspress' ) => '//www.youtube-nocookie.com/embed/rERU6X7vjTc?rel=0&showinfo=0', + __( 'Box Score', 'sportspress' ) => '//www.youtube-nocookie.com/embed/rERU6X7vjTc?rel=0&showinfo=0', ) ), __( 'Calendars', 'sportspress' ) => apply_filters( 'sportspress_calendar_advanced_videos', array( __( 'Layout', 'sportspress' ) => '//www.youtube-nocookie.com/embed/aLx_5D0Xgnc?rel=0&showinfo=0', diff --git a/templates/event-performance.php b/templates/event-performance.php index 654b6a5e..6cbb36f7 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -105,7 +105,7 @@ if ( is_array( $teams ) ): 'show_players' => $show_players, 'show_numbers' => $show_numbers, 'show_total' => $show_total, - 'caption' => __( 'Scorecard', 'sportspress' ), + 'caption' => __( 'Box Score', 'sportspress' ), 'labels' => $labels, 'formats' => $formats, 'mode' => $mode, diff --git a/wpml-config.xml b/wpml-config.xml index f8bc5936..1b5c5041 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -2,6 +2,7 @@ + @@ -20,7 +21,6 @@ -