summaryrefslogtreecommitdiffstats
path: root/apps/lang/english.lang
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01tagcache: Add menu entry for customizing the DB pathAidan MacDonald1-0/+14
Allow the database path to be set from the file browser's "Set As" context menu, so it can be changed without editing the .cfg file by hand. Change-Id: Ie1a84bcb2084ee3b1a0a18cc51f564238515f164
2023-09-09Ability to control backlight for soft lock actionroman.artiukhin1-3/+3
See Settings -> General Settings -> Display -> LCD Settings -> Backlight on Lock Change-Id: I201cb1c2907bb6842bf5d0b7a657e9db27aa905a
2023-09-01setting_list.c playback frequency cleanupWilliam Wilgus1-4/+4
moves the callback to settings_list audio_set_playback_frequency now accepts an actual frequency 44100 192000 etc rather than an index Change-Id: Ieb3fc79a7fe3f1ff050465c8cd8061027e4572ff
2023-05-26PictureFlow: Remove menu items for "Return" and "Clear Playlist"Christian Soffke1-4/+4
On all players, it should be possible to return from the Main Menu by pressing the Back or Menu key. Unless I'm missing something... "Clear Playlist" has hopefully become superfluous after the "Playing Next" context menu was added, which offers similar functionality. Change-Id: I741544978fb7936b8d5a34dfc656472e20c1737e
2023-05-26hiby: the second drive for these is "USB" not "HD1"Solomon Peachy1-2/+5
Change-Id: I6a703265398db14ac9c83a51091184492123e1fb
2023-05-26PictureFlow: Add ability to go to last albumChristian Soffke1-0/+14
After launch, PictureFlow always goes to the currently playing album, or to a selected album, if applicable. Which is probably a useful default, but not always wanted. You can now get back to the album you were looking at when PictureFlow was last closed, or when the sorting was last changed. Change-Id: Iba3e0d5388f6b49534d09fe0224b0dbfa65d5f1d
2023-05-26PictureFlow: Scroll through albums from track listChristian Soffke1-0/+14
This lets players that can't spare any keys scroll through albums without leaving the track listing first, which was only possible on the M3K before. Enter mode from Main Menu. While active, the gradient highlighting an album's selected track will not appear, and context menu options apply to the whole album instead of to a single track. Exit mode by pressing buttons for Select/Back, or by quitting PictureFlow. NB: Be sure to enable "Database in RAM" for a good experience, as the loading time for each album can become quite annoying otherwise. Change-Id: Id6c9a8cc49e4cfb2aea958610b95a19887f496b6
2023-01-22Add perceptual volume adjustmentAidan MacDonald1-1/+52
The perceived loudness change of a change in volume depends on the listening volume: at high volumes a 1 dB increment is noticeable, but at low volumes a larger increment is needed to get a comparable change in loudness. Perceptual volume adjustment accounts for this fact, and divides the hardware volume range into a number of steps. Each step changes the dB volume by a variable amount, with most of the steps concentrated at higher volumes. This makes it possible to sweep over the entire hardware volume range quickly, without losing the ability to finely adjust the volume at normal listening levels. Use "Volume Adjustment Mode" in the system settings menu to select perceptual volume mode. The number of steps used is controlled by "Number of Volume Steps". (Number of steps has no effect in direct adjustment mode.) It's still possible to set a specific dB volume level from the sound settings menu when perceptual volume is enabled, and perceptual volume does not affect the volume displayed by themes. Change-Id: I6f91fd3f7c5e2d323a914e47b5653033e92b4b3b
2023-01-07Rename "Playing Next..." menu items & hide Queue/ShuffleChristian Soffke1-21/+76
"Play Next" instead of "Insert Next" "Add" instead of "Insert" "Play Last" instead of "Insert Last" "Add Shuffled" instead of "Insert Shuffled" "Play Last Shuffled" instead of "Insert Last Shuffled" -"Queue" items hidden by default - Shuffled options hidden by default (Both can be enabled in options) Resulting default menu: Playing Next... Play Next Add Play Last Play Change-Id: Ib0c07a8077ab4b10c2dbc7af33516adcd0d4b83a
2023-01-07Rename “Current Playlist” and “Playlist Catalogue” context menusChristian Soffke1-4/+47
Use action-oriented and more descriptive titles "Add to Playlist..." instead of "Playlist Catalogue" - "Add to Existing Playlist" instead of "Add to Playlist" - "Add to New Playlist" (unchanged) - "Playing Next..." instead of "Current Playlist" In WPS context menu: - "Current Playlist" instead of "Playlist" Change-Id: I5cce9e317676537988682f46ac6b920598af3b9e
2023-01-07File Browser: Add “Set As..." context menuChristian Soffke1-12/+71
Moves options for configuring: - Playlist Directory - Recording Directory - Start Directory into a single menu. Necessary prerequisite for giving the "Playlist Catalogue" context menu item a title that's a little more action-oriented ("Add to Playlist…”). Change-Id: I4ee08fc67d5350c38ae1a57cb345c4ed1082d0b5
2022-11-12Implement Rewind across tracks functionalityroman.artiukhin1-0/+14
Useful feature for audiobooks. To rewind from the end of the previous track - press rewind at the very beginning of the current track. So if you are in the middle of the track - first rewind till beginning then release and press rewind button again (Playback Settings -> Rewind Across Tracks option should be enabled) Fixes FS#13290 Change-Id: I5d7f06f64ad76d1e8f7827fe594ccca5f621769d
2022-11-04screen.c remove unused getstringsizeWilliam Wilgus1-4/+4
getstringsize on SEPARATOR was overwritten by another call to getstringsize lang files use position to decide target strings 'RTC' was after targets using different buttons therefore in error gained precedence Change-Id: I40edc6c99140ac81bffd4c47d5e055ebc94ab1b2
2022-10-13Revert "RFC: Get rid of mpegplayer plugin"Solomon Peachy1-1/+290
This reverts commit d25d24812e8120c0eb133a412287ac030eb185c9. Change-Id: I1563223e343fb1e2eda72a45823b38350025ff93
2022-10-02RFC: Get rid of mpegplayer pluginSolomon Peachy1-290/+1
It might have made sense once upon a time, but in today's world... Change-Id: I5d638e6f7a2308c50ab12bd901338f02cf426aae
2022-06-21Reset settings on button hold fix lang for non supported ipodsWilliam Wilgus1-7/+3
Change-Id: I7ab15c26d7670472b0861e2862e865b63064c939
2022-06-21Reset settings on button holdWilliam Wilgus1-3/+10
extend this properly to the gigabeast and iriver updated manual entries Change-Id: Ibd1bce8d113193cb3b76f4daf0d6ceb01a2f7585
2022-06-20FS#13193 - Add option to disable settings reset on startupWilliam Wilgus1-0/+17
Updated version of the patch originally by user cockroach UNTESTED Ipods?, Iriver H10, I do not own these players so YMMV https://www.rockbox.org/tracker/task/13193 Change-Id: I7924837f582cc5c49ee68c186d6822f577f65147
2022-05-14apps: Add "keep current track when replacing playlist" settingAidan MacDonald1-0/+14
Add a setting that makes Play and Play Shuffled in the playlist context menu leave the current song (if any) playing when they replace the playlist. Default to on, since this was the behavior of the old "Clear List & Play Next" option. Change-Id: I1340aed5c28bb3244e36d0953b3308ae59681c97
2022-05-14apps: Change playlist context menu behavior, fix FS#13336Aidan MacDonald1-8/+36
Rename the "Clear List & Play" options to simply Play and Play Shuffled, and change their behavior slightly. Previously they would leave the current song playing, but now they will start playing the first song of the new playlist immediately. Shuffle options are now consistently hidden whenever a single file is selected. Fixes FS#13336 -- Play Shuffled is now always displayed where applicable, regardless of playback state. Change-Id: Idd454b4f9ab2c98cda3ce0389add747a3273fb42
2022-05-09Properties plugin: Eliminate redundant Track Info codeChristian Soffke1-52/+66
When opening an audio file from the file browser or database using the Properties plugin, it will now use existing code from the Show Track Info screen for displaying metadata. The menu option has been renamed accordingly. Change-Id: I5a824865b9f980151b91aff3c3c18ec45830a12c
2022-04-17Fix red from 6f5af8e53cAidan MacDonald1-8/+5
Change-Id: I02dbc3e91856eaef081446ca77919e6182a85e1d
2022-03-30alarm_menu share setter with settimeWilliam Wilgus1-19/+4
share the time picker with the alarm block the date portion, seconds are ignored Change-Id: Idc6974466772c33248ff532c8f3c62c744ee06d9
2022-03-27PictureFlow: Configurable album sortingChristian Soffke1-0/+84
Now offers sorting by: - Album artist, then album name - Album artist, then album year - Album year - Album name Years are determined by the most recently released track appearing on an album, if the value differs between tracks. On the M3K, instead of by going into Settings, volume buttons can also be used for quickly adjusting the current sorting Change-Id: I2c50059617114fb418336c466fdd37415473ac7d
2022-03-26LastFm remove scrobbler from core make a TSR plugin WIPWilliam Wilgus1-4/+4
remove scrobbler from core make it a plugin Change-Id: I606810eba7d570dfb332789aed913c6f8adc7fb7
2022-02-07sync clock with RDS timeWolfram Sang1-0/+17
Tested with my SansaClip+. I don't think this will need extra battery but let me know if I am wrong. Change-Id: I287dae134113e0f8a138af68f5087b8ea45b0f4c
2022-01-22Option to switch off album art or to prefer file over embeddedChristian Soffke1-0/+42
Large embedded album art can cause pauses during playback or when skipping between tracks, especially on older devices, but embedded art is currently loaded even when separately stored smaller image files would be available. A workaround is to remove large album art from the metadata of files. This now adds a setting to either turn off loading of album art completely, or to prefer loading the album art from a separate image file and thus ignore the embedded versions. Change-Id: I22fb581abf56072e35e6c29d72e553747ec1a96a
2021-12-11Fix yellow from 69d08be0Aidan MacDonald1-6/+3
Change-Id: Id1ee471454f1d23df3322ed78ba3feb2fe443d74
2021-12-11lang: Use consistent capitalization for button namesSolomon Peachy1-4/+2
Change-Id: I02aecb17a214f3da179177f70986bb6961670c3d
2021-12-11Add setting for numeric list sort orderAidan MacDonald1-1/+43
The sort order of numeric lists can now be changed with the new "List Order" setting. It defaults to ascending for most scrollwheel targets and descending for all others, matching the old hardcoded behavior. Change-Id: I4866f04ec5995158edf9e40badf7f661b3ddea81
2021-12-08Add setting to hide shutdown messageChristian Soffke1-0/+14
Also keeps display from lighting up before shutdown, which reduces distractions, especially at night and when the sleep timer is used by allowing the screen to remain dark. Change-Id: I1c2d1966f6fb9766532adf01e8828876a871857f
2021-11-11Add setting for disabling wrap-around listsChristian Soffke1-0/+14
Allows user to decide whether scrolling lists will wrap around to the opposite end after the first or last item has been reached. Change-Id: I22156812cf4c857ddc4b6c48c1cef013b1985260
2021-11-05Add single playback modeMoshe Piekarski1-0/+14
(FS#482) Change-Id: I8b4c3e4ffb6975122153e82f2b9848c382195163
2021-09-28voice: Allow voiced date format to be overriddenSolomon Peachy1-0/+14
This adds LANG_VOICED_DATE_FORMAT, a format string with these tokens: Y 4-digit year A Month name m numeric month d numeric day of month The default (english) is '23 January 2013' In comparison, english-us is 'January 23 2013' Change-Id: I055a3287c104260dec63bba58d36fdae9df1ed16
2021-09-28talk: Add support for languages that swap the tens position in numbersSolomon Peachy1-0/+14
For example, English would say "231" as "two hundred thirty one" but many other languages would say "two hundred one and thirty" So, if VOICE_NUMERIC_TENS_SWAP_SEPARATOR is not an empty string, swap the tens and ones position and use that string ("and" in the above example) as the voiced separator. Change-Id: I69f8064d44b3995827327cabae6ad352bf257d04
2021-09-16File properties plugin: Add bitrate.James D. Smith1-0/+14
Change-Id: I6160c50685ce1615ef295a472f25cb608b2e6feb
2021-09-16File properties plugin: Add frequency.James D. Smith1-0/+14
Change-Id: I27453b39b5e4a6b4f97eff27a36c8ef2772ec092
2021-09-16File properties plugin: Add disc number.James D. Smith1-0/+14
Change-Id: I98c9ccdffdaae8c5c9117212365ae82b9bf2147c
2021-09-15File properties plugin: Add track.James D. Smith1-0/+14
Change-Id: Id8707dc28bf3a9c029066bb55ff584662b2cee6b
2021-09-15File properties plugin: Add year.James D. Smith1-0/+14
Change-Id: I160507a67354c775ca9695c7e71303fe16beb6db
2021-09-15File properties plugin: Add composer.James D. Smith1-0/+14
Change-Id: I7123ad21af15483594b9d247b89f7712c3a1a6f0
2021-09-15File properties plugin: Add comment.James D. Smith1-0/+14
Change-Id: If6b7650f858134098c3628f6e144e8c8d2a242ef
2021-09-15File properties plugin: Add genre.James D. Smith1-0/+14
Change-Id: Ib28e542c51f6e037a31e6d14763ce2abaca248b9
2021-09-15File properties plugin: Add album artist.James D. Smith1-0/+14
Change-Id: I150e11ba309953959d374898a63d4250a90651bb
2021-07-17xduoox3ii: Add "Super Slow" filter roll-offSolomon Peachy1-0/+17
I'm not happy with the proliferation of filter-roll-off options but I don't have a less ugly solution. Change-Id: I740fca006fa0c3443a467acfea55b6574d48346b
2021-07-13New port: Shanling Q1 nativeAidan MacDonald1-0/+145
- Audio playback works - Touchscreen and buttons work - Bootloader works and is capable of dual boot - Plugins are working - Cabbiev2 theme has been ported - Stable for general usage Thanks to Marc Aarts for porting Cabbiev2 and plugin bitmaps. There's a few minor known issues: - Bootloader must be installed manually using 'usbboot' as there is no support in jztool yet. - Keymaps may be lacking, need further testing and feedback. - Some plugins may not be fully adapted to the screen size and could benefit from further tweaking. - LCD shows abnormal effects under some circumstances: for example, after viewing a mostly black screen an afterimage appears briefly when going back to a brightly-lit screen. Sudden power-off without proper shutdown of the backlight causes a "dissolving" effect. - CW2015 battery reporting driver is buggy, and disabled for now. Battery reporting is currently voltage-based using the AXP192. Change-Id: I635e83f02a880192c5a82cb0861ad3a61c137c3a
2021-05-03FS#13287 - Load a newly saved playlist and resume where it wasDana Conrad1-0/+14
Works from any playlist saving operation accessed from the While Playing Screen, all other playlist saving operations are unchanged. Now a user-selectable setting! Located in General Settings -> Playlists -> Current Playlist -> Reload After Saving (Yes/No) Change-Id: I5085c3f4c56c518a812d5ee015d15cc4dca19a28
2021-04-26Nuke the never-functional iriver ifp-7xx portSolomon Peachy1-3/+0
It never worked, and hasn't compiled in something like a decade, Given the HW capabilities (limited onboard flash, no expandability) there's really no point in trying to fix/complete it. Change-Id: I7d175089840396f8891645bd10010d730dd5bfdc
2021-04-26Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAXSolomon Peachy1-3/+3
They were never finished, never saw any release ever, and haven't compiled for the better part of a decade. Given their HW capabilities [1], they are not worth trying to fix. [1] 1-2MB RAM, ~256MB onboard flash, no expandability Change-Id: I7b2a5806d687114c22156bb0458d4a10a9734190
2021-04-05Add ability to always have autolock onDana Conrad1-0/+14
Tested on ErosQ Added a setting in the Advanced Softlock menu to always have autolock on, rather than having to "arm" it with the softlock button. Lock/Unlock still works the same with this on, but when the screen turns off, the device always ends up in the locked state. Requires Autolock On to be set as well, and the normal Autolock functionality is unchanged with this off. Caveat: the power/softlock button must be pressed at least once after powering on the device or enabling the feature. After that, it should consistently always "arm" the autolock. Added feature to manual in manual/configure_rockbox/system_options.tex. Also updated some labels I had changed in the Advanced Key Lock menu and added information for Disable All Lock Notifications in a previous commit. Shared items also updated in manual/configure_rockbox/display_options.tex for selective backlight. Change-Id: I09dc6814bee803e40c7088157e1fe9d01d5f3474