
Make the numeric sort name handling added prior dependent on a new "Intelligent Sorting" setting that also controls the article checks. This kind of behavior might not be desirable in all cases, and it makes the setting more consistent anyway.
405 lines
20 KiB
XML
405 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
|
<!-- Info namespace | App labels -->
|
|
<eat-comment />
|
|
|
|
<string name="info_app_desc">A simple, rational music player for android.</string>
|
|
|
|
<!-- Label Namespace | Static Labels -->
|
|
<eat-comment />
|
|
|
|
<!-- Not an active task -->
|
|
<string name="lbl_indexer">Music loading</string>
|
|
<!-- Is an active task -->
|
|
<string name="lbl_indexing">Loading music</string>
|
|
<!-- Monitoring music library for changes -->
|
|
<string name="lbl_observing">Monitoring music library</string>
|
|
<!-- As in to retry loading music -->
|
|
<string name="lbl_retry">Retry</string>
|
|
<!-- As in grant permission -->
|
|
<string name="lbl_grant">Grant</string>
|
|
|
|
<string name="lbl_songs">Songs</string>
|
|
<string name="lbl_all_songs">All songs</string>
|
|
|
|
<string name="lbl_albums">Albums</string>
|
|
<string name="lbl_album">Album</string>
|
|
<!-- As in the the music release being played live -->
|
|
<string name="lbl_album_live">Live album</string>
|
|
<!-- As in a remix of the music release -->
|
|
<string name="lbl_album_remix">Remix album</string>
|
|
|
|
<!-- As in the type of music release -->
|
|
<string name="lbl_eps">EPs</string>
|
|
<!-- As in the type of music release -->
|
|
<string name="lbl_ep">EP</string>
|
|
<!-- As in the the music release being played live -->
|
|
<string name="lbl_ep_live">Live EP</string>
|
|
<!-- As in a remix of the music release -->
|
|
<string name="lbl_ep_remix">Remix EP</string>
|
|
|
|
<!-- As in the type of music release -->
|
|
<string name="lbl_singles">Singles</string>
|
|
<!-- As in the type of music release -->
|
|
<string name="lbl_single">Single</string>
|
|
<!-- As in the the music release being played live -->
|
|
<string name="lbl_single_live">Live single</string>
|
|
<!-- As in a remix of the music release -->
|
|
<string name="lbl_single_remix">Remix single</string>
|
|
|
|
<!-- As in a compilation of music -->
|
|
<string name="lbl_compilations">Compilations</string>
|
|
<!-- As in a compilation of music -->
|
|
<string name="lbl_compilation">Compilation</string>
|
|
<!-- As in a compilation of live music -->
|
|
<string name="lbl_compilation_live">Live compilation</string>
|
|
<string name="lbl_compilation_remix">Remix compilations</string>
|
|
<string name="lbl_soundtracks">Soundtracks</string>
|
|
<string name="lbl_soundtrack">Soundtrack</string>
|
|
<!-- As in the collection of music -->
|
|
<string name="lbl_mixtapes">Mixtapes</string>
|
|
<!-- As in the collection of music -->
|
|
<string name="lbl_mixtape">Mixtape</string>
|
|
<!-- As in a compilation of several performances that blend into a single continuous flow of music (Also known as DJ Mixes) -->
|
|
<string name="lbl_mixes">Mixes</string>
|
|
<!-- As in a compilation of several performances that blend into a single continuous flow of music (Also known as DJ Mixes) -->
|
|
<string name="lbl_mix">Mix</string>
|
|
|
|
<!-- As in music that was performed live -->
|
|
<string name="lbl_live_group">Live</string>
|
|
<!-- As in remixed music -->
|
|
<string name="lbl_remix_group">Remixes</string>
|
|
|
|
<string name="lbl_artist">Artist</string>
|
|
<string name="lbl_artists">Artists</string>
|
|
|
|
<string name="lbl_genre">Genre</string>
|
|
<string name="lbl_genres">Genres</string>
|
|
|
|
<!-- Search for music -->
|
|
<string name="lbl_search">Search</string>
|
|
<!-- As in filtering to particular types of music in the search view -->
|
|
<string name="lbl_filter">Filter</string>
|
|
<!-- As in to not filter -->
|
|
<string name="lbl_filter_all">All</string>
|
|
|
|
<string name="lbl_name">Name</string>
|
|
<string name="lbl_date">Date</string>
|
|
<string name="lbl_duration">Duration</string>
|
|
<string name="lbl_song_count">Song count</string>
|
|
<string name="lbl_disc">Disc</string>
|
|
<string name="lbl_track">Track</string>
|
|
<string name="lbl_date_added">Date added</string>
|
|
|
|
<string name="lbl_sort">Sort</string>
|
|
<string name="lbl_sort_asc">Ascending</string>
|
|
<string name="lbl_sort_dec">Descending</string>
|
|
|
|
<string name="lbl_playback">Now playing</string>
|
|
<string name="lbl_equalizer">Equalizer</string>
|
|
<string name="lbl_play">Play</string>
|
|
<string name="lbl_play_selected">Play selected</string>
|
|
<string name="lbl_shuffle">Shuffle</string>
|
|
<string name="lbl_shuffle_selected">Shuffle selected</string>
|
|
|
|
<string name="lbl_queue">Queue</string>
|
|
<string name="lbl_play_next">Play next</string>
|
|
<string name="lbl_queue_add">Add to queue</string>
|
|
|
|
<string name="lbl_go_artist">Go to artist</string>
|
|
<string name="lbl_go_album">Go to album</string>
|
|
<string name="lbl_song_detail">View properties</string>
|
|
|
|
<string name="lbl_props">Song properties</string>
|
|
<string name="lbl_file_name">File name</string>
|
|
<string name="lbl_relative_path">Parent path</string>
|
|
<!-- As in audio format -->
|
|
<string name="lbl_format">Format</string>
|
|
<!-- As in file size -->
|
|
<string name="lbl_size">Size</string>
|
|
<string name="lbl_bitrate">Bit rate</string>
|
|
<string name="lbl_sample_rate">Sample rate</string>
|
|
|
|
<!-- Limit to 10 characters -->
|
|
<string name="lbl_shuffle_shortcut_short">Shuffle</string>
|
|
<!-- Limit to 25 characters -->
|
|
<string name="lbl_shuffle_shortcut_long">Shuffle all</string>
|
|
|
|
<string name="lbl_ok">OK</string>
|
|
<string name="lbl_cancel">Cancel</string>
|
|
<!-- As in to save a setting -->
|
|
<string name="lbl_save">Save</string>
|
|
<!-- as in to reset to a default setting -->
|
|
<string name="lbl_reset">Reset</string>
|
|
<!-- As in to add a new folder in the "Music folders" setting -->
|
|
<string name="lbl_add">Add</string>
|
|
|
|
<!-- Referring to playback state -->
|
|
<string name="lbl_state_saved">State saved</string>
|
|
<!-- Referring to playback state -->
|
|
<string name="lbl_state_wiped">State cleared</string>
|
|
<!-- Referring to playback state -->
|
|
<string name="lbl_state_restored">State restored</string>
|
|
|
|
<string name="lbl_about">About</string>
|
|
<string name="lbl_version">Version</string>
|
|
<string name="lbl_code">Source code</string>
|
|
<string name="lbl_wiki">Wiki</string>
|
|
<string name="lbl_licenses">Licenses</string>
|
|
<string name="lbl_library_counts">Library statistics</string>
|
|
|
|
<!-- Long Namespace | Longer Descriptions -->
|
|
<eat-comment />
|
|
|
|
<string name="lng_widget">View and control music playback</string>
|
|
<string name="lng_indexing">Loading your music library…</string>
|
|
<string name="lng_observing">Monitoring your music library for changes…</string>
|
|
<string name="lng_queue_added">Added to queue</string>
|
|
<string name="lng_author">Developed by Alexander Capehart</string>
|
|
<!-- As in music library -->
|
|
<string name="lng_search_library">Search your library…</string>
|
|
|
|
<!-- Settings namespace | Settings-related labels -->
|
|
<eat-comment />
|
|
|
|
<string name="set_root_title">Settings</string>
|
|
|
|
<string name="set_ui">Look and Feel</string>
|
|
<string name="set_ui_desc">Change the theme and colors of the app</string>
|
|
<string name="set_theme">Theme</string>
|
|
<string name="set_theme_auto">Automatic</string>
|
|
<string name="set_theme_day">Light</string>
|
|
<string name="set_theme_night">Dark</string>
|
|
<string name="set_accent">Color scheme</string>
|
|
<string name="set_black_mode">Black theme</string>
|
|
<string name="set_black_mode_desc">Use a pure-black dark theme</string>
|
|
<string name="set_round_mode">Round mode</string>
|
|
<string name="set_round_mode_desc">Enable rounded corners on additional UI elements (requires album covers to be rounded)</string>
|
|
|
|
<string name="set_personalize">Personalize</string>
|
|
<string name="set_personalize_desc">Customize UI controls and behavior</string>
|
|
<string name="set_display">Display</string>
|
|
<string name="set_lib_tabs">Library tabs</string>
|
|
<string name="set_lib_tabs_desc">Change visibility and order of library tabs</string>
|
|
<!-- Skip to next (song) -->
|
|
<string name="set_bar_action">Custom playback bar action</string>
|
|
<string name="set_notif_action">Custom notification action</string>
|
|
<string name="set_action_mode_next">Skip to next</string>
|
|
<string name="set_action_mode_repeat">Repeat mode</string>
|
|
<string name="set_behavior">Behavior</string>
|
|
<string name="set_library_song_playback_mode">When playing from the library</string>
|
|
<string name="set_detail_song_playback_mode">When playing from item details</string>
|
|
<string name="set_playback_mode_none">Play from shown item</string>
|
|
<string name="set_playback_mode_songs">Play from all songs</string>
|
|
<string name="set_playback_mode_album">Play from album</string>
|
|
<string name="set_playback_mode_artist">Play from artist</string>
|
|
<string name="set_playback_mode_genre">Play from genre</string>
|
|
<string name="set_keep_shuffle">Remember shuffle</string>
|
|
<string name="set_keep_shuffle_desc">Keep shuffle on when playing a new song</string>
|
|
|
|
<string name="set_content">Content</string>
|
|
<string name="set_content_desc">Control how music and images are loaded</string>
|
|
<string name="set_music">Music</string>
|
|
<string name="set_observing">Automatic reloading</string>
|
|
<string name="set_observing_desc">Reload the music library whenever it changes (requires persistent notification)</string>
|
|
<string name="set_exclude_non_music">Exclude non-music</string>
|
|
<string name="set_exclude_non_music_desc">Ignore audio files that are not music, such as podcasts</string>
|
|
<string name="set_separators">Multi-value separators</string>
|
|
<string name="set_separators_desc">Configure characters that denote multiple tag values</string>
|
|
<string name="set_separators_comma">Comma (,)</string>
|
|
<string name="set_separators_semicolon">Semicolon (;)</string>
|
|
<string name="set_separators_slash">Slash (/)</string>
|
|
<string name="set_separators_plus">Plus (+)</string>
|
|
<string name="set_separators_and">Ampersand (&)</string>
|
|
<string name="set_separators_warning">Warning: Using this setting may result in some tags being incorrectly interpreted as having multiple values. You can resolve this by prefixing unwanted separator characters with a backslash (\\).</string>
|
|
<string name="set_intelligent_sorting">Intelligent sorting</string>
|
|
<string name="set_intelligent_sorting_desc">Correctly sort names that begin with numbers or words like \"the\" (works best with english-language music)</string>
|
|
<string name="set_hide_collaborators">Hide collaborators</string>
|
|
<string name="set_hide_collaborators_desc">Only show artists that are directly credited on an album (works best on well-tagged libraries)</string>
|
|
<string name="set_images">Images</string>
|
|
<string name="set_cover_mode">Album covers</string>
|
|
<string name="set_cover_mode_off">Off</string>
|
|
<string name="set_cover_mode_media_store">Fast</string>
|
|
<string name="set_cover_mode_quality">High quality</string>
|
|
|
|
<string name="set_audio">Audio</string>
|
|
<string name="set_audio_desc">Configure sound and playback behavior</string>
|
|
<string name="set_playback">Playback</string>
|
|
<string name="set_headset_autoplay">Headset autoplay</string>
|
|
<string name="set_headset_autoplay_desc">Always start playing when a headset is connected (may not work on all devices)</string>
|
|
<string name="set_rewind_prev">Rewind before skipping back</string>
|
|
<string name="set_rewind_prev_desc">Rewind before skipping to the previous song</string>
|
|
<string name="set_repeat_pause">Pause on repeat</string>
|
|
<string name="set_repeat_pause_desc">Pause when a song repeats</string>
|
|
<string name="set_replay_gain">ReplayGain</string>
|
|
<string name="set_replay_gain_mode">ReplayGain strategy</string>
|
|
<string name="set_replay_gain_mode_track">Prefer track</string>
|
|
<string name="set_replay_gain_mode_album">Prefer album</string>
|
|
<string name="set_replay_gain_mode_dynamic">Prefer album if one is playing</string>
|
|
<string name="set_pre_amp">ReplayGain pre-amp</string>
|
|
<string name="set_pre_amp_desc">The pre-amp is applied to the existing adjustment during playback</string>
|
|
<string name="set_pre_amp_with">Adjustment with tags</string>
|
|
<string name="set_pre_amp_without">Adjustment without tags</string>
|
|
<string name="set_pre_amp_warning">Warning: Changing the pre-amp to a high positive value may result in peaking on some audio tracks.</string>
|
|
|
|
<string name="set_library">Library</string>
|
|
<string name="set_dirs">Music folders</string>
|
|
<string name="set_dirs_desc">Manage where music should be loaded from</string>
|
|
<string name="set_dirs_list">Folders</string>
|
|
<!-- As in the mode to be used with the music folders setting -->
|
|
<string name="set_dirs_mode">Mode</string>
|
|
<!-- Exclude folders from music loading -->
|
|
<string name="set_dirs_mode_exclude">Exclude</string>
|
|
<string name="set_dirs_mode_exclude_desc">Music will <b>not</b> be loaded from the folders you add.</string>
|
|
<!-- Restrict music loading to selected folders -->
|
|
<string name="set_dirs_mode_include">Include</string>
|
|
<string name="set_dirs_mode_include_desc">Music will <b>only</b> be loaded from the folders you add.</string>
|
|
<string name="set_reindex">Refresh music</string>
|
|
<string name="set_reindex_desc">Reload the music library, using cached tags when possible</string>
|
|
<!-- Different from "Reload music" -->
|
|
<string name="set_rescan">Rescan music</string>
|
|
<string name="set_rescan_desc">Clear the tag cache and fully reload the music library (slower, but more complete)</string>
|
|
|
|
<string name="set_state">Persistence</string>
|
|
<string name="set_save_state">Save playback state</string>
|
|
<string name="set_save_desc">Save the current playback state now</string>
|
|
<string name="set_wipe_state">Clear playback state</string>
|
|
<string name="set_wipe_desc">Clear the previously saved playback state (if any)</string>
|
|
<string name="set_restore_state">Restore playback state</string>
|
|
<string name="set_restore_desc">Restore the previously saved playback state (if any)</string>
|
|
|
|
<!-- Error Namespace | Error Labels -->
|
|
<string name="err_no_music">No music found</string>
|
|
<string name="err_index_failed">Music loading failed</string>
|
|
<string name="err_no_perms">Auxio needs permission to read your music library</string>
|
|
<string name="err_no_app">No app found that can handle this task</string>
|
|
<!-- No folders in the "Music Folders" setting -->
|
|
<string name="err_no_dirs">No folders</string>
|
|
<string name="err_bad_dir">This folder is not supported</string>
|
|
<!-- Referring to playback state -->
|
|
<string name="err_did_not_restore">Unable to restore state</string>
|
|
<!-- Referring to playback state -->
|
|
<string name="err_did_not_wipe">Unable to clear state</string>
|
|
<!-- Referring to playback state -->
|
|
<string name="err_did_not_save">Unable to save state</string>
|
|
|
|
<!-- Description Namespace | Accessibility Strings -->
|
|
|
|
<string name="desc_track_number">Track %d</string>
|
|
|
|
<string name="desc_play_pause">Play or pause</string>
|
|
<string name="desc_skip_next">Skip to next song</string>
|
|
<string name="desc_skip_prev">Skip to last song</string>
|
|
<string name="desc_change_repeat">Change repeat mode</string>
|
|
<string name="desc_shuffle">Turn shuffle on or off</string>
|
|
<string name="desc_shuffle_all">Shuffle all songs</string>
|
|
<string name="desc_exit">Stop playback</string>
|
|
|
|
<string name="desc_clear_queue_item">Remove this queue song</string>
|
|
<string name="desc_queue_handle">Move this queue song</string>
|
|
<string name="desc_queue_bar">Open the queue</string>
|
|
<string name="desc_tab_handle">Move this tab</string>
|
|
<string name="desc_clear_search">Clear search query</string>
|
|
<string name="desc_music_dir_delete">Remove folder</string>
|
|
|
|
<string name="desc_auxio_icon">Auxio icon</string>
|
|
<string name="desc_no_cover">Album cover</string>
|
|
<string name="desc_album_cover">Album cover for %s</string>
|
|
<string name="desc_artist_image">Artist image for %s</string>
|
|
<string name="desc_genre_image">Genre image for %s</string>
|
|
|
|
<!-- Default Namespace | Placeholder values -->
|
|
<eat-comment />
|
|
|
|
<string name="def_artist">Unknown artist</string>
|
|
<string name="def_genre">Unknown genre</string>
|
|
<string name="def_date">No date</string>
|
|
<string name="def_track">No track</string>
|
|
<string name="def_playback">No music playing</string>
|
|
|
|
<!-- Codec Namespace | Format names -->
|
|
<eat-comment />
|
|
|
|
<!-- "Audio" can optionally be translated -->
|
|
<string name="cdc_mp3">MPEG-1 audio</string>
|
|
<!-- "Audio" can optionally be translated -->
|
|
<string name="cdc_mp4">MPEG-4 audio</string>
|
|
<!-- "Audio" can optionally be translated -->
|
|
<string name="cdc_ogg">Ogg audio</string>
|
|
<!-- "Audio" can optionally be translated -->
|
|
<string name="cdc_mka">Matroska audio</string>
|
|
<!-- "Advanced Audio Coding" can optionally be translated -->
|
|
<string name="cdc_aac">Advanced Audio Coding (AAC)</string>
|
|
<!-- "Free Lossless Audio Codec" can optionally be translated -->
|
|
<string name="cdc_flac">Free Lossless Audio Codec (FLAC)</string>
|
|
|
|
<!-- Color Label namespace | Accent names -->
|
|
<eat-comment />
|
|
|
|
<string name="clr_red">Red</string>
|
|
<string name="clr_pink">Pink</string>
|
|
<string name="clr_purple">Purple</string>
|
|
<string name="clr_deep_purple">Deep purple</string>
|
|
<string name="clr_indigo">Indigo</string>
|
|
<string name="clr_blue">Blue</string>
|
|
<string name="clr_deep_blue">Deep blue</string>
|
|
<string name="clr_cyan">Cyan</string>
|
|
<string name="clr_teal">Teal</string>
|
|
<string name="clr_green">Green</string>
|
|
<string name="clr_deep_green">Deep green</string>
|
|
<string name="clr_lime">Lime</string>
|
|
<string name="clr_yellow">Yellow</string>
|
|
<string name="clr_orange">Orange</string>
|
|
<string name="clr_brown">Brown</string>
|
|
<string name="clr_grey">Grey</string>
|
|
<!-- As in "Dynamic Colors"/Material You theming -->
|
|
<string name="clr_dynamic">Dynamic</string>
|
|
|
|
<!-- Format Namespace | Value formatting/plurals -->
|
|
<eat-comment />
|
|
|
|
<!--
|
|
Comma (,) separator should be localized (For example, "、" in japanese).
|
|
Do not use "and" or equivalents.
|
|
-->
|
|
<string name="fmt_list">%1$s, %2$s</string>
|
|
|
|
<!-- As in an amount of items that are selected -->
|
|
<string name="fmt_selected">%d Selected</string>
|
|
|
|
<!-- As in "Disc 1", "Disc 2", etc. in a set -->
|
|
<string name="fmt_disc_no">Disc %d</string>
|
|
|
|
<!-- Use your native country's abbreviation for decibel units. -->
|
|
<string name="fmt_db_pos">+%.1f dB</string>
|
|
<!-- Use your native country's abbreviation for decibel units. -->
|
|
<string name="fmt_db_neg">-%.1f dB</string>
|
|
<!-- Use your native country's abbreviation for bit rate units. -->
|
|
<string name="fmt_bitrate">%d kbps</string>
|
|
<!-- Use your native country's abbreviation for hertz units. -->
|
|
<string name="fmt_sample_rate">%d Hz</string>
|
|
|
|
<string name="fmt_indexing">Loading your music library… (%1$d/%2$d)</string>
|
|
|
|
<string name="fmt_lib_song_count">Songs loaded: %d</string>
|
|
<string name="fmt_lib_album_count">Albums loaded: %d</string>
|
|
<string name="fmt_lib_artist_count">Artists loaded: %d</string>
|
|
<string name="fmt_lib_genre_count">Genres loaded: %d</string>
|
|
<!-- As in the total duration of all songs in the music library -->
|
|
<string name="fmt_lib_total_duration">Total duration: %s</string>
|
|
|
|
<plurals name="fmt_song_count">
|
|
<item quantity="one">%d song</item>
|
|
<item quantity="other">%d songs</item>
|
|
</plurals>
|
|
|
|
<plurals name="fmt_album_count">
|
|
<item quantity="one">%d album</item>
|
|
<item quantity="other">%d albums</item>
|
|
</plurals>
|
|
|
|
<plurals name="fmt_artist_count">
|
|
<item quantity="one">%d artist</item>
|
|
<item quantity="other">%d artists</item>
|
|
</plurals>
|
|
</resources>
|