Put things in folders and stuff
This commit is contained in:
41
i18n/strings.php
Normal file
41
i18n/strings.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
// Localize sport names
|
||||
__( 'Association Football (Soccer)', 'sportspress' );
|
||||
__( 'American Football', 'sportspress' );
|
||||
__( 'Australian Rules Football', 'sportspress' );
|
||||
__( 'Baseball', 'sportspress' );
|
||||
__( 'Basketball', 'sportspress' );
|
||||
__( 'Competitive Gaming', 'sportspress' );
|
||||
__( 'Cricket', 'sportspress' );
|
||||
__( 'Golf', 'sportspress' );
|
||||
__( 'Handball', 'sportspress' );
|
||||
__( 'Hockey', 'sportspress' );
|
||||
__( 'Racing', 'sportspress' );
|
||||
__( 'Rugby', 'sportspress' );
|
||||
__( 'Swimming', 'sportspress' );
|
||||
__( 'Tennis', 'sportspress' );
|
||||
__( 'Volleyball', 'sportspress' );
|
||||
|
||||
// Localize post titles
|
||||
__( 'Appearances', 'sportspress' );
|
||||
__( 'Goals', 'sportspress' );
|
||||
__( 'Assists', 'sportspress' );
|
||||
__( 'Yellow Cards', 'sportspress' );
|
||||
__( 'Red Cards', 'sportspress' );
|
||||
__( 'Height', 'sportspress' );
|
||||
__( 'Weight', 'sportspress' );
|
||||
|
||||
// Localize post context texts
|
||||
__( 'Select Logo', 'sportspress' );
|
||||
__( 'Remove Logo', 'sportspress' );
|
||||
__( 'Kick-off: <b>%1$s</b>', 'sportspress' );
|
||||
__( 'Joined: <b>%1$s</b>', 'sportspress' );
|
||||
__( 'Select Photo', 'sportspress' );
|
||||
__( 'Remove Photo', 'sportspress' );
|
||||
|
||||
// Localize configuration formats
|
||||
__( 'Integer', 'sportspress' );
|
||||
__( 'Decimal', 'sportspress' );
|
||||
__( 'Time', 'sportspress' );
|
||||
__( 'Custom Field', 'sportspress' );
|
||||
?>
|
||||
Reference in New Issue
Block a user