summaryrefslogtreecommitdiff
path: root/src/lang/dutch.txt
AgeCommit message (Collapse)Author
2020-12-14Update: Translations from eintstranslators
french: 1 change by glx22
2020-12-09Update: Translations from eintstranslators
slovak: 30 changes by FuryPapaya lithuanian: 37 changes by devastatorius
2020-09-26Update: Translations from eintstranslators
turkish: 28 changes by nullaf dutch: 1 change by rcpaul
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-15Update: Translations from eintstranslators
indonesian: 1 change by fanioz dutch: 1 change by JanWillem latvian: 39 changes by Tranzistors spanish (mexican): 1 change by Absay
2020-05-06Update: Lang filesglx
2020-02-10Update: Translations from eintstranslators
dutch: 2 changes by JanWillem spanish (mexican): 2 changes by Absay
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-07Cleanup: Unused music GUI stringsNiels Martin Hansen
2020-01-01Update: Translations from eintstranslators
finnish: 11 changes by hpiirai korean: 6 changes by telk5093
2020-01-01Feature: Screenshot windowpnda
2019-12-25Update: Translations from eintstranslators
dutch: 1 change by JanWillem
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-08-18Update: Translations from eintstranslators
dutch: 2 changes by JanWillem russian: 7 changes by Lone_Wolf
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-11Update: Translations from eintstranslators
dutch: 7 changes by JanWillem
2019-05-07Update: Translations from eintstranslators
swedish: 31 changes by Joel_A dutch: 2 changes by JanWillem hungarian: 25 changes by Brumi
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-28Update: Translations from eintstranslators
indonesian: 2 changes by fanioz dutch: 3 changes by JanWillem korean: 3 changes by telk5093
2019-04-01Update: Translations from eintstranslators
dutch: 2 changes by JanWillem french: 19 changes by glx
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-21Update: Translations from eintstranslators
dutch: 28 changes by JanWillem russian: 1 change by Lone_Wolf
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-17Update: Translations from eintstranslators
dutch: 1 change by JanWillem russian: 1 change by Lone_Wolf
2019-03-16Cleanup: Unused lang stringsCharles Pigott
2019-03-15Update: Translations from eintstranslators
romanian: 8 changes by alexmerlin1985 dutch: 2 changes by JanWillem
2019-03-15Cleanup: Update changed string in language files.peter1138
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
2019-03-07Update: Translations from eintstranslators
dutch: 2 changes by JanWillem russian: 4 changes by Lone_Wolf
2019-03-06Update: Translations from eintstranslators
dutch: 13 changes by JanWillem hungarian: 4 changes by Brumi
2019-03-05Remove: BeOS support (deprecated by Haiku)Patric Stout
In 10 years there is no commit to change how BeOS works, and we have no active maintainer for it. It is unlikely it works in its current state (but not impossible). With the arrival of SDL2 (and removal of SDL), BeOS is no longer support. SDL2 suggests to use Haiku instead of BeOS.
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
In 10 years there is no commit to change how MorphOS works, and we have no active maintainer for it. It is unlikely it works in its current state (but not impossible). With the arrival of SDL2 (and removal of SDL), MorphOS is no longer support. There is an SDL2 port for MorphOS, but it is not maintained by upstream SDL2, and nobody can currently test it out. If anyone wants to re-add MorphOS, please do (revert this patch, fix the problems, and create a Pull Request). If you need any help doing so, let us know! It is not that we don't like MorphOS, it is that we don't have anyone fixing the problems :(
2019-02-28Update: Translations from eintstranslators
dutch: 80 changes by JanWillem
2019-02-25Update: Translations from eintstranslators
dutch: 68 changes by JanWillem danish: 17 changes by nielsmh hungarian: 3 changes by Brumi
2019-02-24Update: Translations from eintstranslators
italian: 11 changes by lorenzodv dutch: 46 changes by JanWillem russian: 5 changes by Lone_Wolf
2019-02-23Update: Translations from eintstranslators
danish: 11 changes by nielsmh spanish (mexican): 11 changes by Absay hungarian: 100 changes by Brumi russian: 6 changes by Lone_Wolf croatian: 9 changes by VoyagerOne
2019-02-21Update: Translations from eintstranslators
dutch: 76 changes by JanWillem scottish gaelic: 44 changes by GunChleoc
2019-02-20Update: Translations from eintstranslators
english (us): 11 changes by njn dutch: 244 changes by JanWillem turkish: 102 changes by wakeup
2019-02-19Update: Translations from eintstranslators
dutch: 100 changes by JanWillem
2019-02-18Update: Translations from eintstranslators
ukrainian: 6 changes by nsergiy dutch: 210 changes by JanWillem french: 1 change by glx portuguese: 4 changes by vesgo
2019-02-16Cleanup: update modified and removed strings in languagesglx