summaryrefslogtreecommitdiff
path: root/src/lang/polish.txt
AgeCommit message (Collapse)Author
2007-01-30(svn r8462) -Update: WebTranslator2 update to 2007-01-30 19:52:32miham
french - 2 fixed by glx (2) polish - 2 fixed by meush (2) ukrainian - 36 fixed, 10 changed by mad (46)
2007-01-27(svn r8431) -Update: WebTranslator2 update to 2007-01-27 19:34:37miham
catalan - 4 fixed by arnaullv (4) danish - 4 fixed, 2 changed by MiR (6) dutch - 4 fixed by habell (4) french - 4 fixed by glx (4) german - 4 fixed by Neonox (4) hungarian - 4 fixed by miham (4) korean - 4 fixed, 4 changed by Nios (4), leejaeuk5 (4) lithuanian - 2 changed by Domas (2) polish - 4 fixed by meush (4) portuguese - 4 fixed by izhirahider (4) simplified_chinese - 4 fixed by Fishingsnow (4) slovenian - 4 fixed, 410 changed by Necrolyte (414) ukrainian - 34 fixed, 49 changed by mad (79), znikoz (4)
2007-01-22(svn r8359) [Translations] -Change: Removed the .UTF-8 suffix from isocodesmiham
2007-01-21(svn r8318) -Update: WebTranslator2 update to 2007-01-21 19:29:35miham
brazilian_portuguese - 10 changed by fukumori (10) polish - 5 fixed by meush (5) simplified_chinese - 9 fixed, 191 changed by Fishingsnow (200) slovak - 1 fixed by lengyel (1) slovenian - 1 changed by ThePianoGuy (1)
2007-01-08(svn r7975) WebTranslator2 update to 2007-01-08 09:13:29miham
brazilian_portuguese - 6 fixed, 2 changed by fukumori (8) danish - 5 changed by MiR (3), ThomasA (2) estonian - 1 changed by kristjans (1) frisian - 82 fixed, 85 changed by ikkejw (82), talzaroff (85) greek - 64 fixed, 3 changed by Kesnar (67) italian - 1 changed by sidew (1) japanese - 92 fixed by ickoonite (92) polish - 1 changed by meush (1) slovak - 7 changed by lengyel (7) slovenian - 160 fixed by Necrolyte (160) turkish - 2 changed by jnmbk (2)
2007-01-07(svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my ↵Darkvater
search&replace broke)
2007-01-07(svn r7968) -Update copyright/etc information to 2007Darkvater
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.