Greek language update by Alexander Spyridakis. Also increased language buffer (18KB) to let the new file fit in memory.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10008 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2006-05-28 20:25:58 +00:00
parent 0f661ab26c
commit bfee7eb4e8
2 changed files with 2201 additions and 584 deletions

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@
****************************************************************************/ ****************************************************************************/
/* size of the buffer used for loadable, translated strings */ /* size of the buffer used for loadable, translated strings */
#define MAX_LANGUAGE_SIZE 16000 #define MAX_LANGUAGE_SIZE 18000
/* both these must match the two initial bytes in the binary lang file */ /* both these must match the two initial bytes in the binary lang file */
#define LANGUAGE_COOKIE 0x1a #define LANGUAGE_COOKIE 0x1a