blob: 9a4a50a923537432749923e4d7a9f1dffad73b77 [file] [log] [blame]
Trevor Johns527a4f32014-11-12 11:39:30 -08001<?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
Trevor Johns3081f162014-11-12 18:23:05 -080019 <string name="app_name">MediaBrowserService Sample</string>
Trevor Johns527a4f32014-11-12 11:39:30 -080020 <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>
27 <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>
Trevor Johns77b5d392015-03-30 16:06:43 -070032 <string name="no_search_results">No search results.</string>
Trevor Johns527a4f32014-11-12 11:39:30 -080033
34</resources>