1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** Copyright 2007, The Android Open Source Project 5** 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. 17*/ 18--> 19 20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 22 <!-- used in various places to indicate there is one song for a given artist or album --> 23 <string name="onesong">1 song</string> 24 <!-- used in various places to indicate there is some number other than one songs for a given artist or album. --> 25 <plurals name="Nsongs"> 26 <item quantity="one"><xliff:g id="count">%d</xliff:g> song</item> 27 <item quantity="other"><xliff:g id="count">%d</xliff:g> songs</item> 28 </plurals> 29 30 <!-- shows how many songs on the album are by the selected artist, out of how many total, if those two numbers are different --> 31 <plurals name="Nsongscomp"> 32 <item quantity="one"><xliff:g id="count_for_artist">%2$d</xliff:g> of <xliff:g id="total_count">%1$d</xliff:g> song</item> 33 <item quantity="other"><xliff:g id="count_for_artist">%2$d</xliff:g> of <xliff:g id="total_count">%1$d</xliff:g> songs</item> 34 </plurals> 35 36 <!-- Used in artists list view, indicates how many albums exist for a given artist. --> 37 <plurals name="Nalbums"> 38 <!-- number of albums is one --> 39 <item quantity="one">1 album</item> 40 <!-- number of albums is not equal to one --> 41 <item quantity="other"><xliff:g id="count">%d</xliff:g> albums</item> 42 </plurals> 43 44 <!-- 45 This string is used as the format string in a String.format call, 46 and 5 additional arguments are available for printing: 47 1 - hours 48 2 - minutes 49 3 - minutes%60 50 4 - seconds 51 5 - second%60 52 --> 53 <skip/> 54 <!-- Do not translate. Duration format for duration < 1 hour --> 55 <string translatable="false" name="durationformatshort"><xliff:g id="format">%2$d:%5$02d</xliff:g></string> 56 <!-- Do not translate. Duration format for duration >= 1 hour --> 57 <string translatable="false" name="durationformatlong"><xliff:g id="format">%1$d:%3$02d:%5$02d</xliff:g></string> 58 59 <!-- Menu item that takes the user back to the top level screen of the music player --> 60 <string name="goto_start">Library</string> 61 <!-- Menu item that switches the music player in to party shuffle mode --> 62 <string name="party_shuffle">Party shuffle</string> 63 <!-- Menu item that switches the music player out of party shuffle mode --> 64 <string name="party_shuffle_off">Party shuffle off</string> 65 <!-- Menu item that deletes the currently selected item, which might be a single song, or a collection of songs. 66 The user will be prompted to confirm before deletion actually takes place --> 67 <string name="delete_item">Delete</string> 68 <!-- Menu item to play back all the songs in the currently showing list in shuffle mode --> 69 <string name="shuffle_all">Shuffle all</string> 70 <!-- Menu item to play back all the songs in the currently showing list in list order --> 71 <string name="play_all">Play all</string> 72 73 <!-- Delete confirmation dialog when deleting an entire artist --> 74 <string name="delete_artist_desc">Permanently delete all songs by <xliff:g id="artist">%s</xliff:g> from the SD card?</string> 75 <!-- Delete confirmation dialog when deleting an entire artist --> 76 <string name="delete_artist_desc_nosdcard">Permanently delete all songs by <xliff:g id="artist">%s</xliff:g> from USB storage?</string> 77 78 <!-- Delete confirmation dialog when deleting an entire album --> 79 <string name="delete_album_desc">Permanently delete the entire album \"<xliff:g id="album">%s</xliff:g>\" from the SD card?</string> 80 <!-- Delete confirmation dialog when deleting an entire album --> 81 <string name="delete_album_desc_nosdcard">Permanently delete the entire album \"<xliff:g id="album">%s</xliff:g>\" from USB storage?</string> 82 83 <!-- Delete confirmation dialog when deleting a single song --> 84 <string name="delete_song_desc">Permanently delete \"<xliff:g id="song">%s</xliff:g>\" from the SD card?</string> 85 <!-- Delete confirmation dialog when deleting a single song --> 86 <string name="delete_song_desc_nosdcard">Permanently delete \"<xliff:g id="song">%s</xliff:g>\" from USB storage?</string> 87 88 <!-- Delete confirmation dialog, confirmation button text --> 89 <string name="delete_confirm_button_text">OK</string> 90 <!-- Toast confirming that song(s) was/were deleted. --> 91 <plurals name="NNNtracksdeleted"> 92 <!-- delete confirmation message for 1 song --> 93 <item quantity="one">1 song was deleted.</item> 94 <!-- delete confirmation message for 0 or more than 1 songs --> 95 <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> songs were deleted.</item> 96 </plurals> 97 98 <!-- shown in dialog while the media scanner is starting up --> 99 <string name="scanning">Scanning SD card\u2026</string> 100 <!-- shown in dialog while the media scanner is starting up --> 101 <string name="scanning_nosdcard">Scanning USB storage\u2026</string> 102 103 <!-- title of the "current playlist" screen when not in party shuffle mode --> 104 <string name="nowplaying_title">Now playing</string> 105 <!-- title of the "current playlist" screen when in party shuffle mode--> 106 <string name="partyshuffle_title">Party shuffle</string> 107 <!-- Artist screen title --> 108 <string name="artists_title">Artists</string> 109 <!-- Category label on Library screen --> 110 <string name="albums_menu">Albums</string> 111 <!-- Albums screen title --> 112 <string name="albums_title">Albums</string> 113 <!-- Category label on Library screen --> 114 <string name="tracks_menu">Songs</string> 115 <!-- Songs screen title --> 116 <string name="tracks_title">Songs</string> 117 <!-- Category label on Library screen --> 118 <string name="playlists_menu">Playlists</string> 119 <!-- Playlists screen title --> 120 <string name="playlists_title">Playlists</string> 121 <!-- Videos screen title --> 122 <string name="videos_title">Videos</string> 123 <!-- All media screen title --> 124 <string name="all_title">All media</string> 125 <!-- Category label on Library screen --> 126 <string name="browse_menu">Artists</string> 127 <!-- Library screen, menu item --> 128 <string name="search_title">Search</string> 129 <!-- Title of screen when there are no songs, or if the SD card is busy --> 130 <string name="no_tracks_title">No songs</string> 131 <!-- Title of screen when there are no videos, or if the SD card is busy --> 132 <string name="no_videos_title">No videos</string> 133 <!-- Title of screen when there are no playlists, or if the SD card is busy --> 134 <string name="no_playlists_title">No playlists</string> 135 <!-- Playlist context menu item to delete the selected playlist. --> 136 <string name="delete_playlist_menu">Delete</string> 137 <!-- Playlist context menu item to edit the selected playlist --> 138 <string name="edit_playlist_menu">Edit</string> 139 <!-- Playlist context menu item to rename the selected playlist--> 140 <string name="rename_playlist_menu">Rename</string> 141 <!-- Transient popup message shown after deleting a playlist --> 142 <string name="playlist_deleted_message">Playlist deleted.</string> 143 <!-- Transient popup message shown after renaming a playlist --> 144 <string name="playlist_renamed_message">Playlist renamed.</string> 145 <!-- The name of the pseudo-playlist that holds all the recently added files, shown in list view --> 146 <string name="recentlyadded">Recently added</string> 147 <!-- The name of the pseudo-playlist that holds all the recently added files, shown in title bar of songs list --> 148 <string name="recentlyadded_title">Recently added</string> 149 <!-- The name of the pseudo-playlist that holds all the podcasts, shown in list view --> 150 <string name="podcasts_listitem">Podcasts</string> 151 <!-- The name of the pseudo-playlist that holds all the podcasts, shown in title bar of songs list --> 152 <string name="podcasts_title">Podcasts</string> 153 <!-- Title of screen when no sd card is present --> 154 <string name="sdcard_missing_title">No SD card</string> 155 <!-- Title of screen when no sd card is present --> 156 <string name="sdcard_missing_title_nosdcard">No USB storage</string> 157 <!-- label underneath icon used to indicate that no sd card is present --> 158 <string name="sdcard_missing_message">Your phone doesn\'t have an SD card inserted.</string> 159 <!-- label underneath icon used to indicate that no sd card is present --> 160 <string name="sdcard_missing_message_nosdcard">Your phone doesn\'t have USB storage.</string> 161 <!-- label underneath icon used to indicate that the sd card is present, but currently unavailable --> 162 <string name="sdcard_busy_title">SD card unavailable</string> 163 <!-- label underneath icon used to indicate that the sd card is present, but currently unavailable --> 164 <string name="sdcard_busy_title_nosdcard">USB storage unavailable</string> 165 <!-- label underneath icon used to indicate sd card is mounted to your computer via USB --> 166 <string name="sdcard_busy_message">Your SD card is busy.</string> 167 <!-- label underneath icon used to indicate sd card is mounted to your computer via USB --> 168 <string name="sdcard_busy_message_nosdcard">Your USB storage is busy.</string> 169 <!-- Title of screen when there was an error accessing the sd card --> 170 <string name="sdcard_error_title">SD card error</string> 171 <!-- Title of screen when there was an error accessing the sd card --> 172 <string name="sdcard_error_title_nosdcard">USB storage error</string> 173 <!-- label underneath icon used to indicate there was an error accessing the sd card --> 174 <string name="sdcard_error_message">An error was encountered on your SD card.</string> 175 <!-- label underneath icon used to indicate there was an error accessing the sd card --> 176 <string name="sdcard_error_message_nosdcard">An error was encountered on your USB storage.</string> 177 <!-- Default name of artist that doesn't have a name in the metadata --> 178 <string name="unknown_artist_name">Unknown artist</string> 179 <!-- Default name of album that doesn't have a name in the metadata --> 180 <string name="unknown_album_name">Unknown album</string> 181 <!-- Toast after turning shuffle on --> 182 <string name="shuffle_on_notif">Shuffle is on.</string> 183 <!-- Toast after turning shuffle off --> 184 <string name="shuffle_off_notif">Shuffle is off.</string> 185 <!-- Toast after turning repeat off --> 186 <string name="repeat_off_notif">Repeat is off.</string> 187 <!-- Toast after turning single repeat on --> 188 <string name="repeat_current_notif">Repeating current song.</string> 189 <!-- Toast after turning repeat all on --> 190 <string name="repeat_all_notif">Repeating all songs.</string> 191 <!-- Individual song context menu item --> 192 <string name="ringtone_menu">Use as phone ringtone</string> 193 <!-- Menu item --> 194 <string name="ringtone_menu_short">Use as ringtone</string> 195 <!-- Toast after setting a song as phone ringtone --> 196 <string name="ringtone_set">\"<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\" set as phone ringtone.</string> 197 <!-- Context menu item --> 198 <string name="play_selection">Play</string> 199 <!-- Context menu item --> 200 <string name="add_to_playlist">Add to playlist</string> 201 <!-- Context menu item --> 202 <string name="queue">Current playlist</string> 203 <!-- Context menu item --> 204 <string name="new_playlist">New</string> 205 <!-- Template for newly created playlist name --> 206 <string name="new_playlist_name_template">New playlist <xliff:g id="number">%d</xliff:g></string> 207 <!-- Toasts after adding song(s) to playlists --> 208 <plurals name="NNNtrackstoplaylist"> 209 <!-- message shown when one song was added --> 210 <item quantity="one">1 song added to playlist.</item> 211 <!-- message shown when zero or more than one song was added --> 212 <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to playlist.</item> 213 </plurals> 214 <!-- Toast after selecting an empty playlist --> 215 <string name="emptyplaylist">Selected playlist is empty.</string> 216 <!-- Button name when saving a playlist --> 217 <string name="create_playlist_create_text">Save</string> 218 <!-- Button name when saving a playlist and the new playlist will overwrite an existing one --> 219 <string name="create_playlist_overwrite_text">Overwrite</string> 220 <!-- Dialog box title --> 221 <string name="service_start_error_title">Playback problem</string> 222 <!-- Dialog box message --> 223 <string name="service_start_error_msg">The song couldn\'t be played.</string> 224 <!-- Dialog box button --> 225 <string name="service_start_error_button">OK</string> 226 <!-- Time span edit options that appear when editing system playlist "Recently added" --> 227 <!-- Used to indicate the number of weeks the "recently added" playlist covers in a selector widget --> 228 <string-array name="weeklist"> 229 <item>"1 week"</item> 230 <item>"2 weeks"</item> 231 <item>"3 weeks"</item> 232 <item>"4 weeks"</item> 233 <item>"5 weeks"</item> 234 <item>"6 weeks"</item> 235 <item>"7 weeks"</item> 236 <item>"8 weeks"</item> 237 <item>"9 weeks"</item> 238 <item>"10 weeks"</item> 239 <item>"11 weeks"</item> 240 <item>"12 weeks"</item> 241 </string-array> 242 <!-- Button name in time span picker --> 243 <string name="weekpicker_set">Done</string> 244 <!-- Title of time span picker --> 245 <string name="weekpicker_title">Set time</string> 246 <!-- Do not translate. Background color for currently dragged item in playlist edit mode. --> 247 <color name="dragndrop_background">#e0103010</color> 248 <!-- Do not translate. Background color for albums in the artists list view. --> 249 <color name="expanding_child_background">#ff404040</color> 250 251 <!-- menu item to save the current list as a new playlist --> 252 <string name="save_as_playlist">Save as playlist</string> 253 <!-- menu item to clear the current playlist --> 254 <string name="clear_playlist">Clear playlist</string> 255 256 <!-- Activity label. This might show up in the activity-picker --> 257 <string name="musicbrowserlabel">Music</string> 258 <!-- Activity label. This might show up in the activity-picker --> 259 <string name="musicshortcutlabel">Music playlist</string> 260 <!-- Activity label. This might show up in the activity-picker --> 261 <string name="mediaplaybacklabel">Music</string> 262 <!-- Activity label. This might show up in the activity-picker --> 263 <string name="videobrowserlabel">Videos</string> 264 <!-- Activity label. This might show up in the activity-picker --> 265 <string name="mediapickerlabel">Music</string> 266 267 <!-- Shown as a transient message whenever a file fails to play --> 268 <string name="playback_failed">The player doesn\'t support this type of audio file.</string> 269 270 <!-- Text for the "cancel" button in the "delete" and "create playlist" confirmation dialogs --> 271 <string name="cancel">Cancel</string> 272 273 <!-- context menu item to remove the selected item from the playlist --> 274 <string name="remove_from_playlist">Remove from playlist</string> 275 276 <!-- shown when connecting to a music stream, before it starts playing --> 277 <string name="streamloadingtext">Connecting to <xliff:g id="host">%s</xliff:g>\u2026</string> 278 279 <!-- title of contextual music search menu --> 280 <string name="mediasearch">Search for <xliff:g id="term" example="Beethoven">%s</xliff:g> using:</string> 281 282 <!-- Shown in the title bar while the list of artists is being retrieved in the background --> 283 <string name="working_artists">Artists\u2026</string> 284 <!-- Shown in the title bar while the list of albums is being retrieved in the background --> 285 <string name="working_albums">Albums\u2026</string> 286 <!-- Shown in the title bar while the list of songs is being retrieved in the background --> 287 <string name="working_songs">Songs\u2026</string> 288 <!-- Shown in the title bar while the list of playlists is being retrieved in the background --> 289 <string name="working_playlists">Playlists\u2026</string> 290 291 <!-- Shown in the music picker while loading the music database. --> 292 <string name="loading">Loading\u2026</string> 293 <!-- Menu in music picker to sort the list by track/song name. --> 294 <string name="sort_by_track">Tracks</string> 295 <!-- Menu in music picker to sort the list by album name. --> 296 <string name="sort_by_album">Albums</string> 297 <!-- Menu in music picker to sort the list by artist name. --> 298 <string name="sort_by_artist">Artists</string> 299 <!-- Title of the music picker activity. --> 300 <string name="music_picker_title">Choose music track</string> 301 302 <!-- The string used to describe Music as a searchable item within system search settings. --> 303 <string name="search_settings_description">Artists, albums, and tracks</string> 304 305 <!-- Shown in the search box as a hint --> 306 <string name="search_hint">Search Music</string> 307 308 <!--The fast scroll thumb will show one character from this string depending on the position in the list --> 309 <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string> 310 311 <!-- Text shown on widget when first loaded --> 312 <string name="widget_initial_text">Touch to choose music.</string> 313 314 <!-- Menu text for the item controlling the audio effects panel [CHAR LIMIT=15] --> 315 <string name="effectspanel">Sound effects</string> 316 317 <string name="app_name">Android Open Source Music Player</string> 318 <string name="favorite">Favorite</string> 319 <string name="error_no_metadata">Unable to retrieve metadata.</string> 320 <string name="browse_genres">Genres</string> 321 <string name="browse_genre_subtitle">Songs by genre</string> 322 <string name="browse_musics_by_genre_subtitle">%1$s songs</string> 323 <string name="random_queue_title">Random music</string> 324 <string name="error_cannot_skip">Cannot skip</string> 325 <string name="error_loading_media">Error Loading Media</string> 326 <string name="play_item">Play item</string> 327 <string name="skip_previous">Skip to previous</string> 328 <string name="play_pause">play or pause</string> 329 <string name="skip_next">Skip to next</string> 330 <string name="no_search_results">No search results.</string> 331 <string name="message_seekbar">Setting Seekbar max to %d sec</string> 332 333</resources> 334 335