Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 28e18ab

Browse files
authored
v2.08 (#58)
Minor Fixes
1 parent 67ac0a9 commit 28e18ab

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Translations
4545
* Turkish Translation by pReLiTinqq^^
4646
* Danish Translation by Nubbe#0405
4747
* Korean Translation by @Tsukasa-Nefren
48+
* Swedish Translation by @Vanheden
4849
* Spanish Translation by Atomik0#5399
4950

5051
CSS & JS

footer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</small>
1515
</small>
1616
<br>
17-
<small><a class="link-dark text-decoration-none" href="https://github.com/KristianP26/Surftimer-Web-Stats" title="Kristián Partl Github" target="_blank">Surftimer-Web-Stats</a> v.2.07.beta</small>
17+
<small><a class="link-dark text-decoration-none" href="https://github.com/KristianP26/Surftimer-Web-Stats" title="Kristián Partl Github" target="_blank">Surftimer-Web-Stats</a> v.2.08</small>
1818
</p>
1919
</div>
2020
</div>

inc/languages/Danish.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
define('MAPS_TOTAL_COMPLETIONS', 'Total Completions');
7474
define('MAPS_MAP_COMPLETIONS', 'Map Completions');
7575
define('MAPS_STAGE_COMPLETIONS', 'Stage Completions');
76-
define('MAPS_BONUSES_COMPLETIONS', 'Stage Completions');
76+
define('MAPS_BONUSES_COMPLETIONS', 'Bonuses Completions');
7777

7878
define('PROFILE_PLAYER_PROFILE', 'Spiller Profil');
7979
define('PROFILE_TOP', 'TOP');

inc/languages/English.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
define('MAPS_TOTAL_COMPLETIONS', 'Total Completions');
7474
define('MAPS_MAP_COMPLETIONS', 'Map Completions');
7575
define('MAPS_STAGE_COMPLETIONS', 'Stage Completions');
76-
define('MAPS_BONUSES_COMPLETIONS', 'Stage Completions');
76+
define('MAPS_BONUSES_COMPLETIONS', 'Bonuses Completions');
7777

7878
define('PROFILE_PLAYER_PROFILE', 'Player Profile');
7979
define('PROFILE_TOP', 'TOP');

inc/languages/German.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
define('MAPS_TOTAL_COMPLETIONS', 'Anzahl Läufe');
7474
define('MAPS_MAP_COMPLETIONS', 'Karten Läufe');
7575
define('MAPS_STAGE_COMPLETIONS', 'Stage Läufe');
76-
define('MAPS_BONUSES_COMPLETIONS', 'Stage Läufe');
77-
76+
define('MAPS_BONUSES_COMPLETIONS', 'Bonus Läufe');
7877
define('PROFILE_PLAYER_PROFILE', 'Spielerprofil');
7978
define('PROFILE_TOP', 'TOP');
8079
define('PROFILE_USER_TOTAL_COMPLETION_PROGRESS', 'Fortschritt Spieler Läufe');

inc/languages/Swedish.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
define('MAPS_TOTAL_COMPLETIONS', 'Total Utförda');
7474
define('MAPS_MAP_COMPLETIONS', 'Map Utförda');
7575
define('MAPS_STAGE_COMPLETIONS', 'Stage Utförda');
76-
define('MAPS_BONUSES_COMPLETIONS', 'Stage Utförda');
77-
76+
define('MAPS_BONUSES_COMPLETIONS', 'Bonus Utförda');
7877
define('PROFILE_PLAYER_PROFILE', 'Spelare Profil');
7978
define('PROFILE_TOP', 'TOP');
8079
define('PROFILE_USER_TOTAL_COMPLETION_PROGRESS', 'Användarens totala slutförande');

inc/languages/Turkish.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
define('MAPS_TOTAL_COMPLETIONS', 'Toplam Bitirme');
7474
define('MAPS_MAP_COMPLETIONS', 'Harita Rekorları');
7575
define('MAPS_STAGE_COMPLETIONS', 'Stage Rekorları');
76-
define('MAPS_BONUSES_COMPLETIONS', 'Stage Rekorları');
76+
define('MAPS_BONUSES_COMPLETIONS', 'Bonus Rekorları');
7777

7878
define('PROFILE_PLAYER_PROFILE', 'Oyuncu Profili');
7979
define('PROFILE_TOP', 'Sıralama');

0 commit comments

Comments
 (0)