Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2012, 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     <!-- Contents of note explaining what data is collected and how. -->
     22     <!-- TODO: remove translatable=false attribute once text is stable -->
     23     <string name="research_splash_content" translatable="false"></string>
     24     <!-- Account type allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
     25     <string name="research_account_type" translatable="false"></string>
     26     <!-- Account domain allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
     27     <string name="research_allowed_account_domain" translatable="false"></string>
     28 
     29     <!-- Menu option that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
     30     <!-- TODO: remove translatable=false attribute once text is stable -->
     31     <string name="research_feedback_menu_option" translatable="false">Send feedback</string>
     32     <!-- Title of dialog box that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
     33     <!-- TODO: remove translatable=false attribute once text is stable -->
     34     <string name="research_feedback_dialog_title" translatable="false">Send feedback</string>
     35     <!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] -->
     36     <!-- TODO: remove translatable=false attribute once text is stable -->
     37     <string name="research_feedback_hint" translatable="false">Enter your feedback here.</string>
     38     <!-- Message informing the user that the feedback string must not be empty [CHAR LIMIT=100] -->
     39     <!-- TODO: remove translatable=false attribute once text is stable -->
     40     <string name="research_feedback_empty_feedback_error_message" translatable="false">The feedback field must not be empty.</string>
     41 </resources>
     42