-
Notifications
You must be signed in to change notification settings - Fork 42
/
strings.xml
121 lines (110 loc) · 6.83 KB
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Wavelet</string>
<string name="no_active_sessions">No new music sessions have been started yet</string>
<string name="single_user_warning">Please install this app as system user</string>
<string name="warning_library_null">Wavelet was unable to instantiate %s effects</string>
<string name="warning_no_browser">Could not open url %s</string>
<string name="warning_billing_service">Error %d: Billing service unavailable</string>
<string name="paid_feature">Unlock all features for %s</string>
<string name="unlock">Unlock</string>
<string name="purchase_dialog_title">Upgrade your experience</string>
<string name="purchase_dialog_text">Your audio experience could be even better for %s</string>
<string name="purchase_dialog_refund">Google Play ensures a <annotation url="refund">48h money-back guarantee</annotation> for you to try all features</string>
<string name="purchase_dialog_positive">Buy now</string>
<string name="purchase_dialog_negative">Later</string>
<string name="restricted_warning_text">Wavelet can not work properly if battery usage is set to \'restricted\'</string>
<string name="open_settings">Fix it</string>
<!-- Settings -->
<string name="wavelet_toggle">Wavelet on/off</string>
<string name="settings_title">Settings</string>
<string name="settings_legacy_mode">Legacy mode</string>
<string name="settings_dump_permission">DUMP permission</string>
<string name="settings_notification_access">Notification access</string>
<string name="settings_permission_granted">Permission granted</string>
<string name="settings_permission_denied">Permission denied</string>
<string name="menu_help">Help</string>
<string name="settings_buffer_size">Buffer size</string>
<string name="clipping_over_latency">Clipping is preferred over latency</string>
<string name="latency_over_clipping">Latency is preferred over clipping</string>
<string name="setting_enhanced_session_title">Enhanced session detection</string>
<string name="setting_enhanced_session_summary">Both permissions are required</string>
<!-- Foreground Service notification -->
<string name="service_channel_name">Wavelet service</string>
<string name="service_description">Wavelet service to keep your audio rocking</string>
<string name="service_notification_text">Apps using Wavelet:</string>
<string name="service_notification_text_default">Tap for more options</string>
<string name="device_unknown">Unknown</string>
<string name="device_headphone">Headphone</string>
<string name="device_headset">Headset</string>
<string name="device_speaker">Speaker</string>
<string name="device_bluetooth">Bluetooth</string>
<string name="device_hearing_aid">Hearing aid</string>
<string name="device_usb">USB</string>
<string name="device_android_auto">Android Auto</string>
<string name="device_chrome_os">Chrome OS</string>
<!-- Preference strings -->
<string name="reset">Reset</string>
<string name="category_equalization">Equalization</string>
<string name="auto_eq_title">AutoEq</string>
<string name="auto_eq_dialog_title">Headphone model</string>
<string name="auto_eq_strength">AutoEq strength</string>
<string name="auto_eq_import">Import</string>
<string name="auto_eq_file_import_success">Successfully imported %s</string>
<string name="auto_eq_file_import_fail">Failed to import %s</string>
<string name="auto_eq_remove_item">Remove item</string>
<string name="graphic_eq_title">Graphic equalizer</string>
<string name="graphic_eq_dialog_title">Overwrite personal preset</string>
<string name="graphic_eq_presets">Presets</string>
<string name="equal_loudness_title">Equal loudness</string>
<string name="equal_loudness_threshold">Volume threshold</string>
<string name="category_effects">Effects</string>
<string name="bass_boost_title">Bass booster</string>
<string name="bass_boost_strength">Bass boost strength</string>
<string name="preset_reverb_title">Reverberation</string>
<string name="preset_reverb_preset">Preset</string>
<string name="virtualizer_title">Virtualizer</string>
<string name="virtualizer_strength">Virtualization strength</string>
<string name="bass_tuner_title">Bass tuner</string>
<string name="bass_tuner_type">Bass type</string>
<string name="bass_tuner_type_natural">Natural</string>
<string name="bass_tuner_type_transient_compressor">Transient compressor</string>
<string name="bass_tuner_type_sustain_compressor">Sustain compressor</string>
<string name="bass_tuner_cutoff_frequency">Cutoff frequency</string>
<string name="bass_tuner_post_gain">Post-gain</string>
<string name="category_gain_control">Gain control</string>
<string name="limiter_title">Limiter</string>
<string name="limiter_attack_time">Attack time</string>
<string name="limiter_release_time">Release time</string>
<string name="limiter_ratio">Ratio</string>
<string name="limiter_threshold">Threshold</string>
<string name="limiter_automatic_post_gain">Automatic post-gain</string>
<string name="limiter_post_gain">Post-gain</string>
<string name="channel_balance_title">Channel balance</string>
<string name="channel_balance_left_gain">Channel gain left</string>
<string name="channel_balance_right_gain">Channel gain right</string>
<string name="graphic_eq_preset_flat">Flat</string>
<string name="graphic_eq_preset_dark">Dark</string>
<string name="graphic_eq_preset_bright">Bright</string>
<string name="graphic_eq_preset_bass_boost">Bass boost</string>
<string name="graphic_eq_preset_bass_reduction">Bass reduction</string>
<string name="graphic_eq_preset_treble_boost">Treble boost</string>
<string name="graphic_eq_preset_treble_reduction">Treble reduction</string>
<string name="graphic_eq_preset_vocal_boost">Vocal boost</string>
<string name="graphic_eq_preset_m_shaped">M-shaped</string>
<string name="graphic_eq_preset_u_shaped">U-shaped</string>
<string name="graphic_eq_preset_v_shaped">V-shaped</string>
<string name="graphic_eq_preset_w_shaped">W-shaped</string>
<string name="graphic_eq_preset_personal">Personal</string>
<string name="preset_reverb_small_room">Small room</string>
<string name="preset_reverb_medium_room">Medium room</string>
<string name="preset_reverb_large_room">Large room</string>
<string name="preset_reverb_medium_hall">Medium hall</string>
<string name="preset_reverb_large_hall">Large hall</string>
<string name="preset_reverb_plate">Plate</string>
<!-- Units -->
<string name="unit_milliseconds">ms</string>
<string name="unit_decibel">dB</string>
<string name="unit_hertz">Hz</string>
<string name="unit_samples">samples</string>
</resources>