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