Conflicts:
	app/build.gradle
	app/src/main/java/code/name/monkey/retromusic/fragments/playlists/PlaylistsFragment.kt
main
Prathamesh More 2021-11-21 15:42:22 +05:30
commit 6d0200f6f5
67 changed files with 2302 additions and 19480 deletions

View File

@ -46,6 +46,7 @@ favorite songs. No other music player has this feature.
### 📦 Included Features
- Base 3 themes (Clearly White, Kinda Dark and Just Black)
- Chromecast support
- Choose from 10+ now playing themes
- Driving Mode
- Headset/Bluetooth support
@ -73,18 +74,17 @@ favorite songs. No other music player has this feature.
We are trying our best to bring you the best user experience. The app is regularly being updated for bug fixes and new features.
### ❓ FAQ
Please read the FAQ [here](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/FAQ.md)
Please read the FAQ [here](https://retromusic.app/faq.html)
In any case, you find or notice any bugs please report them by
sending us an [e-mail](mailto:retromusicapp@gmail.com). We will fix bugs as soon as
possible.
If you have any feature suggestions, please create an issue with detailed information.
In any case, you find or notice any bugs please report them by creating an issue or by contacting us in the [Telegram group](https://t.me/retromusicapp).
If you have any feature suggestions, please create an issue with detailed information or by contacting us in the [Telegram group](https://t.me/retro_music_suggestion).
### 🔗 Social links
**Telegram:** https://t.me/retromusicapp
**Instagram:** https://instagram.com/retromusicapp
**Pinterest:** https://pinterest.com/retromusicapp/
**Twitter:** https://twitter.com/retromusicapp/
**Telegram:** https://t.me/retromusicapp <br>
**Instagram:** https://instagram.com/retromusicapp <br>
**Crowdin**: https://crowdin.com/project/retromusicplayer <br>
**Pinterest:** https://pinterest.com/retromusicapp <br>
**Twitter:** https://twitter.com/retromusicapp <br>
### 🗂️ License

View File

@ -17,14 +17,19 @@ package code.name.monkey.retromusic.activities.base
import android.Manifest
import android.content.Intent
import android.content.pm.PackageManager
import android.graphics.Rect
import android.media.AudioManager
import android.net.Uri
import android.os.Build
import android.os.Bundle
import android.provider.Settings
import android.view.KeyEvent
import android.view.MotionEvent
import android.view.View
import android.view.inputmethod.InputMethodManager
import android.widget.EditText
import androidx.core.app.ActivityCompat
import androidx.core.content.getSystemService
import code.name.monkey.appthemehelper.ThemeStore
import code.name.monkey.retromusic.R
import com.google.android.material.snackbar.Snackbar
@ -158,4 +163,19 @@ abstract class AbsBaseActivity : AbsThemeActivity() {
companion object {
const val PERMISSION_REQUEST = 100
}
// this lets keyboard close when clicked in backgroud
override fun dispatchTouchEvent(event: MotionEvent): Boolean {
if (event.action == MotionEvent.ACTION_DOWN) {
val v = currentFocus
if (v is EditText) {
val outRect = Rect()
v.getGlobalVisibleRect(outRect)
if (!outRect.contains(event.rawX.toInt(), event.rawY.toInt())) {
v.clearFocus()
val imm = getSystemService<InputMethodManager>()?.hideSoftInputFromWindow(v.windowToken, 0)
}
}
}
return super.dispatchTouchEvent(event)
}
}

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -91,6 +91,8 @@
<string name="audio_focus_denied">تم منع تركيز الصوت</string>
<string name="audio_settings_summary">تغيير إعدادات الصوت وضبط عناصر التحكم في موازن الصوت</string>
<string name="auto">تلقائي</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">سيرة ذاتية</string>
<string name="black_theme_name">أسود لامع</string>
<string name="blacklist">القائمة السوداء</string>
@ -134,6 +136,7 @@
<string name="could_not_restore_purchase">لايمكن إسترجاع المشتريات</string>
<string name="could_not_scan_files">لايمكن فحص الملفات %d</string>
<string name="create_action">إنشاء</string>
<string name="create_new_backup">إنشاء</string>
<string name="created_playlist_x">قائمة التشغيل الموجودة %1$s.</string>
<string name="credit_title">الافراد والمساهمين</string>
<string name="currently_listening_to_x_by_x">يستمع حالياً إلى %1$s لـ %2$s</string>
@ -238,6 +241,7 @@
<string name="no_albums">لا توجد ألبومات</string>
<string name="no_artists">لا يوجد مغنين</string>
<string name="no_audio_ID">"قم بتشغيل أغنية أولاً ، ثم حاول مرة أخرى."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">لم يتم العثور موازن الصوت</string>
<string name="no_genres">لا يوجد تصنيفات</string>
<string name="no_lyrics_found">لم يتم العثور على كلمات للاغنية</string>
@ -312,7 +316,7 @@
<string name="pref_summary_colored_app">تتغير ألوان أزرار الخلفية والتحكم وفقًا لصورة الألبوم من شاشة التشغيل الآن</string>
<string name="pref_summary_colored_app_shortcuts">تلوين اختصارات التطبيق باللون الثانوي . في كل مرة تقوم فيها بتغيير اللون ، يرجى تفعيل هذا الخيار ليتم تطبيق التغييرات</string>
<string name="pref_summary_colored_notification">"تلوين الإشعارات في غلاف الألبوم\u2019لون نشط"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_cross_fade">مدة التقاطع بين الأغاني</string>
<string name="pref_summary_desaturated_color">حسب خطوط دليل تصميم المواد بالألوان في الوضع المظلم يجب أن لاتكون مشتته</string>
<string name="pref_summary_expand_now_playing_panel">النقر على الإشعار سيظهر الآن مايتم تشغيله بدلاً من الشاشة الرئيسية لتطبيق</string>
<string name="pref_summary_extra_controls">اضافة المزيد من التحكم في المشغل المصغر</string>
@ -323,7 +327,7 @@
<string name="pref_summary_library_categories">تكوين وعرض وترتيب فئات المكتبة.</string>
<string name="pref_summary_lock_screen">استخدم شاشة القفل المخصصة من ريترو ميوزك لتحكم بالتشغيل</string>
<string name="pref_summary_open_source_licences">الرخصة والتفاصيل للبرمجيات مفتوحة المصدر</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_remember_tab">الانتقال إلى آخر علامة تبويب مستخدمة عند البدء</string>
<string name="pref_summary_show_lyrics">عرض كلمات الأغاني المتزامنة عبر غلاف الألبوم</string>
<string name="pref_summary_suggestions">إظهار خليط موسيقي جديد على الشاشة الرئيسية</string>
<string name="pref_summary_toggle_full_screen">وضع الشاشة الكاملة</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,633 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_to_stories">Share to Stories</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -85,6 +85,8 @@
<string name="audio_focus_denied">Zaměření zvuku bylo zamítnuto.</string>
<string name="audio_settings_summary">Změňte nastavení zvuku a upravte ovládání ekvalizéru</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Bio</string>
<string name="black_theme_name">Velmi černá</string>
<string name="blacklist">Černá listina</string>
@ -128,6 +130,7 @@
<string name="could_not_restore_purchase">Nepodařilo se obnovit nákup.</string>
<string name="could_not_scan_files">Nelze skenovat %d soubory.</string>
<string name="create_action">Vytvořit</string>
<string name="create_new_backup">Vytvořit</string>
<string name="created_playlist_x">Vytvořený seznam skladeb %1$s.</string>
<string name="credit_title">Členové a přispěvatelé </string>
<string name="currently_listening_to_x_by_x">Aktuálně posloucháš %1$s od %2$s.</string>
@ -231,6 +234,7 @@
<string name="no_albums">Žádné alba</string>
<string name="no_artists">žádní umělci</string>
<string name="no_audio_ID">"Přehrajte nejprve píseň a zkuste to znovu."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Nebyl nalezen žádný ekvalizér.</string>
<string name="no_genres">Nemáte žádné žánry</string>
<string name="no_lyrics_found">Text nenalezen</string>

View File

@ -58,7 +58,7 @@
<string name="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Lied</item>
<item quantity="other">Songs</item>
<item quantity="other">Lieder</item>
</plurals>
<string name="album_artist">Album-Interpret</string>
<string name="albums">Alben</string>
@ -81,6 +81,8 @@
<string name="audio_focus_denied">Audio Fokus verweigert.</string>
<string name="audio_settings_summary">Sound- und Equalizer-Optionen einstellen</string>
<string name="auto">Automatisch</string>
<string name="backup_restore_title"><![CDATA[Sichern & Wiederherstellen]]></string>
<string name="backup_title">Sicherungen</string>
<string name="biography">Biografie</string>
<string name="black_theme_name">Sehr schwarz</string>
<string name="blacklist">Schwarze Liste</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Kauf konnte nicht wiederhergestellt werden.</string>
<string name="could_not_scan_files">%d Dateien konnte(n) nicht gescannt werden.</string>
<string name="create_action">Erstellen</string>
<string name="create_new_backup">Erstellen</string>
<string name="created_playlist_x">Playlist %1$s erstellt.</string>
<string name="credit_title">Helfende Hände</string>
<string name="currently_listening_to_x_by_x">Spielt zur Zeit %1$s von %2$s.</string>
@ -171,7 +174,7 @@
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Projekt von GitHub forken</string>
<string name="gradient">Gradient</string>
<string name="gradient">Farbverlauf</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -227,6 +230,7 @@
<string name="no_albums">Keine Alben</string>
<string name="no_artists">Keine Künstler</string>
<string name="no_audio_ID">"Song abspielen und anschließend erneut versuchen."</string>
<string name="no_backups_found">Keine Sicherung gefunden</string>
<string name="no_equalizer">Keinen Equalizer gefunden.</string>
<string name="no_genres">Keine Genres</string>
<string name="no_lyrics_found">Keine Lyrics gefunden</string>
@ -301,7 +305,7 @@
<string name="pref_summary_colored_app">Hintergrund und Bedienelemente färben sich je nach Album-Cover</string>
<string name="pref_summary_colored_app_shortcuts">Färbt die App-Verknüpfungen in der Akzentfarbe. Bitte bei Änderung der Akzentfarbe erneut einschalten.</string>
<string name="pref_summary_colored_notification">"F\u00e4rbt die Benachrichtigung passend zum Albumcover"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_cross_fade">Dauer der Überblendung zwischen Liedern</string>
<string name="pref_summary_desaturated_color">Wie nach Material Design Leitfaden sollten Linien in dunklen Modusfarben desaturatiert werden</string>
<string name="pref_summary_expand_now_playing_panel">Wenn Sie auf die Benachrichtigung klicken, wird das \"Now Playing\" Bildschirms statt des Startbildschirms angezeigt</string>
<string name="pref_summary_extra_controls">Zusätzliche Schaltflächen für den Mini-Player</string>
@ -391,7 +395,7 @@
<string name="saf_delete_failed">Löschen der Datei fehlgeschlagen: %s</string>
<!-- SAF -->
<string name="saf_error_uri">SAF-URI kann nicht geladen werden</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description">Navigationsleiste öffnen</string>
<string name="saf_guide_slide1_description_before_o">Aktiviere \'SD-Karte anzeigen\' im Überlaufmenü</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s benötigt Zugriff auf die SD-Karte</string>

View File

@ -81,6 +81,8 @@
<string name="audio_focus_denied">Η εστίαση ήχου απορρίφθηκε.</string>
<string name="audio_settings_summary">Αλλάξτε τις ρυθμίσεις ήχου και προσαρμόστε τα χειριστήρια του ισοσταθμιστή</string>
<string name="auto">Αυτόματο</string>
<string name="backup_restore_title"><![CDATA[Αντίγραφο Ασφαλείας & Επαναφορά]]></string>
<string name="backup_title">Αντίγραφα Ασφαλείας</string>
<string name="biography">Βιογραφία</string>
<string name="black_theme_name">Απλά Μαύρο</string>
<string name="blacklist">Μαύρη λίστα</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Δεν ήταν δυνατή η επαναφορά της αγοράς.</string>
<string name="could_not_scan_files">Αδυναμία στη σάρωση %d αρχείων.</string>
<string name="create_action">Δημιουργία</string>
<string name="create_new_backup">Δημιουργία</string>
<string name="created_playlist_x">Δημιουργήθηκε η λίστα αναπαραγωγής %1$s.</string>
<string name="credit_title">Μέλη και συνεισφέροντες </string>
<string name="currently_listening_to_x_by_x">Παίζει το %1$s από τους %2$s.</string>
@ -182,7 +185,7 @@
<string name="grid_size_8">8</string>
<string name="grid_style_label">Στυλ πλέγματος</string>
<string name="help_summary">Χρειάζεστε περισσότερη βοήθεια;</string>
<string name="hinge">Hinge</string>
<string name="hinge">Ρολάρισμα</string>
<string name="history">Ιστορικό</string>
<string name="home">Αρχική</string>
<string name="horizontal_flip">Οριζόντια αναστροφή</string>
@ -215,7 +218,7 @@
<string name="login">Σύνδεση</string>
<string name="lyrics">Στίχοι</string>
<string name="made_with_love">Φτιαγμένο με ❤️ στην Ινδία</string>
<string name="material">Material</string>
<string name="material">Υλικό</string>
<string name="md_error_label">Σφάλμα</string>
<string name="md_storage_perm_error">Σφάλμα άδειας</string>
<string name="my_name">Το Όνομά μου</string>
@ -227,6 +230,7 @@
<string name="no_albums">Κανένα άλμπουμ</string>
<string name="no_artists">Κανένας καλλιτέχνης</string>
<string name="no_audio_ID">"Παίξτε ενα κομμάτι πρώτα, και ξαναπροσπαθήστε."</string>
<string name="no_backups_found">Δεν βρέθηκαν αντίγραφα ασφαλείας</string>
<string name="no_equalizer">Δεν βρέθηκε ισοσταθμιστής.</string>
<string name="no_genres">Κανένα είδος</string>
<string name="no_lyrics_found">Δεν βρέθηκαν στίχοι</string>
@ -301,64 +305,64 @@
<string name="pref_summary_colored_app">Το φόντο και το κουμπί ελέγχου αλλάζουν σύμφωνα με το εξώφυλλο άλμπουμ</string>
<string name="pref_summary_colored_app_shortcuts">Χρωματίζει τα app shortcuts με το επιλεγμένο χρώμα τονισμού.</string>
<string name="pref_summary_colored_notification">"\u03a7\u03c1\u03c9\u03bc\u03b1\u03c4\u03af\u03b6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03b6\u03c9\u03bd\u03c4\u03b1\u03bd\u03cc \u03c7\u03c1\u03ce\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03c9\u03c6\u03cd\u03bb\u03bb\u03bf\u03c5 \u03ac\u03bb\u03bc\u03c0\u03bf\u03c5\u03bc."</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_cross_fade">Διάρκεια σταδιακής εξασθένησης μεταξύ τραγουδιών</string>
<string name="pref_summary_desaturated_color">Σύμφωνα με τις γραμμές οδηγών του Material Design τα χρώματα θα πρέπει να αποκορεσθούν σε σκοτεινή λειτουργία</string>
<string name="pref_summary_expand_now_playing_panel">Κάνοντας κλικ στην ειδοποίηση θα εμφανίζεται η οθόνη αναπαραγωγής αντί της αρχικής οθόνης</string>
<string name="pref_summary_extra_controls">Προσθήκη επιπλέον ελέγχων για τον μίνι αναπαραγωγέα</string>
<string name="pref_summary_extra_song_info">Εμφάνιση επιπλέον πληροφοριών τραγουδιού, όπως μορφή αρχείου, bitrate και συχνότητα</string>
<string name="pref_summary_gapless_playback">"Μπορεί να προκαλέσει προβλήματα με την αναπαραγωγή σε κάποιες συσκευές."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_home_banner">Προβολή ή απόκρυψη αρχικού πανό</string>
<string name="pref_summary_ignore_media_store_artwork">Μπορεί να αυξήσει την ποιότητα των εξωφύλλων άλμπουμ, αλλά προκαλεί αργή φόρτωση εικόνων. Ενεργοποιήστε αυτή την επίλογη μόνο εαν αντιμετωπίζετε προβλήματα με εξώφυλλα χαμηλής ανάλυσης.</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_library_categories">Ρυθμίστε την ορατότητα και τη σειρά των κατηγοριών βιβλιοθήκης.</string>
<string name="pref_summary_lock_screen">Ενεργοποίηση διακοπτών ρύθμισης στην οθόνη κλειδώματος.</string>
<string name="pref_summary_open_source_licences">Λεπτομέρειες άδειας για τη χρήση open source λογισμικού</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_remember_tab">Μεταβείτε στην τελευταία χρησιμοποιημένη καρτέλα κατά την έναρξη</string>
<string name="pref_summary_show_lyrics">Εμφάνιση συγχρονισμένων στίχων πάνω από το εξώφυλλο άλμπουμ</string>
<string name="pref_summary_suggestions">Εμφάνιση Νέου Μείγματος Μουσικής στην Αρχική οθόνη</string>
<string name="pref_summary_toggle_full_screen">Ενεργοποίηση της επιλογής για χρήση πλήρους οθόνης</string>
<string name="pref_summary_toggle_headset">Όταν συνδεθούν ηχεία/ακουστικά , αρχίζει η αναπαραγωγή</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_shuffle">Η λειτουργία ανακατέματος θα απενεργοποιείται όταν αναπαράγεται μια νέα λίστα τραγουδιών</string>
<string name="pref_summary_toggle_volume">Εαν υπάρχει χώρος στην οθόνη αναπαραγωγής, ενεργοποιήστε τον πίνακα ελέγχου έντασης.</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_summary_whitelist">Εμφάνιση μουσικής μόνο από το φάκελο /Μουσική</string>
<string name="pref_title_album_art_on_lockscreen">Εμφάνιση εξωφύλλου άλμπουμ.</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_album_artists_only">Πλοήγηση κατά Καλλιτέχνη Άλμπουμ</string>
<string name="pref_title_album_cover_style">Θέμα εξώφυλλου άλμπουμ</string>
<string name="pref_title_album_cover_transform">Παράλειψη εξώφυλλου άλμπουμ</string>
<string name="pref_title_app_shortcuts">Χρωματιστά app shortcuts</string>
<string name="pref_title_audio_ducking">Μείωση έντασης όταν υπάρχουν εισερχόμενες ειδοποιήσεις</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_audio_fade">Εξασθένηση Ήχου</string>
<string name="pref_title_auto_download_artist_images">Αυτόματη λήψη εικόνων καλλιτεχνών</string>
<string name="pref_title_blacklist">Μαύρη λίστα</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_bluetooth_playback">Αναπαραγωγή μέσω Bluetooth</string>
<string name="pref_title_blurred_album_art">Θόλωμα εξωφύλλων άλμπουμ</string>
<string name="pref_title_classic_notification">Κλασσικό design ειδοποίησης</string>
<string name="pref_title_colored_app">Προσαρμοστικό Χρώμα</string>
<string name="pref_title_colored_notification">Χρωματιστή ειδοποίηση</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_cross_fade">Σταδιακός Εξασθενισμός (Beta)</string>
<string name="pref_title_desaturated_color">Αποκορεσμένο χρώμα</string>
<string name="pref_title_expand_now_playing_panel">Εμφάνιση οθόνης αναπαραγωγής</string>
<string name="pref_title_extra_controls">Πρόσθετα στοιχεία ελέγχου</string>
<string name="pref_title_extra_song_info">Πληροφορίες τραγουδιού</string>
<string name="pref_title_gapless_playback">Αναπαραγωγή χωρίς κενά</string>
<string name="pref_title_general_theme">Γενικό θέμα</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_home_album_grid_style">Πλέγμα άλμπουμ</string>
<string name="pref_title_home_artist_grid_style">Πλέγμα καλλιτέχνη</string>
<string name="pref_title_home_banner">Πανό</string>
<string name="pref_title_ignore_media_store_artwork">Παράληψη Media Store για εξώφυλλα</string>
<string name="pref_title_last_added_interval">Χρονικό διάστημα λίστα αναπαραγωγής \"Προστέθηκε τελευταία\"</string>
<string name="pref_title_lock_screen">Full screen Ρυθμίσεις</string>
<string name="pref_title_now_playing_screen_appearance">Εμφάνιση</string>
<string name="pref_title_open_source_licences">Άδειες λογισμικού open source</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_remember_tab">Απομνημόνευση Τελευταίας Καρτέλας</string>
<string name="pref_title_show_lyrics">Εμφάνιση Στίχων</string>
<string name="pref_title_suggestions">Εμφάνιση Προτάσεων</string>
<string name="pref_title_tab_text_mode">Λειτουργία τίτλων καρτελών</string>
<string name="pref_title_toggle_carousel_effect">Εφέ καρουσέλ</string>
<string name="pref_title_toggle_full_screen">Full screen εφαρμογή</string>
<string name="pref_title_toggle_toggle_headset">Αυτόματη αναπαραγωγή</string>
<string name="pref_title_toggle_toggle_shuffle">Τυχαία λειτουργία</string>
<string name="pref_title_toggle_volume">Πίνακας Ελέγχου Έντασης</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_whitelist">Λίστα επιτρεπόμενων Κομματιών</string>
<string name="pro">Pro</string>
<string name="pro_summary">Μαύρο θέμα, Θέματα στο Τώρα παίζει, εφέ Καρουσέλ και πολλά άλλα..</string>
<string name="profile">Προφίλ</string>
@ -386,19 +390,19 @@
<string name="restoring_purchase">Επαναφορά αγοράς…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="ringtone_summary">Η εφαρμογή χρειάζεται άδεια για να αποκτήσει πρόσβαση στις ρυθμίσεις της συσκευής σας για να ορίσει τη μουσική ως ήχος κλήσης</string>
<string name="ringtone_title">Ήχος Κλήσης (Προαιρετικό)</string>
<string name="saf_delete_failed">Η διαγραφή αρχείου απέτυχε: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_error_uri">Δεν είναι δυνατή η λήψη του SAF URI</string>
<string name="saf_guide_slide1_description">Ανοίξτε το συρτάρι πλοήγησης</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<string name="saf_guide_slide1_description_before_o">Ενεργοποίηση \"Εμφάνιση κάρτας SD\" στο μενού υπερχείλισης</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s χρειάζεται πρόσβαση στην κάρτα SD</string>
<string name="saf_guide_slide2_description">Πρέπει να επιλέξετε τον ριζικό κατάλογο της κάρτας SD</string>
<string name="saf_guide_slide2_title">Επιλέξτε την κάρτα SD στο συρτάρι πλοήγησης</string>
<string name="saf_guide_slide3_description">Μην ανοίγετε υποφακέλους</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_guide_slide3_title">Πατήστε το κουμπί «Επιλογή» στο κάτω μέρος της οθόνης</string>
<string name="saf_write_failed">Η εγγραφή αρχείου απέτυχε: %s</string>
<string name="save">Αποθήκευση</string>
<!-- SAF -->
@ -409,38 +413,38 @@
<string name="saving_changes">Αποθηκευόνται οι αλλαγές...</string>
<string name="scan_media">Σάρωση μέσων</string>
<string name="scanned_files">Σαρώθηκαν %1$d από %2$d αρχεία.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="scrobbles_label">Σρόμπες</string>
<string name="select_all">Επιλογή όλων</string>
<string name="selected">Επιλεγμένα</string>
<string name="set">Ορισμός</string>
<string name="set_artist_image">Ορισμός εικόνας καλλιτέχνη</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="share_app">Κοινοποίηστε την Εφαρμογή</string>
<string name="share_summary">Μοιραστείτε την εφαρμογή με τους φίλους και την οικογένειά σας</string>
<string name="share_to_stories">Κοινοποίηση στις Ιστορίες</string>
<string name="show_album_artists">Εμφάνιση Καλλιτεχνών Άλμπουμ</string>
<string name="shuffle">Τυχαία Αναπαραγωγή</string>
<string name="simple">Απλό</string>
<string name="sleep_timer_canceled">Χρονοδιακόπτης ύπνου ακυρώθηκε.</string>
<string name="sleep_timer_set">Ο χρονοδιακόπτης ύπνου ορίστικε για %d λεπτά από τώρα.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="social">Κοινωνικά</string>
<string name="social_stories">Μοιραστείτε την ιστορία</string>
<string name="song">Κομμάτι</string>
<string name="song_duration">Διάρκεια κομματιού</string>
<string name="songs">Κομμάτια</string>
<string name="sort_order">Σειρά Διάταξης</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_a_z">Αύξουσα</string>
<string name="sort_order_album">Άλμπουμ</string>
<string name="sort_order_artist">Καλλιτέχνης</string>
<string name="sort_order_composer">Συνθέτης</string>
<string name="sort_order_date">Ημερομηνία προσθήκης</string>
<string name="sort_order_date_modified">Ημερομηνία τροποποιήσης</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_num_songs">Αριθμός τραγουδιών</string>
<string name="sort_order_num_songs_desc">Αριθμός τραγουδιών φθίνουσα</string>
<string name="sort_order_year">Έτος</string>
<string name="sort_order_z_a">Descending</string>
<string name="sort_order_z_a">Φθίνουσα</string>
<string name="speech_not_supported">Ουπς! Η συσκευή σου δεν υποστηρίζει εισαγωγή φωνής</string>
<string name="speech_prompt">Αναζητήστε στην Βιβλιοθήκη</string>
<string name="stack">Stack</string>
<string name="stack">Στοίβα</string>
<string name="start_play_music">Ξεκινήστε να παίζετε μουσική.</string>
<string name="suggestion_songs">Προτάσεις</string>
<string name="support_development">Υποστήριξη ανάπτυξης της εφαρμογής</string>
@ -471,18 +475,18 @@
<string name="up_next">Αμέσως επόμενο</string>
<string name="update_image">Ενημέρωση εικόνας</string>
<string name="updating">Ενημέρωση σε εξέλιξη...</string>
<string name="user_name">User Name</string>
<string name="user_name">Όνομα Χρήστη</string>
<string name="username">Όνομα χρήστη</string>
<string name="version">Έκδοση</string>
<string name="vertical_flip">Κάθετη αναστροφή</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="view_on_telegram">Προβολή στο Telegram</string>
<string name="volume">Ένταση</string>
<string name="web_search">Αναζήτηση στον ιστό</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="website">Ιστοσελίδα</string>
<string name="website_summary">Δείτε την Ιστοσελίδα μας</string>
<string name="welcome">Καλώς ήρθατε,</string>
<string name="what_do_you_want_to_share">Τι θα θέλατε να μοιραστείτε;</string>
<string name="whats_new">What\'s New</string>
<string name="whats_new">Τί νέο υπάρχει</string>
<string name="window">Παράθυρο</string>
<string name="window_corner_edges">Στρογγυλεμένες γωνίες</string>
<string name="x_has_been_set_as_ringtone">Ορισμός %1$s ως ήχου κλήσης.</string>

View File

@ -1,619 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</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="album">Album</string>
<string name="album_artist">Album artist</string>
<string name="albums">Albums</string>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_to_stories">Share to Stories</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,619 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</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="album">Album</string>
<string name="album_artist">Album artist</string>
<string name="albums">Albums</string>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_to_stories">Share to Stories</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,619 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</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="album">Album</string>
<string name="album_artist">Album artist</string>
<string name="albums">Albums</string>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_to_stories">Share to Stories</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -3,7 +3,7 @@
<string name="about_album_label">Acerca de %s</string>
<string name="about_settings_summary">Equipo, enlaces sociales</string>
<string name="accent_color">Color de énfasis</string>
<string name="accent_color_desc">El color de énfasis del tema, es morado por defecto</string>
<string name="accent_color_desc">El color de acento del tema, por defecto es morado</string>
<string name="action_about">Acerca de</string>
<string name="action_add_to_blacklist">Añadir a la Lista negra</string>
<string name="action_add_to_favorites">Añadir a favoritos</string>
@ -11,7 +11,7 @@
<string name="action_add_to_playlist">Añadir a la lista de reproducción</string>
<string name="action_cast">Emitir</string>
<string name="action_clear_playing_queue">Limpiar cola de reproducción</string>
<string name="action_cycle_repeat">Modo de repetición</string>
<string name="action_cycle_repeat">Cambiar a modo repetición</string>
<string name="action_delete">Eliminar</string>
<string name="action_delete_from_device">Eliminar del dispositivo</string>
<string name="action_details">Detalles</string>
@ -21,8 +21,8 @@
<string name="action_go_to_genre">Ir al género</string>
<string name="action_go_to_start_directory">Ir al directorio de inicio</string>
<string name="action_grant">Permitir</string>
<string name="action_grid_size">Tamaño de cuadrícula</string>
<string name="action_grid_size_land">Tamaño de cuadrícula (horizontal)</string>
<string name="action_grid_size">Tamaño de la cuadricula</string>
<string name="action_grid_size_land">Tamaño de cuadrícula (h)</string>
<string name="action_new_playlist">Nueva lista de reproducción</string>
<string name="action_next">Siguiente</string>
<string name="action_play">Reproducir</string>
@ -34,7 +34,7 @@
<string name="action_remove_from_playing_queue">Eliminar de la cola de reproducción</string>
<string name="action_remove_from_playlist">Eliminar de la lista de reproducción</string>
<string name="action_rename">Renombrar</string>
<string name="action_save_playing_queue">Guardar lista de reproducción</string>
<string name="action_save_playing_queue">Guardar cola de reproducción</string>
<string name="action_scan">Examinar</string>
<string name="action_search">Buscar</string>
<string name="action_set">Iniciar</string>
@ -44,7 +44,7 @@
<string name="action_share">Compartir</string>
<string name="action_shuffle_all">Mezclar todo</string>
<string name="action_shuffle_playlist">Mezclar lista de reproducción</string>
<string name="action_sleep_timer">Temporizador</string>
<string name="action_sleep_timer">Temporizador de sueño</string>
<string name="action_sort_order">Ordenar por</string>
<string name="action_tag_editor">Editor de etiquetas</string>
<string name="action_toggle_favorite">Alternar favoritos</string>
@ -79,51 +79,54 @@
<string name="artists">Artistas</string>
<string name="audio_fade_duration">Duración de fundido de audio</string>
<string name="audio_focus_denied">Enfoque de audio denegado.</string>
<string name="audio_settings_summary">Modifica los ajustes de sonido y ajusta los controles del ecualizador</string>
<string name="auto">Automático</string>
<string name="biography">Biografía</string>
<string name="black_theme_name">Negro</string>
<string name="blacklist">Lista negra</string>
<string name="blur">Desenfocado</string>
<string name="blur_card">Tarjeta con desenfoque</string>
<string name="bug_report_failed">No se puede enviar el informe</string>
<string name="bug_report_failed_invalid_token">Token de acceso inválido. Por favor, contacta al desarrollador de la aplicación.</string>
<string name="bug_report_failed_issues_not_available">Las incidencias no están habilitadas para el repositorio seleccionado. Por favor, contacta al desarrollador de la aplicación.</string>
<string name="bug_report_failed_unknown">Se ha producido un error inesperado. Por favor, contacta al desarrollador de la aplicación.</string>
<string name="bug_report_failed_wrong_credentials">Usuario o contraseña incorrectos</string>
<string name="bug_report_issue">Incidencia</string>
<string name="bug_report_manual">Enviar manualmente</string>
<string name="bug_report_no_description">Por favor, describe la incidencia</string>
<string name="bug_report_no_password">Por favor, introduce tu contraseña de GitHub válida</string>
<string name="bug_report_no_title">Por favor, introduce un título para la incidencia</string>
<string name="bug_report_no_username">Por favor, introduce tu nombre de usuario de GitHub válido</string>
<string name="bug_report_summary">Ocurrió un error inesperado. Lamentamos que hayas encontrado este error, si sigue fallando \"Borra los datos de la aplicación\" o envía un correo electrónico </string>
<string name="bug_report_use_account">Enviar usando una cuenta de GitHub</string>
<string name="buy_now">Comprar ahora</string>
<string name="cancel_current_timer">Cancelar</string>
<string name="card">Tarjeta</string>
<string name="card_color_style">Tarjeta Coloreada</string>
<string name="card_square">Tarjeta Cuadrada</string>
<string name="card_style">Tarjeta</string>
<string name="carousal_effect_on_now_playing_screen">Efecto carrusel en la pantalla de reproducción</string>
<string name="cascading">Cascada</string>
<string name="changelog">Registro de cambios</string>
<string name="changelog_summary">Consulta las Novedades</string>
<string name="audio_settings_summary">Cambia los ajustes de sonido y ajusta los controles del ecualizador</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Copia de seguridad / Restauración]]></string>
<string name="backup_title">Guardar</string>
<string name="biography">Biografías.</string>
<string name="black_theme_name">Sólo Negro</string>
<string name="blacklist">Suspendidos</string>
<string name="blur">Difuminado</string>
<string name="blur_card">Desenfocar tarjeta</string>
<string name="bug_report_failed">No es posible enviar el informe</string>
<string name="bug_report_failed_invalid_token">Token de acceso inválido. Por favor contacta al desarrollador de la aplicación.</string>
<string name="bug_report_failed_issues_not_available">Las incidencias no están habilitadas para el repositorio seleccionado. Por favor, póngase en contacto con el desarrollador de la aplicación.</string>
<string name="bug_report_failed_unknown">Ha ocurrido un error inesperado. Por favor, póngase en contacto con soporte técnico.</string>
<string name="bug_report_failed_wrong_credentials">Nombre de usuario o contraseña incorrectos</string>
<string name="bug_report_issue">Petición</string>
<string name="bug_report_manual">Envío manual</string>
<string name="bug_report_no_description">Introduzca una descripción de la incidencia</string>
<string name="bug_report_no_password">Por favor, introduzca su contraseña de GitHub válida</string>
<string name="bug_report_no_title">Por favor, introduzca una incidencia válida</string>
<string name="bug_report_no_username">Por favor, introduzca su nombre de usuario de GitHub válido</string>
<string name="bug_report_summary">Se ha producido un error inesperado. Lo sentimos, ha encontrado este error, si sigue bloqueando \"Borrar datos de la aplicación\" o enviando un correo electrónico </string>
<string name="bug_report_use_account">Enviar usando cuenta de GitHub</string>
<string name="buy_now">Compre ahora</string>
<string name="cancel_current_timer">Anular</string>
<string name="card">Tarjetas</string>
<string name="card_color_style">Tarjeta colorida</string>
<string name="card_square">Carta cuadrada</string>
<string name="card_style">Carta</string>
<string name="carousal_effect_on_now_playing_screen">Efecto de carrusel en la pantalla de reproducción</string>
<string name="cascading">Cascadita</string>
<string name="changelog">Cambios</string>
<string name="changelog_summary">Consulte las novedades</string>
<string name="circle">Círculo</string>
<string name="circular">Circular</string>
<string name="classic">Clásico</string>
<string name="clear_action">Limpiar</string>
<string name="clear_blacklist">Limpiar lista negra</string>
<string name="clear_playing_queue">Limpiar cola</string>
<string name="color">Color</string>
<string name="colors">Colores</string>
<string name="composer">Compositor</string>
<string name="copied_device_info_to_clipboard">Información del dispositivo copiada al portapapeles.</string>
<string name="could_not_create_playlist">No se pudo crear la lista de reproducción.</string>
<string name="could_not_download_album_cover">"No se pudo descargar una portada de álbum coincidente."</string>
<string name="could_not_restore_purchase">No se pudo restaurar la compra.</string>
<string name="circular">Circulares</string>
<string name="classic">Clásicos</string>
<string name="clear_action">Transparente</string>
<string name="clear_blacklist">Borrar lista negra</string>
<string name="clear_playing_queue">Vaciar lista</string>
<string name="color">Color.</string>
<string name="colors">Colores,</string>
<string name="composer">Compositores</string>
<string name="copied_device_info_to_clipboard">Información de dispositivo copiada al portapapeles.</string>
<string name="could_not_create_playlist">No se pudo\u2019no crear la lista de reproducción.</string>
<string name="could_not_download_album_cover">"No se pudo\u2019descargar una portada de álbum coincidente."</string>
<string name="could_not_restore_purchase">No se pudo restaurar la compra</string>
<string name="could_not_scan_files">No se pudo examinar %d archivos.</string>
<string name="create_action">Crear</string>
<string name="create_new_backup">Crear</string>
<string name="created_playlist_x">Lista de reproducción %1$s creada.</string>
<string name="credit_title">Miembros y colaboradores </string>
<string name="currently_listening_to_x_by_x">Actualmente estás escuchando %1$s de %2$s.</string>
@ -227,6 +230,7 @@
<string name="no_albums">No tienes álbumes</string>
<string name="no_artists">No tienes artistas</string>
<string name="no_audio_ID">"Reproduce primero una canción y vuelve a intentarlo."</string>
<string name="no_backups_found">No se han encontrado copias de seguridad</string>
<string name="no_equalizer">No se encontró ningún ecualizador</string>
<string name="no_genres">No tienes géneros</string>
<string name="no_lyrics_found">No se encontraron letras</string>
@ -334,7 +338,7 @@
<string name="pref_title_classic_notification">Diseño de notificación clásico</string>
<string name="pref_title_colored_app">Color adaptable</string>
<string name="pref_title_colored_notification">Notificación coloreada</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_cross_fade">Transición (Beta)</string>
<string name="pref_title_desaturated_color">Color desaturado</string>
<string name="pref_title_expand_now_playing_panel">Mostrar en pantalla de reproducción actual</string>
<string name="pref_title_extra_controls">Controles extras</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -2,27 +2,27 @@
<resources>
<string name="about_album_label">درباره‌ی%s</string>
<string name="about_settings_summary">تیم، پیوندهای اجتماعی</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="accent_color">رنگ تشدید کننده</string>
<string name="accent_color_desc">رنگ تشدید کننده به صورت پیش فرض بنفش انتخاب شده</string>
<string name="action_about">درباره</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_blacklist">افزودن به لیست سیاه</string>
<string name="action_add_to_favorites">افزودن به موارد مورد علاقه</string>
<string name="action_add_to_playing_queue">افزودن به لیست پخش آهنگ</string>
<string name="action_add_to_playlist">افزودن به لیست پخش</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_cast">پخش و نمایش تصویر</string>
<string name="action_clear_playing_queue">لیست پخش اهنگ هارا پاک کنید</string>
<string name="action_cycle_repeat">حالت چرخش تکراری اهنگ ها</string>
<string name="action_delete">حذف</string>
<string name="action_delete_from_device">حذف از دستگاه</string>
<string name="action_details">جزئيات</string>
<string name="action_edit">Edit</string>
<string name="action_edit">ویرایش</string>
<string name="action_go_to_album">رفتن به آلبوم</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_go_to_artist">رفتن به صفحه هنرمند</string>
<string name="action_go_to_genre">رفتن به ژانر موسیقی</string>
<string name="action_go_to_start_directory">رفتن به منوی شروع و آغاز</string>
<string name="action_grant">اعطا کردن</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_grid_size">اندازه ی شبکه</string>
<string name="action_grid_size_land">اندازه ی شبکه ( زمینی)</string>
<string name="action_new_playlist">فهرست پخش جدید %d</string>
<string name="action_next">بعدی</string>
<string name="action_play">پخش</string>
@ -32,318 +32,322 @@
<string name="action_previous">قبلى</string>
<string name="action_remove_from_favorites">حذف از علاقه مندی ها</string>
<string name="action_remove_from_playing_queue">حذف از لیست پخش</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_remove_from_playlist">حذف از لیست پخش آهنگ ها</string>
<string name="action_rename">تغییر نام</string>
<string name="action_save_playing_queue">ذخیره صف پلی لیست</string>
<string name="action_scan">اسکن</string>
<string name="action_search">جستجو</string>
<string name="action_set">شروع</string>
<string name="action_set_as_ringtone">تنظیم به‌عنوان زنگ</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_set_as_start_directory">تنظیم به عنوان منوی آغاز و شروع کننده</string>
<string name="action_settings">"تنظیمات"</string>
<string name="action_share">اشتراک ﮔﺬﺍﺭﯼ</string>
<string name="action_shuffle_all">پخش تصادفی همه</string>
<string name="action_shuffle_playlist">پخش تصادفی</string>
<string name="action_sleep_timer">تایمر خواب</string>
<string name="action_sort_order">Sort order</string>
<string name="action_sort_order">مرتب سازی</string>
<string name="action_tag_editor"> ویرایشگر برچسب </string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="action_toggle_favorite">تغییر موارد مورد علاقه و پسند</string>
<string name="action_toggle_shuffle">تغییر حالت پخش مخلوط</string>
<string name="adaptive">تطبیق</string>
<string name="add_action">ﺍﻓﺰﻭﺩﻥ</string>
<string name="add_playlist_title">"افزودن به لیست پخش"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<string name="add_time_framed_lryics">اضافه کردن متون دارای زمان</string>
<string name="added_title_to_playing_queue">"یک‌ مورد به لیست پخش اهنگ ها اضافه شد."</string>
<string name="added_x_titles_to_playing_queue">مورد خاص به لیست پخش اهنگ اضافه شد.</string>
<string name="album">آلبوم</string>
<plurals name="albumSongs">
<item quantity="one">آهنگ</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="album_artist">آلبومِ هنرمند</string>
<string name="albums">آلبوم‌ها</string>
<plurals name="albums">
<item quantity="one">آلبوم</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">همیشه</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_share">به اشتراک گذاری برنامه</string>
<string name="app_shortcut_shuffle_all_short">حالت مخلوط</string>
<string name="app_shortcut_top_tracks_short">اهنگ های برتر</string>
<string name="app_widget_big_name">تصویر کامل</string>
<string name="app_widget_card_name">کارت</string>
<string name="app_widget_classic_name">کلاسیک</string>
<string name="app_widget_small_name">كوچك</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="app_widget_text_name">متن حداقلی</string>
<string name="artist">هنرمند</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="artists">هنرمندان</string>
<string name="audio_fade_duration">مدت زمان محو شدن اصوات</string>
<string name="audio_focus_denied">حالت تمرکز بر صدا قطع شد‌.</string>
<string name="audio_settings_summary">تنظیمات صدا را تغییر دهید</string>
<string name="auto">خودکار</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">زندگینامه</string>
<string name="black_theme_name">حالت فقط مِشکی</string>
<string name="blacklist">لیست سیاه</string>
<string name="blur">حالت بلور</string>
<string name="blur_card">حالت برگه ی بلور شده</string>
<string name="bug_report_failed">نتوانستیم گزارش را بفرستیم</string>
<string name="bug_report_failed_invalid_token">لطفاً به توسعه دهنده پیام دهید، اشکالی در کار پیش آمد.</string>
<string name="bug_report_failed_issues_not_available">مشکلاتی برای موارد انتخاب شده یافت نشد، به توسعه دهنده پیام دهید.</string>
<string name="bug_report_failed_unknown">یک خطای غیر منتظره پیش آمد. لطفاً به توسعه دهنده این برنامه پیام دهید.</string>
<string name="bug_report_failed_wrong_credentials">نام کاربری یا رمز اشتباه است</string>
<string name="bug_report_issue">مسئله</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="bug_report_manual">به صورت دستی فرستادن</string>
<string name="bug_report_no_description">لطفاً یک توضیح معتبر وارد کنید</string>
<string name="bug_report_no_password">لطفاً رمز گیتهاب خود را وارد کنید</string>
<string name="bug_report_no_title">لطفاً عنوان مشکل را وارد کنید</string>
<string name="bug_report_no_username">لطفاً نام کاربری گیتهاب خود را وارد کنید</string>
<string name="bug_report_summary">یک مشکل پیش بینی نشده رخ داد. متأسفیم که شما این باگ را پیدا کردید، اگر برنامه به متوقف شدن ادامه داد لطفاً برنامه را کلیر دیتا کنید یا برای ما ایمیل بفرستید </string>
<string name="bug_report_use_account">فرستادن به عنوان اکانت گیتهاب</string>
<string name="buy_now">اکنون بخرید</string>
<string name="cancel_current_timer">انصراف</string>
<string name="card">کارت</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_color_style">برگه ی رنگارنگ</string>
<string name="card_square">برگه ی مربعی</string>
<string name="card_style">کارت</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="carousal_effect_on_now_playing_screen">حالت چرخ فلک برای صفحه ی پخش موزیک</string>
<string name="cascading">کاسکاد</string>
<string name="changelog">لیست تغییرات</string>
<string name="changelog_summary">ببینید چه چیزی جدید و نو است</string>
<string name="circle">دایره</string>
<string name="circular">دایره ای</string>
<string name="classic">کلاسیک</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="clear_action">پاک‌کردن</string>
<string name="clear_blacklist">پاک کردن لیست سیاه</string>
<string name="clear_playing_queue">پاکسازی صف</string>
<string name="color">رنگ</string>
<string name="colors">رنگ ها</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="composer">آهنگساز</string>
<string name="copied_device_info_to_clipboard">اطلاعات دستگاه در کلیپ بورد کپی شد.</string>
<string name="could_not_create_playlist">نمیتوان پلی لیست ساخت.</string>
<string name="could_not_download_album_cover">"\"نتونستم عکسی برای این آلبوم پیدا کنم.\"."</string>
<string name="could_not_restore_purchase">خرید قابل بازیابی نیست.</string>
<string name="could_not_scan_files">%d فایل را نمیتوان اسکن کرد.</string>
<string name="create_action">ایجاد کردن</string>
<string name="create_new_backup">ایجاد کردن</string>
<string name="created_playlist_x">پلی لیست %1$s ساخته شد.</string>
<string name="credit_title">اعضا و دست اندرکاران </string>
<string name="currently_listening_to_x_by_x">در حال حاضر شما به s$1% از s$2% گوش می‌دهید.</string>
<string name="dark_theme_name">تقریبا مشکی</string>
<string name="delete_playlist_title">حذف کردن پلی لیست</string>
<string name="delete_playlist_x"><![CDATA[حذف پلی لیست <b>%1$s</b>?<b>?]]></string>
<string name="delete_playlists_title">حذف کردن پلی لیست ها</string>
<string name="delete_song_title">حذف موزیک</string>
<string name="delete_song_x"><![CDATA[حذف موزیک %1$s؟]]></string>
<string name="delete_songs_title">حذف موزیک ها</string>
<string name="delete_x_playlists"><![CDATA[آیا میخواهید پلی لیست %1$d را حذف کنید؟]]></string>
<string name="delete_x_songs"><![CDATA[حذف موزیک های %1$d؟]]></string>
<string name="deleted_x_songs">%1$d موزیک حذف شدند.</string>
<string name="deleting_songs">حذف آهنگ‌ها</string>
<string name="depth">عمق</string>
<string name="description">توضیحات</string>
<string name="device_info">اطلاعات دستگاه</string>
<string name="dialog_message_set_ringtone">به رترو موزیک دسترسی به قسمت صوت ها بدهید</string>
<string name="dialog_title_set_ringtone">تنظیم آهنگ زنگ</string>
<string name="do_you_want_to_clear_the_blacklist">ایا می‌خواهید بلک لیست را پاک کنید؟</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[آیا شما میخواهید آهنگ X را از لیست سیاه حذف کنید؟]]></string>
<string name="donate">کمک مالی</string>
<string name="donate_summary">اگر فکر میکنید شایسته ی دریافت کمک مالی هستم، می‌توانید در اینجا انجام دهید...</string>
<string name="donation_header">به من پول بدهید:-)</string>
<string name="done">انجام شده</string>
<string name="drive_mode">حالت رانندگی</string>
<string name="edit_fab">کلید ویرایش</string>
<string name="edit_normal_lyrics">ویرایش متن ترانه</string>
<string name="edit_synced_lyrics">متن آهنگ های هماهنگ شده</string>
<string name="empty">خالی</string>
<string name="equalizer">اکولایزر</string>
<string name="faq">سوالات متداول</string>
<string name="favorites">موارد مورد علاقه</string>
<string name="finish_last_song">اخرین اهنگ را تمام کردن</string>
<string name="fit">متناسب</string>
<string name="flat">تخت و مسطح</string>
<string name="folders">پوشه ها</string>
<string name="follow_system">همگام با سیستم</string>
<string name="for_you">مخصوص برای شما</string>
<string name="free">مجانی</string>
<string name="full">حالت کامل و تمام</string>
<string name="full_card">حالت برگه ی کامل</string>
<string name="general_settings_summary">عوض کردن تم و رنگ های برنامه</string>
<string name="general_settings_title">شکل ظاهری برنامه</string>
<string name="genre">ژانر</string>
<string name="genres">ژانر ها</string>
<string name="git_hub_summary">فورک زدن پروژه در گیتهاب</string>
<string name="gradient">حالت شیب دار</string>
<string name="grid_size_1">۱</string>
<string name="grid_size_2">۲</string>
<string name="grid_size_3">۳</string>
<string name="grid_size_4">۴</string>
<string name="grid_size_5">۵</string>
<string name="grid_size_6">۶</string>
<string name="grid_size_7">۷</string>
<string name="grid_size_8">۸</string>
<string name="grid_style_label">استایل شبکه</string>
<string name="help_summary">به کمک بیشتری نیاز دارید؟</string>
<string name="hinge">لولا</string>
<string name="history">تاریخچه پخش اهنگ</string>
<string name="home">صفحه اصلی</string>
<string name="horizontal_flip">پرش از لبه خارجی به صورت افقی</string>
<string name="image">تصویر</string>
<string name="image_gradient">عکس شیب دار</string>
<string name="image_settings_summary">عوض کردن حالت دانلود تصویر هنرمند</string>
<string name="import_label">وارد کردن</string>
<string name="import_playlist">وارد کردن لیست پخش آهنگ</string>
<string name="import_playlist_message">تمام لیست پخش آهنگ ها در اندروید مدیا وارد می‌شود، اگر اهنگ ها از قبل موجود باشند، اهنگ ها ادغام می‌شوند.</string>
<string name="inserted_x_songs_into_playlist_x">X اهنگ به پلی لیست Y وارد شد.</string>
<string name="instagram_page_summary">شخصی سازی رترو موزیک خود را در اینستاگرام به اشتراک بگذارید</string>
<string name="keyboard">کیبورد</string>
<string name="label_bit_rate">بیت ریت</string>
<string name="label_file_format">فرمت</string>
<string name="label_file_name">نام فایل</string>
<string name="label_file_path">مسیر فایل</string>
<string name="label_file_size">سایز</string>
<string name="label_more_from">بیشتر از s%</string>
<string name="label_sampling_rate">نرخ سمپل</string>
<string name="label_track_length">مدت</string>
<string name="labeled">برچسب دار</string>
<string name="last_added">آخرین مورد اضافه شده</string>
<string name="last_song">اخرین آهنگ</string>
<string name="library_categories">دسته بندی های کتابخانه</string>
<string name="licenses">مجوزها</string>
<string name="light_theme_name">کاملا سفید</string>
<string name="listeners_label">شنوندگان</string>
<string name="listing_files">لیست کردن پوشه ها</string>
<string name="loading_products">Loading product…</string>
<string name="login">ورود به سیستم</string>
<string name="lyrics">متون ترانه</string>
<string name="made_with_love">ساختِہ شُدِه با \u2665 دَر هِندوستان</string>
<string name="material">تم material</string>
<string name="md_error_label">خطا</string>
<string name="md_storage_perm_error">خطای دسترسی</string>
<string name="my_name">عنوان</string>
<string name="my_top_tracks">بیشترین پخش شده</string>
<string name="never">هرگز</string>
<string name="new_playlist_title">فهرست پخش جدید %d</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="new_start_directory">دایرکتوری شروع جدید است%s.</string>
<string name="next_song">آهنگ بعدی</string>
<string name="no_albums">شما آلبومی ندارید</string>
<string name="no_artists">شما هنرمندی ندارید</string>
<string name="no_audio_ID">"ابتدا یک آهنگ پخش کنید ، سپس دوباره امتحان کنید."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">هیچ اکولایزری یافت نشد</string>
<string name="no_genres">شما هیچ ژانری ندارید</string>
<string name="no_lyrics_found">متنی یافت نشد</string>
<string name="no_playing_queue">آهنگی پخش نمی‌شود</string>
<string name="no_playlists">شما هیچ صفحه پخشی ندارید</string>
<string name="no_purchase_found">افزونه خرید نرم افزار یافت نشد.</string>
<string name="no_results">بدون نتیجه</string>
<string name="no_songs">شما هیچ آهنگی ندارید</string>
<string name="normal">معمولی</string>
<string name="normal_lyrics">متن معمولی آهنگ</string>
<string name="not_listed_in_media_store"><![CDATA[s% در مدیااستور لیست نشده.]]></string>
<string name="not_recently_played">اخیراً پخش نشده</string>
<string name="nothing_to_scan">هیچ چیزی برای اسکن نیست.</string>
<string name="nothing_to_see">اینچا چیزی برای دیدن نیست</string>
<string name="notification">اعلان</string>
<string name="notification_settings_summary">اعلان‌ها را سفارشی‌سازی کنید</string>
<string name="now_playing">صفحه در حال پخش</string>
<string name="now_playing_queue">لیست درحال پخش</string>
<string name="now_playing_summary">صفحه پخش اهنگ را شخصی سازی کنید</string>
<string name="now_playing_themes">۹+ تم صفحه پخش</string>
<string name="only_on_wifi">فقط از طریق wi-fi</string>
<string name="other_settings_summary">ویژگی های تستی پیش‌رفته</string>
<string name="others">غیره</string>
<string name="password">گذرواژه</string>
<string name="past_three_months">3 ماه گذشته</string>
<string name="paste_lyrics_here">متن را در اینجا بارگزاری کنید</string>
<string name="paste_timeframe_lyrics_here">متون زمان دار را در اینجا بارگزاری کنید</string>
<string name="peak">حالت peak</string>
<string name="permission_external_storage_denied">مجوز دسترسی به حافظه رد شد</string>
<string name="permission_summary">برنامه نیاز به دسترسی به حافظه برای پخش آهنگ ها دارد</string>
<string name="permission_title">دسترسی به حافظه</string>
<string name="permissions_denied">دسترسی رد شد</string>
<string name="personalize">شخصی سازی</string>
<string name="personalize_settings_summary">صفحه پخش اهنگ و رابط کاربری برنامه را شخصی سازی کنید</string>
<string name="pick_from_local_storage">انتخاب از حافظه ی محلی</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pinterest_page_summary">صفحه پینترست رترو را دنبال کنید</string>
<string name="plain">ساده</string>
<string name="playing_notification_description">اعلان موزیک به شما امکان قطع کردن موزیک، پخش موزیک و... می‌دهد.</string>
<string name="playing_notification_name">اعلان در حال پخش</string>
<string name="playlist_is_empty">صفحه پخش خالی است</string>
<string name="playlist_name_empty">نام لیست پخش آهنگ</string>
<string name="playlists">لیست پخش آهنگ ها</string>
<string name="pref_blur_amount_summary">مقدار بلور برای تم هایی که قابلیت بلور دارن، هر چی کمتر، سریعتر.</string>
<string name="pref_blur_amount_title">مقدار بلور</string>
<string name="pref_filter_song_summary">مرتب سازی اهنگ ها بر اساس مدت</string>
<string name="pref_filter_song_title">مرتب سازی مدت اهنگ</string>
<string name="pref_header_advanced">پیشرفته</string>
<string name="pref_header_album">استایل آلبوم</string>
<string name="pref_header_audio">صدا</string>
<string name="pref_header_blacklist">لیست سیاه</string>
<string name="pref_header_controls">کنترل ها</string>
<string name="pref_header_general">تم</string>
<string name="pref_header_images">تصاویر</string>
<string name="pref_header_library">مجموعه</string>
<string name="pref_header_lockscreen">صفحه‌ قفل</string>
<string name="pref_header_playlists">لیست پخش آهنگ ها</string>
<string name="pref_keep_pause_on_zero_volume_summary">آهنگ به محض اینکه صدای گوشی به صفر می‌رسد متوقف می‌شود و به هنگام بالا رفتن صدا موزیک پخش می‌شود</string>
<string name="pref_keep_pause_on_zero_volume_title">متوقف شدن صدا هنگامیکه صدای گوشی صفر است</string>
<string name="pref_keep_screen_on_summary">اینو به یاد داشته باشید فعال کردن این قابلیت مصرف باتری را بالا می برد</string>
<string name="pref_keep_screen_on_title">روشن نگهداشتن صفحه</string>
<string name="pref_language_name">انتخاب زبان</string>
<string name="pref_summary_album_art_on_lockscreen">از عکس آهنگ کنونی به عنوان نمایه ی صفحه ی قفل استفاده کنید</string>
<string name="pref_summary_album_artists_only">البوم های هنرمندان را در قسمت Category نمایش دهید</string>
<string name="pref_summary_audio_ducking">صدای گوشی کم شود هنگامیکه از سیستم صدایی شنیده شود یا اعلانی دریافت شود</string>
<string name="pref_summary_audio_fade">صدا را محو کنید هنگامیکه که موزیک پخش یا متوقف می‌شود</string>
<string name="pref_summary_blacklist">محتوای فولدر لیست سیاه در حال حاضر پنهان شده است از نمایش در صفحه اصلی.</string>
<string name="pref_summary_bluetooth_playback">هنگامیکه یک دستگاه بلوتوثی وصل شد اهنگ بلافاصله پخش شود</string>
<string name="pref_summary_blurred_album_art">کاور البوم را در صفحه قفل بلور کنید. می‌تواند باعث مشکل دستگاه شود</string>
<string name="pref_summary_carousel_effect">افکت carousel برای کاور آلبوم. این افکت در حالت برگه و برگه ی بلور شده کار نمیکند</string>
<string name="pref_summary_classic_notification">از نمایش اعلان های موزیک به سورت کلاسیک استفاده کنید</string>
<string name="pref_summary_colored_app">بک گراند و دکمه های کنترل طبق کاور البوم تغییر میکنند</string>
<string name="pref_summary_colored_app_shortcuts">رنگ شورت کات برنامه را به صورت رنگ اصلی در بیاورید، لطفاً با هر بار رنگ عوض کردن این گزینه را غیر فعال و دوباره فعال کنید.</string>
<string name="pref_summary_colored_notification">"به اعلان های کاور آلبوم\u2019 رنگ های متنوع بدهید"</string>
<string name="pref_summary_cross_fade">مدت زمان crossfade بین آهنگ ها</string>
<string name="pref_summary_desaturated_color">رنگ اصلی را به صورت کم‌رنگ در بیاورید</string>
<string name="pref_summary_expand_now_playing_panel">اگر این گزینه را فعال کنید، با کلیک بر اعلان اهنگ، شما مستقیم به آهنگ هدایت می‌شوید بجای صفحه اصلی</string>
<string name="pref_summary_extra_controls">دکمه های کنترل اضافه به مینی پلیر اضافه کنید</string>
<string name="pref_summary_extra_song_info">اطلاعات اضافی اهنگ را نشان دهید؛ همانند فرمت فایل، بیت ریت و فرکانس اهنگ</string>
<string name="pref_summary_gapless_playback">"ممکن است باعث مشکل در بعضی از دستگاه ها شود."</string>
<string name="pref_summary_home_banner">نمایش یا عدم نمایش نوار</string>
<string name="pref_summary_ignore_media_store_artwork">باعث افزایش کیفیت کاور آلبوم ها میشود اما ممکن است لود انها دیرتر باشد. فقط در صورتی که با کیفیت ضعیف کاور البوم مشکل دارید فعالش کنید</string>
<string name="pref_summary_library_categories">Library نمایش داده شود یا خیر.</string>
<string name="pref_summary_lock_screen">از کنترل های رترو موزیک برای صفحه قفل استفاده شود</string>
<string name="pref_summary_open_source_licences">جزئیات مجوز برای نرم افزار منبع باز</string>
<string name="pref_summary_remember_tab">هدایت شود به اخرین tab استفاده شده در آغاز</string>
<string name="pref_summary_show_lyrics">متون دارای زمان را بر روی کاور البوم نمایش داده شود</string>
<string name="pref_summary_suggestions">موزیک میکس های جدید در صفحه اصلی نمایش داده شود</string>
<string name="pref_summary_toggle_full_screen">حالت همه جانبه</string>
<string name="pref_summary_toggle_headset">پس از وصل شدن هدفون موزیک بلافاصله پخش شود</string>
<string name="pref_summary_toggle_shuffle">حالت پخش مخلوط اهنگ ها زمانی که لیست جدید اهنگ را پلی می‌کنید، خاموش می‌شود</string>
<string name="pref_summary_toggle_volume">اگر فضای کافی موجود بود، نوار صدا را نشان دهید در صفحه پخش موزیک</string>
<string name="pref_summary_whitelist">فقط از پوشه ی موزیک، موزیک ها نمایش داده شود</string>
<string name="pref_title_album_art_on_lockscreen">نمایش جلد آلبوم</string>
<string name="pref_title_album_artists_only">هدایت توسط آلبوم هنرمند</string>
<string name="pref_title_album_cover_style">تم کاور آلبوم</string>
<string name="pref_title_album_cover_transform">انیمیشن کاور البوم</string>
<string name="pref_title_app_shortcuts">میان بُرهای رنگی برنامه</string>
<string name="pref_title_audio_ducking">کاهش حجم از دست دادن فوکوس</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_auto_download_artist_images">دانلود خودکار عکس هنرمندان</string>
<string name="pref_title_blacklist">لیست سیاه</string>
<string name="pref_title_bluetooth_playback">پلی بک بلوتوث</string>
<string name="pref_title_blurred_album_art">بلور کردن کاور البوم</string>
<string name="pref_title_classic_notification">از نمایش اعلان های موزیک به صورت کلاسیک استفاده کنید</string>
<string name="pref_title_colored_app">رنگ تطبیقی</string>
<string name="pref_title_colored_notification">اعلان رنگی</string>
<string name="pref_title_cross_fade">پخش بعدی قبل از اتمام فعلی (میلی ثانیه)</string>
<string name="pref_title_desaturated_color">استفاده از رنگ های کم رنگ</string>
<string name="pref_title_expand_now_playing_panel">نمایش صفحه پخش موزیک</string>
<string name="pref_title_extra_controls">کنترل های اضافی</string>
<string name="pref_title_extra_song_info">اطلاعات موزیک</string>
<string name="pref_title_gapless_playback">پخش بدون شکاف</string>
<string name="pref_title_general_theme">پوسته برنامه</string>
<string name="pref_title_home_album_grid_style">تصویر آلبوم</string>
<string name="pref_title_home_artist_grid_style">صفحه آرتیست ( اندازه)</string>
<string name="pref_title_home_banner">بنر</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
@ -396,29 +400,29 @@
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<string name="saf_guide_slide2_title">مکان کارت SD خود را انتخاب کنید</string>
<string name="saf_guide_slide3_description">هیچ زیر پوشه ای را باز نکنید</string>
<string name="saf_guide_slide3_title">بر روی دکمه \"انتخاب\" در پایین صفحه ضربه بزنید</string>
<string name="saf_write_failed">پوشه %s نوشته نشد</string>
<string name="save">ذخیره</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="save_playlist_title">ذخیره به عنوان فایل</string>
<string name="save_playlists_title">ذخیره به عنوان پرونده ها</string>
<string name="saved_playlist_to">پلی لیست در %s ذخیره شد.</string>
<string name="saving_changes">در حال ذخیره تغییرات</string>
<string name="scan_media">اسکن کردن رسانه</string>
<string name="scanned_files">%1$d فایل از تعداد %2$d فایل موجود اسکن شد.</string>
<string name="scrobbles_label">تعيين علاقه مندی</string>
<string name="select_all">انتخاب همه</string>
<string name="selected">انتخاب شده</string>
<string name="set">تنظیم</string>
<string name="set_artist_image">تنظیم تصویر هنرمند</string>
<string name="share_app">اشتراک‌گذاری برنامه</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="shuffle">حالت مخلوط</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
@ -427,11 +431,11 @@
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order">مرتب سازی</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_album">آلبوم</string>
<string name="sort_order_artist">هنرمند</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_composer">آهنگساز</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">À propos de %s</string>
<string name="about_settings_summary">Équipe, liens sociaux</string>
<string name="about_settings_summary">Équipe, réseaux sociaux</string>
<string name="accent_color">Couleur d\'accentuation</string>
<string name="accent_color_desc">La couleur d\'accentuation du thème, verte par défaut</string>
<string name="action_about">À propos</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_blacklist">Ajouter à la liste noire</string>
<string name="action_add_to_favorites">Ajouter aux favoris</string>
<string name="action_add_to_playing_queue">Ajouter à la file d\'attente</string>
<string name="action_add_to_playlist">Ajouter à la playlist</string>
<string name="action_add_to_playlist">Ajouter à la liste de lecture</string>
<string name="action_cast">Diffuser</string>
<string name="action_clear_playing_queue">Vider la file d\'attente</string>
<string name="action_cycle_repeat">Mode de répétition du cycle</string>
<string name="action_cycle_repeat">Mode de répétition</string>
<string name="action_delete">Supprimer</string>
<string name="action_delete_from_device">Supprimer de l\'appareil</string>
<string name="action_details">Détails</string>
@ -23,11 +23,11 @@
<string name="action_grant">Accorder</string>
<string name="action_grid_size">Taille de l\'affichage</string>
<string name="action_grid_size_land">Taille de l\'affichage (paysage)</string>
<string name="action_new_playlist">Nouvelle liste de lecture</string>
<string name="action_new_playlist">Nouvelle liste de lecture</string>
<string name="action_next">Suivant</string>
<string name="action_play">Lecture</string>
<string name="action_play_all">Jouer tous les</string>
<string name="action_play_next">Lire après</string>
<string name="action_play">Lire</string>
<string name="action_play_all">Tout lire</string>
<string name="action_play_next">Lire juste après</string>
<string name="action_play_pause">Lecture / Pause</string>
<string name="action_previous">Précédent</string>
<string name="action_remove_from_favorites">Supprimer des favoris</string>
@ -42,23 +42,23 @@
<string name="action_set_as_start_directory">Définir comme dossier de départ</string>
<string name="action_settings">"Paramètres"</string>
<string name="action_share">Partager</string>
<string name="action_shuffle_all">Tout aléatoire</string>
<string name="action_shuffle_playlist">Playlist en lecture aléatoire</string>
<string name="action_shuffle_all">Tout en aléatoire</string>
<string name="action_shuffle_playlist">Lecture aléatoire des titres de la liste de lecture</string>
<string name="action_sleep_timer">Minuteur de sommeil</string>
<string name="action_sort_order">Ordre de tri</string>
<string name="action_tag_editor">Éditeur de tag</string>
<string name="action_toggle_favorite">Activer/désactiver les favoris</string>
<string name="action_toggle_shuffle">Jouer en aléatoire</string>
<string name="action_toggle_shuffle">Activer/désactiver la lecture aléatoire</string>
<string name="adaptive">Adaptatif</string>
<string name="add_action">Ajouter</string>
<string name="add_playlist_title">"Ajouter à playlist"</string>
<string name="add_time_framed_lryics">Ajouter des paroles synchronisée</string>
<string name="added_title_to_playing_queue">"1 titre à été ajoutée à la file d'attente."</string>
<string name="add_playlist_title">"Ajouter à la liste de lecture"</string>
<string name="add_time_framed_lryics">Ajouter des paroles synchronisées</string>
<string name="added_title_to_playing_queue">"1 titre a été ajouté à la file d'attente."</string>
<string name="added_x_titles_to_playing_queue">%1$d titres ont été ajoutés à la file d\'attente.</string>
<string name="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Musiques</item>
<item quantity="one">Morceau</item>
<item quantity="other">Morceaux</item>
</plurals>
<string name="album_artist">Artiste de l\'album</string>
<string name="albums">Albums</string>
@ -74,21 +74,23 @@
<string name="app_widget_card_name">Retro Music Carte</string>
<string name="app_widget_classic_name">Retro Music Classique</string>
<string name="app_widget_small_name">Retro Music Petit</string>
<string name="app_widget_text_name">Texte Minimum</string>
<string name="app_widget_text_name">Retro Music Texte Minimum</string>
<string name="artist">Artiste</string>
<string name="artists">Artistes</string>
<string name="audio_fade_duration">Durée du fondu audio</string>
<string name="audio_focus_denied">Focus audio refusé.</string>
<string name="audio_settings_summary">Changer les paramètres audio et ajuster l\'égaliseur</string>
<string name="auto">Automatique</string>
<string name="backup_restore_title"><![CDATA[Sauvegarder & Restaurer]]></string>
<string name="backup_title">Sauvegardes</string>
<string name="biography">Biographie</string>
<string name="black_theme_name">Juste noir</string>
<string name="black_theme_name">Noir Complet</string>
<string name="blacklist">Liste noire</string>
<string name="blur">Flou</string>
<string name="blur_card">Carte floue</string>
<string name="bug_report_failed">Impossible d\'envoyer le rapport de bug</string>
<string name="bug_report_failed_invalid_token">Jeton d\'accès invalide. Veuillez contacter le développeur de l\'application.</string>
<string name="bug_report_failed_issues_not_available">Les problèmes ne sont pas activés pour le dépôt sélectionné. Veuillez contacter le développeur de l\'application.</string>
<string name="bug_report_failed_issues_not_available">Problèmes non activés pour le dépôt sélectionné. Veuillez contacter le développeur de l\'application.</string>
<string name="bug_report_failed_unknown">Erreur inopinée. Veuillez contacter le développeur de l\'application.</string>
<string name="bug_report_failed_wrong_credentials">Nom d\'utilisateur ou mot de passe invalide</string>
<string name="bug_report_issue">Problème</string>
@ -97,15 +99,15 @@
<string name="bug_report_no_password">Veuillez entrer votre mot de passe GitHub valide</string>
<string name="bug_report_no_title">Veuillez entrer un titre pour le problème</string>
<string name="bug_report_no_username">Veuillez entrer votre nom d\'utilisateur GitHub valide</string>
<string name="bug_report_summary">Une erreur imprévue s\'est produite. Nous sommes désolé que vous ayez rencontré ce bug, si l\'application continue de planter, effacez les données de l\'application</string>
<string name="bug_report_summary">Une erreur inattendue s\'est produite. Nous sommes désolés que vous ayez rencontré ce bug, si l\'application continue de planter, effacez les données de l\'application </string>
<string name="bug_report_use_account">Envoyer en utilisant un compte GitHub</string>
<string name="buy_now">Acheter maintenant</string>
<string name="cancel_current_timer">Annuler</string>
<string name="card">Carte</string>
<string name="card_color_style">Cartes colorées</string>
<string name="card_color_style">Carte colorée</string>
<string name="card_square">Carte carrée</string>
<string name="card_style">Carte</string>
<string name="carousal_effect_on_now_playing_screen">Effet carousel sur l\'écran de lecture en cours</string>
<string name="carousal_effect_on_now_playing_screen">Effet de carrousel sur lécran de lecture en cours</string>
<string name="cascading">En cascade</string>
<string name="changelog">Liste des changements</string>
<string name="changelog_summary">Découvrez les nouveautés</string>
@ -118,14 +120,15 @@
<string name="color">Couleur</string>
<string name="colors">Couleurs</string>
<string name="composer">Compositeur</string>
<string name="copied_device_info_to_clipboard">Informations sur l\'appareil copiées dans le presse-papier.</string>
<string name="could_not_create_playlist">La liste de lecture n\'a pas pu \u00eatre cr\u00e9\u00e9e.</string>
<string name="could_not_download_album_cover">"Impossible de t\u00e9l\u00e9charger une image d'album qui corresponde."</string>
<string name="copied_device_info_to_clipboard">Informations sur lappareil copiées dans le presse-papier.</string>
<string name="could_not_create_playlist">La liste de lecture na pas pu être créée.</string>
<string name="could_not_download_album_cover">"Impossible de télécharger une image dalbum correspondante."</string>
<string name="could_not_restore_purchase">Les achats n\'ont pas pu être restaurés.</string>
<string name="could_not_scan_files">Les fichiers %d n\'ont pas pu être scanné.</string>
<string name="create_action">Créer</string>
<string name="create_new_backup">Créer</string>
<string name="created_playlist_x">Liste de lecture %1$s créée.</string>
<string name="credit_title">Membres et contributeurs</string>
<string name="credit_title">Membres et contributeurs </string>
<string name="currently_listening_to_x_by_x">Vous écoutez actuellement %1$s par %2$s.</string>
<string name="dark_theme_name">Plutôt Sombre</string>
<string name="delete_playlist_title">Supprimer la liste de lecture</string>
@ -136,34 +139,34 @@
<string name="delete_songs_title">Supprimer les morceaux</string>
<string name="delete_x_playlists"><![CDATA[Supprimer les listes <b>%1$d</b> ?]]></string>
<string name="delete_x_songs"><![CDATA[Supprimer les morceaux <b>%1$d</b> ?]]></string>
<string name="deleted_x_songs">%1$d à été supprimé.</string>
<string name="deleting_songs">Suppression des musiques</string>
<string name="deleted_x_songs">%1$d a été supprimé.</string>
<string name="deleting_songs">Suppression des morceaux</string>
<string name="depth">Profondeur</string>
<string name="description">Description</string>
<string name="device_info">Infos sur l\'appareil</string>
<string name="dialog_message_set_ringtone">Autoriser la musique Retro pour modifier les paramètres audio</string>
<string name="dialog_title_set_ringtone">Définir une sonnerie</string>
<string name="do_you_want_to_clear_the_blacklist">Voulez vous vraiment vider la liste noire ?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Voulez vous vraiment retirer <b>%1$s</b> de la liste noire ?]]></string>
<string name="device_info">Informations sur l\'appareil</string>
<string name="dialog_message_set_ringtone">Autoriser Retro Music à modifier les paramètres audios</string>
<string name="dialog_title_set_ringtone">Définir comme sonnerie</string>
<string name="do_you_want_to_clear_the_blacklist">Voulez-vous vraiment vider la liste noire ?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Voulez-vous vraiment retirer <b>%1$s</b> de la liste noire ?]]></string>
<string name="donate">Faire un don</string>
<string name="donate_summary">Si vous pensez que je mérite d\'être payé pour mon travail, vous pouvez me donner quelques dollars ici</string>
<string name="donation_header">Achetez moi :</string>
<string name="donation_header">Offrez-moi :</string>
<string name="done">Terminé</string>
<string name="drive_mode">Mode conduite</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="edit_fab">Modifier le bouton</string>
<string name="edit_normal_lyrics">Modifier les paroles</string>
<string name="edit_synced_lyrics">Modifier les paroles synchronisées</string>
<string name="empty">Vide</string>
<string name="equalizer">Égaliseur</string>
<string name="faq">FAQ</string>
<string name="faq">Foire aux questions</string>
<string name="favorites">Favoris</string>
<string name="finish_last_song">Finissez la dernière chanson</string>
<string name="finish_last_song">Finissez le dernier morceau</string>
<string name="fit">Adapter</string>
<string name="flat">Plat</string>
<string name="folders">Dossiers</string>
<string name="follow_system">Follow system</string>
<string name="follow_system">Suivre les paramètres du système</string>
<string name="for_you">Pour vous</string>
<string name="free">Free</string>
<string name="free">Gratuit</string>
<string name="full">Plein</string>
<string name="full_card">Carte complète</string>
<string name="general_settings_summary">Changer le thème et les couleurs de l\'application</string>
@ -171,7 +174,7 @@
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Cloner le projet sur GitHub</string>
<string name="gradient">Gradient</string>
<string name="gradient">Dégradé</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -180,8 +183,8 @@
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Les Grilles &amp; Le Style</string>
<string name="help_summary">Need more help?</string>
<string name="grid_style_label">Style de la grille</string>
<string name="help_summary">Encore besoin d\'aide ?</string>
<string name="hinge">Charnière</string>
<string name="history">Historique</string>
<string name="home">Accueil</string>
@ -189,27 +192,27 @@
<string name="image">Image</string>
<string name="image_gradient">Le Gradient de l\'image</string>
<string name="image_settings_summary">Changer les paramètres de téléchargement des photos d\'artistes</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">%1$d morceaux ont été inséré dans la liste %2$s.</string>
<string name="import_label">Importer</string>
<string name="import_playlist">Importer la liste de lecture</string>
<string name="import_playlist_message">Il importe toutes les listes de lecture listées dans l\'Android Media Store avec des morceaux, si les listes de lecture existent déjà, les morceaux seront fusionnés.</string>
<string name="inserted_x_songs_into_playlist_x">%1$d morceaux ont été insérés dans la liste %2$s.</string>
<string name="instagram_page_summary">Partager votre configuration de Retro Music pour la montrer sur Instagram</string>
<string name="keyboard">Clavier</string>
<string name="label_bit_rate">Débit</string>
<string name="label_bit_rate">Débit audio</string>
<string name="label_file_format">Format</string>
<string name="label_file_name">Nom du fichier</string>
<string name="label_file_path">Chemin de fichier</string>
<string name="label_file_size">Taille</string>
<string name="label_more_from">More from %s</string>
<string name="label_file_path">Chemin du fichier</string>
<string name="label_file_size">Taille du fichier</string>
<string name="label_more_from">Plus de %s</string>
<string name="label_sampling_rate">Taux déchantillonnage</string>
<string name="label_track_length">Longueur</string>
<string name="labeled">Étiqueté</string>
<string name="last_added">Dernier ajout</string>
<string name="last_song">Dernière Chanson</string>
<string name="last_song">Dernier morceau</string>
<string name="library_categories">Catégories</string>
<string name="licenses">Licences</string>
<string name="light_theme_name">Clairement blanc</string>
<string name="listeners_label">Listeners</string>
<string name="listeners_label">Auditeurs</string>
<string name="listing_files">Listage des fichiers</string>
<string name="loading_products">Chargement des produits…</string>
<string name="login">Se connecter</string>
@ -223,14 +226,15 @@
<string name="never">jamais</string>
<string name="new_playlist_title">Nouvelle liste de lecture</string>
<string name="new_start_directory">%s est le nouveau dossier de départ.</string>
<string name="next_song">Prochaine Chanson</string>
<string name="next_song">Prochain morceau</string>
<string name="no_albums">Pas d\'albums</string>
<string name="no_artists">Pas d\'artistes</string>
<string name="no_audio_ID">"Lancez d'abord un morceau, puis réessayez."</string>
<string name="no_backups_found">Aucune sauvegarde trouvée</string>
<string name="no_equalizer">Aucun égaliseur trouvé</string>
<string name="no_genres">Aucun genre</string>
<string name="no_lyrics_found">Aucune parole trouvée</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playing_queue">Aucun morceau en cours de lecture</string>
<string name="no_playlists">Aucune liste de lecture</string>
<string name="no_purchase_found">Aucun achat trouvé</string>
<string name="no_results">Aucun résultat</string>
@ -238,7 +242,7 @@
<string name="normal">Normal</string>
<string name="normal_lyrics">Paroles normales</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> n\'est pas repertorié dans le stockage média.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="not_recently_played">Non jouée récemment</string>
<string name="nothing_to_scan">Rien à scanner.</string>
<string name="nothing_to_see">Rien à afficher</string>
<string name="notification">Notification</string>
@ -252,12 +256,12 @@
<string name="others">Autre</string>
<string name="password">Mot de passe</string>
<string name="past_three_months">3 derniers mois</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="paste_lyrics_here">Copiez les paroles ici</string>
<string name="paste_timeframe_lyrics_here">Collez les paroles de la période ici</string>
<string name="peak">Aperçu</string>
<string name="permission_external_storage_denied">La permission pour accéder au stockage externe a été refusée.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permission_summary">L\'application a besoin d\'accéder au stockage de votre appareil pour lire votre musique</string>
<string name="permission_title">Accès au stockage</string>
<string name="permissions_denied">Permission refusée.</string>
<string name="personalize">Personnaliser</string>
<string name="personalize_settings_summary">Personnalisez le lecteur et l\'interface</string>
@ -272,27 +276,27 @@
<string name="playlists">Listes de lecture</string>
<string name="pref_blur_amount_summary">Quantité de flou appliqué aux thèmes flous, bas est plus rapide</string>
<string name="pref_blur_amount_title">Quantité de flou</string>
<string name="pref_filter_song_summary">Filtrer les sons par temps</string>
<string name="pref_filter_song_title">Filtre de la durée de la chanson</string>
<string name="pref_filter_song_summary">Filtrer les morceaux par durée</string>
<string name="pref_filter_song_title">Filtre de durée du morceau</string>
<string name="pref_header_advanced">Avancé</string>
<string name="pref_header_album">De style Album</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Liste noir</string>
<string name="pref_header_controls">Contrôle</string>
<string name="pref_header_general">Thème</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_images">Illustration</string>
<string name="pref_header_library">Bibliothèque</string>
<string name="pref_header_lockscreen">Écran de verrouillage</string>
<string name="pref_header_playlists">Listes de lecture</string>
<string name="pref_keep_pause_on_zero_volume_summary">La lecture se met en pause à zéro et se lance lorsque le volume augmente. Attention, lorsque vous augmentez le volume, la musique se lance même si vous êtes en dehors de l\'app.</string>
<string name="pref_keep_pause_on_zero_volume_summary">La lecture se met en pause à zéro et se lance lorsque le volume augmente. Attention, lorsque vous augmentez le volume, la musique se lance même si vous êtes en dehors de l\'application</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause sur zéro</string>
<string name="pref_keep_screen_on_summary">Veuillez garder en tête que l\'activation de cette fonctionnalité peut réduire la durée de vie de la batterie</string>
<string name="pref_keep_screen_on_title">Garder l\'écran allumé</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Utiliser la couverture d\'album de la piste en cours de lecture comme fond sur l\'écran de verrouillage</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_language_name">Choisir la langue</string>
<string name="pref_summary_album_art_on_lockscreen">Utiliser la couverture d\'album du morceau en cours de lecture comme fond sur l\'écran de verrouillage</string>
<string name="pref_summary_album_artists_only">Afficher les artistes de l\'album dans la catégorie Artiste</string>
<string name="pref_summary_audio_ducking">Baisser le volume quand un son système ou une notification est reçue</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_audio_fade">Fondu audio lorsque le morceau est mis en pause ou en lecture</string>
<string name="pref_summary_blacklist">Le contenu des dossiers en liste noire est masqué de votre bibliothèque.</string>
<string name="pref_summary_bluetooth_playback">Commencez à jouer dès que vous êtes connecté à un appareil Bluetooth</string>
<string name="pref_summary_blurred_album_art">Flouter la couverture de l\'album sur l\'écran de verrouillage. Cela peut poser des problèmes avec des applications et widgets tiers.</string>
@ -301,47 +305,47 @@
<string name="pref_summary_colored_app">La couleur du fond et des boutons de contrôles change en fonction de l\'image d\'album sur l\'écran de lecture en cours</string>
<string name="pref_summary_colored_app_shortcuts">Les raccourcis rapides de l\'application prendront la couleur d\'accent. Chaque fois que vous changez de couleur, veuillez activer ceci afin que le changement soit pris en compte</string>
<string name="pref_summary_colored_notification">"Colorer la notification avec la couleur dominante des couvertures d'albums"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_cross_fade">Durée du fondu enchaîné entre les morceaux</string>
<string name="pref_summary_desaturated_color">Selon les lignes directrices du Material Design, les couleurs devraient être désaturées en mode sombre</string>
<string name="pref_summary_expand_now_playing_panel">Toucher la notification affichera l\'écran de lecture en cours à la place de l\'écran d\'accueil</string>
<string name="pref_summary_extra_controls">Ajouter des contrôles supplémentaires pour le mini lecteur</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_extra_song_info">Afficher les informations supplémentaires du morceau, comme le format de fichier, le débit et la fréquence</string>
<string name="pref_summary_gapless_playback">"Peut causer des problèmes de lecture sur certains appareils."</string>
<string name="pref_summary_home_banner">Changer le style de la bannière sur l\'accueil</string>
<string name="pref_summary_ignore_media_store_artwork">Peut améliorer la qualité de l\'image d\'album, mais ralenti le chargement des images. N\'activez ceci que si vous avez des problèmes avec les images basse résolution</string>
<string name="pref_summary_library_categories">Configurer la visibilité et l\'ordre des catégories de la librairie.</string>
<string name="pref_summary_lock_screen">Utiliser les contrôles personnalisés de Retro Music sur l\'écran de verrouillage</string>
<string name="pref_summary_open_source_licences">Détails des licences pour les logiciels open source</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_remember_tab">Afficher le dernier onglet au démarrage</string>
<string name="pref_summary_show_lyrics">Afficher les paroles synchronisées par-dessus la pochette d\'album</string>
<string name="pref_summary_suggestions">Afficher le mix de nouveaux morceaux sur la page d\'accueil</string>
<string name="pref_summary_toggle_full_screen">Mode immersif</string>
<string name="pref_summary_toggle_headset">Commencer immédiatement la lecture lors du branchement d\'un casque</string>
<string name="pref_summary_toggle_shuffle">Le mode aléatoire se désactivera lors de la lecture d\'une nouvelle liste de morceaux</string>
<string name="pref_summary_toggle_volume">Si vous avez assez de place, affiche les contrôle du volume sur l\'écran de lecture</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_summary_whitelist">Afficher uniquement les morceaux du dossier /Musique</string>
<string name="pref_title_album_art_on_lockscreen">Afficher la couverture de l\'album</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_artists_only">Naviguer par artiste de l\'album</string>
<string name="pref_title_album_cover_style">Thème de la couverture d\'album</string>
<string name="pref_title_album_cover_transform">Style du balayage de l\'image d\'album</string>
<string name="pref_title_app_shortcuts">Raccourcis d\'application colorés</string>
<string name="pref_title_audio_ducking">Réduire le volume à la perte de focus</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_audio_fade">Fondu audio</string>
<string name="pref_title_auto_download_artist_images">Télécharger automatiquement les photos des artistes</string>
<string name="pref_title_blacklist">Liste noire</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_bluetooth_playback">Lecture via Bluetooth</string>
<string name="pref_title_blurred_album_art">Flouter la couverture d\'album</string>
<string name="pref_title_classic_notification">Design de notification classique</string>
<string name="pref_title_colored_app">Couleur adaptative</string>
<string name="pref_title_colored_notification">Notification colorée</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_cross_fade">Fondu enchaîné (Beta)</string>
<string name="pref_title_desaturated_color">Couleur désaturée</string>
<string name="pref_title_expand_now_playing_panel">Afficher l\'écran de lecture en cours</string>
<string name="pref_title_extra_controls">Contrôles supplémentaires</string>
<string name="pref_title_extra_song_info">Détails sur la musique</string>
<string name="pref_title_gapless_playback">Lecture sans blanc</string>
<string name="pref_title_general_theme">Thème de l\'application</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_album_grid_style">Grille d\'album</string>
<string name="pref_title_home_artist_grid_style">Disposition de la grille d\'artistes sur l\'accueil</string>
<string name="pref_title_home_banner">Bannière d\'accueil</string>
<string name="pref_title_ignore_media_store_artwork">Ignorer les couvertures du stockage média</string>
@ -349,16 +353,16 @@
<string name="pref_title_lock_screen">Contrôles plein-écran</string>
<string name="pref_title_now_playing_screen_appearance">Thème d\'écran de lecture</string>
<string name="pref_title_open_source_licences">Licences open source</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_remember_tab">Se souvenir du dernier onglet</string>
<string name="pref_title_show_lyrics">Afficher les paroles</string>
<string name="pref_title_suggestions">Afficher les suggestions</string>
<string name="pref_title_tab_text_mode">Mode Titres onglets</string>
<string name="pref_title_toggle_carousel_effect">Effet carousel</string>
<string name="pref_title_toggle_full_screen">App en plein écran</string>
<string name="pref_title_toggle_toggle_headset">Lecture automatique</string>
<string name="pref_title_toggle_toggle_shuffle">Mode aléatoire</string>
<string name="pref_title_toggle_volume">Contrôles de volume</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_whitelist">Morceau en liste blanche</string>
<string name="pro">Pro</string>
<string name="pro_summary">Maintenant les thèmes de jeu, L\'effet de carrousel, thème de couleur et plus..</string>
<string name="profile">Profil</string>
@ -386,20 +390,20 @@
<string name="restoring_purchase">Restauration de l\'achat…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<string name="ringtone_summary">L\'application a besoin d\'accéder au stockage de votre appareil pour configurer un morceau comme sonnerie</string>
<string name="ringtone_title">Sonnerie (optionnel)</string>
<string name="saf_delete_failed">La suppression du fichier a échoué : %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<string name="saf_error_uri">Impossible d\'obtenir l\'URI SAF</string>
<string name="saf_guide_slide1_description">Ouvrir le tiroir de navigation</string>
<string name="saf_guide_slide1_description_before_o">Activer \'Afficher la carte SD\' dans le menu de débordement</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="saf_guide_slide1_title">%s a besoin d\'accéder à la carte SD</string>
<string name="saf_guide_slide2_description">Vous devez sélectionner le répertoire racine de votre carte SD</string>
<string name="saf_guide_slide2_title">Sélectionnez votre carte SD dans la fenêtre de navigation</string>
<string name="saf_guide_slide3_description">N\'ouvrez aucun sous-dossier</string>
<string name="saf_guide_slide3_title">Appuyez sur le bouton \'sélectionner\' en bas de l\'écran</string>
<string name="saf_write_failed">Échec de l\'écriture du fichier : %s</string>
<string name="save">Enregistrer</string>
<!-- SAF -->
<!-- SAF guide -->
@ -409,21 +413,21 @@
<string name="saving_changes">Enregistrement des changements</string>
<string name="scan_media">Scanner le média</string>
<string name="scanned_files">Fichier %1$d sur %2$d scanné</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="scrobbles_label">Scrobble</string>
<string name="select_all">Tout sélectionner</string>
<string name="selected">Sélectionné</string>
<string name="set">Définir</string>
<string name="set_artist_image">Définir photo de l\'artiste</string>
<string name="share_app">Partager l\'app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="share_summary">Partagez l\'application avec vos amis et votre famille</string>
<string name="share_to_stories">Partager en Story</string>
<string name="show_album_artists">Afficher les artistes de l\'album</string>
<string name="shuffle">Aléatoire</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Minuteur d\'extinction annulé.</string>
<string name="sleep_timer_set">Extinction dans %d minutes.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="social_stories">Partager une Story</string>
<string name="song">Morceau</string>
<string name="song_duration">Durée du morceau</string>
<string name="songs">Morceaux</string>
@ -434,8 +438,8 @@
<string name="sort_order_composer">Compositeur</string>
<string name="sort_order_date">Date</string>
<string name="sort_order_date_modified">Date de modification</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_num_songs">Nombre de morceaux</string>
<string name="sort_order_num_songs_desc">Nombre de morceaux décroissant</string>
<string name="sort_order_year">Année</string>
<string name="sort_order_z_a">Descendant</string>
<string name="speech_not_supported">Désolé, votre appareil ne supporte pas l\'entrée vocale</string>
@ -457,7 +461,7 @@
<string name="tiny_card_style">Petite carte</string>
<string name="title">Titre</string>
<string name="today">Aujourd\'hui</string>
<string name="top_albums">Top albums</string>
<string name="top_albums">Meilleurs albums</string>
<string name="top_artists">Top artistes</string>
<string name="track_hint">"Morceau (2 pour morceau 2, 3004 pour morceau 4 du CD 3)"</string>
<string name="track_list">Numéro du morceau</string>
@ -471,20 +475,20 @@
<string name="up_next">À suivre</string>
<string name="update_image">Mettre à jour l\'image</string>
<string name="updating">Mise à jour...</string>
<string name="user_name">User Name</string>
<string name="user_name">Nom d\'utilisateur</string>
<string name="username">Nom d\'utilisateur</string>
<string name="version">version</string>
<string name="vertical_flip">Balayage vertical</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="view_on_telegram">Afficher sur Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Recherche internet</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="website">Site web</string>
<string name="website_summary">Découvrez notre site Web</string>
<string name="welcome">Bienvenue,</string>
<string name="what_do_you_want_to_share">Que souhaitez-vous partager ?</string>
<string name="whats_new">Quoi de neuf</string>
<string name="window">Fenêtre</string>
<string name="window_corner_edges">Bords arrondis</string>
<string name="window_corner_edges">Coins arrondis</string>
<string name="x_has_been_set_as_ringtone">Définir %1$s comme sonnerie.</string>
<string name="x_selected">%1$d sélectionné</string>
<string name="year">Année</string>

View File

@ -1,500 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="two">Songs</item>
<item quantity="few">Songs</item>
<item quantity="many">Songs</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="two">Albums</item>
<item quantity="few">Albums</item>
<item quantity="many">Albums</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -81,6 +81,8 @@
<string name="audio_focus_denied">ऑडियो फोकस से इनकार किया।</string>
<string name="audio_settings_summary">ध्वनि सेटिंग्स बदलें और तुल्यकारक नियंत्रण समायोजित करें</string>
<string name="auto">ऑटो</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">जीवनी</string>
<string name="black_theme_name">सिर्फ काला</string>
<string name="blacklist">ब्लैकलिस्ट</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
@ -227,6 +230,7 @@
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>

View File

@ -83,6 +83,8 @@
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
@ -126,6 +128,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
@ -229,6 +232,7 @@
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">%s -ról</string>
<string name="about_settings_summary">Csapat, társadalmi kapcsolatok</string>
<string name="about_settings_summary">Csapat, közösségi oldalak</string>
<string name="accent_color">Kiemelő szín</string>
<string name="accent_color_desc">Az kiemelő téma színe alapértelmezés szerint színtiszta</string>
<string name="accent_color_desc">A kiemelő téma színe, alapértelmezés szerint lila</string>
<string name="action_about">Rólunk</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_blacklist">Hozzáadás a tiltólistához</string>
<string name="action_add_to_favorites">Hozzáadás a kedvencekhez</string>
<string name="action_add_to_playing_queue">Hozzáadás a lejátszási sorhoz</string>
<string name="action_add_to_playlist">Hozzáadás lejátszási listához</string>
@ -35,7 +35,7 @@
<string name="action_remove_from_playlist">Eltávolítás a lejátszási listáról</string>
<string name="action_rename">Átnevezés</string>
<string name="action_save_playing_queue">Lejátszási sor mentése</string>
<string name="action_scan">Keresés</string>
<string name="action_scan">Beolvasás</string>
<string name="action_search">Keresés</string>
<string name="action_set">Elkezdés</string>
<string name="action_set_as_ringtone">Beállítás csengőhangként</string>
@ -47,9 +47,9 @@
<string name="action_sleep_timer">Elalvás időzítő</string>
<string name="action_sort_order">Rendezési sorrend</string>
<string name="action_tag_editor">Címkeszerkesztő</string>
<string name="action_toggle_favorite">A kedvenc váltása</string>
<string name="action_toggle_shuffle">A véletlenszerű lejátszás megváltoztatása</string>
<string name="adaptive">AdaptÍv</string>
<string name="action_toggle_favorite">A kedvenc bekapcsolása/kikapcsolása</string>
<string name="action_toggle_shuffle">A véletlenszerű lejátszás bekapcsolása/kikapcsolása</string>
<string name="adaptive">Adaptív</string>
<string name="add_action">Hozzáad</string>
<string name="add_playlist_title">"Hozzáadás lejátszási listához"</string>
<string name="add_time_framed_lryics">Időzített dalszöveg hozzáadása</string>
@ -72,40 +72,42 @@
<string name="app_shortcut_top_tracks_short">Legjobb zeneszámok</string>
<string name="app_widget_big_name">Teljes kép</string>
<string name="app_widget_card_name">Kártya</string>
<string name="app_widget_classic_name">Retro zene - Klasszikus</string>
<string name="app_widget_small_name">Retro zene - Kicsi</string>
<string name="app_widget_classic_name">Klasszikus</string>
<string name="app_widget_small_name">Kicsi</string>
<string name="app_widget_text_name">Minimális szöveg</string>
<string name="artist">Előadó</string>
<string name="artists">Előadók</string>
<string name="audio_fade_duration">Hangáttünés hossza</string>
<string name="audio_focus_denied">Az audiofókusz megtagadva.</string>
<string name="audio_settings_summary">Módosítsa a hangbeállításokat és állítsa be a hangszínszabályzó irányítását</string>
<string name="auto">Autó</string>
<string name="audio_settings_summary">Módosítsd a hangbeállításokat és állítsd be a hangszínszabályzó vezérlőit</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Biztonsági mentés & Visszaállítás]]></string>
<string name="backup_title">Biztonsági mentések</string>
<string name="biography">Életrajz</string>
<string name="black_theme_name">Csak Fekete</string>
<string name="blacklist">Feketelista</string>
<string name="blur">Homályosítás</string>
<string name="blur_card">Kártya homályosítása</string>
<string name="blur_card">Homályosított kártya</string>
<string name="bug_report_failed">Nem sikerült elküldeni a jelentést</string>
<string name="bug_report_failed_invalid_token">Érvénytelen belépési azonosító. Kérem, lépjen kapcsolatba az alkalmazás fejlesztőjével.</string>
<string name="bug_report_failed_issues_not_available">A problémák jelentése nincs engedélyezve a repository-ban. Kérem, lépjen kapcsolatba az alkalmazás fejlesztőjével.</string>
<string name="bug_report_failed_unknown">Váratlan hiba történt. Kérem, lépjen kapcsolatba az alkalmazás fejlesztőjével.</string>
<string name="bug_report_failed_wrong_credentials">Nem sikerült elküldeni a jelentést</string>
<string name="bug_report_failed_wrong_credentials">Hibás felhasználónév vagy jelszó</string>
<string name="bug_report_issue">Probléma</string>
<string name="bug_report_manual">Küldés manuálisan</string>
<string name="bug_report_no_description">Kérem, adja meg a leírást</string>
<string name="bug_report_no_description">Kérem, adja meg a probléma leírását</string>
<string name="bug_report_no_password">Kérem, adja meg az érvényes GitHub jelszavát</string>
<string name="bug_report_no_title">Kérem, adjon meg egy címet</string>
<string name="bug_report_no_title">Kérem, nevezze meg a probléma címét</string>
<string name="bug_report_no_username">Kérem, adja meg az érvényes GitHub felhasználónevét</string>
<string name="bug_report_summary">Egy váratlan hiba történt. Sajnáljuk, hogy hibába botlottál, ha folyton összeomlik, töröld az alkalmazásadatokat, vagy küldj nekünk E-Mailt.</string>
<string name="bug_report_use_account">Küldés a GitHub fiókkal</string>
<string name="buy_now">Vásárolj most</string>
<string name="buy_now">Vedd meg most</string>
<string name="cancel_current_timer">Mégse</string>
<string name="card">Kártya</string>
<string name="card_color_style">Színes Kártya</string>
<string name="card_square">Négyzet Kártya</string>
<string name="card_square">Négyzetes Kártya</string>
<string name="card_style">Kártya</string>
<string name="carousal_effect_on_now_playing_screen">Kőrhinta effekt a most játszik képernyőn</string>
<string name="carousal_effect_on_now_playing_screen">Körhinta effekt a \"most játszott\" képernyőn</string>
<string name="cascading">Növelés</string>
<string name="changelog">Változtatási napló</string>
<string name="changelog_summary">Nézd meg az újdonságokat</string>
@ -119,14 +121,15 @@
<string name="colors">Színek</string>
<string name="composer">Zeneszerző</string>
<string name="copied_device_info_to_clipboard">Eszköz információk a vágólapra másolva.</string>
<string name="could_not_create_playlist">Lej\u00e1tsz\u00e1si lista l\u00e9trehoz\u00e1sa nem siker\u00fclt.</string>
<string name="could_not_download_album_cover">"Nem siker\u00fclt lek\u00e9rni a megfelel\u0151 albumbor\u00edt\u00f3t."</string>
<string name="could_not_create_playlist">Lejátszási lista létrehozása nem sikerült.</string>
<string name="could_not_download_album_cover">"Nem sikerült letölteni a megfelelő albumborítót."</string>
<string name="could_not_restore_purchase">A vásárlást nem sikerült visszaállítani.</string>
<string name="could_not_scan_files">Nem sikerült beolvasni %d fájlt.</string>
<string name="create_action">Létrehozás</string>
<string name="create_new_backup">Létrehozás</string>
<string name="created_playlist_x">Létrehozott lejátszási lista %1$s.</string>
<string name="credit_title">Tagok és támogatók</string>
<string name="currently_listening_to_x_by_x">Jelenleg hallgat %1$s által %2$s</string>
<string name="currently_listening_to_x_by_x">Jelenleg %1$s hallgatása %2$s által.</string>
<string name="dark_theme_name">Kissé sötét</string>
<string name="delete_playlist_title">Lejátszási lista törlése</string>
<string name="delete_playlist_x"><![CDATA[Törli a <b>%1$s</b> lejátszási listát?]]></string>
@ -141,12 +144,12 @@
<string name="depth">Mélység</string>
<string name="description">Leírás</string>
<string name="device_info">Eszköz információ</string>
<string name="dialog_message_set_ringtone">Hagyja, hogy a Retro Music módosítsa az audiobeállításokat</string>
<string name="dialog_message_set_ringtone">Engedélyezed, hogy a Retro Music módosítsa az audiobeállításokat</string>
<string name="dialog_title_set_ringtone">Csengőhang beállítás</string>
<string name="do_you_want_to_clear_the_blacklist">Szeretné törölni a feketelistát?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Szeretné eltávolítani a <b>%1$s</b> a feketelistáról?]]></string>
<string name="do_you_want_to_clear_the_blacklist">Szeretné kiüríteni a feketelistát?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Szeretné eltávolítani a <b>%1$s</b> elemet a feketelistáról?]]></string>
<string name="donate">Támogatás</string>
<string name="donate_summary">Ha úgy gondolja, hogy megérdemlem fizetni a munkámért, hagyhatsz néhányat pénzt itt</string>
<string name="donate_summary">Ha úgy gondolod, hogy megérdemlem, hogy fizess a munkámért, hagyhatsz egy kis pénzt itt</string>
<string name="donation_header">Vegyél nekem egy:</string>
<string name="done">Kész</string>
<string name="drive_mode">Vezetés mód</string>
@ -180,22 +183,22 @@
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Rácsok és stílus</string>
<string name="grid_style_label">Rács stílusa</string>
<string name="help_summary">További segítségre van szüksége?</string>
<string name="hinge">Zsanér</string>
<string name="history">Előzmény</string>
<string name="home">Kezdőlap</string>
<string name="horizontal_flip">Vízszintes forgatás</string>
<string name="image">Kép</string>
<string name="image_gradient">Színátmenet kép</string>
<string name="image_settings_summary">A művészképek letöltésének megváltoztatása.</string>
<string name="image_gradient">Színátmenetes kép</string>
<string name="image_settings_summary">A művészképek letöltési beállításainak megváltoztatása</string>
<string name="import_label">Importálás</string>
<string name="import_playlist">Lejátszólista importálása</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="import_playlist_message">Importálja az Android Media Store-ban lévő összes lejátszási listát a zenékkel együtt. Ha a lejátszási lista már létezik, a zeneszámok össze lesznek vonva.</string>
<string name="inserted_x_songs_into_playlist_x">%1$d dalt betett a %2$s lejátszási listába.</string>
<string name="instagram_page_summary">Ossza meg Retro Music beállításait, hogy bemutassa a Instagram-on</string>
<string name="instagram_page_summary">Osszd meg Retro Music beállításaid, mutasd meg a Instagram-on</string>
<string name="keyboard">Billentyűzet</string>
<string name="label_bit_rate">Bitrát</string>
<string name="label_bit_rate">Bitráta</string>
<string name="label_file_format">Formátum</string>
<string name="label_file_name">Fájl név</string>
<string name="label_file_path">Fájl elérési út</string>
@ -210,9 +213,9 @@
<string name="licenses">Licencek</string>
<string name="light_theme_name">Világos fehér</string>
<string name="listeners_label">Hallgatók</string>
<string name="listing_files">Listázási fájlok</string>
<string name="listing_files">Fájlok listázása</string>
<string name="loading_products">A termékek betöltése ...</string>
<string name="login">Bjelentkezés</string>
<string name="login">Bejelentkezés</string>
<string name="lyrics">Dalszöveg</string>
<string name="made_with_love">❤️-el készítve Indiából</string>
<string name="material">Materiál</string>
@ -226,54 +229,55 @@
<string name="next_song">Következő dal</string>
<string name="no_albums">Nincsenek albumok</string>
<string name="no_artists">Nincs előadó</string>
<string name="no_audio_ID">"Először játssz le egy dalt, majd próbálkozzon újra."</string>
<string name="no_equalizer">Nem találtunk hangszínszabályzott.</string>
<string name="no_audio_ID">"Először játssz le egy dalt, majd próbálkozz újra."</string>
<string name="no_backups_found">Nem található biztonsági mentés</string>
<string name="no_equalizer">Nem találtunk hangszínszabályzót</string>
<string name="no_genres">Nincsenek műfajok</string>
<string name="no_lyrics_found">Nem található dalszöveg</string>
<string name="no_playing_queue">Nincs lejátszott dal</string>
<string name="no_playing_queue">Nincs lejátszandó dal</string>
<string name="no_playlists">Nincs lejátszási lista</string>
<string name="no_purchase_found">Nincs vásárlás.</string>
<string name="no_purchase_found">Nem található korábbi vásárlás.</string>
<string name="no_results">Nincs eredmény</string>
<string name="no_songs">Nincs dal</string>
<string name="normal">Normál</string>
<string name="normal_lyrics">Normál dalszövegek</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nem szerepel a médiában.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nincs szkennelve.</string>
<string name="nothing_to_see">Semmit sem látni</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nem szerepel a média tárban.]]></string>
<string name="not_recently_played">Nem mostanában játszott</string>
<string name="nothing_to_scan">Nincs mit beolvasni.</string>
<string name="nothing_to_see">Nincs mit látni</string>
<string name="notification">Értesítés</string>
<string name="notification_settings_summary">Értesítési stílus testreszabása</string>
<string name="now_playing">Most lejátszott</string>
<string name="now_playing">Most játszott</string>
<string name="now_playing_queue">Sorban áll</string>
<string name="now_playing_summary">Most játszik képernyő személyre szabása</string>
<string name="now_playing_themes">9+ most játszik témák</string>
<string name="now_playing_summary">Most játszott képernyő személyre szabása</string>
<string name="now_playing_themes">9+ most játszott téma</string>
<string name="only_on_wifi">Csak Wi-Fi-n</string>
<string name="other_settings_summary">Speciális tesztelési szolgáltatások</string>
<string name="other_settings_summary">Speciális tesztelési funkciók</string>
<string name="others">Egyéb</string>
<string name="password">Jelszó</string>
<string name="past_three_months">3 hónapnál túl</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="past_three_months">Elmúlt 3 hónap</string>
<string name="paste_lyrics_here">Dalszöveg beillesztése ide</string>
<string name="paste_timeframe_lyrics_here">Időzített dalszöveg beillesztése ide</string>
<string name="peak">Csúcs</string>
<string name="permission_external_storage_denied">A külső tárolási hozzáférés engedélyezése tiltva.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permission_summary">Az alkalmazásnak engedélyre van szüksége az eszköz tárhelyéhez a zenék lejátszásához</string>
<string name="permission_title">Tárhely engedély</string>
<string name="permissions_denied">Engedélyek megtagadva.</string>
<string name="personalize">Megszemélyesít</string>
<string name="personalize">Személyre szabás</string>
<string name="personalize_settings_summary">Szabd személyre a jelenleg játszott felületet és a kezelőfelületet</string>
<string name="pick_from_local_storage">Válasszon a helyi tárolóból</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Kövesse a Pinterest oldalt a Retro Music design inspirációjához</string>
<string name="plain">Egyszerű</string>
<string name="playing_notification_description">A lejátszási értesítés lejátszási/szüneteltetési intézkedéseket tartalmaz.</string>
<string name="playing_notification_name">Értesítés lejátszása</string>
<string name="pinterest_page_summary">Kövesse a Pinterest oldalt a Retro Music design ötletekért</string>
<string name="plain">Letisztult</string>
<string name="playing_notification_description">A lejátszási értesítés lejátszási/szüneteltetési akciógombokat tartalmazzon.</string>
<string name="playing_notification_name">Lejátszási értesítés</string>
<string name="playlist_is_empty">A lejátszási lista üres</string>
<string name="playlist_name_empty">Lejátszási lista neve</string>
<string name="playlists">Lejátszási listák</string>
<string name="pref_blur_amount_summary">Homályosítás mértéke homályos témákhoz, az alacsonyabb gyorsabb</string>
<string name="pref_blur_amount_title">Homályosítás mértéke</string>
<string name="pref_filter_song_summary">A dalok szűrése hossz szerint</string>
<string name="pref_filter_song_title">Szűrje a dal időtartamát</string>
<string name="pref_filter_song_title">Dal időtartamának szűrése</string>
<string name="pref_header_advanced">Haladó</string>
<string name="pref_header_album">Album stílusa</string>
<string name="pref_header_audio">Hang</string>
@ -285,87 +289,87 @@
<string name="pref_header_lockscreen">Zárképernyő</string>
<string name="pref_header_playlists">Lejátszási listák</string>
<string name="pref_keep_pause_on_zero_volume_summary">Szünetelteti a dalt, amikor a hangerő nullára csökken, és elindítja a lejátszást, ha a hangerő emelkedik. Az alkalmazáson kívül is működik</string>
<string name="pref_keep_pause_on_zero_volume_title">Szünet a nullára</string>
<string name="pref_keep_pause_on_zero_volume_title">Szünet nulla hangerőn</string>
<string name="pref_keep_screen_on_summary">Vedd figyelembe, hogy ezen funkció engedélyezése hatással lehet az akkuidőre</string>
<string name="pref_keep_screen_on_title">Tartsa bekapcsolva a képernyőt</string>
<string name="pref_language_name">Válasszon nyelvet</string>
<string name="pref_summary_album_art_on_lockscreen">A jelenlegi zeneszámok albumborítóját zárolt háttérképként használja.</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_album_art_on_lockscreen">A jelenlegi zeneszám albumborítóját zárolt háttérképként használja.</string>
<string name="pref_summary_album_artists_only">Album előadók mutatása az Előadók kategóriában</string>
<string name="pref_summary_audio_ducking">Hangerő csökkentése rendszerhang vagy értesítés érkezik</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_audio_fade">A hang fokozatos elhalkítása amikor a zenét megállítod vagy elindítod</string>
<string name="pref_summary_blacklist">A feketelistán szereplő mappák tartalma el van rejtve a könyvtárban.</string>
<string name="pref_summary_bluetooth_playback">Amint csatlakoztatta a bluetooth készüléket, kezdje el a lejátszást</string>
<string name="pref_summary_blurred_album_art">Elhomályosítja az album borítóját a zárolás képernyőjén. Problémákat okozhat harmadik féltől származó alkalmazásokkal és widgetekkel.</string>
<string name="pref_summary_carousel_effect">Körhinta effektus a most játszott képernyőn lévő albumborítón. Ne feledje, hogy a Kártya és a Homályosított Kártya téma nem fog működni</string>
<string name="pref_summary_classic_notification">Használja a klasszikus értesítési kinézetet.</string>
<string name="pref_summary_colored_app">A háttér és a vezérlőgombok színe a most játszott képernyőn megjelenő albumborító szerint változik</string>
<string name="pref_summary_colored_app_shortcuts">Színek az alkalmazás parancsikonjai az akcentus színében. Minden alkalommal, amikor megváltoztatta a színét, kérjük, kapcsolja be ezt a hatást</string>
<string name="pref_summary_colored_notification">"Sz\u00ednek az \u00e9rtes\u00edt\u00e9st az albumbor\u00edt\u00f3 \u00e9l\u00e9nk sz\u00edn\u00e9ben."</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">Az Anyagtervezés szerint a sötét módban a színeket deszaturálni kell</string>
<string name="pref_summary_colored_app_shortcuts">Beszínezi az alkalmazás parancsikonjait a kijelölő színére. Minden alkalommal, amikor megváltoztattad a kijelölő színt, kérjük, kapcsold be ezt az opciót, hogy érvényesüljön.</string>
<string name="pref_summary_colored_notification">"Értesítések színezése az albumborító domináns színei alapján."</string>
<string name="pref_summary_cross_fade">Zeneszámok közötti átfedések időtartama</string>
<string name="pref_summary_desaturated_color">A Material Design irányelv szerint a sötét módban a színeket deszaturálni kell</string>
<string name="pref_summary_expand_now_playing_panel">Az értesítésre kattintva a kezdőképernyő helyett a lejátszási képernyő jelenik meg</string>
<string name="pref_summary_extra_controls">Extra irányítás a mini lejátszóhoz</string>
<string name="pref_summary_extra_controls">Extra vezérlők hozzáadása a mini lejátszóhoz</string>
<string name="pref_summary_extra_song_info">Mutasson további dalinformációkat, például a fájl formátumát, bitrátáját és frekvenciáját</string>
<string name="pref_summary_gapless_playback">"Egyes eszközökön lejátszási problémákat okozhat."</string>
<string name="pref_summary_home_banner">Kezdőlap banner stílusának kapcsolása</string>
<string name="pref_summary_ignore_media_store_artwork">Növelheti az album borításminőségét, de lassabb kép betöltési időt eredményez. Csak akkor engedélyezze ezt, ha problémái vannak az alacsony felbontású művekkel kapcsolatban.</string>
<string name="pref_summary_library_categories">A láthatóság és a könyvtári kategóriák sorrendjének beállítása.</string>
<string name="pref_summary_lock_screen">Retro zeneszámok zárolása a képernyőn.</string>
<string name="pref_summary_home_banner">Kezdőlap banner mutatása/elrejtése</string>
<string name="pref_summary_ignore_media_store_artwork">Növelheti az albumborító minőségét, de lassabb kép betöltési időt eredményez. Csak akkor engedélyezze ezt, ha problémái vannak az alacsony felbontású borítókkal kapcsolatban.</string>
<string name="pref_summary_library_categories">A könyvtári kategóriák sorrendjének és láthatóságának beállítása.</string>
<string name="pref_summary_lock_screen">Retro Music egyéni vezérlőinek a használata zárolási képernyőn.</string>
<string name="pref_summary_open_source_licences">A nyílt forráskódú szoftverek licence részletei</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_remember_tab">Lépjen az utoljára használt fülre az alkalmazás indításakor</string>
<string name="pref_summary_show_lyrics">Szinkronizált dalszövegek megjelenítése albumborító helyett</string>
<string name="pref_summary_suggestions">Új zene mix mutatása kezdőoldalon</string>
<string name="pref_summary_toggle_full_screen">Kiterjesztett üzemmód</string>
<string name="pref_summary_toggle_headset">Indítsa el a lejátszást, amikor a fejhallgató csatlakoztatva van.</string>
<string name="pref_summary_toggle_headset">Indítsa el a lejátszást azonnal, amikor a fejhallgató csatlakoztatva van.</string>
<string name="pref_summary_toggle_shuffle">A véletlen sorrendű mód kikapcsol, ha új számlistát játszik le</string>
<string name="pref_summary_toggle_volume">Ha van szabad hely a képernyőn engedélyezett hangerőszabályzókkal</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_summary_toggle_volume">Ha van elég szabad hely, mutassa a hangerőszabályzókat a most játszott képernyőn</string>
<string name="pref_summary_whitelist">Csak a /Music mappában lévő zenék mutatása</string>
<string name="pref_title_album_art_on_lockscreen">Az album borítójának megjelenítése</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_artists_only">Album előadók szerinti navigálás</string>
<string name="pref_title_album_cover_style">Album borító téma</string>
<string name="pref_title_album_cover_transform">Most játszik album borító stílusa</string>
<string name="pref_title_album_cover_transform">Albumborító stílusa váltáskor</string>
<string name="pref_title_app_shortcuts">Színes alkalmazás parancsikonok</string>
<string name="pref_title_audio_ducking">Csökkentse a fókuszvesztés hangerejét</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Automatikus letölti képeket</string>
<string name="pref_title_audio_ducking">Hangerőcsökkentés fókusz vesztés esetén</string>
<string name="pref_title_audio_fade">Hang elhalkítása/felerősítése</string>
<string name="pref_title_auto_download_artist_images">Automatikusan letölti az előadók képeit</string>
<string name="pref_title_blacklist">Feketelista</string>
<string name="pref_title_bluetooth_playback">Bluetooth lejátszás</string>
<string name="pref_title_blurred_album_art">Elhomályosított albumborító</string>
<string name="pref_title_classic_notification">Klasszikus értesítési terv</string>
<string name="pref_title_classic_notification">Klasszikus értesítés design</string>
<string name="pref_title_colored_app">Adaptív szín</string>
<string name="pref_title_colored_notification">Színes értesítés</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_cross_fade">Átfedés (Béta)</string>
<string name="pref_title_desaturated_color">Deszaturált szín</string>
<string name="pref_title_expand_now_playing_panel">Jelenítse meg a most játszó képernyőt</string>
<string name="pref_title_expand_now_playing_panel">Most játszott képernyő mutatása</string>
<string name="pref_title_extra_controls">Extra vezérlők</string>
<string name="pref_title_extra_song_info">Dalinformáció</string>
<string name="pref_title_gapless_playback">Gapless lejátszás</string>
<string name="pref_title_general_theme">Általános téma</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_gapless_playback">Szünetmentes lejátszás</string>
<string name="pref_title_general_theme">Alkalmazás téma</string>
<string name="pref_title_home_album_grid_style">Album rács</string>
<string name="pref_title_home_artist_grid_style">Kezdőlapi előadó rács</string>
<string name="pref_title_home_banner">Kezdőlap banner</string>
<string name="pref_title_ignore_media_store_artwork">Figyelmen kívül hagyja a médiatárolók fedelét</string>
<string name="pref_title_last_added_interval">Utoljára hozzáadott lejátszási lista intervallum</string>
<string name="pref_title_ignore_media_store_artwork">A médiatár albumborítóinak figyelmen kívül hagyása</string>
<string name="pref_title_last_added_interval">Az utoljára hozzáadott lejátszási lista hossza</string>
<string name="pref_title_lock_screen">Teljes képernyős vezérlők</string>
<string name="pref_title_now_playing_screen_appearance">Megjelenés</string>
<string name="pref_title_now_playing_screen_appearance">Most játszott felület megjelenése</string>
<string name="pref_title_open_source_licences">Nyílt forráskódú licencek</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_remember_tab">Legutóbbi fül megjegyzése</string>
<string name="pref_title_show_lyrics">Dalszöveg mutatása</string>
<string name="pref_title_suggestions">Javaslatok mutatása</string>
<string name="pref_title_tab_text_mode">Lap címek módja</string>
<string name="pref_title_toggle_carousel_effect">Carousel hatás</string>
<string name="pref_title_toggle_full_screen">Teljes képernyős alkalmazás</string>
<string name="pref_title_toggle_toggle_headset">Automatikus lejátszás</string>
<string name="pref_title_toggle_toggle_shuffle">Kevert mód</string>
<string name="pref_title_toggle_volume">Hangerőszabályzók</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_whitelist">Zene engedélyezési lista</string>
<string name="pro">Pro</string>
<string name="pro_summary">Jelenleg témákat játszik, körhinta effektus és még sok más ..</string>
<string name="pro_summary">Sötét téma, Most játszott felület témái, Carousel hatás és még sok más ..</string>
<string name="profile">Profil</string>
<string name="purchase">Vásárlás</string>
<string name="queue">Sorban áll</string>
<string name="rate_app">Értékeld az alkalmazást</string>
<string name="rate_on_google_play_summary">Szereted ezt az app-ot a Google Play áruházban, hogy jobb élményt nyújtsunk</string>
<string name="rate_on_google_play_summary">Szereted ezt az app-ot? Tudasd velünk a Google Play áruházban, hogyan tehetnénk még jobbá!</string>
<string name="recent_albums">Legutóbbi albumok</string>
<string name="recent_artists">Legújabb előadók</string>
<string name="remove_action">Eltávolítás</string>
@ -374,7 +378,7 @@
<string name="remove_song_from_playlist_title">Távolítsa el a dalt a lejátszási listáról</string>
<string name="remove_song_x_from_playlist"><![CDATA[Eltávolítja a <b>%1$s</b> dalt a lejátszási listából?]]></string>
<string name="remove_songs_from_playlist_title">A dalok eltávolítása a lejátszási listáról</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Eltávolítja a <b>%1$d</b> dalt a lejátszási listából?]]></string>
<string name="remove_x_songs_from_playlist"><![CDATA[Eltávolítja a <b>%1$d</b> dalokat a lejátszási listából?]]></string>
<string name="rename_playlist_title">Lejátszási lista átnevezése</string>
<string name="report_an_issue">Hibajelentés</string>
<string name="report_bug">Hibajelentés</string>
@ -386,17 +390,17 @@
<string name="restoring_purchase">A vásárlás visszaállítása ...</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="ringtone_summary">Az alkalmazásnak engedélyre van szüksége a készülék beállításaihoz a zeneszám csengőhangként való beállításához</string>
<string name="ringtone_title">Csengőhang (Opcionális)</string>
<string name="saf_delete_failed">A fájl törlése sikertelen: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Nem lehet SAF URI</string>
<string name="saf_guide_slide1_description">Nyissa meg a navigációs fiókot</string>
<string name="saf_guide_slide1_description">Oldalsáv megnyitása</string>
<string name="saf_guide_slide1_description_before_o">Engedélyezze az \"SD kártya megjelenítése\" lehetőséget a túlcsordulási menüben</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s SD kártya hozzáférést igényel</string>
<string name="saf_guide_slide2_description">Meg kell választanod az SD-kártya gyökérkönyvtárát</string>
<string name="saf_guide_slide2_title">Válassza ki az SD kártyát a navigációs fiókban</string>
<string name="saf_guide_slide2_description">Ki kell választanod az SD-kártya gyökérkönyvtárát</string>
<string name="saf_guide_slide2_title">Válassza ki az SD kártyát az oldalsávban</string>
<string name="saf_guide_slide3_description">Ne nyisson semmilyen almappát</string>
<string name="saf_guide_slide3_title">Érintse meg a \"select\" gombot a képernyő alján</string>
<string name="saf_write_failed">A fájl írása sikertelen: %s</string>
@ -408,22 +412,22 @@
<string name="saved_playlist_to">Mentett lejátszási lista a következőhöz: %s</string>
<string name="saving_changes">A változtatások mentése</string>
<string name="scan_media">Média szkennelés</string>
<string name="scanned_files">%2$d fájlt %1$d szkennelt.</string>
<string name="scanned_files">%1$d / %2$d fájl beolvasva.</string>
<string name="scrobbles_label">Scrobblek</string>
<string name="select_all">Minden kiválasztása</string>
<string name="selected">Kiválaszott</string>
<string name="selected">Kijelölve</string>
<string name="set">Beállít</string>
<string name="set_artist_image">Állítsa be az előadó képét</string>
<string name="set_artist_image">Előadó képének beállítása</string>
<string name="share_app">Alkalmazás megosztása</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_summary">Az alkalmazás megosztása a barátaiddal és családoddal</string>
<string name="share_to_stories">Ossza meg a Történet-ben</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="show_album_artists">Album előadók mutatása</string>
<string name="shuffle">Keverés</string>
<string name="simple">Egyszerű</string>
<string name="sleep_timer_canceled">Az elalváskapcsoló kikapcsolva.</string>
<string name="sleep_timer_set">Az elalvási időzítő beállítása %d perc múlva.</string>
<string name="sleep_timer_canceled">Az elalvás időzítő kikapcsolva.</string>
<string name="sleep_timer_set">Elalvásidőzítés beállítva, mostantól számított %d percre.</string>
<string name="social">Közösségi</string>
<string name="social_stories">Ossza meg a történetet</string>
<string name="social_stories">Történet megosztása</string>
<string name="song">Dal</string>
<string name="song_duration">A dal időtartama</string>
<string name="songs">Dalok</string>
@ -432,15 +436,15 @@
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Előadó</string>
<string name="sort_order_composer">Zeneszerző</string>
<string name="sort_order_date">Dátum</string>
<string name="sort_order_date">Hozzáadás dátuma</string>
<string name="sort_order_date_modified">Módosítás dátuma</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_num_songs">Zenék darabszáma</string>
<string name="sort_order_num_songs_desc">Zenék darabszáma szerint csökkenő sorrendben</string>
<string name="sort_order_year">Év</string>
<string name="sort_order_z_a">Csökkenő</string>
<string name="speech_not_supported">Sajnálom! A készülék nem támogatja a beszédet</string>
<string name="speech_not_supported">Sajnálom! A készülék nem támogatja a beszéd alapú bevitelt.</string>
<string name="speech_prompt">Keresés a könyvtárban</string>
<string name="stack">Rakás</string>
<string name="stack">Halom</string>
<string name="start_play_music">Kezdje el lejátszani a zenét</string>
<string name="suggestion_songs">Javaslatok</string>
<string name="support_development">Támogatás fejlesztése</string>
@ -449,10 +453,10 @@
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Csatlakozz a Telegram csoporthoz hogy megbeszélhesd a hibákat, ajánlásokat tegyél, bemutass valamit stb...</string>
<string name="thank_you">Köszönöm!</string>
<string name="the_audio_file">Az audio fájl</string>
<string name="the_audio_file">Az audió fájl</string>
<string name="this_month">Ebben a hónapban</string>
<string name="this_week">Ezen a héten</string>
<string name="this_year">Egy éve</string>
<string name="this_year">Ebben az évben</string>
<string name="tiny">Apró</string>
<string name="tiny_card_style">Apró kártya</string>
<string name="title">Cím</string>
@ -462,31 +466,31 @@
<string name="track_hint">"Sáv (2 a 2. vagy a 3004-es számhoz a CD3 4. sávjához)"</string>
<string name="track_list">Sáv száma</string>
<string name="translate">Fordítás</string>
<string name="translate_community">Segítsen nekünk az alkalmazás nyelvének fordításához</string>
<string name="translate_community">Segítsen lefordítani az alkalmazást az Ön nyelvére</string>
<string name="try_retro_music_premium">Próbálja ki a Retro Music Premium alkalmazást</string>
<string name="twitter_page">Twitter oldal</string>
<string name="twitter_page_summary">Ossza meg tervét a RetroMusicApp segítségével</string>
<string name="twitter_page_summary">Osszd meg kinézeted a Retro Music App segítségével</string>
<string name="unlabeled">Címkézetlen</string>
<string name="unplayable_file">Nem lehetett j\u00e1tszani ezt a dalt.</string>
<string name="unplayable_file">Nem lehetett lejátszani ezt a dalt.</string>
<string name="up_next">A következő</string>
<string name="update_image">Kép frissítése</string>
<string name="updating">Frissítés...</string>
<string name="user_name">User Name</string>
<string name="user_name">Felhasználónév</string>
<string name="username">Felhasználónév</string>
<string name="version">Verzió</string>
<string name="vertical_flip">Függőleges forgatás</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="view_on_telegram">Megtekintés Telegramon</string>
<string name="volume">Hangerő</string>
<string name="web_search">Webes keresés</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="website">Weboldal</string>
<string name="website_summary">Nézd meg a weboldalunkat</string>
<string name="welcome">Üdvözöljük,</string>
<string name="what_do_you_want_to_share">Mit szeretne megosztani?</string>
<string name="whats_new">Mi az újdonság?</string>
<string name="window">Ablak</string>
<string name="window_corner_edges">Lekerekített sarkak</string>
<string name="x_has_been_set_as_ringtone">Állítsa be a (z) %1$s csengőhangot.</string>
<string name="x_selected">%1$d kiválasztása</string>
<string name="x_has_been_set_as_ringtone">Állítsd be a(z) %1$s számot csengőhangnak.</string>
<string name="x_selected">%1$d kiválasztva</string>
<string name="year">Év</string>
<string name="you_have_to_select_at_least_one_category">Legalább egy kategóriát kell kiválasztania</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">Továbbítani fogjuk a problémakezelő weboldalra.</string>

View File

@ -1,621 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">%s -ról</string>
<string name="about_settings_summary">Csapat, társadalmi kapcsolatok</string>
<string name="accent_color">Kiemelő szín</string>
<string name="accent_color_desc">Az kiemelő téma színe alapértelmezés szerint színtiszta</string>
<string name="action_about">Rólunk</string>
<string name="action_add_to_favorites">Hozzáadás a kedvencekhez</string>
<string name="action_add_to_playing_queue">Hozzáadás a lejátszási sorhoz</string>
<string name="action_add_to_playlist">Hozzáadás lejátszási listához</string>
<string name="action_clear_playing_queue">Lejátszási sor törlése</string>
<string name="action_cycle_repeat">Ciklus ismétlés üzemmód</string>
<string name="action_delete">Törlés</string>
<string name="action_delete_from_device">Törlés az eszközről</string>
<string name="action_details">Részletek</string>
<string name="action_go_to_album">Ugrás az albumhoz</string>
<string name="action_go_to_artist">Ugrás az előadóhoz</string>
<string name="action_go_to_genre">Ugrás a műfajhoz</string>
<string name="action_go_to_start_directory">Ugrás a kiindulási könyvtárhoz</string>
<string name="action_grant">Engedélyezés</string>
<string name="action_grid_size">Rácsméret</string>
<string name="action_grid_size_land">Rácsméret (Fekvő)</string>
<string name="action_new_playlist">Új lejátszási lista</string>
<string name="action_next">Következő</string>
<string name="action_play">Lejátszás</string>
<string name="action_play_all">Összes lejátszása</string>
<string name="action_play_next">Lejátszás következőnek</string>
<string name="action_play_pause">Lejátszás / Szünet</string>
<string name="action_previous">Előző</string>
<string name="action_remove_from_favorites">Eltávolítás a kedvencekből</string>
<string name="action_remove_from_playing_queue">Eltávolítás a lejátszási sorból</string>
<string name="action_remove_from_playlist">Eltávolítás a lejátszási listáról</string>
<string name="action_rename">Átnevezés</string>
<string name="action_save_playing_queue">Lejátszási sor mentése</string>
<string name="action_scan">Keresés</string>
<string name="action_search">Keresés</string>
<string name="action_set">Elkezdés</string>
<string name="action_set_as_ringtone">Beállítás csengőhangként</string>
<string name="action_set_as_start_directory">Beállítás kezdőkönyvtárként</string>
<string name="action_settings">"Beállítások"</string>
<string name="action_share">Megosztás</string>
<string name="action_shuffle_all">Összes keverése</string>
<string name="action_shuffle_playlist">Lejátszási lista keverése</string>
<string name="action_sleep_timer">Elalvás időzítő</string>
<string name="action_sort_order">Rendezési sorrend</string>
<string name="action_tag_editor">Címkeszerkesztő</string>
<string name="action_toggle_favorite">A kedvenc váltása</string>
<string name="action_toggle_shuffle">A véletlenszerű lejátszás megváltoztatása</string>
<string name="adaptive">AdaptÍv</string>
<string name="add_action">Hozzáad</string>
<string name="add_playlist_title">"Hozzáadás lejátszási listához"</string>
<string name="added_title_to_playing_queue">"1 cím lett hozzáadva a lejátszási sorhoz."</string>
<string name="added_x_titles_to_playing_queue">%1$d cím hozzáadva a lejátszási sorhoz.</string>
<string name="album">Album</string>
<string name="album_artist">Album előadó</string>
<string name="albums">Albumok</string>
<string name="always">Mindig</string>
<string name="app_share">Hé, nézd meg ezt a menő zenelejátszót itt: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Keverés</string>
<string name="app_shortcut_top_tracks_short">Legjobb zeneszámok</string>
<string name="app_widget_big_name">Nagy</string>
<string name="app_widget_card_name">Kártya</string>
<string name="app_widget_classic_name">Retro zene - Klasszikus</string>
<string name="app_widget_small_name">Retro zene - Kicsi</string>
<string name="app_widget_text_name">Retro zene - Szöveg</string>
<string name="artist">Előadó</string>
<string name="artists">Előadók</string>
<string name="audio_focus_denied">Az audiofókusz megtagadva.</string>
<string name="audio_settings_summary">Módosítsa a hangbeállításokat és állítsa be a hangszínszabályzó irányítását</string>
<string name="auto">Autó</string>
<string name="biography">Életrajz</string>
<string name="black_theme_name">Csak Fekete</string>
<string name="blacklist">Feketelista</string>
<string name="blur">Homályosítás</string>
<string name="blur_card">Kártya homályosítása</string>
<string name="bug_report_failed">Nem sikerült elküldeni a jelentést</string>
<string name="bug_report_failed_invalid_token">Érvénytelen belépési azonosító. Kérem, lépjen kapcsolatba az alkalmazás fejlesztőjével.</string>
<string name="bug_report_failed_issues_not_available">A problémák jelentése nincs engedélyezve a repository-ban. Kérem, lépjen kapcsolatba az alkalmazás fejlesztőjével.</string>
<string name="bug_report_failed_unknown">Váratlan hiba történt. Kérem, lépjen kapcsolatba az alkalmazás fejlesztőjével.</string>
<string name="bug_report_failed_wrong_credentials">Nem sikerült elküldeni a jelentést</string>
<string name="bug_report_issue">Probléma</string>
<string name="bug_report_manual">Küldés manuálisan</string>
<string name="bug_report_no_description">Kérem, adja meg a leírást</string>
<string name="bug_report_no_password">Kérem, adja meg az érvényes GitHub jelszavát</string>
<string name="bug_report_no_title">Kérem, adjon meg egy címet</string>
<string name="bug_report_no_username">Kérem, adja meg az érvényes GitHub felhasználónevét</string>
<string name="bug_report_summary">Egy váratlan hiba történt. Sajnáljuk, hogy hibába botlottál, ha folyton összeomlik, töröld az alkalmazásadatokat, vagy küldj nekünk E-Mailt.</string>
<string name="bug_report_use_account">Küldés a GitHub fiókkal</string>
<string name="buy_now">Vásárolj most</string>
<string name="cancel_current_timer">Mégse</string>
<string name="card">Kártya</string>
<string name="card_color_style">Színes Kártya</string>
<string name="card_style">Kártya</string>
<string name="carousal_effect_on_now_playing_screen">Kőrhinta effekt a most játszik képernyőn</string>
<string name="cascading">Növelés</string>
<string name="changelog">Változtatási napló</string>
<string name="changelog_summary">A Változtatási napló a Telegram csatornán működik</string>
<string name="circle">Kör</string>
<string name="circular">Kör alakú</string>
<string name="classic">Klasszikus</string>
<string name="clear_action">Kiürítés</string>
<string name="clear_blacklist">Feketelista kiürítése</string>
<string name="clear_playing_queue">Lejátszási sor törlése</string>
<string name="color">Szín</string>
<string name="colors">Színek</string>
<string name="composer">Zeneszerző</string>
<string name="copied_device_info_to_clipboard">Eszköz információk a vágólapra másolva.</string>
<string name="could_not_create_playlist">Lej\u00e1tsz\u00e1si lista l\u00e9trehoz\u00e1sa nem siker\u00fclt.</string>
<string name="could_not_download_album_cover">"Nem siker\u00fclt lek\u00e9rni a megfelel\u0151 albumbor\u00edt\u00f3t."</string>
<string name="could_not_restore_purchase">A vásárlást nem sikerült visszaállítani.</string>
<string name="could_not_scan_files">Nem sikerült beolvasni %d fájlt.</string>
<string name="create_action">Létrehozás</string>
<string name="created_playlist_x">Létrehozott lejátszási lista %1$s.</string>
<string name="credit_title">Tagok és támogatók</string>
<string name="currently_listening_to_x_by_x">Jelenleg hallgat %1$s által %2$s</string>
<string name="dark_theme_name">Kissé sötét</string>
<string name="delete_playlist_title">Lejátszási lista törlése</string>
<string name="delete_playlist_x"><![CDATA[Törli a <b>%1$s</b> lejátszási listát?]]></string>
<string name="delete_playlists_title">Lejátszási listák törlése</string>
<string name="delete_song_title">Zeneszám törlése</string>
<string name="delete_song_x"><![CDATA[Törli a <b>%1$s</b> dalt?]]></string>
<string name="delete_songs_title">Dalok törlése</string>
<string name="delete_x_playlists"><![CDATA[Törli a <b>%1$d</b> lejátszási listát?]]></string>
<string name="delete_x_songs"><![CDATA[Törli a <b>%1$d</b> zenéket?]]></string>
<string name="deleted_x_songs">Törölte a %1$d zenét.</string>
<string name="depth">Mélység</string>
<string name="description">Leírás</string>
<string name="device_info">Eszköz információ</string>
<string name="dialog_message_set_ringtone">Hagyja, hogy a Retro Music módosítsa az audiobeállításokat</string>
<string name="dialog_title_set_ringtone">Csengőhang beállítás</string>
<string name="do_you_want_to_clear_the_blacklist">Szeretné törölni a feketelistát?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Szeretné eltávolítani a <b>%1$s</b> a feketelistáról?]]></string>
<string name="donate">Támogatás</string>
<string name="donate_summary">Ha úgy gondolja, hogy megérdemlem fizetni a munkámért, hagyhatsz néhányat pénzt itt</string>
<string name="donation_header">Vegyél nekem egy:</string>
<string name="drive_mode">Vezetés mód</string>
<string name="empty">Üres</string>
<string name="equalizer">Hangszínszabályzó</string>
<string name="faq">GYIK</string>
<string name="favorites">Kedvencek</string>
<string name="finish_last_song">Fejezze be az utolsó dalt</string>
<string name="fit">Illeszkedő</string>
<string name="flat">Lapos</string>
<string name="folders">Mappák</string>
<string name="follow_system">Kövesse a rendszert</string>
<string name="for_you">Neked</string>
<string name="free">Ingyenes</string>
<string name="full">Teljes</string>
<string name="full_card">Teljes kártya</string>
<string name="general_settings_summary">Módosítsa az alkalmazás témáját és színeit</string>
<string name="general_settings_title">Megjelenés</string>
<string name="genre">Műfaj</string>
<string name="genres">Műfajok</string>
<string name="git_hub_summary">Szerezd meg a projektet a githubon</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Rácsok és stílus</string>
<string name="hinge">Zsanér</string>
<string name="history">Előzmény</string>
<string name="home">Kezdőlap</string>
<string name="horizontal_flip">Vízszintes forgatás</string>
<string name="image">Kép</string>
<string name="image_gradient">Színátmenet kép</string>
<string name="image_settings_summary">A művészképek letöltésének megváltoztatása.</string>
<string name="inserted_x_songs_into_playlist_x">%1$d dalt betett a %2$s lejátszási listába.</string>
<string name="instagram_page_summary">Ossza meg Retro Music beállításait, hogy bemutassa a Instagram-on</string>
<string name="keyboard">Billentyűzet</string>
<string name="label_bit_rate">Bitrát</string>
<string name="label_file_format">Formátum</string>
<string name="label_file_name">Fájl név</string>
<string name="label_file_path">Fájl elérési út</string>
<string name="label_file_size">Méret</string>
<string name="label_more_from">Több a következőtől: %s</string>
<string name="label_sampling_rate">Mintavételi arány</string>
<string name="label_track_length">Hossz</string>
<string name="labeled">Címkézve</string>
<string name="last_added">Utoljára hozzáadva</string>
<string name="last_song">Utolsó dal</string>
<string name="library_categories">Könyvtár kategóriák</string>
<string name="licenses">Licencek</string>
<string name="light_theme_name">Világos fehér</string>
<string name="listeners_label">Hallgatók</string>
<string name="listing_files">Listázási fájlok</string>
<string name="loading_products">A termékek betöltése ...</string>
<string name="login">Bjelentkezés</string>
<string name="lyrics">Dalszöveg</string>
<string name="made_with_love">❤️-el készítve Indiából</string>
<string name="material">Materiál</string>
<string name="md_error_label">Hiba</string>
<string name="md_storage_perm_error">Engedély hiba</string>
<string name="my_name">Név</string>
<string name="my_top_tracks">Legjobb számok</string>
<string name="never">Soha</string>
<string name="new_playlist_title">Új lejátszási lista</string>
<string name="new_start_directory">%s az új indítókönyvtár.</string>
<string name="next_song">Következő dal</string>
<string name="no_albums">Nincsenek albumok</string>
<string name="no_artists">Nincs előadó</string>
<string name="no_audio_ID">"Először játssz le egy dalt, majd próbálkozzon újra."</string>
<string name="no_equalizer">Nem találtunk hangszínszabályzott.</string>
<string name="no_genres">Nincsenek műfajok</string>
<string name="no_lyrics_found">Nem található dalszöveg</string>
<string name="no_playing_queue">Nincs lejátszott dal</string>
<string name="no_playlists">Nincs lejátszási lista</string>
<string name="no_purchase_found">Nincs vásárlás.</string>
<string name="no_results">Nincs eredmény</string>
<string name="no_songs">Nincs dal</string>
<string name="normal">Normál</string>
<string name="normal_lyrics">Normál dalszövegek</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> nem szerepel a médiában.]]></string>
<string name="nothing_to_scan">Nincs szkennelve.</string>
<string name="nothing_to_see">Semmit sem látni</string>
<string name="notification">Értesítés</string>
<string name="notification_settings_summary">Értesítési stílus testreszabása</string>
<string name="now_playing">Most lejátszott</string>
<string name="now_playing_queue">Sorban áll</string>
<string name="now_playing_summary">Most játszik képernyő személyre szabása</string>
<string name="now_playing_themes">9+ most játszik témák</string>
<string name="only_on_wifi">Csak Wi-Fi-n</string>
<string name="other_settings_summary">Speciális tesztelési szolgáltatások</string>
<string name="others">Egyéb</string>
<string name="password">Jelszó</string>
<string name="past_three_months">3 hónapnál túl</string>
<string name="peak">Csúcs</string>
<string name="permission_external_storage_denied">A külső tárolási hozzáférés engedélyezése tiltva.</string>
<string name="permissions_denied">Engedélyek megtagadva.</string>
<string name="personalize">Megszemélyesít</string>
<string name="personalize_settings_summary">Szabd személyre a jelenleg játszott felületet és a kezelőfelületet</string>
<string name="pick_from_local_storage">Válasszon a helyi tárolóból</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Kövesse a Pinterest oldalt a Retro Music design inspirációjához</string>
<string name="plain">Egyszerű</string>
<string name="playing_notification_description">A lejátszási értesítés lejátszási/szüneteltetési intézkedéseket tartalmaz.</string>
<string name="playing_notification_name">Értesítés lejátszása</string>
<string name="playlist_is_empty">A lejátszási lista üres</string>
<string name="playlist_name_empty">Lejátszási lista neve</string>
<string name="playlists">Lejátszási listák</string>
<string name="pref_blur_amount_summary">Homályosítás mértéke homályos témákhoz, az alacsonyabb gyorsabb</string>
<string name="pref_blur_amount_title">Homályosítás mértéke</string>
<string name="pref_filter_song_summary">A dalok szűrése hossz szerint</string>
<string name="pref_filter_song_title">Szűrje a dal időtartamát</string>
<string name="pref_header_advanced">Haladó</string>
<string name="pref_header_album">Album stílusa</string>
<string name="pref_header_audio">Hang</string>
<string name="pref_header_blacklist">Feketelista</string>
<string name="pref_header_controls">Vezérlők</string>
<string name="pref_header_general">Téma</string>
<string name="pref_header_images">Képek</string>
<string name="pref_header_library">Könyvtár</string>
<string name="pref_header_lockscreen">Zárképernyő</string>
<string name="pref_header_playlists">Lejátszási listák</string>
<string name="pref_keep_pause_on_zero_volume_summary">Szünetelteti a dalt, amikor a hangerő nullára csökken, és elindítja a lejátszást, ha a hangerő emelkedik. Az alkalmazáson kívül is működik</string>
<string name="pref_keep_pause_on_zero_volume_title">Szünet a nullára</string>
<string name="pref_keep_screen_on_summary">Vedd figyelembe, hogy ezen funkció engedélyezése hatással lehet az akkuidőre</string>
<string name="pref_keep_screen_on_title">Tartsa bekapcsolva a képernyőt</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">A jelenlegi zeneszámok albumborítóját zárolt háttérképként használja.</string>
<string name="pref_summary_audio_ducking">Hangerő csökkentése rendszerhang vagy értesítés érkezik</string>
<string name="pref_summary_blacklist">A feketelistán szereplő mappák tartalma el van rejtve a könyvtárban.</string>
<string name="pref_summary_bluetooth_playback">Amint csatlakoztatta a bluetooth készüléket, kezdje el a lejátszást</string>
<string name="pref_summary_blurred_album_art">Elhomályosítja az album borítóját a zárolás képernyőjén. Problémákat okozhat harmadik féltől származó alkalmazásokkal és widgetekkel.</string>
<string name="pref_summary_carousel_effect">Körhinta effektus a most játszott képernyőn lévő albumborítón. Ne feledje, hogy a Kártya és a Homályosított Kártya téma nem fog működni</string>
<string name="pref_summary_classic_notification">Használja a klasszikus értesítési kinézetet.</string>
<string name="pref_summary_colored_app">A háttér és a vezérlőgombok színe a most játszott képernyőn megjelenő albumborító szerint változik</string>
<string name="pref_summary_colored_app_shortcuts">Színek az alkalmazás parancsikonjai az akcentus színében. Minden alkalommal, amikor megváltoztatta a színét, kérjük, kapcsolja be ezt a hatást</string>
<string name="pref_summary_colored_notification">"Sz\u00ednek az \u00e9rtes\u00edt\u00e9st az albumbor\u00edt\u00f3 \u00e9l\u00e9nk sz\u00edn\u00e9ben."</string>
<string name="pref_summary_desaturated_color">Az Anyagtervezés szerint a sötét módban a színeket deszaturálni kell</string>
<string name="pref_summary_expand_now_playing_panel">Az értesítésre kattintva a kezdőképernyő helyett a lejátszási képernyő jelenik meg</string>
<string name="pref_summary_extra_controls">Extra irányítás a mini lejátszóhoz</string>
<string name="pref_summary_extra_song_info">Mutasson további dalinformációkat, például a fájl formátumát, bitrátáját és frekvenciáját</string>
<string name="pref_summary_gapless_playback">"Egyes eszközökön lejátszási problémákat okozhat."</string>
<string name="pref_summary_home_banner">Kezdőlap banner stílusának kapcsolása</string>
<string name="pref_summary_ignore_media_store_artwork">Növelheti az album borításminőségét, de lassabb kép betöltési időt eredményez. Csak akkor engedélyezze ezt, ha problémái vannak az alacsony felbontású művekkel kapcsolatban.</string>
<string name="pref_summary_library_categories">A láthatóság és a könyvtári kategóriák sorrendjének beállítása.</string>
<string name="pref_summary_lock_screen">Retro zeneszámok zárolása a képernyőn.</string>
<string name="pref_summary_open_source_licences">A nyílt forráskódú szoftverek licence részletei</string>
<string name="pref_summary_toggle_full_screen">Kiterjesztett üzemmód</string>
<string name="pref_summary_toggle_headset">Indítsa el a lejátszást, amikor a fejhallgató csatlakoztatva van.</string>
<string name="pref_summary_toggle_shuffle">A véletlen sorrendű mód kikapcsol, ha új számlistát játszik le</string>
<string name="pref_summary_toggle_volume">Ha van szabad hely a képernyőn engedélyezett hangerőszabályzókkal</string>
<string name="pref_title_album_art_on_lockscreen">Az album borítójának megjelenítése</string>
<string name="pref_title_album_cover_style">Album borító téma</string>
<string name="pref_title_album_cover_transform">Most játszik album borító stílusa</string>
<string name="pref_title_app_shortcuts">Színes alkalmazás parancsikonok</string>
<string name="pref_title_audio_ducking">Csökkentse a fókuszvesztés hangerejét</string>
<string name="pref_title_auto_download_artist_images">Automatikus letölti képeket</string>
<string name="pref_title_blacklist">Feketelista</string>
<string name="pref_title_bluetooth_playback">Bluetooth lejátszás</string>
<string name="pref_title_blurred_album_art">Elhomályosított albumborító</string>
<string name="pref_title_classic_notification">Klasszikus értesítési terv</string>
<string name="pref_title_colored_app">Adaptív szín</string>
<string name="pref_title_colored_notification">Színes értesítés</string>
<string name="pref_title_desaturated_color">Deszaturált szín</string>
<string name="pref_title_expand_now_playing_panel">Jelenítse meg a most játszó képernyőt</string>
<string name="pref_title_extra_controls">Extra vezérlők</string>
<string name="pref_title_extra_song_info">Dalinformáció</string>
<string name="pref_title_gapless_playback">Gapless lejátszás</string>
<string name="pref_title_general_theme">Általános téma</string>
<string name="pref_title_home_artist_grid_style">Kezdőlapi előadó rács</string>
<string name="pref_title_home_banner">Kezdőlap banner</string>
<string name="pref_title_ignore_media_store_artwork">Figyelmen kívül hagyja a médiatárolók fedelét</string>
<string name="pref_title_last_added_interval">Utoljára hozzáadott lejátszási lista intervallum</string>
<string name="pref_title_lock_screen">Teljes képernyős vezérlők</string>
<string name="pref_title_now_playing_screen_appearance">Megjelenés</string>
<string name="pref_title_open_source_licences">Nyílt forráskódú licencek</string>
<string name="pref_title_tab_text_mode">Lap címek módja</string>
<string name="pref_title_toggle_carousel_effect">Carousel hatás</string>
<string name="pref_title_toggle_full_screen">Teljes képernyős alkalmazás</string>
<string name="pref_title_toggle_toggle_headset">Automatikus lejátszás</string>
<string name="pref_title_toggle_toggle_shuffle">Kevert mód</string>
<string name="pref_title_toggle_volume">Hangerőszabályzók</string>
<string name="pro">Pro</string>
<string name="pro_summary">Jelenleg témákat játszik, körhinta effektus és még sok más ..</string>
<string name="profile">Profil</string>
<string name="purchase">Vásárlás</string>
<string name="queue">Sorban áll</string>
<string name="rate_app">Értékeld az alkalmazást</string>
<string name="rate_on_google_play_summary">Szereted ezt az app-ot a Google Play áruházban, hogy jobb élményt nyújtsunk</string>
<string name="recent_albums">Legutóbbi albumok</string>
<string name="recent_artists">Legújabb előadók</string>
<string name="remove_action">Eltávolítás</string>
<string name="remove_cover">Borító eltávolítása</string>
<string name="remove_from_blacklist">Eltávolítás a feketelistáról</string>
<string name="remove_song_from_playlist_title">Távolítsa el a dalt a lejátszási listáról</string>
<string name="remove_song_x_from_playlist"><![CDATA[Eltávolítja a <b>%1$s</b> dalt a lejátszási listából?]]></string>
<string name="remove_songs_from_playlist_title">A dalok eltávolítása a lejátszási listáról</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Eltávolítja a <b>%1$d</b> dalt a lejátszási listából?]]></string>
<string name="rename_playlist_title">Lejátszási lista átnevezése</string>
<string name="report_an_issue">Hibajelentés</string>
<string name="report_bug">Hibajelentés</string>
<string name="reset_action">Visszaállítás</string>
<string name="reset_artist_image">Az előadó képének visszaállítása</string>
<string name="restore">Visszaállítás</string>
<string name="restored_previous_purchase_please_restart">Az előző vásárlás helyreállítása. Kérjük, indítsa újra az alkalmazást az összes funkció használatához.</string>
<string name="restored_previous_purchases">Korábbi vásárlások visszaállítása.</string>
<string name="restoring_purchase">A vásárlás visszaállítása ...</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">A fájl törlése sikertelen: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Nem lehet SAF URI</string>
<string name="saf_guide_slide1_description">Nyissa meg a navigációs fiókot</string>
<string name="saf_guide_slide1_description_before_o">Engedélyezze az \"SD kártya megjelenítése\" lehetőséget a túlcsordulási menüben</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s SD kártya hozzáférést igényel</string>
<string name="saf_guide_slide2_description">Meg kell választanod az SD-kártya gyökérkönyvtárát</string>
<string name="saf_guide_slide2_title">Válassza ki az SD kártyát a navigációs fiókban</string>
<string name="saf_guide_slide3_description">Ne nyisson semmilyen almappát</string>
<string name="saf_guide_slide3_title">Érintse meg a \"select\" gombot a képernyő alján</string>
<string name="saf_write_failed">A fájl írása sikertelen: %s</string>
<string name="save">Mentés</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Mentés fájlként</string>
<string name="save_playlists_title">Fájl mentése másként</string>
<string name="saved_playlist_to">Mentett lejátszási lista a következőhöz: %s</string>
<string name="saving_changes">A változtatások mentése</string>
<string name="scan_media">Média szkennelés</string>
<string name="scanned_files">%2$d fájlt %1$d szkennelt.</string>
<string name="scrobbles_label">Scrobblek</string>
<string name="select_all">Minden kiválasztása</string>
<string name="selected">Kiválaszott</string>
<string name="set">Beállít</string>
<string name="set_artist_image">Állítsa be az előadó képét</string>
<string name="share_app">Alkalmazás megosztása</string>
<string name="share_to_stories">Ossza meg a Történet-ben</string>
<string name="shuffle">Keverés</string>
<string name="simple">Egyszerű</string>
<string name="sleep_timer_canceled">Az elalváskapcsoló kikapcsolva.</string>
<string name="sleep_timer_set">Az elalvási időzítő beállítása %d perc múlva.</string>
<string name="social">Közösségi</string>
<string name="social_stories">Ossza meg a történetet</string>
<string name="song">Dal</string>
<string name="song_duration">A dal időtartama</string>
<string name="songs">Dalok</string>
<string name="sort_order">Sorrend</string>
<string name="sort_order_a_z">Növekvő</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Előadó</string>
<string name="sort_order_composer">Zeneszerző</string>
<string name="sort_order_date">Dátum</string>
<string name="sort_order_date_modified">Módosítás dátuma</string>
<string name="sort_order_year">Év</string>
<string name="sort_order_z_a">Csökkenő</string>
<string name="speech_not_supported">Sajnálom! A készülék nem támogatja a beszédet</string>
<string name="speech_prompt">Keresés a könyvtárban</string>
<string name="stack">Rakás</string>
<string name="start_play_music">Kezdje el lejátszani a zenét</string>
<string name="suggestion_songs">Javaslatok</string>
<string name="support_development">Támogatás fejlesztése</string>
<string name="swipe_to_unlock">Csúsztasd fel a feloldáshoz</string>
<string name="synced_lyrics">Szinkronizált dalszövegek</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Csatlakozz a Telegram csoporthoz hogy megbeszélhesd a hibákat, ajánlásokat tegyél, bemutass valamit stb...</string>
<string name="thank_you">Köszönöm!</string>
<string name="the_audio_file">Az audio fájl</string>
<string name="this_month">Ebben a hónapban</string>
<string name="this_week">Ezen a héten</string>
<string name="this_year">Egy éve</string>
<string name="tiny">Apró</string>
<string name="tiny_card_style">Apró kártya</string>
<string name="title">Cím</string>
<string name="today">Ma</string>
<string name="top_albums">Legjobb albumok</string>
<string name="top_artists">Legjobb előadok</string>
<string name="track_hint">"Sáv (2 a 2. vagy a 3004-es számhoz a CD3 4. sávjához)"</string>
<string name="track_list">Sáv száma</string>
<string name="translate">Fordítás</string>
<string name="translate_community">Segítsen nekünk az alkalmazás nyelvének fordításához</string>
<string name="twitter_page">Twitter oldal</string>
<string name="twitter_page_summary">Ossza meg tervét a RetroMusicApp segítségével</string>
<string name="unlabeled">Címkézetlen</string>
<string name="unplayable_file">Nem lehetett j\u00e1tszani ezt a dalt.</string>
<string name="up_next">A következő</string>
<string name="update_image">Kép frissítése</string>
<string name="updating">Frissítés...</string>
<string name="username">Felhasználónév</string>
<string name="version">Verzió</string>
<string name="vertical_flip">Függőleges forgatás</string>
<string name="volume">Hangerő</string>
<string name="web_search">Webes keresés</string>
<string name="welcome">Üdvözöljük,</string>
<string name="what_do_you_want_to_share">Mit szeretne megosztani?</string>
<string name="whats_new">Mi az újdonság?</string>
<string name="window">Ablak</string>
<string name="window_corner_edges">Lekerekített sarkak</string>
<string name="x_has_been_set_as_ringtone">Állítsa be a (z) %1$s csengőhangot.</string>
<string name="x_selected">%1$d kiválasztása</string>
<string name="year">Év</string>
<string name="you_have_to_select_at_least_one_category">Legalább egy kategóriát kell kiválasztania</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">Továbbítani fogjuk a problémakezelő weboldalra.</string>
<string name="your_account_data_is_only_used_for_authentication">Fiókja adatait kizárólag a hitelesítéshez fogjuk használni.</string>
</resources>

View File

@ -1,57 +1,57 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="about_album_label">Tentang %s</string>
<string name="about_settings_summary">Tim, tautan sosial</string>
<string name="accent_color">Warna aksen</string>
<string name="accent_color_desc">Warna aksen tema, default ke ungu</string>
<string name="action_about">Tentang</string>
<string name="action_add_to_blacklist">Tambahkan ke Daftar Hitam</string>
<string name="action_add_to_favorites">Tambahkan ke Favorit</string>
<string name="action_add_to_playing_queue">Tambahkan ke antrean putar</string>
<string name="action_add_to_playlist">Tambahkan ke daftar putar</string>
<string name="action_cast">Transmisi</string>
<string name="action_clear_playing_queue">Kosongkan antrean yang sedang diputar</string>
<string name="action_cycle_repeat">Mode pengulangan siklus</string>
<string name="action_delete">Hapus</string>
<string name="action_delete_from_device">Hapus dari perangkat</string>
<string name="action_details">Detail</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_go_to_album">Pergi ke album</string>
<string name="action_go_to_artist">Pergi ke artis</string>
<string name="action_go_to_genre">Pergi ke genre</string>
<string name="action_go_to_start_directory">Ke direktori awal</string>
<string name="action_grant">Izinkan</string>
<string name="action_grid_size">Ukuran kisi</string>
<string name="action_grid_size_land">Ukuran kisi (lanskap)</string>
<string name="action_new_playlist">Daftar putar baru</string>
<string name="action_next">Berikutnya</string>
<string name="action_play">Putar</string>
<string name="action_play_all">Putar semua</string>
<string name="action_play_next">Putar selanjutnya</string>
<string name="action_play_pause">Putar/Berhenti</string>
<string name="action_previous">Sebelumnya</string>
<string name="action_remove_from_favorites">Hapus dari favorit</string>
<string name="action_remove_from_playing_queue">Hapus dari antrian putaran</string>
<string name="action_remove_from_playlist">Hapus dari daftar putar</string>
<string name="action_rename">Ganti nama</string>
<string name="action_save_playing_queue">Simpan daftar putar</string>
<string name="action_scan">Pindai</string>
<string name="action_search">Cari</string>
<string name="action_set">Mulai</string>
<string name="action_set_as_ringtone">Atur sebagai nada dering</string>
<string name="action_set_as_start_directory">Atur sebagai direktori awal</string>
<string name="action_settings">"Setelan"</string>
<string name="action_share">Bagikan</string>
<string name="action_shuffle_all">Acak semua</string>
<string name="action_shuffle_playlist">Acak daftar putar</string>
<string name="action_sleep_timer">Pengatur waktu tidur</string>
<string name="action_sort_order">Urut berdasarkan</string>
<string name="action_tag_editor">Pengubah label</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_playlist_title">"Tambahkan ke daftar putar"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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>
@ -79,6 +79,8 @@
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
@ -122,6 +124,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
@ -219,12 +222,13 @@
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_playlist_title">Daftar putar baru</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
@ -425,7 +429,7 @@
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order">Urut berdasarkan</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -82,6 +82,8 @@ https://play.google.com/store/apps/details?id=%s</string>
<string name="audio_focus_denied">Focalizzazione audio negata.</string>
<string name="audio_settings_summary">Modifica le impostazioni audio e regola i controlli dell\'equalizzatore</string>
<string name="auto">Automatico</string>
<string name="backup_restore_title"><![CDATA[Backup e ripristino]]></string>
<string name="backup_title">Backup</string>
<string name="biography">Biografia</string>
<string name="black_theme_name">Solo nero</string>
<string name="blacklist">Blacklist</string>
@ -125,6 +127,7 @@ https://play.google.com/store/apps/details?id=%s</string>
<string name="could_not_restore_purchase">Impossibile ripristinare l\'acquisto.</string>
<string name="could_not_scan_files">Impossibile scansionare %d file.</string>
<string name="create_action">Crea</string>
<string name="create_new_backup">Crea</string>
<string name="created_playlist_x">Playlist %1$s creata.</string>
<string name="credit_title">Membri e collaboratori</string>
<string name="currently_listening_to_x_by_x">Ascoltando attualmente %1$s di %2$s.</string>
@ -228,6 +231,7 @@ https://play.google.com/store/apps/details?id=%s</string>
<string name="no_albums">Nessun album</string>
<string name="no_artists">Nessun artista</string>
<string name="no_audio_ID">"Prima riproduci un brano, poi riprova."</string>
<string name="no_backups_found">Nessun backup trovato</string>
<string name="no_equalizer">Nessun equalizzatore trovato</string>
<string name="no_genres">Nessun genere</string>
<string name="no_lyrics_found">Nessun testo trovato</string>

View File

@ -1,498 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="two">Songs</item>
<item quantity="many">Songs</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="two">Albums</item>
<item quantity="many">Albums</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -79,6 +79,8 @@
<string name="audio_focus_denied">オーディオのフォーカスが拒否されました。</string>
<string name="audio_settings_summary">サウンド設定を変更し、イコライザーコントロールを調整する</string>
<string name="auto">自動</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">バイオグラフィー</string>
<string name="black_theme_name">ダークテーマ時に漆黒にする</string>
<string name="blacklist">ブラックリスト</string>
@ -123,6 +125,7 @@
<string name="could_not_restore_purchase">購入の復元に失敗しました</string>
<string name="could_not_scan_files">%d のファイルをスキャンできませんでした</string>
<string name="create_action">作成</string>
<string name="create_new_backup">作成</string>
<string name="created_playlist_x">プレイリストを作成しました %1$s</string>
<string name="credit_title">メンバーと貢献者</string>
<string name="currently_listening_to_x_by_x">現在、 %1$s によって %2$s で聴いています。</string>
@ -226,6 +229,7 @@
<string name="no_albums">アルバムがありません</string>
<string name="no_artists">アーティストがありません</string>
<string name="no_audio_ID">"音楽再生してから、再度お試しください"</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">イコライザが見つかりませんでした</string>
<string name="no_genres">ジャンルがありません</string>
<string name="no_lyrics_found">歌詞が見つかりませんでした</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -79,6 +79,8 @@
<string name="audio_focus_denied">오디오 포커스가 거부되었습니다.</string>
<string name="audio_settings_summary">소리 설정 및 이퀄라이저 조정</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">바이오그래피</string>
<string name="black_theme_name">저스트 블랙</string>
<string name="blacklist">블랙리스트</string>
@ -122,6 +124,7 @@
<string name="could_not_restore_purchase">구매내역을 복구할 수 없습니다.</string>
<string name="could_not_scan_files">%d개의 파일을 스캔하지 못했습니다.</string>
<string name="create_action">만들기</string>
<string name="create_new_backup">만들기</string>
<string name="created_playlist_x">%1$s 재생목록을 만들었습니다.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">현재 %2$s의 %1$s를 듣는 중입니다.</string>
@ -160,7 +163,7 @@
<string name="flat">플랫</string>
<string name="folders">폴더</string>
<string name="follow_system">Follow system</string>
<string name="for_you">당신을 위해</string>
<string name="for_you">추천</string>
<string name="free">Free</string>
<string name="full">전체</string>
<string name="full_card">Full card</string>
@ -225,6 +228,7 @@
<string name="no_albums">앨범 없음</string>
<string name="no_artists">아티스트 없음</string>
<string name="no_audio_ID">"먼저 노래를 재생하고 다시 시도해 보십시오."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">이퀄라이저가 없습니다.</string>
<string name="no_genres">장르 없음</string>
<string name="no_lyrics_found">가사 없음</string>
@ -488,5 +492,5 @@
<string name="year">연도</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
<string name="your_account_data_is_only_used_for_authentication">계정 정보는 오로지 인증 목적으로만 사용됩니다.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,496 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="zero">Songs</item>
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="zero">Albums</item>
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,34 +1,35 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="about_album_label">ഏകദേശം %s</string>
<string name="about_settings_summary">അണിയറ പ്രവർത്തകർ, സോഷ്യൽ മീഡിയ ലിങ്കുകൾ</string>
<string name="accent_color">ആക്സന്റ് നിറം</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_about">അപ്ലിക്കേഷനെക്കുറിച്ച് അറിയുവാൻ</string>
<string name="action_add_to_blacklist">ബ്ലാക്ക്‌ലിസ്റ്റിലേക്ക് ആഡ് ചെയ്യൂ</string>
<string name="action_add_to_favorites">പ്രിയപ്പെട്ടവയിലേയ്ക്ക് ചേർക്കുക</string>
<string name="action_add_to_playing_queue">ക്യൂലേക് ആഡ് ചെയ്യൂ</string>
<string name="action_add_to_playlist">പ്ലേലിസ്റ്റിലേക്ക് ആഡ് ചെയ്യുക</string>
<string name="action_cast">കാസ്റ്റ്</string>
<string name="action_clear_playing_queue">നിലവിൽ ഉള്ള ക്യൂ ക്ലിയർ ചെയ്യൂ</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_delete">ഡിലീറ്റ്</string>
<string name="action_delete_from_device">ഡിവൈസിൽ നിന്നും ഡിലീറ്റ് ചെയ്യൂ</string>
<string name="action_details">വിശദാംശങ്ങള്‍‌</string>
<string name="action_edit">എഡിറ്റ് ചെയ്യൂ</string>
<string name="action_go_to_album">ആൽബമിലേക്ക് പോകാൻ</string>
<string name="action_go_to_artist">ആർട്ടിസ്റ്റിലേക്ക് പോകാൻ</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_new_playlist">പുതിയ പ്ലേലിസ്റ്റ് സൃഷ്‌ടിക്കുക</string>
<string name="action_next">അടുത്തത്</string>
<string name="action_play">പ്ലേ</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_next">അടുത്തത് പ്ലേ ചെയ്യുക</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_previous">മുൻപുള്ളത് പ്ലേയ് ചെയ്യാൻ</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
@ -48,59 +49,45 @@
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_playlist_title">"പ്ലേലിസ്റ്റിലേക്ക് ആഡ് ചെയ്യുക"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album artist</string>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">ആർട്ടിസ്റ്റ്</string>
<string name="artists">ആർട്ടിസ്റ്റുകൾ</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
@ -114,55 +101,36 @@
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
@ -171,62 +139,42 @@
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -236,25 +184,20 @@
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</string>
<string name="label_file_name">File name</string>
@ -263,48 +206,31 @@
<string name="label_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_playlist_title">പുതിയ പ്ലേലിസ്റ്റ് സൃഷ്‌ടിക്കുക</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
@ -313,57 +239,41 @@
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
@ -384,7 +294,9 @@
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
@ -393,6 +305,7 @@
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
@ -403,15 +316,21 @@
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
@ -419,12 +338,14 @@
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
@ -432,28 +353,25 @@
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
@ -461,25 +379,19 @@
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
@ -492,142 +404,95 @@
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_artist">ആർട്ടിസ്റ്റ്</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,492 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -79,6 +79,8 @@
<string name="audio_focus_denied">အသံအာရုံစိုက်ခြင်းအား ပယ်ဖျက်ခဲ့သည်</string>
<string name="audio_settings_summary">အသံ Settings များပြောင်းလဲရန်နှင့် Equalizer ချိန်ညှိရန်</string>
<string name="auto">အလိုအလျောက်</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">အတ္ထုပတ္တိ</string>
<string name="black_theme_name">အနက်ရောင်သာ</string>
<string name="blacklist">လစ်လျူရှုမည့်စာရင်း</string>
@ -122,6 +124,7 @@
<string name="could_not_restore_purchase">ဝယ်ယူမှုကိုပြန်မရယူနိုင်ပါ</string>
<string name="could_not_scan_files">ဖိုင် %d ခုကိုစကန်မဖတ်နိုင်ပါ</string>
<string name="create_action">ဖန်တီးမည်</string>
<string name="create_new_backup">ဖန်တီးမည်</string>
<string name="created_playlist_x">ဖန်တီးထားသော Playlist %1$s ခု</string>
<string name="credit_title">အဖွဲ့ဝင်များနှင့် ကူညီသူများ</string>
<string name="currently_listening_to_x_by_x">%2$s သီဆိုထားသော %1$s ကိုယခုနားထောင်နေသည်</string>
@ -225,6 +228,7 @@
<string name="no_albums">Album တစ်ခုမှမရှိပါ</string>
<string name="no_artists">အဆိုတော်တစ်ယောက်မှမရှိပါ</string>
<string name="no_audio_ID">"သီချင်းတစ်ပုဒ်အရင် play ကြည့်ပြီးမှ ပြန်ကြိုးစားပါ"</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Equalizer တစ်ခုမှရှာမတွေ့ပါ</string>
<string name="no_genres">အမျိုးအစားခွဲစရာတစ်ခုမှမရှိပါ</string>
<string name="no_lyrics_found">သီချင်းစာသားရှာမတွေ့ပါ</string>

View File

@ -1,665 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">အဖွဲ့နှင့် လူမှုကွန်ယက်လင့်ခ်များ</string>
<string name="accent_color">Accent Color</string>
<string name="accent_color_desc">The theme accent color (ခရမ်းရောင်သည်မူလအရောင်)</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">အကြိုက်ဆုံးသို့ထည့်မည်</string>
<string name="action_add_to_playing_queue">နားထောင်နေသည့်စာရင်းထဲသို့ထည့်မည်</string>
<string name="action_add_to_playlist">Playlist သို့ထည့်မည်</string>
<string name="action_clear_playing_queue">နားထောင်နေသည့်စာရင်းအားရှင်းမည်</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">ဖျက်မည်</string>
<string name="action_delete_from_device">Device မှဖျက်မည်</string>
<string name="action_details">အသေးစိတ်</string>
<string name="action_go_to_album">Album သို့သွားမည်</string>
<string name="action_go_to_artist">အဆိုတော်သို့သွားမည်</string>
<string name="action_go_to_genre">အမျိုးအစားသို့သွားမည်</string>
<string name="action_go_to_start_directory">Directory အစသို့သွားမည်</string>
<string name="action_grant">ခွင့်ပြုမည်</string>
<string name="action_grid_size">အကွက်အရွယ်အစား</string>
<string name="action_grid_size_land">အကွက်အရွယ်အစား (land)</string>
<string name="action_new_playlist">Playlist အသစ်</string>
<string name="action_next">နောက်တစ်ပုဒ်</string>
<string name="action_play">Play မည်</string>
<string name="action_play_all">အားလုံး play မည်</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/ခေတ္တရပ်</string>
<string name="action_previous">ယခင်အပုဒ်</string>
<string name="action_remove_from_favorites">အကြိုက်ဆုံးမှထုတ်မည်</string>
<string name="action_remove_from_playing_queue">နားထောင်နေသည့်စာရင်းမှထုတ်မည်</string>
<string name="action_remove_from_playlist">Playlist မှထုတ်မည်</string>
<string name="action_rename">နာမည်ပြင်မည်</string>
<string name="action_save_playing_queue">နားထောင်နေသည့်စာရင်းအားသိမ်းမည်</string>
<string name="action_scan">စကန်ဖတ်မည်</string>
<string name="action_search">ရှာမည်</string>
<string name="action_set">စမည်</string>
<string name="action_set_as_ringtone">Ringtone အဖြစ်ထားမည်</string>
<string name="action_set_as_start_directory">Directory အစအဖြစ်ထားမည်</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">မျှဝေမည်</string>
<string name="action_shuffle_all">အားလုံး Shuffle play မည်</string>
<string name="action_shuffle_playlist">Playlist အား Shuffle play မည်</string>
<string name="action_sleep_timer">Sleep Timer</string>
<string name="action_sort_order">အထားအသိုပြင်မည်</string>
<string name="action_tag_editor">Tag တည်းဖြတ်ခြင်း</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">ထည့်မည်</string>
<string name="add_playlist_title">"အောက်ပါ Playlist သို့ထည့်မည်"</string>
<string name="added_title_to_playing_queue">"နားထောင်နေသည့်စာရင်းထဲသို့ ၁ ပုဒ်ပေါင်းထည့်ခဲ့သည်"</string>
<string name="added_x_titles_to_playing_queue">နားထောင်နေသည့်စာရင်းထဲသို့ %1$d ပုဒ်ပေါင်းထည့်ခဲ့သည်</string>
<string name="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">သီချင်း</item>
<item quantity="other">သီချင်းများ</item>
</plurals>
<string name="album_artist">Album အားသီဆိုသူ</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">ဟေ့ အရမ်းမိုက်တဲ့ဒီ Music Player ကိုတစ်ချက်ကြည့်ကြည့်! https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">ထိပ်ဆုံးသီချင်းများ</string>
<string name="app_widget_big_name">ပုံအပြည့်</string>
<string name="app_widget_card_name">ကတ်</string>
<string name="app_widget_classic_name">ရိုးရိုး</string>
<string name="app_widget_small_name">အသေး</string>
<string name="app_widget_text_name">စာပါဝင်မှုနည်း</string>
<string name="artist">အဆိုတော်</string>
<string name="artists">အဆိုတော်များ</string>
<string name="audio_focus_denied">အသံအာရုံစိုက်ခြင်းအား ပယ်ဖျက်ခဲ့သည်</string>
<string name="audio_settings_summary">အသံ Settings များပြောင်းလဲရန်နှင့် Equalizer ချိန်ညှိရန်</string>
<string name="auto">အလိုအလျောက်</string>
<string name="biography">အတ္ထုပတ္တိ</string>
<string name="black_theme_name">အနက်ရောင်သာ</string>
<string name="blacklist">လစ်လျူရှုမည့်စာရင်း</string>
<string name="blur">Blur</string>
<string name="blur_card">ကတ်အဝါး</string>
<string name="bug_report_failed">သတင်းပို့၍မရနိုင်ပါ</string>
<string name="bug_report_failed_invalid_token">မမှန်ကန်သော Access token ဖြစ်သည်။ ကျေးဇူးပြု၍ App ရေးသားသူအားဆက်သွယ်ပါ။</string>
<string name="bug_report_failed_issues_not_available">ရွေးချယ်ထားသော Repository အတွက် Issue ဖွင့်ခွင့်မပေးထားပါ။ ကျေးဇူးပြု၍ App ရေးသားသူအားဆက်သွယ်ပါ။</string>
<string name="bug_report_failed_unknown">မသိထားသော Error တက်သွားခဲ့သည်။ ကျေးဇူးပြု၍ App ရေးသားသူအားဆက်သွယ်ပါ။</string>
<string name="bug_report_failed_wrong_credentials">Username (သို့မဟုတ်) Password မှားနေသည်</string>
<string name="bug_report_issue">အကြောင်းအရာ</string>
<string name="bug_report_manual">ကိုယ်တိုင်အသေးစိတ်သတင်းပို့မည်</string>
<string name="bug_report_no_description">ကျေးဇူးပြု၍ အကြောင်းအရာအသေးစိတ်ကိုဖြည့်သွင်းပါ</string>
<string name="bug_report_no_password">ကျေးဇူးပြု၍ မှန်ကန်သော Github password ကိုဖြည့်သွင်းပါ</string>
<string name="bug_report_no_title">ကျေးဇူးပြု၍အကြောင်းအရာခေါင်းစဉ်အားဖြည့်သွင်းပါ</string>
<string name="bug_report_no_username">ကျေးဇူးပြု၍ မှန်ကန်သော Github username ကိုဖြည့်သွင်းပါ</string>
<string name="bug_report_summary">မသိထားတဲ့ Error တစ်ခုတက်ခဲ့တယ်ဆိုပါစို့။ ဆက်ပြီး Crash ဖြစ်နေတယ်ဆိုရင် \"Clear App Data\" လုပ်ပါ (ဒါမှမဟုတ်) အီးမေးလ်ပို့ပါ။</string>
<string name="bug_report_use_account">GitHub အကောင့်ဖြင့်ပို့မည်</string>
<string name="buy_now">ယခုဝယ်မည်</string>
<string name="cancel_current_timer">ပယ်ဖျက်မည်</string>
<string name="card">ကတ်</string>
<string name="card_color_style">အရောင်ပါသောကတ်</string>
<string name="card_square">လေးထောင့်ကတ်</string>
<string name="card_style">ကတ်</string>
<string name="carousal_effect_on_now_playing_screen">Now Playing Screen ပေါ်တွင် Carousel effect </string>
<string name="cascading">Cascading</string>
<string name="changelog">ပြောင်းလဲမှုမှတ်တမ်း</string>
<string name="changelog_summary">Telegram channel ရှိ ပြောင်းလဲမှုမှတ်တမ်း</string>
<string name="circle">အဝိုင်း</string>
<string name="circular">အဝိုင်း</string>
<string name="classic">ရိုးရိုး</string>
<string name="clear_action">ရှင်းမည်</string>
<string name="clear_blacklist">Blacklist အားရှင်းမည်</string>
<string name="clear_playing_queue">နားထောင်နေသည့်စာရင်းအားရှင်းမည်</string>
<string name="color">အရောင်</string>
<string name="colors">အရောင်များ</string>
<string name="composer">တေးရေးဆရာ</string>
<string name="copied_device_info_to_clipboard">Device အချက်အလက်အား Clipboard သို့ ကော်ပီကူးခဲ့ပြီး</string>
<string name="could_not_create_playlist">Playlist ဖန်တီး၍မရပါ</string>
<string name="could_not_download_album_cover">"ကိုက်ညီသော Album Cover ကို Download မလုပ်နိုင်ပါ"</string>
<string name="could_not_restore_purchase">ဝယ်ယူမှုကိုပြန်မရယူနိုင်ပါ</string>
<string name="could_not_scan_files">ဖိုင် %d ခုကိုစကန်မဖတ်နိုင်ပါ</string>
<string name="create_action">ဖန်တီးမည်</string>
<string name="created_playlist_x">ဖန်တီးထားသော Playlist %1$s ခု</string>
<string name="credit_title">အဖွဲ့ဝင်များနှင့် ကူညီသူများ</string>
<string name="currently_listening_to_x_by_x">%2$s သီဆိုထားသော %1$s ကိုယခုနားထောင်နေသည်</string>
<string name="dark_theme_name">အနက်ရောင်ဆန်ဆန်</string>
<string name="delete_playlist_title">Playlist ဖျက်ခြင်း</string>
<string name="delete_playlist_x"><![CDATA[<b>%1$s</b> Playlist ကိုဖျက်မှာလား]]></string>
<string name="delete_playlists_title">Playlist များဖျက်ခြင်း</string>
<string name="delete_song_title">သီချင်းဖျက်ခြင်း</string>
<string name="delete_song_x"><![CDATA[<b>%1$s</b>? သီချင်းကိုဖျက်မှာလား]]></string>
<string name="delete_songs_title">သီချင်းများဖျက်ခြင်း</string>
<string name="delete_x_playlists"><![CDATA[Playlist <b>%1$d</b> ခုကိုဖျက်မှာလား]]></string>
<string name="delete_x_songs"><![CDATA[သီချင်း <b>%1$d</b> ပုဒ်ကိုဖျက်မှာလား]]></string>
<string name="deleted_x_songs">သီချင်း %1$d ပုဒ်ကိုဖျက်ပစ်ခဲ့သည်</string>
<string name="depth">Depth</string>
<string name="description">အကြောင်းအရာအသေးစိတ်</string>
<string name="device_info">Device အချက်အလက်</string>
<string name="dialog_message_set_ringtone">အသံ Settings ပြုပြင်ရန် Retro Music ကိုခွင့်ပြုချက်ပေးပါ</string>
<string name="dialog_title_set_ringtone">Ringtone ထားခြင်း</string>
<string name="do_you_want_to_clear_the_blacklist">Blacklist ကိုရှင်းလင်းလိုပါသလား</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Blacklist မှ <b>%1$s</b> ကိုဖယ်ရှားလိုပါသလား]]></string>
<string name="donate">လှူဒါန်းမည်</string>
<string name="donate_summary">ကျွန်တော့်ရဲ့လက်ရာအတွက် မုန့်ဖိုးရဖို့ထိုက်တန်တယ်လို့ထင်ရင် ဒီမှာပေးသွားလိုက်ပါ။</string>
<string name="donation_header">ဝယ်ပေးမယ်: </string>
<string name="done">ပြီးပြီ</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">ဘာမှမရှိပါ</string>
<string name="equalizer">Equalizer</string>
<string name="faq">မေးလေ့ရှိသောမေးခွန်းများ</string>
<string name="favorites">အကြိုက်ဆုံး</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">အနေတော်</string>
<string name="flat">အပြားပုံစံ</string>
<string name="folders">Folders</string>
<string name="follow_system">System အတိုင်း</string>
<string name="for_you">သင့်အတွက်</string>
<string name="free">အခမဲ့</string>
<string name="full">အပြည့်</string>
<string name="full_card">ကတ်အပြည့်ပုံစံ</string>
<string name="general_settings_summary">App Theme နှင့် အရောင်များကိုပြောင်းလဲရန်</string>
<string name="general_settings_title">Look and Feel</string>
<string name="genre">အမျိုးအစား</string>
<string name="genres">အမျိုးအစားများ</string>
<string name="git_hub_summary">Project ကို GitHub မှာ Fork လုပ်ပါ</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1"></string>
<string name="grid_size_2"></string>
<string name="grid_size_3"></string>
<string name="grid_size_4"></string>
<string name="grid_size_5"></string>
<string name="grid_size_6"></string>
<string name="grid_size_7"></string>
<string name="grid_size_8"></string>
<string name="grid_style_label">အကွက်စတိုင်</string>
<string name="help_summary">အကူအညီထပ်လိုပါသေးလား</string>
<string name="hinge">Hinge</string>
<string name="history">မှတ်တမ်း</string>
<string name="home">မူလ</string>
<string name="horizontal_flip">ရေပြင်ညီအတိုင်းဟိုဘက်ဒီဘက်လှန်ခြင်း</string>
<string name="image">ဓာတ်ပုံ</string>
<string name="image_gradient">Gradient ပုံ</string>
<string name="image_settings_summary">အဆိုတော်ပုံအား ဒေါင်းလုဒ်ဆွဲခြင်း Settings များ</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">Android မီဒီယာစတိုးမှ Playlist များကိုသီချင်းများနှင့်အတူ import လုပ်သွားမည်ဖြစ်ပြီး ရှိပြီးသား Playlist ဖြစ်ပါကသီချင်းများကိုထည့်ပေါင်းသွားပါမည်။</string>
<string name="inserted_x_songs_into_playlist_x">Playlist %2$s သို့သီချင်း %1$d ပုဒ်ထည့်ပြီးပါပြီ</string>
<string name="instagram_page" translatable="false">Instagram</string>
<string name="instagram_page_summary">သင့်ရဲ့ Retro Music setup ကို Instagram တွင်ပြသလိုက်ပါ</string>
<string name="keyboard">ကီးဘုတ်</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">အမျိုးအစား</string>
<string name="label_file_name">ဖိုင်နာမည်</string>
<string name="label_file_path">ဖိုင်နေရာ</string>
<string name="label_file_size">အရွယ်အစား</string>
<string name="label_more_from">%s ၏နောက်ထပ် Album များ</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">ကြာချိန်</string>
<string name="labeled">Label ထိုးထားမည်</string>
<string name="last_added">နောက်ဆုံးသွင်းထားသော</string>
<string name="last_song">နောက်ဆုံးအပုဒ်</string>
<string name="library_categories">Tab အမျိုးအစားများ</string>
<string name="licenses">လိုင်စင်များ</string>
<string name="light_theme_name">အဖြူရောင်သက်သက်</string>
<string name="listeners_label">နားဆင်သူများ</string>
<string name="listing_files">ဖိုင်ပြန်စီနေသည်...</string>
<string name="loading_products">ခဏစောင့်ပါ...</string>
<string name="login">Login</string>
<string name="lyrics">သီချင်းစာသား</string>
<string name="made_with_love">အိန္ဒိယနိုင်ငံတွင် ❤️ များဖြင့် ဖန်တီးသည်</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Storage ခွင့်ပြုချက် error</string>
<string name="my_name">နာမည်</string>
<string name="my_top_tracks">အများဆုံးနားထောင်ခဲ့သော</string>
<string name="never">ဘယ်တော့မှ</string>
<string name="new_playlist_title">Playlist အသစ်</string>
<string name="new_start_directory">%s ဟာ Directory အစဖြစ်သွားပါပြီ</string>
<string name="next_song">နောက်တစ်ပုဒ်</string>
<string name="no_albums">Album တစ်ခုမှမရှိပါ</string>
<string name="no_artists">အဆိုတော်တစ်ယောက်မှမရှိပါ</string>
<string name="no_audio_ID">"သီချင်းတစ်ပုဒ်အရင် play ကြည့်ပြီးမှ ပြန်ကြိုးစားပါ"</string>
<string name="no_equalizer">Equalizer တစ်ခုမှရှာမတွေ့ပါ</string>
<string name="no_genres">အမျိုးအစားခွဲစရာတစ်ခုမှမရှိပါ</string>
<string name="no_lyrics_found">သီချင်းစာသားရှာမတွေ့ပါ</string>
<string name="no_playing_queue">သီချင်းတစ်ပုဒ်မှ play မထားပါ</string>
<string name="no_playlists">Playlist တစ်ခုမှမရှိပါ</string>
<string name="no_purchase_found">ဝယ်ယူထားမှုမရှိပါ</string>
<string name="no_results">ရှာမတွေ့ပါ</string>
<string name="no_songs">သီချင်းတစ်ပုဒ်မှမရှိပါ</string>
<string name="normal">ပုံမှန်</string>
<string name="normal_lyrics">ပုံမှန်သီချင်းစာသား</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> သည် Android မီဒီယာစတိုးတွင် မရှိပါ]]></string>
<string name="not_recently_played">မကြာသေးခင်က play မထားပါ</string>
<string name="nothing_to_scan">စကန်ဖတ်စရာမရှိပါ</string>
<string name="nothing_to_see">ကြည့်စရာတစ်ခုမှမရှိပါ</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Notification ပုံစံကို စိတ်ကြိုက်ပြင်ဆင်မည်</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Now playing screen ကိုစိတ်ကြိုက်ပြင်ခြင်း</string>
<string name="now_playing_themes">Now playing theme (၉) ခုအထက် ရရှိခြင်း</string>
<string name="only_on_wifi">Wi-Fi ဖြင့်သာ</string>
<string name="other_settings_summary">အဆင့်မြင့် Settings များ</string>
<string name="others">အခြား</string>
<string name="password">Password</string>
<string name="past_three_months">လွန်ခဲ့သော (၃)လ</string>
<string name="peak">Peak ပုံစံ</string>
<string name="permission_external_storage_denied">External Storage ကြည့်ရှုခွင့်အားငြင်းပယ်ခဲ့သည်။</string>
<string name="permission_summary">သီချင်းဖွင့်ရန်အတွက် ယခု App အား Storage ကြည့်ရှုခွင့်ပေးရန်လိုသည်။</string>
<string name="permission_title">Storage ကြည့်ရှုခွင့်</string>
<string name="permissions_denied">ခွင့်ပြုချက်ငြင်းပယ်ခံရသည်</string>
<string name="personalize">မိမိစိတ်ကြိုက်</string>
<string name="personalize_settings_summary">Now Playing နှင့် UI controls များကိုစိတ်ကြိုက်ပြင်ဆင်မည်</string>
<string name="pick_from_local_storage">Local Storage မှ ရွေးမည်</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Retro Music ဒီဇိုင်းအကြံဉာဏ်ကောင်းများအတွက် Pinterest page ကို follow ပါ</string>
<string name="plain">ရှင်းရှင်းလင်းလင်းပုံစံ</string>
<string name="playing_notification_description">Playing notification သည် play/pause ခလုတ် စသည့်တို့ကိုဖော်ပြပေးသည်</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist တွင်ဘာမှမရှိပါ</string>
<string name="playlist_name_empty">Playlist နာမည်</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Blur Themes များအတွက်သက်ရောက်သော အဝါးပမာဏဖြစ်ပြီး ပမာဏနည်းလေ ပိုမြန်လေဖြစ်သည်</string>
<string name="pref_blur_amount_title">အဝါးပမာဏ</string>
<string name="pref_filter_song_summary">ကြာချိန်ဖြင့်သီချင်းစစ်ထုတ်မည်</string>
<string name="pref_filter_song_title">သီချင်းကြာချိန်စစ်ထုတ်ခြင်း</string>
<string name="pref_header_advanced">ပိုမိုဆန်းသစ်သော</string>
<string name="pref_header_album">Album စတိုင်</string>
<string name="pref_header_audio">အသံပိုင်းဆိုင်ရာ</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">ထိန်းချုပ်မှုဆိုင်ရာ</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Volume သုညရောက်သွားပါက သီချင်းရပ်ပြီး Volume ပြန်ကျယ်လာသည့်အခါ ပြန် play မည်ဖြစ်သည်။ App ထဲဝင်မထားသော်လည်းအလုပ်လုပ်သည်။</string>
<string name="pref_keep_pause_on_zero_volume_title">သုည၌ရပ်ခြင်း</string>
<string name="pref_keep_screen_on_summary">ဤ feature ဖွင့်ထားပါက ဘက်ထရီသက်တမ်းထိခိုက်နိုင်ပါသည်</string>
<string name="pref_keep_screen_on_title">Screen တစ်ချိန်လုံးဖွင့်ထားမည်</string>
<string name="pref_language_name">ဘာသာစကားရွေးချယ်မည်</string>
<string name="pref_summary_album_art_on_lockscreen">ယခု play နေသောသီချင်း Album cover ပုံအား Lockscreen wallpaper အဖြစ်ထားမည်</string>
<string name="pref_summary_album_artists_only">Album သီဆိုသူများကိုလည်း အဆိုတော် Category တွင်ထားမည်</string>
<string name="pref_summary_audio_ducking">System Sound (သို့) Notification တစ်ခုရောက်လာသည့်အခါ သီချင်းအသံကိုတိုးမည်</string>
<string name="pref_summary_blacklist">Blacklist folder သိို့သွင်းထားသည်များကို Library တွင်မြင်ရမည်မဟုတ်ပါ</string>
<string name="pref_summary_bluetooth_playback">Bluetooth device နှင့်ချိတ်ဆက်လိုက်သည်နှင့် သီချင်းစဖွင့်မည်</string>
<string name="pref_summary_blurred_album_art">Lockscreen တွင် Album cover ပုံကိုဝါးထားမည်။ Third-party app နှင့် Widget များတွင် ပြဿနာတက်နိုင်သည်။</string>
<string name="pref_summary_carousel_effect">Now Playing screen မှ Album cover အတွက် Carousel effect ဖြစ်သည်။ ဤ effect ကြောင့် ကတ်နှင့် ကတ်အဝါး Theme များအလုပ်လုပ်မည်မဟုတ်ပါ။</string>
<string name="pref_summary_classic_notification">Android ၏ Notification ဒီဇိုင်းအဟောင်းကိုသုံးမည်</string>
<string name="pref_summary_colored_app">နောက်ခံအရောင်နှင့်ထိန်းချုပ်ခလုတ်အရောင်များသည် Now Playing screen မှ Album cover အရောင်အတိုင်း ပြောင်းလဲပါမည်</string>
<string name="pref_summary_colored_app_shortcuts">Accent color မှ App shortcuts များကိုအရောင်ပြောင်းလဲသည်။ Accent color ပြောင်းသည့်အခါတိုင်း App ကိုသက်ရောက်မှုရှိစေရန် ဤခလုတ်ကိုအဖွင့်၊အပိတ်လုပ်ပေးပါ။</string>
<string name="pref_summary_colored_notification">"Notification အရောင်ကို Album cover မှထင်ရှားသည့်အရောင်အတိုင်း ပြောင်းမည်"</string>
<string name="pref_summary_desaturated_color">Material ဒီဇိုင်းညွှန်ကြားချက်များအရ Dark Mode ဖွင့်ထားချိန်တွင်အရောင်များမှိန်နေသင့်သည်</string>
<string name="pref_summary_expand_now_playing_panel">Notification ကိုနှိပ်သည့်အခါ Home screen သို့ရောက်မည့်အစား Now Playing screen သို့တိုက်ရိုက်ရောက်သွားမည်</string>
<string name="pref_summary_extra_controls">Mini player တွင် ထိန်းချုပ်ခလုတ်အပိုများထပ်ပေါင်းမည်</string>
<string name="pref_summary_extra_song_info">သီချင်းဖိုင်၏အသေးစိတ်အချက်အလက်များ ပြသမည်၊ ဥပမာ - ဖိုင်အမျိုးအစား၊ bitrate နှင့် ကြိမ်နှုန်း</string>
<string name="pref_summary_gapless_playback">"အချို့ device များတွင် playback ပြဿနာများဖြစ်ပေါ်နိုင်သည်"</string>
<string name="pref_summary_home_banner">Home banner အား ပြသခြင်း၊ ဖျောက်ထားခြင်း</string>
<string name="pref_summary_ignore_media_store_artwork">Album cover အရည်အသွေးပိုမိုကောင်းမွန်လာနိုင်သော်လည်း Loading time ပိုကြာနိုင်သည်။ အရည်အသွေးနိမ့်သောပုံများနှင့်အဆင်မပြေမှသာလျှင် ဤခလုတ်ကိုဖွင့်ပါ။</string>
<string name="pref_summary_library_categories">Library category များ ဖော်ခြင်း၊ ဖျောက်ခြင်းနှင့် အထားအသိုများ ချိန်ညှိမည်</string>
<string name="pref_summary_lock_screen">Retro Music ၏ ပြင်ဆင်ထားသော Lockscreen controls များကိုသုံးမည်</string>
<string name="pref_summary_open_source_licences">Open Source software အတွက် လိုင်စင်အချက်အလက်များ</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">နားကြပ်နှင့်ချိတ်ဆက်ပြီးသည့်နှင့် စတင် play မည်</string>
<string name="pref_summary_toggle_shuffle">သီချင်းဖွင့်မည့်စာရင်း\'အသစ်\'ကို play သည့်အခါ Shuffle Mode ပိတ်သွားပါမည်</string>
<string name="pref_summary_toggle_volume">နေရာလုံလုံလောက်လောက်ရှိပါက Now Playing screen တွင် အသံအတိုးအကျယ်ခလုတ်များပြသမည်</string>
<string name="pref_title_album_art_on_lockscreen">Album cover ပြသခြင်း</string>
<string name="pref_title_album_artists_only">Album သီဆိုသူဖြင့် ရှာဖွေခြင်း</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored App shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">အဆိုတော်ဓာတ်ပုံများကို အလိုအလျောက်ဒေါင်းလုဒ်ဆွဲခြင်း</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Album cover အဝါး</string>
<string name="pref_title_classic_notification">Notification ဒီဇိုင်းအဟောင်း</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">အရောင်ပါသော notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Now Playing screen ပြသခြင်း</string>
<string name="pref_title_extra_controls">အပိုထိန်းချုပ်မှုများ</string>
<string name="pref_title_extra_song_info">သီချင်းဖိုင်အချက်အလက် </string>
<string name="pref_title_gapless_playback">လစ်ဟာမှုမရှိ play ခြင်း</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album အကွက်ပုံစံ</string>
<string name="pref_title_home_artist_grid_style">အဆိုတော်အကွက်ပုံစံ</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Media Store covers များကိုလျစ်လျူရှုခြင်း</string>
<string name="pref_title_last_added_interval">နောက်ဆုံးသွင်းထားသော playlist ရှိသီချင်းများ</string>
<string name="pref_title_lock_screen">Lockscreen အပြည့် controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab ခေါင်းစဉ်ပြသခြင်း</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">App ကို screen အပြည့်ထားမည်</string>
<string name="pref_title_toggle_toggle_headset">အလိုအလျောက် play ခြင်း</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">အသံထိန်းချုပ်မှု</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme ၊ Now playing themes နှင့် Carousel effect စသည်များ...</string>
<string name="profile">Profile</string>
<string name="purchase">ဝယ်ယူမည်</string>
<string name="queue">နားထောင်နေသည့်စာရင်း</string>
<string name="rate_app">ဤ app ကို star ပေးမည်</string>
<string name="rate_on_google_play_summary">App ကိုကြိုက်ပါသလား။ ယခုထက်ပိုကောင်းမွန်အောင်ဘယ်လိုလုပ်ရမလဲဆိုတာ ကျွန်တော်တို့ကို Google Play Store မှာပြောပြပေးပါ။</string>
<string name="recent_albums">မကြာသေးခင်ကနားထောင်ထားသော Album များ</string>
<string name="recent_artists">မကြာသေးခင်ကနားထောင်ထားသော အဆိုတော်များ</string>
<string name="remove_action">ပယ်ဖျက်မည်</string>
<string name="remove_cover">Cover ကိုဖျက်မည်</string>
<string name="remove_from_blacklist">Blacklist မှဖျက်မည်</string>
<string name="remove_song_from_playlist_title">Playlist မှဖျက်မည်</string>
<string name="remove_song_x_from_playlist"><![CDATA[<b>%1$s</b> ကို Playlist ကဖျက်မှာလား]]></string>
<string name="remove_songs_from_playlist_title">Playlist မှသီချင်းများဖျက်ခြင်း</string>
<string name="remove_x_songs_from_playlist"><![CDATA[သီချင်း <b>%1$d</b> ပုဒ်ကို playlist ကဖျက်မှာလား]]></string>
<string name="rename_playlist_title">Playlist နာမည်ပြင်မည်</string>
<string name="report_an_issue">ပြဿနာတစ်ခုသတင်းပို့မည်</string>
<string name="report_bug">Bug report တင်မည်</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">ပြန်လည်ရယူမည်</string>
<string name="restored_previous_purchase_please_restart">ယခင်ဝယ်ယူမှုကို ပြန်လည်ရယူပြီးပါပြီ။ Feature အားလုံးအလုပ်လုပ်ရန် app မှထွက်ပြီးပြန်ဝင်ပါ။</string>
<string name="restored_previous_purchases">ယခင်ဝယ်ယူမှုအား ပြန်လည်ရယူပြီးပါပြီ</string>
<string name="restoring_purchase">ယခင်ဝယ်ယူမှုအား ပြန်လည်ရယူနေသည်...</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">သီချင်းများကို Ringtone ထားရန် app အား System Settings များကိုပြင်ဆင်ခွင့်ပေးရန်လိုသည်။</string>
<string name="ringtone_title">Ringtone</string>
<string name="saf_delete_failed">ဖိုင်ဖျက်ခြင်းမအောင်မြင်ပါ: %s</string>
<!-- SAF -->
<string name="saf_error_uri">SAF URI ကိုမရယူနိုင်ပါ</string>
<string name="saf_guide_slide1_description">Navigation drawer ကိုဖွင့်ပါ</string>
<string name="saf_guide_slide1_description_before_o">Overflow Menu မှ \'Show SD card\' ကိုနှိပ်ပါ</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s သည် SD card ကြည့်ရှုခွင့်လိုအပ်သည်</string>
<string name="saf_guide_slide2_description">SD card ၏ ထိပ်ဆုံး Directory ကိုရွေးပေးရန်လိုအပ်သည်</string>
<string name="saf_guide_slide2_title">Navigation drawer တွင် SD card ကိုရွေးချယ်ပါ</string>
<string name="saf_guide_slide3_description">Folder အခွဲများကို မဖွင့်ပါနှင့်</string>
<string name="saf_guide_slide3_title">Screen ၏အောက်ဆုံးတွင်ရှိသော \'select\' ခလုတ်ကိုနှိပ်ပါ</string>
<string name="saf_write_failed">ဖိုင်ပြုပြင်ခြင်းမအောင်မြင်ပါ: %s</string>
<string name="save">မှတ်ထားမည်</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">ဖိုင်အဖြစ်သိမ်းမည်</string>
<string name="save_playlists_title">ဖိုင်များအဖြစ်သိမ်းမည်</string>
<string name="saved_playlist_to">%s တွင် playlist ကိုသိမ်းခဲ့သည်</string>
<string name="saving_changes">ပြောင်းလဲမှုများကိုမှတ်သားနေသည်</string>
<string name="scan_media">မီဒီယာစကန်ဖတ်မည်</string>
<string name="scanned_files">ဖိုင် %2$d ခုအနက် %1$d ခုကို စကန်ဖတ်ပြီးပါပြီ</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">အားလုံးရွေးမည်</string>
<string name="selected">ရွေးချယ်ထားသော</string>
<string name="set">ထားမည်</string>
<string name="set_artist_image">အဆိုတော်ပုံအဖြစ်ထားမည်</string>
<string name="share_app">App ကိုမျှဝေမည်</string>
<string name="share_summary">သင့်မိသားစုနှင့် သူငယ်ချင်းများကိုပြန်လည်မျှဝေလိုက်ပါ</string>
<string name="share_to_stories">Stories သို့မျှဝေမည်</string>
<string name="shuffle">Shuffle</string>
<string name="simple">ရိုးရိုးရှင်းရှင်း</string>
<string name="sleep_timer_canceled">Sleep timer ကိုဖျက်ပြီးပါပြီ</string>
<string name="sleep_timer_set">ယခုမှစတင်၍ Sleep timer ကို %d မိနစ်အချိန်မှတ်ပြီးပါပြီ</string>
<string name="social">Social</string>
<string name="social_stories">Story မျှဝေမည်</string>
<string name="song">သီချင်း</string>
<string name="song_duration">သီချင်းကြာချိန်</string>
<string name="songs">သီချင်းများ</string>
<string name="sort_order">အထားအသိုပြင်မည်</string>
<string name="sort_order_a_z">ငယ်ရာမှကြီးရာ</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">အဆိုတော်</string>
<string name="sort_order_composer">တေးရေးဆရာ</string>
<string name="sort_order_date">ထည့်သွင်းသည့်ရက်</string>
<string name="sort_order_date_modified">ပြင်ဆင်သည့်ရက်</string>
<string name="sort_order_num_songs">အပုဒ်အရေအတွက်</string>
<string name="sort_order_num_songs_desc">အပုဒ်အရေအတွက်ပြောင်းပြန်</string>
<string name="sort_order_year">ထွက်ရှိသည့်နှစ်</string>
<string name="sort_order_z_a">ကြီးရာမှငယ်ရာ</string>
<string name="speech_not_supported">ဆောရီး! သင့် device သည် အသံဖြင့်ပြောဆိုခြင်းအား အထောက်အပံ့မပေးထားပါ</string>
<string name="speech_prompt">သင့် Library တွင်ရှာဖွေခြင်း</string>
<string name="stack">Stack</string>
<string name="start_play_music">သီချင်းစတင် play ပါပြီ</string>
<string name="suggestion_songs">အကြံပြုထားသောသီချင်းများ</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">ချိန်ကိုက်ထားသောသီချင်းစာသား</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Bugs များကို ဆွေးနွေးရန်၊ အကြံပြုချက်များပေးရန်၊ ကြွားရန်နှင့် စသည်များ...</string>
<string name="thank_you">ကျေးဇူးတင်ပါတယ်</string>
<string name="the_audio_file">အသံဖိုင်</string>
<string name="this_month">ယခုလ</string>
<string name="this_week">ယခုအပတ်</string>
<string name="this_year">ယခုနှစ်</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">နာမည်</string>
<string name="today">ယနေ့</string>
<string name="top_albums">ထိပ်ဆုံး Album များ</string>
<string name="top_artists">ထိပ်ဆုံးအဆိုတော်များ</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">အပုဒ်နံပါတ်</string>
<string name="translate">ဘာသာပြန်ခြင်း</string>
<string name="translate_community">App ကိုသင့်ဘာသာစကားသို့ ကူပြန်ပေးပါ</string>
<string name="try_retro_music_premium">Retro Music Premium ကိုစမ်းကြည့်ပါ</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">သင့် Retro Music ဒီဇိုင်းများကိုမျှဝေပါ</string>
<string name="unlabeled">Label မထိုးပါ</string>
<string name="unplayable_file">ဤသီချင်းကို မ play နိုင်ပါ</string>
<string name="up_next">လာမည့်အပုဒ်</string>
<string name="update_image">Update image</string>
<string name="updating">အပ်ဒိတ်လုပ်နေသည်…</string>
<string name="user_name">သုံးစွဲသူ</string>
<string name="username">သုံးစွဲသူအမည်</string>
<string name="version">Version</string>
<string name="vertical_flip">ဒေါင်လိုက်ဟိုဘက်ဒီဘက်လှန်ခြင်း</string>
<string name="volume">အသံအတိုးအကျယ်</string>
<string name="web_search">Web search</string>
<string name="welcome">မင်္ဂလာပါ</string>
<string name="what_do_you_want_to_share">ဘာများမျှဝေချင်ပါသလဲ</string>
<string name="whats_new">ဘာအသစ်တွေရှိလဲ</string>
<string name="window">Window</string>
<string name="window_corner_edges">အနားအကွေးပုံစံ</string>
<string name="x_has_been_set_as_ringtone">%1$s ကို Ringtone အဖြစ်ထားပြီးပါပြီ</string>
<string name="x_selected">%1$d ခုကိုရွေးထားသည်</string>
<string name="year">ထွက်ရှိသည့်နှစ်</string>
<string name="you_have_to_select_at_least_one_category">အနည်းဆုံး category တစ်ခုရွေးချယ်ရန်လိုအပ်သည်</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">Issue tracker website သို့ခေါ်ဆောင်သွားပါမည်</string>
<string name="your_account_data_is_only_used_for_authentication">သင့်အကောင့်အချက်အလက်ကို အတည်ပြုရန်အတွက်သာအသုံးပြုပါသည်။</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_title_cross_fade">Crossfade</string>
</resources>

View File

@ -1,633 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_to_stories">Share to Stories</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -5,7 +5,7 @@
<string name="accent_color">Accent kleur</string>
<string name="accent_color_desc">De accent kleur, standaard naar groen</string>
<string name="action_about">Over</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_blacklist">Voeg toe aan zwarte lijst</string>
<string name="action_add_to_favorites">Toevoegen aan favorieten</string>
<string name="action_add_to_playing_queue">Voeg toe aan afspeel wachtrij</string>
<string name="action_add_to_playlist">Voeg toe aan afspeellijst...</string>
@ -81,6 +81,8 @@
<string name="audio_focus_denied">Geluid focus geweigerd </string>
<string name="audio_settings_summary">Wijzig de geluidsinstellingen en pas de equalizer aan</string>
<string name="auto">Automatisch</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografie</string>
<string name="black_theme_name">Gewoon zwart</string>
<string name="blacklist">Zwarte lijst</string>
@ -114,16 +116,17 @@
<string name="classic">Klassiek</string>
<string name="clear_action">Legen</string>
<string name="clear_blacklist">Leeg zwarte lijst</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="clear_playing_queue">Maak wachtrij leeg</string>
<string name="color">Kleur</string>
<string name="colors">Kleuren</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="composer">Componist</string>
<string name="copied_device_info_to_clipboard">Apparaatinfo is naar klembord gekopiëerd.</string>
<string name="could_not_create_playlist">Kon geen afspeellijst maken.</string>
<string name="could_not_download_album_cover">"Kon geen matchende album cover downloaden."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Kon %d files niet scannen.</string>
<string name="create_action">Aanmaken</string>
<string name="create_new_backup">Aanmaken</string>
<string name="created_playlist_x">Afspeellijst %1$s aangemaakt.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Nu luisterend naar %1$s van %2$s.</string>
@ -131,31 +134,31 @@
<string name="delete_playlist_title">Afspeellijst verwijderen</string>
<string name="delete_playlist_x"><![CDATA[Afspellijst <b>%1$s</b> verwijderen?]]></string>
<string name="delete_playlists_title">Afspeellijsten verwijderen</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_title">Verwijder nummer</string>
<string name="delete_song_x"><![CDATA[Verwijder liedje <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_songs_title">Verwijder nummers</string>
<string name="delete_x_playlists"><![CDATA[Verwijder afspeellijsten <b>%1$d</b>?]]></string>
<string name="delete_x_songs"><![CDATA[Verwijder liedjes <b>%1$d</b>?]]></string>
<string name="deleted_x_songs">Liedjes %1$d verwijderd.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="deleting_songs">Nummers aan het verwijderen</string>
<string name="depth">Diepte</string>
<string name="description">Beschrijving</string>
<string name="device_info">Apparaatinfo</string>
<string name="dialog_message_set_ringtone">Sta Retro Music toe om audioinstellingen te wijzigen</string>
<string name="dialog_title_set_ringtone">Stel in als beltoon</string>
<string name="do_you_want_to_clear_the_blacklist">Wil je de zwarte lijst leegmaken?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Wil je <b>%1$s</b> verwijderen van de zwarte lijst?]]></string>
<string name="donate">Doneren</string>
<string name="donate_summary">Als je vindt dat ik het verdien om geld te krijgen voor mijn werk, dan kun je hier een paar euro\'s doneren.</string>
<string name="donation_header">Koop mij een</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="done">Klaar</string>
<string name="drive_mode">Rijmodus</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Leeg</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="faq">Veelgestelde vragen</string>
<string name="favorites">Favorieten</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
@ -163,10 +166,10 @@
<string name="folders">Mappen</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="free">Gratis</string>
<string name="full">Vol</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_summary">Pas het thema en de kleuren van de app aan</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
@ -227,6 +230,7 @@
<string name="no_albums">Geen albums</string>
<string name="no_artists">Geen artiesten</string>
<string name="no_audio_ID">"Laat eerst een liedje afspelen, probeer dan opniew."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Geen equalizer gevonden.</string>
<string name="no_genres">Je hebt geen genres</string>
<string name="no_lyrics_found">Geen lyrics gevonden</string>
@ -431,7 +435,7 @@
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artiest</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_composer">Componist</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>

View File

@ -81,6 +81,8 @@
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
@ -227,6 +230,7 @@
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>

View File

@ -12,7 +12,7 @@
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete">ବିଲୋପ କରନ୍ତୁ</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
@ -81,6 +81,8 @@
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
@ -227,6 +230,7 @@
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -85,6 +85,8 @@
<string name="audio_focus_denied">Odrzucono fokus dźwiękowy.</string>
<string name="audio_settings_summary">Dostosuj ustawienia dźwięku i equalizera</string>
<string name="auto">Automatyczny</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografia</string>
<string name="black_theme_name">Po prostu czarny</string>
<string name="blacklist">Czarna lista</string>
@ -128,6 +130,7 @@
<string name="could_not_restore_purchase">Nie udało się przywrócić zakupu.</string>
<string name="could_not_scan_files">Nie udało się przeskanować %d plików.</string>
<string name="create_action">Utwórz</string>
<string name="create_new_backup">Utwórz</string>
<string name="created_playlist_x">Stworzono playlistę %1$s.</string>
<string name="credit_title">Twórcy</string>
<string name="currently_listening_to_x_by_x">Aktualnie odtwarzane %1$s wykonawcy %2$s.</string>
@ -231,6 +234,7 @@
<string name="no_albums">Brak albumów</string>
<string name="no_artists">Brak wykonawców</string>
<string name="no_audio_ID">"Odtwórz jakiś utwór i spróbuj ponownie."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Nie znaleziono korektora dźwięku</string>
<string name="no_genres">Brak gatunków</string>
<string name="no_lyrics_found">Nie znaleziono tekstu utworu</string>
@ -353,9 +357,9 @@
<string name="pref_title_lock_screen">Sterowanie pełnoekranowe</string>
<string name="pref_title_now_playing_screen_appearance">Wyglądodtwarzacza</string>
<string name="pref_title_open_source_licences">Licencje typu Open Source</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_remember_tab">Zapamiętaj ostatnią kartę</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_suggestions">Pokaż sugestie</string>
<string name="pref_title_tab_text_mode">Wygląd tytułów kart</string>
<string name="pref_title_toggle_carousel_effect">Efekt karuzeli</string>
<string name="pref_title_toggle_full_screen">Aplikacja pełnoekranowa</string>
@ -475,7 +479,7 @@
<string name="up_next">Następne</string>
<string name="update_image">Zaktualizuj grafikę</string>
<string name="updating">Aktualizowanie…</string>
<string name="user_name">User Name</string>
<string name="user_name">Nazwa użytkownika</string>
<string name="username">Nazwa użytkownika</string>
<string name="version">Wersja</string>
<string name="vertical_flip">Obrót pionowy</string>

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">Sobre %s</string>
<string name="about_settings_summary">Time, links sociais</string>
<string name="about_settings_summary">Equipe, links sociais</string>
<string name="accent_color">Cor de destaque</string>
<string name="accent_color_desc">A cor de destaque do tema, o padrão é verde</string>
<string name="accent_color_desc">A cor de destaque do tema, o padrão é roxo</string>
<string name="action_about">Sobre</string>
<string name="action_add_to_blacklist">Adicionar à lista negra</string>
<string name="action_add_to_favorites">Adicionar aos favoritos</string>
<string name="action_add_to_playing_queue">Adicionar à lista de reprodução</string>
<string name="action_add_to_playlist">Adicionar à lista</string>
<string name="action_add_to_playing_queue">Adicionar à fila</string>
<string name="action_add_to_playlist">Adicionar à playlist</string>
<string name="action_cast">Transmitir</string>
<string name="action_clear_playing_queue">Limpar a atual fila de reprodução</string>
<string name="action_cycle_repeat">Alternar modo de repetição</string>
<string name="action_clear_playing_queue">Limpar a fila</string>
<string name="action_cycle_repeat">Ativar/desativar modo de repetição</string>
<string name="action_delete">Excluir</string>
<string name="action_delete_from_device">Excluir do dispositivo</string>
<string name="action_details">Detalhes</string>
@ -20,21 +20,21 @@
<string name="action_go_to_artist">Ir para o artista</string>
<string name="action_go_to_genre">Ir para o gênero</string>
<string name="action_go_to_start_directory">Ir para o diretório inicial</string>
<string name="action_grant">Permitir</string>
<string name="action_grant">Conceder</string>
<string name="action_grid_size">Tamanho da grade</string>
<string name="action_grid_size_land">Tamanho da grade (horizontal)</string>
<string name="action_new_playlist">Nova lista de reprodução</string>
<string name="action_new_playlist">Nova playlist</string>
<string name="action_next">Próxima</string>
<string name="action_play">Reproduzir</string>
<string name="action_play_all">Reproduzir tudo</string>
<string name="action_play_next">Tocar a próxima</string>
<string name="action_play_pause">Tocar/Pausar</string>
<string name="action_play_next">Tocar em seguida</string>
<string name="action_play_pause">Reproduzir/Pausar</string>
<string name="action_previous">Anterior</string>
<string name="action_remove_from_favorites">Remover dos favoritos</string>
<string name="action_remove_from_playing_queue">Remover da fila de reprodução</string>
<string name="action_remove_from_playing_queue">Remover da fila</string>
<string name="action_remove_from_playlist">Remover da playlist</string>
<string name="action_rename">Renomear</string>
<string name="action_save_playing_queue">Salvar fila de reprodução</string>
<string name="action_save_playing_queue">Salvar fila</string>
<string name="action_scan">Escanear</string>
<string name="action_search">Pesquisar</string>
<string name="action_set">Iniciar</string>
@ -42,19 +42,19 @@
<string name="action_set_as_start_directory">Definir como diretório inicial</string>
<string name="action_settings">"Configurações"</string>
<string name="action_share">Compartilhar</string>
<string name="action_shuffle_all">Misturar todas</string>
<string name="action_shuffle_all">Embaralhar todas</string>
<string name="action_shuffle_playlist">Embaralhar playlist</string>
<string name="action_sleep_timer">Temporizador</string>
<string name="action_sort_order">Ordem de classificação</string>
<string name="action_tag_editor">Editor de TAG</string>
<string name="action_toggle_favorite">Ativar/Desativar favorito</string>
<string name="action_toggle_shuffle">Alternar modo aleatório</string>
<string name="action_tag_editor">Editor de tags</string>
<string name="action_toggle_favorite">Ativar/desativar favorito</string>
<string name="action_toggle_shuffle">Ativar/desativar modo aleatório</string>
<string name="adaptive">Adaptável</string>
<string name="add_action">Adicionar</string>
<string name="add_playlist_title">"Adicionar à lista"</string>
<string name="add_time_framed_lryics">Adicione Letras no Período de Tempo</string>
<string name="added_title_to_playing_queue">"Uma música foi adicionada à fila de reprodução"</string>
<string name="added_x_titles_to_playing_queue">Foram adicionadas %1$d músicas na fila de reprodução</string>
<string name="add_playlist_title">"Adicionar à playlist"</string>
<string name="add_time_framed_lryics">Adicione Letras Sincronizadas</string>
<string name="added_title_to_playing_queue">"1 música foi adicionada à fila."</string>
<string name="added_x_titles_to_playing_queue">%1$d músicas foram adicionadas à fila.</string>
<string name="album">Álbum</string>
<plurals name="albumSongs">
<item quantity="one">Música</item>
@ -67,31 +67,33 @@
<item quantity="other">Álbuns</item>
</plurals>
<string name="always">Sempre</string>
<string name="app_share">Ei, confira este reprodutor de música legal em: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Aleatório</string>
<string name="app_shortcut_top_tracks_short">Músicas favoritas</string>
<string name="app_share">Ei, confira este reprodutor de música em: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Embaralhar</string>
<string name="app_shortcut_top_tracks_short">Melhores Músicas</string>
<string name="app_widget_big_name">Imagem inteira</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_card_name">Cartão</string>
<string name="app_widget_classic_name">Clássico</string>
<string name="app_widget_small_name">Pequeno</string>
<string name="app_widget_text_name">Texto mínimo</string>
<string name="app_widget_text_name">Texto Minimalista</string>
<string name="artist">Artista</string>
<string name="artists">Artistas</string>
<string name="audio_fade_duration">Duração de transição entre músicas</string>
<string name="audio_focus_denied">Foco de áudio negado</string>
<string name="audio_focus_denied">Foco de áudio negado.</string>
<string name="audio_settings_summary">Altere as configurações de som e ajuste os controles do equalizador</string>
<string name="auto">Automático</string>
<string name="backup_restore_title"><![CDATA[Backup e Restauração]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografia</string>
<string name="black_theme_name">Apenas preto</string>
<string name="black_theme_name">Totalmente preto</string>
<string name="blacklist">Lista negra</string>
<string name="blur">Desfocado</string>
<string name="blur_card">Cartão desfocado</string>
<string name="blur">Desfoque</string>
<string name="blur_card">Cartão Desfocado</string>
<string name="bug_report_failed">Não é possível enviar o relatório</string>
<string name="bug_report_failed_invalid_token">Token de acesso inválido. Entre em contato com o desenvolvedor do aplicativo</string>
<string name="bug_report_failed_issues_not_available">Os problemas não estão ativados para o repositório selecionado. Entre em contato com o desenvolvedor do aplicativo.</string>
<string name="bug_report_failed_invalid_token">Token de acesso inválido. Por favor, entre em contato com o desenvolvedor do aplicativo.</string>
<string name="bug_report_failed_issues_not_available">Os problemas não estão ativados para o repositório selecionado. Por favor, entre em contato com o desenvolvedor do aplicativo.</string>
<string name="bug_report_failed_unknown">Um erro inesperado ocorreu. Entre em contato com o desenvolvedor do aplicativo.</string>
<string name="bug_report_failed_wrong_credentials">Nome do usuário ou senha incorreta</string>
<string name="bug_report_issue">Questão</string>
<string name="bug_report_issue">Erro</string>
<string name="bug_report_manual">Enviar manualmente</string>
<string name="bug_report_no_description">Por favor, insira uma descrição do problema</string>
<string name="bug_report_no_password">Por favor, digite sua senha válida do GitHub</string>
@ -99,10 +101,10 @@
<string name="bug_report_no_username">Por favor, digite seu nome de usuário válido do GitHub</string>
<string name="bug_report_summary">Um erro inesperado ocorreu. Se você tentar novamente e o erro persistir, use a opção \"Limpar dados do aplicativo\" ou envie-nos um e-mail</string>
<string name="bug_report_use_account">Enviar usando uma conta do GitHub</string>
<string name="buy_now">Compre agora</string>
<string name="buy_now">Comprar agora</string>
<string name="cancel_current_timer">Cancelar</string>
<string name="card">Cartão</string>
<string name="card_color_style">Cartão colorido</string>
<string name="card_color_style">Cartão Colorido</string>
<string name="card_square">Cartão Quadrado</string>
<string name="card_style">Cartão</string>
<string name="carousal_effect_on_now_playing_screen">Efeito carrossel na tela de reprodução</string>
@ -118,13 +120,14 @@
<string name="color">Cor</string>
<string name="colors">Cores</string>
<string name="composer">Compositor</string>
<string name="copied_device_info_to_clipboard">Informações do dispositivo copiado para a área de transferência.</string>
<string name="could_not_create_playlist">N\u00e3o foi poss\u00edvel criar a playlist</string>
<string name="could_not_download_album_cover">"N\u00e3o foi poss\u00edvel baixar uma capa do \u00e1lbum correspondente"</string>
<string name="could_not_restore_purchase">Não foi possível restaurar a compra</string>
<string name="could_not_scan_files">Não foi possível escanear %d arquivos</string>
<string name="copied_device_info_to_clipboard">Informações do dispositivo copiadas para a área de transferência.</string>
<string name="could_not_create_playlist">Não foi possível criar a playlist.</string>
<string name="could_not_download_album_cover">"Não foi possível baixar a capa do álbum correspondente."</string>
<string name="could_not_restore_purchase">Não foi possível restaurar a compra.</string>
<string name="could_not_scan_files">Não foi possível escanear %d arquivos.</string>
<string name="create_action">Criar</string>
<string name="created_playlist_x">A playlist %1$s foi criada</string>
<string name="create_new_backup">Criar</string>
<string name="created_playlist_x">A playlist %1$s foi criada.</string>
<string name="credit_title">Membros e contribuidores</string>
<string name="currently_listening_to_x_by_x">Atualmente ouvindo %1$s por %2$s.</string>
<string name="dark_theme_name">Meio escuro</string>
@ -140,37 +143,37 @@
<string name="deleting_songs">Apagando músicas</string>
<string name="depth">Profundidade</string>
<string name="description">Descrição</string>
<string name="device_info">Informação do dispositivo</string>
<string name="device_info">Informações do dispositivo</string>
<string name="dialog_message_set_ringtone">Permite que o Retro Music modifique as configurações de áudio</string>
<string name="dialog_title_set_ringtone">Definir toque</string>
<string name="dialog_title_set_ringtone">Definir como toque</string>
<string name="do_you_want_to_clear_the_blacklist">Você quer limpar a lista negra?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Deseja remover <b>%1$s</b> da lista negra?]]></string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Você quer remover <b>%1$s</b> da lista negra?]]></string>
<string name="donate">Doar</string>
<string name="donate_summary">Se você acha que eu mereço ser recompensado pelo meu trabalho, você pode me deixar algum dinheiro aqui</string>
<string name="donation_header">Compre-me um:</string>
<string name="donation_header">Me pague um:</string>
<string name="done">Concluído</string>
<string name="drive_mode">Modo Carro</string>
<string name="edit_fab">Botão editar</string>
<string name="edit_normal_lyrics">Editar letra</string>
<string name="edit_fab">Botão Editar</string>
<string name="edit_normal_lyrics">Editar Letra</string>
<string name="edit_synced_lyrics">Editar Letras Sincronizadas</string>
<string name="empty">Vazio</string>
<string name="equalizer">Equalizador</string>
<string name="faq">Perguntas frequentes</string>
<string name="favorites">Favoritos</string>
<string name="finish_last_song">Terminar a última música</string>
<string name="fit">Em forma</string>
<string name="finish_last_song">Finalizar a última música</string>
<string name="fit">Ajustar</string>
<string name="flat">Plano</string>
<string name="folders">Pastas</string>
<string name="follow_system">Seguir sistema</string>
<string name="follow_system">Padrão do sistema</string>
<string name="for_you">Para você</string>
<string name="free">Grátis</string>
<string name="full">Tela cheia</string>
<string name="full">Completo</string>
<string name="full_card">Cartão cheio</string>
<string name="general_settings_summary">Alterar o tema e as cores do aplicativo</string>
<string name="general_settings_title">Aparência</string>
<string name="genre">Gênero</string>
<string name="genres">Gêneros</string>
<string name="git_hub_summary">Fork o projeto no GitHub</string>
<string name="git_hub_summary">Bifurcação do projeto no GitHub</string>
<string name="gradient">Degradê</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
@ -180,38 +183,38 @@
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grades &amp; Estilos</string>
<string name="grid_style_label">Estilo da grade</string>
<string name="help_summary">Precisa de mais ajuda?</string>
<string name="hinge">Dobradiça</string>
<string name="history">Histórico</string>
<string name="home">Início</string>
<string name="home">Tela Inicial</string>
<string name="horizontal_flip">Giro horizontal</string>
<string name="image">Imagem</string>
<string name="image_gradient">Imagem degradê</string>
<string name="image_settings_summary">Alterar as configurações de download das imagens dos artistas</string>
<string name="import_label">Importar</string>
<string name="import_playlist">Importar Playlist</string>
<string name="import_playlist_message">Ele importa todas as playlists listadas na Mídia do Android com músicas, se as listas de reprodução já existirem, as músicas serão mescladas.</string>
<string name="import_playlist">Importar playlist</string>
<string name="import_playlist_message">Importar todas as playlists listadas no Armazenamento de Mídia do Android com suas músicas, se as listas de reprodução já existirem, as músicas serão mescladas.</string>
<string name="inserted_x_songs_into_playlist_x">%1$d músicas adicionadas na playlist %2$s.</string>
<string name="instagram_page_summary">Compartilhe seu perfil do Retro Music para mostrá-lo no Instagram</string>
<string name="instagram_page_summary">Compartilhe sua personalização do Retro Music no Instagram</string>
<string name="keyboard">Teclado</string>
<string name="label_bit_rate">Taxa de bits</string>
<string name="label_file_format">Formato</string>
<string name="label_file_name">Nome do arquivo</string>
<string name="label_file_path">Caminho do arquivo</string>
<string name="label_file_path">Localização do arquivo</string>
<string name="label_file_size">Tamanho</string>
<string name="label_more_from">Mais de %s</string>
<string name="label_sampling_rate">Taxa de amostragem</string>
<string name="label_track_length">Comprimento</string>
<string name="labeled">Rotulado</string>
<string name="last_added">Mais recentes</string>
<string name="last_added">Adições recentes</string>
<string name="last_song">Última música</string>
<string name="library_categories">Categorias da biblioteca</string>
<string name="licenses">Licenças </string>
<string name="light_theme_name">Claramente branco</string>
<string name="licenses">Licenças</string>
<string name="light_theme_name">Claramente Branco</string>
<string name="listeners_label">Ouvintes</string>
<string name="listing_files">Listando arquivos...</string>
<string name="loading_products">Carregando produtos...</string>
<string name="listing_files">Listando arquivos</string>
<string name="loading_products">Carregando produtos</string>
<string name="login">Entrar</string>
<string name="lyrics">Letras</string>
<string name="made_with_love">Feito com ❤️ na Índia</string>
@ -222,58 +225,59 @@
<string name="my_top_tracks">Mais tocadas</string>
<string name="never">Nunca</string>
<string name="new_playlist_title">Nova playlist</string>
<string name="new_start_directory">%s é o novo diretório inicial</string>
<string name="new_start_directory">%s é o novo diretório inicial.</string>
<string name="next_song">Próxima música</string>
<string name="no_albums">Sem álbuns</string>
<string name="no_artists">Sem artistas</string>
<string name="no_audio_ID">"Reproduza uma música primeiro e tente novamente"</string>
<string name="no_albums">Você não tem álbuns</string>
<string name="no_artists">Você não tem artistas</string>
<string name="no_audio_ID">"Reproduza uma música e tente novamente."</string>
<string name="no_backups_found">Nenhum Backup Encontrado</string>
<string name="no_equalizer">Nenhum equalizador encontrado</string>
<string name="no_genres">Sem gêneros</string>
<string name="no_genres">Você não tem gêneros</string>
<string name="no_lyrics_found">Nenhuma letra encontrada</string>
<string name="no_playing_queue">Nenhuma música tocando</string>
<string name="no_playlists">Sem playlists</string>
<string name="no_playlists">Você não tem playlists</string>
<string name="no_purchase_found">Nenhuma compra encontrada.</string>
<string name="no_results">Sem resultados</string>
<string name="no_songs">Sem músicas</string>
<string name="no_songs">Você não tem músicas</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Letras normais</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> não está listado no armazenamento de mídia]]></string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> não está listado no armazenamento de mídia.]]></string>
<string name="not_recently_played">Não reproduzido recentemente</string>
<string name="nothing_to_scan">Nada para escanear.</string>
<string name="nothing_to_see">Nada para escanear</string>
<string name="nothing_to_see">Nada para ver</string>
<string name="notification">Notificação</string>
<string name="notification_settings_summary">Personalizar o estilo de notificação</string>
<string name="now_playing">Reproduzindo agora</string>
<string name="now_playing_queue">Reproduzindo agora na fila</string>
<string name="now_playing_summary">Personalizar tela de reprodução</string>
<string name="now_playing_themes">Incríveis 9 temas para a interface do reprodutor</string>
<string name="only_on_wifi">Apenas com Wi-Fi</string>
<string name="now_playing">Tela de Reprodução</string>
<string name="now_playing_queue">Fila de reprodução atual</string>
<string name="now_playing_summary">Personalizar a tela de reprodução</string>
<string name="now_playing_themes">9 temas incríveis para a interface do reprodutor</string>
<string name="only_on_wifi">Apenas em Wi-Fi</string>
<string name="other_settings_summary">Recursos avançados em teste</string>
<string name="others">Outro</string>
<string name="password">Senha</string>
<string name="past_three_months">Últimos 3 meses</string>
<string name="paste_lyrics_here">Colar letras aqui</string>
<string name="paste_timeframe_lyrics_here">Cole as letras do cronograma aqui</string>
<string name="paste_lyrics_here">Colar Letras Aqui</string>
<string name="paste_timeframe_lyrics_here">Colar letras sincronizadas aqui</string>
<string name="peak">Pico</string>
<string name="permission_external_storage_denied">Permissão para acessar o armazenamento externo negada</string>
<string name="permission_summary">O aplicativo precisa de permissão para acessar seu dispositivo de armazenamento para reproduzir músicas</string>
<string name="permission_external_storage_denied">Permissão para acessar o armazenamento externo negada.</string>
<string name="permission_summary">O aplicativo precisa de permissão para acessar o armazenamento do seu dispositivo para reproduzir músicas</string>
<string name="permission_title">Acesso ao Armazenamento</string>
<string name="permissions_denied">Permissões negadas.</string>
<string name="personalize">Personalizar</string>
<string name="personalize_settings_summary">Personalizar os controles em Reproduzindo agora e Interface do Usuário</string>
<string name="personalize_settings_summary">Personalizar os controles na tela de reprodução e interface do usuário</string>
<string name="pick_from_local_storage">Escolha do armazenamento local</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Siga a página do Pinterest para inspiração de design do Retro Music</string>
<string name="plain">Liso</string>
<string name="playing_notification_description">A notificação de reprodução fornece ações para reprodução/pausa, etc</string>
<string name="pinterest_page_summary">Siga a página no Pinterest para se inspirar no design do Retro Music</string>
<string name="plain">Plano</string>
<string name="playing_notification_description">A notificação de reprodução fornece ações para reproduzir/pausar, etc.</string>
<string name="playing_notification_name">Notificação de reprodução</string>
<string name="playlist_is_empty">A playlist está vazia</string>
<string name="playlist_name_empty">Nome da playlist</string>
<string name="playlists">Lista de Reprodução</string>
<string name="pref_blur_amount_summary">Quantidade de desfoque aplicada a temas de desfoque, menor é mais rápido</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Quantidade de desfoque aplicada a temas de desfoque, quanto menor mais rápido</string>
<string name="pref_blur_amount_title">Quantidade de desfoque</string>
<string name="pref_filter_song_summary">Filtrar músicas por duração</string>
<string name="pref_filter_song_title">Filtrar duração da música</string>
<string name="pref_filter_song_title">Filtrar músicas por duração</string>
<string name="pref_header_advanced">Avançado</string>
<string name="pref_header_album">Estilo do álbum</string>
<string name="pref_header_audio">Áudio</string>
@ -283,53 +287,53 @@
<string name="pref_header_images">Imagens</string>
<string name="pref_header_library">Biblioteca</string>
<string name="pref_header_lockscreen">Tela de bloqueio</string>
<string name="pref_header_playlists">Lista de Reprodução</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pausa a reprodução quando o volume é zerado e reproduz novamente quando o volume aumentar. Também funciona fora do aplicativo</string>
<string name="pref_keep_pause_on_zero_volume_title">Pausar quando o volume for zerado</string>
<string name="pref_keep_screen_on_summary">Tenha em mente que ativar este recurso pode afetar a duração da bateria</string>
<string name="pref_keep_screen_on_title">Manter a tela ligada</string>
<string name="pref_language_name">Selecione o idioma</string>
<string name="pref_summary_album_art_on_lockscreen">Usar a capa do álbum da música em reprodução como papel de parede na tela de bloqueio</string>
<string name="pref_summary_album_artists_only">Mostrar artistas do álbum na categoria do artista</string>
<string name="pref_summary_audio_ducking">Diminua o volume quando um som do sistema for reproduzido ou uma notificação for recebida</string>
<string name="pref_summary_audio_fade">Diminuir ou aumentar áudio gradualmente quando a música é pausada ou reproduzida</string>
<string name="pref_summary_blacklist">O conteúdo das pastas na lista negra está oculto da sua biblioteca.</string>
<string name="pref_summary_bluetooth_playback">Comece a tocar assim que conectado ao dispositivo bluetooth</string>
<string name="pref_summary_album_artists_only">Mostrar Artistas do Álbum na categoria de Artistas</string>
<string name="pref_summary_audio_ducking">Diminuir o volume quando um som do sistema for reproduzido ou uma notificação for recebida</string>
<string name="pref_summary_audio_fade">Diminuir ou aumentar o áudio gradualmente quando a música é pausada ou reproduzida</string>
<string name="pref_summary_blacklist">O conteúdo de pastas na lista negra é escondido da sua biblioteca.</string>
<string name="pref_summary_bluetooth_playback">Começar a tocar assim que se conectar a um dispositivo Bluetooth</string>
<string name="pref_summary_blurred_album_art">Desfoque a capa do álbum na tela de bloqueio. Pode causar problemas com aplicativos e widgets de terceiros</string>
<string name="pref_summary_carousel_effect">Efeito carrossel para a imagem do álbum na tela de reprodução. Note que nos temas \"Cartão\" e \"Cartão desfocado\" não irá funcionar</string>
<string name="pref_summary_classic_notification">Use o design de notificação clássico</string>
<string name="pref_summary_colored_app">As cores de fundo e do botão de controle mudam de acordo com a capa do álbum a partir da tela que está sendo reproduzida</string>
<string name="pref_summary_carousel_effect">Efeito carrossel para a imagem do álbum na tela de reprodução. Note que os temas \"Cartão\" e \"Cartão Desfocado\" não irão funcionar</string>
<string name="pref_summary_classic_notification">Usar o design de notificação clássico</string>
<string name="pref_summary_colored_app">As cores de fundo e do botão de controle mudam de acordo com a capa do álbum na tela de reprodução</string>
<string name="pref_summary_colored_app_shortcuts">Colore os atalhos do aplicativo na cor de destaque. Toda vez que você mudar a cor alterne essa opção para ter efeito</string>
<string name="pref_summary_colored_notification">"Colore a notifica\u00e7\u00e3o na cor vibrante da capa do \u00e1lbum"</string>
<string name="pref_summary_colored_notification">"Colore a notificação com a cor da capa do álbum"</string>
<string name="pref_summary_cross_fade">Duração de transição entre músicas</string>
<string name="pref_summary_desaturated_color">Conforme o guia do Material Design as cores devem ser dessaturadas no modo escuro</string>
<string name="pref_summary_expand_now_playing_panel">Clicando na notificação irá mostrar a tela de reprodução ao invés da tela inicial</string>
<string name="pref_summary_desaturated_color">Conforme o guia do Material Design, as cores devem ser dessaturadas no modo escuro</string>
<string name="pref_summary_expand_now_playing_panel">Clicar na notificação irá mostrar a tela de reprodução ao invés da tela inicial</string>
<string name="pref_summary_extra_controls">Adicionar botões extras para o mini reprodutor</string>
<string name="pref_summary_extra_song_info">Mostrar informações extras da música, como formato de arquivo, taxa de bits e frequência</string>
<string name="pref_summary_gapless_playback">"Pode causar problemas de reprodução em alguns dispositivos"</string>
<string name="pref_summary_home_banner">Alternar o estilo do mural inicial</string>
<string name="pref_summary_ignore_media_store_artwork">Pode aumentar a qualidade da capa do álbum, mas diminui a velocidade de carregamento da capa do álbum. Ative isso apenas se você tiver problemas com capas de baixa resolução</string>
<string name="pref_summary_library_categories">Configurar visibilidade e ordem de categorias da biblioteca.</string>
<string name="pref_summary_gapless_playback">"Pode causar problemas de reprodução em alguns dispositivos."</string>
<string name="pref_summary_home_banner">Mostrar ou esconder o mural inicial</string>
<string name="pref_summary_ignore_media_store_artwork">Pode aumentar a qualidade da capa do álbum, mas diminui a velocidade de carregamento. Ative isso apenas se você tiver problemas com capas de baixa resolução</string>
<string name="pref_summary_library_categories">Configurar visibilidade e ordem das categorias da biblioteca.</string>
<string name="pref_summary_lock_screen">Usar controles personalizados do Retro Music na tela de bloqueio</string>
<string name="pref_summary_open_source_licences">Detalhes da licença para software de código aberto</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_remember_tab">Navegar para a última aba usada ao iniciar</string>
<string name="pref_summary_show_lyrics">Mostrar letras sincronizadas sobre a capa do álbum</string>
<string name="pref_summary_suggestions">Mostrar novo Mix na tela inicial</string>
<string name="pref_summary_suggestions">Mostrar novo mix na tela inicial</string>
<string name="pref_summary_toggle_full_screen">Modo imersivo</string>
<string name="pref_summary_toggle_headset">Comecar a reproduzir imediatamente quando os fones de ouvido forem conectados</string>
<string name="pref_summary_toggle_headset">Começar a reproduzir imediatamente após os fones de ouvido forem conectados</string>
<string name="pref_summary_toggle_shuffle">O modo aleatório será desativado ao reproduzir uma nova lista de músicas</string>
<string name="pref_summary_toggle_volume">Se houver espaço suficiente, mostre os controles de volume na tela que está sendo reproduzida</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_summary_toggle_volume">Se houver espaço suficiente, mostrar os controles de volume na tela de reprodução</string>
<string name="pref_summary_whitelist">Somente mostrar músicas da pasta /Music</string>
<string name="pref_title_album_art_on_lockscreen">Exibir a capa do álbum</string>
<string name="pref_title_album_artists_only">Navegar pelo artista do álbum</string>
<string name="pref_title_album_artists_only">Navegar pelo Artista do Álbum</string>
<string name="pref_title_album_cover_style">Tema da capa do álbum</string>
<string name="pref_title_album_cover_transform">Pular a capa do álbum</string>
<string name="pref_title_app_shortcuts">Colorir os atalhos do aplicativo</string>
<string name="pref_title_audio_ducking">Reduza o volume na perda de foco</string>
<string name="pref_title_audio_fade">Áudio de Transição</string>
<string name="pref_title_audio_ducking">Reduzir o volume durante perda de foco</string>
<string name="pref_title_audio_fade">Transição de Áudio</string>
<string name="pref_title_auto_download_artist_images">Baixar automaticamente as imagens dos artistas</string>
<string name="pref_title_blacklist">Lista negra</string>
<string name="pref_title_bluetooth_playback">Reprodução Bluetooth</string>
<string name="pref_title_bluetooth_playback">Reprodução bluetooth</string>
<string name="pref_title_blurred_album_art">Desfocar a capa do álbum</string>
<string name="pref_title_classic_notification">Design de notificação clássico</string>
<string name="pref_title_colored_app">Cor adaptável</string>
@ -339,33 +343,33 @@
<string name="pref_title_expand_now_playing_panel">Mostrar tela de reprodução</string>
<string name="pref_title_extra_controls">Controles extras</string>
<string name="pref_title_extra_song_info">Informações da música</string>
<string name="pref_title_gapless_playback">Reprodução contínua</string>
<string name="pref_title_gapless_playback">Reprodução sem pausas</string>
<string name="pref_title_general_theme">Tema do aplicativo</string>
<string name="pref_title_home_album_grid_style">Álbum em grade</string>
<string name="pref_title_home_artist_grid_style">Grade de artistas na tela inicial</string>
<string name="pref_title_home_banner">Mural na tela inicial</string>
<string name="pref_title_home_artist_grid_style">Artistas em grade</string>
<string name="pref_title_home_banner">Mural</string>
<string name="pref_title_ignore_media_store_artwork">Ignorar capas do Armazenamento de Mídia</string>
<string name="pref_title_last_added_interval">Intervalo da playlist \"Mais recentes\"</string>
<string name="pref_title_lock_screen">Controles em tela cheia</string>
<string name="pref_title_now_playing_screen_appearance">Tema da tela \"Reproduzindo agora\"</string>
<string name="pref_title_now_playing_screen_appearance">Tema da tela de reprodução</string>
<string name="pref_title_open_source_licences">Licenças de código aberto</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Mostrar letras</string>
<string name="pref_title_remember_tab">Lembrar Última Aba</string>
<string name="pref_title_show_lyrics">Mostrar Letras</string>
<string name="pref_title_suggestions">Exibir Sugestões</string>
<string name="pref_title_tab_text_mode">Modo de títulos nas abas</string>
<string name="pref_title_toggle_carousel_effect">Efeito carrossel</string>
<string name="pref_title_toggle_full_screen">Aplicativo em tela cheia</string>
<string name="pref_title_toggle_toggle_headset">Execuções automática</string>
<string name="pref_title_toggle_toggle_headset">Reprodução automática</string>
<string name="pref_title_toggle_toggle_shuffle">Modo aleatório</string>
<string name="pref_title_toggle_volume">Controles do volume</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_whitelist">Lista branca</string>
<string name="pro">Pro</string>
<string name="pro_summary">Temas do reproduzindo agora, Efeito carrossel, Tema de cor e mais...</string>
<string name="pro_summary">Tema escuro, temas da tela de reprodução, efeito carrossel e mais..</string>
<string name="profile">Perfil</string>
<string name="purchase">Comprar</string>
<string name="queue">Fila</string>
<string name="rate_app">Avalie o aplicativo</string>
<string name="rate_on_google_play_summary">Adorou este aplicativo? Informe-nos na Google Play Store como podemos melhorar o aplicativo</string>
<string name="rate_on_google_play_summary">Adorou este aplicativo? Informe-nos na Google Play Store como podemos melhorá-lo</string>
<string name="recent_albums">Álbuns recentes</string>
<string name="recent_artists">Artistas recentes</string>
<string name="remove_action">Remover</string>
@ -382,11 +386,11 @@
<string name="reset_artist_image">Restaurar imagem do artista</string>
<string name="restore">Restaurar</string>
<string name="restored_previous_purchase_please_restart">Compra anterior restaurada. Por favor, reinicie o aplicativo para fazer uso de todos os recursos.</string>
<string name="restored_previous_purchases">Compras anteriores foram restauradas.</string>
<string name="restored_previous_purchases">Compras anteriores restauradas.</string>
<string name="restoring_purchase">Restaurando compra...</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">O aplicativo precisa de permissão para acessar as configurações do seu dispositivo para definir músicas como Ringtone</string>
<string name="ringtone_summary">O aplicativo precisa de permissão para acessar as configurações do seu dispositivo para definir músicas como toque</string>
<string name="ringtone_title">Toque (opcional)</string>
<string name="saf_delete_failed">Falha ao excluir arquivo: %s</string>
<!-- SAF -->
@ -405,43 +409,43 @@
<!-- SAF guide -->
<string name="save_playlist_title">Salvar como arquivo</string>
<string name="save_playlists_title">Salvar como arquivos</string>
<string name="saved_playlist_to">Playlist salva para %s</string>
<string name="saving_changes">Salvando alterações...</string>
<string name="saved_playlist_to">Playlist salva como %s.</string>
<string name="saving_changes">Salvando alterações</string>
<string name="scan_media">Escanear mídia</string>
<string name="scanned_files">Escaneados %1$d dos %2$d arquivos</string>
<string name="scanned_files">Escaneados %1$d dos %2$d arquivos.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Selecionar tudo</string>
<string name="selected">Selecionado</string>
<string name="set">Definir</string>
<string name="set_artist_image">Definir imagem do artista</string>
<string name="share_app">Compartilhar o aplicativo</string>
<string name="share_summary">Compartilhe-os com amigos e familiares</string>
<string name="share_to_stories">Compartilhe no Stories</string>
<string name="show_album_artists">Mostrar artistas do álbum</string>
<string name="share_summary">Compartilhe o aplicativo com amigos e familiares</string>
<string name="share_to_stories">Compartilhar no Stories</string>
<string name="show_album_artists">Mostrar Artistas do Álbum</string>
<string name="shuffle">Aleatório</string>
<string name="simple">Simples</string>
<string name="sleep_timer_canceled">Temporizador cancelado</string>
<string name="sleep_timer_set">Temporizador definido para %d minutos a partir de agora</string>
<string name="sleep_timer_canceled">Temporizador cancelado.</string>
<string name="sleep_timer_set">Temporizador definido para %d minutos a partir de agora.</string>
<string name="social">Social</string>
<string name="social_stories">Compartilhar história</string>
<string name="social_stories">Compartilhar story</string>
<string name="song">Música</string>
<string name="song_duration">Duração da música</string>
<string name="songs">Músicas</string>
<string name="sort_order">Ordem de classificação</string>
<string name="sort_order_a_z">Ascendente</string>
<string name="sort_order_a_z">Nome (crescente)</string>
<string name="sort_order_album">Álbum</string>
<string name="sort_order_artist">Artista</string>
<string name="sort_order_composer">Compositor</string>
<string name="sort_order_date">Data</string>
<string name="sort_order_date_modified">Data modificada</string>
<string name="sort_order_num_songs">Contagem de músicas</string>
<string name="sort_order_num_songs_desc">Contagem de músicas decrescente</string>
<string name="sort_order_date">Data adicionada</string>
<string name="sort_order_date_modified">Data de alteração</string>
<string name="sort_order_num_songs">Contagem de músicas (crescente)</string>
<string name="sort_order_num_songs_desc">Contagem de músicas (decrescente)</string>
<string name="sort_order_year">Ano</string>
<string name="sort_order_z_a">Decrescente</string>
<string name="sort_order_z_a">Nome (decrescente)</string>
<string name="speech_not_supported">Desculpe! O seu dispositivo não suporta entrada de voz</string>
<string name="speech_prompt">Pesquisar...</string>
<string name="speech_prompt">Pesquisar sua biblioteca</string>
<string name="stack">Pilha</string>
<string name="start_play_music">Começar a reprodução de música.</string>
<string name="start_play_music">Começar a reproduzir a música.</string>
<string name="suggestion_songs">Sugestões</string>
<string name="support_development">Apoiar o desenvolvimento</string>
<string name="swipe_to_unlock">Deslize para desbloquear</string>
@ -453,26 +457,26 @@
<string name="this_month">Este mês</string>
<string name="this_week">Esta semana</string>
<string name="this_year">Este ano</string>
<string name="tiny">Minúsculo</string>
<string name="tiny">Pequeno</string>
<string name="tiny_card_style">Cartão pequeno</string>
<string name="title">Título</string>
<string name="today">Hoje</string>
<string name="top_albums">Melhores albuns</string>
<string name="top_artists">Artistas principais</string>
<string name="top_albums">Melhores álbuns</string>
<string name="top_artists">Melhores artistas</string>
<string name="track_hint">"Música (2 para a música 2 ou 3004 para a música 4 do CD3)"</string>
<string name="track_list">Número da música</string>
<string name="translate">Traduzir</string>
<string name="translate_community">Ajude-nos a traduzir o aplicativo para seu idioma</string>
<string name="translate_community">Ajude-nos a traduzir o aplicativo para o seu idioma</string>
<string name="try_retro_music_premium">Experimente o Retro Music Premium</string>
<string name="twitter_page">Twitter </string>
<string name="twitter_page_summary">Compartilhe seu design com o Retro Music</string>
<string name="unlabeled">Não rotulado</string>
<string name="unplayable_file">N\u00e3o foi poss\u00edvel reproduzir est\u00e1 m\u00fasica.</string>
<string name="unplayable_file">Não foi possível reproduzir esta música.</string>
<string name="up_next">A seguir</string>
<string name="update_image">Atualizar imagem</string>
<string name="updating">Atualizando...</string>
<string name="user_name">Nome do usuário</string>
<string name="username">Nome de usuário</string>
<string name="user_name">Nome do Usuário</string>
<string name="username">Nome de Usuário</string>
<string name="version">Versão</string>
<string name="vertical_flip">Giro vertical</string>
<string name="view_on_telegram">Ver no Telegram</string>
@ -486,9 +490,9 @@
<string name="window">Janela</string>
<string name="window_corner_edges">Cantos arredondados</string>
<string name="x_has_been_set_as_ringtone">Definir %1$s como toque.</string>
<string name="x_selected">%1$sd selecionado</string>
<string name="x_selected">%1$d selecionado</string>
<string name="year">Ano</string>
<string name="you_have_to_select_at_least_one_category">Você precisa selecionar ao menos uma categoria.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">Você será encaminhado para o website do rastreador de problemas.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">Você será encaminhado para o website de rastreio de problemas.</string>
<string name="your_account_data_is_only_used_for_authentication">Os dados da sua conta são usados apenas para autenticação.</string>
</resources>

View File

@ -1,177 +1,180 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<string name="about_album_label">Acerca de %s</string>
<string name="about_settings_summary">Equipa, links sociais</string>
<string name="accent_color">Cor de destaque</string>
<string name="accent_color_desc">Cor de destaque do tema. Roxo é o predefinido</string>
<string name="action_about">Acerca de</string>
<string name="action_add_to_blacklist">Adicionar à lista negra</string>
<string name="action_add_to_favorites">Adicionar aos favoritos</string>
<string name="action_add_to_playing_queue">Adicionar à fila de reprodução</string>
<string name="action_add_to_playlist">Adicionar à lista</string>
<string name="action_cast">Transmitir</string>
<string name="action_clear_playing_queue">Limpar fila de reprodução</string>
<string name="action_cycle_repeat">Modo de repetição</string>
<string name="action_delete">Eliminar</string>
<string name="action_delete_from_device">Eliminar do dispositivo</string>
<string name="action_details">Detalhes</string>
<string name="action_edit">Editar</string>
<string name="action_go_to_album">Ir para o álbum</string>
<string name="action_go_to_artist">Ir para o artista</string>
<string name="action_go_to_genre">Ir para género</string>
<string name="action_go_to_start_directory">Ir para diretoria inicial</string>
<string name="action_grant">Conceder</string>
<string name="action_grid_size">Tamanho da grelha</string>
<string name="action_grid_size_land">Tamanho da grelha (horizontal)</string>
<string name="action_new_playlist">Nova lista de reprodução</string>
<string name="action_next">Seguinte</string>
<string name="action_play">Reproduzir</string>
<string name="action_play_all">Reproduzir tudo</string>
<string name="action_play_next">Reproduzir seguinte</string>
<string name="action_play_pause">Reproduzir/Pausar</string>
<string name="action_previous">Anterior</string>
<string name="action_remove_from_favorites">Remover dos favoritos</string>
<string name="action_remove_from_playing_queue">Remover da fila de reprodução</string>
<string name="action_remove_from_playlist">Remover da lista de reprodução</string>
<string name="action_rename">Renomear</string>
<string name="action_save_playing_queue">Guardar fila de reprodução</string>
<string name="action_scan">Analisar</string>
<string name="action_search">Procurar</string>
<string name="action_set">Iniciar</string>
<string name="action_set_as_ringtone">Definir como toque</string>
<string name="action_set_as_start_directory">Definir como diretoria inicial</string>
<string name="action_settings">"Definições"</string>
<string name="action_share">Partilhar</string>
<string name="action_shuffle_all">Misturar tudo</string>
<string name="action_shuffle_playlist">Misturar lista</string>
<string name="action_sleep_timer">Temporizador</string>
<string name="action_sort_order">Ordenação</string>
<string name="action_tag_editor">Editor de etiquetas</string>
<string name="action_toggle_favorite">Ligar/desligar favoritos</string>
<string name="action_toggle_shuffle">Ligar/desligar aleatório</string>
<string name="adaptive">Adaptável</string>
<string name="add_action">Adicionar</string>
<string name="add_playlist_title">"Adicionar à lista"</string>
<string name="add_time_framed_lryics">Adicionar letras do cronograma</string>
<string name="added_title_to_playing_queue">"Adicionada 1 música à fila."</string>
<string name="added_x_titles_to_playing_queue">Adicionadas %1$d músicas à fila.</string>
<string name="album">Álbum</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
<item quantity="one">Música</item>
<item quantity="other">Músicas</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<string name="album_artist">Artista do álbum</string>
<string name="albums">Álbuns</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
<item quantity="one">Álbum</item>
<item quantity="other">Álbuns</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="always">Sempre</string>
<string name="app_share">Veja este novo leitor de música em: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Aleatório</string>
<string name="app_shortcut_top_tracks_short">Top músicas</string>
<string name="app_widget_big_name">Imagem inteira</string>
<string name="app_widget_card_name">Cartão</string>
<string name="app_widget_classic_name">Clássico</string>
<string name="app_widget_small_name">Pequeno</string>
<string name="app_widget_text_name">Texto mínimo</string>
<string name="artist">Artista</string>
<string name="artists">Artistas</string>
<string name="audio_fade_duration">Duração da transição</string>
<string name="audio_focus_denied">Foco de áudio negado.</string>
<string name="audio_settings_summary">Alterar as definições de som e ajustar o equalizador</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografia</string>
<string name="black_theme_name">Apenas preto</string>
<string name="blacklist">Lista negra</string>
<string name="blur">Desfocar</string>
<string name="blur_card">Desfocar cartão</string>
<string name="bug_report_failed">Não foi possível enviar o relatório</string>
<string name="bug_report_failed_invalid_token">Token de acesso inválido. Contacte o programador da aplicação.</string>
<string name="bug_report_failed_issues_not_available">Os problemas não estão activos para este repositório. Contacte o programador.</string>
<string name="bug_report_failed_unknown">Ocorreu um erro inesperado. Contacte o programador da aplicação.</string>
<string name="bug_report_failed_wrong_credentials">Utilizador ou palavra-passe inválidos</string>
<string name="bug_report_issue">Problema</string>
<string name="bug_report_manual">Enviar manualmente</string>
<string name="bug_report_no_description">Introduzir uma descrição do problema</string>
<string name="bug_report_no_password">Introduzir a sua palavra-passe do GitHub</string>
<string name="bug_report_no_title">Introduzir título do problema</string>
<string name="bug_report_no_username">Introduzir o seu utilizador do GitHub</string>
<string name="bug_report_summary">Ocorreu um erro inesperado. Se continuar a acontecer limpe os dados da aplicação ou envie um email </string>
<string name="bug_report_use_account">Enviar utilizando a conta GitHub</string>
<string name="buy_now">Comprar agora</string>
<string name="cancel_current_timer">Cancelar</string>
<string name="card">Cartão</string>
<string name="card_color_style">Cartão colorido</string>
<string name="card_square">Cartão quadrado</string>
<string name="card_style">Cartão</string>
<string name="carousal_effect_on_now_playing_screen">Efeito carrossel no ecrã de A reproduzir</string>
<string name="cascading">Cascata</string>
<string name="changelog">Alterações</string>
<string name="changelog_summary">Veja o que há de novo</string>
<string name="circle">Círculo</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="classic">Clássico</string>
<string name="clear_action">Limpar</string>
<string name="clear_blacklist">Limpar lista negra</string>
<string name="clear_playing_queue">Limpar fila</string>
<string name="color">Cor</string>
<string name="colors">Cores</string>
<string name="composer">Compositor</string>
<string name="copied_device_info_to_clipboard">Informações copiadas para área de transferências.</string>
<string name="could_not_create_playlist">Não foi possível criar a lista.</string>
<string name="could_not_download_album_cover">"Não foi possível transferir a capa de álbum correspondente."</string>
<string name="could_not_restore_purchase">Não foi possível restaurar a compra.</string>
<string name="could_not_scan_files">Não é possível verificar %d ficheiros.</string>
<string name="create_action">Criar</string>
<string name="create_new_backup">Criar</string>
<string name="created_playlist_x">Lista %1$s criada.</string>
<string name="credit_title">Membros e contribuidores </string>
<string name="currently_listening_to_x_by_x">A ouvir %1$s de %2$s.</string>
<string name="dark_theme_name">Meio escuro</string>
<string name="delete_playlist_title">Eliminar lista</string>
<string name="delete_playlist_x"><![CDATA[Eliminar a lista <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Eliminar listas</string>
<string name="delete_song_title">Eliminar música</string>
<string name="delete_song_x"><![CDATA[Eliminar a música <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Eliminar músicas</string>
<string name="delete_x_playlists"><![CDATA[Eliminar <b>%1$d</b> listas?]]></string>
<string name="delete_x_songs"><![CDATA[Eliminar <b>%1$d</b> músicas?]]></string>
<string name="deleted_x_songs">%1$d músicas eliminadas.</string>
<string name="deleting_songs">A eliminar músicas</string>
<string name="depth">Profundidade</string>
<string name="description">Descrição</string>
<string name="device_info">Info. do dispositivo</string>
<string name="dialog_message_set_ringtone">Permitir que Música Retro modifique as definições de áudio</string>
<string name="dialog_title_set_ringtone">Definir toque</string>
<string name="do_you_want_to_clear_the_blacklist">Quer limpar a lista negra?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Quer remover <b>%1$s</b> da lista negra?]]></string>
<string name="donate">Doar</string>
<string name="donate_summary">Se achar que eu mereço ser pago pelo meu trabalho, pode fazê-lo aqui</string>
<string name="donation_header">Compre-me:</string>
<string name="done">Concluído</string>
<string name="drive_mode">Modo Condução</string>
<string name="edit_fab">Botão editar</string>
<string name="edit_normal_lyrics">Editar letras</string>
<string name="edit_synced_lyrics">Editar letras sincronizadas</string>
<string name="empty">Vazio</string>
<string name="equalizer">Equalizador</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="favorites">Favoritos</string>
<string name="finish_last_song">Terminar a última música</string>
<string name="fit">Ajustar</string>
<string name="flat">Plano</string>
<string name="folders">Pastas</string>
<string name="follow_system">Seguir o sistema</string>
<string name="for_you">Para si</string>
<string name="free">Gratuito</string>
<string name="full">Inteiro</string>
<string name="full_card">Cartão inteiro</string>
<string name="general_settings_summary">Alterar o tema e cores da aplicação</string>
<string name="general_settings_title">Aspeto e aparência</string>
<string name="genre">Género</string>
<string name="genres">Géneros</string>
<string name="git_hub_summary">Fork o projeto no Github</string>
<string name="gradient">Gradiente</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -180,315 +183,316 @@
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="grid_style_label">Estilo da grelha</string>
<string name="help_summary">Necessita de ajuda?</string>
<string name="hinge">Dobradiça</string>
<string name="history">Histórico</string>
<string name="home">Início</string>
<string name="horizontal_flip">Flip horizontal</string>
<string name="image">Imagem</string>
<string name="image_gradient">Imagem gradiente</string>
<string name="image_settings_summary">Alterar definições de transferência de imagens</string>
<string name="import_label">Importar</string>
<string name="import_playlist">Importar lista</string>
<string name="import_playlist_message">Importar todas as lista em Android Media Store com músicas. Se as listas já existirem, as músicas vão ser unidas.</string>
<string name="inserted_x_songs_into_playlist_x">Inseridas %1$d músicas na lista %2$s.</string>
<string name="instagram_page_summary">Partilhar a sua configuração de Música Retro para mostrar no Instagram</string>
<string name="keyboard">Teclado</string>
<string name="label_bit_rate">Taxa de bits</string>
<string name="label_file_format">Formato</string>
<string name="label_file_name">Nome</string>
<string name="label_file_path">Caminho</string>
<string name="label_file_size">Tamanho</string>
<string name="label_more_from">Mais de %s</string>
<string name="label_sampling_rate">Taxa de amostragem</string>
<string name="label_track_length">Tamanho</string>
<string name="labeled">Etiquetada</string>
<string name="last_added">Última adicionada</string>
<string name="last_song">Última música</string>
<string name="library_categories">Categorias</string>
<string name="licenses">Licenças</string>
<string name="light_theme_name">Claramente branco</string>
<string name="listeners_label">Ouvintes</string>
<string name="listing_files">A listar ficheiros</string>
<string name="loading_products">A carregar produtos…</string>
<string name="login">Iniciar sessão</string>
<string name="lyrics">Letras</string>
<string name="made_with_love">Feito com ❤️ na Índia</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="md_error_label">Erro</string>
<string name="md_storage_perm_error">Erro de permissões</string>
<string name="my_name">Nome</string>
<string name="my_top_tracks">Mais tocadas</string>
<string name="never">Nunca</string>
<string name="new_playlist_title">Nova lista de reprodução</string>
<string name="new_start_directory">%s é a nova directoria inicial.</string>
<string name="next_song">Música seguinte</string>
<string name="no_albums">Sem álbuns</string>
<string name="no_artists">Sem artistas</string>
<string name="no_audio_ID">"Toca uma música primeiro e tente novamente."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Sem equalizadores</string>
<string name="no_genres">Sem géneros</string>
<string name="no_lyrics_found">Sem letras</string>
<string name="no_playing_queue">Sem músicas a tocar</string>
<string name="no_playlists">Sem listas de reprodução</string>
<string name="no_purchase_found">Sem compras.</string>
<string name="no_results">Sem resultados</string>
<string name="no_songs">Sem músicas</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="normal_lyrics">Letras normais</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> não está listada no armazenamento.]]></string>
<string name="not_recently_played">Não tocado recentemente</string>
<string name="nothing_to_scan">Nada para verificar.</string>
<string name="nothing_to_see">Nada para ver</string>
<string name="notification">Notificações</string>
<string name="notification_settings_summary">Personalizar o estilo das notificações</string>
<string name="now_playing">A reproduzir</string>
<string name="now_playing_queue">Fila de A reproduzir</string>
<string name="now_playing_summary">Personalizar o ecrã A reproduzir</string>
<string name="now_playing_themes">9+ temas de A reproduzir</string>
<string name="only_on_wifi">Apenas em Wi-Fi</string>
<string name="other_settings_summary">Funcionalidades avançadas</string>
<string name="others">Outros</string>
<string name="password">Palavra-passe</string>
<string name="past_three_months">Últimos 3 meses</string>
<string name="paste_lyrics_here">Colar letras aqui</string>
<string name="paste_timeframe_lyrics_here">Colar letras do cronograma aqui</string>
<string name="peak">Espreitar</string>
<string name="permission_external_storage_denied">Permissão para aceder ao armazenamento externo negada.</string>
<string name="permission_summary">Esta aplicação necessita de permissão para aceder ao armazenamento para tocar músicas</string>
<string name="permission_title">Acesso ao armazenamento</string>
<string name="permissions_denied">Permissões negadas.</string>
<string name="personalize">Personalizar</string>
<string name="personalize_settings_summary">Personalizar os controlos de A reproduzir e interface</string>
<string name="pick_from_local_storage">Escolher do dispositivo</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pinterest_page_summary">Seguir a página do Pinterest para inspiração de design Música Retro</string>
<string name="plain">Plano</string>
<string name="playing_notification_description">A notificação de reprodução fornece acções para reprodução/pausa, etc.</string>
<string name="playing_notification_name">Notificação de reprodução</string>
<string name="playlist_is_empty">A lista está vazia</string>
<string name="playlist_name_empty">Nome da lista</string>
<string name="playlists">Listas</string>
<string name="pref_blur_amount_summary">Quantidade de desfocagem aplicada para temas. Menos é mais rápido</string>
<string name="pref_blur_amount_title">Valor de desfocagem</string>
<string name="pref_filter_song_summary">Filtrar por tamanho</string>
<string name="pref_filter_song_title">Filtrar por duração</string>
<string name="pref_header_advanced">Avançadas</string>
<string name="pref_header_album">Estilo do álbum</string>
<string name="pref_header_audio">Áudio</string>
<string name="pref_header_blacklist">Lista negra</string>
<string name="pref_header_controls">Controlos</string>
<string name="pref_header_general">Temas</string>
<string name="pref_header_images">Imagens</string>
<string name="pref_header_library">Biblioteca</string>
<string name="pref_header_lockscreen">Ecrã de bloqueio</string>
<string name="pref_header_playlists">Listas</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pausa a música quando o volume diminui para zero e começa a tocar quando o volume aumentar. Também funciona fora da aplicação</string>
<string name="pref_keep_pause_on_zero_volume_title">Pausar no zero</string>
<string name="pref_keep_screen_on_summary">Esta funcionalidade pode afectar a vida da bateria</string>
<string name="pref_keep_screen_on_title">Manter o ecrã ligado</string>
<string name="pref_language_name">Selecionar idioma</string>
<string name="pref_summary_album_art_on_lockscreen">Utilizar a capa do álbum da música actual como papel de parede do ecrã de bloqueio</string>
<string name="pref_summary_album_artists_only">Mostrar artistas do álbum na categoria do artista</string>
<string name="pref_summary_audio_ducking">Diminuir o volume quando são reproduzidos sons de sistema ou notificações</string>
<string name="pref_summary_audio_fade">Transição quando a música é tocada ou pausada</string>
<string name="pref_summary_blacklist">O conteúdo das pastas na lista negra está escondido da sua biblioteca.</string>
<string name="pref_summary_bluetooth_playback">Começar a tocar assim que ligado ao dispositivo Bluetooth</string>
<string name="pref_summary_blurred_album_art">Desfocar a capa do álbum no ecrã de bloqueio. Pode causar problemas com aplicações e widgets</string>
<string name="pref_summary_carousel_effect">Efeito carrossel no ecrã A reproduzir. Os temas de cartões e cartões desfocados não vão funcionar</string>
<string name="pref_summary_classic_notification">Utilizar o design clássico de notificações</string>
<string name="pref_summary_colored_app">As cores do fundo e dos botões mudam consoante a capa do álbum no ecrã A reproduzir</string>
<string name="pref_summary_colored_app_shortcuts">Dá cor aos atalhos na cor de destaque. Sempre que alterar a cor, ligue/desligue para fazer efeito</string>
<string name="pref_summary_colored_notification">"Colorir as notificações na capa do álbum"</string>
<string name="pref_summary_cross_fade">Duração da transição entre músicas</string>
<string name="pref_summary_desaturated_color">Segundo o guia do Material Design as cores do modo escuro não devem ser saturadas</string>
<string name="pref_summary_expand_now_playing_panel">Tocar na notificação vai mostrar o ecrã A reproduzir em vez do ecrã inicial</string>
<string name="pref_summary_extra_controls">Adicionar controlos extras para o mini leitor</string>
<string name="pref_summary_extra_song_info">Mostrar info. extras da música, como o formato, taxa de bits e frequência</string>
<string name="pref_summary_gapless_playback">"Pode causar problemas na reprodução nalguns dispositivos."</string>
<string name="pref_summary_home_banner">Mostrar ou ocultar o banner inicial</string>
<string name="pref_summary_ignore_media_store_artwork">Pode aumentar a qualidade da capa do álbum, mas aumenta o tempo de carregamento. Ligue apenas se tiver problemas com capas de baixa resolução</string>
<string name="pref_summary_library_categories">Configurar visibilidade e ordem das categorias.</string>
<string name="pref_summary_lock_screen">Utilizar os controlos personalizados do Música Retro</string>
<string name="pref_summary_open_source_licences">Detalhes da licença do software open source</string>
<string name="pref_summary_remember_tab">Ir para o último separador ao iniciar</string>
<string name="pref_summary_show_lyrics">Mostrar letras por cima da capa do álbum</string>
<string name="pref_summary_suggestions">Mostrar Música Mix no ecrã inicial</string>
<string name="pref_summary_toggle_full_screen">Modo imersivo</string>
<string name="pref_summary_toggle_headset">Tocar imediatamente após ligar os auriculares</string>
<string name="pref_summary_toggle_shuffle">O modo aleatório vai ser desligado ao reproduzir uma nova lista</string>
<string name="pref_summary_toggle_volume">Se tiver espaço suficiente, mostrar os controlos de volume no ecrã A reproduzir</string>
<string name="pref_summary_whitelist">Mostrar apenas músicas de /Music</string>
<string name="pref_title_album_art_on_lockscreen">Mostrar capa do álbum</string>
<string name="pref_title_album_artists_only">Navegar pelos artistas</string>
<string name="pref_title_album_cover_style">Tema da capa do álbum</string>
<string name="pref_title_album_cover_transform">Ignorar capa do álbum</string>
<string name="pref_title_app_shortcuts">Atalhos coloridos</string>
<string name="pref_title_audio_ducking">Reduzir volume na perda de foco</string>
<string name="pref_title_audio_fade">Transição de áudio</string>
<string name="pref_title_auto_download_artist_images">Transferir imagens automaticamente</string>
<string name="pref_title_blacklist">Lista negra</string>
<string name="pref_title_bluetooth_playback">Reprodução Bluetooth</string>
<string name="pref_title_blurred_album_art">Desfocar capa do álbum</string>
<string name="pref_title_classic_notification">Design de notificações clássico</string>
<string name="pref_title_colored_app">Cor adaptável</string>
<string name="pref_title_colored_notification">Notificações coloridas</string>
<string name="pref_title_cross_fade">Crossfade (beta)</string>
<string name="pref_title_desaturated_color">Cores não saturadas</string>
<string name="pref_title_expand_now_playing_panel">Mostrar ecrã A reproduzir</string>
<string name="pref_title_extra_controls">Controlos adicionais</string>
<string name="pref_title_extra_song_info">Info. da música</string>
<string name="pref_title_gapless_playback">Reprodução contínua</string>
<string name="pref_title_general_theme">Tema da aplicação</string>
<string name="pref_title_home_album_grid_style">Álbuns em grelha</string>
<string name="pref_title_home_artist_grid_style">Artistas em grelha</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_ignore_media_store_artwork">Ignorar capas da Media Store</string>
<string name="pref_title_last_added_interval">Intervalo da última lista adicionada</string>
<string name="pref_title_lock_screen">Controlos de ecrã inteiro</string>
<string name="pref_title_now_playing_screen_appearance">Tema A reproduzir</string>
<string name="pref_title_open_source_licences">Licenças open source</string>
<string name="pref_title_remember_tab">Memorizar separador</string>
<string name="pref_title_show_lyrics">Mostrar letras</string>
<string name="pref_title_suggestions">Mostrar sugestões</string>
<string name="pref_title_tab_text_mode">Títulos nos separadores</string>
<string name="pref_title_toggle_carousel_effect">Efeito carrossel</string>
<string name="pref_title_toggle_full_screen">Aplicação em ecrã inteiro</string>
<string name="pref_title_toggle_toggle_headset">Reprod. automática</string>
<string name="pref_title_toggle_toggle_shuffle">Modo aleatório</string>
<string name="pref_title_toggle_volume">Controlos de volume</string>
<string name="pref_title_whitelist">Lista segura de música</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<string name="pro_summary">Tema escuro, temas A reproduzir, efeito carrossel e muito mais..</string>
<string name="profile">Perfil</string>
<string name="purchase">Comprar</string>
<string name="queue">Fila de reprodução</string>
<string name="rate_app">Classificar a aplicação</string>
<string name="rate_on_google_play_summary">Gosta desta aplicação? Deixe-nos saber na Google Play Store como torná-la ainda melhor</string>
<string name="recent_albums">Álbuns recentes</string>
<string name="recent_artists">Artistas recentes</string>
<string name="remove_action">Remover</string>
<string name="remove_cover">Remover capa</string>
<string name="remove_from_blacklist">Remover da lista negra</string>
<string name="remove_song_from_playlist_title">Remover música da lista de reprodução</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remover a música <b>%1$s</b> da lista de reprodução?]]></string>
<string name="remove_songs_from_playlist_title">Remover músicas da lista de reprodução</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remover <b>%1$d</b> músicas da lista de reprodução?]]></string>
<string name="rename_playlist_title">Renomear lista</string>
<string name="report_an_issue">Reportar um erro</string>
<string name="report_bug">Reportar erro</string>
<string name="reset_action">Repor</string>
<string name="reset_artist_image">Repor imagem do artista</string>
<string name="restore">Restaurar</string>
<string name="restored_previous_purchase_please_restart">Compra anterior restaurada. Reinicie a aplicação para utilizar todas as funcionalidades.</string>
<string name="restored_previous_purchases">Compras anteriores restauradas.</string>
<string name="restoring_purchase">A restaurar compras</string>
<string name="retro_music_player">Música Retro</string>
<string name="retro_music_pro">Música Retro Pro</string>
<string name="ringtone_summary">Esta aplicação necessita de permissão para aceder às definições para definir músicas como toques</string>
<string name="ringtone_title">Toque (opcional)</string>
<string name="saf_delete_failed">Erro ao eliminar ficheiro: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<string name="saf_error_uri">Não é possível obter URI SAF</string>
<string name="saf_guide_slide1_description">Abrir painel de navegação</string>
<string name="saf_guide_slide1_description_before_o">Activar \'Mostrar cartão SD\' no menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<string name="saf_guide_slide1_title">%s necessita de acesso ao cartão SD</string>
<string name="saf_guide_slide2_description">É necessário seleccionar a pasta raiz do cartão SD</string>
<string name="saf_guide_slide2_title">Seleccionar o cartão SD na gaveta de navegação</string>
<string name="saf_guide_slide3_description">Não abrir subpastas</string>
<string name="saf_guide_slide3_title">Toque \'Seleccionar\' na parte inferior do ecrã</string>
<string name="saf_write_failed">Erro ao escrever ficheiro: %s</string>
<string name="save">Guardar</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="save_playlist_title">Guardar como ficheiro</string>
<string name="save_playlists_title">Guardar como ficheiros</string>
<string name="saved_playlist_to">Lista guardada em %s.</string>
<string name="saving_changes">A guardar alterações</string>
<string name="scan_media">Verificar multimédia</string>
<string name="scanned_files">%1$d de %2$d ficheiros verificados.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="select_all">Seleccionar tudo</string>
<string name="selected">Seleccionados</string>
<string name="set">Definir</string>
<string name="set_artist_image">Definir imagem do artista</string>
<string name="share_app">Partilhar aplicação</string>
<string name="share_summary">Partilhar a aplicação com os seus amigos e família</string>
<string name="share_to_stories">Partilhar em Stories</string>
<string name="show_album_artists">Mostrar artistas</string>
<string name="shuffle">Aleatório</string>
<string name="simple">Simples</string>
<string name="sleep_timer_canceled">Temporizador cancelado.</string>
<string name="sleep_timer_set">Temporizador definido para %d minutos a partir de agora.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="social_stories">Partilhar história</string>
<string name="song">Música</string>
<string name="song_duration">Duração da música</string>
<string name="songs">Músicas</string>
<string name="sort_order">Ordenação</string>
<string name="sort_order_a_z">Ascendente</string>
<string name="sort_order_album">Álbum</string>
<string name="sort_order_artist">Artista</string>
<string name="sort_order_composer">Compositor</string>
<string name="sort_order_date">Data adicionado</string>
<string name="sort_order_date_modified">Data modificado</string>
<string name="sort_order_num_songs">Contagem de músicas</string>
<string name="sort_order_num_songs_desc">Contagem decrescente</string>
<string name="sort_order_year">Ano</string>
<string name="sort_order_z_a">Descendente</string>
<string name="speech_not_supported">O seu dispositivo não suporta entrada de fala</string>
<string name="speech_prompt">Procurar na sua biblioteca</string>
<string name="stack">Pilha</string>
<string name="start_play_music">Comece a tocar música.</string>
<string name="suggestion_songs">Sugestões</string>
<string name="support_development">Apoie o desenvolvimento</string>
<string name="swipe_to_unlock">Deslizar para desbloquear</string>
<string name="synced_lyrics">Letras sincronizadas</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="telegram_group_summary">Junte-se ao grupo do Telegram para discutir problemas, fazer sugestões e muito mais</string>
<string name="thank_you">Obrigado!</string>
<string name="the_audio_file">O ficheiro de áudio</string>
<string name="this_month">Este mês</string>
<string name="this_week">Esta semana</string>
<string name="this_year">Este ano</string>
<string name="tiny">Pequeno</string>
<string name="tiny_card_style">Cartão pequeno</string>
<string name="title">Título</string>
<string name="today">Hoje</string>
<string name="top_albums">Top álbuns</string>
<string name="top_artists">Top artistas</string>
<string name="track_hint">"Faixa (2 para faixa 2 ou 3004 para CD3 faixa 4)"</string>
<string name="track_list">Número da faixa</string>
<string name="translate">Traduzir</string>
<string name="translate_community">Ajude-nos a traduzir a aplicação para o seu idioma</string>
<string name="try_retro_music_premium">Experimente Música Retro Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="twitter_page_summary">Partilhe o seu design com Música Retro</string>
<string name="unlabeled">Sem etiqueta</string>
<string name="unplayable_file">Não foi possível tocar esta música.</string>
<string name="up_next">A seguir</string>
<string name="update_image">Actualizar imagem</string>
<string name="updating">A actualizar</string>
<string name="user_name">Utilizador</string>
<string name="username">Utilizador</string>
<string name="version">Versão</string>
<string name="vertical_flip">Flip vertical</string>
<string name="view_on_telegram">Ver no Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
<string name="web_search">Pesquisar na web</string>
<string name="website">Site</string>
<string name="website_summary">Veja o nosso site</string>
<string name="welcome">Bem-vindo,</string>
<string name="what_do_you_want_to_share">O que deseja partilhar?</string>
<string name="whats_new">O que há de novo</string>
<string name="window">Janelas</string>
<string name="window_corner_edges">Cantos arredondados</string>
<string name="x_has_been_set_as_ringtone">Definir %1$s como toque.</string>
<string name="x_selected">%1$d selecionado(s)</string>
<string name="year">Ano</string>
<string name="you_have_to_select_at_least_one_category">Tem que seleccionar pelo menos uma categoria.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">Vai ser reencaminhado para o site de rastreio de problemas.</string>
<string name="your_account_data_is_only_used_for_authentication">As informações da sua conta são utilizadas apenas autenticação.</string>
</resources>

View File

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="about_album_label">Despre %s</string>
<string name="about_settings_summary">Echipă și legături sociale</string>
<string name="accent_color">Culoare ton</string>
<string name="accent_color_desc">Culoarea de accent, implicit, se face verde.</string>
<string name="action_about">Despre</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_blacklist">Adăugare la lista neagră</string>
<string name="action_add_to_favorites">Adaugă la favorite</string>
<string name="action_add_to_playing_queue">Adaugă la coada de redare</string>
<string name="action_add_to_playlist">Adaugă la un playlist</string>
<string name="action_cast">Cast</string>
<string name="action_cast">Transmite</string>
<string name="action_clear_playing_queue">Curăță coada de redare</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_cycle_repeat">Mod repetare ciclu</string>
<string name="action_delete">Șterge</string>
<string name="action_delete_from_device">Șterge de pe dispozitiv</string>
<string name="action_details">Detalii</string>
<string name="action_edit">Edit</string>
<string name="action_edit">Editare</string>
<string name="action_go_to_album">Pagină album</string>
<string name="action_go_to_artist">Pagină artist</string>
<string name="action_go_to_genre">Go to genre</string>
@ -83,6 +83,8 @@
<string name="audio_focus_denied">Folcalizarea audio a fost respinsă.</string>
<string name="audio_settings_summary">Ajustați setările de sunet și comenzile egalizatorului</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografie</string>
<string name="black_theme_name">Negru</string>
<string name="blacklist">Lista neagră</string>
@ -126,6 +128,7 @@
<string name="could_not_restore_purchase">Nu a putut fi restabilită achiziția.</string>
<string name="could_not_scan_files">Nu s-au putut scana %d fișiere</string>
<string name="create_action">Crează</string>
<string name="create_new_backup">Crează</string>
<string name="created_playlist_x">S-a creat playlist-ul %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Acum ascultați %1$s de %2$s.</string>
@ -229,6 +232,7 @@
<string name="no_albums">Niciun album</string>
<string name="no_artists">Niciun artist</string>
<string name="no_audio_ID">"Mai întâi redă un cântec, apoi incearcă din nou."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Nu a fost găsit nici un equalizer.</string>
<string name="no_genres">Niciun gen</string>
<string name="no_lyrics_found">Nu a fost găsite versuri.</string>

View File

@ -85,6 +85,8 @@
<string name="audio_focus_denied">Фокус на аудио отключен.</string>
<string name="audio_settings_summary">Измените настройки звука и отрегулируйте настройки эквалайзера</string>
<string name="auto">Авто</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Биография</string>
<string name="black_theme_name">Чёрная</string>
<string name="blacklist">Черный список</string>
@ -123,11 +125,12 @@
<string name="colors">Цвета</string>
<string name="composer">Композитор</string>
<string name="copied_device_info_to_clipboard">Скопировать информацию об устройстве в буфер обмена.</string>
<string name="could_not_create_playlist">Не удалось создать плейлист</string>
<string name="could_not_create_playlist">Не удалось создать плейлист.</string>
<string name="could_not_download_album_cover">"Не удалось загрузить подходящую обложку для альбома."</string>
<string name="could_not_restore_purchase">Не удалось восстановить покупку.</string>
<string name="could_not_scan_files">Не удалось просканировать %d файлов.</string>
<string name="create_action">Создать</string>
<string name="create_new_backup">Создать</string>
<string name="created_playlist_x">Создан плейлист %1$s.</string>
<string name="credit_title">Участники и помощники</string>
<string name="currently_listening_to_x_by_x">Сейчас играет %1$s от %2$s.</string>
@ -231,6 +234,7 @@
<string name="no_albums">Альбомы отсутствуют</string>
<string name="no_artists">Исполнители отсутствуют</string>
<string name="no_audio_ID">"Сначала проиграйте песню, затем попробуйте заново."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Эквалайзер не найден</string>
<string name="no_genres">Жанры отсутствуют</string>
<string name="no_lyrics_found">Текст отсутствует</string>
@ -305,7 +309,7 @@
<string name="pref_summary_colored_app">Цвет кнопок фона и кнопок управления изменяется в соответствии с обложкой альбома с экрана воспроизведения</string>
<string name="pref_summary_colored_app_shortcuts">Окрашивает ярлыки в основной цвет. Каждый раз, когда вы меняете цвет, вкл-выкл эту настройку, чтобы изменение вступило в силу</string>
<string name="pref_summary_colored_notification">"Окрашивает уведомление в доминирубщий цвет обложки альбома"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_cross_fade">Продолжительность crossfade между песнями</string>
<string name="pref_summary_desaturated_color">Согласно Material Design в темном режиме цвета должны быть немного обесцвечены</string>
<string name="pref_summary_expand_now_playing_panel">Нажатие на уведомление будет показывать экран воспроизведения вместо домашнего экрана</string>
<string name="pref_summary_extra_controls">Добавить дополнительные элементы управления для мини-плеера</string>
@ -316,14 +320,14 @@
<string name="pref_summary_library_categories">Настроить вид и порядок категорий в библиотеке.</string>
<string name="pref_summary_lock_screen">Используйте собственный экран блокировки Retro Music</string>
<string name="pref_summary_open_source_licences">Сведения о лицензии для программного обеспечения с открытым исходным кодом</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_remember_tab">Перейдите к последней использованной вкладке при запуске</string>
<string name="pref_summary_show_lyrics">Показывать синхронизированный текст песни поверх обложки альбома</string>
<string name="pref_summary_suggestions">Показывать миксы новый музыки на главном экране</string>
<string name="pref_summary_toggle_full_screen">Полноэкранный режим</string>
<string name="pref_summary_toggle_headset">Начать воспроизведение музыки сразу после подключения наушников</string>
<string name="pref_summary_toggle_shuffle">Режим перемешивания выключится при проигрывании нового списка песен</string>
<string name="pref_summary_toggle_volume">Если доступно достаточно места, показывать регулировку громкости на экране воспроизведения</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_summary_whitelist">Показывать музыку только из папки /Music</string>
<string name="pref_title_album_art_on_lockscreen">Показать обложку альбома</string>
<string name="pref_title_album_artists_only">Показывать обложку альбома в разделе исполнители</string>
<string name="pref_title_album_cover_style">Тема обложки альбома</string>
@ -338,7 +342,7 @@
<string name="pref_title_classic_notification">Классический дизайн уведомлений</string>
<string name="pref_title_colored_app">Адаптированный цвет</string>
<string name="pref_title_colored_notification">Цветное уведомление</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_cross_fade">Crossfade (бета)</string>
<string name="pref_title_desaturated_color">Немного обесцвеченный цвет </string>
<string name="pref_title_expand_now_playing_panel">Показать экран воспроизведения</string>
<string name="pref_title_extra_controls">Дополнительные элементы управления</string>
@ -353,7 +357,7 @@
<string name="pref_title_lock_screen">Полноэкранное управление</string>
<string name="pref_title_now_playing_screen_appearance">Тема экрана воспроизведения</string>
<string name="pref_title_open_source_licences">Лицензии с открытым кодом</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_remember_tab">Запомнить последнюю вкладку</string>
<string name="pref_title_show_lyrics">Показать текст песни</string>
<string name="pref_title_suggestions">Показывать советы</string>
<string name="pref_title_tab_text_mode">Название нижних кнопок</string>
@ -362,7 +366,7 @@
<string name="pref_title_toggle_toggle_headset">Автовоспроизведение</string>
<string name="pref_title_toggle_toggle_shuffle">Режим перемешивания</string>
<string name="pref_title_toggle_volume">Регулировка громкости</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_whitelist">Музыка в белом списке</string>
<string name="pro">Pro</string>
<string name="pro_summary">Черная тема, Темы экрана воспроизведения, Эффект карусели и многое другое..</string>
<string name="profile">Профиль</string>

View File

@ -1,498 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="few">Songs</item>
<item quantity="many">Songs</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="few">Albums</item>
<item quantity="many">Albums</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -83,6 +83,8 @@
<string name="audio_focus_denied">Zvuk se vec reprodukuje</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografija</string>
<string name="black_theme_name">Perfektno crna</string>
<string name="blacklist">Ne trazi muziku u...</string>
@ -126,6 +128,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Nije moguce skenirati %d fajlove</string>
<string name="create_action">Napravi</string>
<string name="create_new_backup">Napravi</string>
<string name="created_playlist_x">Plejlista %1$s je napravljena</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Trenutno se reprodukuje %1$s izvodjaca %2$s</string>
@ -229,6 +232,7 @@
<string name="no_albums">Nema albuma</string>
<string name="no_artists">Nema izvodjaca</string>
<string name="no_audio_ID">"Prvo pusti pesmu, a onda pokusaj opet"</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Nije pronadjen ni jedan ekvilajzer</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">Nema pronadjenog teksta pesme</string>

View File

@ -81,6 +81,8 @@
<string name="audio_focus_denied">Ljudfokus nekas.</string>
<string name="audio_settings_summary">Ändra ljudinställningarna och justera equalizer-kontrollerna</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biografi</string>
<string name="black_theme_name">Helt svart</string>
<string name="blacklist">Svartlista</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Det gick inte att återställa köpet.</string>
<string name="could_not_scan_files">Det gick inte att skanna %d filer.</string>
<string name="create_action">Skapa</string>
<string name="create_new_backup">Skapa</string>
<string name="created_playlist_x">Skapade spellistan %1$s.</string>
<string name="credit_title">Medlemmar och bidragsgivare</string>
<string name="currently_listening_to_x_by_x">Lyssnar just nu på %1$s av %2$s.</string>
@ -227,6 +230,7 @@
<string name="no_albums">Du har inga album</string>
<string name="no_artists">Du har inga artister</string>
<string name="no_audio_ID">"Spela en låt först och försök igen."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Ingen equalizer hittades</string>
<string name="no_genres">Du har inga genrer</string>
<string name="no_lyrics_found">Inga låttexter hittade</string>

View File

@ -14,7 +14,7 @@
<string name="action_cycle_repeat">திரும்பச் செய்</string>
<string name="action_delete">நீக்கு</string>
<string name="action_delete_from_device">கருவியில் இருந்து நீக்கு</string>
<string name="action_details">தகவல</string>
<string name="action_details">விபரங்கள</string>
<string name="action_edit">திருத்து</string>
<string name="action_go_to_album">பாடல் படப்பட்டியல் செல்</string>
<string name="action_go_to_artist">கலைஞரை காணவும்</string>
@ -50,7 +50,7 @@
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_action">சேர்</string>
<string name="add_playlist_title">"பாடல் வரிசையில் சேர்"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</string>
<string name="added_title_to_playing_queue">"Added 1 title to the playing queue."</string>
@ -58,7 +58,7 @@
<string name="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
<item quantity="other">பாடல்கள்</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
@ -81,6 +81,8 @@
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="create_new_backup">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
@ -227,6 +230,7 @@
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>

View File

@ -1,633 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">సుమారు% s</string>
<string name="about_settings_summary">బృందం, సామాజిక లింకులు</string>
<string name="accent_color">యాస రంగు</string>
<string name="accent_color_desc">థీమ్ యాస రంగు పర్పుల్ రంగుకు డిఫాల్ట్ అవుతుంది</string>
<string name="action_about">గురించి</string>
<string name="action_add_to_favorites">ఇష్టమైన వాటికి జోడించండి</string>
<string name="action_add_to_playing_queue">క్యూ ఆడటానికి జోడించండి</string>
<string name="action_add_to_playlist">పాటల క్రమంలో చేర్చు</string>
<string name="action_clear_playing_queue">క్యూ ప్లే చేయడం క్లియర్</string>
<string name="action_cycle_repeat">సైకిల్ రిపీట్ మోడ్</string>
<string name="action_delete">తొలగించు</string>
<string name="action_delete_from_device">పరికరం నుండి తొలగించండి</string>
<string name="action_details">వివరాలు</string>
<string name="action_go_to_album">ఆల్బమ్‌కు వెళ్లండి</string>
<string name="action_go_to_artist">ఆర్టిస్ట్ వద్దకు వెళ్ళండి</string>
<string name="action_go_to_genre">కళా ప్రక్రియకు వెళ్లండి</string>
<string name="action_go_to_start_directory">డైరెక్టరీని ప్రారంభించడానికి వెళ్ళండి</string>
<string name="action_grant">గ్రాంట్</string>
<string name="action_grid_size">గ్రిడ్ పరిమాణం</string>
<string name="action_grid_size_land">గ్రిడ్ పరిమాణం (land)</string>
<string name="action_new_playlist">క్రొత్త ప్లేజాబితా</string>
<string name="action_next">తరువాత</string>
<string name="action_play">ప్లే</string>
<string name="action_play_all">అన్ని ప్లే</string>
<string name="action_play_next">తదుపరి ఆడండి</string>
<string name="action_play_pause">ప్లే / పాజ్</string>
<string name="action_previous">మునుపటి</string>
<string name="action_remove_from_favorites">ఇష్టమైనవి నుండి తీసివేయండి</string>
<string name="action_remove_from_playing_queue">క్యూ ఆడటం నుండి తొలగించండి</string>
<string name="action_remove_from_playlist">ప్లేజాబితా నుండి తీసివేయండి</string>
<string name="action_rename">పేరు మార్చు</string>
<string name="action_save_playing_queue">క్యూ ప్లే చేయడం సేవ్ చేయండి</string>
<string name="action_scan">స్కాన్</string>
<string name="action_search">వెతకండి</string>
<string name="action_set">ప్రారంభం</string>
<string name="action_set_as_ringtone">రింగు టోనుగా ఏర్పాటు చేయు</string>
<string name="action_set_as_start_directory">ప్రారంభ డైరెక్టరీగా సెట్ చేయండి</string>
<string name="action_settings">"సెట్టింగులు"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">అన్నీ షఫుల్ చేయండి</string>
<string name="action_shuffle_playlist">ప్లేజాబితాను షఫుల్ చేయండి</string>
<string name="action_sleep_timer">స్లీప్ టైమర్</string>
<string name="action_sort_order">క్రమాన్ని క్రమబద్ధీకరించు</string>
<string name="action_tag_editor">ట్యాగ్ ఎడిటర్</string>
<string name="action_toggle_favorite">ఇష్టమైన టోగుల్ చేయండి</string>
<string name="action_toggle_shuffle">షఫుల్ మోడ్‌ను టోగుల్ చేయండి</string>
<string name="adaptive">అనుకూల</string>
<string name="add_action">చేర్చు</string>
<string name="add_playlist_title">"పాటల క్రమంలో చేర్చు"</string>
<string name="added_title_to_playing_queue">"ప్లే క్యూలో 1 శీర్షిక జోడించబడింది."</string>
<string name="added_x_titles_to_playing_queue">ప్లే క్యూలో %1$d శీర్షికలను చేర్చారు.</string>
<string name="album">ఆల్బమ్</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">ఆల్బమ్ ఆర్టిస్ట్</string>
<string name="albums">ఆల్బమ్లు</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">ఎల్లప్పుడూ</string>
<string name="app_share">హే ఈ చల్లని మ్యూజిక్ ప్లేయర్‌ను ఇక్కడ చూడండి: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">షఫుల్</string>
<string name="app_shortcut_top_tracks_short">అగ్ర ట్రాక్‌లు</string>
<string name="app_widget_big_name">రెట్రో సంగీతం - పెద్దది</string>
<string name="app_widget_card_name">రెట్రో సంగీతం - కార్డ్</string>
<string name="app_widget_classic_name">రెట్రో సంగీతం - క్లాసిక్</string>
<string name="app_widget_small_name">రెట్రో సంగీతం - చిన్నది</string>
<string name="app_widget_text_name">రెట్రో సంగీతం - టెక్స్ట్</string>
<string name="artist">ఆర్టిస్ట్</string>
<string name="artists">ఆర్టిస్ట్స్</string>
<string name="audio_focus_denied">ఆడియో ఫోకస్ తిరస్కరించబడింది.</string>
<string name="audio_settings_summary">ధ్వని సెట్టింగులను మార్చండి మరియు ఈక్వలైజర్ నియంత్రణలను సర్దుబాటు చేయండి</string>
<string name="auto">దానంతట అదే</string>
<string name="biography">బయోగ్రఫీ</string>
<string name="black_theme_name">జస్ట్ బ్లాక్</string>
<string name="blacklist">బ్లాక్లిస్ట్</string>
<string name="blur">బ్లర్</string>
<string name="blur_card">బ్లర్ కార్డ్</string>
<string name="bug_report_failed">నివేదిక పంపడం సాధ్యం కాలేదు</string>
<string name="bug_report_failed_invalid_token">చెల్లని యాక్యిస్ టోకను. దయచేసి అనువర్తన డెవలపర్‌ను సంప్రదించండి.</string>
<string name="bug_report_failed_issues_not_available">ఎంచుకున్న రిపోజిటరీ కోసం సమస్యలు ప్రారంభించబడవు. దయచేసి అనువర్తన డెవలపర్‌ను సంప్రదించండి.</string>
<string name="bug_report_failed_unknown">అనుకోని తప్పు జరిగినది. దయచేసి అనువర్తన డెవలపర్‌ను సంప్రదించండి.</string>
<string name="bug_report_failed_wrong_credentials">తప్పు వాడుకరి పేరు లేదా తప్పు పాస్ వర్డ్</string>
<string name="bug_report_issue">సమస్య</string>
<string name="bug_report_manual">మానవీయంగా పంపండి</string>
<string name="bug_report_no_description">దయచేసి సమస్య వివరణను నమోదు చేయండి</string>
<string name="bug_report_no_password">దయచేసి మీ చెల్లుబాటు అయ్యే GitHub పాస్‌వర్డ్‌ను నమోదు చేయండి</string>
<string name="bug_report_no_title">దయచేసి సమస్య శీర్షికను నమోదు చేయండి</string>
<string name="bug_report_no_username">దయచేసి మీ చెల్లుబాటు అయ్యే GitHub వినియోగదారు పేరును నమోదు చేయండి</string>
<string name="bug_report_summary">అనుకోని తప్పు జరిగినది. క్షమించండి, మీరు ఈ బగ్‌ను కనుగొన్నారు, అది \"అనువర్తన డేటాను క్లియర్ చేయి\" క్రాష్ చేస్తూ ఉంటే లేదా ఇమెయిల్ పంపండి</string>
<string name="bug_report_use_account">GitHub ఖాతాను ఉపయోగించి పంపండి</string>
<string name="buy_now">ఇప్పుడే కొనండి</string>
<string name="cancel_current_timer">రద్దు చేయండి</string>
<string name="card">కార్డ్</string>
<string name="card_color_style">రంగు కార్డు</string>
<string name="card_style">కార్డ్</string>
<string name="carousal_effect_on_now_playing_screen">ఇప్పుడు ప్లే అవుతున్న తెరపై రంగులరాట్నం ప్రభావం</string>
<string name="cascading">క్యాస్కేడింగ్</string>
<string name="changelog">చేంజ్లాగ్</string>
<string name="changelog_summary">టెలిగ్రామ్ ఛానెల్‌లో చేంజ్లాగ్ నిర్వహించబడుతుంది</string>
<string name="circle">వృత్తం</string>
<string name="circular">సర్క్యులర్</string>
<string name="classic">క్లాసిక్</string>
<string name="clear_action">ప్రశాంతంగా</string>
<string name="clear_blacklist">బ్లాక్లిస్ట్ క్లియర్</string>
<string name="clear_playing_queue">క్యూ క్లియర్</string>
<string name="color">రంగు</string>
<string name="colors">రంగులు</string>
<string name="composer">కంపోజర్</string>
<string name="copied_device_info_to_clipboard">పరికర సమాచారం క్లిప్‌బోర్డ్‌కు కాపీ చేయబడింది</string>
<string name="could_not_create_playlist">ప్లేజాబితాను సృష్టించడం సాధ్యం కాలేదు</string>
<string name="could_not_download_album_cover">"సరిపోయే ఆల్బమ్ కవర్‌ను డౌన్‌లోడ్ చేయలేము."</string>
<string name="could_not_restore_purchase">కొనుగోలును పునరుద్ధరించడం సాధ్యం కాలేదు.</string>
<string name="could_not_scan_files">% D ఫైళ్ళను స్కాన్ చేయలేకపోయింది.</string>
<string name="create_action">సృష్టించు</string>
<string name="created_playlist_x">ప్లేజాబితా% 1 $ s సృష్టించబడింది.</string>
<string name="credit_title">సభ్యులు మరియు సహాయకులు</string>
<string name="currently_listening_to_x_by_x">ప్రస్తుతం% 2 by s ద్వారా% 1 $ s వింటున్నారు.</string>
<string name="dark_theme_name">కైండా డార్క్</string>
<string name="delete_playlist_title">ప్లేజాబితాను తొలగించండి</string>
<string name="delete_playlist_x"><![CDATA[<b>% 1 $ s </b> ప్లేజాబితాను తొలగించాలా?]]></string>
<string name="delete_playlists_title">ప్లేజాబితాలను తొలగించండి</string>
<string name="delete_song_title">పాటను తొలగించండి</string>
<string name="delete_song_x"><![CDATA[<b>% 1 $ s </b> పాటను తొలగించాలా?]]></string>
<string name="delete_songs_title">పాటలను తొలగించండి</string>
<string name="delete_x_playlists"><![CDATA[<b>% 1 $ d </b> ప్లేజాబితాలను తొలగించాలా?]]></string>
<string name="delete_x_songs"><![CDATA[<b>% 1 $ d </b> పాటలను తొలగించాలా?]]></string>
<string name="deleted_x_songs">% 1 $ d పాటలు తొలగించబడ్డాయి.</string>
<string name="depth">లోతు</string>
<string name="description">వివరణ</string>
<string name="device_info">పరికర సమాచారం</string>
<string name="dialog_message_set_ringtone">ఆడియో సెట్టింగులను సవరించడానికి రెట్రో సంగీతాన్ని అనుమతించండి</string>
<string name="dialog_title_set_ringtone">రింగ్‌టోన్ సెట్ చేయండి</string>
<string name="do_you_want_to_clear_the_blacklist">మీరు బ్లాక్లిస్ట్ క్లియర్ చేయాలనుకుంటున్నారా?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[మీరు బ్లాక్లిస్ట్ నుండి <b>% 1 $ s </b> ను తొలగించాలనుకుంటున్నారా?]]></string>
<string name="donate">దానం</string>
<string name="donate_summary">నా పనికి డబ్బు సంపాదించడానికి నేను అర్హుడని మీరు అనుకుంటే, మీరు ఇక్కడ కొంత డబ్బును వదిలివేయవచ్చు</string>
<string name="donation_header">నన్ను కొనండి:</string>
<string name="drive_mode">డ్రైవ్ మోడ్</string>
<string name="empty">ఖాళీ</string>
<string name="equalizer">సమం</string>
<string name="faq">ఎఫ్ ఎ క్యూ</string>
<string name="favorites">ఇష్టమైన</string>
<string name="finish_last_song">చివరి పాటను ముగించండి</string>
<string name="fit">ఫిట్</string>
<string name="flat">ఫ్లాట్</string>
<string name="folders">ఫోల్డర్లు</string>
<string name="follow_system">వ్యవస్థను అనుసరించండి</string>
<string name="for_you">మీ కోసం</string>
<string name="free">ఉచిత</string>
<string name="full">పూర్తి</string>
<string name="full_card">పూర్తి కార్డు</string>
<string name="general_settings_summary">అనువర్తనం యొక్క థీమ్ మరియు రంగులను మార్చండి</string>
<string name="general_settings_title">చూడండి మరియు అనుభూతి</string>
<string name="genre">చూడండి మరియు అనుభూతి</string>
<string name="genres">కళలు</string>
<string name="git_hub_summary">GitHub లో ప్రాజెక్ట్ను ఫోర్క్ చేయండి</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">గ్రిడ్ శైలి</string>
<string name="hinge">హింగ్</string>
<string name="history">చరిత్ర</string>
<string name="home">హోమ్</string>
<string name="horizontal_flip">క్షితిజసమాంతర ఫ్లిప్</string>
<string name="image">చిత్రం</string>
<string name="image_gradient">ప్రవణత చిత్రం</string>
<string name="image_settings_summary">ఆర్టిస్ట్ ఇమేజ్ డౌన్‌లోడ్ సెట్టింగులను మార్చండి</string>
<string name="inserted_x_songs_into_playlist_x">% 1 $ d పాటలను ప్లేజాబితా% 2 $ s లో చేర్చారు.</string>
<string name="instagram_page_summary">Instagram లో ప్రదర్శించడానికి మీ రెట్రో మ్యూజిక్ సెటప్‌ను భాగస్వామ్యం చేయండి</string>
<string name="keyboard">కీబోర్డ్</string>
<string name="label_bit_rate">బిట్రేటుని</string>
<string name="label_file_format">ఫార్మాట్</string>
<string name="label_file_name">ఫైల్ పేరు</string>
<string name="label_file_path">ఫైల్ మార్గం</string>
<string name="label_file_size">పరిమాణం</string>
<string name="label_more_from">% S నుండి ఎక్కువ</string>
<string name="label_sampling_rate">మాదిరి రేటు</string>
<string name="label_track_length">పొడవు</string>
<string name="labeled">లేబుల్</string>
<string name="last_added">చివరిగా జోడించబడింది</string>
<string name="last_song">చివరి పాట</string>
<string name="library_categories">లైబ్రరీ వర్గాలు</string>
<string name="licenses">లైసెన్సుల</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">శ్రోతలు</string>
<string name="listing_files">ఫైళ్ళను జాబితా చేస్తోంది</string>
<string name="loading_products">ఉత్పత్తులను లోడ్ చేస్తోంది…</string>
<string name="login">ప్రవేశించండి</string>
<string name="lyrics">సాహిత్యం</string>
<string name="made_with_love">భారతదేశంలో &#128420; తో తయారు చేయబడింది</string>
<string name="material">మెటీరియల్</string>
<string name="md_error_label">లోపం</string>
<string name="md_storage_perm_error">అనుమతి లోపం</string>
<string name="my_name">పేరు</string>
<string name="my_top_tracks">ఎక్కువగా ఆడారు</string>
<string name="never">నెవర్</string>
<string name="new_playlist_title">క్రొత్త ప్లేజాబితా</string>
<string name="new_start_directory">% s క్రొత్త ప్రారంభ డైరెక్టరీ.</string>
<string name="next_song">తదుపరి పాట</string>
<string name="no_albums">మీకు ఆల్బమ్‌లు లేవు</string>
<string name="no_artists">మీకు కళాకారులు లేరు</string>
<string name="no_audio_ID">"మొదట పాటను ప్లే చేయండి, ఆపై మళ్లీ ప్రయత్నించండి."</string>
<string name="no_equalizer">ఈక్వలైజర్ కనుగొనబడలేదు</string>
<string name="no_genres">మీకు శైలులు లేవు</string>
<string name="no_lyrics_found">సాహిత్యం కనుగొనబడలేదు</string>
<string name="no_playing_queue">పాటలు ఆడటం లేదు</string>
<string name="no_playlists">మీకు ప్లేజాబితాలు లేవు</string>
<string name="no_purchase_found">కొనుగోలు కనుగొనబడలేదు.</string>
<string name="no_results">ఫలితాలు లేవు</string>
<string name="no_songs">మీకు పాటలు లేవు</string>
<string name="normal">సాధారణ</string>
<string name="normal_lyrics">సాధారణ సాహిత్యం</string>
<string name="not_listed_in_media_store"><![CDATA[<b>% s </b> మీడియా స్టోర్‌లో జాబితా చేయబడలేదు.]]></string>
<string name="nothing_to_scan">స్కాన్ చేయడానికి ఏమీ లేదు.</string>
<string name="nothing_to_see">చూడటానికి ఏమీ లేదు</string>
<string name="notification">నోటిఫికేషన్</string>
<string name="notification_settings_summary">నోటిఫికేషన్ శైలిని అనుకూలీకరించండి</string>
<string name="now_playing">ఇప్పుడు ఆడుతున్నారు</string>
<string name="now_playing_queue">ఇప్పుడు క్యూ ఆడుతున్నారు</string>
<string name="now_playing_summary">ఇప్పుడు ప్లే అవుతున్న స్క్రీన్‌ను అనుకూలీకరించండి</string>
<string name="now_playing_themes">9+ ఇప్పుడు థీమ్‌లను ప్లే చేస్తోంది</string>
<string name="only_on_wifi">Wi-Fi లో మాత్రమే</string>
<string name="other_settings_summary">అధునాతన పరీక్ష లక్షణాలు</string>
<string name="others">ఇతర</string>
<string name="password">పాస్వర్డ్</string>
<string name="past_three_months">గత 3 నెలలు</string>
<string name="peak">శిఖరం</string>
<string name="permission_external_storage_denied">బాహ్య నిల్వను యాక్సెస్ చేయడానికి అనుమతి నిరాకరించబడింది.</string>
<string name="permissions_denied">అనుమతులు తిరస్కరించబడ్డాయి.</string>
<string name="personalize">వ్యక్తిగతీకరించండి</string>
<string name="personalize_settings_summary">మీరు ఇప్పుడు ఆడుతున్న మరియు UI నియంత్రణలను అనుకూలీకరించండి</string>
<string name="pick_from_local_storage">స్థానిక నిల్వ నుండి ఎంచుకోండి</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">రెట్రో మ్యూజిక్ డిజైన్ ప్రేరణ కోసం Pinterest పేజీని అనుసరించండి</string>
<string name="plain">సాదా</string>
<string name="playing_notification_description">ప్లే నోటిఫికేషన్ ఆట / పాజ్ మొదలైన వాటి కోసం చర్యలను అందిస్తుంది.</string>
<string name="playing_notification_name">నోటిఫికేషన్ ప్లే అవుతోంది</string>
<string name="playlist_is_empty">ప్లేజాబితా ఖాళీగా ఉంది</string>
<string name="playlist_name_empty">ప్లేజాబితా పేరు</string>
<string name="playlists">ప్లేజాబితాలు</string>
<string name="pref_blur_amount_summary">బ్లర్ థీమ్స్ కోసం బ్లర్ మొత్తం వర్తించబడుతుంది, తక్కువ వేగంగా ఉంటుంది</string>
<string name="pref_blur_amount_title">అస్పష్టమైన మొత్తం</string>
<string name="pref_filter_song_summary">పాటలను పొడవు వడపోత</string>
<string name="pref_filter_song_title">పాట వ్యవధిని ఫిల్టర్ చేయండి</string>
<string name="pref_header_advanced">ఆధునిక</string>
<string name="pref_header_album">ఆల్బమ్ శైలి</string>
<string name="pref_header_audio">ఆడియో</string>
<string name="pref_header_blacklist">బ్లాక్లిస్ట్</string>
<string name="pref_header_controls">నియంత్రణలు</string>
<string name="pref_header_general">థీమ్</string>
<string name="pref_header_images">చిత్రాలు</string>
<string name="pref_header_library">గ్రంధాలయం</string>
<string name="pref_header_lockscreen">లాక్ స్క్రీన్</string>
<string name="pref_header_playlists">ప్లేజాబితాలు</string>
<string name="pref_keep_pause_on_zero_volume_summary">వాల్యూమ్ సున్నాకి తగ్గినప్పుడు మరియు వాల్యూమ్ స్థాయి పెరిగినప్పుడు తిరిగి ప్లే చేయడం ప్రారంభించినప్పుడు పాటను పాజ్ చేస్తుంది. అనువర్తనం వెలుపల కూడా పనిచేస్తుంది</string>
<string name="pref_keep_pause_on_zero_volume_title">సున్నాపై పాజ్ చేయండి</string>
<string name="pref_keep_screen_on_summary">ఈ లక్షణాన్ని ప్రారంభించడం బ్యాటరీ జీవితాన్ని ప్రభావితం చేస్తుందని గుర్తుంచుకోండి</string>
<string name="pref_keep_screen_on_title">స్క్రీన్‌ను ఆన్‌లో ఉంచండి</string>
<string name="pref_language_name">భాషను ఎంచుకోండి</string>
<string name="pref_summary_album_art_on_lockscreen">ప్రస్తుతం ప్లే అవుతున్న పాట ఆల్బమ్ కవర్‌ను లాక్‌స్క్రీన్ వాల్‌పేపర్‌గా ఉపయోగించండి</string>
<string name="pref_summary_audio_ducking">సిస్టమ్ ధ్వనిని ప్లే చేసినప్పుడు లేదా నోటిఫికేషన్ వచ్చినప్పుడు వాల్యూమ్‌ను తగ్గించండి</string>
<string name="pref_summary_blacklist">బ్లాక్ లిస్ట్ చేసిన ఫోల్డర్ల కంటెంట్ మీ లైబ్రరీ నుండి దాచబడింది.</string>
<string name="pref_summary_bluetooth_playback">బ్లూటూత్ పరికరానికి కనెక్ట్ అయిన వెంటనే ప్లే చేయడం ప్రారంభించండి</string>
<string name="pref_summary_blurred_album_art">లాక్‌స్క్రీన్‌పై ఆల్బమ్ కవర్‌ను అస్పష్టం చేయండి. మూడవ పార్టీ అనువర్తనాలు మరియు విడ్జెట్‌లతో సమస్యలను కలిగిస్తుంది</string>
<string name="pref_summary_carousel_effect">ఇప్పుడు ప్లే అవుతున్న స్క్రీన్‌లో ఆల్బమ్ ఆర్ట్ కోసం రంగులరాట్నం ప్రభావం. కార్డ్ మరియు బ్లర్ కార్డ్ థీమ్‌లు పనిచేయవని గమనించండి</string>
<string name="pref_summary_classic_notification">క్లాసిక్ నోటిఫికేషన్ డిజైన్‌ను ఉపయోగించండి</string>
<string name="pref_summary_colored_app">ఇప్పుడు ప్లే అవుతున్న స్క్రీన్ నుండి ఆల్బమ్ ఆర్ట్ ప్రకారం నేపథ్యం మరియు నియంత్రణ బటన్ రంగులు మారుతాయి</string>
<string name="pref_summary_colored_app_shortcuts">అనువర్తన సత్వరమార్గాలను యాస రంగులో రంగులు వేస్తుంది. మీరు రంగును మార్చిన ప్రతిసారీ దయచేసి దీనిని అమలు చేయడానికి టోగుల్ చేయండి</string>
<string name="pref_summary_colored_notification">"ఆల్బమ్ కవర్ in u2019 యొక్క శక్తివంతమైన రంగులోని నోటిఫికేషన్‌ను రంగులు వేస్తుంది"</string>
<string name="pref_summary_desaturated_color">మెటీరియల్ డిజైన్ ప్రకారం డార్క్ మోడ్ రంగులలోని గైడ్ పంక్తులు డీసచురేటెడ్ అయి ఉండాలి</string>
<string name="pref_summary_expand_now_playing_panel">నోటిఫికేషన్‌పై క్లిక్ చేస్తే హోమ్ స్క్రీన్‌కు బదులుగా ఇప్పుడు ప్లే స్క్రీన్ కనిపిస్తుంది</string>
<string name="pref_summary_extra_controls">మినీ ప్లేయర్ కోసం అదనపు నియంత్రణలను జోడించండి</string>
<string name="pref_summary_extra_song_info">ఫైల్ ఫార్మాట్, బిట్రేట్ మరియు ఫ్రీక్వెన్సీ వంటి అదనపు పాట సమాచారాన్ని చూపించు</string>
<string name="pref_summary_gapless_playback">"కొన్ని పరికరాల్లో ప్లేబ్యాక్ సమస్యలను కలిగిస్తుంది."</string>
<string name="pref_summary_home_banner">హోమ్ బ్యానర్ శైలిని టోగుల్ చేయండి</string>
<string name="pref_summary_ignore_media_store_artwork">ఆల్బమ్ కవర్ నాణ్యతను పెంచగలదు, కానీ నెమ్మదిగా చిత్రం లోడింగ్ సమయాలకు కారణమవుతుంది. మీకు తక్కువ రిజల్యూషన్ కళాకృతులతో సమస్యలు ఉంటే మాత్రమే దీన్ని ప్రారంభించండి</string>
<string name="pref_summary_library_categories">లైబ్రరీ వర్గాల దృశ్యమానత మరియు క్రమాన్ని కాన్ఫిగర్ చేయండి.</string>
<string name="pref_summary_lock_screen">రెట్రో మ్యూజిక్ యొక్క అనుకూల లాక్‌స్క్రీన్ నియంత్రణలను ఉపయోగించండి</string>
<string name="pref_summary_open_source_licences">ఓపెన్ సోర్స్ సాఫ్ట్‌వేర్ కోసం లైసెన్స్ వివరాలు</string>
<string name="pref_summary_toggle_full_screen">లీనమయ్యే మోడ్</string>
<string name="pref_summary_toggle_headset">హెడ్‌ఫోన్‌లు కనెక్ట్ అయిన వెంటనే ప్లే చేయడం ప్రారంభించండి</string>
<string name="pref_summary_toggle_shuffle">కొత్త పాటల జాబితాను ప్లే చేసేటప్పుడు షఫుల్ మోడ్ ఆపివేయబడుతుంది</string>
<string name="pref_summary_toggle_volume">తగినంత స్థలం అందుబాటులో ఉంటే, ఇప్పుడు ప్లే అవుతున్న స్క్రీన్‌లో వాల్యూమ్ నియంత్రణలను చూపించు</string>
<string name="pref_title_album_art_on_lockscreen">ఆల్బమ్ కవర్ చూపించు</string>
<string name="pref_title_album_cover_style">ఆల్బమ్ కవర్ థీమ్</string>
<string name="pref_title_album_cover_transform">ఆల్బమ్ కవర్ దాటవేయి</string>
<string name="pref_title_app_shortcuts">రంగు అనువర్తన సత్వరమార్గాలు</string>
<string name="pref_title_audio_ducking">ఫోకస్ నష్టంపై వాల్యూమ్‌ను తగ్గించండి</string>
<string name="pref_title_auto_download_artist_images">ఆర్టిస్ట్ చిత్రాలను ఆటో-డౌన్‌లోడ్ చేయండి</string>
<string name="pref_title_blacklist">బ్లాక్లిస్ట్</string>
<string name="pref_title_bluetooth_playback">బ్లూటూత్ ప్లేబ్యాక్</string>
<string name="pref_title_blurred_album_art">బ్లర్ ఆల్బమ్ కవర్</string>
<string name="pref_title_classic_notification">క్లాసిక్ నోటిఫికేషన్ డిజైన్</string>
<string name="pref_title_colored_app">అనుకూల రంగు</string>
<string name="pref_title_colored_notification">రంగు నోటిఫికేషన్</string>
<string name="pref_title_desaturated_color">అసంతృప్త రంగు</string>
<string name="pref_title_expand_now_playing_panel">ఇప్పుడు ప్లే స్క్రీన్ చూపించు</string>
<string name="pref_title_extra_controls">అదనపు నియంత్రణలు</string>
<string name="pref_title_extra_song_info">పాట సమాచారం</string>
<string name="pref_title_gapless_playback">గ్యాప్‌లెస్ ప్లేబ్యాక్</string>
<string name="pref_title_general_theme">అనువర్తన థీమ్</string>
<string name="pref_title_home_artist_grid_style">హోమ్ ఆర్టిస్ట్ గ్రిడ్</string>
<string name="pref_title_home_banner">హోమ్ బ్యానర్</string>
<string name="pref_title_ignore_media_store_artwork">మీడియా స్టోర్ కవర్లను విస్మరించండి</string>
<string name="pref_title_last_added_interval">చివరిగా జోడించిన ప్లేజాబితా విరామం</string>
<string name="pref_title_lock_screen">పూర్తి స్క్రీన్ నియంత్రణలు</string>
<string name="pref_title_now_playing_screen_appearance">ఇప్పుడు థీమ్ ప్లే అవుతోంది</string>
<string name="pref_title_open_source_licences">ఓపెన్ సోర్స్ లైసెన్సులు</string>
<string name="pref_title_tab_text_mode">టాబ్ శీర్షికల మోడ్</string>
<string name="pref_title_toggle_carousel_effect">రంగులరాట్నం ప్రభావం</string>
<string name="pref_title_toggle_full_screen">పూర్తి స్క్రీన్ అనువర్తనం</string>
<string name="pref_title_toggle_toggle_headset">ఆటో ప్లే</string>
<string name="pref_title_toggle_toggle_shuffle">షఫుల్ మోడ్</string>
<string name="pref_title_toggle_volume">వాల్యూమ్ నియంత్రణలు</string>
<string name="pro">ప్రో</string>
<string name="pro_summary">బ్లాక్ థీమ్, ఇప్పుడు థీమ్స్ ప్లే, రంగులరాట్నం ప్రభావం మరియు మరిన్ని ..</string>
<string name="profile">ప్రొఫైల్</string>
<string name="purchase">కొనుగోలు</string>
<string name="queue">క్యూ</string>
<string name="rate_app">అనువర్తనాన్ని రేట్ చేయండి</string>
<string name="rate_on_google_play_summary">ఈ అనువర్తనాన్ని ఇష్టపడుతున్నారా? దీన్ని మరింత మెరుగ్గా ఎలా చేయవచ్చో గూగుల్ ప్లే స్టోర్‌లో మాకు తెలియజేయండి</string>
<string name="recent_albums">ఇటీవలి ఆల్బమ్‌లు</string>
<string name="recent_artists">ఇటీవలి కళాకారులు</string>
<string name="remove_action">తొలగించు</string>
<string name="remove_cover">కవర్ తొలగించండి</string>
<string name="remove_from_blacklist">బ్లాక్లిస్ట్ నుండి తొలగించండి</string>
<string name="remove_song_from_playlist_title">ప్లేజాబితా నుండి పాటను తొలగించండి</string>
<string name="remove_song_x_from_playlist"><![CDATA[<b>% 1 $ s </b> పాటను ప్లేజాబితా నుండి తొలగించాలా?]]></string>
<string name="remove_songs_from_playlist_title">ప్లేజాబితా నుండి పాటలను తొలగించండి</string>
<string name="remove_x_songs_from_playlist"><![CDATA[<b>% 1 $ d </b> పాటలను ప్లేజాబితా నుండి తొలగించాలా?]]></string>
<string name="rename_playlist_title">ప్లేజాబితా పేరు మార్చండి</string>
<string name="report_an_issue">సమస్యను నివేదించండి</string>
<string name="report_bug">బగ్‌ను నివేదించండి</string>
<string name="reset_action">రీసెట్</string>
<string name="reset_artist_image">ఆర్టిస్ట్ చిత్రాన్ని రీసెట్ చేయండి</string>
<string name="restore">పునరుద్ధరించు</string>
<string name="restored_previous_purchase_please_restart">మునుపటి కొనుగోలు పునరుద్ధరించబడింది. దయచేసి అన్ని లక్షణాలను ఉపయోగించడానికి అనువర్తనాన్ని పున art ప్రారంభించండి.</string>
<string name="restored_previous_purchases">మునుపటి కొనుగోళ్లను పునరుద్ధరించారు.</string>
<string name="restoring_purchase">కొనుగోలును పునరుద్ధరిస్తోంది…</string>
<string name="retro_music_player">రెట్రో మ్యూజిక్ ప్లేయర్</string>
<string name="retro_music_pro">రెట్రో మ్యూజిక్ ప్రో</string>
<string name="saf_delete_failed">ఫైల్ తొలగింపు విఫలమైంది:% s</string>
<!-- SAF -->
<string name="saf_error_uri">SAF URI పొందలేము</string>
<string name="saf_guide_slide1_description">నావిగేషన్ డ్రాయర్‌ను తెరవండి</string>
<string name="saf_guide_slide1_description_before_o">ఓవర్‌ఫ్లో మెనులో \'SD కార్డ్ చూపించు\' ప్రారంభించండి</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">% s కి SD కార్డ్ యాక్సెస్ అవసరం</string>
<string name="saf_guide_slide2_description">మీరు మీ SD కార్డ్ రూట్ డైరెక్టరీని ఎంచుకోవాలి</string>
<string name="saf_guide_slide2_title">నావిగేషన్ డ్రాయర్‌లో మీ SD కార్డ్‌ను ఎంచుకోండి</string>
<string name="saf_guide_slide3_description">ఉప ఫోల్డర్‌లను తెరవవద్దు</string>
<string name="saf_guide_slide3_title">స్క్రీన్ దిగువన ఉన్న \'ఎంచుకోండి\' బటన్ నొక్కండి</string>
<string name="saf_write_failed">ఫైల్ రాయడం విఫలమైంది:% s</string>
<string name="save">సేవ్</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">ఫైల్‌గా సేవ్ చేయండి</string>
<string name="save_playlists_title">ఫైల్‌లుగా సేవ్ చేయండి</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">మార్పులను సేవ్ చేస్తోంది</string>
<string name="scan_media">మీడియాను స్కాన్ చేయండి</string>
<string name="scanned_files">% 2 $ d ఫైళ్ళలో% 1 $ d స్కాన్ చేయబడింది.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">అన్ని ఎంచుకోండి</string>
<string name="selected">ఎంచుకున్న</string>
<string name="set">సెట్</string>
<string name="set_artist_image">ఆర్టిస్ట్ చిత్రాన్ని సెట్ చేయండి</string>
<string name="share_app">అనువర్తనాన్ని భాగస్వామ్యం చేయండి</string>
<string name="share_to_stories">కథలకు భాగస్వామ్యం చేయండి</string>
<string name="shuffle">షఫుల్</string>
<string name="simple">సాధారణ</string>
<string name="sleep_timer_canceled">స్లీప్ టైమర్ రద్దు చేయబడింది.</string>
<string name="sleep_timer_set">స్లీప్ టైమర్ ఇప్పటి నుండి% d నిమిషాలు సెట్ చేయబడింది.</string>
<string name="social">సామాజిక</string>
<string name="social_stories">కథను భాగస్వామ్యం చేయండి</string>
<string name="song">సాంగ్</string>
<string name="song_duration">పాట వ్యవధి</string>
<string name="songs">సాంగ్స్</string>
<string name="sort_order">క్రమాన్ని క్రమబద్ధీకరించు</string>
<string name="sort_order_a_z">ఆరోహణ</string>
<string name="sort_order_album">ఆల్బమ్</string>
<string name="sort_order_artist">ఆర్టిస్ట్</string>
<string name="sort_order_composer">కంపోజర్</string>
<string name="sort_order_date">తేదీ జోడించబడింది</string>
<string name="sort_order_date_modified">తేదీ సవరించబడింది</string>
<string name="sort_order_year">ఇయర్</string>
<string name="sort_order_z_a">అవరోహణ</string>
<string name="speech_not_supported">క్షమించాలి! మీ పరికరం ప్రసంగ ఇన్‌పుట్‌కు మద్దతు ఇవ్వదు</string>
<string name="speech_prompt">మీ లైబ్రరీని శోధించండి</string>
<string name="stack">స్టాక్</string>
<string name="start_play_music">సంగీతం ఆడటం ప్రారంభించండి.</string>
<string name="suggestion_songs">సలహాలు</string>
<string name="support_development">అభివృద్ధికి మద్దతు ఇవ్వండి</string>
<string name="swipe_to_unlock">అన్‌లాక్ చేయడానికి స్వైప్ చేయండి</string>
<string name="synced_lyrics">సమకాలీకరించిన సాహిత్యం</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">టెలిగ్రాం</string>
<string name="telegram_group_summary">దోషాలను చర్చించడానికి, సూచనలు చేయడానికి, ప్రదర్శించడానికి మరియు మరిన్ని చేయడానికి టెలిగ్రామ్ సమూహంలో చేరండి</string>
<string name="thank_you">ధన్యవాదాలు!</string>
<string name="the_audio_file">ఆడియో ఫైల్</string>
<string name="this_month">ఈ నెల</string>
<string name="this_week">ఈ వారం</string>
<string name="this_year">ఈ సంవత్సరం</string>
<string name="tiny">చిన్న</string>
<string name="tiny_card_style">చిన్న కార్డు</string>
<string name="title">శీర్షిక</string>
<string name="today">నేడు</string>
<string name="top_albums">అగ్ర ఆల్బమ్‌లు</string>
<string name="top_artists">అగ్ర కళాకారులు</string>
<string name="track_hint">"ట్రాక్ (ట్రాక్ 2 కోసం 2 లేదా సిడి 3 ట్రాక్ 4 కోసం 3004)"</string>
<string name="track_list">ట్రాక్ సంఖ్య</string>
<string name="translate">అనువదించు</string>
<string name="translate_community">మీ భాషకు అనువర్తనాన్ని అనువదించడానికి మాకు సహాయపడండి</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">ట్విట్టర్</string>
<string name="twitter_page_summary">మీ డిజైన్‌ను రెట్రో మ్యూజిక్‌తో పంచుకోండి</string>
<string name="unlabeled">అన్ లేబుల్</string>
<string name="unplayable_file">ఈ పాటను ప్లే చేయలేదు.</string>
<string name="up_next">తదుపరిది</string>
<string name="update_image">చిత్రాన్ని నవీకరించండి</string>
<string name="updating">నవీకరిస్తోంది…</string>
<string name="username">యూజర్ పేరు</string>
<string name="version">సంస్కరణ</string>
<string name="vertical_flip">లంబ ఫ్లిప్</string>
<string name="volume">వాల్యూమ్</string>
<string name="web_search">వెబ్ సెర్చ్</string>
<string name="welcome">స్వాగతం</string>
<string name="what_do_you_want_to_share">మీరు ఏమి భాగస్వామ్యం చేయాలనుకుంటున్నారు?</string>
<string name="whats_new">కొత్తది ఏమిటి</string>
<string name="window">కిటికీ</string>
<string name="window_corner_edges">గుండ్రని మూలలు</string>
<string name="x_has_been_set_as_ringtone">% 1 $ s ను మీ రింగ్‌టోన్‌గా సెట్ చేయండి.</string>
<string name="x_selected">% 1 $ d ఎంచుకోబడింది</string>
<string name="year">ఇయర్</string>
<string name="you_have_to_select_at_least_one_category">మీరు కనీసం ఒక వర్గాన్ని ఎంచుకోవాలి.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">మీరు ఇష్యూ ట్రాకర్ వెబ్‌సైట్‌కు ఫార్వార్డ్ చేయబడతారు.</string>
<string name="your_account_data_is_only_used_for_authentication">మీ ఖాతా డేటా ప్రామాణీకరణ కోసం మాత్రమే ఉపయోగించబడుతుంది.</string>
</resources>

View File

@ -1,175 +1,178 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="about_album_label">เกี่ยวกับ %s</string>
<string name="about_settings_summary">ทีมงาน, โซเชียลลิงค์</string>
<string name="accent_color">สีที่ใช้เน้น</string>
<string name="accent_color_desc">ธีมของสีที่ใช้เน้น, ค่าเริ่มต้น คือ สีม่วง</string>
<string name="action_about">เกี่ยวกับเรา</string>
<string name="action_add_to_blacklist">เพิ่มเข้ารายชื่อแบล็คลิสต์</string>
<string name="action_add_to_favorites">เพิ่มเข้าเพลงโปรด</string>
<string name="action_add_to_playing_queue">เพิ่มเข้าคิวเพลง</string>
<string name="action_add_to_playlist">เพิ่มเข้าเพลย์ลิสต์</string>
<string name="action_cast">แคสต์</string>
<string name="action_clear_playing_queue">ล้างคิวเพลง</string>
<string name="action_cycle_repeat">เปิดเล่นซ้ำ</string>
<string name="action_delete">ลบ</string>
<string name="action_delete_from_device">ลบออกจากเครื่อง</string>
<string name="action_details">รายละเอียด</string>
<string name="action_edit">แก้ไข</string>
<string name="action_go_to_album">ไปยังอัลบัม</string>
<string name="action_go_to_artist">ไปยังศิลปิน</string>
<string name="action_go_to_genre">ไปยังประเภทเพลง</string>
<string name="action_go_to_start_directory">ไปที่ Directory เริ่มต้น</string>
<string name="action_grant">อนุมัติ</string>
<string name="action_grid_size">ขนาดกริด (แนวตั้ง)</string>
<string name="action_grid_size_land">ขนาดกริด (แนวนอน)</string>
<string name="action_new_playlist">สร้างเพลย์ลิสต์ใหม่</string>
<string name="action_next">ถัดไป</string>
<string name="action_play">เล่น</string>
<string name="action_play_all">เล่นทั้งหมด</string>
<string name="action_play_next">เล่นถัดไป</string>
<string name="action_play_pause">เล่น/หยุด</string>
<string name="action_previous">ก่อนหน้า</string>
<string name="action_remove_from_favorites">ลบออกจากเพลงโปรด</string>
<string name="action_remove_from_playing_queue">ลบออกจากคิวเพลง</string>
<string name="action_remove_from_playlist">ลบออกจากเพลย์ลิสต์</string>
<string name="action_rename">เปลี่ยนชื่อ</string>
<string name="action_save_playing_queue">เพิ่มเข้าคิวเพลง</string>
<string name="action_scan">สแกน</string>
<string name="action_search">ค้นหา</string>
<string name="action_set">เริ่ม</string>
<string name="action_set_as_ringtone">กำหนดเป็นริงโทน</string>
<string name="action_set_as_start_directory">กำหนดเป็น Directory เริ่มต้น</string>
<string name="action_settings">"การตั้งค่า"</string>
<string name="action_share">แชร์</string>
<string name="action_shuffle_all">สุ่มทั้งหมด</string>
<string name="action_shuffle_playlist">สุ่มจากเพลย์ลิสต์</string>
<string name="action_sleep_timer">ตั้งเวลาหยุดเล่น</string>
<string name="action_sort_order">เรียงลำดับ</string>
<string name="action_tag_editor">แก้ไข Tag</string>
<string name="action_toggle_favorite">สลับเพลงโปรด</string>
<string name="action_toggle_shuffle">สลับการสุ่ม</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<string name="add_action">เพิ่ม</string>
<string name="add_playlist_title">"เพิ่มชื่อเพลย์ลิสต์"</string>
<string name="add_time_framed_lryics">เพิ่มเนื้อเพลงในกรอบเวลา</string>
<string name="added_title_to_playing_queue">"เพิ่ม 1 ชื่อเข้าคิวเพลง"</string>
<string name="added_x_titles_to_playing_queue">เพิ่ม %1$d ชื่อเข้าคิวเพลง</string>
<string name="album">อัลบัม</string>
<plurals name="albumSongs">
<item quantity="other">Songs</item>
<item quantity="other">เพลง</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<string name="album_artist">อัลบัมศิลปิน</string>
<string name="albums">อัลบัม</string>
<plurals name="albums">
<item quantity="other">Albums</item>
<item quantity="other">อัลบัม</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="always">ตลอด</string>
<string name="app_share">มาลองแอปพลิเคชันเล่นเพลงเจ๋งๆ ได้ที่นี่: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">สุ่ม</string>
<string name="app_shortcut_top_tracks_short">เพลงยอดนิยม</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_classic_name">คลาสสิก</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="artist">ศิลปิน</string>
<string name="artists">ศิลปิน</string>
<string name="audio_fade_duration">ระยะเวลาในการลดเสียงก่อนเปลี่ยนเพลง</string>
<string name="audio_focus_denied">การโฟกัสเสียงถูกปฏิเสธ</string>
<string name="audio_settings_summary">การตั้งค่าเสียง และ Equalizer</string>
<string name="auto">ออโต้</string>
<string name="backup_restore_title"><![CDATA[สำรอง / การคืนค่า]]></string>
<string name="backup_title">การสำรองข้อมูล</string>
<string name="biography">ประวัติ</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blacklist">แบล็คลิสต์</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="bug_report_failed">ไม่สามารถส่งรายการได้</string>
<string name="bug_report_failed_invalid_token">เกิดข้อผิดพลาดจาก Access Token, กรุณาติดต่อผู้พัฒนา</string>
<string name="bug_report_failed_issues_not_available">ยังไม่ได้เปิดรับปัญหานี้, กรุณาติดต่อผู้พัฒนา</string>
<string name="bug_report_failed_unknown">เกิดข้อผิดพลาดบางประการ, กรุณาติดต่อผู้พัฒนา</string>
<string name="bug_report_failed_wrong_credentials">ชื่อผู้ใช้งาน หรือ รหัสผ่าน ไม่ถูกต้อง</string>
<string name="bug_report_issue">ปัญหา</string>
<string name="bug_report_manual">ส่งด้วยตนเอง</string>
<string name="bug_report_no_description">กรุณากรอกรายละเอียดของปัญหา</string>
<string name="bug_report_no_password">กรุณากรอกรหัสผ่านที่ถูกต้องของ Github</string>
<string name="bug_report_no_title">กรุณากรอกหัวข้อของปัญหา</string>
<string name="bug_report_no_username">กรุณากรอกชื่อผู้ใช้งานที่ถูกต้องของ Github</string>
<string name="bug_report_summary">เกิดข้อผิดพลาดบางประการ, ขออภัยในความผิดพลาด, ถ้ายังคงเกิดปัญหาอยู่กรุณา \"Clear app data\" หรือ ส่งอีเมลหาผู้พัฒนา</string>
<string name="bug_report_use_account">ส่งโดยใช้บัญชี Github</string>
<string name="buy_now">ซื้อทันที</string>
<string name="cancel_current_timer">ยกเลิก</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_color_style">สีของ Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="card_style">รูปแบบของ Card</string>
<string name="carousal_effect_on_now_playing_screen">เปิดการใช้งาน Carousel บนหน้า Now playing</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="changelog">การอัพเดท</string>
<string name="changelog_summary">ดูว่ามีอะไรใหม่!</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="classic">คลาสสิก</string>
<string name="clear_action">ล้างทั้งหมด</string>
<string name="clear_blacklist">ล้างรายชื่อแบล็คลิสต์</string>
<string name="clear_playing_queue">ล้างคิวเพลง</string>
<string name="color">สี</string>
<string name="colors">สี</string>
<string name="composer">ผู้แต่ง</string>
<string name="copied_device_info_to_clipboard">คัดลอกข้อมูลเครื่อง</string>
<string name="could_not_create_playlist">ไม่สามารถสร้างเพลย์ลิสได้</string>
<string name="could_not_download_album_cover">"ไม่สามารถดาวน์โหลดรูปปกอัลบัมได้"</string>
<string name="could_not_restore_purchase">ไม่สามารถเรียกคืนการสั่งซื้อได้</string>
<string name="could_not_scan_files">ไม่สามารถสแกน %d ไฟล์</string>
<string name="create_action">สร้าง</string>
<string name="create_new_backup">สร้าง</string>
<string name="created_playlist_x">สร้างเพลย์ลิสต์</string>
<string name="credit_title">สมาชิกและผู้มีส่วนร่วม</string>
<string name="currently_listening_to_x_by_x">กำลังฟัง %1$s ของ %2$s</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="delete_playlist_title">ลบเพลย์ลิสต์</string>
<string name="delete_playlist_x"><![CDATA[ลบเพลย์ลิสต์ <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">ลบเพลย์ลิสต์</string>
<string name="delete_song_title">ลบเพลง</string>
<string name="delete_song_x"><![CDATA[ลบเพลง <b>%1$s</b>?]]></string>
<string name="delete_songs_title">ลบเพลง</string>
<string name="delete_x_playlists"><![CDATA[ลบ <b>%1$d</b> เพลย์ลิสต์?]]></string>
<string name="delete_x_songs"><![CDATA[ลบ <b>%1$d</b> เพลง?]]></string>
<string name="deleted_x_songs">ลบ %1$d เพลงแล้ว</string>
<string name="deleting_songs">กำลังลบเพลง</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="description">รายละเอียด</string>
<string name="device_info">ข้อมูลเครื่อง</string>
<string name="dialog_message_set_ringtone">อนุญาตให้ Retro Music สามารถแก้ไขการตั้งค่าเสียงได้</string>
<string name="dialog_title_set_ringtone">กำหนดริงโทน</string>
<string name="do_you_want_to_clear_the_blacklist">คุณต้องการล้างรายชื่อแบล็คลิสต์ใช่ไหม?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[คุณต้องการลบ <b>%1$s</b> จากรายชื่อแบล็คลิสต์ใช่ไหม?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="donate_summary">หากคุณพึงพอใจในการใช้งาน สามารถให้ Donate ได้ที่นี่</string>
<string name="donation_header">สนับสนุนสิ่งเหล่านี้ให้พวกเราสิ :</string>
<string name="done">ตกลง</string>
<string name="drive_mode">โหมดขับรถ</string>
<string name="edit_fab">ปุ่มแก้ไข</string>
<string name="edit_normal_lyrics">ปุ่มเนื้อเพลง</string>
<string name="edit_synced_lyrics">ปุ่มซิงค์เนื้อเพลง</string>
<string name="empty">ว่างเปล่า</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="faq">คำถามที่พบบ่อย</string>
<string name="favorites">เพลงโปรด</string>
<string name="finish_last_song">ปิดเมื่อเพลงสุดท้ายจบ</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="folders">โฟลเดอร์</string>
<string name="follow_system">ตามการตั้งค่าจากเครื่อง</string>
<string name="for_you">สำหรับคุณ</string>
<string name="free">ฟรี</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="general_settings_summary">เปลี่ยนธีมและสีของแอปพลิเคชัน</string>
<string name="general_settings_title">ลักษณะและความสวยงาม</string>
<string name="genre">ประเภทเพลง</string>
<string name="genres">ประเภทเพลง</string>
<string name="git_hub_summary">Fork โปรเจคจาก GitHub</string>
<string name="gradient">การไล่ระดับสี</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -178,315 +181,316 @@
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="grid_style_label">ขนาดกริด</string>
<string name="help_summary">ต้องการความช่วยเหลือเพิ่มเพิม?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="history">ประวัติ</string>
<string name="home">หน้าแรก</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="image">รูปภาพ</string>
<string name="image_gradient">รูป Gradient</string>
<string name="image_settings_summary">ตั้งค่าการเปลี่ยนรูปศิลปิน</string>
<string name="import_label">ตกลง</string>
<string name="import_playlist">นำเข้าเพลย์ลิสต์</string>
<string name="import_playlist_message">นำเข้าเพลย์ลิสต์ทั้งหมดจากในเครื่อง, หากซ้ำจะทำการรวมข้อมูลให้</string>
<string name="inserted_x_songs_into_playlist_x">เพิ่ม %1$d เพลงเข้าสู่เพลย์ลิสต์ %2$s แล้ว</string>
<string name="instagram_page_summary">แชร์การตั้งค่า Retro Music บน Instagram</string>
<string name="keyboard">คีย์บอร์ด</string>
<string name="label_bit_rate">บิตเรท</string>
<string name="label_file_format">รูปแบบไฟล์</string>
<string name="label_file_name">ชื่อไฟล์</string>
<string name="label_file_path">ที่อยู่ไฟล์</string>
<string name="label_file_size">ขนาด</string>
<string name="label_more_from">เพิ่มเติมจาก %s</string>
<string name="label_sampling_rate">เรทในการการสุ่มตัวอย่าง</string>
<string name="label_track_length">ความยาว</string>
<string name="labeled">แสดงตัวหนังสือ</string>
<string name="last_added">เพิ่มล่าสุด</string>
<string name="last_song">เพลงล่าสุด</string>
<string name="library_categories">หมวดหมู่คลังเพลง</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="listeners_label">ผู้ฟัง</string>
<string name="listing_files">ไฟล์ที่กำลังฟัง</string>
<string name="loading_products">กำลังโหลดสินค้า</string>
<string name="login">เข้าสู่ระบบ</string>
<string name="lyrics">เนื้อเพลง</string>
<string name="made_with_love">ทำจาก ❤️ ในอินเดีย</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="md_error_label">เกิดข้อผิดพลาด</string>
<string name="md_storage_perm_error">ไม่มีสิทธิ์ในการเข้าถึง</string>
<string name="my_name">ชื่อ</string>
<string name="my_top_tracks">ฟังบ่อย</string>
<string name="never">ไม่ต้อง</string>
<string name="new_playlist_title">เพลย์ลิสต์ใหม่</string>
<string name="new_start_directory">%s ถูกกำหนดเป็น Directory เริ่มต้น</string>
<string name="next_song">เพลงถัดไป</string>
<string name="no_albums">คุณยังไม่มีอัลบัม</string>
<string name="no_artists">คุณยังไม่มีศิลปิน</string>
<string name="no_audio_ID">"เล่นเพลงก่อนแล้วลองอีกครั้ง"</string>
<string name="no_backups_found">ไม่พบ Backup</string>
<string name="no_equalizer">ไม่พบ Equalizer</string>
<string name="no_genres">คุณยังไม่มีประเภทเพลง</string>
<string name="no_lyrics_found">ไม่พบเนื้อเพลง</string>
<string name="no_playing_queue">ไม่มีเพลงที่กำลังเล่นอยู่</string>
<string name="no_playlists">คุณยังไม่มีเพลย์ลิสต์</string>
<string name="no_purchase_found">ไม่พบการสั่งซื้อ</string>
<string name="no_results">ไม่มีผลลัพธ์</string>
<string name="no_songs">คุณยังไม่มีเพลง</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="normal_lyrics">เนื้อเพลงปกติ</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> ไม่อยู่ในรายการมีเดีย]]></string>
<string name="not_recently_played">ไม่มีการเล่นล่าสุด</string>
<string name="nothing_to_scan">ไม่มีอะไรให้สแกน</string>
<string name="nothing_to_see">ไม่มีอะไรให้ดู</string>
<string name="notification">การแสดงเตือน</string>
<string name="notification_settings_summary">ตั้งค่าการแจ้งเตือน</string>
<string name="now_playing">Now Playing</string>
<string name="now_playing_queue">คิวที่กำลังเล่นอยู่</string>
<string name="now_playing_summary">ตั้งค่าหน้าจอ Now playing</string>
<string name="now_playing_themes">9+ ธีม Now playing</string>
<string name="only_on_wifi">เฉพาะ Wi-Fi</string>
<string name="other_settings_summary">การตั้งค่าขั้นสูง</string>
<string name="others">อื่นๆ</string>
<string name="password">รหัสผ่าน</string>
<string name="past_three_months">3 เดือนผ่านไป</string>
<string name="paste_lyrics_here">วางเนื้อเพลงที่นี่</string>
<string name="paste_timeframe_lyrics_here">วางเนื้อเพลงในกรอบเวลาที่นี่</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="permission_external_storage_denied">สิทธิ์ในการเข้าถึงถูกปฏิเสธ</string>
<string name="permission_summary">ต้องการสิทธิ์ในการเข้าถึงข้อมูลในเครื่องเพื่อเล่นเพลง</string>
<string name="permission_title">เข้าถึงการจัดเก็บข้อมูล</string>
<string name="permissions_denied">สิทธิ์ในการเข้าถึงถูกปฏิเสธ</string>
<string name="personalize">ปรับแต่ง</string>
<string name="personalize_settings_summary">ตั้งค่าหน้า Now playing และปุ่มต่างๆของคุณ</string>
<string name="pick_from_local_storage">เลือกจากในเครื่อง</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="pinterest_page_summary">ติดตาม Pinterest ของ Retro Music สำหรับแรงบรรดาลใจในการออกแบบ</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="playing_notification_description">การแจ้งเตือนขณะกำลัง เล่น/หยุด และอื่นๆ</string>
<string name="playing_notification_name">การแจ้งเตือนขณะกำลังเล่น</string>
<string name="playlist_is_empty">เพลย์ลิสต์ว่าง</string>
<string name="playlist_name_empty">ชื่อเพลย์ลิสต์</string>
<string name="playlists">เพลย์ลิสต์</string>
<string name="pref_blur_amount_summary">ค่าการ Blur สำหรับธีม Blur (ค่าน้อยทำงานเร็วกว่า)</string>
<string name="pref_blur_amount_title">ค่าการ Blur</string>
<string name="pref_filter_song_summary">กรองเพลงจากความยาว</string>
<string name="pref_filter_song_title">กรองเพลงจากระยะเวลา</string>
<string name="pref_header_advanced">ขั้นสูง</string>
<string name="pref_header_album">สไตล์อัลบัม</string>
<string name="pref_header_audio">เสียง</string>
<string name="pref_header_blacklist">แบล็คลิสต์</string>
<string name="pref_header_controls">การควบคุม</string>
<string name="pref_header_general">ธีม</string>
<string name="pref_header_images">รูป</string>
<string name="pref_header_library">คลังเพลง</string>
<string name="pref_header_lockscreen">ล็อคสกรีน</string>
<string name="pref_header_playlists">เพลย์ลิสต์</string>
<string name="pref_keep_pause_on_zero_volume_summary">หยุดเพลงเมื่อเสียงถูกลดเป็นศูนย์ และ เริ่มเล่นอีกครั้งเมื่อเพิ่มเสียง</string>
<string name="pref_keep_pause_on_zero_volume_title">หยุดเพลงเมื่อเสียงถูกลดเป็นศูนย์ </string>
<string name="pref_keep_screen_on_summary">หากเปิดการใช้งานระยะเวลาในการใช้งานของแบตเตอร์รี่จะลดลง</string>
<string name="pref_keep_screen_on_title">เปิดจอไว้เสมอ</string>
<string name="pref_language_name">เลือกภาษา</string>
<string name="pref_summary_album_art_on_lockscreen">ใช้รูปปกของอัลบัมของเพลงที่กำลังเล่นอยู่เป็นวอลเปเปอร์หน้าล็อคสกรีน</string>
<string name="pref_summary_album_artists_only">แสดงอัลบัมข้องศิลปินในหมวดหมู่ของศิลปิน</string>
<string name="pref_summary_audio_ducking">ลดเสียงลงเมื่อมีเสียงจากระบบหรือได้รับการแจ้งเตือน</string>
<string name="pref_summary_audio_fade">ลดเสียงเมื่อหยุดหรือเล่นเพลง</string>
<string name="pref_summary_blacklist">เนื้อหาจากโฟลเดอร์แบล็คลิสต์จะถูกซ่อนจากคลังของคุณ</string>
<string name="pref_summary_bluetooth_playback">เริ่มเล่นเพลงหลังจากเชื่อมต่อกับอุปกรณ์ Bluetooth</string>
<string name="pref_summary_blurred_album_art">เบลอรูปปกอัลบัมบนล็อคสกรีน (อาจจะเกิดปัญหากับแอปอื่นๆได้)</string>
<string name="pref_summary_carousel_effect">เปิดการใช้งาน Carousel สำหรับอัลบัมอาร์ตบนหน้าจอ Now playing (ไม่สามารถใช้งานได้กับธีม Card และ Blur Card)</string>
<string name="pref_summary_classic_notification">ใช้การแจ้งเตือนปกติ</string>
<string name="pref_summary_colored_app">สีพื้นหลังและปุ่มการควบคุมจะขึ้นอยู่กับอัลบัมอาร์ตจากหน้าจอ Now playing</string>
<string name="pref_summary_colored_app_shortcuts">การเน้นสีของทางลัดเข้าแอป (หากมีการเปลี่ยนแปลงค่าให้เลือกตรงนี้เพื่อเปิดใช้งาน)</string>
<string name="pref_summary_colored_notification">"ใช้สีสดในของการแจ้งเตือน"</string>
<string name="pref_summary_cross_fade">ระยะเวลาในการลดเสียงก่อนเปลี่ยนเพลง</string>
<string name="pref_summary_desaturated_color">สำหรับแนวทางของ Material Design บนโหมดมืดควรลดความอิ่มตัวของสีลง</string>
<string name="pref_summary_expand_now_playing_panel">คลิกที่การแจ้งเตือนจะแสดงหน้าจอ Now Playing แทนที่จะแสดงหน้าแรก</string>
<string name="pref_summary_extra_controls">เพิ่มปุ่มควบคุมเพิ่มเติมใน mini player</string>
<string name="pref_summary_extra_song_info">แสดงข้อมูลเพลงเพิ่มเติม เช่น ประเภทไฟล์, ความถี่ และ บิตเรท</string>
<string name="pref_summary_gapless_playback">"สามารถทำให้เกิดข้อพลาดได้ในบางเครื่อง!"</string>
<string name="pref_summary_home_banner">แสดงหรือซ่อนแบนเนอร์หน้าแรก</string>
<string name="pref_summary_ignore_media_store_artwork">เพิ่มคุณภาพของรูปปกอัลบัม แต่จะส่งผลให้โหลดรูปภาพช้าขึ้น</string>
<string name="pref_summary_library_categories">ตั้งค่าการแสดงผลและจัดเรียงของหมวดหมู่คลังเพลง</string>
<string name="pref_summary_lock_screen">ใช้ Retro Music ในหน้าล็อคสกรีน</string>
<string name="pref_summary_open_source_licences">รายละเอียด License สำหรับ open source software</string>
<string name="pref_summary_remember_tab">ไปที่แท็บที่ใช้งานล่าสุดเมื่อเริ่มใช้งาน</string>
<string name="pref_summary_show_lyrics">แสดงซิงค์เนื้อเพลงเหนือรูปปกอัลบัม</string>
<string name="pref_summary_suggestions">แสดงรวมเพลงใหม่บนหน้าแรก</string>
<string name="pref_summary_toggle_full_screen">โหมด Immersive</string>
<string name="pref_summary_toggle_headset">เล่นทันทีเมื่อเชื่อมต่อกับหูฟัง</string>
<string name="pref_summary_toggle_shuffle">โหมดการสุ่มจะถูกปิดเมื่อเล่นรายการเพลงใหม่</string>
<string name="pref_summary_toggle_volume">หากพื้นที่ในการแสดงผลเพียงพอให้แสดงปุ่มเพิ่ม/ลดเสียงบนหน้าจอ Now playing </string>
<string name="pref_summary_whitelist">แสดงเฉพาะเพลงจาก Music โฟลเดอร์</string>
<string name="pref_title_album_art_on_lockscreen">แสดงรูปปกอัลบัม</string>
<string name="pref_title_album_artists_only">นำทางโดยอัลบัมศิลปิน</string>
<string name="pref_title_album_cover_style">ธีมของรูปปกอัลบัม</string>
<string name="pref_title_album_cover_transform">ข้ามรูปปกอัลบัม</string>
<string name="pref_title_app_shortcuts">สีของทางลัดเข้าแอป</string>
<string name="pref_title_audio_ducking">ลบเสียงเมื่อหลุดโฟกัส</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_auto_download_artist_images">ดาวน์โหลดรูปศิลปินอัตโนมัติ</string>
<string name="pref_title_blacklist">รายชื่อแบล็คลิสต์</string>
<string name="pref_title_bluetooth_playback">การเล่นด้วยอุปกรณ์ Bluetooth</string>
<string name="pref_title_blurred_album_art">เบลอรูปปกอัลบัม</string>
<string name="pref_title_classic_notification">การแสดงเตือนคลาสสิก</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_colored_notification">สีการแจ้งเตือน</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="pref_title_desaturated_color">ลดความอิ่มตัวของสี</string>
<string name="pref_title_expand_now_playing_panel">แสดงหน้าจอ Now Playing</string>
<string name="pref_title_extra_controls">ปุ่มควบความเพิ่มเติม</string>
<string name="pref_title_extra_song_info">รายละเอียดเพลง</string>
<string name="pref_title_gapless_playback">การเล่นแบบ Gapless</string>
<string name="pref_title_general_theme">ธีมของ App</string>
<string name="pref_title_home_album_grid_style">อัลบัมกริด</string>
<string name="pref_title_home_artist_grid_style">กริดของหน้าศิลปิน</string>
<string name="pref_title_home_banner">แบนเนอร์</string>
<string name="pref_title_ignore_media_store_artwork">มองข้ามรูปปก</string>
<string name="pref_title_last_added_interval">รายการเพลย์ลิสต์ล่าสุดที่ถูกเพิ่มเข้ามา</string>
<string name="pref_title_lock_screen">แสดงผลเต็มจอ</string>
<string name="pref_title_now_playing_screen_appearance">ธีมของ Now Playing</string>
<string name="pref_title_open_source_licences">สัญญาอนุญาตสำหรับโอเพนซอร์ส</string>
<string name="pref_title_remember_tab">จดจำแท็บล่าสุด</string>
<string name="pref_title_show_lyrics">แสดงเนื้อเพลง</string>
<string name="pref_title_suggestions">แสดงการแนะนำ</string>
<string name="pref_title_tab_text_mode">โหมดการแสดงผลแท็ป</string>
<string name="pref_title_toggle_carousel_effect">การใช้งาน Carousel</string>
<string name="pref_title_toggle_full_screen">แสดงผลเต็มจอ</string>
<string name="pref_title_toggle_toggle_headset">เล่นอัตโนมัติ</string>
<string name="pref_title_toggle_toggle_shuffle">โหมดการสุ่ม</string>
<string name="pref_title_toggle_volume">ปุ่มควบคุมเสียง</string>
<string name="pref_title_whitelist">เพลง Whitelist</string>
<string name="pro">โปร</string>
<string name="pro_summary">ธีม Black, ธีม Now playing, การแสดงผลแบบ Carousel และอื่นๆ</string>
<string name="profile">โปรไฟล์</string>
<string name="purchase">สั่งซื้อ</string>
<string name="queue">คิวเพลง</string>
<string name="rate_app">ให้คะแนนแอป</string>
<string name="rate_on_google_play_summary">ชอบแอปนี้ไหม? บอกพวกเราให้รู้ด้วยการรีวิวบน Google Play Store สิ</string>
<string name="recent_albums">อัลบัมล่าสุด</string>
<string name="recent_artists">ศิลปินล่าสุด</string>
<string name="remove_action">ลบ</string>
<string name="remove_cover">ลบรูปปก</string>
<string name="remove_from_blacklist">ลบออกจากรายชื่อแบล็คลิสต์</string>
<string name="remove_song_from_playlist_title">ลบเพลงออกจากเพลย์ลิสต์</string>
<string name="remove_song_x_from_playlist"><![CDATA[ลบเพลง <b>%1$s</b> ออกจากเพลย์ลิสต์?]]></string>
<string name="remove_songs_from_playlist_title">ลบเพลงออกจากเพลย์ลิสต์</string>
<string name="remove_x_songs_from_playlist"><![CDATA[ลบเพลง <b>%1$s</b> ออกจากเพลย์ลิสต์?]]></string>
<string name="rename_playlist_title">เปลี่ยนขื่อเพลย์ลิสต์</string>
<string name="report_an_issue">รายการปัญหา</string>
<string name="report_bug">รายงานบัค</string>
<string name="reset_action">รีเซ็ท</string>
<string name="reset_artist_image">รีเซ็ทรูปศิลปิน</string>
<string name="restore">กู้คืนการสั่งซื้อ</string>
<string name="restored_previous_purchase_please_restart">กู้คืนการสั่งซื้อสำเร็จ (กรุณารีสตาร์ทแอปเพื่อใช้งานฟีเจอร์ทั้งหมด)</string>
<string name="restored_previous_purchases">กู้คืนการสั่งซื้อสำเร็จ</string>
<string name="restoring_purchase">กำลังดำเนินการกู้คืนการสั่งซื้อ</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<string name="ringtone_summary">ต้องการสิทธิ์เพื่อตั้งค่าริงโทน</string>
<string name="ringtone_title">ริงโทน (Optional)</string>
<string name="saf_delete_failed">ลบไฟล์ %s ไม่สำเร็จ</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<string name="saf_error_uri">ไม่สามารถขอข้อมูลจาก SAF URI ได้</string>
<string name="saf_guide_slide1_description">เปิด Navigation Drawer</string>
<string name="saf_guide_slide1_description_before_o">เปิดการใช้งาน \'แสดง SD card\' บนเมนู</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<string name="saf_guide_slide1_title">%s ต้องการการเข้าถึง SD card</string>
<string name="saf_guide_slide2_description">คุณต้องเลือกจุดเริ่มต้นของ SD card directory ก่อน</string>
<string name="saf_guide_slide2_title">เลือก SD card ของคุณบน Navigation Drawer</string>
<string name="saf_guide_slide3_description">กรุณาอย่าเปิดไฟล์เดอร์ย่อยอื่นๆ</string>
<string name="saf_guide_slide3_title">กดปุ่ม \'เลือก\' ที่ด้านล่างของจอ</string>
<string name="saf_write_failed">เขียนไฟล์ %s ไม่สำเร็จ</string>
<string name="save">บันทึก</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="save_playlist_title">บันทึกเป็นไฟล์</string>
<string name="save_playlists_title">บันทึกเป็นไฟล์</string>
<string name="saved_playlist_to">บันทึกเพลย์ลิสต์ไปที่ %s</string>
<string name="saving_changes">กำลังบันทึก</string>
<string name="scan_media">สแกนมีเดียไฟล์</string>
<string name="scanned_files">สแกนทั้งหมด %1$d จาก %2$d ไฟล์</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="select_all">เลือกทั้งหมด</string>
<string name="selected">ที่เลือก</string>
<string name="set">กำหนดค่า</string>
<string name="set_artist_image">กำหนดค่ารูปศิลปิน</string>
<string name="share_app">แชร์แอป</string>
<string name="share_summary">แชร์แอปให้กับเพื่อนและครอบครัวของคุณ</string>
<string name="share_to_stories">แชร์ไปที่ Stories</string>
<string name="show_album_artists">แสดงอัลบัมศิลปิน</string>
<string name="shuffle">สุ่ม</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="sleep_timer_canceled">ยกเลิกการตั้งเวลาหยุดเล่น</string>
<string name="sleep_timer_set">ตั้งเวลาให้หยุดเล่นใน %d นาทีจากตอนนี้</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="social_stories">แชร์ Story</string>
<string name="song">เพลง</string>
<string name="song_duration">ระยะเวลาของเพลง</string>
<string name="songs">เพลง</string>
<string name="sort_order">การจัดเรียง</string>
<string name="sort_order_a_z">A-Z</string>
<string name="sort_order_album">อัลบัม</string>
<string name="sort_order_artist">ศิลปิน</string>
<string name="sort_order_composer">ผู้แต่ง</string>
<string name="sort_order_date">วันที่เพิ่ม</string>
<string name="sort_order_date_modified">วันที่แก้ไข</string>
<string name="sort_order_num_songs">จำนวนเพลง</string>
<string name="sort_order_num_songs_desc">จำนวนเพลง (มากไปน้อย)</string>
<string name="sort_order_year">ปี</string>
<string name="sort_order_z_a">Z-A</string>
<string name="speech_not_supported">ขออภัยเครื่องของท่านไม่รองรับ Speech Input</string>
<string name="speech_prompt">ค้นหาคลังเพลง</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="start_play_music">เริ่มเล่นเพลง</string>
<string name="suggestion_songs">แนะนำ</string>
<string name="support_development">สนับสนุนนักพัฒนา</string>
<string name="swipe_to_unlock">ปัดเพื่อปลดล็อก</string>
<string name="synced_lyrics">ซิ้งค์เนื้อเพลง</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="telegram_group_summary">เข้าร่วมกลุ่ม Telegram เพื่อแจ้งบัค, เสนอแนะ หรืออื่นๆ</string>
<string name="thank_you">ขอบคุณ</string>
<string name="the_audio_file">ไฟล์เสียง</string>
<string name="this_month">เดือนนี้</string>
<string name="this_week">สัปดาห์นี้</string>
<string name="this_year">ปีนี้</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="title">หัวข้อ</string>
<string name="today">วันนี้</string>
<string name="top_albums">Top อัลบัม</string>
<string name="top_artists">Top ศิลปิน</string>
<string name="track_hint">"แทร็ก (2 สำหรับแทร็ก 2 หรือ 3004 สำหรับ CD3 แทร็ก 4)"</string>
<string name="track_list">หมายเลขแทร็ก</string>
<string name="translate">แปลภาษา</string>
<string name="translate_community">ช่วยพวกเราแปลภาษาเป็นภาษาของคุณ</string>
<string name="try_retro_music_premium">ลอง Retro Music พรีเมียม</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="twitter_page_summary">แชร์การออกแบบของคุณด้วย Retro Music</string>
<string name="unlabeled">ไม่แสดงตัวหนังสือ</string>
<string name="unplayable_file">ไม่สามารถเล่นเพลงนี้ได้</string>
<string name="up_next">เพลงต่อไป</string>
<string name="update_image">เปลี่ยนรูป</string>
<string name="updating">กำลังดำเนินการ</string>
<string name="user_name">ชื่อผู้ใช้งาน</string>
<string name="username">ชื่อผู้ใช้งาน</string>
<string name="version">เวอร์ชัน</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="view_on_telegram">ดูบน Telegram</string>
<string name="volume">เสียง</string>
<string name="web_search">ค้นหาจากเว็บไซต์</string>
<string name="website">เว็บไซต์</string>
<string name="website_summary">ดูเว็บไซต์ของพวกเรา</string>
<string name="welcome">ยินดีต้อนรับ</string>
<string name="what_do_you_want_to_share">คุณต้องการจะแชร์อะไร?</string>
<string name="whats_new">มีอะไรใหม่บ้าง?</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
<string name="x_has_been_set_as_ringtone">กำหนดให้ %1$s เป็นริงโทนของคุณ</string>
<string name="x_selected">เลือก %1$d</string>
<string name="year">ปี</string>
<string name="you_have_to_select_at_least_one_category">คุณต้องเลือกอย่างน้อยหนึ่งหมวดหมู่</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">ท่านจะติดตามการรายงานปัญหาจากเว็บไซต์</string>
<string name="your_account_data_is_only_used_for_authentication">ข้อมูลบัญชีของท่านจะใช้สำหรับการเข้าสู่ระบบเท่านั้น</string>
</resources>

View File

@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">%s kadar</string>
<string name="about_album_label">%s hakkında</string>
<string name="about_settings_summary">Ekip, sosyal medya linkleri</string>
<string name="accent_color">Vurgu rengi</string>
<string name="accent_color_desc">Tema vurgu rengi, varsayılan olarak mor renktedir</string>
<string name="action_about">Hakkında</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_blacklist">Kara listeye ekle</string>
<string name="action_add_to_favorites">Favorilere ekle</string>
<string name="action_add_to_playing_queue">Oynatma kuyruğuna ekle</string>
<string name="action_add_to_playlist">Oynatma listesine ekle</string>
<string name="action_cast">Cast</string>
<string name="action_cast">Yayınla</string>
<string name="action_clear_playing_queue">Oynatma kuyruğunu temizle</string>
<string name="action_cycle_repeat">Tekrarlı oynatma modu</string>
<string name="action_delete">Sil</string>
<string name="action_delete_from_device">Cihazdan sil</string>
<string name="action_details">Ayrıntılar</string>
<string name="action_edit">Edit</string>
<string name="action_edit">Düzenle</string>
<string name="action_go_to_album">Albüme git</string>
<string name="action_go_to_artist">Sanatçıya git</string>
<string name="action_go_to_genre">Şarkı türüne git</string>
@ -52,7 +52,7 @@
<string name="adaptive">Uyarlanabilir</string>
<string name="add_action">Ekle</string>
<string name="add_playlist_title">"Oynatma listesine ekle"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</string>
<string name="add_time_framed_lryics">Zaman Dilimli Sözleri Ekle</string>
<string name="added_title_to_playing_queue">"Kuyruğa 1 parça eklendi."</string>
<string name="added_x_titles_to_playing_queue">%1$d şarkı kuyruğuna eklendi.</string>
<string name="album">Albüm</string>
@ -60,7 +60,7 @@
<item quantity="one">Şarkı</item>
<item quantity="other">Şarkılar</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="album_artist">Albüm Sanatçısı</string>
<string name="albums">Albümler</string>
<plurals name="albums">
<item quantity="one">Albüm</item>
@ -70,17 +70,19 @@
<string name="app_share">Hey, şu havalı müzik çalara şuradan bir göz atmaya ne dersin: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Karıştır</string>
<string name="app_shortcut_top_tracks_short">Sık oynatılan parçalar</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_big_name">Tüm Resim</string>
<string name="app_widget_card_name">Retro müzik - Kart</string>
<string name="app_widget_classic_name">Retro müzik - Klasik</string>
<string name="app_widget_small_name">Retro müzik - Küçük</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="app_widget_text_name">Minimal Metin</string>
<string name="artist">Sanatçı</string>
<string name="artists">Sanatçılar</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_fade_duration">Sesin Solma Süresi</string>
<string name="audio_focus_denied">Ses odaklaması reddedildi.</string>
<string name="audio_settings_summary">Ses ayarlarını değiştirin ve ekolayzır kontrollerini ayarlayın</string>
<string name="auto">Otomatik</string>
<string name="backup_restore_title"><![CDATA[Yedekleme & Geri yükleme]]></string>
<string name="backup_title">Yedeklemeler</string>
<string name="biography">Yaşam öyküsü</string>
<string name="black_theme_name">Sade Siyah</string>
<string name="blacklist">Kara Liste</string>
@ -103,12 +105,12 @@
<string name="cancel_current_timer">İptal et</string>
<string name="card">Kart</string>
<string name="card_color_style">Renkli Kart</string>
<string name="card_square">Square Card</string>
<string name="card_square">Kare Kart</string>
<string name="card_style">Kart</string>
<string name="carousal_effect_on_now_playing_screen">Şimdi oynatılıyor ekranında atlıkarınca efekti</string>
<string name="cascading">Basamaklı</string>
<string name="changelog">Değişim kayıt günlüğü</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="changelog_summary">Yeniliklere göz at</string>
<string name="circle">Çember</string>
<string name="circular">Dairesel</string>
<string name="classic">Klasik</string>
@ -124,6 +126,7 @@
<string name="could_not_restore_purchase">Satın alma bulunamadı.</string>
<string name="could_not_scan_files">%d dosyası taranamadı.</string>
<string name="create_action">Oluştur</string>
<string name="create_new_backup">Oluştur</string>
<string name="created_playlist_x">%1$s adında oynatma listesi oluşturuldu.</string>
<string name="credit_title">Üyeler ve katkıda bulunanlar</string>
<string name="currently_listening_to_x_by_x">Şu anda %2$s şarkıcısından %1$s dinleniyor.</string>
@ -137,7 +140,7 @@
<string name="delete_x_playlists"><![CDATA[<b>%1$d</b> çalma listeleri silinsin mi?]]></string>
<string name="delete_x_songs"><![CDATA[<b>%1$d</b> parçaları silinsin mi?]]></string>
<string name="deleted_x_songs">%1$d parça silindi.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="deleting_songs">Şarkıları silme</string>
<string name="depth">Derinlik</string>
<string name="description">ıklama</string>
<string name="device_info">Cihaz Bilgisi</string>
@ -148,11 +151,11 @@
<string name="donate">Bağış yapın</string>
<string name="donate_summary">Çalışmalarımın karşılığı olarak para hakettiğimi düşünüyorsanız bana biraz bahşiş bırakabilirsiniz</string>
<string name="donation_header">Bağışlayacağınız tutar:</string>
<string name="done">Done</string>
<string name="done">Tamam</string>
<string name="drive_mode">Sürüş modu</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="edit_fab">Düzenle butonu</string>
<string name="edit_normal_lyrics">Sözleri düzenle</string>
<string name="edit_synced_lyrics">Senkronize Edilmiş Sözleri Düzenle</string>
<string name="empty">Boş</string>
<string name="equalizer">Ekolayzır</string>
<string name="faq">SSS</string>
@ -171,7 +174,7 @@
<string name="genre">Janr</string>
<string name="genres">Janrlar</string>
<string name="git_hub_summary">Projeyi GitHub\'da çatalla</string>
<string name="gradient">Gradient</string>
<string name="gradient">Gradyan</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -181,7 +184,7 @@
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Izgara şekli</string>
<string name="help_summary">Need more help?</string>
<string name="help_summary">Daha fazla yardıma mı ihtiyacınız var?</string>
<string name="hinge">Menteşe</string>
<string name="history">Geçmiş</string>
<string name="home">Ana sayfa</string>
@ -189,9 +192,9 @@
<string name="image">Görüntü</string>
<string name="image_gradient">Gradyan görüntü</string>
<string name="image_settings_summary">Şarkıcı resimlerinin indirme ayarlarını değiştirin</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="import_label">İçeri aktar</string>
<string name="import_playlist">Oynatma listesini içeri aktar</string>
<string name="import_playlist_message">Android Medya Hafızası\'nda listelenen tüm çalma listelerini şarkılarla içe aktarır, çalma listesi zaten varsa şarkılar birleştirilir.</string>
<string name="inserted_x_songs_into_playlist_x">%2$s listesine %1$d parçalar eklendi.</string>
<string name="instagram_page_summary">Instagram\'da Retro Müzik temanızı paylaşın</string>
<string name="keyboard">Klavye</string>
@ -227,6 +230,7 @@
<string name="no_albums">Hiç albümünüz bulunmuyor</string>
<string name="no_artists">Hiç sanatçınız bulunmuyor</string>
<string name="no_audio_ID">"Önce bir şarkı çal, sonra tekrar dene"</string>
<string name="no_backups_found">Yedekleme bulunamadı</string>
<string name="no_equalizer">Ekolayzır bulunamadı</string>
<string name="no_genres">Hiç janrınız bulunmuyor</string>
<string name="no_lyrics_found">Şarkı sözleri bulunamadı</string>
@ -238,7 +242,7 @@
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal şarkı sözleri</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> medya deposunda listelenmiyor.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="not_recently_played">Yakın zamanda oynatılmadı</string>
<string name="nothing_to_scan">Aranacak herhangi bir şey yok.</string>
<string name="nothing_to_see">Hiçbir şey yok</string>
<string name="notification">Bildirim</string>
@ -252,12 +256,12 @@
<string name="others">Diğer</string>
<string name="password">Şifre</string>
<string name="past_three_months">Son 3 ay</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="paste_lyrics_here">Sözleri buraya yapıştır</string>
<string name="paste_timeframe_lyrics_here">Zaman dilimli şarkı sözlerini buraya yapıştır</string>
<string name="peak">Zirve</string>
<string name="permission_external_storage_denied">Harici depolama izni reddedildi.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permission_summary">Uygulamanın müzik çalması için cihazınızın depolama erişimine ihtiyacı var</string>
<string name="permission_title">Depolama Erişimi</string>
<string name="permissions_denied">İzinler reddedildi.</string>
<string name="personalize">Kişiselleştirme</string>
<string name="personalize_settings_summary">Şimdi çalıyor ve kullanıcı arayüzü kontrollerinizi özelleştirin</string>
@ -290,9 +294,9 @@
<string name="pref_keep_screen_on_title">Ekranıık tut</string>
<string name="pref_language_name">Dil seçiniz</string>
<string name="pref_summary_album_art_on_lockscreen">Çalmakta olan şarkı albüm kapağını kilit ekranı duvar kağıdı olarak kullanın</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_album_artists_only">Sanatçı kategorisinde Albüm Sanatçılarını göster</string>
<string name="pref_summary_audio_ducking">Sistem sesi çalındığında veya bir bildirim alındığında sesi kısın</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_audio_fade">Bir şarkı oynatıldığında ya da durdurulduğunda sesi soldur</string>
<string name="pref_summary_blacklist">Kara listedeki klasörlerin içeriği kütüphanenizden gizlenir.</string>
<string name="pref_summary_bluetooth_playback">Bluetooth cihazına bağlanır bağlanmaz çalmaya başla</string>
<string name="pref_summary_blurred_album_art">Albüm kapağını kilit ekranında bulanıklaştır. Üçüncü taraf uygulamalar ve widget\'lar ile sorunlara neden olabilir</string>
@ -301,7 +305,7 @@
<string name="pref_summary_colored_app">Arka plan ve kontrol düğmesinin renkleri, çalmakta olan ekranda albüm resmine göre değişir</string>
<string name="pref_summary_colored_app_shortcuts">Vurgu rengindeki uygulama kısayollarını renklendirir. Lütfen rengi her değiştirdiğinizde, etkili olması için bu düğmeyi değiştirin.</string>
<string name="pref_summary_colored_notification">"Alb\u00fcm kapa\u011f\u0131n\u0131n canl\u0131 rengindeki bildirimi renklendirir"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_cross_fade">Şarkılar arası çapraz geçiş için süre</string>
<string name="pref_summary_desaturated_color">Karanlık modda malzeme tasarım kurallarına göre renkler doymamış olmalıdır</string>
<string name="pref_summary_expand_now_playing_panel">Bildirime tıklamak ana ekran yerine şimdi oynatılıyor ekranını gösterecek</string>
<string name="pref_summary_extra_controls">Mini oynatıcı için ekstra kontroller ekle</string>
@ -312,36 +316,36 @@
<string name="pref_summary_library_categories">Kütüphane kategorilerinin görünürlük ve sırasını yapılandırın</string>
<string name="pref_summary_lock_screen">Retro Müzik\'in özel kilit ekranı kontrollerini kullanın</string>
<string name="pref_summary_open_source_licences">ık kaynaklı yazılım için lisans detayları</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_remember_tab">Başlangıçta son kullanılan sekmeye git</string>
<string name="pref_summary_show_lyrics">Albüm kapağının üstünde senkronize edilmiş sözleri göster</string>
<string name="pref_summary_suggestions">Ana Ekranda Yeni Müzik Karışımını Göster</string>
<string name="pref_summary_toggle_full_screen">Sürükleyici modu</string>
<string name="pref_summary_toggle_headset">Kulaklık bağlandıktan hemen sonra çalmaya başla</string>
<string name="pref_summary_toggle_shuffle">Yeni bir şarkı listesi çalınırken karıştırma modu kapanacak</string>
<string name="pref_summary_toggle_volume">Eğer yeterli alan varsa ses kontrollerini şimdi oynatılıyor ekranında göster</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_summary_whitelist">Sadece /Music dosyasından müzik göster</string>
<string name="pref_title_album_art_on_lockscreen">Albüm kapağını göster</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_artists_only">Albüm Sanatçısına göre belirle</string>
<string name="pref_title_album_cover_style">Albüm kapağı teması</string>
<string name="pref_title_album_cover_transform">Albüm kapağını atla</string>
<string name="pref_title_app_shortcuts">Renkli uygulama kısayolları</string>
<string name="pref_title_audio_ducking">Odak kaybında ses hacmini azaltın</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_audio_fade">Soluk Ses</string>
<string name="pref_title_auto_download_artist_images">Sanatçı resimlerini otomatik indir</string>
<string name="pref_title_blacklist">Kara Liste</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_bluetooth_playback">Bluetooth ile oynatma</string>
<string name="pref_title_blurred_album_art">Albüm kapağını bulanıklaştır</string>
<string name="pref_title_classic_notification">Klasik bildirim tasarımı</string>
<string name="pref_title_colored_app">Adaptif renk</string>
<string name="pref_title_colored_notification">Renkli bildirim</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_cross_fade">Çapraz geçiş (Beta)</string>
<string name="pref_title_desaturated_color">Doymamış renk</string>
<string name="pref_title_expand_now_playing_panel">Şimdi oynatılıyor ekranını göster</string>
<string name="pref_title_extra_controls">Ekstra kontroller</string>
<string name="pref_title_extra_song_info">Şarkı bilgisi</string>
<string name="pref_title_gapless_playback">Boşluksuz playback</string>
<string name="pref_title_general_theme">Uygulama teması</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_album_grid_style">Albüm kapağı</string>
<string name="pref_title_home_artist_grid_style">Ana sayfa sanatçı ızgarası</string>
<string name="pref_title_home_banner">Ana sayfa afişi</string>
<string name="pref_title_ignore_media_store_artwork">Media Store kapaklarını yoksay</string>
@ -349,16 +353,16 @@
<string name="pref_title_lock_screen">Tam ekran kontrolleri</string>
<string name="pref_title_now_playing_screen_appearance">Şimdi oynatılıyor teması</string>
<string name="pref_title_open_source_licences">ık kaynak lisansları</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_remember_tab">Son Sekmeyi Hatırla</string>
<string name="pref_title_show_lyrics">Sözleri göster</string>
<string name="pref_title_suggestions">Önerileri göster</string>
<string name="pref_title_tab_text_mode">Sekme başlıkları modu</string>
<string name="pref_title_toggle_carousel_effect">Atlıkarınca efekti</string>
<string name="pref_title_toggle_full_screen">Uygulamayı tam ekran yapın</string>
<string name="pref_title_toggle_toggle_headset">Otomatik oynatma</string>
<string name="pref_title_toggle_toggle_shuffle">Karıştır modu</string>
<string name="pref_title_toggle_volume">Ses kontrolleri</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pref_title_whitelist">Beyaz Listedeki Müzik</string>
<string name="pro">Pro</string>
<string name="pro_summary">Şimdi Oynatılıyor temaları, Atlıkarınca efekti, Renkli tema ve daha fazlası..</string>
<string name="profile">Profil</string>
@ -386,8 +390,8 @@
<string name="restoring_purchase">Satın alım geri yükleniyor ...</string>
<string name="retro_music_player">Retro Müzik Çalar</string>
<string name="retro_music_pro">Retro Müzik Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="ringtone_summary">Müziği zil sesi yapmak için uygulamanın cihaz ayarlarına erişim yetkisi gereklidir</string>
<string name="ringtone_title">Zil sesi (İsteğe Bağlı)</string>
<string name="saf_delete_failed">Dosya silme başarısız oldu: %s</string>
<!-- SAF -->
<string name="saf_error_uri">SAF url\'si alınamıyor.</string>
@ -415,9 +419,9 @@
<string name="set">Ayarla</string>
<string name="set_artist_image">Sanatçı resmini ayarla</string>
<string name="share_app">Uygulamayı paylaş</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_summary">Uygulamayı arkadaşlarınız ve ailenizle paylaşın</string>
<string name="share_to_stories">Hikayende paylaş</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="show_album_artists">Albüm Sanatçılarını Göster</string>
<string name="shuffle">Karıştır</string>
<string name="simple">Basit</string>
<string name="sleep_timer_canceled">Uyku zamanlayıcısı iptal edildi.</string>
@ -434,8 +438,8 @@
<string name="sort_order_composer">Besteci</string>
<string name="sort_order_date">Tarih eklendi</string>
<string name="sort_order_date_modified">Zaman ayarlandı</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_num_songs">Şarkı sayısı</string>
<string name="sort_order_num_songs_desc">Şarkı sayısııklaması</string>
<string name="sort_order_year">Yıl</string>
<string name="sort_order_z_a">Azalan</string>
<string name="speech_not_supported">Üzgünüz, ancak cihazın konuşma girişini desteklemiyor.</string>
@ -445,7 +449,7 @@
<string name="suggestion_songs">Öneriler</string>
<string name="support_development">Destek geliştirme</string>
<string name="swipe_to_unlock">Açmak için kaydırın</string>
<string name="synced_lyrics">Senkronize şarkı sözleri</string>
<string name="synced_lyrics">Senkronize edilmiş sözler</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Hataları tartışmak, önerilerde bulunmak ve daha fazlası için Telegram grubuna katılın</string>
<string name="thank_you">Teşekkür ederiz!</string>
@ -471,15 +475,15 @@
<string name="up_next">Bir sonraki</string>
<string name="update_image">Resmi güncelle</string>
<string name="updating">Güncelleniyor ...</string>
<string name="user_name">User Name</string>
<string name="user_name">Kullanıcı Adı</string>
<string name="username">Kullanıcı Adı</string>
<string name="version">Sürüm</string>
<string name="vertical_flip">Dikey çevir</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="view_on_telegram">Telegram\'da görüntüle</string>
<string name="volume">Ses</string>
<string name="web_search">İnternette ara</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="website">Web Sitesi</string>
<string name="website_summary">Web sitemize göz atın</string>
<string name="welcome">Hoşgeldiniz,</string>
<string name="what_do_you_want_to_share">Ne paylaşmak istiyorsunuz?</string>
<string name="whats_new">Yenilikler</string>

View File

@ -85,6 +85,8 @@
<string name="audio_focus_denied">В отриманні аудіофокусу відмовлено.</string>
<string name="audio_settings_summary">Змінити налаштування звуку та налаштувати параметри еквалайзера</string>
<string name="auto">Автоматично</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Життєпис</string>
<string name="black_theme_name">Чорний</string>
<string name="blacklist">Чорний список</string>
@ -128,6 +130,7 @@
<string name="could_not_restore_purchase">Не вдалося відновити покупку.</string>
<string name="could_not_scan_files">Не вдалося просканувати %d файлів.</string>
<string name="create_action">Створити</string>
<string name="create_new_backup">Створити</string>
<string name="created_playlist_x">Створено список відтворення %1$s.</string>
<string name="credit_title">Учасники та меценати </string>
<string name="currently_listening_to_x_by_x">Зараз грає %1$s від %2$s.</string>
@ -231,6 +234,7 @@
<string name="no_albums">Немає жодного альбому</string>
<string name="no_artists">Немає жодного виконавця</string>
<string name="no_audio_ID">"Спочатку відтворіть пісню, а потім спробуйте ще раз."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Еквалайзер не знайдено</string>
<string name="no_genres">У вас немає жанрів</string>
<string name="no_lyrics_found">Текст не знайдено</string>

View File

@ -1,633 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Big</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Changelog maintained on the Telegram channel</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="drive_mode">Drive mode</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_to_stories">Share to Stories</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -79,6 +79,8 @@
<string name="audio_focus_denied">Tập trung âm thanh bị từ chối</string>
<string name="audio_settings_summary">Thay đổi cài đặt âm thanh và điều chỉnh các điều khiển bộ chỉnh âm</string>
<string name="auto">Tự động</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">Tiểu sử</string>
<string name="black_theme_name">Đen hoàn toàn</string>
<string name="blacklist">Danh sách đen</string>
@ -123,6 +125,7 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\"</string>
<string name="could_not_restore_purchase">Không thể khôi phục mua hàng.</string>
<string name="could_not_scan_files">Không thể quét %d tập tin.</string>
<string name="create_action">Tạo</string>
<string name="create_new_backup">Tạo</string>
<string name="created_playlist_x">Đã tạo danh sách phát %1$s.</string>
<string name="credit_title">Thành viên và cộng tác viên </string>
<string name="currently_listening_to_x_by_x">Đang nghe %1$s bởi %2$s.</string>
@ -226,6 +229,7 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\"</string>
<string name="no_albums">Không có album</string>
<string name="no_artists">Không có nghệ sĩ</string>
<string name="no_audio_ID">"Phát một bài hát trước, sau đó thử lại."</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">Không tìm thấy bộ chỉnh âm</string>
<string name="no_genres">Không có thể loại</string>
<string name="no_lyrics_found">Không tìm thấy lời bài hát</string>
@ -300,7 +304,7 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\"</string>
<string name="pref_summary_colored_app">Màu nền và các nút điều khiển sẽ thay đổi theo màu sắc ảnh bìa album từ màn hình phát</string>
<string name="pref_summary_colored_app_shortcuts">Màu sắc trong lối tắt ứng dụng dùng màu sắc chủ đạo. Mỗi khi bạn thay đổi màu chủ đạo, hãy bật/tắt lại công tắc này để thay đổi có hiệu lực</string>
<string name="pref_summary_colored_notification">"M\u00e0u s\u1eafc th\u00f4ng b\u00e1o thay \u0111\u1ed5i theo m\u00e0u s\u1eafc chi ph\u1ed1i \u1ea3nh b\u00eca album"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_cross_fade">Độ dài khoảng lặng giữa các bài hát</string>
<string name="pref_summary_desaturated_color">Để phù hợp với Thiết kế Material, màu sắc sẽ được điều chỉnh để tương thích với chế độ tối</string>
<string name="pref_summary_expand_now_playing_panel">Nhấn vào thông báo sẽ hiển thị màn hình phát nhạc thay vì màn hình chính</string>
<string name="pref_summary_extra_controls">Thêm điều khiển bổ sung cho trình phát mini</string>
@ -333,7 +337,7 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\"</string>
<string name="pref_title_classic_notification">Thiết kế thông báo cổ điển</string>
<string name="pref_title_colored_app">Màu sắc thích nghi</string>
<string name="pref_title_colored_notification">Đổi màu thông báo</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_cross_fade">Khoảng lặng (Beta)</string>
<string name="pref_title_desaturated_color">Màu sắc tương thích</string>
<string name="pref_title_expand_now_playing_panel">Hiển thị màn hình phát nhạc</string>
<string name="pref_title_extra_controls">Điều khiển bổ sung</string>

View File

@ -1,494 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">Accent color</string>
<string name="accent_color_desc">The theme accent color, defaults to purple</string>
<string name="action_about">About</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_favorites">Add to favorites</string>
<string name="action_add_to_playing_queue">Add to playing queue</string>
<string name="action_add_to_playlist">Add to playlist</string>
<string name="action_cast">Cast</string>
<string name="action_clear_playing_queue">Clear playing queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_delete">Delete</string>
<string name="action_delete_from_device">Delete from device</string>
<string name="action_details">Details</string>
<string name="action_edit">Edit</string>
<string name="action_go_to_album">Go to album</string>
<string name="action_go_to_artist">Go to artist</string>
<string name="action_go_to_genre">Go to genre</string>
<string name="action_go_to_start_directory">Go to start directory</string>
<string name="action_grant">Grant</string>
<string name="action_grid_size">Grid size</string>
<string name="action_grid_size_land">Grid size (land)</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_next">Next</string>
<string name="action_play">Play</string>
<string name="action_play_all">Play all</string>
<string name="action_play_next">Play next</string>
<string name="action_play_pause">Play/Pause</string>
<string name="action_previous">Previous</string>
<string name="action_remove_from_favorites">Remove from favorites</string>
<string name="action_remove_from_playing_queue">Remove from playing queue</string>
<string name="action_remove_from_playlist">Remove from playlist</string>
<string name="action_rename">Rename</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_scan">Scan</string>
<string name="action_search">Search</string>
<string name="action_set">Start</string>
<string name="action_set_as_ringtone">Set as ringtone</string>
<string name="action_set_as_start_directory">Set as start directory</string>
<string name="action_settings">"Settings"</string>
<string name="action_share">Share</string>
<string name="action_shuffle_all">Shuffle all</string>
<string name="action_shuffle_playlist">Shuffle playlist</string>
<string name="action_sleep_timer">Sleep timer</string>
<string name="action_sort_order">Sort order</string>
<string name="action_tag_editor">Tag editor</string>
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_playlist_title">"Add to playlist"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</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="album">Album</string>
<plurals name="albumSongs">
<item quantity="one">Song</item>
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="albums">Albums</string>
<plurals name="albums">
<item quantity="one">Album</item>
<item quantity="other">Albums</item>
</plurals>
<string name="always">Always</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">Shuffle</string>
<string name="app_shortcut_top_tracks_short">Top Tracks</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_classic_name">Classic</string>
<string name="app_widget_small_name">Small</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">Artist</string>
<string name="artists">Artists</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_focus_denied">Audio focus denied.</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="biography">Biography</string>
<string name="black_theme_name">Just Black</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="cancel_current_timer">Cancel</string>
<string name="card">Card</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">Changelog</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">Classic</string>
<string name="clear_action">Clear</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="color">Color</string>
<string name="colors">Colors</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">Could not scan %d files.</string>
<string name="create_action">Create</string>
<string name="created_playlist_x">Created playlist %1$s.</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">Currently listening to %1$s by %2$s.</string>
<string name="dark_theme_name">Kinda Dark</string>
<string name="delete_playlist_title">Delete playlist</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_playlists_title">Delete playlists</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_x"><![CDATA[Delete the song <b>%1$s</b>?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="delete_x_songs"><![CDATA[Delete <b>%1$d</b> songs?]]></string>
<string name="deleted_x_songs">Deleted %1$d songs.</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="donate">Donate</string>
<string name="donate_summary">If you think I deserve to get paid for my work, you can leave some money here</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="empty">Empty</string>
<string name="equalizer">Equalizer</string>
<string name="faq">FAQ</string>
<string name="favorites">Favorites</string>
<string name="finish_last_song">Finish last song</string>
<string name="fit">Fit</string>
<string name="flat">Flat</string>
<string name="folders">Folders</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">Genre</string>
<string name="genres">Genres</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="hinge">Hinge</string>
<string name="history">History</string>
<string name="home">Home</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">Inserted %1$d songs into the playlist %2$s.</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="label_bit_rate">Bitrate</string>
<string name="label_file_format">Format</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_more_from">More from %s</string>
<string name="label_sampling_rate">Sampling rate</string>
<string name="label_track_length">Length</string>
<string name="labeled">Labeled</string>
<string name="last_added">Last added</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="licenses">Licenses</string>
<string name="light_theme_name">Clearly White</string>
<string name="listeners_label">Listeners</string>
<string name="listing_files">Listing files</string>
<string name="loading_products">Loading products…</string>
<string name="login">Login</string>
<string name="lyrics">Lyrics</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="my_top_tracks">Most played</string>
<string name="never">Never</string>
<string name="new_playlist_title">New playlist</string>
<string name="new_start_directory">%s is the new start directory.</string>
<string name="next_song">Next Song</string>
<string name="no_albums">You have no albums</string>
<string name="no_artists">You have no artists</string>
<string name="no_audio_ID">"Play a song first, then try again."</string>
<string name="no_equalizer">No equalizer found</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_playlists">You have no playlists</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_results">No results</string>
<string name="no_songs">You have no songs</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> is not listed in the media store.]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="nothing_to_scan">Nothing to scan.</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">Notification</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="now_playing_queue">Now playing queue</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">Only on Wi-Fi</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">Permission to access external storage denied.</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">Permissions denied.</string>
<string name="personalize">Personalize</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">Pick from local storage</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playlist_name_empty">Playlist name</string>
<string name="playlists">Playlists</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_audio">Audio</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_images">Images</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_lockscreen">Lockscreen</string>
<string name="pref_header_playlists">Playlists</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_summary_album_art_on_lockscreen">Use the currently playing song album cover as the lockscreen wallpaper</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">Lower the volume when a system sound is played or a notification is received</string>
<string name="pref_summary_audio_fade">Fade Audio when Song is Paused or Played</string>
<string name="pref_summary_blacklist">The content of blacklisted folders is hidden from your library.</string>
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">Blur the album cover on the lockscreen. Can cause problems with third party apps and widgets</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_colored_app">The background and control button colors change according to the album art from the now playing screen</string>
<string name="pref_summary_colored_app_shortcuts">Colors the app shortcuts in the accent color. Every time you change the color please toggle this to take effect</string>
<string name="pref_summary_colored_notification">"Colors the notification in the album cover\u2019s vibrant color"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">As per Material Design guide lines in dark mode colors should be desaturated</string>
<string name="pref_summary_expand_now_playing_panel">Clicking on the notification will show now playing screen instead of the home screen</string>
<string name="pref_summary_extra_controls">Add extra controls for mini player</string>
<string name="pref_summary_extra_song_info">Show extra Song information, such as file format, bitrate and frequency</string>
<string name="pref_summary_gapless_playback">"Can cause playback issues on some devices."</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">Can increase the album cover quality, but causes slower image loading times. Only enable this if you have problems with low resolution artworks</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">Show album cover</string>
<string name="pref_title_album_artists_only">Navigate by Album Artist</string>
<string name="pref_title_album_cover_style">Album cover theme</string>
<string name="pref_title_album_cover_transform">Album cover skip</string>
<string name="pref_title_app_shortcuts">Colored app shortcuts</string>
<string name="pref_title_audio_ducking">Reduce volume on focus loss</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">Auto-download artist images</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">Blur album cover</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_colored_app">Adaptive color</string>
<string name="pref_title_colored_notification">Colored notification</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_gapless_playback">Gapless playback</string>
<string name="pref_title_general_theme">App theme</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">Ignore Media Store covers</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_now_playing_screen_appearance">Now playing theme</string>
<string name="pref_title_open_source_licences">Open source licences</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="queue">Playing Queue</string>
<string name="rate_app">Rate the app</string>
<string name="rate_on_google_play_summary">Love this app? Let us know in the Google Play Store how we can make it even better</string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="remove_action">Remove</string>
<string name="remove_cover">Remove cover</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_song_from_playlist_title">Remove song from playlist</string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>
<string name="remove_songs_from_playlist_title">Remove songs from playlist</string>
<string name="remove_x_songs_from_playlist"><![CDATA[Remove <b>%1$d</b> songs from the playlist?]]></string>
<string name="rename_playlist_title">Rename playlist</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="restored_previous_purchases">Restored previous purchases.</string>
<string name="restoring_purchase">Restoring purchase…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
<string name="ringtone_title">Ringtone (Optional)</string>
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
<string name="saf_guide_slide2_description">You need to select your SD card root directory</string>
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">Save as file</string>
<string name="save_playlists_title">Save as files</string>
<string name="saved_playlist_to">Saved playlist to %s.</string>
<string name="saving_changes">Saving changes</string>
<string name="scan_media">Scan media</string>
<string name="scanned_files">Scanned %1$d of %2$d files.</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="shuffle">Shuffle</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">Sleep timer canceled.</string>
<string name="sleep_timer_set">Sleep timer set for %d minutes from now.</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="song">Song</string>
<string name="song_duration">Song duration</string>
<string name="songs">Songs</string>
<string name="sort_order">Sort order</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="speech_prompt">Search your library</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="support_development">Support development</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">Thank you!</string>
<string name="the_audio_file">The audio file</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="track_hint">"Track (2 for track 2 or 3004 for CD3 track 4)"</string>
<string name="track_list">Track number</string>
<string name="translate">Translate</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unplayable_file">Couldn\u2019t play this song.</string>
<string name="up_next">Up next</string>
<string name="update_image">Update image</string>
<string name="updating">Updating…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="version">Version</string>
<string name="vertical_flip">Vertical flip</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="web_search">Web search</string>
<string name="website">Website</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="what_do_you_want_to_share">What do you want to share?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="x_has_been_set_as_ringtone">Set %1$s as your ringtone.</string>
<string name="x_selected">%1$d selected</string>
<string name="year">Year</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
</resources>

View File

@ -5,29 +5,29 @@
<string name="accent_color">强调色</string>
<string name="accent_color_desc">主题强调色,默认为紫色</string>
<string name="action_about">关于</string>
<string name="action_add_to_blacklist">添加至黑名单</string>
<string name="action_add_to_favorites">添加到收藏夹</string>
<string name="action_add_to_playing_queue">添加到播放队列</string>
<string name="action_add_to_playlist">添加到播放列表</string>
<string name="action_cast"></string>
<string name="action_add_to_blacklist">加入黑名单</string>
<string name="action_add_to_favorites">加入收藏夹</string>
<string name="action_add_to_playing_queue">加入播放队列</string>
<string name="action_add_to_playlist">加入播放列表</string>
<string name="action_cast"></string>
<string name="action_clear_playing_queue">清空播放队列</string>
<string name="action_cycle_repeat">循环重复模式</string>
<string name="action_delete">删除</string>
<string name="action_delete_from_device">从设备中</string>
<string name="action_delete_from_device">从设备中</string>
<string name="action_details">详情</string>
<string name="action_edit">编辑</string>
<string name="action_go_to_album">查看专辑</string>
<string name="action_go_to_album">查看专辑</string>
<string name="action_go_to_artist">查看艺术家</string>
<string name="action_go_to_genre">查看流派</string>
<string name="action_go_to_start_directory">返回起始目录</string>
<string name="action_grant">授权</string>
<string name="action_grid_size">网格大小</string>
<string name="action_grid_size_land">网格大小(横</string>
<string name="action_grid_size_land">网格大小(横</string>
<string name="action_new_playlist">新建播放列表</string>
<string name="action_next">下一首</string>
<string name="action_play">播放</string>
<string name="action_play_all">播放全部</string>
<string name="action_play_next">下首播放</string>
<string name="action_play_next">首播放</string>
<string name="action_play_pause">播放/暂停</string>
<string name="action_previous">上一首</string>
<string name="action_remove_from_favorites">从收藏夹中移除</string>
@ -42,7 +42,7 @@
<string name="action_set_as_start_directory">设为起始目录</string>
<string name="action_settings">"设置"</string>
<string name="action_share">分享</string>
<string name="action_shuffle_all">全部随机播放</string>
<string name="action_shuffle_all">随机播放全部</string>
<string name="action_shuffle_playlist">随机播放列表</string>
<string name="action_sleep_timer">睡眠定时器</string>
<string name="action_sort_order">排序</string>
@ -51,7 +51,7 @@
<string name="action_toggle_shuffle">切换随机播放模式</string>
<string name="adaptive">自适应</string>
<string name="add_action">添加</string>
<string name="add_playlist_title">"添加到播放列表"</string>
<string name="add_playlist_title">"加入播放列表"</string>
<string name="add_time_framed_lryics">添加时段歌词</string>
<string name="added_title_to_playing_queue">"已添加 1 首歌到播放队列。"</string>
<string name="added_x_titles_to_playing_queue">已添加 %1$d 首歌到播放队列。</string>
@ -69,16 +69,18 @@
<string name="app_shortcut_shuffle_all_short">随机播放</string>
<string name="app_shortcut_top_tracks_short">热门曲目</string>
<string name="app_widget_big_name">完整图像</string>
<string name="app_widget_card_name">卡片模式</string>
<string name="app_widget_classic_name">经典模式</string>
<string name="app_widget_small_name"></string>
<string name="app_widget_card_name">卡片</string>
<string name="app_widget_classic_name">经典</string>
<string name="app_widget_small_name"></string>
<string name="app_widget_text_name">极简文字</string>
<string name="artist">艺术家</string>
<string name="artists">艺术家</string>
<string name="audio_fade_duration">淡入淡出时长</string>
<string name="audio_fade_duration">淡入淡出时长</string>
<string name="audio_focus_denied">音频焦点丢失。</string>
<string name="audio_settings_summary">更改声音设置或调整均衡器</string>
<string name="auto">自动</string>
<string name="backup_restore_title"><![CDATA[备份与还原]]></string>
<string name="backup_title">备份</string>
<string name="biography">简介</string>
<string name="black_theme_name">纯黑</string>
<string name="blacklist">黑名单</string>
@ -106,7 +108,7 @@
<string name="carousal_effect_on_now_playing_screen">在「正在播放」界面使用轮播效果</string>
<string name="cascading">层叠</string>
<string name="changelog">更新日志</string>
<string name="changelog_summary">查看新内容</string>
<string name="changelog_summary">看看新变化</string>
<string name="circle">环形</string>
<string name="circular">圆形</string>
<string name="classic">经典</string>
@ -122,10 +124,11 @@
<string name="could_not_restore_purchase">无法恢复购买。</string>
<string name="could_not_scan_files">无法扫描 %d 个文件。</string>
<string name="create_action">创建</string>
<string name="create_new_backup">创建</string>
<string name="created_playlist_x">已创建播放列表 %1$s。</string>
<string name="credit_title">开发团队和贡献者</string>
<string name="currently_listening_to_x_by_x">正在收听 %2$s 的 %1$s。</string>
<string name="dark_theme_name">略暗</string>
<string name="dark_theme_name">深色</string>
<string name="delete_playlist_title">删除播放列表</string>
<string name="delete_playlist_x"><![CDATA[确定删除播放列表 <b>%1$s</b> 吗?]]></string>
<string name="delete_playlists_title">删除播放列表</string>
@ -169,7 +172,7 @@
<string name="genre">流派</string>
<string name="genres">流派</string>
<string name="git_hub_summary">在 GitHub 上克隆项目</string>
<string name="gradient">渐变</string>
<string name="gradient">渐变</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -190,7 +193,7 @@
<string name="import_label">导入</string>
<string name="import_playlist">导入播放列表</string>
<string name="import_playlist_message">这会导入 Android 媒体存储中的所有播放列表,并合并重复的播放列表</string>
<string name="inserted_x_songs_into_playlist_x">将 %1$d 首歌曲加入列表 %2$s。</string>
<string name="inserted_x_songs_into_playlist_x">将 %1$d 首歌曲加入列表 %2$s。</string>
<string name="instagram_page_summary">将您的 Retro Music 配置晒到 Instagram</string>
<string name="keyboard">键盘</string>
<string name="label_bit_rate">比特率</string>
@ -201,12 +204,12 @@
<string name="label_more_from">来自 %s 的更多信息</string>
<string name="label_sampling_rate">采样率</string>
<string name="label_track_length">长度</string>
<string name="labeled">已标记</string>
<string name="labeled">有标签</string>
<string name="last_added">最近添加</string>
<string name="last_song">最后一首</string>
<string name="library_categories">媒体库分类</string>
<string name="licenses">许可</string>
<string name="light_theme_name">纯白</string>
<string name="light_theme_name">浅色</string>
<string name="listeners_label">听众</string>
<string name="listing_files">正在列出文件</string>
<string name="loading_products">正在加载产品...</string>
@ -225,6 +228,7 @@
<string name="no_albums">暂无专辑</string>
<string name="no_artists">暂无艺术家</string>
<string name="no_audio_ID">"请播放歌曲后重试"</string>
<string name="no_backups_found">没有找到备份</string>
<string name="no_equalizer">找不到均衡器</string>
<string name="no_genres">暂无流派</string>
<string name="no_lyrics_found">找不到歌词</string>
@ -240,7 +244,7 @@
<string name="nothing_to_scan">无可检索。</string>
<string name="nothing_to_see">空空如也</string>
<string name="notification">通知</string>
<string name="notification_settings_summary">定制通知样式</string>
<string name="notification_settings_summary">自定义通知样式</string>
<string name="now_playing">正在播放</string>
<string name="now_playing_queue">正在播放队列</string>
<string name="now_playing_summary">定制播放界面</string>
@ -259,7 +263,7 @@
<string name="permissions_denied">权限被拒绝。</string>
<string name="personalize">个性化</string>
<string name="personalize_settings_summary">自定义正在播放控件和UI控件</string>
<string name="pick_from_local_storage">从本地选取</string>
<string name="pick_from_local_storage">从本地存储选取</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">在 Pintrest 页面关注 Retro Music 的设计灵感</string>
<string name="plain">简洁</string>
@ -293,23 +297,20 @@
<string name="pref_summary_audio_fade">当歌曲暂停或播放时淡入淡出音频</string>
<string name="pref_summary_blacklist">在媒体库中隐藏列入黑名单的文件夹内容。</string>
<string name="pref_summary_bluetooth_playback">连接到蓝牙设备后立即开始播放</string>
<string name="pref_summary_blurred_album_art">在锁屏中显示模糊化的专辑封面
(可能会影响第三方应用或小部件正常运行)</string>
<string name="pref_summary_carousel_effect">在「正在播放」界面中使用轮播效果
(在使用卡片和模糊卡片主题时无效 </string>
<string name="pref_summary_classic_notification">使用经典通知栏设计</string>
<string name="pref_summary_blurred_album_art">模糊化显示锁屏上的专辑封面。可能与第三方应用或微件产生冲突。</string>
<string name="pref_summary_carousel_effect">在正在播放界面中使用轮播效果。在使用卡片和模糊卡片主题时无效 。</string>
<string name="pref_summary_classic_notification">使用经典通知样式</string>
<string name="pref_summary_colored_app">背景色以及控件色跟随正在播放界面的专辑封面变化</string>
<string name="pref_summary_colored_app_shortcuts">将快捷方式颜色更改为强调色,每次颜色更改后需要切换一下该设置才能生效</string>
<string name="pref_summary_colored_notification">"将通知栏颜色修改为专辑封面的强调色"</string>
<string name="pref_summary_cross_fade">Duration to crossfade between songs</string>
<string name="pref_summary_desaturated_color">根据材料设计指南,黑色模式时颜色应该降低饱和度</string>
<string name="pref_summary_expand_now_playing_panel">点击通知将显示「正在播放界面」而不是「主界面」</string>
<string name="pref_summary_colored_notification">"将通知颜色设为专辑封面的强调色"</string>
<string name="pref_summary_cross_fade">曲目间淡入淡出的时间</string>
<string name="pref_summary_desaturated_color">根据质感设计规范,深色模式下应使用低饱和度颜色</string>
<string name="pref_summary_expand_now_playing_panel">点击通知将显示正在播放页,而不是主页</string>
<string name="pref_summary_extra_controls">给迷你播放器添加额外控件</string>
<string name="pref_summary_extra_song_info">显示额外的歌曲信息,例如文件格式、比特率和频率</string>
<string name="pref_summary_gapless_playback">"在一些设备上可能会播放异常"</string>
<string name="pref_summary_home_banner">切换主页横幅样式</string>
<string name="pref_summary_ignore_media_store_artwork">可以提高封面质量,但加载时间较慢
(建议只在图片分辨率过低时开启)</string>
<string name="pref_summary_home_banner">是否显示主页横幅</string>
<string name="pref_summary_ignore_media_store_artwork">可以提高封面质量,但加载时间较慢。请仅在图片分辨率过低时开启。</string>
<string name="pref_summary_library_categories">配置媒体库的可见性和顺序</string>
<string name="pref_summary_lock_screen">使用 Retro Music 的自定义锁屏</string>
<string name="pref_summary_open_source_licences">开源许可详情</string>
@ -319,7 +320,7 @@
<string name="pref_summary_toggle_full_screen">沉浸模式</string>
<string name="pref_summary_toggle_headset">连接耳机后立即开始播放</string>
<string name="pref_summary_toggle_shuffle">播放新列表时关闭随机播放</string>
<string name="pref_summary_toggle_volume">空间充足时在播放界面显示音量控制控件</string>
<string name="pref_summary_toggle_volume">空间充足时在播放界面显示音量控制</string>
<string name="pref_summary_whitelist">仅显示 /Music 目录的音乐</string>
<string name="pref_title_album_art_on_lockscreen">显示专辑封面</string>
<string name="pref_title_album_artists_only">按专辑艺术家排序</string>
@ -332,11 +333,11 @@
<string name="pref_title_blacklist">黑名单</string>
<string name="pref_title_bluetooth_playback">蓝牙播放</string>
<string name="pref_title_blurred_album_art">模糊专辑封面</string>
<string name="pref_title_classic_notification">经典通知栏设计</string>
<string name="pref_title_classic_notification">经典通知样式</string>
<string name="pref_title_colored_app">自适应颜色</string>
<string name="pref_title_colored_notification">着色通知</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">不饱和</string>
<string name="pref_title_colored_notification">着色通知</string>
<string name="pref_title_cross_fade">淡入淡出(测试)</string>
<string name="pref_title_desaturated_color">低饱和颜</string>
<string name="pref_title_expand_now_playing_panel">显示正在播放界面</string>
<string name="pref_title_extra_controls">额外控件</string>
<string name="pref_title_extra_song_info">歌曲信息</string>
@ -346,14 +347,14 @@
<string name="pref_title_home_artist_grid_style">主页艺术家网格</string>
<string name="pref_title_home_banner">主页横幅</string>
<string name="pref_title_ignore_media_store_artwork">忽略媒体存储封面</string>
<string name="pref_title_last_added_interval">上次添加播放列表到现在的间隔</string>
<string name="pref_title_last_added_interval">最近播放列表时间间隔</string>
<string name="pref_title_lock_screen">全屏控件</string>
<string name="pref_title_now_playing_screen_appearance">正在播放主题</string>
<string name="pref_title_open_source_licences">开源许可</string>
<string name="pref_title_remember_tab">记住最后打开页面</string>
<string name="pref_title_show_lyrics">显示歌词</string>
<string name="pref_title_suggestions">显示建议</string>
<string name="pref_title_tab_text_mode">标签标题模式</string>
<string name="pref_title_tab_text_mode">标签标题模式</string>
<string name="pref_title_toggle_carousel_effect">轮播效果</string>
<string name="pref_title_toggle_full_screen">全屏应用</string>
<string name="pref_title_toggle_toggle_headset">自动播放</string>
@ -364,27 +365,27 @@
<string name="pro_summary">黑色主题,正在播放主题,轮播效果和更多...</string>
<string name="profile">个人信息</string>
<string name="purchase">购买</string>
<string name="queue">队列</string>
<string name="rate_app">评价</string>
<string name="rate_on_google_play_summary">喜欢这个应用?去 Google Play Store 中告诉我们怎样才能让它更好</string>
<string name="queue">播放队列</string>
<string name="rate_app">评价应用</string>
<string name="rate_on_google_play_summary">喜欢这个应用?去 Google Play 商店告诉我们怎样才能让它更好</string>
<string name="recent_albums">最近专辑</string>
<string name="recent_artists">最近艺术家</string>
<string name="remove_action"></string>
<string name="remove_action"></string>
<string name="remove_cover">移除封面</string>
<string name="remove_from_blacklist">从黑名单中移除</string>
<string name="remove_song_from_playlist_title">从播放列表中删除歌曲</string>
<string name="remove_song_x_from_playlist"><![CDATA[从播放列表中删除歌曲 <b>%1$s</b>]]></string>
<string name="remove_song_x_from_playlist"><![CDATA[是否从播放列表中删除歌曲 <b>%1$s</b>]]></string>
<string name="remove_songs_from_playlist_title">从播放列表中删除歌曲</string>
<string name="remove_x_songs_from_playlist"><![CDATA[从播放列表中删除歌曲 <b>%1$d</b>]]></string>
<string name="remove_x_songs_from_playlist"><![CDATA[是否从播放列表中删除 </b>%1$d</b> 首歌曲]]></string>
<string name="rename_playlist_title">重命名播放列表</string>
<string name="report_an_issue">报告问题</string>
<string name="report_bug">报告错误</string>
<string name="reset_action">重置</string>
<string name="reset_artist_image">重置艺术家图片</string>
<string name="restore">恢复</string>
<string name="restored_previous_purchase_please_restart">恢复以前的购买。请重新启动应用以充分利用所有功能。</string>
<string name="restored_previous_purchase_please_restart">恢复以前的购买。请重新启动应用以使用所有功能。</string>
<string name="restored_previous_purchases">恢复之前的购买。</string>
<string name="restoring_purchase">恢复购买中...</string>
<string name="restoring_purchase">正在恢复购买…</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music 高级版</string>
<string name="ringtone_summary">应用需要系统设置访问权限,才能将音乐设置为为铃声</string>
@ -392,7 +393,7 @@
<string name="saf_delete_failed">文件删除失败:%s</string>
<!-- SAF -->
<string name="saf_error_uri">无法获取 SAF URI</string>
<string name="saf_guide_slide1_description">打开导航</string>
<string name="saf_guide_slide1_description">打开导航抽屉菜单</string>
<string name="saf_guide_slide1_description_before_o">在溢出菜单中启用「显示 SD 卡」</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s 需要访问 SD 卡</string>
@ -412,7 +413,7 @@
<string name="scanned_files">已扫描 %1$d 个,共计 %2$d 个文件。</string>
<string name="scrobbles_label">音乐记录</string>
<string name="select_all">全选</string>
<string name="selected">选中</string>
<string name="selected">选中</string>
<string name="set">设置</string>
<string name="set_artist_image">设置艺术家图片</string>
<string name="share_app">分享应用</string>
@ -448,30 +449,30 @@
<string name="swipe_to_unlock">滑动以解锁</string>
<string name="synced_lyrics">滚动歌词</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">加入 Telegram 团队,讨论错误,提出建议,展示信息等等</string>
<string name="telegram_group_summary">加入 Telegram 群组,讨论错误,提出建议,吹水聊天等等</string>
<string name="thank_you">谢谢您!</string>
<string name="the_audio_file">音频文件</string>
<string name="this_month">本月</string>
<string name="this_week">本周</string>
<string name="this_year"></string>
<string name="this_year"></string>
<string name="tiny">细小</string>
<string name="tiny_card_style">小卡片</string>
<string name="title">标题</string>
<string name="today">今日</string>
<string name="top_albums">热门专辑</string>
<string name="top_artists">热门艺术家</string>
<string name="track_hint">"音轨"</string>
<string name="track_hint">"音轨2 代表第二条音轨3004 代表第三张盘的第四条音轨)"</string>
<string name="track_list">音轨编号</string>
<string name="translate">翻译</string>
<string name="translate_community">帮助我们将应用翻译成您的语言</string>
<string name="try_retro_music_premium">试试 Retro Music 高级版</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">与 Retro Music 分享您的设计</string>
<string name="unlabeled">未标记</string>
<string name="unlabeled">无标签</string>
<string name="unplayable_file">无法播放这首歌曲。</string>
<string name="up_next">下一首</string>
<string name="update_image">更新图片</string>
<string name="updating">更新中...</string>
<string name="updating">正在更新…</string>
<string name="user_name">用户名</string>
<string name="username">用户名</string>
<string name="version">版本</string>
@ -482,7 +483,7 @@
<string name="website">网站</string>
<string name="website_summary">查看我们的网站</string>
<string name="welcome">欢迎,</string>
<string name="what_do_you_want_to_share">想分享什么</string>
<string name="what_do_you_want_to_share">有什么想分享的吗</string>
<string name="whats_new">更新内容</string>
<string name="window">窗口</string>
<string name="window_corner_edges">圆角</string>

View File

@ -1,631 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">關於 %s</string>
<string name="about_settings_summary">我們的團隊,以及社交媒體</string>
<string name="accent_color">主題色</string>
<string name="accent_color_desc">主題重色,預設為藍綠色</string>
<string name="action_about">關於</string>
<string name="action_add_to_favorites">加入至我的最愛</string>
<string name="action_add_to_playing_queue">加入至播放列表</string>
<string name="action_add_to_playlist">加入至播放清單</string>
<string name="action_clear_playing_queue">清除播放列表</string>
<string name="action_cycle_repeat">循環播放模式</string>
<string name="action_delete">刪除</string>
<string name="action_delete_from_device">由裝置記憶體刪除</string>
<string name="action_details">內容</string>
<string name="action_go_to_album">到專輯頁面</string>
<string name="action_go_to_artist">轉到歌手頁面</string>
<string name="action_go_to_genre">轉到類型頁面</string>
<string name="action_go_to_start_directory">到主目錄</string>
<string name="action_grant">接收</string>
<string name="action_grid_size">網格大小</string>
<string name="action_grid_size_land">網格大小(橫向)</string>
<string name="action_new_playlist">新播放清單</string>
<string name="action_next">下一首</string>
<string name="action_play">播放</string>
<string name="action_play_all">播放全部</string>
<string name="action_play_next">播放下一首</string>
<string name="action_play_pause">播放/暫停</string>
<string name="action_previous">上一首</string>
<string name="action_remove_from_favorites">由我的最愛移除</string>
<string name="action_remove_from_playing_queue">由播放列表移除</string>
<string name="action_remove_from_playlist">由播放清單移除</string>
<string name="action_rename">重新命名</string>
<string name="action_save_playing_queue">儲存播放清單</string>
<string name="action_scan">掃描</string>
<string name="action_search">搜尋</string>
<string name="action_set">開始</string>
<string name="action_set_as_ringtone">設定為鈴聲</string>
<string name="action_set_as_start_directory">設定為主目錄</string>
<string name="action_settings">"設定"</string>
<string name="action_share">分享</string>
<string name="action_shuffle_all">全部隨機播放</string>
<string name="action_shuffle_playlist">隨機播放播放清單</string>
<string name="action_sleep_timer">休眠計時器</string>
<string name="action_sort_order">排序方式</string>
<string name="action_tag_editor">標籤編輯</string>
<string name="action_toggle_favorite">切換至我的最愛</string>
<string name="action_toggle_shuffle">切換隨機播放模式</string>
<string name="adaptive">自適應</string>
<string name="add_action">增加</string>
<string name="add_playlist_title">"加入至播放清單"</string>
<string name="added_title_to_playing_queue">"已經將1首歌曲新增至播放列表。"</string>
<string name="added_x_titles_to_playing_queue">已經將 %1$d 歌曲新增至播放列表。</string>
<string name="album">專輯</string>
<plurals name="albumSongs">
<item quantity="other">Songs</item>
</plurals>
<string name="album_artist">專輯歌手</string>
<string name="albums">專輯</string>
<plurals name="albums">
<item quantity="other">Albums</item>
</plurals>
<string name="always">經常</string>
<string name="app_share">嗨,看看這個很有型的播放器吧: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">隨機播放</string>
<string name="app_shortcut_top_tracks_short">歌曲榜</string>
<string name="app_widget_big_name">大型模式</string>
<string name="app_widget_card_name">卡片模式</string>
<string name="app_widget_classic_name">經典模式</string>
<string name="app_widget_small_name">小型模式</string>
<string name="app_widget_text_name">文字模式</string>
<string name="artist">歌手</string>
<string name="artists">歌手</string>
<string name="audio_focus_denied">無法找到音頻焦點。</string>
<string name="audio_settings_summary">更改音頻設定及調整等化器</string>
<string name="auto">自動</string>
<string name="biography">演出者資料</string>
<string name="black_theme_name">純黑</string>
<string name="blacklist">黑名單</string>
<string name="blur">模糊</string>
<string name="blur_card">模糊卡片</string>
<string name="bug_report_failed">無法上傳報告</string>
<string name="bug_report_failed_invalid_token">存取金鑰無效。請與程式開發人員聯絡。</string>
<string name="bug_report_failed_issues_not_available">已選的版本庫(repo)並未針對此問題而啟用。請與程式開發人員聯絡。</string>
<string name="bug_report_failed_unknown">發生未預期的錯誤。請與程式開發人員聯絡。</string>
<string name="bug_report_failed_wrong_credentials">用戶名稱或密碼錯誤</string>
<string name="bug_report_issue">問題</string>
<string name="bug_report_manual">手動傳送</string>
<string name="bug_report_no_description">請輸入問題描述</string>
<string name="bug_report_no_password">請輸入您的有效GitHub密碼</string>
<string name="bug_report_no_title">請輸入問題標題</string>
<string name="bug_report_no_username">請輸入您的有效GitHub用戶名稱</string>
<string name="bug_report_summary">發生未預期的錯誤。真抱歉您發現了這個bug如果一直崩潰請\"清除程式數據\",或者傳送電郵給我們</string>
<string name="bug_report_use_account">使用Github帳戶傳送</string>
<string name="buy_now">現在購買</string>
<string name="cancel_current_timer">取消</string>
<string name="card">卡片</string>
<string name="card_color_style">彩色卡片</string>
<string name="card_style">卡片</string>
<string name="carousal_effect_on_now_playing_screen">在現在播放的轉盤效果</string>
<string name="cascading">階層式</string>
<string name="changelog">版本最新動向</string>
<string name="changelog_summary">在Telegram頻道取得更新動向</string>
<string name="circle">圓形</string>
<string name="circular">圓盤</string>
<string name="classic">基本</string>
<string name="clear_action">清除</string>
<string name="clear_blacklist">清除黑名單</string>
<string name="clear_playing_queue">清除列表</string>
<string name="color">彩色</string>
<string name="colors">色彩</string>
<string name="composer">作曲者</string>
<string name="copied_device_info_to_clipboard">已複製裝置內容到剪貼簿</string>
<string name="could_not_create_playlist">無法建立播放清單。</string>
<string name="could_not_download_album_cover">"無法下載符合的專輯圖片。"</string>
<string name="could_not_restore_purchase">無法恢復購買狀態。</string>
<string name="could_not_scan_files">無法掃描 %d 個檔案。</string>
<string name="create_action">新增</string>
<string name="created_playlist_x">已新增%1$s播放清單。</string>
<string name="credit_title">成員和貢獻者</string>
<string name="currently_listening_to_x_by_x">我在聽由 %2$s 唱的 %1$s</string>
<string name="dark_theme_name">暗黑</string>
<string name="delete_playlist_title">移除播放清單</string>
<string name="delete_playlist_x"><![CDATA[要移除<b>%1$s</b>播放清單嗎?]]></string>
<string name="delete_playlists_title">移除多個播放清單</string>
<string name="delete_song_title">刪除歌曲</string>
<string name="delete_song_x"><![CDATA[要刪除<b>%1$s</b>歌曲嗎?]]></string>
<string name="delete_songs_title">刪除多首歌曲</string>
<string name="delete_x_playlists"><![CDATA[要移除<b>%1$d</b>個播放清單嗎?]]></string>
<string name="delete_x_songs"><![CDATA[要移除<b>%1$d</b>個歌曲嗎?]]></string>
<string name="deleted_x_songs">已刪除%1$d首歌曲。</string>
<string name="depth">深度式</string>
<string name="description">描述</string>
<string name="device_info">裝置內容</string>
<string name="dialog_message_set_ringtone">允許Retro Music更改音效設定</string>
<string name="dialog_title_set_ringtone">設定鈴聲</string>
<string name="do_you_want_to_clear_the_blacklist">要清除黑名單嗎?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[您想要將<b>%1$s</b>由黑名單移除嗎?]]></string>
<string name="donate">捐款</string>
<string name="donate_summary">若果您覺得我的開發工作值得回報,可以捐助幾元給我</string>
<string name="donation_header">給我買個:</string>
<string name="drive_mode">駕駛模式</string>
<string name="empty">空白</string>
<string name="equalizer">等化器</string>
<string name="faq">常見問題</string>
<string name="favorites">我的最愛</string>
<string name="finish_last_song">最後一首已經結束播放</string>
<string name="fit">合身</string>
<string name="flat">平面</string>
<string name="folders">資料夾</string>
<string name="follow_system">跟隨系統</string>
<string name="for_you">給您的</string>
<string name="free">免費</string>
<string name="full">全螢幕</string>
<string name="full_card">完整卡片</string>
<string name="general_settings_summary">更改程式主題及色彩</string>
<string name="general_settings_title">介面外觀</string>
<string name="genre">類型</string>
<string name="genres">類型</string>
<string name="git_hub_summary">在Github參與專案</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
<string name="grid_size_4">4</string>
<string name="grid_size_5">5</string>
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">網格及樣式</string>
<string name="hinge">鉸鏈式</string>
<string name="history">歷史</string>
<string name="home">主頁</string>
<string name="horizontal_flip">水平翻轉式</string>
<string name="image">圖片</string>
<string name="image_gradient">漸變圖像</string>
<string name="image_settings_summary">更改下載歌手相片設定</string>
<string name="inserted_x_songs_into_playlist_x">已新增%1$d首歌曲到%2$s播放清單。</string>
<string name="instagram_page_summary">在Instagram分享以展示您的RetroMusic版面</string>
<string name="keyboard">鍵盤</string>
<string name="label_bit_rate">位元率</string>
<string name="label_file_format">格式</string>
<string name="label_file_name">檔案名</string>
<string name="label_file_path">檔案位址</string>
<string name="label_file_size">大小</string>
<string name="label_more_from">來自%s的更多資訊</string>
<string name="label_sampling_rate">取樣頻率</string>
<string name="label_track_length">長度</string>
<string name="labeled">已標記</string>
<string name="last_added">最近新增</string>
<string name="last_song">最後一首</string>
<string name="library_categories">類別庫</string>
<string name="licenses">許可證</string>
<string name="light_theme_name">淺白色</string>
<string name="listeners_label">聽眾</string>
<string name="listing_files">正在列出檔案</string>
<string name="loading_products">載入中...</string>
<string name="login">登入</string>
<string name="lyrics">歌詞</string>
<string name="made_with_love">在印度用❤️做</string>
<string name="material">物質</string>
<string name="md_error_label">錯誤</string>
<string name="md_storage_perm_error">權限錯誤</string>
<string name="my_name">名字</string>
<string name="my_top_tracks">最常播放</string>
<string name="never">永不</string>
<string name="new_playlist_title">新播放清單</string>
<string name="new_start_directory">最新的主目錄是%s。</string>
<string name="next_song">下一首</string>
<string name="no_albums">沒有專輯</string>
<string name="no_artists">沒有歌手</string>
<string name="no_audio_ID">"請先播放一首歌曲,然後再試一次。"</string>
<string name="no_equalizer">找不到等化器</string>
<string name="no_genres">無類型</string>
<string name="no_lyrics_found">找不到歌詞</string>
<string name="no_playing_queue">沒有歌曲正在播放</string>
<string name="no_playlists">沒有播放清單</string>
<string name="no_purchase_found">無法找到購買狀態。</string>
<string name="no_results">沒有結果</string>
<string name="no_songs">沒有歌曲</string>
<string name="normal">常用</string>
<string name="normal_lyrics">正常歌詞</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b>不在媒體庫。]]></string>
<string name="nothing_to_scan">沒有項目可以掃描。</string>
<string name="nothing_to_see">沒有什麼可以看的</string>
<string name="notification">通知欄</string>
<string name="notification_settings_summary">個人化通知欄樣式</string>
<string name="now_playing">現在播放</string>
<string name="now_playing_queue">現在播放清單</string>
<string name="now_playing_summary">個人化現在播放界面</string>
<string name="now_playing_themes">9+ 現在播放介面主題</string>
<string name="only_on_wifi">僅透過Wi-Fi</string>
<string name="other_settings_summary">進階測試功能</string>
<string name="others">其他</string>
<string name="password">密碼</string>
<string name="past_three_months">在3個月內</string>
<string name="peak">波紋</string>
<string name="permission_external_storage_denied">存取外置儲存空間權限被拒。</string>
<string name="permissions_denied">存取權限被拒。</string>
<string name="personalize">個人化</string>
<string name="personalize_settings_summary">個人化現在播放及用戶界面</string>
<string name="pick_from_local_storage">由裝置儲存空間選擇</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">加入我們的Pinterest來知道更多Retro Music的設計靈感</string>
<string name="plain">單色</string>
<string name="playing_notification_description">播放通知欄包含了播放/暫停等動作。</string>
<string name="playing_notification_name">播放通知欄</string>
<string name="playlist_is_empty">空白播放清單</string>
<string name="playlist_name_empty">播放清單名稱</string>
<string name="playlists">播放清單</string>
<string name="pref_blur_amount_summary">給模糊模式主題的值,每值愈低就愈快</string>
<string name="pref_blur_amount_title">模糊值</string>
<string name="pref_filter_song_summary">以歌曲長度過濾歌曲</string>
<string name="pref_filter_song_title">過濾歌曲長度</string>
<string name="pref_header_advanced">進階</string>
<string name="pref_header_album">專輯樣式</string>
<string name="pref_header_audio">音樂</string>
<string name="pref_header_blacklist">黑名單</string>
<string name="pref_header_controls">控制</string>
<string name="pref_header_general">主題</string>
<string name="pref_header_images">圖片</string>
<string name="pref_header_library">媒體庫</string>
<string name="pref_header_lockscreen">鎖定螢幕</string>
<string name="pref_header_playlists">播放清單</string>
<string name="pref_keep_pause_on_zero_volume_summary">當無音量時暫停,提高音量時播放。請注意無論你是否開啟了程式此選項也適用</string>
<string name="pref_keep_pause_on_zero_volume_title">無音量時暫停</string>
<string name="pref_keep_screen_on_summary">請記住當您啟用此選項後或會影響電池壽命</string>
<string name="pref_keep_screen_on_title">螢幕保持開啟</string>
<string name="pref_language_name">選擇語言</string>
<string name="pref_summary_album_art_on_lockscreen">使用現在播放歌曲的專輯圖片來用作鎖定畫面背景圖片</string>
<string name="pref_summary_audio_ducking">當播放系統聲音或收到通知時降低音量</string>
<string name="pref_summary_blacklist">列入黑名單的資料夾內的資料會在您的媒體庫隱藏。</string>
<string name="pref_summary_bluetooth_playback">連接到藍牙裝置後立即開始播放</string>
<string name="pref_summary_blurred_album_art">在鎖定螢幕將專輯圖片模糊化。會引致第三方程式及工具無法正常運作</string>
<string name="pref_summary_carousel_effect">於現正播放專輯圖片使用的轉盤效果。請注意卡片模式及模糊卡片模式將無法使用此效果</string>
<string name="pref_summary_classic_notification">使用基本的通知欄設計</string>
<string name="pref_summary_colored_app">背景及控制按鈕色彩根據現在播放中的專輯圖片而轉變</string>
<string name="pref_summary_colored_app_shortcuts">將重色設為程式捷徑色彩。每次更改色彩後請切換此選項來生效</string>
<string name="pref_summary_colored_notification">"\u5f9e\u5c08\u8f2f\u5716\u7247\u4e2d\u6700\u9bae\u660e\u7684\u8272\u5f69\u4f86\u6311\u9078\u901a\u77e5\u6b04\u8272\u5f69"</string>
<string name="pref_summary_desaturated_color">根據物質設計指南(Material Design guide),在暗黑模式下的顏色應完全去飽和化</string>
<string name="pref_summary_expand_now_playing_panel">點擊現在播放將顯示現在播放而非主頁</string>
<string name="pref_summary_extra_controls">在迷你播放器增加控制項</string>
<string name="pref_summary_extra_song_info">顯示更多歌曲資料,如檔案格式、位元率及頻率</string>
<string name="pref_summary_gapless_playback">"或會引致某些裝置播放功能無法正常運作。"</string>
<string name="pref_summary_home_banner">切換首頁橫幅樣式</string>
<string name="pref_summary_ignore_media_store_artwork">可以提升專輯圖片質素,但這會引致加長圖片載入時間。建議只有當您的載入專輯圖片時質素較差時啟用</string>
<string name="pref_summary_library_categories">修改類別的可視性及順序。</string>
<string name="pref_summary_lock_screen">使用Retro Music自訂鎖定螢幕控制</string>
<string name="pref_summary_open_source_licences">開放軟件特許條款內容</string>
<string name="pref_summary_toggle_full_screen">全螢幕模式</string>
<string name="pref_summary_toggle_headset">當耳機連接後開始立即播放</string>
<string name="pref_summary_toggle_shuffle">播放新清單時會關閉隨機播放模式</string>
<string name="pref_summary_toggle_volume">如果現在播放控制有足夠空間則會顯示音量控制</string>
<string name="pref_title_album_art_on_lockscreen">顯示專輯圖片</string>
<string name="pref_title_album_cover_style">專輯圖片主題</string>
<string name="pref_title_album_cover_transform">專輯圖片轉場</string>
<string name="pref_title_app_shortcuts">彩色化程式捷徑</string>
<string name="pref_title_audio_ducking">失去音頻焦點時降低音量</string>
<string name="pref_title_auto_download_artist_images">自動下載歌手相片</string>
<string name="pref_title_blacklist">黑名單</string>
<string name="pref_title_bluetooth_playback">藍牙播放</string>
<string name="pref_title_blurred_album_art">模糊化專輯圖片</string>
<string name="pref_title_classic_notification">基本通知欄設計</string>
<string name="pref_title_colored_app">自適應色彩</string>
<string name="pref_title_colored_notification">彩色通知欄</string>
<string name="pref_title_desaturated_color">飽和色</string>
<string name="pref_title_expand_now_playing_panel">顯示現在播放</string>
<string name="pref_title_extra_controls">額外控制項</string>
<string name="pref_title_extra_song_info">歌曲內容</string>
<string name="pref_title_gapless_playback">無縫播放</string>
<string name="pref_title_general_theme">應用主題</string>
<string name="pref_title_home_artist_grid_style">首頁歌手網格</string>
<string name="pref_title_home_banner">首頁橫幅</string>
<string name="pref_title_ignore_media_store_artwork">忽略音樂檔內含的專輯圖片</string>
<string name="pref_title_last_added_interval">最近新增播放清單間隔</string>
<string name="pref_title_lock_screen">全螢幕控制</string>
<string name="pref_title_now_playing_screen_appearance">現在播放介面主題</string>
<string name="pref_title_open_source_licences">開放源碼認證</string>
<string name="pref_title_tab_text_mode">標題標籤模式</string>
<string name="pref_title_toggle_carousel_effect">轉盤效果</string>
<string name="pref_title_toggle_full_screen">全螢幕程式</string>
<string name="pref_title_toggle_toggle_headset">自動播放</string>
<string name="pref_title_toggle_toggle_shuffle">隨機模式</string>
<string name="pref_title_toggle_volume">音量控制</string>
<string name="pro">Pro</string>
<string name="pro_summary">現時播放主題、轉盤效果,還有更多...</string>
<string name="profile">個人資料</string>
<string name="purchase">購買</string>
<string name="queue">播放列表</string>
<string name="rate_app">為這個App評分</string>
<string name="rate_on_google_play_summary">喜歡這個App嗎?請讓我們知道如何提供更好的體驗</string>
<string name="recent_albums">近期專輯</string>
<string name="recent_artists">近期歌手</string>
<string name="remove_action">移除</string>
<string name="remove_cover">移除專輯圖片</string>
<string name="remove_from_blacklist">由黑名單中移除</string>
<string name="remove_song_from_playlist_title">將歌曲由播放清單移除</string>
<string name="remove_song_x_from_playlist"><![CDATA[要將 <b>%1$s</b> 歌曲由播放清單移除嗎?]]></string>
<string name="remove_songs_from_playlist_title">將多首歌曲由播放清單移除</string>
<string name="remove_x_songs_from_playlist"><![CDATA[要將 <b>%1$d</b> 首歌曲由播放清單移除嗎?]]></string>
<string name="rename_playlist_title">重新命名播放清單</string>
<string name="report_an_issue">回報問題</string>
<string name="report_bug">回報錯誤</string>
<string name="reset_action">重設</string>
<string name="reset_artist_image">重設歌手相片</string>
<string name="restore">恢復</string>
<string name="restored_previous_purchase_please_restart">已恢復上次購買狀態。請重新啟動程式來應用所有功能。</string>
<string name="restored_previous_purchases">回復購買狀態</string>
<string name="restoring_purchase">正在恢復購買狀態...</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="saf_delete_failed">刪除檔案失敗: %s</string>
<!-- SAF -->
<string name="saf_error_uri">獲取SAF URI失敗</string>
<string name="saf_guide_slide1_description">開啟隱藏式選單</string>
<string name="saf_guide_slide1_description_before_o">在溢出選單中啟用\'顯示SD卡\'</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s 需要SD卡存取權。</string>
<string name="saf_guide_slide2_description">您需要選擇SD卡的根目錄。</string>
<string name="saf_guide_slide2_title">在隱藏式選單中選擇您的SD卡</string>
<string name="saf_guide_slide3_description">不要開啟任何子資料夾</string>
<string name="saf_guide_slide3_title">點擊螢幕底下的\'選擇\'按鈕</string>
<string name="saf_write_failed">寫人檔案失敗: %s</string>
<string name="save">儲存</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">儲存檔案</string>
<string name="save_playlists_title">儲存為多個檔案</string>
<string name="saved_playlist_to">已儲存播放清單到%s。</string>
<string name="saving_changes">儲存</string>
<string name="scan_media">掃描媒體</string>
<string name="scanned_files">成功掃描 %2$d 項目 中的 %1$d 項目。</string>
<string name="scrobbles_label">塗鴉</string>
<string name="select_all">選擇全部</string>
<string name="selected">已選</string>
<string name="set">設定</string>
<string name="set_artist_image">設定歌手相片</string>
<string name="share_app">分享程式</string>
<string name="share_to_stories">分享到故事</string>
<string name="shuffle">隨機播放</string>
<string name="simple">簡單</string>
<string name="sleep_timer_canceled">休眠計時器已經取消。</string>
<string name="sleep_timer_set">休眠計時器從現在開始 %d 分鐘後停止播放。</string>
<string name="social">社交</string>
<string name="social_stories">分享故事</string>
<string name="song">歌曲</string>
<string name="song_duration">歌曲長度</string>
<string name="songs">歌曲</string>
<string name="sort_order">排序</string>
<string name="sort_order_a_z">遞增</string>
<string name="sort_order_album">專輯</string>
<string name="sort_order_artist">歌手</string>
<string name="sort_order_composer">作曲者</string>
<string name="sort_order_date">日期</string>
<string name="sort_order_date_modified">修改日期</string>
<string name="sort_order_year">年份</string>
<string name="sort_order_z_a">遞減</string>
<string name="speech_not_supported">對不起!您的裝置不支援語音服務</string>
<string name="speech_prompt">搜尋媒體庫</string>
<string name="stack">堆疊</string>
<string name="start_play_music">開始播放音樂。</string>
<string name="suggestion_songs">建議</string>
<string name="support_development">開發支援</string>
<string name="swipe_to_unlock">滑動螢幕以解鎖</string>
<string name="synced_lyrics">同步歌詞</string>
<!-- Message displayed when tag editing fails -->
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">加入Telegram群組討論程式錯誤、給予建議、炫耀一下還有更多</string>
<string name="thank_you">多謝您!</string>
<string name="the_audio_file">音樂檔案</string>
<string name="this_month">這個月</string>
<string name="this_week">這個星期</string>
<string name="this_year">這年</string>
<string name="tiny">迷你</string>
<string name="tiny_card_style">迷你卡片</string>
<string name="title">標題</string>
<string name="today">今天</string>
<string name="top_albums">專輯榜</string>
<string name="top_artists">歌手榜</string>
<string name="track_hint">"音軌 (2指音軌2或3004指CD3中的音軌4)"</string>
<string name="track_list">歌曲號碼</string>
<string name="translate">翻譯</string>
<string name="translate_community">協助我們將這個應用程式翻譯成為您的語言</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">分享您的Retro Music設計</string>
<string name="unlabeled">未標記</string>
<string name="unplayable_file">\u7121\u6cd5\u64ad\u653e\u9019\u9996\u6b4c\u66f2\u3002</string>
<string name="up_next">下一首</string>
<string name="update_image">更新圖片</string>
<string name="updating">更新中...</string>
<string name="username">用戶名稱</string>
<string name="version">版本</string>
<string name="vertical_flip">垂直翻轉式</string>
<string name="volume">音量</string>
<string name="web_search">網路搜尋</string>
<string name="welcome">歡迎,</string>
<string name="what_do_you_want_to_share">有什麼內容想分享的?</string>
<string name="whats_new">最新動向</string>
<string name="window">視窗</string>
<string name="window_corner_edges">圓角</string>
<string name="x_has_been_set_as_ringtone">已經將%1$s設定為您的鈴聲。</string>
<string name="x_selected">%1$d個已選擇</string>
<string name="year">年份</string>
<string name="you_have_to_select_at_least_one_category">您必須選擇最少一項類別。</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">您將會轉到問題跟蹤網站。</string>
<string name="your_account_data_is_only_used_for_authentication">您的帳戶只會用於認證用途。</string>
</resources>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="about_album_label">About %s</string>
<string name="about_album_label">關於 %s</string>
<string name="about_settings_summary">Team, social links</string>
<string name="accent_color">重點色調</string>
<string name="accent_color_desc">重點色調,預設為粉紅色。</string>
<string name="action_about">關於</string>
<string name="action_add_to_blacklist">Add to Blacklist</string>
<string name="action_add_to_blacklist">加入黑名單</string>
<string name="action_add_to_favorites">加到最愛</string>
<string name="action_add_to_playing_queue">加入播放佇列</string>
<string name="action_add_to_playlist">加入播放清單...</string>
@ -15,7 +15,7 @@
<string name="action_delete">刪除</string>
<string name="action_delete_from_device">刪除</string>
<string name="action_details">詳細資訊</string>
<string name="action_edit">Edit</string>
<string name="action_edit">編輯</string>
<string name="action_go_to_album">開啟此專輯</string>
<string name="action_go_to_artist">前往此演唱者頁面</string>
<string name="action_go_to_genre">Go to genre</string>
@ -23,7 +23,7 @@
<string name="action_grant">取得</string>
<string name="action_grid_size">網格大小</string>
<string name="action_grid_size_land">網格大小</string>
<string name="action_new_playlist">New playlist</string>
<string name="action_new_playlist">新增播放清單</string>
<string name="action_next">下一首</string>
<string name="action_play">播放</string>
<string name="action_play_all">Play all</string>
@ -34,7 +34,7 @@
<string name="action_remove_from_playing_queue">從播放佇列中移除</string>
<string name="action_remove_from_playlist">從播放清單移除</string>
<string name="action_rename">重新命名</string>
<string name="action_save_playing_queue">Save playing queue</string>
<string name="action_save_playing_queue">儲存播放佇列</string>
<string name="action_scan">掃描</string>
<string name="action_search">搜尋</string>
<string name="action_set">設定</string>
@ -50,78 +50,81 @@
<string name="action_toggle_favorite">Toggle favorite</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="adaptive">Adaptive</string>
<string name="add_action">Add</string>
<string name="add_action">添加</string>
<string name="add_playlist_title">"加入播放清單"</string>
<string name="add_time_framed_lryics">Add Time Framed Lyrics</string>
<string name="added_title_to_playing_queue">"已將 1 首歌加到播放佇列"</string>
<string name="added_x_titles_to_playing_queue">已將 %1$d 首歌加到播放佇列。</string>
<string name="album">專輯</string>
<plurals name="albumSongs">
<item quantity="other">Songs</item>
<item quantity="other">歌曲</item>
</plurals>
<string name="album_artist">Album Artist</string>
<string name="album_artist">專輯演唱者</string>
<string name="albums">專輯</string>
<plurals name="albums">
<item quantity="other">Albums</item>
<item quantity="other">專輯</item>
</plurals>
<string name="always">永遠</string>
<string name="app_share">Hey check out this cool music player at: https://play.google.com/store/apps/details?id=%s</string>
<string name="app_shortcut_shuffle_all_short">隨機播放</string>
<string name="app_shortcut_top_tracks_short">最佳單曲</string>
<string name="app_widget_big_name">Full Image</string>
<string name="app_widget_card_name">Card</string>
<string name="app_widget_big_name">完整圖片</string>
<string name="app_widget_card_name">卡片</string>
<string name="app_widget_classic_name">經典</string>
<string name="app_widget_small_name">小型</string>
<string name="app_widget_text_name">Minimal Text</string>
<string name="artist">演唱者</string>
<string name="artists">演唱者</string>
<string name="audio_fade_duration">Audio Fade Duration</string>
<string name="audio_fade_duration">音樂淡入淡出時間</string>
<string name="audio_focus_denied">無法控制音訊焦點。</string>
<string name="audio_settings_summary">Change the sound settings and adjust the equalizer controls</string>
<string name="auto">Auto</string>
<string name="auto">自動</string>
<string name="backup_restore_title"><![CDATA[Backup & Restore]]></string>
<string name="backup_title">Backups</string>
<string name="biography">簡介</string>
<string name="black_theme_name">純黑AMOLED</string>
<string name="blacklist">Blacklist</string>
<string name="blur">Blur</string>
<string name="blur_card">Blur Card</string>
<string name="bug_report_failed">Unable to send report</string>
<string name="blacklist">黑名單</string>
<string name="blur">模糊</string>
<string name="blur_card">模糊卡片</string>
<string name="bug_report_failed">無法傳送報告</string>
<string name="bug_report_failed_invalid_token">Invalid access token. Please contact the app developer.</string>
<string name="bug_report_failed_issues_not_available">Issues are not enabled for the selected repository. Please contact the app developer.</string>
<string name="bug_report_failed_unknown">An unexpected error occurred. Please contact the app developer.</string>
<string name="bug_report_failed_wrong_credentials">Wrong username or password</string>
<string name="bug_report_issue">Issue</string>
<string name="bug_report_manual">Send manually</string>
<string name="bug_report_no_description">Please enter an issue description</string>
<string name="bug_report_no_password">Please enter your valid GitHub password</string>
<string name="bug_report_no_title">Please enter an issue title</string>
<string name="bug_report_no_username">Please enter your valid GitHub username</string>
<string name="bug_report_failed_unknown">發生意外的錯誤。請聯絡應用程式開發人員。</string>
<string name="bug_report_failed_wrong_credentials">錯誤的帳號或密碼</string>
<string name="bug_report_issue">問題</string>
<string name="bug_report_manual">手動傳送</string>
<string name="bug_report_no_description">請輸入問題內容敘述</string>
<string name="bug_report_no_password">請輸入有效的 GitHub 密碼</string>
<string name="bug_report_no_title">請輸入問題的標題</string>
<string name="bug_report_no_username">請輸入有效的 GitHub 帳號</string>
<string name="bug_report_summary">An unexpected error occurred. Sorry you found this bug, if it keeps crashing \"Clear app data\" or send an Email </string>
<string name="bug_report_use_account">Send using GitHub account</string>
<string name="buy_now">Buy now</string>
<string name="bug_report_use_account">透過 GitHub 帳戶傳送</string>
<string name="buy_now">立刻購買</string>
<string name="cancel_current_timer">取消目前的計時器</string>
<string name="card">Card</string>
<string name="card">卡片</string>
<string name="card_color_style">Colored Card</string>
<string name="card_square">Square Card</string>
<string name="card_style">Card</string>
<string name="card_style">卡片</string>
<string name="carousal_effect_on_now_playing_screen">Carousel effect on the now playing screen</string>
<string name="cascading">Cascading</string>
<string name="changelog">新功能</string>
<string name="changelog_summary">Check out What\'s New</string>
<string name="changelog_summary">查看新內容</string>
<string name="circle">Circle</string>
<string name="circular">Circular</string>
<string name="classic">經典</string>
<string name="clear_action">清空</string>
<string name="clear_blacklist">Clear blacklist</string>
<string name="clear_playing_queue">Clear queue</string>
<string name="clear_blacklist">清除黑名單</string>
<string name="clear_playing_queue">清除佇列</string>
<string name="color">Color</string>
<string name="colors">主題顏色</string>
<string name="composer">Composer</string>
<string name="copied_device_info_to_clipboard">Copied device info to clipboard.</string>
<string name="copied_device_info_to_clipboard">複製裝置資訊到剪貼版。</string>
<string name="could_not_create_playlist">Couldn\u2019t create playlist.</string>
<string name="could_not_download_album_cover">"Couldn\u2019t download a matching album cover."</string>
<string name="could_not_restore_purchase">Could not restore purchase.</string>
<string name="could_not_scan_files">不能掃描 %d。</string>
<string name="create_action">建立</string>
<string name="create_new_backup">建立</string>
<string name="created_playlist_x">已新增播放清單 %1$s。</string>
<string name="credit_title">Members and contributors </string>
<string name="currently_listening_to_x_by_x">我正在聽 %2$s 的 %1$s</string>
@ -129,47 +132,47 @@
<string name="delete_playlist_title">刪除播放清單</string>
<string name="delete_playlist_x"><![CDATA[確定要刪除播放清單 <b>%1$s</b> 嗎?]]></string>
<string name="delete_playlists_title">刪除多個播放清單</string>
<string name="delete_song_title">Delete song</string>
<string name="delete_song_title">刪除歌曲</string>
<string name="delete_song_x"><![CDATA[確定刪除歌曲 <b>%1$s</b> 嗎?]]></string>
<string name="delete_songs_title">Delete songs</string>
<string name="delete_songs_title">刪除歌曲</string>
<string name="delete_x_playlists"><![CDATA[確定要刪除 <b>%1$d</b> 個播放清單?]]></string>
<string name="delete_x_songs"><![CDATA[確定要刪除 <b>%1$d</b> 首歌嗎?]]></string>
<string name="deleted_x_songs">已刪除 %1$d 首歌。</string>
<string name="deleting_songs">Deleting Songs</string>
<string name="depth">Depth</string>
<string name="description">Description</string>
<string name="device_info">Device info</string>
<string name="dialog_message_set_ringtone">Allow Retro Music to modify audio settings</string>
<string name="dialog_title_set_ringtone">Set ringtone</string>
<string name="do_you_want_to_clear_the_blacklist">Do you want to clear the blacklist?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[Do you want to remove <b>%1$s</b> from the blacklist?]]></string>
<string name="deleting_songs">正在刪除歌曲</string>
<string name="depth">深度</string>
<string name="description">描述</string>
<string name="device_info">裝置資訊</string>
<string name="dialog_message_set_ringtone">允許 Retro Music 修改音訊設定</string>
<string name="dialog_title_set_ringtone">設定鈴聲</string>
<string name="do_you_want_to_clear_the_blacklist">您是否想要清除黑名單?</string>
<string name="do_you_want_to_remove_from_the_blacklist"><![CDATA[您是否想把 <b>%1$s</b> 移出黑名單?]]></string>
<string name="donate">捐助</string>
<string name="donate_summary">如果你認為我的努力值得回報,你可以在這裡留幾塊錢。</string>
<string name="donation_header">Buy me a:</string>
<string name="done">Done</string>
<string name="drive_mode">Drive mode</string>
<string name="edit_fab">Edit Button</string>
<string name="edit_normal_lyrics">Edit Lyrics</string>
<string name="edit_synced_lyrics">Edit Synced Lyrics</string>
<string name="done">完成</string>
<string name="drive_mode">駕駛模式</string>
<string name="edit_fab">編輯按鈕</string>
<string name="edit_normal_lyrics">歌詞編輯</string>
<string name="edit_synced_lyrics">編輯同步歌詞</string>
<string name="empty">空的</string>
<string name="equalizer">等化器</string>
<string name="faq">FAQ</string>
<string name="faq">常見問題</string>
<string name="favorites">最愛</string>
<string name="finish_last_song">Finish last song</string>
<string name="finish_last_song">播放完最後一首歌曲</string>
<string name="fit">Fit</string>
<string name="flat">方角</string>
<string name="folders">文件夾</string>
<string name="follow_system">Follow system</string>
<string name="for_you">For you</string>
<string name="free">Free</string>
<string name="follow_system">跟隨系統</string>
<string name="for_you">爲您推薦</string>
<string name="free">免費</string>
<string name="full">Full</string>
<string name="full_card">Full card</string>
<string name="general_settings_summary">Change the theme and colors of the app</string>
<string name="general_settings_title">Look and feel</string>
<string name="genre">類型</string>
<string name="genres">Genres</string>
<string name="general_settings_summary">變更應用程式的外觀與顔色</string>
<string name="general_settings_title">介面與外觀</string>
<string name="genre">流派</string>
<string name="genres">流派</string>
<string name="git_hub_summary">Fork the project on GitHub</string>
<string name="gradient">Gradient</string>
<string name="gradient">漸變</string>
<string name="grid_size_1">1</string>
<string name="grid_size_2">2</string>
<string name="grid_size_3">3</string>
@ -178,115 +181,116 @@
<string name="grid_size_6">6</string>
<string name="grid_size_7">7</string>
<string name="grid_size_8">8</string>
<string name="grid_style_label">Grid style</string>
<string name="help_summary">Need more help?</string>
<string name="grid_style_label">網格樣式</string>
<string name="help_summary">需要更多幫助?</string>
<string name="hinge">Hinge</string>
<string name="history">記錄</string>
<string name="home">首頁</string>
<string name="horizontal_flip">Horizontal flip</string>
<string name="image">Image</string>
<string name="image_gradient">Gradient image</string>
<string name="horizontal_flip">水平翻轉</string>
<string name="image">圖像</string>
<string name="image_gradient">漸變圖像</string>
<string name="image_settings_summary">Change artist image download settings</string>
<string name="import_label">Import</string>
<string name="import_playlist">Import playlist</string>
<string name="import_label">匯入</string>
<string name="import_playlist">匯入播放清單</string>
<string name="import_playlist_message">It imports all playlists listed in the Android Media Store with songs, if the playlists already exists, the songs will get merged.</string>
<string name="inserted_x_songs_into_playlist_x">已將 %1$d 首歌加入播放清單 %2$s 中。</string>
<string name="instagram_page_summary">Share your Retro Music setup to showcase on Instagram</string>
<string name="keyboard">Keyboard</string>
<string name="keyboard">鍵盤</string>
<string name="label_bit_rate">位元率</string>
<string name="label_file_format">格式</string>
<string name="label_file_name">檔案名稱</string>
<string name="label_file_path">檔案路徑</string>
<string name="label_file_size">檔案大小</string>
<string name="label_more_from">More from %s</string>
<string name="label_more_from">來自 %s 的更多內容</string>
<string name="label_sampling_rate">取樣率</string>
<string name="label_track_length">長度</string>
<string name="labeled">Labeled</string>
<string name="labeled">有标签</string>
<string name="last_added">最後新增</string>
<string name="last_song">Last song</string>
<string name="library_categories">Library categories</string>
<string name="library_categories">音樂庫類別</string>
<string name="licenses">原始碼授權</string>
<string name="light_theme_name">明亮</string>
<string name="listeners_label">Listeners</string>
<string name="listeners_label">聽眾</string>
<string name="listing_files">清單文件</string>
<string name="loading_products">正在載入</string>
<string name="login">Login</string>
<string name="login">登入</string>
<string name="lyrics">歌詞</string>
<string name="made_with_love">Made with ❤️ in India</string>
<string name="material">Material</string>
<string name="md_error_label">Error</string>
<string name="md_storage_perm_error">Permission error</string>
<string name="my_name">Name</string>
<string name="md_error_label">錯誤</string>
<string name="md_storage_perm_error">權限錯誤</string>
<string name="my_name">姓名</string>
<string name="my_top_tracks">我的最佳單曲</string>
<string name="never">永不</string>
<string name="new_playlist_title">新增播放清單</string>
<string name="new_start_directory">%s是新的起始目錄</string>
<string name="next_song">Next Song</string>
<string name="next_song">下一曲</string>
<string name="no_albums">沒有專輯</string>
<string name="no_artists">沒有演唱者</string>
<string name="no_audio_ID">"請先播放一首歌後再重試一遍。"</string>
<string name="no_backups_found">No Backups Found</string>
<string name="no_equalizer">找不到等化器。</string>
<string name="no_genres">You have no genres</string>
<string name="no_lyrics_found">No lyrics found</string>
<string name="no_playing_queue">No songs playing</string>
<string name="no_genres">沒有流派</string>
<string name="no_lyrics_found">沒有歌詞</string>
<string name="no_playing_queue">沒有播放歌曲</string>
<string name="no_playlists">沒有播放清單</string>
<string name="no_purchase_found">No purchase found.</string>
<string name="no_purchase_found">沒有購買記錄</string>
<string name="no_results">沒有搜尋結果</string>
<string name="no_songs">沒有歌曲</string>
<string name="normal">Normal</string>
<string name="normal_lyrics">Normal lyrics</string>
<string name="not_listed_in_media_store"><![CDATA[<b>%s</b> 未在音樂庫裡。]]></string>
<string name="not_recently_played">Not recently played</string>
<string name="not_recently_played">最近未播放</string>
<string name="nothing_to_scan">沒有東西可掃描。</string>
<string name="nothing_to_see">Nothing to see</string>
<string name="notification">通知</string>
<string name="notification_settings_summary">Customize the notification style</string>
<string name="now_playing">Now playing</string>
<string name="notification_settings_summary">自訂通知樣式</string>
<string name="now_playing">正在播放</string>
<string name="now_playing_queue">播放佇列</string>
<string name="now_playing_summary">Customize the now playing screen</string>
<string name="now_playing_summary">自訂正在播放畫面</string>
<string name="now_playing_themes">9+ now playing themes</string>
<string name="only_on_wifi">只在有 Wi-Fi 連接時</string>
<string name="other_settings_summary">Advanced testing features</string>
<string name="others">Other</string>
<string name="password">Password</string>
<string name="past_three_months">Past 3 months</string>
<string name="paste_lyrics_here">Paste Lyrics Here</string>
<string name="other_settings_summary">進階測試功能</string>
<string name="others">其他</string>
<string name="password">密碼</string>
<string name="past_three_months">過去 3 個月</string>
<string name="paste_lyrics_here">在這裡貼上歌詞</string>
<string name="paste_timeframe_lyrics_here">Paste timeframe lyrics here</string>
<string name="peak">Peak</string>
<string name="permission_external_storage_denied">無法取得存取外部儲存空間的權限。</string>
<string name="permission_summary">The app needs permission to access your device storage for playing music</string>
<string name="permission_title">Storage Access</string>
<string name="permissions_denied">存取被拒</string>
<string name="personalize">Personalize</string>
<string name="personalize">個人化</string>
<string name="personalize_settings_summary">Customize your now playing and UI controls</string>
<string name="pick_from_local_storage">從手機裡選擇SD卡或記憶體</string>
<string name="pinterest_page">Pinterest</string>
<string name="pinterest_page_summary">Follow Pinterest page for Retro Music design inspiration</string>
<string name="plain">Plain</string>
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
<string name="playing_notification_name">Playing notification</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="playing_notification_name">播放通知</string>
<string name="playlist_is_empty">播放列表爲空</string>
<string name="playlist_name_empty">播放清單名稱</string>
<string name="playlists">播放清單</string>
<string name="pref_blur_amount_summary">Amount of blur applied for blur themes, lower is faster</string>
<string name="pref_blur_amount_title">Blur amount</string>
<string name="pref_blur_amount_title">模糊化程度</string>
<string name="pref_filter_song_summary">Filter songs by length</string>
<string name="pref_filter_song_title">Filter song duration</string>
<string name="pref_header_advanced">Advanced</string>
<string name="pref_header_album">Album style</string>
<string name="pref_header_advanced">進階</string>
<string name="pref_header_album">專輯標題</string>
<string name="pref_header_audio">音訊</string>
<string name="pref_header_blacklist">Blacklist</string>
<string name="pref_header_controls">Controls</string>
<string name="pref_header_general">Theme</string>
<string name="pref_header_blacklist">黑名單</string>
<string name="pref_header_controls">控制</string>
<string name="pref_header_general">主題</string>
<string name="pref_header_images">圖片</string>
<string name="pref_header_library">Library</string>
<string name="pref_header_library">音樂庫</string>
<string name="pref_header_lockscreen">鎖定螢幕</string>
<string name="pref_header_playlists">播放清單</string>
<string name="pref_keep_pause_on_zero_volume_summary">Pauses the song when the volume decreases to zero and starts playing back when the volume level rises. Also works outside the app</string>
<string name="pref_keep_pause_on_zero_volume_title">Pause on zero</string>
<string name="pref_keep_screen_on_summary">Keep in mind that enabling this feature may affect battery life</string>
<string name="pref_keep_screen_on_title">Keep the screen on</string>
<string name="pref_language_name">Select language</string>
<string name="pref_keep_screen_on_title">保持螢幕開啓</string>
<string name="pref_language_name">選擇語言</string>
<string name="pref_summary_album_art_on_lockscreen">將播放中歌曲的專輯封面設為鎖定螢幕背景。</string>
<string name="pref_summary_album_artists_only">Show Album Artists in the Artist category</string>
<string name="pref_summary_audio_ducking">通知鈴聲、導航語音等。</string>
@ -295,7 +299,7 @@
<string name="pref_summary_bluetooth_playback">Start playing as soon as connected to bluetooth device</string>
<string name="pref_summary_blurred_album_art">在鎖定畫面上模糊化專輯圖片。第三方程式和小工具可能不正常運作。</string>
<string name="pref_summary_carousel_effect">Carousel effect for the album art in the now playing screen. Note that Card and Blur Card themes won\'t work</string>
<string name="pref_summary_classic_notification">Use the classic notification design</string>
<string name="pref_summary_classic_notification">使用經典通知樣式</string>
<string name="pref_summary_colored_app">在播放面板上,背景與控制按鈕的顏色將根據的專輯封面顏色而改變</string>
<string name="pref_summary_colored_app_shortcuts">將重點色調設為應用快捷方式的顏色。每次更改重點色調後,請切換此功能以生效。</string>
<string name="pref_summary_colored_notification">"\u72c0\u614b\u5217\u984f\u8272\u8207\u5c08\u8f2f\u5716\u7247\u984f\u8272\u4e00\u81f4"</string>
@ -307,15 +311,15 @@
<string name="pref_summary_gapless_playback">"可能會在某些裝置上出現播放問題。"</string>
<string name="pref_summary_home_banner">Show or hide the home banner</string>
<string name="pref_summary_ignore_media_store_artwork">提高專輯封面的成像品質,但會造成較長的讀取時間。建議只有在您對低畫質的專輯封面有問題時才開啟此選項。</string>
<string name="pref_summary_library_categories">Configure visibility and order of library categories.</string>
<string name="pref_summary_library_categories">調整音樂庫類別的顯示與排序</string>
<string name="pref_summary_lock_screen">Use Retro Music\'s custom lockscreen controls</string>
<string name="pref_summary_open_source_licences">License details for open source software</string>
<string name="pref_summary_open_source_licences">開放原始碼軟體的授權詳細資料</string>
<string name="pref_summary_remember_tab">Navigate to the last used tab on start</string>
<string name="pref_summary_show_lyrics">Display Synced Lyrics over Album Cover</string>
<string name="pref_summary_suggestions">Show New Music Mix on Homescreen</string>
<string name="pref_summary_toggle_full_screen">Immersive mode</string>
<string name="pref_summary_toggle_full_screen">沉浸模式</string>
<string name="pref_summary_toggle_headset">Start playing immediately after headphones are connected</string>
<string name="pref_summary_toggle_shuffle">Shuffle mode will turn off when playing a new list of songs</string>
<string name="pref_summary_toggle_shuffle">選擇新樂曲清單時,關閉隨機模式</string>
<string name="pref_summary_toggle_volume">If enough space is available, show volume controls in the now playing screen</string>
<string name="pref_summary_whitelist">Only show music from /Music Folder</string>
<string name="pref_title_album_art_on_lockscreen">顯示專輯封面</string>
@ -326,62 +330,62 @@
<string name="pref_title_audio_ducking">在焦點音訊響起時降低音量</string>
<string name="pref_title_audio_fade">Fade Audio</string>
<string name="pref_title_auto_download_artist_images">自動下載演唱者圖片</string>
<string name="pref_title_blacklist">Blacklist</string>
<string name="pref_title_blacklist">黑名單</string>
<string name="pref_title_bluetooth_playback">Bluetooth playback</string>
<string name="pref_title_blurred_album_art">將專輯圖片模糊化</string>
<string name="pref_title_classic_notification">Classic notification design</string>
<string name="pref_title_classic_notification">經典通知樣式</string>
<string name="pref_title_colored_app">自適應顏色</string>
<string name="pref_title_colored_notification">彩色的狀態列</string>
<string name="pref_title_cross_fade">Crossfade (Beta)</string>
<string name="pref_title_desaturated_color">Desaturated color</string>
<string name="pref_title_desaturated_color">低飽和顏色</string>
<string name="pref_title_expand_now_playing_panel">Show now playing screen</string>
<string name="pref_title_extra_controls">Extra controls</string>
<string name="pref_title_extra_song_info">Song info</string>
<string name="pref_title_extra_song_info">音樂資訊</string>
<string name="pref_title_gapless_playback">無縫播放</string>
<string name="pref_title_general_theme">主題</string>
<string name="pref_title_home_album_grid_style">Album grid</string>
<string name="pref_title_home_album_grid_style">專輯網格</string>
<string name="pref_title_home_artist_grid_style">Artist grid</string>
<string name="pref_title_home_banner">Banner</string>
<string name="pref_title_ignore_media_store_artwork">忽略音訊檔內嵌的專輯封面</string>
<string name="pref_title_last_added_interval">Last added playlist interval</string>
<string name="pref_title_lock_screen">Fullscreen controls</string>
<string name="pref_title_last_added_interval">最後新增列表的時間範圍</string>
<string name="pref_title_lock_screen">全螢幕控制</string>
<string name="pref_title_now_playing_screen_appearance">外觀</string>
<string name="pref_title_open_source_licences">開源授權協議</string>
<string name="pref_title_remember_tab">Remember Last Tab</string>
<string name="pref_title_show_lyrics">Show Lyrics</string>
<string name="pref_title_suggestions">Show Suggestions</string>
<string name="pref_title_remember_tab">記住最後開啓的頁面</string>
<string name="pref_title_show_lyrics">顯示歌詞</string>
<string name="pref_title_suggestions">顯示建議</string>
<string name="pref_title_tab_text_mode">Tab titles mode</string>
<string name="pref_title_toggle_carousel_effect">Carousel effect</string>
<string name="pref_title_toggle_full_screen">Fullscreen app</string>
<string name="pref_title_toggle_toggle_headset">Auto-play</string>
<string name="pref_title_toggle_toggle_shuffle">Shuffle mode</string>
<string name="pref_title_toggle_volume">Volume controls</string>
<string name="pref_title_whitelist">Whitelist Music</string>
<string name="pro">Pro</string>
<string name="pref_title_toggle_full_screen">全螢幕應用</string>
<string name="pref_title_toggle_toggle_headset">自动播放</string>
<string name="pref_title_toggle_toggle_shuffle">隨機播放模式</string>
<string name="pref_title_toggle_volume">音量控制</string>
<string name="pref_title_whitelist">白名單音樂</string>
<string name="pro">專業版</string>
<string name="pro_summary">Black theme, Now playing themes, Carousel effect and more..</string>
<string name="profile">Profile</string>
<string name="purchase">Purchase</string>
<string name="profile">個人資料</string>
<string name="purchase">购买</string>
<string name="queue">播放佇列</string>
<string name="rate_app">評分</string>
<string name="rate_on_google_play_summary">如果您喜歡 Retro music在 Play 商店給個好評吧 </string>
<string name="recent_albums">Recent albums</string>
<string name="recent_artists">Recent artists</string>
<string name="recent_albums">最近專輯</string>
<string name="recent_artists">最近演出者</string>
<string name="remove_action">移除</string>
<string name="remove_cover">移除封面</string>
<string name="remove_from_blacklist">Remove from blacklist</string>
<string name="remove_from_blacklist">移出黑名單</string>
<string name="remove_song_from_playlist_title">將歌曲從播放清單中移除</string>
<string name="remove_song_x_from_playlist"><![CDATA[確定要將歌曲 <b>%1$s</b> 從播放清單中移除嗎?]]></string>
<string name="remove_songs_from_playlist_title">將多首歌曲從播放清單中移除</string>
<string name="remove_x_songs_from_playlist"><![CDATA[確定要將 <b>%1$d</b> 首歌從播放清單中移除嗎?]]></string>
<string name="rename_playlist_title">重新命名播放清單</string>
<string name="report_an_issue">Report an issue</string>
<string name="report_bug">Report bug</string>
<string name="reset_action">Reset</string>
<string name="reset_artist_image">Reset artist image</string>
<string name="restore">Restore</string>
<string name="restored_previous_purchase_please_restart">Restored previous purchase. Please restart the app to make use of all features.</string>
<string name="report_an_issue">回報問題</string>
<string name="report_bug">報告錯誤</string>
<string name="reset_action">重置</string>
<string name="reset_artist_image">重置演出者圖片</string>
<string name="restore">恢復</string>
<string name="restored_previous_purchase_please_restart">恢復購買成功。請重啓應用以使用完整功能。</string>
<string name="restored_previous_purchases">回復購買</string>
<string name="restoring_purchase">Restoring purchase</string>
<string name="restoring_purchase">正在恢復購買</string>
<string name="retro_music_player">Retro Music Player</string>
<string name="retro_music_pro">Retro Music Pro</string>
<string name="ringtone_summary">The app needs permission to access your device settings in order to set music as Ringtone</string>
@ -389,7 +393,7 @@
<string name="saf_delete_failed">File delete failed: %s</string>
<!-- SAF -->
<string name="saf_error_uri">Can\'t get SAF URI</string>
<string name="saf_guide_slide1_description">Open navigation drawer</string>
<string name="saf_guide_slide1_description">打開導航抽屜</string>
<string name="saf_guide_slide1_description_before_o">Enable \'Show SD card\' in overflow menu</string>
<!-- SAF guide -->
<string name="saf_guide_slide1_title">%s needs SD card access</string>
@ -397,96 +401,96 @@
<string name="saf_guide_slide2_title">Select your SD card in navigation drawer</string>
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="saf_guide_slide3_title">Tap \'select\' button at the bottom of the screen</string>
<string name="saf_write_failed">File write failed: %s</string>
<string name="save">Save</string>
<string name="saf_write_failed">寫入檔案失敗:%s</string>
<string name="save">儲存</string>
<!-- SAF -->
<!-- SAF guide -->
<string name="save_playlist_title">儲存檔案</string>
<string name="save_playlists_title">Save as files</string>
<string name="save_playlist_title">儲存檔案</string>
<string name="save_playlists_title">儲存爲檔案</string>
<string name="saved_playlist_to">已儲存播放清單至 %s</string>
<string name="saving_changes">儲存變更</string>
<string name="scan_media">Scan media</string>
<string name="scan_media">掃描媒體</string>
<string name="scanned_files">已掃描 %2$d 個檔案夾中的 %1$d 個。</string>
<string name="scrobbles_label">Scrobbles</string>
<string name="select_all">Select all</string>
<string name="selected">Selected</string>
<string name="set">Set</string>
<string name="set_artist_image">Set artist image</string>
<string name="share_app">Share app</string>
<string name="share_summary">Share the app with your friends and family</string>
<string name="select_all">選擇全部</string>
<string name="selected">已選擇</string>
<string name="set">設定</string>
<string name="set_artist_image">設定演出者圖片</string>
<string name="share_app">分享應用程式</string>
<string name="share_summary">與家人和朋友分享程式</string>
<string name="share_to_stories">Share to Stories</string>
<string name="show_album_artists">Show Album Artists</string>
<string name="show_album_artists">顯示專輯演唱者</string>
<string name="shuffle">隨機播放</string>
<string name="simple">Simple</string>
<string name="sleep_timer_canceled">已取消睡眠定時器。</string>
<string name="sleep_timer_set">%d 分鐘後,音樂將會自動停止。</string>
<string name="social">Social</string>
<string name="social_stories">Share story</string>
<string name="social">社群</string>
<string name="social_stories">分享故事</string>
<string name="song">歌曲</string>
<string name="song_duration">Song duration</string>
<string name="song_duration">歌曲長度</string>
<string name="songs">歌曲</string>
<string name="sort_order">排序</string>
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">專輯</string>
<string name="sort_order_artist">演唱者</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_composer">作曲者</string>
<string name="sort_order_date">加入日期</string>
<string name="sort_order_date_modified">修改日期</string>
<string name="sort_order_num_songs">歌曲數量</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>
<string name="sort_order_year">年份</string>
<string name="sort_order_z_a">Descending</string>
<string name="speech_not_supported">抱歉!你的裝置不支援語音輸入</string>
<string name="speech_prompt">搜尋音樂庫</string>
<string name="stack">Stack</string>
<string name="start_play_music">Start playing music.</string>
<string name="suggestion_songs">Suggestions</string>
<string name="start_play_music">開始播放音樂</string>
<string name="suggestion_songs">建議</string>
<string name="support_development">支援開發</string>
<string name="swipe_to_unlock">Swipe to unlock</string>
<string name="synced_lyrics">Synced lyrics</string>
<string name="swipe_to_unlock">滑動以解鎖</string>
<string name="synced_lyrics">同步歌詞</string>
<string name="telegram_group">Telegram</string>
<string name="telegram_group_summary">Join the Telegram group to discuss bugs, make suggestions, show off and more</string>
<string name="thank_you">感謝你!</string>
<string name="the_audio_file">音訊檔案</string>
<string name="this_month">This month</string>
<string name="this_week">This week</string>
<string name="this_year">This year</string>
<string name="this_month">本月</string>
<string name="this_week">本週</string>
<string name="this_year">今年</string>
<string name="tiny">Tiny</string>
<string name="tiny_card_style">Tiny card</string>
<string name="title">Title</string>
<string name="today">Today</string>
<string name="top_albums">Top albums</string>
<string name="top_artists">Top artists</string>
<string name="today">今日</string>
<string name="top_albums">熱門專輯</string>
<string name="top_artists">熱門演出者</string>
<string name="track_hint">"音軌用2表示第2首歌或用3004表示 CD3 的第4首歌"</string>
<string name="track_list">Track number</string>
<string name="track_list">音軌編號</string>
<string name="translate">翻譯</string>
<string name="translate_community">Help us translate the app to your language</string>
<string name="translate_community">幫助我們將本應用程式翻譯成您的語言</string>
<string name="try_retro_music_premium">Try Retro Music Premium</string>
<string name="twitter_page">Twitter</string>
<string name="twitter_page_summary">Share your design with Retro Music</string>
<string name="unlabeled">Unlabeled</string>
<string name="unlabeled">無標簽</string>
<string name="unplayable_file">\u7121\u6cd5\u64ad\u653e\u9019\u9996\u6b4c\u3002</string>
<string name="up_next">即將播放</string>
<string name="update_image">更新圖片</string>
<string name="updating">正在更新…</string>
<string name="user_name">User Name</string>
<string name="username">Username</string>
<string name="user_name">使用者名稱</string>
<string name="username">使用者名稱</string>
<string name="version">版本</string>
<string name="vertical_flip">Vertical flip</string>
<string name="vertical_flip">垂直翻轉</string>
<string name="view_on_telegram">View on Telegram</string>
<string name="volume">Volume</string>
<string name="volume">音量</string>
<string name="web_search">網路搜尋</string>
<string name="website">Website</string>
<string name="website">網站</string>
<string name="website_summary">Check out our Website</string>
<string name="welcome">Welcome,</string>
<string name="welcome">歡迎,</string>
<string name="what_do_you_want_to_share">你想分享哪些內容?</string>
<string name="whats_new">What\'s New</string>
<string name="window">Window</string>
<string name="window_corner_edges">Rounded corners</string>
<string name="whats_new">新增内容</string>
<string name="window">視窗</string>
<string name="window_corner_edges">圓角</string>
<string name="x_has_been_set_as_ringtone">已將 %1$s 設為鈴聲。</string>
<string name="x_selected">已選取 %1$d 個</string>
<string name="year">年份</string>
<string name="you_have_to_select_at_least_one_category">You have to select at least one category.</string>
<string name="you_have_to_select_at_least_one_category">您必須選取至少一個類別。</string>
<string name="you_will_be_forwarded_to_the_issue_tracker_website">You will be forwarded to the issue tracker website.</string>
<string name="your_account_data_is_only_used_for_authentication">Your account data is only used for authentication.</string>
<string name="your_account_data_is_only_used_for_authentication">您的帳戶資料僅用於驗證。</string>
</resources>