summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-05-06 07:20:40 +0200
committerThomas Martitz <kugel@rockbox.org>2014-03-03 15:14:16 +0100
commit05a67d021c8fbb10b2654f8378b549901dd4c520 (patch)
tree23d0fa787d7373bf2ea08d1678cff47306a1a55d /apps/lang/english.lang
parent20e114c1a0f086e432f374fe0ecebf014a571448 (diff)
downloadrockbox-05a67d021c8fbb10b2654f8378b549901dd4c520.tar.gz
rockbox-05a67d021c8fbb10b2654f8378b549901dd4c520.zip
Touchscreen: Show a line separator in lists.
This patch adds a configurable line separator between list items, very similar to lists in Android. Additionally, below the list item there is a thicker line. It can be disabled in the settings. Its color can be configured as well. Remote and monochrome displays are explicitly unsupported. If there is desire this can be changed but it doesn't seem useful to me. Change-Id: I005313b0d8f5ecd15864bf20e66ea4e3390d8b7d
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 0778ab74d3..9914b160f1 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12926,6 +12926,34 @@
12926 </voice> 12926 </voice>
12927</phrase> 12927</phrase>
12928<phrase> 12928<phrase>
12929 id: LANG_LIST_SEPARATOR
12930 desc: line between lines in lists
12931 user: core
12932 <source>
12933 *: "Line Separator"
12934 </source>
12935 <dest>
12936 *: "Line Separator"
12937 </dest>
12938 <voice>
12939 *: "Line Separator"
12940 </voice>
12941</phrase>
12942<phrase>
12943 id: LANG_LIST_SEPARATOR_COLOR
12944 desc: line between lines in lists
12945 user: core
12946 <source>
12947 *: "Line Separator Colour"
12948 </source>
12949 <dest>
12950 *: "Line Separator Colour"
12951 </dest>
12952 <voice>
12953 *: "Line Separator Colour"
12954 </voice>
12955</phrase>
12956<phrase>
12929 id: LANG_SHORTCUTS 12957 id: LANG_SHORTCUTS
12930 desc: Title in the shortcuts menu 12958 desc: Title in the shortcuts menu
12931 user: core 12959 user: core