aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 1108c76533d8958b7472b1bfab61e66887473711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 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="app_name">WebView Shell</string>
    <string name="title_activity_telemetry">WebView Telemetry</string>
    <string name="title_activity_jank">WebView Jank Tester</string>
    <string name="title_activity_startup_time">WebView Startup Time Tester</string>
    <string name="title_activity_browser">WebView Browser Tester</string>
    <string name="menu_reset_webview">Destroy and create new WebView</string>
    <string name="menu_about">About WebView</string>
    <string name="load_url">Load URL</string>
</resources>