summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorUdo Schläpfer <rockbox-2014.10@desktopwarrior.net>2015-01-21 20:51:36 +0100
committerUdo Schläpfer <rockbox-2014.10@desktopwarrior.net>2015-02-02 22:43:46 +0100
commit95fdad5e2827685160a5a669c3e8b4dc783995ad (patch)
tree14719a6459ededf8f746ccda965501a37c4f55e4 /apps/lang/english.lang
parent040306a71663d98f1ca568b61010ee125d1e6501 (diff)
downloadrockbox-95fdad5e2827685160a5a669c3e8b4dc783995ad.tar.gz
rockbox-95fdad5e2827685160a5a669c3e8b4dc783995ad.zip
iBasso DX50/DX90: User selectable USB mode.
Depends on http://gerrit.rockbox.org/r/#/c/1043/. This patch adds a new setting in Settings -> General -> System: USB Mode. Usable in Quickscreen and Shortcuts. Possible settings are: - Mass Storage: The default, on USB connect export the internal and external drives as usual. Rockbox will exit gracefully in this case, since the internal drive (/mnt/sdcard) is exported as mass storage device and Android prevents Rockbox from continued execution. - Charge Only: USB charge only, do not export the internal and external drives. This will not close Rockbox. - ADB: Enable the Android Debug Bridge. This will not close Rockbox. Charge only and ADB are actually the same, since it is not yet established if charge only is doable without adb and major hooks into Android. German translation provided. This may be genric for Android based devices but is only enabled for iBasso Devices. Other maintainers may choose do adopt this. Change-Id: I616247c29946c6595ebcf8f0c14b2410c9f0498b
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang80
1 files changed, 80 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 081e33d32c..67b8d01efc 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -13393,3 +13393,83 @@
13393 ibassodx90: "Freq Scaling Governor" 13393 ibassodx90: "Freq Scaling Governor"
13394 </voice> 13394 </voice>
13395</phrase> 13395</phrase>
13396<phrase>
13397 id: LANG_IBASSO_USB_MODE
13398 desc: in Settings -> General -> System -> USB Mode
13399 user: core
13400 <source>
13401 *: none
13402 ibassodx50: "USB Mode"
13403 ibassodx90: "USB Mode"
13404 </source>
13405 <dest>
13406 *: none
13407 ibassodx50: "USB Mode"
13408 ibassodx90: "USB Mode"
13409 </dest>
13410 <voice>
13411 *: none
13412 ibassodx50: "USB Mode"
13413 ibassodx90: "USB Mode"
13414 </voice>
13415</phrase>
13416<phrase>
13417 id: LANG_IBASSO_USB_MODE_MASS_STORAGE
13418 desc: in Settings -> General -> System -> USB Mode: Mass Storage
13419 user: core
13420 <source>
13421 *: none
13422 ibassodx50: "Mass Storage"
13423 ibassodx90: "Mass Storage"
13424 </source>
13425 <dest>
13426 *: none
13427 ibassodx50: "Mass Storage"
13428 ibassodx90: "Mass Storage"
13429 </dest>
13430 <voice>
13431 *: none
13432 ibassodx50: "Mass Storage"
13433 ibassodx90: "Mass Storage"
13434 </voice>
13435</phrase>
13436<phrase>
13437 id: LANG_IBASSO_USB_MODE_CHARGE
13438 desc: in Settings -> General -> System -> USB Mode: Charge Only
13439 user: core
13440 <source>
13441 *: none
13442 ibassodx50: "Charge Only"
13443 ibassodx90: "Charge Only"
13444 </source>
13445 <dest>
13446 *: none
13447 ibassodx50: "Charge Only"
13448 ibassodx90: "Charge Only"
13449 </dest>
13450 <voice>
13451 *: none
13452 ibassodx50: "Charge Only"
13453 ibassodx90: "Charge Only"
13454 </voice>
13455</phrase>
13456<phrase>
13457 id: LANG_IBASSO_USB_MODE_ADB
13458 desc: in Settings -> General -> System -> USB Mode: Android Debug Bridge
13459 user: core
13460 <source>
13461 *: none
13462 ibassodx50: "Android Debug Bridge"
13463 ibassodx90: "Android Debug Bridge"
13464 </source>
13465 <dest>
13466 *: none
13467 ibassodx50: "Android Debug Bridge"
13468 ibassodx90: "Android Debug Bridge"
13469 </dest>
13470 <voice>
13471 *: none
13472 ibassodx50: "Android Debug Bridge"
13473 ibassodx90: "Android Debug Bridge"
13474 </voice>
13475</phrase>