Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2008, The Android Open Source Project
      6 **
      7 ** Licensed under the Apache License, Version 2.0 (the "License");
      8 ** you may not use this file except in compliance with the License.
      9 ** You may obtain a copy of the License at
     10 **
     11 **     http://www.apache.org/licenses/LICENSE-2.0
     12 **
     13 ** Unless required by applicable law or agreed to in writing, software
     14 ** distributed under the License is distributed on an "AS IS" BASIS,
     15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     16 ** See the License for the specific language governing permissions and
     17 ** limitations under the License.
     18 */
     19 -->
     20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     21     <!-- Strings for sample activities -->
     22     <string name="normal_edit_text_label">Normal</string>
     23     <string name="uri_edit_text_label">Uri</string>
     24     <string name="email_address_edit_text_label">Email Address</string>
     25     <string name="email_subject_edit_text_label">Email Subject</string>
     26     <string name="email_content_edit_text_label">Email Content</string>
     27     <string name="person_name_edit_text_label">Person Name</string>
     28     <string name="postal_address_edit_text_label">Postal Address</string>
     29     <string name="password_edit_text_label">Password</string>
     30     <string name="search_string_edit_text_label">Search String</string>
     31     <string name="web_edit_text_label">Web Edit Text</string>
     32     <string name="signed_number_edit_text_label">Signed Number</string>
     33     <string name="decimal_number_edit_text_label">Decimal Number</string>
     34     <string name="phone_number_edit_text_label">Phone Number</string>
     35     <string name="normal_datetime_edit_text_label">Datetime</string>
     36     <string name="date_edit_text_label">Date</string>
     37     <string name="time_edit_text_label">Time</string>
     38     <string name="cap_chars_edit_text_label">Cap Chars</string>
     39     <string name="cap_words_edit_text_label">Cap Words</string>
     40     <string name="multiline_edit_text_label">Multiline</string>
     41     <string name="search_edit_text_label">Search (flag)</string>
     42     <string name="cap_sentences_edit_text_label">Cap Sentences</string>
     43     <string name="auto_complete_edit_text_label">Auto Complete</string>
     44     <string name="auto_correct_edit_text_label">Auto Correct</string>
     45     <string name="test_dialog">Test Dialog</string>
     46     <string name="open_dialog_scrollable">open scrollable dialog</string>
     47     <string name="open_dialog_nonscrollable">open nonscrollable dialog</string>
     48     
     49     
     50 </resources>
     51