Home | History | Annotate | Download | only in values
      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="button1_text">Button1</string>
     18     <string name="button2_text">Button2</string>
     19     <string name="button3_text">Button3</string>
     20     <string name="button4_text">Button4</string>
     21     <string name="button_right_text">Right</string>
     22     <string name="button_after_text">End</string>
     23     <string name="button_left_text">Left</string>
     24     <string name="button_before_text">Start</string>
     25     <string name="button_requestlayout_text">Request Layout</string>
     26     <string name="button_alert_dialog_text">AlertDialog</string>
     27     <string name="textview_text">This is a text for a TextView</string>
     28     <string name="textview_ltr_text">This is a text for a LTR TextView</string>
     29     <string name="textview_rtl_text">This is a text for a RTL TextView</string>
     30     <string name="textview_default_text">This is a text for a default TextView</string>
     31     <string name="textview_password_default_text">This is a text for a password TextView</string>
     32     <string name="edittext_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
     33     <string name="normal_text">Normal String</string>
     34     <string name="normal_long_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
     35     <string name="normal_long_text_2">nnnnnnnnnnnnnnnnnnnnnnnn</string>
     36     <string name="normal_long_text_3">Notify me when an open network is available</string>
     37     <string name="arabic_text">&#x0644;&#x0627; &#x0627;&#x0646;&#x0627; hello Arabic</string>
     38     <string name="chinese_text"></string>
     39     <string name="italic_text">Italic String</string>
     40     <string name="bold_text">Bold String - other text</string>
     41     <string name="bold_italic_text">Bold Italic String</string>
     42     <string name="mixed_text_1">he said in Arabic: &#x0644;&#x0627;. Wow this is cool</string>
     43     <string name="hebrew_text">&#x05DD;&#x05DE;</string>
     44     <string name="menu_add">Add</string>
     45     <string name="menu_delete">Delete</string>
     46     <string name="textview_hebrew_text">&#x05DD;&#x05DE;ab?!</string>
     47     <string name="textview_latin_text">ab&#x05DD;&#x05DE;?!</string>
     48     <string name="textview_multiline_text">&#x05DD;&#x05DE;?!\nab?!\n?!</string>
     49     <string name="ltr">Left to right text"</string>
     50     <string name="rtl">"   "</string>
     51     <string name="composing">"\u0644\u0627"</string>
     52     <string name="url">www.amazon.co.uk/gp/aw/h.html/275-8912818-8203452</string>
     53 </resources>
     54 
     55