Add text options for tabs

This commit is contained in:
Brian Miyaji
2016-09-14 19:42:28 +10:00
parent a2786a301b
commit bce0d42af2
2 changed files with 16 additions and 0 deletions

View File

@@ -1341,21 +1341,28 @@ function sp_get_text_options() {
__( 'Details', 'sportspress' ),
__( 'Event', 'sportspress' ),
__( 'Fixtures', 'sportspress' ),
__( 'League Tables', 'sportspress' ),
__( 'Logos', 'sportspress' ),
__( 'Match Day', 'sportspress' ),
__( 'Matches', 'sportspress' ),
__( 'Nationality', 'sportspress' ),
__( 'Offense', 'sportspress' ),
__( 'Outcome', 'sportspress' ),
__( 'Past Teams', 'sportspress' ),
__( 'Photo', 'sportspress' ),
__( 'Player', 'sportspress' ),
__( 'Player Lists', 'sportspress' ),
__( 'Pos', 'sportspress' ),
__( 'Position', 'sportspress' ),
__( 'Postponed', 'sportspress' ),
__( 'Preview', 'sportspress' ),
__( 'Profile', 'sportspress' ),
__( 'Rank', 'sportspress' ),
__( 'Recap', 'sportspress' ),
__( 'Results', 'sportspress' ),
__( 'Season', 'sportspress' ),
__( 'Staff', 'sportspress' ),
__( 'Statistics', 'sportspress' ),
__( 'TBD', 'sportspress' ),
__( 'Team', 'sportspress' ),
__( 'Teams', 'sportspress' ),
@@ -1367,6 +1374,7 @@ function sp_get_text_options() {
__( 'View all events', 'sportspress' ),
__( 'View all players', 'sportspress' ),
__( 'View full table', 'sportspress' ),
__( 'Visit Site', 'sportspress' ),
));
asort( $strings );