blob: 11ec9c747405ee95dc85ddab9e4887ae1fd2ebff [file] [log] [blame]
Andrew Nealad90d962012-11-20 18:41:37 -06001<?xml version="1.0" encoding="utf-8"?>
Marco Brohetd3c1c802013-12-14 19:55:28 +01002<!--
3 Copyright (C) 2012-2013 Andrew Neal
Marco Brohete22217a2014-01-25 00:10:54 +01004 Copyright (C) 2012-2014 The CyanogenMod Project
Marco Brohet8bd94702013-03-17 09:53:44 +01005
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
Marco Brohetd3c1c802013-12-14 19:55:28 +010017-->
Andrew Nealad90d962012-11-20 18:41:37 -060018<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19
linus_lee2bce6042014-10-21 18:14:41 -070020 <string name="app_name">Music</string>
Andrew Nealad90d962012-11-20 18:41:37 -060021
22 <!-- Page titles -->
23 <string name="page_recent">Recent</string>
24 <string name="page_artists">Artists</string>
25 <string name="page_albums">Albums</string>
26 <string name="page_songs">Songs</string>
27 <string name="page_playlists">Playlists</string>
28 <string name="page_genres">Genres</string>
linus_leedcb2ea32014-10-08 12:16:45 -070029 <string name="page_now_playing">Now Playing</string>
30 <string name="page_play_queue">Play Queue</string>
Andrew Nealad90d962012-11-20 18:41:37 -060031
Wilhelm Fitzpatrick5d1bf7f2014-09-04 16:24:02 -070032 <!-- Section Headers -->
linus_leedcb2ea32014-10-08 12:16:45 -070033 <string name="header_albums">Albums</string>
34 <string name="header_top_songs">Top Songs</string>
35 <string name="header_all_songs">All Songs</string>
Wilhelm Fitzpatrick5d1bf7f2014-09-04 16:24:02 -070036
Andrew Nealad90d962012-11-20 18:41:37 -060037 <!-- Option menu items -->
38 <string name="menu_settings">Settings</string>
Wilhelm Fitzpatrick88e69402014-10-01 17:24:20 -070039 <string name="menu_shuffle_item">Shuffle</string>
40 <string name="menu_shuffle_all">Shuffle all</string>
41 <string name="menu_shuffle_playlist">Shuffle playlist</string>
42 <string name="menu_shuffle_album">Shuffle album</string>
43 <string name="menu_shuffle_artist">Shuffle artist</string>
44 <string name="menu_shuffle_top_tracks">Shuffle top tracks</string>
45 <string name="menu_shuffle_recent">Shuffle recently played</string>
46 <string name="menu_shuffle_last_added">Shuffle last added</string>
Andrew Nealad90d962012-11-20 18:41:37 -060047 <string name="menu_play_all">Play all</string>
48 <string name="menu_sort_by">Sort by</string>
Wilhelm Fitzpatrick88e69402014-10-01 17:24:20 -070049 <string name="menu_clear_list">Clear list</string>
Andrew Nealad90d962012-11-20 18:41:37 -060050 <string name="menu_clear_recents">Clear recent</string>
51 <string name="menu_clear_queue">Clear queue</string>
Linus Lee0c5e3452015-04-17 17:33:40 -070052 <string name="menu_save_queue">Save queue to playlist</string>
Andrew Nealad90d962012-11-20 18:41:37 -060053 <string name="menu_equalizer">Equalizer</string>
Andrew Nealad90d962012-11-20 18:41:37 -060054
55 <!-- Playlist items -->
56 <string name="add_to_playlist">Add to playlist</string>
Andrew Nealad90d962012-11-20 18:41:37 -060057 <string name="add_to_queue">Add to queue</string>
Andrew Nealad90d962012-11-20 18:41:37 -060058 <string name="remove_from_recent">Remove from recent</string>
59 <string name="remove_from_queue">Remove from queue</string>
Andrew Nealad90d962012-11-20 18:41:37 -060060
61 <!-- Sort orders -->
62 <string name="sort_order_entry_az">A-Z</string>
63 <string name="sort_order_entry_za">Z-A</string>
64 <string name="sort_order_entry_artist">Artist</string>
65 <string name="sort_order_entry_album">Album</string>
66 <string name="sort_order_entry_year">Year</string>
67 <string name="sort_order_entry_duration">Duration</string>
68 <string name="sort_order_entry_date_added">Date added</string>
69 <string name="sort_order_entry_track_list">Track list</string>
70 <string name="sort_order_entry_number_of_songs">Number of songs</string>
71 <string name="sort_order_entry_number_of_albums">Number of albums</string>
kuci840a31f2013-11-27 20:18:53 +010072 <string name="sort_order_entry_filename">Filename</string>
Andrew Nealad90d962012-11-20 18:41:37 -060073
74 <!-- Default playlist names -->
linus_lee2bce6042014-10-21 18:14:41 -070075 <string name="playlist_last_added">Last added</string>
76 <string name="playlist_recently_played">Recently played</string>
77 <string name="playlist_top_tracks">My top tracks</string>
Andrew Nealad90d962012-11-20 18:41:37 -060078
79 <!-- AlertDialog items -->
Andrew Nealad90d962012-11-20 18:41:37 -060080 <string name="new_playlist">New playlist</string>
81 <string name="save">Save</string>
82 <string name="cancel">Cancel</string>
83 <string name="overwrite">Overwrite</string>
Wilhelm Fitzpatrick88e69402014-10-01 17:24:20 -070084 <string name="clear">Clear</string>
Andrew Nealad90d962012-11-20 18:41:37 -060085 <string name="new_playlist_name_template">Playlist <xliff:g id="number">%d</xliff:g></string>
Marco Brohet09d32e32013-04-02 15:35:36 +020086 <string name="create_playlist_prompt">Playlist name</string>
Danny Baumann3e27a6b2013-03-18 15:44:47 +010087 <string name="delete_dialog_title">Delete <xliff:g id="item" example="album">%s</xliff:g>?</string>
Wilhelm Fitzpatrick88e69402014-10-01 17:24:20 -070088 <string name="clear_top_tracks_title">Clear top tracks?</string>
89 <string name="clear_recent_title">Clear recently played?</string>
90 <string name="clear_last_added">Clear last added?</string>
Andrew Nealad90d962012-11-20 18:41:37 -060091 <string name="cannot_be_undone">This cannot be undone</string>
92 <string name="delete_warning">This will permanently delete the cached image entries</string>
93 <string name="new_photo">Choose photo from Gallery</string>
94 <string name="google_search">Google search</string>
95 <string name="use_default">Use default photo</string>
96 <string name="old_photo">Use old photo</string>
97
98 <!-- Context menu items -->
99 <string name="context_menu_play_selection">Play</string>
100 <string name="context_menu_play_next">Play next</string>
Linus Lee5ffc7db2015-04-17 17:08:07 -0700101 <string name="context_menu_play_album">Play album</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600102 <string name="context_menu_more_by_artist">More by artist</string>
103 <string name="context_menu_rename_playlist">Rename</string>
104 <string name="context_menu_delete">Delete</string>
105 <string name="context_menu_fetch_album_art">Fetch album art</string>
106 <string name="context_menu_fetch_artist_image">Fetch artist image</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600107 <string name="context_menu_remove_from_recent">Remove from recent</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600108 <string name="context_menu_use_as_ringtone">Use as ringtone</string>
Piotr Myszkaedee8502013-08-29 16:57:43 +0200109 <string name="context_menu_remove_from_playlist">Remove from playlist</string>
Raj Yengisetty742ec992014-10-14 18:00:13 -0700110 <string name="context_menu_change_image">Change image</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600111
112 <!-- Content descriptions -->
113 <string name="accessibility_play">Play</string>
114 <string name="accessibility_pause">Pause</string>
115 <string name="accessibility_next">Next</string>
116 <string name="accessibility_prev">Previous</string>
117 <string name="accessibility_shuffle">Shuffle</string>
118 <string name="accessibility_shuffle_all">Shuffle all</string>
119 <string name="accessibility_repeat">Repeat</string>
120 <string name="accessibility_repeat_all">Repeat all</string>
121 <string name="accessibility_repeat_one">Repeat one</string>
linus_lee2bce6042014-10-21 18:14:41 -0700122 <string name="accessibility_queue">Open queue</string>
123 <string name="accessibility_browse">Browse music</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600124
125 <!-- Toast messages -->
Michael Bestas53d344f2014-02-22 00:11:00 +0000126 <string name="set_as_ringtone">\'<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\' set as ringtone</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600127 <string name="playlist_renamed">Playlist renamed</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600128
129 <!-- Settings -->
130 <string name="settings_ui_category">Interface</string>
131 <string name="settings_storage_category">Storage</string>
132 <string name="settings_data_category">Data</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600133 <string name="settings_delete_cache_title">Delete cache</string>
134 <string name="settings_delete_cache_summary">Remove all cached images</string>
135 <string name="settings_download_only_on_wifi_title">Download via Wi-Fi only</string>
136 <string name="settings_download_only_on_wifi_summary">To reduce carrier charges, don\'t download over mobile networks</string>
137 <string name="settings_download_missing_artwork_title">Download missing album art</string>
138 <string name="settings_download_artist_images_title">Download missing artist images</string>
linus_lee82749812014-11-19 17:52:53 -0800139 <string name="settings_general_category">General</string>
140 <string name="settings_show_music_visualization_title">Show music visualization</string>
Alexander Martinz24bc08e2019-02-25 23:22:46 +0100141 <string name="settings_use_blur_title">Blur background</string>
linus_leead606c22014-11-19 12:47:04 -0800142 <string name="settings_show_lyrics_title">Show song lyrics</string>
143 <string name="settings_show_lyrics_summary">For songs that have an srt file</string>
Michael Bestas206ba7c2015-03-06 00:11:21 +0200144 <string name="settings_shake_to_play">Shake to Play</string>
Mikalacki Sava758ec432015-01-13 17:37:46 +0100145 <string name="settings_shake_to_play_summary">Shake your device to play next song</string>
Mikalacki Savae8e13102015-03-04 16:18:14 +0100146 <string name="settings_lockscreen_album_art">Lockscreen album art</string>
147 <string name="settings_lockscreen_album_art_summary">Replace lockscreen background with album art</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600148
149 <!-- App widget -->
linus_lee2bce6042014-10-21 18:14:41 -0700150 <string name="app_widget_small">Music: 4 \u00d7 1</string>
151 <string name="app_widget_large">Music: 4 \u00d7 2</string>
152 <string name="app_widget_large_alt">Music: 4 \u00d7 2 (alternate)</string>
Linus Lee5601e2a2014-08-04 15:05:06 -0700153 <string name="app_widget_recent">Music: recently listened</string>
Vladislav Koldobskiy4b450bd2014-02-24 22:27:18 +0400154 <string name="app_widget_text_separator" translatable="false">-</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600155
Andrew Nealad90d962012-11-20 18:41:37 -0600156 <!-- Empty list / error messages -->
157 <string name="no_effects_for_you">The equalizer could not be opened.</string>
158 <string name="empty_music">To copy music from your computer to your device, use a USB cable.</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600159 <string name="empty_favorite">Songs you mark as favorites will be shown here.</string>
linus_leedcb2ea32014-10-08 12:16:45 -0700160 <string name="empty_recent_main">No recent songs</string>
linus_leee45f89f2014-09-19 15:27:31 -0700161 <string name="empty_recent">Songs you have listened to recently will show up here.</string>
linus_leedcb2ea32014-10-08 12:16:45 -0700162 <string name="empty_playlist_main">No songs in playlist</string>
linus_leef3c5ce32014-09-15 13:01:01 -0700163 <string name="empty_playlist_secondary">To add songs to this playlist, tap the options menu on a song, album or artist and select \"Add to playlist\".</string>
linus_leedcb2ea32014-10-08 12:16:45 -0700164 <string name="empty_top_tracks_main">No top tracks</string>
linus_leef3c5ce32014-09-15 13:01:01 -0700165 <string name="empty_top_tracks_secondary">The songs you listen to most will be added to this list.</string>
linus_leedcb2ea32014-10-08 12:16:45 -0700166 <string name="empty_last_added_main">No songs added recently</string>
linus_leef3c5ce32014-09-15 13:01:01 -0700167 <string name="empty_last_added">Songs you have added over the last month will be shown here.</string>
linus_leedcb2ea32014-10-08 12:16:45 -0700168 <string name="empty_generic_main">No music found</string>
linus_leef3c5ce32014-09-15 13:01:01 -0700169 <string name="empty_generic_secondary">To copy music from your computer to your device, use a USB cable.</string>
linus_leedcb2ea32014-10-08 12:16:45 -0700170 <string name="empty_queue_main">No songs in play queue</string>
linus_lee2bce6042014-10-21 18:14:41 -0700171 <string name="empty_queue_secondary">To add songs to your Play Queue, tap the options menu on a song, album, or artist and select \"Add to queue\".</string>
linus_leedc144e32014-12-22 17:18:39 -0800172 <string name="error_playing_track">Unable to play track %1$s</string>
Andrew Nealad90d962012-11-20 18:41:37 -0600173
linus_leeb9634c92014-08-18 16:45:24 -0700174 <!-- Section Headers -->
linus_lee65d4df92014-10-27 11:54:59 -0700175 <string name="header_unknown_year">Unknown year</string>
176 <string name="header_less_than_30s">Less than 30 seconds</string>
linus_leeb9634c92014-08-18 16:45:24 -0700177 <string name="header_30_to_60_seconds">30 - 60 seconds</string>
178 <string name="header_1_to_2_minutes">1 - 2 minutes</string>
179 <string name="header_2_to_3_minutes">2 - 3 minutes</string>
180 <string name="header_3_to_4_minutes">3 - 4 minutes</string>
181 <string name="header_4_to_5_minutes">4 - 5 minutes</string>
182 <string name="header_5_to_10_minutes">5 - 10 minutes</string>
183 <string name="header_10_to_30_minutes">10 - 30 minutes</string>
184 <string name="header_30_to_60_minutes">30 - 60 minutes</string>
185 <string name="header_greater_than_60_minutes">More than 60 minutes</string>
186
linus_lee2bce6042014-10-21 18:14:41 -0700187 <string name="header_1_song">1 song</string>
188 <string name="header_2_to_4_songs">2 - 4 songs</string>
189 <string name="header_5_to_9_songs">5 - 9 songs</string>
190 <string name="header_10_plus_songs">10+ songs</string>
linus_leeb9634c92014-08-18 16:45:24 -0700191
linus_lee2bce6042014-10-21 18:14:41 -0700192 <string name="header_5_plus_albums">5+ albums</string>
linus_leeb423f722014-09-03 19:48:29 -0700193
Rohit Yengisetty493aa1d2014-10-22 16:32:26 -0700194 <string name="header_other">"Other"</string>
195
linus_lee28b31542014-09-19 18:46:07 -0700196 <string name="footer_search_artists">Show all artists</string>
197 <string name="footer_search_albums">Show all albums</string>
198 <string name="footer_search_songs">Show all songs</string>
199 <string name="footer_search_playlists">Show all playlists</string>
200
linus_lee28b31542014-09-19 18:46:07 -0700201 <string name="search_title_artists">All \"%s\" artists</string>
202 <string name="search_title_albums">All \"%s\" albums</string>
203 <string name="search_title_songs">All \"%s\" songs</string>
204 <string name="search_title_playlists">All \"%s\" playlists</string>
205
linus_lee2bce6042014-10-21 18:14:41 -0700206 <string name="duration_format"><xliff:g id="hours">%1$s</xliff:g> <xliff:g id="minutes">%2$s</xliff:g></string>
Joey1cd7ae22018-07-29 15:32:11 +0200207
208 <string name="channel_music">Music playback</string>
Rohit Yengisetty493aa1d2014-10-22 16:32:26 -0700209</resources>