1<?xml version="1.0" encoding="utf-8"?><!--
2  ~ Copyright (C) 2023 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (the "License");
5  ~ you may not use this file except in compliance with the License.
6  ~ You may obtain a copy of the License at
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19    <!-- Text shown for consent toggle that asks if you want to send system logs[CHAR LIMIT=30] -->
20    <string name="feedback_system_logs_title_text">Include all device logs (system &amp; app)</string>
21    <!-- Informational text shown explaining what is included in System logs [CHAR LIMIT=NONE] -->
22    <string name="feedback_system_logs_legal_text">Sharing all system and app device logs may send Google details like usernames, location, device IDs, and network info. Google uses this info to fix technical issues and enhance services. Learn more at g.co/android/devicelogs.</string>
23    <!-- Text shown for consent toggle that asks if you want to send a bug report [CHAR LIMIT=30] -->
24    <string name="feedback_bugreport_title_text">Include bug report</string>
25    <!-- Informational text shown explaining what is included in a bug report [CHAR LIMIT=NONE] -->
26    <string name="feedback_bugreport_legal_display_text"> The bug report (from %1$s) includes data such as usernames, location, device IDs, and network info in order to help Google understand and fix the issue.</string>
27
28    <!-- Submit feedback button text. [CHAR LIMIT=NONE] -->
29    <string name="submit_feedback">Submit</string>
30    <!-- Cancel button text. [CHAR LIMIT=NONE] -->
31    <string name="cancel_feedback">Cancel</string>
32    <!-- View System Logs button text [CHAR LIMIT=35] -->
33    <string name="feedback_view_system_logs_button_text">View system logs</string>
34    <!-- View Logs System Logs dialog title [CHAR LIMIT=35] -->
35    <string name="feedback_view_logs_dialog_title">System Logs</string>
36    <!-- View Logs System Logs dialog body [CHAR LIMIT=NONE] -->
37    <string name="feedback_view_logs_dialog_body">These logs contain information we\'ll need in order to be able to address your feedback.</string>
38    <!-- Message displayed on the dialog to instruct the user that they can press BACK key to go back. -->
39    <string name="annotated_back_indicator_string">Press BACK button to go back.</string>
40    <!-- Loading text.  -->
41    <string name="loading">Loading</string>
42    <!-- Feedback submitted notification text.  -->
43    <string name="feedback_submitted_notification">Thank you for the feedback</string>
44    <!-- Feedback cancelled notification text.  -->
45    <string name="feedback_cancelled_notification">Feedback cancelled</string>
46
47</resources>
48