summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 23:36:49 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-08-17 23:36:49 +0000
commitdaaecb987ca09f9b842c39aaeaa78f6f95145403 (patch)
tree5ffc7bfa1170daea51519d6e3492dcf3786b6551 /apps/lang/english.lang
parenta06f287c81ae8ad1530c566788fc175c6c7d611a (diff)
downloadrockbox-daaecb987ca09f9b842c39aaeaa78f6f95145403.tar.gz
rockbox-daaecb987ca09f9b842c39aaeaa78f6f95145403.zip
Add setting to position the scrollbar on the left or right
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22390 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang36
1 files changed, 22 insertions, 14 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index ed0e06220a..85e8739576 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12224,36 +12224,30 @@
12224</phrase> 12224</phrase>
12225<phrase> 12225<phrase>
12226 id: LANG_LEFT 12226 id: LANG_LEFT
12227 desc: DEPRECATED 12227 desc: Generic use of 'left'
12228 user: core 12228 user: core
12229 <source> 12229 <source>
12230 *: none 12230 *: "Left"
12231 quickscreen: ""
12232 </source> 12231 </source>
12233 <dest> 12232 <dest>
12234 *: none 12233 *: "Left"
12235 quickscreen: ""
12236 </dest> 12234 </dest>
12237 <voice> 12235 <voice>
12238 *: none 12236 *: "Left"
12239 quickscreen: ""
12240 </voice> 12237 </voice>
12241</phrase> 12238</phrase>
12242<phrase> 12239<phrase>
12243 id: LANG_RIGHT 12240 id: LANG_RIGHT
12244 desc: DEPRECATED 12241 desc: Generic use of 'right
12245 user: core 12242 user: core
12246 <source> 12243 <source>
12247 *: none 12244 *: "Right"
12248 quickscreen: ""
12249 </source> 12245 </source>
12250 <dest> 12246 <dest>
12251 *: none 12247 *: "Right"
12252 quickscreen: ""
12253 </dest> 12248 </dest>
12254 <voice> 12249 <voice>
12255 *: none 12250 *: "Right"
12256 quickscreen: ""
12257 </voice> 12251 </voice>
12258</phrase> 12252</phrase>
12259<phrase> 12253<phrase>
@@ -12685,3 +12679,17 @@
12685 *: "Scroll bar width" 12679 *: "Scroll bar width"
12686 </voice> 12680 </voice>
12687</phrase> 12681</phrase>
12682<phrase>
12683 id: LANG_SCROLLBAR_POSITION
12684 desc: in Settings -> General -> Display -> Status-/Scrollbar
12685 user: core
12686 <source>
12687 *: "Scroll Bar Position"
12688 </source>
12689 <dest>
12690 *: "Scroll Bar Position"
12691 </dest>
12692 <voice>
12693 *: "Scroll bar position"
12694 </voice>
12695</phrase>