blob: c272df18d42ad06a98b77b404d32cf0bdd27f93a [file] [log] [blame]
Fabrice Di Meglio9f82b582011-03-08 12:02:59 -08001<!-- 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>
Fabrice Di Meglioeee49c62011-03-24 17:21:23 -070021 <string name="normal_long_text_2">nnnnnnnnnnnnnnnnnnnnnnnn</string>
22 <string name="normal_long_text_3">Notify me when an open network is available</string>
Fabrice Di Meglio589e4e22011-04-25 16:48:51 -070023 <string name="arabic_text">&#x0644;&#x0627; &#x0627;&#x0646;&#x0627; hello Arabic</string>
Fabrice Di Meglio9f82b582011-03-08 12:02:59 -080024 <string name="chinese_text">利比亚局势或影响美俄关系发展</string>
25 <string name="italic_text">Italic String</string>
Fabrice Di Meglioeee49c62011-03-24 17:21:23 -070026 <string name="bold_text">Bold String - other text</string>
Fabrice Di Meglio9f82b582011-03-08 12:02:59 -080027 <string name="bold_italic_text">Bold Italic String</string>
Fabrice Di Meglio689e5152011-04-13 16:07:37 -070028 <string name="mixed_text_1">he said in Arabic: &#x0644;&#x0627;. Wow this is cool</string>
Fabrice Di Meglio589e4e22011-04-25 16:48:51 -070029 <string name="hebrew_text">&#x05DD;&#x05DE;</string>
Fabrice Di Meglio9f82b582011-03-08 12:02:59 -080030</resources>