blob: 5beced7d8b1857c1c03b774351ba7b168b4a16e6 [file] [log] [blame]
Vineet Kumarefa63502022-08-30 10:00:54 +00001<!--
Vighnesh Raut94525c42023-03-24 15:26:41 +05302 Copyright 2023 The Android Open Source Project
Vineet Kumarefa63502022-08-30 10:00:54 +00003
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources>
Vighnesh Raut94525c42023-03-24 15:26:41 +053018 <string name="app_name">DevX Playground</string>
19 <string name="browse_title">Playground app of DevX engineers</string>
Vineet Kumarefa63502022-08-30 10:00:54 +000020 <string name="related_movies">Related Videos</string>
21 <string name="grid_view">Grid View</string>
22 <string name="error_fragment">Error Fragment</string>
23 <string name="personal_settings">Personal Settings</string>
24 <string name="watch_trailer_1">Watch trailer</string>
25 <string name="watch_trailer_2">FREE</string>
26 <string name="rent_1">Rent By Day</string>
27 <string name="rent_2">From $1.99</string>
28 <string name="buy_1">Buy and Own</string>
29 <string name="buy_2">AT $9.99</string>
30 <string name="movie">Movie</string>
31
32 <!-- Error messages -->
33 <string name="error_fragment_message">An error occurred</string>
34 <string name="dismiss_error">Dismiss</string>
35</resources>