strings.xml revision df96fff4e5162ae22eaaa32a45572d8791908908
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
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<!-- This file contains resource definitions for displayed strings, allowing
18     them to be changed based on the locale and options. -->
19
20<resources>
21    <!-- Simple strings. -->
22    <string name="videochatcameratest_app">Video Chat Camera Test</string>
23    <string name="clear">Clear</string>
24    <string name="front">Front</string>
25    <string name="back">Back</string>
26    <string name="qvga">QVGA (320x240)</string>
27    <string name="vga">VGA (640x480)</string>
28    <string name="fps15">15 fps</string>
29    <string name="fps30">30 fps</string>
30    <string name="go">Start Test</string>
31    <string name="status">status goes here...</string>
32
33    <!-- This is a complex string containing style runs. -->
34    <string name="main_label">Hello <u>th<ignore>e</ignore>re</u>, <i>you</i> <b>Activity</b>!</string>
35</resources>
36
37