Change Kick-off to Date/Time

This commit is contained in:
Brian Miyaji
2014-01-12 21:12:48 +11:00
parent d476be005f
commit a4e6015b01
4 changed files with 7 additions and 7 deletions

View File

@@ -11,9 +11,9 @@ function sportspress_gettext( $translated_text, $untranslated_text, $domain ) {
),
'sp_event' => array(
'Enter title here' => '(no title)',
'Scheduled for: <b>%1$s</b>' => 'Kick-off: <b>%1$s</b>',
'Published on: <b>%1$s</b>' => 'Kick-off: <b>%1$s</b>',
'Publish <b>immediately</b>' => 'Kick-off: <b>%1$s</b>',
'Scheduled for: <b>%1$s</b>' => 'Date/Time: <b>%1$s</b>',
'Published on: <b>%1$s</b>' => 'Date/Time: <b>%1$s</b>',
'Publish <b>immediately</b>' => 'Date/Time: <b>%1$s</b>',
),
'sp_player' => array(
'Enter title here' => 'Name',

View File

@@ -179,7 +179,7 @@ function sportspress_event_edit_columns() {
'sp_team' => __( 'Teams', 'sportspress' ),
'sp_season' => __( 'Seasons', 'sportspress' ),
'sp_venue' => __( 'Venues', 'sportspress' ),
'sp_kickoff' => __( 'Kick-off', 'sportspress' )
'sp_kickoff' => __( 'Date/Time', 'sportspress' )
);
return $columns;
}

View File

@@ -318,7 +318,7 @@ msgstr "ロゴを削除"
#: ../strings.php:31
#, php-format
msgid "Kick-off: <b>%1$s</b>"
msgid "Date/Time: <b>%1$s</b>"
msgstr "キックオフ: <b>%1$s</b>"
#: ../strings.php:32
@@ -540,7 +540,7 @@ msgid "Venues"
msgstr ""
#: ../admin/post-types/event.php:182
msgid "Kick-off"
msgid "Date/Time"
msgstr "キックオフ"
#: ../admin/post-types/list.php:3

View File

@@ -28,7 +28,7 @@ __( 'Weight', 'sportspress' );
// Post context texts
__( 'Select Logo', 'sportspress' );
__( 'Remove Logo', 'sportspress' );
__( 'Kick-off: <b>%1$s</b>', 'sportspress' );
__( 'Date/Time: <b>%1$s</b>', 'sportspress' );
__( 'Joined: <b>%1$s</b>', 'sportspress' );
__( 'Select Photo', 'sportspress' );
__( 'Remove Photo', 'sportspress' );