diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-08-29 14:42:03 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-29 14:42:03 +0000 |
commit | e454a3985275819d998b84bc0cf7b7b8ad9eab00 (patch) | |
tree | bae381c959526bd90df6a4675f7c3314950e8c14 /apps/lang | |
parent | 5226a89cce46e53d3c011de1e7b1c1d7b91af734 (diff) |
Quickscreen: 4th item
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
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/deutsch.lang | 17 | ||||
-rw-r--r-- | apps/lang/english.lang | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 7cd59a5b67..1a9d1e6a65 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -12464,3 +12464,20 @@ swcodec: "Geschwindigkeit" </voice> </phrase> +<phrase> + id: LANG_TOP_QS_ITEM + desc: used for the submenu name for the quickscreen items + user: core + <source> + *: none + quickscreen: "Set as Top Quickscreen Item" + </source> + <dest> + *: none + quickscreen: "Als obere Schnelleinstellung verwenden" + </dest> + <voice> + *: none + quickscreen: "Als obere Schnelleinstellung verwenden" + </voice> +</phrase> diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 73a3fe9b1b..915c329a39 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12718,3 +12718,20 @@ swcodec: "Limiter Preamp" </voice> </phrase> +<phrase> + id: LANG_TOP_QS_ITEM + desc: used for the submenu name for the quickscreen items + user: core + <source> + *: none + quickscreen: "Set as Top Quickscreen Item" + </source> + <dest> + *: none + quickscreen: "Set as Top Quickscreen Item" + </dest> + <voice> + *: none + quickscreen: "Set as Top Quickscreen Item" + </voice> +</phrase> |