jamfish/app/src/main/res/values/strings.xml
2015-08-14 21:16:32 +02:00

188 lines
13 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s</string>
<string name="the_audio_file">The Audio File</string>
<string name="do_you_want_to_set_x_as_ringtone">Do you want to set %1$s as your ringtone?</string>
<string name="x_has_been_set_as_ringtone">%1$s has been set as your ringtone</string>
<string name="action_set_as_ringtone">Set as Ringtone</string>
<string name="action_share">Share</string>
<string name="action_settings">"Settings"</string>
<string name="action_about">About</string>
<string name="action_now_playing">Now Playing</string>
<string name="action_clear_playlist">Clear Playlist</string>
<string name="action_playing_queue">Playing Queue</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_remove_from_favorites">Remove from favorites</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>
<string name="action_tag_editor">Tag Editor</string>
<string name="action_delete_from_device">Delete from Device</string>
<string name="action_details">Details</string>
<string name="albums">Albums</string>
<string name="artists">Artists</string>
<string name="songs">Songs</string>
<string name="playlists">Playlists</string>
<string name="playing_queue_empty">Playing queue is empty</string>
<string name="nothing_playing">Nothing is playing</string>
<string name="unplayable_file">An error occurred while attempting to play this song</string>
<string name="biography_unavailable">Could not find a matching biography for this artist</string>
<string name="biography">Biography</string>
<string name="audio_focus_denied">No audio focus.</string>
<string name="tag_editor">Tag Editor</string>
<string name="album">Album</string>
<string name="artist">Artist</string>
<string name="genre">Genre</string>
<string name="album_artist">Album Artist</string>
<string name="year">Year</string>
<string name="track">Track</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<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="label_details">Details</string>
<string name="label_file_name">File name</string>
<string name="label_file_path">File Path</string>
<string name="label_file_size">Size</string>
<string name="label_file_format">Format</string>
<string name="label_track_length">Length</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_sampling_rate">Sampling Rate</string>
<string name="action_go_to_artist">Go to Artist</string>
<string name="action_go_to_album">Go to Album</string>
<string name="label_current_playing_queue">Playing Queue</string>
<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="no_results">No results</string>
<string name="action_re_download_artist_image">Update artist image</string>
<string name="updated_artist_image">Updated artist image.</string>
<string name="could_not_update_artist_image">Could not 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="action_remove_from_playlist">Remove from playlist</string>
<string name="action_grid_columns">Grid columns</string>
<string name="action_grid_columns_land">Grid columns (Land)</string>
<string name="action_view_as">View as</string>
<string name="inserted_x_songs_into_playlist">Inserted %1$d songs into this playlist</string>
<string name="created_playlist_x">Created playlist %1$s</string>
<string name="deleted_playlist_x">Deleted playlist %1$s</string>
<string name="deleted_x_songs">Deleted %1$d songs</string>
<string name="could_not_create_playlist">Could not create playlist</string>
<string name="delete_playlist_x"><![CDATA[Do you want to delete the playlist <b>%1$s</b>?]]></string>
<string name="clear_playlist_x"><![CDATA[Do you really want to clear the playlist <b>%1$s</b>? This cannot be undone!]]></string>
<string name="delete_x_playlists"><![CDATA[Do you want to delete <b>%1$d</b> playlists?]]></string>
<string name="delete_song_x"><![CDATA[Do you want to delete the song <b>%1$s</b>?]]></string>
<string name="delete_x_songs"><![CDATA[Do you want to delete <b>%1$d</b> songs?]]></string>
<string name="remove_song_x_from_playlist"><![CDATA[Do you want to remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_x_songs_from_playlist"><![CDATA[Do you want to remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="delete_song_title">Delete Song</string>
<string name="delete_songs_title">Delete Songs</string>
<string name="remove_song_from_playlist_title">Remove Song from Playlist</string>
<string name="remove_songs_from_playlist_title">Remove Songs from Playlist</string>
<string name="rename_playlist_title">Rename Playlist</string>
<string name="delete_playlist_title">Delete Playlist</string>
<string name="delete_playlists_title">Delete Playlists</string>
<string name="clear_playlist_title">Clear Playlist</string>
<string name="add_playlist_title">"Add to Playlist"</string>
<string name="delete_warning">"Warning: This operation can not be undone"</string>
<string name="action_shuffle_all">Shuffle All</string>
<string name="action_shuffle_album">Shuffle Album</string>
<string name="action_shuffle_artist">Shuffle Artist</string>
<string name="action_shuffle_playlist">Shuffle Playlist</string>
<string name="last_opened">Last Opened</string>
<string name="light_theme_name">Light</string>
<string name="dark_theme_name">Dark</string>
<string name="equalizer">Equalizer</string>
<string name="pref_header_colors">Colors</string>
<string name="pref_header_now_playing_screen">Now Playing Screen</string>
<string name="pref_title_general_theme">General Theme</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_general">General</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_summary_colored_navigation_bar">Colors the navigation bar in the primary color.</string>
<string name="pref_title_navigation_bar">Colored Navigation Bar</string>
<string name="pref_title_set_default_start_page">Start Page</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>
<string name="pref_title_colored_navigation_bar_playlists">Playlist View</string>
<string name="pref_title_colored_navigation_bar_tag_editor">Tag Editor</string>
<string name="pref_title_colored_navigation_bar_other_screens">Everywhere Else</string>
<string name="pref_title_album_art_on_lockscreen">Album Art on Lockscreen</string>
<string name="pref_title_colored_notification">Colored Notification</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store artwork</string>
<string name="pref_title_gapless_playback">Gapless Playback</string>
<string name="pref_title_force_square_album_art">Force Square Album Cover</string>
<string name="pref_title_opaque_toolbar_now_playing">Opaque Toolbar</string>
<string name="pref_title_opaque_statusbar_now_playing">Opaque Statusbar</string>
<string name="pref_title_larger_title_box_now_playing">Larger Title Box</string>
<string name="pref_title_alternative_progress_slider_now_playing">Alternative Progress Slider</string>
<string name="pref_title_playback_controller_card_now_playing">Show Card below Playback Controllers</string>
<string name="pref_title_hide_bottom_bar">Hide Bottom Bar</string>
<string name="no_equalizer">No equalizer found.</string>
<string name="no_audio_ID">"No audio ID, play something and try again."</string>
<string name="navigation_drawer_open">Open Navigation Drawer</string>
<string name="navigation_drawer_close">"Close Navigation Drawer"</string>
<string name="delete_action">Delete</string>
<string name="clear_action">Clear</string>
<string name="remove_action">Remove</string>
<string name="rename_action">Rename</string>
<string name="create_action">Create</string>
<string name="x_selected">%1$d selected</string>
<string name="select">Select</string>
<string name="default_str">Default</string>
<string name="primary_color">Primary Color</string>
<string name="accent_color">Accent Color</string>
<string name="primary_color_desc">The primary theme color, defaults to indigo.</string>
<string name="accent_color_desc">The accent theme color, defaults to pink.</string>
<string name="update_image">Update Image</string>
<string name="playlist_empty_text">This playlist is empty</string>
<string name="no_playlists">No playlists</string>
<string name="no_albums">No albums</string>
<string name="no_songs">No songs</string>
<string name="no_artists">No artists</string>
<string name="empty">Empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="song">Song</string>
<string name="pref_only_lollipop">"Only available on Lollipop."</string>
<string name="pref_summary_album_art_on_lockscreen">The album art is shown on the lockscreen.</string>
<string name="pref_summary_colored_notification">"The notification is colored with the album cover\'s vibrant color."</string>
<string name="pref_summary_gapless_playback">"Eliminates the gap between two songs. This can cause playback issues on some devices."</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 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 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="pref_summary_ignore_media_store_artwork">Bypass the Media Store, which can increase the album artwork quality but causes slower image loading times. Only enable this if you have problems with low resolution artworks.</string>
<string name="pref_summary_hide_bottom_bar">Hides the bar with the current playing information at the bottom. You can still fling the play/pause button in any direction to open the now playing view.</string>
<string name="could_not_download_album_cover">"Could not download a matching album cover."</string>
<string name="search_hint">Search your library…</string>
<string name="rescanning_media">Rescanning media…</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 name="remove_cover">Remove Cover</string>
<string name="download_from_last_fm">Download from Last.fm</string>
<string name="pick_from_local_storage">Pick from Local Storage</string>
<string name="web_search">Web Search</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_set">Set</string>
<string name="cancel_current_timer">Cancel current timer</string>
<string name="sleep_timer_canceled">Sleep timer has been canceled</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now</string>
<string name="action_new_playlist">New playlist…</string>
<string name="new_playlist_title">New Playlist</string>
<string name="grid">Grid</string>
<string name="list">List</string>
<string name="colored_footers">Colored footers</string>
<string name="special_thanks_to">Special thanks to</string>
</resources>