-
Notifications
You must be signed in to change notification settings - Fork 420
/
strings.xml
22 lines (19 loc) · 928 Bytes
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Title -->
<string name="dolby_title" translatable="false">Dolby Atmos</string>
<!-- Switch bar -->
<string name="dolby_enable_title">Enable Dolby Atmos</string>
<!-- Intro -->
<string name="dolby_top_intro_summary">Experience breakthrough audio for media playback that flows above and around you</string>
<!-- Profiles -->
<string name="dolby_profile_auto">Auto</string>
<string name="dolby_profile_game">Game</string>
<string name="dolby_profile_game_1">Game 1</string>
<string name="dolby_profile_game_2">Game 2</string>
<string name="dolby_profile_movie">Movie</string>
<string name="dolby_profile_music">Music</string>
<string name="dolby_profile_off">No profile</string>
<string name="dolby_profile_spacial_audio">Spacial audio</string>
<string name="dolby_profile_voice">Voice</string>
</resources>