summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-04-29 20:33:26 -0500
committerAidan MacDonald <amachronic@protonmail.com>2024-05-12 09:42:02 -0400
commit5f377c2613b54acc752902fa7531b9d25b03863e (patch)
tree052a94254c9057f1b11a64a665f0c33b9e7476a7 /apps/lang
parentd0758c5330aac0cdee7b94b7b29e196b53b2e362 (diff)
downloadrockbox-5f377c2613b54acc752902fa7531b9d25b03863e.tar.gz
rockbox-5f377c2613b54acc752902fa7531b9d25b03863e.zip
Eros Q Native: Add Stereo SW behavior setting
Hopefully this should cover our bases so we can change the behavior of the stereo switch to keep line out working when they change the hardware on us! Change-Id: Ic36bcb3778d5681a5f3f158c689df9c1420c1d7e
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang56
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 6bba65f6a9..c299a9dac8 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -16935,3 +16935,59 @@
16935 *: "Expert" 16935 *: "Expert"
16936 </voice> 16936 </voice>
16937</phrase> 16937</phrase>
16938<phrase>
16939 id: LANG_STEREOSW_MODE
16940 desc: Stereo Switch Mode
16941 user: core
16942 <source>
16943 *: "Stereo Switch Mode"
16944 </source>
16945 <dest>
16946 *: "Stereo Switch Mode"
16947 </dest>
16948 <voice>
16949 *: "Stereo Switch Mode"
16950 </voice>
16951</phrase>
16952<phrase>
16953 id: LANG_REVERSE
16954 desc: in settings_menu
16955 user: core
16956 <source>
16957 *: "Reverse"
16958 </source>
16959 <dest>
16960 *: "Reverse"
16961 </dest>
16962 <voice>
16963 *: "Reverse"
16964 </voice>
16965</phrase>
16966<phrase>
16967 id: LANG_ALWAYS_ZERO
16968 desc: in settings_menu
16969 user: core
16970 <source>
16971 *: "Always 0"
16972 </source>
16973 <dest>
16974 *: "Always 0"
16975 </dest>
16976 <voice>
16977 *: "Always 0"
16978 </voice>
16979</phrase>
16980<phrase>
16981 id: LANG_ALWAYS_ONE
16982 desc: in settings_menu
16983 user: core
16984 <source>
16985 *: "Always 1"
16986 </source>
16987 <dest>
16988 *: "Always 1"
16989 </dest>
16990 <voice>
16991 *: "Always 1"
16992 </voice>
16993</phrase> \ No newline at end of file