OSDN Git Service

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