summaryrefslogtreecommitdiff
path: root/apps/lang
AgeCommit message (Collapse)Author
2006-11-06Move the new pitch strings to the end of the language fileLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11443 a1c6a512-1295-4272-9138-f99709370657
2006-11-06Patch #6145 by Alexander Levin - Pitch adjustment in semitone stepsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
2006-11-05update by Jeong Taek InMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11433 a1c6a512-1295-4272-9138-f99709370657
2006-11-04Ooops, only the dest: field should have been updated with the "Cancelled" ↵Dave Chapman
change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11432 a1c6a512-1295-4272-9138-f99709370657
2006-11-04Use the British English "Cancelled" instead of the US English "Canceled". ↵Dave Chapman
Closes FS#6286. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
2006-10-30Greek language update by Ioannis Koutoulakis - needs an increase of the ↵Marianne Arnold
language buffer once again (21kB) to fit in memory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11403 a1c6a512-1295-4272-9138-f99709370657
2006-10-29Synced.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11382 a1c6a512-1295-4272-9138-f99709370657
2006-10-28more <source> fixesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11372 a1c6a512-1295-4272-9138-f99709370657
2006-10-28Since this file is both the master for the language system, as well as theDaniel Stenberg
source for generating english strings, make sure that all <source> strings are *identical* to the <dest> strings within the english.lang file. The <source> strings are the ones that'll be exposed and used by other languages when doing updates etc, while the <dest> ones are used when this file is used to simply get the full set of english strings for a particular target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11370 a1c6a512-1295-4272-9138-f99709370657
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code ↵Thom Johansen
already in Rockbox, and make it a user option instead of a codec-controlled option. The majority of people probably will not even hear any difference with this enabled, but feedback is welcome. Save your settings! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11368 a1c6a512-1295-4272-9138-f99709370657
2006-10-20Add some iriver h100/h300 specific strings to the lang. Mostly OFF changed ↵Nils Wallménius
to STOP in a few places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11279 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
2006-10-09fix the radio strings I broke by changing a string the wrong way :(Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11164 a1c6a512-1295-4272-9138-f99709370657
2006-10-09fixed typo and buildsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11159 a1c6a512-1295-4272-9138-f99709370657
2006-10-09Adds random folder advance option. RESETS SETTINGS. Refer to ↵Jonathan Gordon
random_folder_advance_config wiki page for more info git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11158 a1c6a512-1295-4272-9138-f99709370657
2006-10-08FS #6144. Nynorsk update by Karl Ove Hufthammer.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11149 a1c6a512-1295-4272-9138-f99709370657
2006-10-07hebrew language update, probably not the lastShachar Liberman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11147 a1c6a512-1295-4272-9138-f99709370657
2006-10-07hebrew language update, probably not the lastShachar Liberman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11145 a1c6a512-1295-4272-9138-f99709370657
2006-10-06French language update by Mustapha Senhaji (FS#6134)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11141 a1c6a512-1295-4272-9138-f99709370657
2006-10-05Implement region setting for the fm tuner. The region setting affects ↵Dominik Riebeling
deemphasis, band limits and step size. Fixes FS#5929, FS#5928. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11133 a1c6a512-1295-4272-9138-f99709370657
2006-09-30Language updates:Jonas Häggqvist
* Added a missing voicestring to english.lang. * Updated dansk.lang by me. * Updated italiano.lang by Alessio Lenzi. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11099 a1c6a512-1295-4272-9138-f99709370657
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the ↵Linus Nielsen Feltzing
headphones git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11057 a1c6a512-1295-4272-9138-f99709370657
2006-09-21Voice charging status in info screen; you'll need a new .voice file to hear ↵Steve Bavin
it though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11017 a1c6a512-1295-4272-9138-f99709370657
2006-09-18Reverted the recording timer commit, as it has at least 2 major problems. ↵Jens Arnold
(1) It uses the user timer, which interferes e.g. with backlight fading on H1x0 (and potentially other targets). Using the user timer here is a waste, as the required timing lies in the range of seconds to days. A tick task would be sufficient. (2) It draws to the LCD from within an ISR. This must not be done unless there's a mechanism to ensure it doesn't interfere with the main thread's drawing, otherwise garbage might be displayed and LCD updates might stop working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10991 a1c6a512-1295-4272-9138-f99709370657
2006-09-18Recording countdown timer: set timer in recording settings screen (max 1 ↵Martin Scarratt
week countdown), start/pause timer in recording screen by pressing the pause button. If you have a separate record button then this will override the timer and start to record. Icon at bottom right of screen indicates timer is ticking. If you are in the recording screen when the countdown is over, recording will start automatically, if not then the icon will flash to indicate you should return to the recording screen to begin recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10990 a1c6a512-1295-4272-9138-f99709370657
2006-09-13Updated Dutch (Nederlands) translationPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10942 a1c6a512-1295-4272-9138-f99709370657
2006-09-13Updated translations:Jonas Häggqvist
* Danish by me * German by Jochen Kemnade * Italian by Alessio Lenzi git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10940 a1c6a512-1295-4272-9138-f99709370657
2006-09-13fix "Filename:" text not appearing in recording screenMartin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10938 a1c6a512-1295-4272-9138-f99709370657
2006-09-09Make 'Filename:' on recording screen possible to translate. Also replace ↵Magnus Holmgren
some hardcoded values with sizeof. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10908 a1c6a512-1295-4272-9138-f99709370657
2006-09-09Synced Swedish translation.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10905 a1c6a512-1295-4272-9138-f99709370657
2006-08-28fixed engligh.lang conflictsMichael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10790 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with ↵Michael Sevakis
additional FM Recording support and my modifications git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657
2006-08-27Spanish translation update by Victor CardenasMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10766 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Add voice strings for "Edit Preset" and "Remove Preset" in radio screen. ↵Jonas Häggqvist
FS#5363 by James Teh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10707 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Chinese update by Wenbin Leo.Jonas Häggqvist
Danish update by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10706 a1c6a512-1295-4272-9138-f99709370657
2006-08-23Proper voice strings for AGC settings.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10705 a1c6a512-1295-4272-9138-f99709370657
2006-08-18Oops... Ill get it right this time *blush*Martin Scarratt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10646 a1c6a512-1295-4272-9138-f99709370657
2006-08-18Reverted the last clumsy language change that broke the language strings for ↵Linus Nielsen Feltzing
non-iriver targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10644 a1c6a512-1295-4272-9138-f99709370657
2006-08-18Bookmark support for I-river remotes, also renamed bookmark delete button as ↵Martin Scarratt
it has changed to RECORD - Sorry Linus ;) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10643 a1c6a512-1295-4272-9138-f99709370657
2006-08-18Patch #5750 by Mattias Mohr - More Play->NAVI translation on H-series playersLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10642 a1c6a512-1295-4272-9138-f99709370657
2006-08-16Automatic Gain Control during recording. At this point only compiled for ↵Peter D'Hoye
iriver h1x0 and h3x0. Patch FS#4748 by Jvo Studer, Martin Scarratt and myself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10625 a1c6a512-1295-4272-9138-f99709370657
2006-08-15Add support for displaying the the current path or the full path (or ↵Dan Everton
neither) in the file browser. Check General Settings -> File View -> Show Path for the options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10578 a1c6a512-1295-4272-9138-f99709370657
2006-08-14Add support for the iPod Video hardware equalizer. You can access it from ↵Dan Everton
Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10568 a1c6a512-1295-4272-9138-f99709370657
2006-08-12Better UI response with playlist operations.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10544 a1c6a512-1295-4272-9138-f99709370657
2006-08-08oops, bad mergeRani Hod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10490 a1c6a512-1295-4272-9138-f99709370657
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod
1. X5 lcd sleep 2. #define HAVE_LCD_ENABLE 3. add "backlight (on hold switch)" setting, adapted from FS #5735 Note that the while(1) yield ==> asm("halt") part is NOT commited here, I prefer it would be discussed separately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10489 a1c6a512-1295-4272-9138-f99709370657
2006-08-07FS#5587 Non-latin languages support update. Translators:Please changeShachar Liberman
the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
2006-08-05Synced Danish translation.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10461 a1c6a512-1295-4272-9138-f99709370657
2006-08-05Updated Italian translation by Alessio Lenzi (FS#5756)Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10460 a1c6a512-1295-4272-9138-f99709370657
2006-08-03add missing <phrase> tag as suggested by Alistair Marshall in FS#5741Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10435 a1c6a512-1295-4272-9138-f99709370657