Last added playlist half working. More to come tomorrow.
This commit is contained in:
parent
cf921dc02f
commit
65c879d64e
47 changed files with 1000 additions and 317 deletions
|
|
@ -10,9 +10,11 @@
|
|||
<string name="action_settings">"Settings"</string>
|
||||
<string name="action_about">About</string>
|
||||
<string name="action_currently_playing">Currently playing</string>
|
||||
<string name="action_clear_playlist">Clear playlist</string>
|
||||
<string name="action_playing_queue">Playing queue</string>
|
||||
<string name="action_search">Search</string>
|
||||
<string name="action_play_next">Play next</string>
|
||||
<string name="action_play">Play</string>
|
||||
<string name="action_add_to_playing_queue">Add to playing queue</string>
|
||||
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
|
||||
<string name="action_add_to_playlist">Add to playlist…</string>
|
||||
|
|
@ -28,7 +30,6 @@
|
|||
<string name="biography_unavailable">We were not able to find a matching biography for this artist.</string>
|
||||
<string name="biography">Biography</string>
|
||||
<string name="audio_focus_denied">No audio focus.</string>
|
||||
<string name="title_activity_tag_editor">Tag editor</string>
|
||||
<string name="tag_editor">Tag editor</string>
|
||||
<string name="album">Album</string>
|
||||
<string name="artist">Artist</string>
|
||||
|
|
@ -40,7 +41,6 @@
|
|||
<string name="album_or_artist_empty">The album title or the album artist text field is empty.</string>
|
||||
<string name="writing_file_number">Writing file</string>
|
||||
<string name="saving_changes">Saving changes…</string>
|
||||
<string name="title_activity_album_tag_editor">Album Tag Editor</string>
|
||||
<string name="label_details">Details</string>
|
||||
<string name="label_file_name">File name</string>
|
||||
<string name="label_file_path">File path</string>
|
||||
|
|
@ -55,13 +55,11 @@
|
|||
<string name="save_as_playlist">Save as playlist</string>
|
||||
<string name="credits_3">Icon by</string>
|
||||
<string name="credits_1">"Phonograph is a completely free material designed music player by"</string>
|
||||
<string name="title_activity_search">Search</string>
|
||||
<string name="no_results">No results</string>
|
||||
<string name="action_re_download_artist_image">Update artist image</string>
|
||||
<string name="updating">Updating…</string>
|
||||
<string name="added_title_to_playing_queue">"Added 1 title to the playing queue."</string>
|
||||
<string name="added_x_titles_to_playing_queue">Added %1$d titles to the playing queue.</string>
|
||||
<string name="title_activity_playlist_detail">Playlist Activity</string>
|
||||
<string name="action_remove_from_playlist">Remove from playlist</string>
|
||||
<string name="new_playlist_action">New playlist…</string>
|
||||
<string name="action_grid_columns">Grid columns</string>
|
||||
|
|
@ -99,7 +97,6 @@
|
|||
<string name="pref_summary_colored_navigation_bar">In which views the navigation bar should be colored.</string>
|
||||
<string name="pref_title_navigation_bar">Colored navigation bar</string>
|
||||
<string name="pref_title_set_default_start_page">Start page</string>
|
||||
<string name="title_activity_settings">Settings</string>
|
||||
<string name="pref_title_colored_navigation_bar_artists">Artist view</string>
|
||||
<string name="pref_title_colored_navigation_bar_albums">Album view</string>
|
||||
<string name="pref_title_colored_navigation_bar_current_playing">Playing view</string>
|
||||
|
|
@ -146,15 +143,18 @@
|
|||
<string name="pref_summary_fade_play_pause">"Fades the song in/out on play/pause."</string>
|
||||
<string name="pref_summary_gapless_playback">"Eliminates the gap between two songs. Disabling this might fix playback issues."</string>
|
||||
<string name="pref_summary_force_square_album_art">Album art in the now playing view is forced to be squared.</string>
|
||||
<string name="pref_summary_opaque_toolbar_now_playing">The toolbar is opaque and do not cover the album art.</string>
|
||||
<string name="pref_summary_opaque_statusbar_now_playing">The statusbar is opaque and do not cover the album art.</string>
|
||||
<string name="pref_summary_opaque_toolbar_now_playing">The toolbar is opaque and does not cover the album art.</string>
|
||||
<string name="pref_summary_opaque_statusbar_now_playing">The statusbar is opaque and does not cover the album art.</string>
|
||||
<string name="pref_summary_larger_title_box_now_playing">The box below the album art where the song title and artist goes is larger in its height.</string>
|
||||
<string name="pref_summary_alternative_progress_slider_now_playing">Uses a progressbar which do not cover the album art instead of the normal progress slider.</string>
|
||||
<string name="pref_summary_alternative_progress_slider_now_playing">Uses a progressbar which does not cover the album art instead of the default progress slider.</string>
|
||||
<string name="pref_summary_playback_controller_card_now_playing">Displays a card below the playback controller buttons (play/pause etc.).</string>
|
||||
<string name="failed_download_albumart">"Unable to download the art for this album."</string>
|
||||
<string name="search_hint">Search your library…</string>
|
||||
<string name="rescanning_media">Rescanning media…</string>
|
||||
<string name="other">Other</string>
|
||||
<string name="favorites">Favorites</string>
|
||||
<string name="last_added">Last added</string>
|
||||
<string name="recently_played">Recently played</string>
|
||||
<string name="my_top_tracks">My top tracks</string>
|
||||
<string-array name="update_album_cover_options">
|
||||
<item>Download from Last.fm</item>
|
||||
<item>Pick from Local Storage</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue