mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
feat: implemented version number control and update dialog for Github flavor
This commit is contained in:
parent
c243fa9edc
commit
0a26f0a7b8
19 changed files with 477 additions and 4 deletions
|
|
@ -89,6 +89,13 @@
|
|||
<string name="filter_title_expanded">Filter Genres</string>
|
||||
<string name="genre_catalogue_title">Genre Catalogue</string>
|
||||
<string name="genre_catalogue_title_expanded">Browse Genres</string>
|
||||
|
||||
<string name="github_update_dialog_negative_button">Remind me later</string>
|
||||
<string name="github_update_dialog_neutral_button">Support me</string>
|
||||
<string name="github_update_dialog_positive_button">Download now</string>
|
||||
<string name="github_update_dialog_summary">There is a new version of the app available on Github.</string>
|
||||
<string name="github_update_dialog_title">Update available</string>
|
||||
|
||||
<string name="home_rearrangement_dialog_negative_button">Cancel</string>
|
||||
<string name="home_rearrangement_dialog_neutral_button">Reset</string>
|
||||
<string name="home_rearrangement_dialog_positive_button">Save</string>
|
||||
|
|
@ -366,6 +373,7 @@
|
|||
<string name="streaming_cache_storage_dialog_title">Select storage option</string>
|
||||
<string name="streaming_cache_storage_external_dialog_positive_button">External</string>
|
||||
<string name="streaming_cache_storage_internal_dialog_negative_button">Internal</string>
|
||||
<string name="support_url">https://buymeacoffee.com/a.cappiello</string>
|
||||
<string name="track_info_album">Album</string>
|
||||
<string name="track_info_artist">Artist</string>
|
||||
<string name="track_info_bitrate">Bitrate</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue