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

View File

@@ -14,21 +14,28 @@
<key name="Event"/> <key name="Event"/>
<key name="Event Results"/> <key name="Event Results"/>
<key name="Fixtures"/> <key name="Fixtures"/>
<key name="League Tables"/>
<key name="Logos"/>
<key name="Match Day"/> <key name="Match Day"/>
<key name="Matches"/>
<key name="Nationality"/> <key name="Nationality"/>
<key name="Outcome"/> <key name="Outcome"/>
<key name="Past Teams"/> <key name="Past Teams"/>
<key name="Performance"/> <key name="Performance"/>
<key name="Photo"/>
<key name="Played"/> <key name="Played"/>
<key name="Player"/> <key name="Player"/>
<key name="Player Lists"/>
<key name="Pos"/> <key name="Pos"/>
<key name="Position"/> <key name="Position"/>
<key name="Postponed"/> <key name="Postponed"/>
<key name="Preview"/> <key name="Preview"/>
<key name="Profile"/>
<key name="Rank"/> <key name="Rank"/>
<key name="Recap"/> <key name="Recap"/>
<key name="Season"/> <key name="Season"/>
<key name="Staff"/> <key name="Staff"/>
<key name="Statistics"/>
<key name="Substitutes"/> <key name="Substitutes"/>
<key name="TBD"/> <key name="TBD"/>
<key name="Team"/> <key name="Team"/>
@@ -41,6 +48,7 @@
<key name="View all events"/> <key name="View all events"/>
<key name="View all players"/> <key name="View all players"/>
<key name="View full table"/> <key name="View full table"/>
<key name="Visit Site"/>
</key> </key>
</admin-texts> </admin-texts>
</wpml-config> </wpml-config>