mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
fix: added init on home tab and dialog, refactor and check for songs for albums/artists before displaying dialog
This commit is contained in:
parent
a187ba1e75
commit
47380a79a5
4 changed files with 249 additions and 27 deletions
|
|
@ -119,6 +119,8 @@
|
|||
<string name="home_sync_starred_title">Looks like there are some starred tracks to sync</string>
|
||||
<string name="home_sync_starred_albums_title">Sync Starred Albums</string>
|
||||
<string name="home_sync_starred_albums_subtitle">Albums marked with a star will be available offline</string>
|
||||
<string name="home_sync_starred_artists_title">Starred Artists Sync</string>
|
||||
<string name="home_sync_starred_artists_subtitle">You have starred artists with music not downloaded</string>
|
||||
<string name="home_title_best_of">Best of</string>
|
||||
<string name="home_title_discovery">Discovery</string>
|
||||
<string name="home_title_discovery_shuffle_all_button">Shuffle all</string>
|
||||
|
|
@ -447,6 +449,14 @@
|
|||
<item quantity="one">%d album to sync</item>
|
||||
<item quantity="other">%d albums to sync</item>
|
||||
</plurals>
|
||||
<plurals name="home_sync_starred_artists_count">
|
||||
<item quantity="one">%d artist to sync</item>
|
||||
<item quantity="other">%d artists to sync</item>
|
||||
</plurals>
|
||||
<plurals name="songs_download_started">
|
||||
<item quantity="one">Downloading %d song</item>
|
||||
<item quantity="other">Downloading %d songs</item>
|
||||
</plurals>
|
||||
<string name="equalizer_fragment_title">Equalizer</string>
|
||||
<string name="equalizer_reset">Reset</string>
|
||||
<string name="equalizer_enable">Enable</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue