summaryrefslogtreecommitdiffstats
path: root/chrome/android/testshell/res/values/strings.xml
blob: c90029ee9e13d36b78f881459253e61194460863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>

<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.

     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file.
 -->

<resources>

    <string name="url_hint">Type URL Here</string>

    <string name="accessibility_content_view">Web View</string>

    <!-- Media Player -->
    <string name="media_player_error_title">Cannot play video</string>
    <string name="media_player_error_text_invalid_progressive_playback">
      Sorry, this video is not valid for streaming to this device.</string>
    <string name="media_player_error_text_unknown">
      Sorry, this video cannot be played.</string>
    <string name="media_player_error_button">OK</string>
    <string name="media_player_loading_video">Loading video</string>
</resources>