Commit Graph

509 Commits (806630907425cf996f5d45fc61e707c6e7412dcb)

Author SHA1 Message Date
translators 3e7c757398 Update: Translations from eints
spanish (mexican): 1 change by absay
4 years ago
translators 928276a66e Update: Translations from eints
korean: 4 changes by telk5093
finnish: 4 changes by hpiirai
catalan: 11 changes by J0anJosep
4 years ago
translators 0f1d338dda Update: Translations from eints
korean: 2 changes by telk5093
finnish: 2 changes by hpiirai
dutch: 49 changes by Afoklala
spanish: 16 changes by Luis45ccs
french: 7 changes by dimensi0n
polish: 2 changes by yazalo
4 years ago
translators c3faec4e9a Update: Translations from eints
polish: 7 changes by yazalo
4 years ago
translators 1bb0e6ed8c Update: Translations from eints
russian: 19 changes by lexuslatvia
finnish: 1 change by hpiirai
latvian: 19 changes by lexuslatvia
4 years ago
translators 7b515fa0e2 Update: Translations from eints 4 years ago
frosch ba49fa3b82 Codechange: Rename strings to match their usage. 4 years ago
translators cc8301449e Update: Translations from eints
korean: 2 changes by telk5093
catalan: 13 changes by perezdidac
4 years ago
Xaroth Brook 86e08aa8ef Update: Apply name changes to all languages. 4 years ago
translators f24bc8b509 Update: Translations from eints
vietnamese: 3 changes by KhoiCanDev
russian: 4 changes by Ln-Wolf
polish: 11 changes by yazalo
4 years ago
translators 8c42f3a8d4 Update: Translations from eints
french: 1 change by glx22
4 years ago
translators 819ce1bf49 Update: Translations from eints
slovak: 30 changes by FuryPapaya
lithuanian: 37 changes by devastatorius
4 years ago
translators 59ae40af53 Update: Translations from eints
vietnamese: 24 changes by KhoiCanDev
4 years ago
TechGeekNZ a10013dd00 Codechange: Spell 'Viewport' consistently
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
4 years ago
TrevorShelton c39d62c245 Update: Disuse of STR_ERROR_INCOMPATIBLE_ROAD 4 years ago
glx f0747c8c51 Update: Lang files 4 years ago
Niels Martin Hansen 7413d65c2a Cleanup: Unused music GUI strings 5 years ago
translators 3a557b0336 Update: Translations from eints
finnish: 11 changes by hpiirai
korean: 6 changes by telk5093
5 years ago
pnda e558aa8ff4 Feature: Screenshot window 5 years ago
translators dbe44e80f1 Update: Translations from eints 5 years ago
translators ef8455f549 Update: Translations from eints
vietnamese: 73 changes by myquartz
5 years ago
translators c7b703d426 Update: Translations from eints
vietnamese: 36 changes by myquartz
5 years ago
translators d242b1824c Update: Translations from eints
vietnamese: 19 changes by myquartz
russian: 5 changes by Lone_Wolf
korean: 5 changes by telk5093, 1 change by kevinhigh
5 years ago
glx 9fc6329066 Cleanup: Remove unused strings 5 years ago
translators 4eab70f84e Update: Translations from eints
polish: 115 changes by azabost
vietnamese: 5 changes by nglekhoi
5 years ago
S. D. Cloudt 13cc8a0cee Cleanup: Removed SVN headers 5 years ago
peter1138 a1de834104 Cleanup: Remove unused string. 5 years ago
translators 3469a2a445 Update: Translations from eints
dutch: 27 changes by JanWillem
french: 29 changes by glx
hungarian: 3 changes by Brumi
korean: 71 changes by telk5093
5 years ago
peter1138 672c857e37 Cleanup: Update modified and removed strings in language files. 5 years ago
translators e817951bfd Update: Translations from eints
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
5 years ago
translators 37b9fdc0c1 Update: Translations from eints
finnish: 13 changes by hpiirai
korean: 1 change by telk5093
5 years ago
Patric Stout 72c5f2b3ee Remove: DOS support
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.
5 years ago
Charles Pigott 592f591a4b Cleanup: Unused lang strings 5 years ago
Patric Stout f58db44ff2 Remove: BeOS support (deprecated by Haiku)
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.
5 years ago
Patric Stout 7784d77713 Remove: MorphOS / AmigaOS support
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 :(
5 years ago
translators f240f61fb2 Update: Translations from eints
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
5 years ago
glx ebe84b9d4c Cleanup: update modified and removed strings in languages 5 years ago
translators de1278290b Update: Translations from eints
greek: 15 changes by fumantsu
dutch: 73 changes by JanWillem
5 years ago
Peter Nelson fa53abe864 Doc: Yearly increment. 5 years ago
translators 80c7965c65 Update: Translations from eints
belarusian: 1 change by translators
norwegian (nynorsk): 1 change by translators
chinese (simplified): 1 change by translators
serbian: 1 change by translators
czech: 1 change by translators
esperanto: 1 change by translators
chinese (traditional): 1 change by translators
portuguese (brazilian): 1 change by translators
norwegian (bokmal): 1 change by translators
swedish: 1 change by translators
lithuanian: 1 change by translators
hebrew: 1 change by translators
croatian: 1 change by translators
bulgarian: 1 change by translators
catalan: 1 change by translators
afrikaans: 1 change by translators
vietnamese: 1 change by translators
slovenian: 1 change by translators
faroese: 1 change by translators
thai: 1 change by translators
frisian: 1 change by translators
scottish gaelic: 1 change by translators
persian: 1 change by translators
korean: 1 change by translators
greek: 1 change by translators
latin: 1 change by translators
welsh: 1 change by translators
galician: 1 change by translators
japanese: 1 change by translators
english (au): 1 change by translators
italian: 6 changes by lorenzodv, 1 change by translators
urdu: 1 change by translators
french: 7 changes by glx
malay: 1 change by translators
tamil: 1 change by translators
spanish: 4 changes by SilverSurferZzZ, 1 change by translators
slovak: 1 change by translators
basque: 1 change by translators
polish: 1 change by translators
indonesian: 1 change by translators
arabic (egypt): 1 change by translators
russian: 2 changes by Lone_Wolf, 1 change by translators
hungarian: 1 change by translators
luxembourgish: 1 change by translators
romanian: 1 change by translators
irish: 1 change by translators
latvian: 1 change by translators
german: 1 change by translators
danish: 1 change by translators
spanish (mexican): 7 changes by Absay
icelandic: 1 change by translators
english (us): 1 change by translators
turkish: 1 change by translators
portuguese: 1 change by translators
ukrainian: 1 change by translators
finnish: 1 change by translators
dutch: 1 change by translators
estonian: 1 change by translators
6 years ago
Peter Nelson b60b193a6d Cleanup: Remove out of date translations for changed string. 6 years ago
translators 60da05cf2a Update: Translations from eints
french: 3 changes by glx
6 years ago
Niels Martin Hansen f37304f9f5 Cleanup: Remove unused strings 6 years ago
translators e34a6c58ea Update: Translations from eints
italian: 1 change by lorenzodv
french: 29 changes by glx
6 years ago
Oskari Leppäaho b3b89257f7 Remove: Unused string "STR_ERROR_TOO_CLOSE_TO_ANOTHER_STATION" 6 years ago
translators 8a70101e7f Update: Translations from eints
vietnamese: 63 changes by myquartz
6 years ago
translators 25a060b4ae Update: Translations from eints
vietnamese: 2 changes by myquartz
6 years ago
translators 6a6ffddc5f Update: Translations from eints
greek: 46 changes by kyrm
italian: 44 changes by lorenzodv
6 years ago
PeterN eaa32f5ad5
Change: Use name of cargo instead of Passengers/Mail in town statistics. (#6801)
* Change: Use name of cargo instead of Passengers/Mail in town statistics.
* Cleanup: Remove strings from all language files.
6 years ago
Niels Martin Hansen 683b46a5b5 Cleanup: Remove unused strings from language files 6 years ago
PeterN cfe6a8ea4f
Add: Replace independment map scrolling GUI settings with single option, and add choice to not lock cursor position when scrolling. (#6756) 6 years ago
frosch 91464af737 (svn r27980) -Doc: Yearly increment 6 years ago
frosch 1bc6fdef31 (svn r27953) -Cleanup: Adjust other languages for r27952 7 years ago
translators 13d0296e7c (svn r27903) -Update from Eints:
vietnamese: 37 changes by myquartz
7 years ago
alberth 2eae80bbfe (svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01) 7 years ago
translators 23cff64f66 (svn r27878) -Update from Eints:
vietnamese: 7 changes by nglekhoi
7 years ago
translators 2385f4adbc (svn r27824) -Update from Eints:
catalan: 7 changes by juanjo
croatian: 4 changes by VoyagerOne
korean: 15 changes by telk5093
scottish gaelic: 54 changes by GunChleoc
7 years ago
alberth 49c0facf2e (svn r27803) -Change: Remove obsolete aircraft preview strings from other languages 7 years ago
alberth 2f1d808781 (svn r27801) -Change: Also rename long aircraft preview window strings of other languages 7 years ago
alberth 85ed4975bf (svn r27798) -Change: Also remove obsolete string from the other languages 7 years ago
frosch 15032bd765 (svn r27777) -Doc: Yearly increment 7 years ago
translators b264dd2a8d (svn r27753) -Update from Eints: 7 years ago
alberth 07254a238d (svn r27752) -Cleanup: Remove obsolete strings from other languages as well. 7 years ago
frosch 7b553d255e (svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. 8 years ago
frosch acc817b3f5 (svn r27685) -Change: Preemptively invalidate translation changes of next commit for eints. 8 years ago
frosch ad43465c31 (svn r27683) -Change: Rearrange the autoreplace GUI for trains, and do not filter it by railtype by default. 8 years ago
frosch 56c54dcaec (svn r27516) -Update: Documentation 8 years ago
translators 058760651b (svn r27489) -Update from Eints:
vietnamese: 1 change by nglekhoi
9 years ago
translators 477a022b7f (svn r27478) -Update from Eints:
german: 8 changes by translators, 2 changes by frosch
arabic (egypt): 36 changes by translators
afrikaans: 4 changes by translators
hungarian: 1 change by translators
english (us): 1 change by translators
frisian: 2 changes by translators
norwegian (bokmal): 5 changes by translators
norwegian (nynorsk): 1 change by translators
lithuanian: 5 changes by translators
slovenian: 4 changes by translators
russian: 1 change by translators
ukrainian: 2 changes by translators
welsh: 3 changes by translators
french: 5 changes by glx
english (au): 1 change by translators
irish: 1 change by translators
tamil: 1 change by translators
belarusian: 2 changes by translators
bulgarian: 1 change by translators
italian: 1 change by translators
scottish gaelic: 1 change by translators
romanian: 2 changes by translators
urdu: 5 changes by translators
turkish: 11 changes by translators
portuguese: 1 change by translators
latvian: 2 changes by translators
esperanto: 1 change by translators
dutch: 3 changes by translators
serbian: 1 change by translators
spanish: 1 change by translators
czech: 4 changes by translators
indonesian: 2 changes by translators
latin: 1 change by translators
catalan: 2 changes by translators
hebrew: 9 changes by translators
greek: 5 changes by translators
polish: 1 change by translators
chinese (traditional): 1 change by translators
slovak: 1 change by translators
icelandic: 2 changes by translators
portuguese (brazilian): 4 changes by translators
danish: 2 changes by translators
vietnamese: 6 changes by translators
malay: 2 changes by translators
galician: 4 changes by translators
croatian: 1 change by translators
korean: 4 changes by translators
finnish: 1 change by translators
chinese (simplified): 1 change by translators
estonian: 3 changes by translators
persian: 4 changes by translators
thai: 6 changes by translators
swedish: 1 change by translators
luxembourgish: 3 changes by translators
japanese: 5 changes by translators
basque: 2 changes by translators
9 years ago
translators 74d06be466 (svn r27412) -Update from WebTranslator v3.0:
vietnamese - 16 changes by myquartz
9 years ago
translators 2b10ddc1a2 (svn r27405) -Update from WebTranslator v3.0:
latin - 2 changes by Supercheese
vietnamese - 18 changes by nglekhoi
9 years ago
translators 8475a600fb (svn r27293) -Update from WebTranslator v3.0:
traditional_chinese - 4 changes by siu238X
danish - 4 changes by beruic
9 years ago
rubidium 20e20d6d2b (svn r27184) -Cleanup: remove some removed strings 9 years ago
rubidium 9428d6fb34 (svn r27103) -Update: copyright date 10 years ago
translators ca7e4199c3 (svn r27053) -Update from WebTranslator v3.0:
latin - 2 changes by Supercheese
vietnamese - 145 changes by nglekhoi
10 years ago
frosch 33f4f0b464 (svn r26986) -Change: Rename 'Advanced Settings' to just 'Settings'. 10 years ago
peter1138 260734cf68 (svn r26966) -Codechange: Remove two strings made obsolete in r26965. 10 years ago
translators 7fc2137785 (svn r26903) -Update from WebTranslator v3.0:
lithuanian - 132 changes by Stabilitronas
vietnamese - 1 changes by nglekhoi
welsh - 5 changes by kazzie
10 years ago
translators 320a497919 (svn r26821) -Update from WebTranslator v3.0:
greek - 95 changes by Jubilee
gaelic - 33 changes by GunChleoc
10 years ago
translators 17336b5cdc (svn r26696) -Update from WebTranslator v3.0:
vietnamese - 11 changes by nglekhoi
10 years ago
translators a7f7a880dd (svn r26658) -Update from WebTranslator v3.0:
estonian - 1 changes by
10 years ago
translators 81de6f7caf (svn r26644) -Update from WebTranslator v3.0:
dutch - 14 changes by habell
vietnamese - 16 changes by nglekhoi
10 years ago
frosch 48d70cd0a9 (svn r26641) -Cleanup: Remove some unused strings. 10 years ago
translators f2aa43eea7 (svn r26601) -Update from WebTranslator v3.0:
vietnamese - 62 changes by maddot
10 years ago
translators fb63f7a3ef (svn r26592) -Update from WebTranslator v3.0:
catalan - 1 changes by juanjo
10 years ago
translators 3b634b628c (svn r26537) -Update from WebTranslator v3.0:
catalan - 24 changes by juanjo
english_US - 25 changes by Supercheese
finnish - 31 changes by jpx_
german - 32 changes by planetmaker
korean - 43 changes by telk5093
luxembourgish - 39 changes by Phreeze
russian - 17 changes by Lone_Wolf
10 years ago
frosch d8c52c17a3 (svn r26535) -Remove: Missed one 10 years ago
frosch b382aa0913 (svn r26534) -Remove: Soon unneeded translations. 10 years ago
frosch 380a1de250 (svn r26533) -Codechange: Rename some strings 10 years ago
translators e83d7a2707 (svn r26530) -Update from WebTranslator v3.0:
catalan - 19 changes by juanjo
english_US - 18 changes by Supercheese
italian - 17 changes by lorenzodv
10 years ago
frosch 2a16c33461 (svn r26527) -Codechange: Rename STR_MAPGEN_RANDOM to STR_FACE_RANDOM 10 years ago
frosch 08660e6ea6 (svn r26524) -Remove: Soon unneeded translations. 10 years ago
translators 470bd0ce24 (svn r26332) -Update from WebTranslator v3.0:
simplified_chinese - 3 changes by siu238X
traditional_chinese - 3 changes by siu238X
frisian - 50 changes by Geoloep
korean - 11 changes by telk5093
lithuanian - 2 changes by Stabilitronas
russian - 4 changes by KorneySan, Lone_Wolf
vietnamese - 8 changes by myquartz
11 years ago
frosch 20737a3462 (svn r26325) -Fix/Cleanup (r26320): Remove non-existent string from translations. 11 years ago
rubidium e3542b1977 (svn r26192) -Fix (r24878): off-by-one error ;) 11 years ago
translators a3471b4ab9 (svn r26139) -Update from WebTranslator v3.0:
latvian - 3 changes by Parastais
vietnamese - 2 changes by nglekhoi
11 years ago
translators baf0a2b3d6 (svn r26030) -Update from WebTranslator v3.0:
italian - 1 changes by lorenzodv
japanese - 3 changes by nex259
lithuanian - 1 changes by Stabilitronas
norwegian_bokmal - 14 changes by Trond, cuthbert
11 years ago
translators 5edda0149a (svn r25971) -Update from WebTranslator v3.0:
dutch - 4 changes by habell
vietnamese - 1 changes by nglekhoi
11 years ago
translators 7a75010b25 (svn r25829) -Update from WebTranslator v3.0:
english_US - 2 changes by Supercheese
vietnamese - 9 changes by nglekhoi
11 years ago
planetmaker e27a91c8bc (svn r25798) -Fix [FS#5765]: Consistent spelling of MightyMover vehicles 11 years ago
planetmaker 266d9262a2 (svn r25793) -Change: Trigger update of translations for palette names 11 years ago
translators 43ecfc2715 (svn r25777) -Update from WebTranslator v3.0:
finnish - 60 changes by Tve4
german - 2 changes by Jogio
italian - 1 changes by lorenzodv
slovak - 2 changes by Milsa
vietnamese - 2 changes by nglekhoi
11 years ago
translators 9d7ec75fc0 (svn r25650) -Update from WebTranslator v3.0:
estonian - 6 changes by KSiimson
vietnamese - 21 changes by myquartz
11 years ago
alberth 46901b73b2 (svn r25639) -Codechange: Rename both 'STR_ERROR_NO_VEHICLES_AVAILABLE*' strings. 11 years ago
translators 53b4ca9d6d (svn r25627) -Update from WebTranslator v3.0:
brazilian_portuguese - 62 changes by Tucalipe
vietnamese - 35 changes by myquartz
11 years ago
translators 5e5e0b5029 (svn r25610) -Update from WebTranslator v3.0:
vietnamese - 37 changes by nglekhoi
11 years ago
translators 09a30ca7b5 (svn r25586) -Update from WebTranslator v3.0:
russian - 6 changes by Lone_Wolf
gaelic - 71 changes by GunChleoc
vietnamese - 3 changes by nglekhoi
11 years ago
rubidium 094ac8c441 (svn r25518) -Cleanup: remove old string 11 years ago
rubidium 1b9f54f0b2 (svn r25514) -Update: other translations 11 years ago
rubidium 096f1e37d3 (svn r25509) -Cleanup: remove old strings 11 years ago
translators 6e8f2f29f5 (svn r25494) -Update from WebTranslator v3.0:
catalan - 7 changes by juanjo
spanish - 5 changes by juanjo
vietnamese - 9 changes by nglekhoi
11 years ago
translators 8197a3ea2a (svn r25453) -Update from WebTranslator v3.0:
vietnamese - 1 changes by nglekhoi
11 years ago
rubidium 40c2864e4d (svn r25409) -Cleanup: remove removed string 11 years ago
translators a2bda93647 (svn r25385) -Update from WebTranslator v3.0:
english_US - 59 changes by Rubidium
finnish - 59 changes by jpx_
french - 18 changes by glx
german - 21 changes by Jogio, planetmaker
lithuanian - 42 changes by butkus
spanish - 59 changes by Terkhen
swedish - 39 changes by Zuu, daishan
11 years ago
zuu be8645e137 (svn r25383) -Fix (r25376): Remove now redundant menu entries for story book and goals 11 years ago
rubidium 9a92d55dee (svn r25378) -Cleanup: remove stale/outdated string 11 years ago
zuu ed38214794 (svn r25374) -Update: Remove stale goal translations 11 years ago
translators 2093dea58a (svn r25315) -Update from WebTranslator v3.0:
catalan - 33 changes by arnau
croatian - 4 changes by VoyagerOne
indonesian - 8 changes by Yoursnotmine
vietnamese - 19 changes by myquartz, nglekhoi
welsh - 5 changes by kazzie
11 years ago
frosch 2547523c0f (svn r25304) -Change: Move the GS goals window from the subsidies to the league menu. 11 years ago
translators a28cfd2d74 (svn r25300) -Update from WebTranslator v3.0:
italian - 3 changes by lorenzodv
portuguese - 8 changes by hthief
russian - 1 changes by Lone_Wolf
gaelic - 8 changes by GunChleoc
vietnamese - 7 changes by nglekhoi
11 years ago
rubidium 992989dccb (svn r25273) -Cleanup: remove now unused string 11 years ago
translators ed858c08ca (svn r25267) -Update from WebTranslator v3.0:
croatian - 20 changes by VoyagerOne
czech - 2 changes by Eskymak
english_US - 21 changes by Rubidium
faroese - 4 changes by FastNinja
finnish - 7 changes by jpx_
german - 20 changes by planetmaker
icelandic - 1 changes by Stimrol
italian - 18 changes by lorenzodv
polish - 4 changes by wojteks86
russian - 20 changes by Lone_Wolf
swedish - 21 changes by Zuu
tamil - 10 changes by aswn
vietnamese - 1 changes by nglekhoi
11 years ago
planetmaker 216888485e (svn r25254) -Cleanup: Remove the changed / unused strings from translations 11 years ago
translators f7dc4a50f4 (svn r25215) -Update from WebTranslator v3.0:
galician - 185 changes by Michi
gaelic - 1 changes by GunChleoc
vietnamese - 4 changes by nglekhoi
11 years ago
translators 5b55afb7bd (svn r25211) -Update from WebTranslator v3.0:
vietnamese - 4 changes by nglekhoi
welsh - 4 changes by kazzie
11 years ago
translators c909421e6f (svn r25188) -Update from WebTranslator v3.0:
danish - 18 changes by Gankenstein
gaelic - 169 changes by GunChleoc
vietnamese - 2 changes by nglekhoi
11 years ago
translators d3faaa6543 (svn r25137) -Update from WebTranslator v3.0:
faroese - 17 changes by FastNinja
galician - 38 changes by Michi
hungarian - 1 changes by IPG
vietnamese - 6 changes by nglekhoi
11 years ago
translators 41ca81dc41 (svn r25120) -Update from WebTranslator v3.0:
macedonian - 1 changes by Ristovski
vietnamese - 2 changes by nglekhoi
11 years ago
alberth 8ca173e365 (svn r25098) -Change(r25094): Change the population string for other languages as well. 11 years ago
translators 9e6b3b5102 (svn r25063) -Update from WebTranslator v3.0:
afrikaans - 71 changes by ewaldhorn
belarusian - 3 changes by KorneySan
catalan - 2 changes by arnau
italian - 2 changes by lorenzodv
norwegian_bokmal - 5 changes by Tinman, bjelleklang
norwegian_nynorsk - 1 changes by bjelleklang
russian - 3 changes by KorneySan, Lone_Wolf
vietnamese - 3 changes by nglekhoi
11 years ago
translators 6f49b85bd1 (svn r25025) -Update from WebTranslator v3.0:
dutch - 4 changes by habell
english_AU - 9 changes by mrtux
english_US - 4 changes by Rubidium
esperanto - 13 changes by Asakha
finnish - 4 changes by jpx_
french - 4 changes by glx
german - 4 changes by planetmaker
greek - 1 changes by Evropi
hungarian - 4 changes by oklmernok
italian - 4 changes by lorenzodv
korean - 4 changes by telk5093
russian - 4 changes by Lone_Wolf
spanish - 9 changes by Terkhen
swedish - 6 changes by Joel_A
vietnamese - 4 changes by nglekhoi
12 years ago
translators 37b0c459b4 (svn r25022) -Update from WebTranslator v3.0:
belarusian - 10 changes by KorneySan
croatian - 9 changes by VoyagerOne
dutch - 9 changes by habell
hungarian - 6 changes by oklmernok
italian - 5 changes by lorenzodv
korean - 17 changes by telk5093
polish - 5 changes by wojteks86
brazilian_portuguese - 10 changes by Tucalipe
russian - 9 changes by Lone_Wolf
swedish - 50 changes by Zuu
vietnamese - 9 changes by nglekhoi
12 years ago
translators a3b3db664e (svn r24999) -Update from WebTranslator v3.0:
english_US - 4 changes by Rubidium
french - 4 changes by glx
greek - 156 changes by Evropi
spanish - 5 changes by Terkhen
swedish - 9 changes by Joel_A, Zuu
12 years ago
translators b9b2b019c9 (svn r24990) -Update from WebTranslator v3.0:
czech - 36 changes by greem
greek - 24 changes by Evropi
japanese - 45 changes by Aknuth
vietnamese - 37 changes by myquartz
12 years ago
frosch f563250c0b (svn r24938) -Fix [FS#5447-ish]: Never put a space between cargo name and subtype. 12 years ago
translators 8fa3da44c7 (svn r24937) -Update from WebTranslator v3.0:
greek - 38 changes by Evropi
korean - 1 changes by telk5093
tamil - 1 changes by aswn
turkish - 10 changes by magnum06
vietnamese - 1 changes by nglekhoi
12 years ago
rubidium f4915ce34f (svn r24878) -Update: the obligatory first of January commit 12 years ago
translators 3997924f57 (svn r24871) -Update from WebTranslator v3.0:
arabic_egypt - 44 changes by kasakg
catalan - 33 changes by Bassals
english_AU - 311 changes by mrtux
finnish - 4 changes by jpx_
hungarian - 6 changes by alyr
icelandic - 4 changes by Stimrol
indonesian - 1 changes by fanioz
korean - 1 changes by telk5093
latvian - 36 changes by Parastais
norwegian_bokmal - 70 changes by Inspirion, cuthbert
polish - 1 changes by wojteks86
12 years ago
frosch 2161747eb7 (svn r24863) -Remove: Now redundant method to filter for non-local settings differing from default settings. 12 years ago
translators e1807eff3d (svn r24849) -Update from WebTranslator v3.0:
catalan - 1 changes by Bassals
croatian - 33 changes by VoyagerOne
english_US - 33 changes by Rubidium
finnish - 33 changes by jpx_
french - 33 changes by glx
german - 51 changes by planetmaker
italian - 33 changes by Snail_
russian - 33 changes by Lone_Wolf
spanish - 33 changes by Terkhen
vietnamese - 34 changes by myquartz
12 years ago
frosch 0ca14df566 (svn r24847) -Cleanup (r24750): Remove unused strings. 12 years ago
frosch 345c3203d7 (svn r24845) -Add: News ticker sound setting to adv. settings window. 12 years ago
frosch bc84f30fc1 (svn r24844) -Add: News display settings to adv. settings window. 12 years ago
frosch 647ee0de64 (svn r24842) -Remove: News settings window. 12 years ago
translators d9b0ef78c1 (svn r24816) -Update from WebTranslator v3.0:
basque - 50 changes by lutxiketa
belarusian - 2 changes by KorneySan
dutch - 22 changes by habell
greek - 118 changes by Evropi
italian - 2 changes by lorenzodv
malay - 17 changes by richz
maltese - 24 changes by Drinu276
norwegian_bokmal - 8 changes by lenhoy
polish - 36 changes by wojteks86
russian - 2 changes by KorneySan
swedish - 6 changes by Joel_A
vietnamese - 70 changes by myquartz
12 years ago
translators ef4ead5c9f (svn r24798) -Update from WebTranslator v3.0:
basque - 374 changes by lutxiketa
catalan - 66 changes by arnau
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
russian - 8 changes by Lone_Wolf
ukrainian - 1 changes by Norby89
12 years ago
frosch 74ad6012ca (svn r24793) -Change: Move script opcodes setting from Economy to AI settings. 12 years ago
frosch 6bb43a6561 (svn r24792) -Add: Readd difficulty settings to advanced settings unless they are already present in other settings windows. 12 years ago
frosch ff6880f9dd (svn r24791) -Remove: Difficulty settings window. 12 years ago
frosch d1ab0f03bc (svn r24790) -Remove: Classic difficulty profiles. 12 years ago
frosch 72fc771039 (svn r24590) -Feature: More options for the auto-scroll setting. (adf88) 12 years ago
translators 39252c6bd1 (svn r24585) -Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan
catalan - 2 changes by arnau
english_US - 2 changes by Rubidium
french - 2 changes by glx
lithuanian - 2 changes by Stabilitronas
vietnamese - 74 changes by myquartz
12 years ago
translators 8d84e9382e (svn r24557) -Update from WebTranslator v3.0:
french - 2 changes by glx
vietnamese - 4 changes by nglekhoi
12 years ago
terkhen 030564cd97 (svn r24546) -Fix (r24544): Change all other languages too. 12 years ago
translators 8f08b79323 (svn r24511) -Update from WebTranslator v3.0:
latvian - 3 changes by Parastais
vietnamese - 1 changes by nglekhoi
12 years ago
translators 771511c60e (svn r24502) -Update from WebTranslator v3.0:
vietnamese - 1 changes by nglekhoi
12 years ago
translators 472855140d (svn r24418) -Update from WebTranslator v3.0:
catalan - 6 changes by arnau
lithuanian - 6 changes by Stabilitronas
polish - 6 changes by wojteks86
vietnamese - 14 changes by nglekhoi
12 years ago
translators 902e2e4f66 (svn r24415) -Update from WebTranslator v3.0:
croatian - 6 changes by VoyagerOne
german - 6 changes by planetmaker
italian - 6 changes by lorenzodv
vietnamese - 3 changes by nglekhoi
12 years ago
translators a5d771fd3b (svn r24397) -Update from WebTranslator v3.0:
korean - 11 changes by telk5093
brazilian_portuguese - 96 changes by Tucalipe
spanish - 1 changes by Terkhen
vietnamese - 1 changes by nglekhoi
12 years ago
translators 8e170df609 (svn r24387) -Update from WebTranslator v3.0:
lithuanian - 92 changes by Stabilitronas
vietnamese - 28 changes by nglekhoi
12 years ago
translators 681fd36d60 (svn r24363) -Update from WebTranslator v3.0:
vietnamese - 2 changes by nglekhoi
12 years ago
translators 526c4e8af0 (svn r24350) -Update from WebTranslator v3.0:
vietnamese - 5 changes by nglekhoi
12 years ago
translators 27c319c34b (svn r24345) -Update from WebTranslator v3.0:
vietnamese - 11 changes by nglekhoi
12 years ago
translators 207c0c815c (svn r24343) -Update from WebTranslator v3.0:
german - 1 changes by Jogio
polish - 36 changes by wojteks86
vietnamese - 3 changes by nglekhoi
12 years ago
translators 5353a3cab5 (svn r24340) -Update from WebTranslator v3.0:
afrikaans - 1 changes by telanus
dutch - 2 changes by habell
greek - 6 changes by kyrm
korean - 4 changes by telk5093
persian - 10 changes by Peymanpn
polish - 2 changes by wojteks86
swedish - 3 changes by Joel_A
tamil - 9 changes by ganesh
vietnamese - 5 changes by nglekhoi
12 years ago
translators 6eb6ac941e (svn r24325) -Update from WebTranslator v3.0:
dutch - 26 changes by habell
german - 22 changes by Jogio
latvian - 11 changes by Parastais
lithuanian - 1 changes by RunisLabs
polish - 2 changes by wojteks86
vietnamese - 1 changes by nglekhoi
12 years ago
frosch 0332c7e6b3 (svn r24268) -Fix: Use the same colour scheme for the script selection window as in other comparable windows. 12 years ago
translators c685ab6ee8 (svn r24264) -Update from WebTranslator v3.0:
hungarian - 27 changes by IPG
portuguese - 1 changes by JayCity
russian - 3 changes by Lone_Wolf
slovenian - 2 changes by 
swedish - 36 changes by Joel_A
vietnamese - 3 changes by nglekhoi
12 years ago
translators 48a6e31f36 (svn r24251) -Update from WebTranslator v3.0:
belarusian - 116 changes by Wowanxm
croatian - 43 changes by VoyagerOne
english_US - 2 changes by Rubidium
italian - 2 changes by lorenzodv
russian - 15 changes by Lone_Wolf
slovenian - 2 changes by 
spanish - 39 changes by Terkhen
swedish - 14 changes by Joel_A
vietnamese - 2 changes by nglekhoi
12 years ago
alberth bb12a493db (svn r24238) -Add: String to display highlight selected setting in all languages. 12 years ago
translators c8400c5fd9 (svn r24223) -Update from WebTranslator v3.0:
french - 2 changes by OliTTD
latvian - 1 changes by Parastais
polish - 10 changes by wojteks86
russian - 36 changes by Lone_Wolf
vietnamese - 5 changes by nglekhoi
12 years ago
alberth 73f9bf3968 (svn r24211) -Change: Update other languages too with the changed autorenew string. 12 years ago
alberth 9b5655f7ea (svn r24207) -Change: Update the other languages too. 12 years ago
translators 120b56cbe1 (svn r24197) -Update from WebTranslator v3.0:
belarusian - 1 changes by Wowanxm
ukrainian - 2 changes by edd_k
vietnamese - 4 changes by nglekhoi
12 years ago
frosch e1fda49027 (svn r24194) -Change: Rename the 'signal_side' setting to 'train_signal_side', and add a third option while doing so. 12 years ago
translators 09d14a5733 (svn r24149) -Update from WebTranslator v3.0:
dutch - 10 changes by habell
english_US - 12 changes by Rubidium
french - 18 changes by OliTTD
korean - 13 changes by telk5093
polish - 12 changes by wojteks86
russian - 10 changes by Lone_Wolf
spanish - 10 changes by Terkhen
vietnamese - 12 changes by nglekhoi
12 years ago
michi_cc 8b65e041eb (svn r24140) -Add [FS#1117]: Group name in the replace vehicle window caption. (Juanjo) 12 years ago
translators 25809a49b9 (svn r24094) -Update from WebTranslator v3.0:
finnish - 3 changes by jpx_
latvian - 11 changes by Parastais
polish - 20 changes by Kilian
vietnamese - 2 changes by myquartz
12 years ago
translators 4bbea6ee63 (svn r24077) -Update from WebTranslator v3.0:
latvian - 94 changes by Parastais
romanian - 2 changes by kkmic
vietnamese - 1 changes by nglekhoi
12 years ago
frosch 77ff4c9155 (svn r24058) -Fix [FS#5124]: Wrong numbering of string parameters. 12 years ago
translators a40873334f (svn r24047) -Update from WebTranslator v3.0:
belarusian - 2 changes by KorneySan, Wowanxm
czech - 2 changes by Eskymak
korean - 1 changes by telk5093
latvian - 57 changes by Parastais
lithuanian - 23 changes by Stabilitronas
polish - 1 changes by wojteks86
portuguese - 5 changes by SupSuper
russian - 2 changes by Lone_Wolf
vietnamese - 2 changes by nglekhoi
12 years ago
translators 2d5e90a307 (svn r24026) -Update from WebTranslator v3.0:
belarusian - 1 changes by Wowanxm
czech - 43 changes by Eskymak
dutch - 15 changes by habell
english_AU - 14 changes by tomas4g
french - 1 changes by OliTTD
latvian - 33 changes by Parastais
lithuanian - 2 changes by Stabilitronas
norwegian_bokmal - 10 changes by mantaray
polish - 15 changes by wojteks86
romanian - 10 changes by kkmic
serbian - 11 changes by etran
ukrainian - 6 changes by edd_k
vietnamese - 14 changes by nglekhoi
12 years ago
translators 5f1347c0d4 (svn r24025) -Update from WebTranslator v3.0:
basque - 14 changes by HerrBasque
catalan - 15 changes by arnau
english_US - 1 changes by Rubidium
french - 1 changes by glx
german - 1 changes by Jogio
italian - 19 changes by lorenzodv
korean - 7 changes by telk5093
latvian - 14 changes by Parastais
lithuanian - 1 changes by Stabilitronas
russian - 3 changes by Lone_Wolf
spanish - 9 changes by Terkhen
turkish - 25 changes by niw3
ukrainian - 22 changes by Fixer
vietnamese - 1 changes by nglekhoi
12 years ago
rubidium c9ad61651b (svn r24024) -Update: translation w.r.t. the changes in r24023 12 years ago
translators b93594cfe1 (svn r24000) -Update from WebTranslator v3.0:
french - 13 changes by OliTTD
latvian - 5 changes by Parastais
romanian - 1 changes by kkmic
serbian - 4 changes by etran
vietnamese - 1 changes by nglekhoi
13 years ago
frosch 031f6ee611 (svn r23991) -Fix [FS#5076]: Also display the cargo subtype for vehicles which have no capacity, but a subtype. 13 years ago
translators b4e1361302 (svn r23990) -Update from WebTranslator v3.0:
catalan - 5 changes by arnau
simplified_chinese - 9 changes by chenwt0315
french - 3 changes by glx
frisian - 1 changes by Flexo
korean - 6 changes by telk5093
norwegian_bokmal - 3 changes by kristoffer_hh
polish - 5 changes by nouwak
portuguese - 10 changes by JayCity
romanian - 16 changes by tonny
serbian - 1 changes by etran
swedish - 5 changes by Zuu
ukrainian - 29 changes by Madvin
urdu - 26 changes by haider
vietnamese - 7 changes by nglekhoi
welsh - 8 changes by kazzie
13 years ago
translators 84b3e67bb5 (svn r23951) -Update from WebTranslator v3.0:
dutch - 10 changes by habell
german - 6 changes by NG, planetmaker
italian - 6 changes by lorenzodv
latvian - 9 changes by Parastais
lithuanian - 33 changes by Stabilitronas
vietnamese - 1 changes by nglekhoi
13 years ago
translators b7b6642d78 (svn r23944) -Update from WebTranslator v3.0:
french - 10 changes by OliTTD
german - 1 changes by NG
lithuanian - 46 changes by Stabilitronas
russian - 4 changes by akasoft
vietnamese - 1 changes by nglekhoi
13 years ago
rubidium 2a6e23263a (svn r23934) -Update: other language files w.r.t. the previous change 13 years ago
translators 9da9d221f0 (svn r23904) -Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
german - 4 changes by NG
italian - 2 changes by lorenzodv
norwegian_bokmal - 2 changes by mantaray
polish - 4 changes by wojteks86
romanian - 3 changes by kkmic
russian - 2 changes by akasoft
vietnamese - 1 changes by nglekhoi
13 years ago
translators ee58d17893 (svn r23872) -Update from WebTranslator v3.0:
simplified_chinese - 1 changes by chenwt0315
finnish - 1 changes by jpx_
french - 23 changes by OliTTD
german - 2 changes by planetmaker
hungarian - 12 changes by IPG
italian - 1 changes by lorenzodv
latvian - 1 changes by Parastais
lithuanian - 32 changes by Stabilitronas
portuguese - 27 changes by JayCity
vietnamese - 1 changes by nglekhoi
13 years ago
translators db30bf0bd4 (svn r23865) -Update from WebTranslator v3.0:
french - 109 changes by OliTTD
vietnamese - 3 changes by nglekhoi
13 years ago
translators f7fddb0b26 (svn r23845) -Update from WebTranslator v3.0:
english_AU - 3 changes by tomas4g
french - 27 changes by OliTTD
romanian - 3 changes by kkmic
tamil - 22 changes by aswn
vietnamese - 4 changes by nglekhoi
13 years ago
translators aa674e6450 (svn r23832) -Update from WebTranslator v3.0:
belarusian - 7 changes by Wowanxm
english_US - 3 changes by Rubidium
frisian - 49 changes by Flexo
german - 7 changes by Jogio, planetmaker
spanish - 3 changes by Terkhen
tamil - 13 changes by aswn
vietnamese - 35 changes by myquartz
13 years ago
yexo 44ddde6fa1 (svn r23813) -Codechange: fix other language files 13 years ago
frosch dfb5c78dc6 (svn r23808) -Codechange: Remove various translations which will be invalid with the next commit. 13 years ago
translators b80fb93b1b (svn r23750) -Update from WebTranslator v3.0:
belarusian - 19 changes by Wowanxm
croatian - 19 changes by VoyagerOne
english_AU - 20 changes by tomas4g
italian - 20 changes by lorenzodv
lithuanian - 161 changes by BlinK_
norwegian_bokmal - 22 changes by eloekset, mantaray
norwegian_nynorsk - 32 changes by eloekset
vietnamese - 5 changes by nglekhoi
welsh - 19 changes by kazzie
13 years ago
rubidium 9856282d0b (svn r23734) -Cleanup: remove the translated strings as well 13 years ago
rubidium b111813d0b (svn r23698) -Fix (r21685): small, apparantly yearly reoccuring, typo 13 years ago