Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-30 | (svn r18352) -Update from WebTranslator v3.0: | translators | |
afrikaans - 35 changes by Maccie123 traditional_chinese - 1 changes by josesun croatian - 221 changes by UnderwaterHesus danish - 129 changes by embql dutch - 7 changes by habell finnish - 4 changes by Tve4 french - 1 changes by glx german - 1 changes by planetmaker hungarian - 1 changes by IPG italian - 1 changes by lorenzodv polish - 1 changes by silver_777 portuguese - 3 changes by JayCity serbian - 3 changes by etran spanish - 1 changes by Terkhen | |||
2009-11-29 | (svn r18338) -Codechange: remove the need for {SKIP} | rubidium | |
2009-11-29 | (svn r18337) -Codechange: Remove 2x2 {SKIP} in the company finances window + ↵ | alberth | |
strings. | |||
2009-11-28 | (svn r18328) -Codechange: Remove last usage of {SETX} from strings. | frosch | |
2009-11-28 | (svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also ↵ | frosch | |
make the 'current order'-arrow in order and timetable GUI RTL aware. | |||
2009-11-27 | (svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items. | frosch | |
2009-11-24 | (svn r18267) -Codechange: make the music window big font aware | rubidium | |
2009-11-23 | (svn r18264) -Codechange: make the company league window big font aware | rubidium | |
2009-11-22 | (svn r18226) -Fix: the caption of the select station/waypoint window was ↵ | rubidium | |
black instead of (the default) white | |||
2009-11-20 | (svn r18199) -Codechange: make the company view window RTL aware and ↵ | rubidium | |
somewhat big font aware | |||
2009-11-19 | (svn r18189) -Codechange: remove some now unneeded strings | rubidium | |
2009-11-19 | (svn r18182) -Codechange: use the zero fill control code instead of ↵ | rubidium | |
duplicating strings with 'only' the 0 differing | |||
2009-11-18 | (svn r18161) -Codechange: Remove hyphen from y-label in all languages | peter1138 | |
2009-11-14 | (svn r18078) -Codechange: remove some duplicate (non translatable) strings | rubidium | |
2009-11-14 | (svn r18073) -Codechange: remove some more unneeded skips | rubidium | |
2009-11-14 | (svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the ↵ | rubidium | |
order window | |||
2009-11-14 | (svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace ↵ | rubidium | |
window + strings | |||
2009-11-12 | (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually ↵ | rubidium | |
executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. | |||
2009-11-12 | (svn r18048) -Change: make no distinction between unpausing because of a ↵ | rubidium | |
client aborting to join or actually joining | |||
2009-11-08 | (svn r18015) -Codechange: redesign the world generation windows to make ↵ | rubidium | |
'proper' use of nested widgets. | |||
2009-11-08 | (svn r18012) -Codechange: make the world generation windows nested; they'll ↵ | rubidium | |
need some tweaks to use the full potential though | |||
2009-11-02 | (svn r17951) -Codechange: simplify making the popup list, remove arbirary ↵ | rubidium | |
limitations and unused code/strings. | |||
2009-10-27 | (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s | rubidium | |
2009-10-15 | (svn r17777) -Update from WebTranslator v3.0: | translators | |
basque - 7 changes by Thadah danish - 8 changes by krak greek - 47 changes by fumantsu thai - 43 changes by sf_alpha | |||
2009-10-14 | (svn r17775) -Update from WebTranslator v3.0: | translators | |
basque - 119 changes by Thadah danish - 2 changes by krak brazilian_portuguese - 1 changes by Tucalipe | |||
2009-10-07 | (svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're ↵ | rubidium | |
PMing | |||
2009-09-28 | (svn r17660) -Fix: StringID typo | glx | |
2009-09-26 | (svn r17641) -Codechange: remove the {N:...} that's not needed anymore since ↵ | rubidium | |
the currency window is nested. | |||
2009-09-24 | (svn r17628) -Update from WebTranslator v3.0: | translators | |
danish - 2 changes by beruic german - 5 changes by dihedral thai - 119 changes by ityellow | |||
2009-09-23 | (svn r17619) -Fix: rename STR_TINT_GROUP to STR_TINY_GROUP | glx | |
2009-09-21 | (svn r17604) -Update (r17603): rename strings in other lang files too | smatz | |
2009-09-14 | (svn r17538) -Codechange: Rename STR_CONTENT_FILTER_(OSKTITLE|TOOLTIP) for ↵ | frosch | |
more general usage. | |||
2009-09-07 | (svn r17446) -Codechange: rename BUILD with BUY for strings that are about ↵ | rubidium | |
building (in the future buying) vehicles. | |||
2009-09-06 | (svn r17432) -Update from WebTranslator v3.0: | translators | |
catalan - 21 changes by arnau simplified_chinese - 4 changes by Gavin danish - 7 changes by silentStatic dutch - 6 changes by Bart hebrew - 47 changes by dnd_man korean - 18 changes by darkhasa | |||
2009-09-01 | (svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the ↵ | yexo | |
conversion to nested widgets | |||
2009-09-01 | (svn r17349) -Update (r17348): apply changes to other lang files | smatz | |
2009-08-30 | (svn r17330) -Codechange: Lower some buttons in the music window when ↵ | yexo | |
clicked instead of changing the text colour to white | |||
2009-08-29 | (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING | yexo | |
2009-08-23 | (svn r17270) -Update from WebTranslator v3.0: | translators | |
danish - 39 changes by silentStatic portuguese - 2 changes by SupSuper serbian - 4 changes by etran | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-08-20 | (svn r17244) -Change: add $Id$ to the language files too | rubidium | |
2009-08-12 | (svn r17157) -Add: localised decimal separator | smatz | |
2009-08-10 | (svn r17145) -Update from WebTranslator v3.0: | translators | |
catalan - 62 changes by arnaullv simplified_chinese - 1 changes by Gavin danish - 4 changes by silentStatic dutch - 248 changes by miloiw french - 7 changes by glx german - 4 changes by planetmaker hungarian - 4 changes by alyr indonesian - 8 changes by fanioz, prof portuguese - 55 changes by SupSuper russian - 8 changes by Rikkit serbian - 4 changes by etran spanish - 5 changes by Terkhen | |||
2009-08-08 | (svn r17120) -Fix (r17114): {STRING2} isn't supposed to be in other lang ↵ | smatz | |
files except english.txt | |||
2009-08-08 | (svn r17114) -Update (r17113): use {STRING} instead of {STATION} in related ↵ | smatz | |
strings in other language files too | |||
2009-08-05 | (svn r17076) -Update: reflect the changes Rubidium made in the last few days ↵ | translators | |
to all languages | |||
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵ | rubidium | |
relatives | |||
2009-08-05 | (svn r17066) -Codechange: unify the order of {TINYFONT}/{BIGFONT} and {<colour>} | rubidium | |
2009-08-04 | (svn r17063) -Fix: terraform toolbar had the wrong tooltip for building trees. | rubidium | |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium | |