blob: e73871109e8fa25723516713aa9670d44ce22875 [file] [log] [blame]
Kurt Partridge25405ea2012-07-26 15:27:57 -07001<?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>
Kurt Partridge6a4d2182013-01-31 14:49:00 -080024 <!-- Account type allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
Kurt Partridge4cb85312012-08-23 10:42:38 -070025 <string name="research_account_type" translatable="false"></string>
Kurt Partridge6a4d2182013-01-31 14:49:00 -080026 <!-- Account domain allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
Kurt Partridge4cb85312012-08-23 10:42:38 -070027 <string name="research_allowed_account_domain" translatable="false"></string>
Kurt Partridge6a4d2182013-01-31 14:49:00 -080028
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>
Kurt Partridged3f718f2013-01-31 14:31:53 -080038 <!-- 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>
Kurt Partridge25405ea2012-07-26 15:27:57 -070041</resources>