2012-07-26 22:27:57 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2012, The Android Open Source Project
|
|
|
|
**
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
**
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
**
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<!-- Contents of note explaining what data is collected and how. -->
|
|
|
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
|
|
<string name="research_splash_content" translatable="false"></string>
|
2013-01-31 22:49:00 +00:00
|
|
|
<!-- Account type allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
|
2012-08-23 17:42:38 +00:00
|
|
|
<string name="research_account_type" translatable="false"></string>
|
2013-01-31 22:49:00 +00:00
|
|
|
<!-- Account domain allowed for inclusion in user-invoked feedback logs [CHAR LIMIT=38] -->
|
2012-08-23 17:42:38 +00:00
|
|
|
<string name="research_allowed_account_domain" translatable="false"></string>
|
2013-01-31 22:49:00 +00:00
|
|
|
|
|
|
|
<!-- Menu option that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
|
|
|
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
|
|
<string name="research_feedback_menu_option" translatable="false">Send feedback</string>
|
|
|
|
<!-- Title of dialog box that lets user send feedback for research purposes about the IME [CHAR LIMIT=38] -->
|
|
|
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
|
|
<string name="research_feedback_dialog_title" translatable="false">Send feedback</string>
|
|
|
|
<!-- Hint to user about the text entry field where they should enter research feedback [CHAR LIMIT=40] -->
|
|
|
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
|
|
<string name="research_feedback_hint" translatable="false">Enter your feedback here.</string>
|
2013-01-31 22:31:53 +00:00
|
|
|
<!-- Message informing the user that the feedback string must not be empty [CHAR LIMIT=100] -->
|
|
|
|
<!-- TODO: remove translatable=false attribute once text is stable -->
|
|
|
|
<string name="research_feedback_empty_feedback_error_message" translatable="false">The feedback field must not be empty.</string>
|
2012-07-26 22:27:57 +00:00
|
|
|
</resources>
|