This changes lets us use the latest UI design from Google, Material 3. Google only provides the material UI 3 themes for compose, compose only works with kotlin.
14 lines
819 B
XML
14 lines
819 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
<string name="app_name">MPD</string>
|
|
<string name="notification_title_mpd_running">Music Player Daemon is running</string>
|
|
<string name="notification_text_mpd_running">Touch for MPD options.</string>
|
|
<string name="toggle_button_run_on">MPD is running</string>
|
|
<string name="toggle_button_run_off">MPD is not running</string>
|
|
<string name="checkbox_run_on_boot">Run MPD automatically on boot</string>
|
|
<string name="checkbox_wakelock">Prevent suspend when MPD is running (Wakelock)</string>
|
|
<string name="checkbox_pause_on_headphones_disconnect">Pause MPD when headphones disconnect</string>
|
|
<string name="external_files_permission_request">MPD requires access to external files to play local music. Please grant the permission.</string>
|
|
</resources>
|