mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
lang: collapse the two "line out" strings into one.
Change-Id: I7928f693a1cfbdbadd66102812027b989796be19
This commit is contained in:
parent
62b5dfd81d
commit
97456ae338
3 changed files with 85 additions and 101 deletions
|
|
@ -50,7 +50,7 @@
|
|||
# target name, for example: swcodec: "swcodec-specific string".
|
||||
#
|
||||
# The target names used are picked from the configure script and are set in the
|
||||
# MODELNAME variable in the root makefile. Currently, they are:
|
||||
# MODELNAME variable in the root makefile. This is an incomplete list:
|
||||
# Target Target string
|
||||
# iriver
|
||||
# H100/H110/H115 iriverh100
|
||||
|
|
@ -10925,23 +10925,6 @@
|
|||
histogram: "Histogram interval"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_LINEOUT_ONOFF
|
||||
desc: in system settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
lineout_poweroff: "Line Out"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
lineout_poweroff: "Line Out"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
lineout_poweroff: "Line Out"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_HOTKEY
|
||||
desc: hotkey menu
|
||||
|
|
@ -16530,13 +16513,16 @@
|
|||
desc: Output Select
|
||||
user: core
|
||||
<source>
|
||||
*: "Output Select"
|
||||
*: none
|
||||
erosqnative: "Output Select"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Output Select"
|
||||
*: none
|
||||
erosqnative: "Output Select"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Output Select"
|
||||
*: none
|
||||
erosqnative: "Output Select"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -16544,13 +16530,16 @@
|
|||
desc: in settings_menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Headphone"
|
||||
*: none
|
||||
erosqnative: "Headphone"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Headphone"
|
||||
*: none
|
||||
erosqnative: "Headphone"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Headphone"
|
||||
*: none
|
||||
erosqnative: "Headphone"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -16558,13 +16547,16 @@
|
|||
desc: in settings_menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Lineout"
|
||||
*: none
|
||||
lineout_poweroff,erosqnative: "Line Out"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Lineout"
|
||||
*: none
|
||||
lineout_poweroff,erosqnative: "Line Out"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Lineout"
|
||||
*: none
|
||||
lineout_poweroff,erosqnative: "Line Out"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue