Files @ r10737:2346af7e04e8
Branch filter:

Location: cpp/openttd-patchpack/source/src/table/files.h

translators
(svn r15070) -Update: WebTranslator2 update to 2009-01-13 18:42:22
brazilian_portuguese - 16 fixed by tucalipe (16)
catalan - 8 fixed by arnaullv (8)
croatian - 24 fixed by tifached (24)
czech - 8 fixed by Hadez (8)
dutch - 2 fixed by Excel20 (2)
finnish - 7 fixed, 1 changed by UltimateSephiroth (8)
hungarian - 7 fixed, 2 changed by IPG (2), alyr (7)
indonesian - 23 fixed, 2 changed by fanioz (25)
italian - 7 fixed, 1 changed by lorenzodv (8)
japanese - 59 fixed by ickoonite (59)
polish - 3 fixed by xaxa (3)
romanian - 23 fixed, 1 changed by kkmic (24)
slovak - 59 fixed by James (59)
spanish - 58 fixed by Dominus (30), eusebio (28)
turkish - 7 fixed, 1 changed by Emin (8)
/* $Id$ */

/** @file files.h MD5 checksum information and names of the original and extra data files. */

/*
	MD5 sums of graphics files

	DOS -

	TRG1.GRF 9311676280e5b14077a8ee41c1b42192
	TRGC.GRF ed446637e034104c5559b32c18afe78d
	TRGH.GRF ee6616fb0e6ef6b24892c58c93d86fc9
	TRGI.GRF da6a6c9dcc451eec88d79211437b76a8
	TRGT.GRF e30e8a398ae86c03dc534a8ac7dfb3b6 (German: fcde1d7e8a74197d72a62695884b909e)
	SAMPLE.CAT 422ea3dd074d2859bb51639a6e0e85da

	WINDOWS -

	TRG1R.GRF b04ce593d8c5016e07473a743d7d3358
	TRGCR.GRF 3668f410c761a050b5e7095a2b14879b
	TRGHR.GRF 06bf2b7a31766f048baac2ebe43457b1
	TRGIR.GRF 0c2484ff6be49fc63a83be6ab5c38f32
	TRGTR.GRF de53650517fe661ceaa3138c6edb0eb8
	SAMPLE.CAT 9212e81e72badd4bbe1eaeae66458e10
*/


static MD5File _sound_sets[] = {
	{ "SAMPLE.CAT", {0x42, 0x2e, 0xa3, 0xdd, 0x07, 0x4d, 0x28, 0x59, 0xbb, 0x51, 0x63, 0x9a, 0x6e, 0x0e, 0x85, 0xda}, NULL },
	{ "SAMPLE.CAT", {0x92, 0x12, 0xe8, 0x1e, 0x72, 0xba, 0xdd, 0x4b, 0xbe, 0x1e, 0xae, 0xae, 0x66, 0x45, 0x8e, 0x10}, NULL },
};