summaryrefslogtreecommitdiff
path: root/src/lang/hungarian.txt
AgeCommit message (Collapse)Author
2007-02-04(svn r8588) -Update: WebTranslator2 update to 2007-02-04 19:36:03miham
catalan - 1 fixed by arnaullv (1) czech - 3 fixed, 12 changed by Hadez (15) esperanto - 2 fixed by LaPingvino (2) hungarian - 4 fixed by miham (4) korean - 8 fixed by leejaeuk5 (8) portuguese - 2 fixed, 2 changed by izhirahider (4) russian - 11 fixed, 14 changed by DarkFenX (25)
2007-02-03(svn r8563) -Fixtron
Replace very old tabs which should be spaces by spaces
2007-02-02(svn r8527) -Update: WebTranslator2 update to 2007-02-02 07:41:47miham
brazilian_portuguese - 6 fixed, 363 changed by fukumori (369) bulgarian - 6 fixed by groupsky (6) catalan - 6 fixed by arnaullv (6) croatian - 54 fixed, 3 changed by tperic (57) czech - 6 fixed by Hadez (6) danish - 2 fixed, 1 changed by MiR (3) dutch - 2 fixed by habell (2) estonian - 6 fixed by kristjans (6) french - 4 fixed by glx (4) german - 6 fixed, 2 changed by Neonox (8) hungarian - 2 fixed by miham (2) italian - 6 fixed, 4 changed by lorenzodv (6), sidew (4) japanese - 6 fixed by ickoonite (6) polish - 4 fixed by meush (4) simplified_chinese - 6 fixed by Fishingsnow (6) slovenian - 39 fixed, 1 deleted, 2 changed by Necrolyte (42) turkish - 6 fixed by jnmbk (6) ukrainian - 41 fixed, 1 deleted, 22 changed by znikoz (1), mad (63)
2007-02-01(svn r8513) -Cleanup (r8512): Remove the now unused strings from the ↵Darkvater
language files, as well as two others that weren't used for ages (tgp had other strings for them, or simply not).
2007-02-01(svn r8507) -Codechange/Feature: Don't remove player-owned property on-load ↵Darkvater
in the scenario editor. Add a button to the landscape window to do this.
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-16(svn r8162) WebTranslator2 update to 2007-01-16 19:44:34miham
brazilian_portuguese - 1 fixed, 66 changed by fukumori (67) catalan - 1 fixed by arnaullv (1) czech - 1 fixed by Hadez (1) danish - 1 fixed, 1 changed by MiR (1), ThomasA (1) french - 1 fixed by glx (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by sidew (1) japanese - 1 fixed, 63 changed by ickoonite (64) norwegian_nynorsk - 1 fixed, 37 changed by khaavik (28), pollux (10) portuguese - 1 fixed by izhirahider (1) slovenian - 1 fixed by Necrolyte (1) ukrainian - 5 fixed, 16 changed by fevral13 (4), znikoz (17)
2007-01-14(svn r8121) WebTranslator2 update to 2007-01-14 19:39:35miham
american - 4 fixed by WhiteRabbit (4) bulgarian - 4 fixed by groupsky (4) catalan - 4 fixed by arnaullv (4) croatian - 379 fixed, 32 changed by Ydobon (411) czech - 4 fixed by joeprusa (4) danish - 4 fixed, 24 changed by ThomasA (20), MiR (8) dutch - 4 fixed by habell (1), Zr40 (3) esperanto - 4 fixed by LaPingvino (4) estonian - 4 fixed, 2 changed by kristjans (6) finnish - 7 fixed by pallokala (7) german - 4 fixed by Neonox (3), chu (1) hungarian - 4 fixed by miham (4) japanese - 14 fixed by ickoonite (14) lithuanian - 4 fixed, 3 changed by Domas (7) norwegian_nynorsk - 4 fixed, 119 changed by khaavik (123) romanian - 4 fixed by kneekoo (4) slovak - 4 fixed by lengyel (4) spanish - 4 fixed, 2 changed by eusebio (6) swedish - 4 fixed by ChrillDeVille (4)
2007-01-09(svn r7986) WebTranslator2 update to 2007-01-09 08:20:27miham
brazilian_portuguese - 72 changed by fukumori (72) hungarian - 2 fixed by miham (2) slovenian - 191 fixed by Necrolyte (191)
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.