summaryrefslogtreecommitdiff
path: root/apps/lang (follow)
Commit message (Collapse)AuthorAge
...
* Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz2009-10-19
| | | | | | Uses the same icon that browse wps uses for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23261 a1c6a512-1295-4272-9138-f99709370657
* Don't introduce a new string, instead reuse LANG_FAILED.Tomer Shalev2009-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23260 a1c6a512-1295-4272-9138-f99709370657
* Splash error message when loading language from dir browser failsTomer Shalev2009-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23259 a1c6a512-1295-4272-9138-f99709370657
* Initial custom statusbar commit.Thomas Martitz2009-10-19
| | | | | | | | | | | | | | | | | | | | The custom statusbar can be used as a WPS for the main UI, using .(r)sbs files. It's using the skin engine and knows all tags the WPS also knows. The default folder for .sbs is the wps folder to reuse images used in the WPS. As it can be shown in the WPS also, it's useful to move shared parts to the custom statusbar in order to save skin buffer space. There are a few restrictions/TODOs: *) Peak meter doesn't redraw nicely(not frequent enough), as very frequent updates would slow the UI down as hell (some targets fight with it in the WPS already: FS#10686) *) No touchregion support as the statusbar doesn't have any action handling (it won't fail to parse though). *) Drawing stuff into the default VP is forbidden (loading images in it is not). You *need* to use viewports for the displaying stuff (parsing fails if no viewport is used). *) Themes that don't use a custom ui viewport can be fixed up using the new %Vi tag to avoid nasty redraw effectts (you must not draw into it as well, it's used to fix up the ui viewport). %Vi describes the viewport that the lists can use without getting in the way of the statusbar. Otherwise, it behaves like the classic statusbar, it can be configured in the theme settings, and can be turned off in the wps using %wd. Note to translaters: When translating LANG_STATUSBAR_CUSTOM, please consider using the same translation as for LANG_CHANNEL_CUSTOM if it's compatible. They could be combined later then. Flyspray: FS#10566 Author: myself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23258 a1c6a512-1295-4272-9138-f99709370657
* Change the .lng files to contain strings from multiple users. Still ↵Tom Ross2009-10-18
| | | | | | hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23241 a1c6a512-1295-4272-9138-f99709370657
* Updated french translation part II, sorry for the previous version where the ↵Mustapha Senhaji2009-10-17
| | | | | | commit message was skipped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23236 a1c6a512-1295-4272-9138-f99709370657
* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23235 ↵Mustapha Senhaji2009-10-17
| | | | a1c6a512-1295-4272-9138-f99709370657
* Add a option to skip length which lets you skip 5s before the end of a song, ↵Thomas Martitz2009-10-17
| | | | | | which can be useful on gapless albums. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23229 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew language - fix parentheses not shown properlyTomer Shalev2009-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23015 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew language - fix weekday not shown properlyTomer Shalev2009-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22985 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew language (fixed position of question marks)Tomer Shalev2009-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22972 a1c6a512-1295-4272-9138-f99709370657
* Revert renaming of the scrollbar global setting by r22945, following ↵Tomer Shalev2009-10-05
| | | | | | discussion in IRC git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22963 a1c6a512-1295-4272-9138-f99709370657
* RTL support in menusTomer Shalev2009-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22945 a1c6a512-1295-4272-9138-f99709370657
* Remove 'USB Keypad Mode' from USB screen, and instead use 'Multimedia Mode',Tomer Shalev2009-10-04
| | | | | | | 'Presentation Mode', etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22911 a1c6a512-1295-4272-9138-f99709370657
* Fixed wording in Hebrew languageTomer Shalev2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22910 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew translationTomer Shalev2009-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22908 a1c6a512-1295-4272-9138-f99709370657
* Remove colon at the end of string since it is also used in settings menuTomer Shalev2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22899 a1c6a512-1295-4272-9138-f99709370657
* Updated Hebrew translationTomer Shalev2009-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22896 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2009-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22873 a1c6a512-1295-4272-9138-f99709370657
* Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused byTomer Shalev2009-09-30
| | | | | | | redundant strings in lang file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22856 a1c6a512-1295-4272-9138-f99709370657
* Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev2009-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22852 a1c6a512-1295-4272-9138-f99709370657
* Replace limiter with dynamic range compressorJeffrey Goode2009-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22832 a1c6a512-1295-4272-9138-f99709370657
* FS#9824: Fix FM channel spacing for EuropeBertrik Sikken2009-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22822 a1c6a512-1295-4272-9138-f99709370657
* Use singular to make a few strings in the German translation sound a bit ↵Marianne Arnold2009-09-23
| | | | | | more like a setting, corresponding to the initial English change. (still open to suggestions) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22792 a1c6a512-1295-4272-9138-f99709370657
* French translation: minor rewording for one string.Mustapha Senhaji2009-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22790 a1c6a512-1295-4272-9138-f99709370657
* Update German translation.Marianne Arnold2009-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22786 a1c6a512-1295-4272-9138-f99709370657
* Update Swedish translation.Magnus Holmgren2009-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22784 a1c6a512-1295-4272-9138-f99709370657
* Translation updates:Jonas Häggqvist2009-09-22
| | | | | | | | - Danish by me - Walloon by Stéphane Quertinmont (FS#10369). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22782 a1c6a512-1295-4272-9138-f99709370657
* Laying the groundwork for future featuresJeffrey Goode2009-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22690 a1c6a512-1295-4272-9138-f99709370657
* Fix yellow aka remove a typo.Mustapha Senhaji2009-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22655 a1c6a512-1295-4272-9138-f99709370657
* Polish translation update.Mustapha Senhaji2009-09-07
| | | | | | | | | Author: Tomasz Kowalczyk Patch: FS#10593 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22654 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22572 a1c6a512-1295-4272-9138-f99709370657
* Update the french translation.Mustapha Senhaji2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22564 a1c6a512-1295-4272-9138-f99709370657
* Quickscreen: 4th itemThomas Martitz2009-08-29
| | | | | | | | | | | This adds a 4th top item to the quickscreen. It's as configurable as the existing three items. This patch goes along with optimisations for small screens for better displaying of all four items. 14px font is very usable on a 64px height display for example. Left and Top items go through the items in the opposite direction, so that you can mirror a setting and toggle through it in both directions. Default item is party mode, as it's target independant. Flyspray: FS#9706 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22532 a1c6a512-1295-4272-9138-f99709370657
* Update the french translation.Mustapha Senhaji2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22496 a1c6a512-1295-4272-9138-f99709370657
* I'm making a right mess of this - hopefully the original typo is now fixed ↵Alex Parker2009-08-24
| | | | | | without me introducing any more of my own... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22493 a1c6a512-1295-4272-9138-f99709370657
* Ooops, missed one (French typos).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22492 a1c6a512-1295-4272-9138-f99709370657
* A couple more French typos (thanks to Clément Pit-Claudel).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22491 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in French translation (thanks to Clément Pit-Claudel).Alex Parker2009-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22490 a1c6a512-1295-4272-9138-f99709370657
* FS#10558 by Melba Sitjar: missing strings for Tagalog language added.Robert Menes2009-08-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22466 a1c6a512-1295-4272-9138-f99709370657
* Oops, source in deutsch.lang should match the english source.Thomas Martitz2009-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22446 a1c6a512-1295-4272-9138-f99709370657
* Add menu button to accept in yesno screen for the Cowon D2.Thomas Martitz2009-08-21
| | | | | | | | | I added the lang strings myself. Flyspray:FS#10548 Author: Johannes Boy git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
* Dutch translation: be consistent w.r.t. scrollbarMaurus Cuelenaere2009-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22430 a1c6a512-1295-4272-9138-f99709370657
* A few non-translation fixes for Tagalog.Robert Menes2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22412 a1c6a512-1295-4272-9138-f99709370657
* Update Swedish translation.Magnus Holmgren2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22411 a1c6a512-1295-4272-9138-f99709370657
* Fix empty LANG_LEFT & LANG_RIGHT strings.Maurus Cuelenaere2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22410 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22407 a1c6a512-1295-4272-9138-f99709370657
* Update japanese translation. some are not translated though.Teruaki Kawashima2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22406 a1c6a512-1295-4272-9138-f99709370657
* FS#10199: Adds limiter DSP functionJeffrey Goode2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22394 a1c6a512-1295-4272-9138-f99709370657
* Reclaim a bit of binsize for non-lcd_bitmap targetsMaurus Cuelenaere2009-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22392 a1c6a512-1295-4272-9138-f99709370657