1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (C) 2019 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16--> 17<resources> 18 <string name="app_name">Bug Report</string> 19 20 <string name="bugreport_info_quit">Close</string> 21 <string name="bugreport_info_start">Start Bug Report</string> 22 <string name="bugreport_info_status">Status:</string> 23 <string name="bugreport_info_expires_soon_notice">This bug report will expire soon</string> 24 25 <string name="bugreport_dialog_submit">Submit</string> 26 <string name="bugreport_dialog_cancel">Cancel</string> 27 <string name="bugreport_dialog_record_again">Record Again</string> 28 <!-- A button: uploads bugreport with recorded audio message. --> 29 <string name="bugreport_dialog_upload">Upload</string> 30 <!-- A button: saves recorded audio message. --> 31 <string name="bugreport_dialog_save">Save</string> 32 <string name="bugreport_dialog_show_bugreports">Show Bug Reports</string> 33 <string name="bugreport_dialog_close">Close</string> 34 <string name="bugreport_dialog_title">Speak & Describe The Issue</string> 35 <!-- %s is the timestamp of a bugreport. --> 36 <string name="bugreport_dialog_add_audio_to_existing">Audio message for bug report at %s</string> 37 <string name="bugreport_dialog_recording_finished">Recording finished</string> 38 <string name="bugreport_dialog_in_progress_title">Bug report is in progress</string> 39 <string name="bugreport_dialog_in_progress_title_finished">A bug report has been collected</string> 40 <string name="bugreport_add_audio_button_text">Add Audio</string> 41 <string name="bugreport_replace_audio_button_text">Replace Audio</string> 42 <!-- A button to add audio message to the bugreport; it will show Upload button on the dialog. --> 43 <string name="bugreport_add_audio_upload_button_text">Add Audio & Upload</string> 44 <string name="bugreport_move_button_text">Move to USB</string> 45 <string name="bugreport_upload_button_text">Upload</string> 46 <string name="bugreport_upload_gcs_button_text">Upload to GCS</string> 47 48 <string name="toast_permissions_denied">Please grant permissions</string> 49 <string name="toast_bug_report_in_progress">Bug report is in progress</string> 50 <string name="toast_bug_report_started">Bug report started</string> 51 <string name="toast_status_failed">Bug report failed</string> 52 <string name="toast_status_screencap_failed">Screen capture failed</string> 53 <string name="toast_status_dump_state_failed">Dumpstate failed</string> 54 <string name="toast_screenshot_finished">Saved screenshot(s)</string> 55 56 <!-- Notification strings --> 57 <string name="notification_bugreport_in_progress">Bug report is in progress</string> 58 <string name="notification_bugreport_finished_title">Bug report has been collected</string> 59 <string name="notification_bugreport_channel_name">Bug report status channel</string> 60 <string name="notification_screenshot_message">Taking a screenshot</string> 61 <string name="notification_screenshot_channel_name">Bug report screenshot channel</string> 62 63 <!-- Choice dialog strings --> 64 <string name="choice_dialog_title">Ready to speak bug description</string> 65 <string name="choice_dialog_begin_now">Begin now</string> 66 <string name="choice_dialog_speak_later">Speak later</string> 67</resources> 68