Skip to content

Commit

Permalink
Renamed topscorers to top scorers
Browse files Browse the repository at this point in the history
Renamed topscorers to top scorers
  • Loading branch information
sebastiaanspeck committed Oct 16, 2018
1 parent db8d865 commit 95d28d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resources/lang/de/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Nächstes Spiel|[2,*] :count Anstehende Spiele',
'Matchday' => 'Spieltag',
'Standings' => 'Tabelle',
'Topscorers' => 'Topschützen',
'Top Scorers' => 'Topschützen',
'Player' => 'Spieler',

'No.' => 'No.',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Upcoming fixture|[2,*] Upcoming :count fixtures',
'Matchday' => 'Matchday',
'Standings' => 'Standings',
'Topscorers' => 'Topscorers',
'Top Scorers' => 'Top Scorers',
'Player' => 'Player',

'No.' => 'No.',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/es/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Partido pasado|[2,*] Próximos :count partidos',
'Matchday' => 'Jornada',
'Standings' => 'Posiciones',
'Topscorers' => 'Goleadores',
'Top Scorers' => 'Goleadores',
'Player' => 'Jugador',

'No.' => 'No.',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/fr/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Prochain fixture|[2,*] Prochain :count fixtures',
'Matchday' => 'Matchday',
'Standings' => 'Classement',
'Topscorers' => 'Meilleurs buteurs',
'Top Scorers' => 'Meilleurs Buteurs',
'Player' => 'Joueur',

'No.' => 'No.',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/id/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Upcoming fixture|[2,*] Upcoming :count fixtures',
'Matchday' => 'Matchday',
'Standings' => 'Klasemen',
'Topscorers' => 'Top Skor',
'Top Scorers' => 'Top Skor',
'Player' => 'Pemain',

'No.' => 'No.',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/it/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Prossima partite|[2,*] Prossime :count partite',
'Matchday' => 'Giornata',
'Standings' => 'Posizionamenti',
'Topscorers' => 'Capocannonieri',
'Top Scorers' => 'Capocannonieri',
'Player' => 'Giocatore',

'No.' => 'No.',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/nl/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'upcoming fixtures' => '{1} Volgende wedstrijd|[2,*] Volgende :count wedstrijden',
'Matchday' => 'Speelronde',
'Standings' => 'Ranglijst',
'Topscorers' => 'Topscorers',
'Top Scorers' => 'Topscorers',
'Player' => 'Speler',

'No.' => 'Nr.',
Expand Down

0 comments on commit 95d28d1

Please sign in to comment.