strings.xml revision 897a4640891a4f7d90e9edecd5f385772d2c92c3
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    <string name="rotation">setDisplayOrientation</string>
33    <string name="rotate0">0</string>
34    <string name="rotate90">90</string>
35    <string name="rotate180">180</string>
36    <string name="rotate270">270</string>
37    <string name="forever">Repeat forever</string>
38</resources>
39
40