tempus/app/src/main/res/values/strings.xml

42 lines
2.1 KiB
XML
Raw Normal View History

2020-11-20 15:38:08 +01:00
<resources>
2021-07-24 13:35:44 +02:00
<string name="app_name">Play for Subsonic</string>
2020-11-20 15:38:08 +01:00
<string name="general_header">General</string>
2020-11-25 15:12:07 +01:00
<string name="search_hint">Search title, artists or albums</string>
2020-11-20 15:38:08 +01:00
<string name="theme_selection">Choose theme</string>
<string name="covers_cache">Covers cache</string>
2021-08-10 14:05:07 +02:00
<string name="media_cache">Media cache</string>
<string name="image_size">Cover size</string>
2020-11-20 15:38:08 +01:00
<string name="library_menu_label">Library</string>
<string name="home_menu_label">Home</string>
<string name="search_menu_label">Search</string>
<string name="download_menu_label">Download</string>
2020-11-20 15:38:08 +01:00
<string name="label_placeholder">--</string>
2021-04-18 10:10:53 +02:00
<string name="label_dot_separator"></string>
2020-11-20 15:38:08 +01:00
2021-04-15 10:37:08 +02:00
<string name="about_header">About</string>
<string name="summary_about">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</string>
2021-08-03 17:05:21 +02:00
<string name="app_version">1.0</string>
2021-04-15 10:37:08 +02:00
<string name="title_version">Version</string>
<string name="github_page">Github</string>
<string name="development">Follow the development</string>
2021-08-03 17:05:21 +02:00
<string name="github_url">https://github.com/CappielloAntonio/play-for-subsonic</string>
2021-04-15 10:37:08 +02:00
2020-11-20 15:38:08 +01:00
<string name="battery_optimizations_title">Battery Optimizations</string>
<string name="battery_optimizations_message">Please disable battery optimizations for media playback while the screen is off.</string>
<string name="disable">Disable</string>
<string name="ignore">Ignore</string>
<string name="unplayable_file">Couldn\'t play this song.</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_next">Next</string>
2021-04-14 14:55:28 +02:00
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing Notification</string>
2021-04-26 19:17:42 +02:00
<string name="exo_download_notification_channel_name">Downloads</string>
2020-11-20 15:38:08 +01:00
</resources>