summaryrefslogtreecommitdiffstats
path: root/apps/language.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-17Change lang_init() to take a source, destination, and count. Needed for trans...Tom Ross1-2/+2
2009-10-05RTL support in menusTomer Shalev1-0/+2
2009-09-26new skin tag: %Sx|<english>| will display the current languages translation o...Jonathan Gordon1-0/+3
2008-12-03Move #defines and #include into c file as this is the only place they are usedNils Wallménius1-9/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-02-18FS#8482 take two. Make the language files built first, so that the largestDaniel Stenberg1-3/+9
2008-02-17eeek, revert the FS#8482 commit again as it broke the bootloaders and theDaniel Stenberg1-10/+1
2008-02-17FS#8482:Daniel Stenberg1-1/+10
2008-01-13Reduce the size of the language buffer a bit.Jonas Häggqvist1-1/+1
2008-01-13Updated Thai translation by Prakarn Sahasoontornvute (FS#8395). Enlarge the l...Jonas Häggqvist1-1/+1
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-1/+1
2006-10-30Greek language update by Ioannis Koutoulakis - needs an increase of the langu...Marianne Arnold1-1/+1
2006-09-21increase the language buffer to fit the greek language file againMarcoen Hirschberg1-1/+1
2006-05-28Greek language update by Alexander Spyridakis. Also increased language buffer...Peter D'Hoye1-1/+1
2006-05-03Increase language buffer from 14000 to 16000 so that russian.lang fits again....Peter D'Hoye1-1/+1
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-1/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-1/+1
2005-10-07Increased max. .lng file size to 8000 bytes to make greek fit again.Jens Arnold1-1/+1
2005-07-24Increased language buffer size.Magnus Holmgren1-1/+1
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-0/+3
2005-01-19allows bigger language filesJose Maria Garcia-Valdecasas Bernal1-1/+1
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-1/+1
2004-07-05Increased language buffer sizeJens Arnold1-1/+1
2004-01-23Henrik Backe's english language file cleanup. This ups the language fileDaniel Stenberg1-5/+1
2003-08-21The newest german .lng file is 5.26K, so I extended the maximum .lng fileDaniel Stenberg1-1/+1
2003-02-27allow a bigger language file to loadDaniel Stenberg1-1/+1
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-3/+0
2002-09-24lang_load() returns an int to signal successDaniel Stenberg1-1/+1
2002-09-24binary language load supportDaniel Stenberg1-0/+35