summaryrefslogtreecommitdiff
path: root/src/lang/finnish.txt
AgeCommit message (Collapse)Author
2020-12-27Update: Translations from eintstranslators
russian: 19 changes by lexuslatvia finnish: 1 change by hpiirai latvian: 19 changes by lexuslatvia
2020-12-25Update: Translations from eintstranslators
finnish: 10 changes by hpiirai
2020-12-25Update: Translations from eintstranslators
2020-12-25Codechange: Rename strings to match their usage.frosch
2020-12-24Update: Translations from eintstranslators
finnish: 1 change by hpiirai
2020-12-23Update: Translations from eintstranslators
arabic (egypt): 15 changes by AviationGamerX korean: 15 changes by telk5093 finnish: 12 changes by hpiirai
2020-12-22Update: Translations from eintstranslators
korean: 2 changes by telk5093 catalan: 13 changes by perezdidac
2020-12-21Update: Apply name changes to all languages.Xaroth Brook
2020-12-18Update: Translations from eintstranslators
russian: 10 changes by Ln-Wolf finnish: 4 changes by hpiirai slovak: 16 changes by FuryPapaya french: 1 change by glx22
2020-12-17Update: Translations from eintstranslators
finnish: 47 changes by hpiirai
2020-12-15Update: Translations from eintstranslators
korean: 29 changes by telk5093 finnish: 8 changes by hpiirai slovak: 6 changes by FuryPapaya french: 6 changes by glx22
2020-12-14Update: Translations from eintstranslators
french: 1 change by glx22
2020-12-12Update: Translations from eintstranslators
finnish: 1 change by hpiirai
2020-12-09Update: Translations from eintstranslators
slovak: 30 changes by FuryPapaya lithuanian: 37 changes by devastatorius
2020-10-05Update: Translations from eintstranslators
italian: 1 change by AlphaJack romanian: 13 changes by ALEX11BR finnish: 6 changes by VeeraKoo slovak: 202 changes by FuryPapaya spanish: 240 changes by MontyMontana
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'. This patch makes everything consistent.
2020-07-10Update: Disuse of STR_ERROR_INCOMPATIBLE_ROADTrevorShelton
2020-05-06Update: Lang filesglx
2020-01-14Update: Translations from eintstranslators
finnish: 8 changes by ln italian: 25 changes by AlphaJack
2020-01-13Update: Translations from eintstranslators
finnish: 54 changes by ln
2020-01-11Update: Translations from eintstranslators
finnish: 19 changes by ln dutch: 17 changes by JanWillem danish: 109 changes by nielsmh spanish (mexican): 1 change by Absay korean: 1 change by telk5093
2020-01-10Update: Translations from eintstranslators
finnish: 3 changes by ln spanish (mexican): 7 changes by Absay
2020-01-07Update: Translations from eintstranslators
finnish: 1 change by hpiirai
2020-01-07Cleanup: Unused music GUI stringsNiels Martin Hansen
2020-01-06Update: Translations from eintstranslators
finnish: 4 changes by hpiirai english (us): 20 changes by Supercheese french: 7 changes by glx korean: 7 changes by telk5093
2020-01-05Update: Translations from eintstranslators
finnish: 3 changes by hpiirai
2020-01-01Update: Translations from eintstranslators
finnish: 11 changes by hpiirai korean: 6 changes by telk5093
2020-01-01Feature: Screenshot windowpnda
2019-12-23Update: Translations from eintstranslators
2019-11-14Update: Translations from eintstranslators
finnish: 5 changes by hpiirai galician: 183 changes by Michi polish: 5 changes by azabost dutch: 6 changes by JanWillem spanish (mexican): 5 changes by Absay
2019-11-13Cleanup: Remove unused stringsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-10-21Update: Translations from eintstranslators
finnish: 6 changes by hpiirai tamil: 62 changes by aswn dutch: 2 changes by JanWillem
2019-06-10Update: Translations from eintstranslators
finnish: 3 changes by hpiirai dutch: 3 changes by JanWillem bulgarian: 54 changes by zhelyo french: 3 changes by glx
2019-05-25Update: Translations from eintstranslators
finnish: 32 changes by hpiirai spanish (mexican): 16 changes by Absay
2019-05-04Cleanup: Remove unused string.peter1138
2019-05-02Update: Translations from eintstranslators
dutch: 27 changes by JanWillem french: 29 changes by glx hungarian: 3 changes by Brumi korean: 71 changes by telk5093
2019-05-01Cleanup: Update modified and removed strings in language files.peter1138
2019-04-25Update: Translations from eintstranslators
finnish: 3 changes by hpiirai italian: 3 changes by lorenzodv
2019-03-27Update: Translations from eintstranslators
finnish: 2 changes by hpiirai english (us): 17 changes by Supercheese luxembourgish: 10 changes by Phreeze dutch: 20 changes by JanWillem norwegian (bokmal): 2 changes by Leifbk latin: 16 changes by Supercheese portuguese: 3 changes by JayCity
2019-03-25Update: Translations from eintstranslators
finnish: 12 changes by hpiirai greek: 40 changes by Jubilee luxembourgish: 2 changes by Phreeze dutch: 12 changes by JanWillem french: 4 changes by romazoon norwegian (bokmal): 12 changes by Leifbk hungarian: 14 changes by Brumi portuguese: 51 changes by JayCity, 11 changes by vesgo
2019-03-24Update: Translations from eintstranslators
finnish: 13 changes by hpiirai korean: 1 change by telk5093
2019-03-23Update: Translations from eintstranslators
finnish: 13 changes by hpiirai danish: 2 changes by nielsmh
2019-03-19Remove: DOS supportPatric Stout
In 10 years there was no active development on DOS. Although it turned out to still work, the FPS was very bad. There is little interest in the current community to look into this. Further more, we like to switch to c++11 functions for threads, which are not implemented by DJGPP, the only current compiler for DOS. Additionally, DOS is the only platform which does not support networking. It is the reason we have tons of #ifdefs to support disabling networking. By removing DOS support, we can both use c++11 functions for threads, and remove all the code related to disabling network. Sadly, this means we have to see DOS go. Of course, if you feel up for the task, simply revert this commit, and implement stub c++11 functions for threads and stub functions for networking. We are more than happy to accept such Pull Request.
2019-03-16Cleanup: Unused lang stringsCharles Pigott
2019-03-15Cleanup: Update changed string in language files.peter1138
2019-03-11Update: Translations from eintstranslators
finnish: 110 changes by hpiirai ukrainian: 149 changes by nsergiy
2019-03-10Update: Translations from eintstranslators
finnish: 214 changes by hpiirai norwegian (bokmal): 10 changes by Leifbk russian: 2 changes by Lone_Wolf croatian: 6 changes by VoyagerOne
2019-03-09Update: Translations from eintstranslators
finnish: 46 changes by hpiirai danish: 10 changes by nielsmh hungarian: 2 changes by Brumi
2019-03-08Update: Translations from eintstranslators
finnish: 14 changes by ln catalan: 8 changes by juanjo polish: 7 changes by xaxa dutch: 7 changes by JanWillem