New way of handling the builtin language strings. Now the string pointers are no longer stored as initialised data, but calculated by walking one long string containing all language strings separated by \0. While this doesn't need more RAM, it fixes the problem that loading incomplete .lng files after complete ones did not reset the missing strings to the default, and it also decreases the binary size by >1700 bytes.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5608 a1c6a512-1295-4272-9138-f99709370657
4 files changed
tree: b51cdd3cd365f0b587e88246c8cf5ef6de459bf4
  1. apps/
  2. CVSROOT/
  3. docs/
  4. firmware/
  5. flash/
  6. fonts/
  7. gdb/
  8. tools/
  9. uisimulator/
  10. www/