summaryrefslogtreecommitdiffstats
path: root/apps/language.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-2/+0
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz1-0/+1
2010-09-21lang_load(): ignore unused field from the lang fileRafaël Carré1-2/+4
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-1/+1
2010-07-11make language array initialized correctlly with builtin strings when loading ...Teruaki Kawashima1-1/+1
2009-10-18Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross1-30/+48
2009-10-17Change lang_init() to take a source, destination, and count. Needed for trans...Tom Ross1-16/+15
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev1-8/+1
2009-10-09Fix player red and remove an obsolete function call.Thomas Martitz1-3/+0
2009-10-05Fix red: Protect viewport RTL flag manipulation with #ifdef HAVE_LCD_BITMAPTomer Shalev1-0/+4
2009-10-05Add rtl flagging to viewport_set_defaults(), and ensure thatTomer Shalev1-1/+10
2009-10-05RTL support in menusTomer Shalev1-2/+11
2009-10-04Use similiar constants in genlang and language.c.Tomer Shalev1-6/+8
2009-09-26new skin tag: %Sx|<english>| will display the current languages translation o...Jonathan Gordon1-0/+13
2009-03-02Another small change from my GSoC work: get rid of some old printf code in la...Tom Ross1-5/+2
2008-12-03Move #defines and #include into c file as this is the only place they are usedNils Wallménius1-0/+10
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-1/+1
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-3/+4
2005-12-06don't load the language file into the buffer untill we know it is not too big...Marcoen Hirschberg1-11/+13
2005-12-05kill gcc4 warningsDaniel Stenberg1-1/+1
2005-02-22removed debug outputDaniel Stenberg1-1/+1
2005-01-19I intended to fix it, really\!Jens Arnold1-1/+1
2005-01-19Tweaked to compile with older gcc.Jens Arnold1-1/+1
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-0/+13
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-1/+1
2004-01-23Henrik Backe's english language file cleanup. This ups the language fileDaniel Stenberg1-4/+0
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-3/+0
2002-11-04blatantly stupid proto added for mingw simulator compiles to get rid ofDaniel Stenberg1-0/+3
2002-10-29made the language loader output all new strings on stdout when loaded inDaniel Stenberg1-1/+6
2002-10-14prevent storing IDs that are higher than we have knowledge about!Daniel Stenberg1-1/+2
2002-09-24lang_load() returns an int to signal successDaniel Stenberg1-2/+6
2002-09-24updated comments for the functionDaniel Stenberg1-6/+6
2002-09-24code-policed my own code ;-)Daniel Stenberg1-29/+28
2002-09-24binary language load supportDaniel Stenberg1-0/+70