OSDN Git Service

Copy fast scroll alphabet and other resources in to the music app.
[android-x86/packages-apps-Music.git] / res / values / strings.xml
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 takes the user to the "now playing" screen of the music player -->
60     <string name="goto_playback">Playback</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">All songs by <xliff:g id="artist">%s</xliff:g> will be permanently deleted from the SD card.</string>
75
76     <!-- Delete confirmation dialog when deleting an entire album -->
77     <string name="delete_album_desc">The entire album \"<xliff:g id="album">%s</xliff:g>\" will be permanently deleted from the SD card.</string>
78
79     <!-- Delete confirmation dialog when deleting a single song -->
80     <string name="delete_song_desc">\"<xliff:g id="song">%s</xliff:g>\" will be permanently deleted from the SD card.</string>
81
82     <!-- Delete confirmation dialog, confirmation button text -->
83     <string name="delete_confirm_button_text">OK</string>
84     <!-- Toast confirming that song(s) was/were deleted. -->
85     <plurals name="NNNtracksdeleted">
86         <!-- delete confirmation message for 1 song -->
87         <item quantity="one">1 song was deleted.</item>
88         <!-- delete confirmation message for 0 or more than 1 songs -->
89         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> songs were deleted.</item>
90     </plurals>
91
92     <!-- shown in dialog while the media scanner is starting up -->
93     <string name="scanning">Scanning SD card\u2026</string>
94
95     <!-- title of the "current playlist" screen when not in party shuffle mode -->
96     <string name="nowplaying_title">Now playing</string>
97     <!-- title of the "current playlist" screen when in party shuffle mode-->
98     <string name="partyshuffle_title">Party shuffle</string>
99     <!-- Artist screen title -->
100     <string name="artists_title">Artists</string>
101     <!-- Category label on Library screen -->
102     <string name="albums_menu">Albums</string>
103     <!-- Albums screen title -->
104     <string name="albums_title">Albums</string>
105     <!-- Category label on Library screen -->
106     <string name="tracks_menu">Songs</string>
107     <!-- Songs screen title -->
108     <string name="tracks_title">Songs</string>
109     <!-- Category label on Library screen -->
110     <string name="playlists_menu">Playlists</string>
111     <!-- Playlists screen title -->
112     <string name="playlists_title">Playlists</string>
113     <!-- Videos screen title -->
114     <string name="videos_title">Videos</string>
115     <!-- All media screen title -->
116     <string name="all_title">All media</string>
117     <!-- Category label on Library screen -->
118     <string name="browse_menu">Artists</string>
119     <!-- Library screen, menu item -->
120     <string name="search_title">Search</string>
121     <!-- Title of screen when there are no songs, or if the SD card is busy -->
122     <string name="no_tracks_title">No songs</string>
123     <!-- Title of screen when there are no videos, or if the SD card is busy -->
124     <string name="no_videos_title">No videos</string>
125     <!-- Title of screen when there are no playlists, or if the SD card is busy -->
126     <string name="no_playlists_title">No playlists</string>
127     <!-- Playlist context menu item to delete the selected playlist. -->
128     <string name="delete_playlist_menu">Delete</string>
129     <!-- Playlist context menu item to edit the selected playlist -->
130     <string name="edit_playlist_menu">Edit</string>
131     <!-- Playlist context menu item to rename the selected playlist-->
132     <string name="rename_playlist_menu">Rename</string>
133     <!-- Transient popup message shown after deleting a playlist -->
134     <string name="playlist_deleted_message">Playlist deleted.</string>
135     <!-- Transient popup message shown after renaming a playlist -->
136     <string name="playlist_renamed_message">Playlist renamed.</string>
137     <!-- The name of the pseudo-playlist that holds all the recently added files, shown in list view -->
138     <string name="recentlyadded">Recently added</string>
139     <!-- The name of the pseudo-playlist that holds all the recently added files, shown in title bar of songs list -->
140     <string name="recentlyadded_title">Recently added</string>
141     <!-- The name of the pseudo-playlist that holds all the podcasts, shown in list view -->
142     <string name="podcasts_listitem">Podcasts</string>
143     <!-- The name of the pseudo-playlist that holds all the podcasts, shown in title bar of songs list -->
144     <string name="podcasts_title">Podcasts</string>
145     <!-- Title of screen when no sd card is present -->
146     <string name="sdcard_missing_title">No SD card</string>
147     <!-- label underneath icon used to indicate that no sd card is present -->
148     <string name="sdcard_missing_message">Your phone does not have an SD card inserted.</string>
149     <!-- label underneath icon used to indicate that the sd card is present, but currently unavailable -->
150     <string name="sdcard_busy_title">SD card unavailable</string>
151     <!-- label underneath icon used to indicate sd card is mounted to your computer via USB -->
152     <string name="sdcard_busy_message">Sorry, your SD card is busy.</string>
153     <!-- Title of screen when there was an error accessing the sd card -->
154     <string name="sdcard_error_title">SD card error</string>
155     <!-- label underneath icon used to indicate there was an error accessing the sd card -->
156     <string name="sdcard_error_message">An error was encountered on your SD card.</string>
157     <!-- Default name of artist that doesn't have a name in the metadata -->
158     <string name="unknown_artist_name">Unknown artist</string>
159     <!-- Default name of album that doesn't have a name in the metadata -->
160     <string name="unknown_album_name">Unknown album</string>
161     <!-- Toast after turning shuffle on -->
162     <string name="shuffle_on_notif">Shuffle is on.</string>
163     <!-- Toast after turning shuffle off -->
164     <string name="shuffle_off_notif">Shuffle is off.</string>
165     <!-- Toast after turning repeat off -->
166     <string name="repeat_off_notif">Repeat is off.</string>
167     <!-- Toast after turning single repeat on -->
168     <string name="repeat_current_notif">Repeating current song.</string>
169     <!-- Toast after turning repeat all on -->
170     <string name="repeat_all_notif">Repeating all songs.</string>
171     <!-- Individual song context menu item -->
172     <string name="ringtone_menu">Use as phone ringtone</string>
173     <!-- Menu item -->
174     <string name="ringtone_menu_short">Use as ringtone</string>
175     <!-- Toast after setting a song as phone ringtone -->
176     <string name="ringtone_set">\"<xliff:g id="name" example="Alarm Bell">%s</xliff:g>\" set as phone ringtone.</string>
177     <!-- Context menu item -->
178     <string name="play_selection">Play</string>
179     <!-- Context menu item -->
180     <string name="add_to_playlist">Add to playlist</string>
181     <!-- Context menu item -->
182     <string name="queue">Current playlist</string>
183     <!-- Context menu item -->
184     <string name="new_playlist">New</string>
185     <!-- Template for newly created playlist name -->
186     <string name="new_playlist_name_template">New playlist <xliff:g id="number">%d</xliff:g></string>
187     <!-- Toasts after adding song(s) to playlists -->
188     <plurals name="NNNtrackstoplaylist">
189         <!-- message shown when one song was added -->
190         <item quantity="one">1 song added to playlist.</item>
191         <!-- message shown when zero or more than one song was added -->
192         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> songs added to playlist.</item>
193     </plurals>
194     <!-- Toast after selecting an empty playlist -->
195     <string name="emptyplaylist">Selected playlist is empty.</string>
196     <!-- Button name when saving a playlist -->
197     <string name="create_playlist_create_text">Save</string>
198     <!-- Button name when saving a playlist and the new playlist will overwrite an existing one -->
199     <string name="create_playlist_overwrite_text">Overwrite</string>
200     <!-- Dialog box title -->
201     <string name="service_start_error_title">Playback problem</string>
202     <!-- Dialog box message -->
203     <string name="service_start_error_msg">Sorry, the song could not be played.</string>
204     <!-- Dialog box button -->
205     <string name="service_start_error_button">OK</string>
206     <!-- Time span edit options that appear when editing system playlist "Recently added" -->
207     <!-- Used to indicate the number of weeks the "recently added" playlist covers in a selector widget -->
208     <string-array name="weeklist">
209         <item>"1 week"</item>
210         <item>"2 weeks"</item>
211         <item>"3 weeks"</item>
212         <item>"4 weeks"</item>
213         <item>"5 weeks"</item>
214         <item>"6 weeks"</item>
215         <item>"7 weeks"</item>
216         <item>"8 weeks"</item>
217         <item>"9 weeks"</item>
218         <item>"10 weeks"</item>
219         <item>"11 weeks"</item>
220         <item>"12 weeks"</item>
221     </string-array>
222     <!-- Button name in time span picker -->
223     <string name="weekpicker_set">Done</string>
224     <!-- Title of time span picker -->
225     <string name="weekpicker_title">Set time</string>
226     <!-- Do not translate. Background color for currently dragged item in playlist edit mode. -->
227     <color name="dragndrop_background">#e0103010</color>
228     <!-- Do not translate. Background color for albums in the artists list view. -->
229     <color name="expanding_child_background">#ff404040</color>
230
231     <!-- menu item to save the current list as a new playlist -->
232     <string name="save_as_playlist">Save as playlist</string>
233     <!-- menu item to clear the current playlist -->
234     <string name="clear_playlist">Clear playlist</string>
235
236     <!-- Activity label. This might show up in the activity-picker -->
237     <string name="musicbrowserlabel">Music</string>
238     <!-- Activity label. This might show up in the activity-picker -->
239     <string name="musicshortcutlabel">Music playlist</string>
240     <!-- Activity label. This might show up in the activity-picker -->
241     <string name="mediaplaybacklabel">Music</string>
242     <!-- Activity label. This might show up in the activity-picker -->
243     <string name="videobrowserlabel">Videos</string>
244     <!-- Activity label. This might show up in the activity-picker -->
245     <string name="mediapickerlabel">Music</string>
246
247     <!-- Shown as a transient message whenever a file fails to play -->
248     <string name="playback_failed">Sorry, the player does not support this type of audio file.</string>
249
250     <!-- Text for the "cancel" button in the "delete" and "create playlist" confirmation dialogs -->
251     <string name="cancel">Cancel</string>
252
253     <!-- context menu item to remove the selected item from the playlist -->
254     <string name="remove_from_playlist">Remove from playlist</string>
255
256     <!-- shown when connecting to a music stream, before it starts playing -->
257     <string name="streamloadingtext">Connecting to <xliff:g id="host">%s</xliff:g></string>
258
259     <!-- title of contextual music search menu -->
260     <string name="mediasearch">Search for <xliff:g id="term" example="Beethoven">%s</xliff:g> using:</string>
261
262     <!-- Shown in the title bar while the list of artists is being retrieved in the background -->
263     <string name="working_artists">Artists\u2026</string>
264     <!-- Shown in the title bar while the list of albums is being retrieved in the background -->
265     <string name="working_albums">Albums\u2026</string>
266     <!-- Shown in the title bar while the list of songs is being retrieved in the background -->
267     <string name="working_songs">Songs\u2026</string>
268     <!-- Shown in the title bar while the list of playlists is being retrieved in the background -->
269     <string name="working_playlists">Playlists\u2026</string>
270
271     <!-- Shown in the music picker while loading the music database. -->
272     <string name="loading">Loading</string>
273     <!-- Menu in music picker to sort the list by track/song name. -->
274     <string name="sort_by_track">Tracks</string>
275     <!-- Menu in music picker to sort the list by album name. -->
276     <string name="sort_by_album">Albums</string>
277     <!-- Menu in music picker to sort the list by artist name. -->
278     <string name="sort_by_artist">Artists</string>
279     <!--  Title of the music picker activity. -->
280     <string name="music_picker_title">Select music track</string>
281
282     <!-- Title for track number in music gadget -->
283     <string name="gadget_track">Track <xliff:g id="track_number">%d</xliff:g></string>
284
285     <!-- Toast after streamStarter activity receives PLAYBACK_COMPLETE in case of an error -->
286     <string name="fail_to_start_stream">Failed to play the requested stream.</string>
287
288     <!-- The string used to describe Music as a searchable item within system search settings. -->
289     <string name="search_settings_description">Artists, albums, and tracks</string>
290
291     <!--The fast scroll thumb will show one character from this string depending on the position in the list -->
292     <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
293 </resources>
294