Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.xml « values « res « main « src « app - github.com/ClusterM/sony-headphones-control.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cce21088e45bb25bafc60e18ffff8b0aa13d8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<resources>
    <string name="app_name">Sony Headphones Control</string>
    <string name="disable_ambient_sound_control">Disable ambient sound control</string>
    <string name="enable_noise_cancelling">Enable noise cancelling</string>
    <string name="enable_wind_cancelling">Enable wind cancelling</string>
    <string name="ambient_sound">Ambient sound</string>
    <string name="volume">Volume:</string>
    <string name="voice_optimized">Voice optimized</string>
    <string name="test">Test</string>
    <string name="save">Save</string>
    <string name="apply">Apply</string>
    <string name="io_error">IO error (Another application using a headset? Is it connected?)</string>
    <string name="io_error_hint">IO error (Another application using a headset? Is it connected?)</string>
    <string name="headset_not_found">Sony Headset is not found</string>
    <string name="ok">OK</string>
    <string name="timeout_error">Error: timeout</string>
    <string name="interrupted_error">Error: interrupted</string>
</resources>