add new action: adjust volume

This commit is contained in:
Josia Pietsch 2025-03-14 13:37:41 +01:00
parent c7af387a94
commit e250a58ef4
Signed by: jrpie
GPG key ID: E70B571D66986A2D
4 changed files with 32 additions and 12 deletions

View file

@ -250,8 +250,9 @@
<string name="list_other_list_favorites">Favorite Applications</string>
<string name="list_other_list_private_space">Private Space</string>
<string name="list_other_toggle_private_space_lock">Toggle Private Space Lock</string>
<string name="list_other_volume_up">Music: Louder</string>
<string name="list_other_volume_down">Music: Quieter</string>
<string name="list_other_volume_up">Raise Volume</string>
<string name="list_other_volume_down">Lower Volume</string>
<string name="list_other_volume_adjust">Adjust Volume</string>
<string name="list_other_track_next">Music: Next</string>
<string name="list_other_track_previous">Music: Previous</string>
<string name="list_other_track_play_pause">Music: Play / Pause</string>