blob: 7a012e870b01fc22d5156e25a8d4a8fc1830633e [file] [log] [blame]
Renato Manginic9063ac2014-09-04 12:21:05 -03001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17<resources>
18
19 <string name="app_name">Auto Music Demo</string>
20 <string name="favorite">Favorite</string>
21 <string name="error_no_metadata">Unable to retrieve metadata.</string>
22 <string name="browse_genres">Genres</string>
23 <string name="browse_genre_subtitle">Songs by genre</string>
24 <string name="browse_musics_by_genre_subtitle">%1$s songs</string>
25 <string name="random_queue_title">Random music</string>
26 <string name="error_cannot_skip">Cannot skip</string>
Nagesh Susarla372eb5f2014-11-07 16:18:29 -080027 <string name="error_loading_media">Error Loading Media</string>
28 <string name="play_item">Play item</string>
29 <string name="skip_previous">Skip to previous</string>
30 <string name="play_pause">play or pause</string>
31 <string name="skip_next">Skip to next</string>
Renato Manginic9063ac2014-09-04 12:21:05 -030032
33</resources>