summaryrefslogtreecommitdiff
path: root/apps/lang (follow)
Commit message (Collapse)AuthorAge
* Only the iriver H1x0 and H3x0 targets have both an internal mic, and an ↵Dave Chapman2007-01-07
| | | | | | external mic-compatible input and hence need the mic input explictly labeled "Internal Mic". We revert to the old "Mic" label for all other targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11941 a1c6a512-1295-4272-9138-f99709370657
* Rename 'Internal Mic' back to 'Mic' for the ipods.Dave Chapman2007-01-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11940 a1c6a512-1295-4272-9138-f99709370657
* change the SYSFONT string for database view to match the one in the menuNils Wallménius2006-12-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11867 a1c6a512-1295-4272-9138-f99709370657
* A few case changes to menus.Zakk Roberts2006-12-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11859 a1c6a512-1295-4272-9138-f99709370657
* Update by Mustapha SenhajiMarcoen Hirschberg2006-12-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11853 a1c6a512-1295-4272-9138-f99709370657
* Synced Norweigan translation by Tobias Langhoff FS#6480Nils Wallménius2006-12-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11848 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon2006-12-26
| | | | | | | | | option which replaces the current playlist with the new selection but keeps the current track queued so playback doesnt stop. (minor fixes by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11842 a1c6a512-1295-4272-9138-f99709370657
* update the runtime screen and move it to the inf menu instead of debugJonathan Gordon2006-12-19
| | | | | | | menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11817 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#5344 by Mike Schmitt. Add a "shuffle and track skip" option toJonathan Gordon2006-12-19
| | | | | | | | crossfade. Bumps config versino, so SAVE SETTINGS before updating. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11811 a1c6a512-1295-4272-9138-f99709370657
* Add Chinese Simplified Language by Ye WeiJonathan Gordon2006-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11714 a1c6a512-1295-4272-9138-f99709370657
* To reduce confusion, renamed 'Mic' to 'Internal Mic'. Maybe Line In should ↵Peter D'Hoye2006-12-10
| | | | | | also be renamed to Line In / External Mic git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11702 a1c6a512-1295-4272-9138-f99709370657
* File and (recursive) directories properties in the file browser context ↵Peter D'Hoye2006-11-30
| | | | | | menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11630 a1c6a512-1295-4272-9138-f99709370657
* Made the AGC functions compatible with non-latin languages following theShachar Liberman2006-11-25
| | | | | | | | | 'NonLatinLanguages' wiki page. Please keep using separate LANG_SYSFONT_ strings when using the internal font, Which only supports latin charset, for easier translation. * Hebrew translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11594 a1c6a512-1295-4272-9138-f99709370657
* Tag cache renamed to the less cryptic "Database" throughout the UI and ↵Jonas Häggqvist2006-11-25
| | | | | | manual. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11588 a1c6a512-1295-4272-9138-f99709370657
* Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on ↵Michael Sevakis2006-11-24
| | | | | | sample rates other than 44.1kHz whether recorded or created and saved with an external program. Recorded files will still open in an external editor however. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11583 a1c6a512-1295-4272-9138-f99709370657
* More target specific lang fixes from Austin AppelJonathan Gordon2006-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11542 a1c6a512-1295-4272-9138-f99709370657
* Add target specific language to keymappings for iPods, x5 and h10 targets. ↵Michael Sevakis2006-11-16
| | | | | | Resolves FS#6157. Patch by Austin Appel. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11539 a1c6a512-1295-4272-9138-f99709370657
* Improved power management (FS#3001). Shutdown rockbox when the battery gets ↵Barry Wardell2006-11-11
| | | | | | to a level where the device doesn't function properly. Calculate remaining charging time while charging (rather than remaining running time). Show "Low Battery" and "Battery Empty" warnings. Also fixes FS#4786. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11507 a1c6a512-1295-4272-9138-f99709370657
* Recording trigger for software codec targetsMartin Scarratt2006-11-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11479 a1c6a512-1295-4272-9138-f99709370657
* Big Patch adds primarily: Samplerate and format selection to recording for ↵Michael Sevakis2006-11-06
| | | | | | SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11452 a1c6a512-1295-4272-9138-f99709370657
* Move the new pitch strings to the end of the language fileLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11443 a1c6a512-1295-4272-9138-f99709370657
* Patch #6145 by Alexander Levin - Pitch adjustment in semitone stepsLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
* update by Jeong Taek InMarcoen Hirschberg2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11433 a1c6a512-1295-4272-9138-f99709370657
* Ooops, only the dest: field should have been updated with the "Cancelled" ↵Dave Chapman2006-11-04
| | | | | | change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11432 a1c6a512-1295-4272-9138-f99709370657
* Use the British English "Cancelled" instead of the US English "Canceled". ↵Dave Chapman2006-11-04
| | | | | | Closes FS#6286. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
* Greek language update by Ioannis Koutoulakis - needs an increase of the ↵Marianne Arnold2006-10-30
| | | | | | language buffer once again (21kB) to fit in memory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11403 a1c6a512-1295-4272-9138-f99709370657
* Synced.Magnus Holmgren2006-10-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11382 a1c6a512-1295-4272-9138-f99709370657
* more <source> fixesDaniel Stenberg2006-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11372 a1c6a512-1295-4272-9138-f99709370657
* Since this file is both the master for the language system, as well as theDaniel Stenberg2006-10-28
| | | | | | | | | | | 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
* Re-enable the currently unused and broken dithering and noise shaping code ↵Thom Johansen2006-10-27
| | | | | | 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
* Add some iriver h100/h300 specific strings to the lang. Mostly OFF changed ↵Nils Wallménius2006-10-20
| | | | | | to STOP in a few places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11279 a1c6a512-1295-4272-9138-f99709370657
* Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2006-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
* fix the radio strings I broke by changing a string the wrong way :(Dominik Riebeling2006-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11164 a1c6a512-1295-4272-9138-f99709370657
* fixed typo and buildsJonathan Gordon2006-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11159 a1c6a512-1295-4272-9138-f99709370657
* Adds random folder advance option. RESETS SETTINGS. Refer to ↵Jonathan Gordon2006-10-09
| | | | | | random_folder_advance_config wiki page for more info git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11158 a1c6a512-1295-4272-9138-f99709370657
* FS #6144. Nynorsk update by Karl Ove Hufthammer.Thom Johansen2006-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11149 a1c6a512-1295-4272-9138-f99709370657
* hebrew language update, probably not the lastShachar Liberman2006-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11147 a1c6a512-1295-4272-9138-f99709370657
* hebrew language update, probably not the lastShachar Liberman2006-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11145 a1c6a512-1295-4272-9138-f99709370657
* French language update by Mustapha Senhaji (FS#6134)Peter D'Hoye2006-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11141 a1c6a512-1295-4272-9138-f99709370657
* Implement region setting for the fm tuner. The region setting affects ↵Dominik Riebeling2006-10-05
| | | | | | 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
* Language updates:Jonas Häggqvist2006-09-30
| | | | | | | | | * 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
* Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the ↵Linus Nielsen Feltzing2006-09-26
| | | | | | headphones git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11057 a1c6a512-1295-4272-9138-f99709370657
* Voice charging status in info screen; you'll need a new .voice file to hear ↵Steve Bavin2006-09-21
| | | | | | it though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11017 a1c6a512-1295-4272-9138-f99709370657
* Reverted the recording timer commit, as it has at least 2 major problems. ↵Jens Arnold2006-09-18
| | | | | | (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
* Recording countdown timer: set timer in recording settings screen (max 1 ↵Martin Scarratt2006-09-18
| | | | | | 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
* Updated Dutch (Nederlands) translationPeter D'Hoye2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10942 a1c6a512-1295-4272-9138-f99709370657
* Updated translations:Jonas Häggqvist2006-09-13
| | | | | | | | | * 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
* fix "Filename:" text not appearing in recording screenMartin Scarratt2006-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10938 a1c6a512-1295-4272-9138-f99709370657
* Make 'Filename:' on recording screen possible to translate. Also replace ↵Magnus Holmgren2006-09-09
| | | | | | some hardcoded values with sizeof. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10908 a1c6a512-1295-4272-9138-f99709370657
* Synced Swedish translation.Magnus Holmgren2006-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10905 a1c6a512-1295-4272-9138-f99709370657