strings.xml revision 689e515ed2b8064c15e54d8ab69d87de54c5e0d6
1<!-- Copyright (C) 2011 The Android Open Source Project
2
3     Licensed under the Apache License, Version 2.0 (the "License");
4     you may not use this file except in compliance with the License.
5     You may obtain a copy of the License at
6
7          http://www.apache.org/licenses/LICENSE-2.0
8
9     Unless required by applicable law or agreed to in writing, software
10     distributed under the License is distributed on an "AS IS" BASIS,
11     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12     See the License for the specific language governing permissions and
13     limitations under the License.
14-->
15<resources>
16    <string name="button_text">Button</string>
17    <string name="textview_text">This is a text for a TextView</string>
18    <string name="edittext_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
19    <string name="normal_text">Normal String</string>
20    <string name="normal_long_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
21    <string name="normal_long_text_2">nnnnnnnnnnnnnnnnnnnnnnnn</string>
22    <string name="normal_long_text_3">Notify me when an open network is available</string>
23    <string name="arabic_text">&#x0644;&#x0627; &#x0627;&#x0646;&#x0627; hello world</string>
24    <string name="chinese_text">利比亚局势或影响美俄关系发展</string>
25    <string name="italic_text">Italic String</string>
26    <string name="bold_text">Bold String - other text</string>
27    <string name="bold_italic_text">Bold Italic String</string>
28    <string name="mixed_text_1">he said in Arabic: &#x0644;&#x0627;. Wow this is cool</string>
29</resources>