blob: 8c0d374bf3a61cb5baddb002d129638b4e5fd3e0 [file] [log] [blame]
Dianne Hackborn514074f2013-02-11 10:52:46 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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-->
Felipe Lemee86b63b2016-02-08 09:39:50 -080016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Dianne Hackborn514074f2013-02-11 10:52:46 -080017 <string name="app_label">Shell</string>
Jeff Sharkey02ffba92013-03-08 16:13:15 -080018
Felipe Lemed57dc992015-12-03 17:42:31 -080019 <!-- Title of notification indicating a bugreport is being generated. [CHAR LIMIT=50] -->
Felipe Lemee86b63b2016-02-08 09:39:50 -080020 <string name="bugreport_in_progress_title">Bug report <xliff:g id="id">#%d</xliff:g> is being generated</string>
Jeff Sharkey02ffba92013-03-08 16:13:15 -080021 <!-- Title of notification indicating a bugreport has been successfully captured. [CHAR LIMIT=50] -->
Felipe Lemee86b63b2016-02-08 09:39:50 -080022 <string name="bugreport_finished_title">Bug report <xliff:g id="id">#%d</xliff:g> captured</string>
Felipe Leme5ee846d2016-03-09 10:14:27 -080023 <!-- Title of notification indicating a bugreport has been successfully captured, but screenshot is not finished yet. [CHAR LIMIT=50] -->
24 <string name="bugreport_finished_pending_screenshot_title">Bug report <xliff:g id="id">#%d</xliff:g> captured but screenshot pending</string>
Felipe Leme2758d5d2016-01-19 10:30:56 -080025 <!-- Title of notification indicating a bugreport is being updated before it can be shared. [CHAR LIMIT=50] -->
26 <string name="bugreport_updating_title">Adding details to the bug report</string>
27 <!-- Content notification indicating a bugreport is being updated before it can be shared, asking the user to wait [CHAR LIMIT=50] -->
28 <string name="bugreport_updating_wait">Please wait\u2026</string>
Wei Liu9d43fa82014-07-11 11:56:21 -070029
30 <!-- Text of notification indicating that swipe left will share the captured bugreport. [CHAR LIMIT=100] -->
31 <string name="bugreport_finished_text" product="watch">Swipe left to share your bug report</string>
Felipe Leme8067aed2016-02-08 09:42:52 -080032 <!-- Text of notification indicating that tapping will share the captured bugreport. [CHAR LIMIT=100] -->
33 <string name="bugreport_finished_text" product="default">Tap to share your bug report</string>
Felipe Leme5ee846d2016-03-09 10:14:27 -080034 <!-- Text of notification indicating that swipe left will share the captured bugreport, but giving user the option to wait for the screenshot. [CHAR LIMIT=100] -->
35 <string name="bugreport_finished_pending_screenshot_text" product="watch">Tap to share your bug report without a screenshot or wait for the screenshot to finish</string>
36 <!-- Text of notification indicating that tapping will share the captured bugreport, but giving user the option to wait for the screenshot. [CHAR LIMIT=100] -->
37 <string name="bugreport_finished_pending_screenshot_text" product="default">Tap to share your bug report without a screenshot or wait for the screenshot to finish</string>
Jeff Sharkey02ffba92013-03-08 16:13:15 -080038
39 <!-- Body of dialog informing user about contents of a bugreport. [CHAR LIMIT=NONE] -->
Felipe Lemefcca68d2016-04-12 14:00:07 -070040 <string name="bugreport_confirm">Bug reports contain data from the system\'s various log files, which may include data you consider sensitive (such as app-usage and location data). Only share bug reports with people and apps you trust.</string>
41 <!-- Checkbox that indicates this dialog should not be shown again when the next bugreport is taken. [CHAR LIMIT=50] -->
42 <string name="bugreport_confirm_dont_repeat">Don\'t show again</string>
Ryo Hashimotodd980342015-03-17 19:56:42 +090043
44 <!-- Title for documents backend that offers bugreports. -->
45 <string name="bugreport_storage_title">Bug reports</string>
Felipe Leme3bf521a2015-11-18 10:26:10 -080046
47 <!-- Toast message sent when the bugreport file could be read. -->
48 <string name="bugreport_unreadable_text">Bug report file could not be read</string>
49
Felipe Leme923afa92015-12-04 12:15:30 -080050 <!-- Title for bug reports received from dumpstate without a name. [CHAR LIMIT=30]-->
51 <string name="bugreport_unnamed">unnamed</string>
52
Felipe Lemebc73ffc2015-12-11 15:07:14 -080053 <!-- Title of the notification action that opens the dialog for the user-defined bug report details. -->
54 <string name="bugreport_info_action">Details</string>
55
Felipe Lemed1e0f122015-12-18 16:12:41 -080056 <!-- Title of the notification action that takes aditional screenshots. -->
57 <string name="bugreport_screenshot_action">Screenshot</string>
58
59 <!-- Toast message sent when the a screenshot for the bug report was taken successfully. -->
Felipe Lemee86b63b2016-02-08 09:39:50 -080060 <string name="bugreport_screenshot_taken">Screenshot taken successfully.</string>
Felipe Lemed1e0f122015-12-18 16:12:41 -080061 <!-- Toast message sent when the a screenshot for the bug report was not taken due to an error. -->
62 <string name="bugreport_screenshot_failed">Screenshot could not be taken.</string>
63
Felipe Lemebc73ffc2015-12-11 15:07:14 -080064 <!-- Title of the dialog asking for user-defined bug report details like name, title, and description. -->
Felipe Lemee86b63b2016-02-08 09:39:50 -080065 <string name="bugreport_info_dialog_title">Bug report <xliff:g id="id">#%d</xliff:g> details</string>
Felipe Lemebc73ffc2015-12-11 15:07:14 -080066
Felipe Lemebbd91e52016-02-26 16:48:22 -080067 <!-- Text of the label identifying the bug report name, which when set will define a suffix in the
Felipe Lemebc73ffc2015-12-11 15:07:14 -080068 bug report file names. [CHAR LIMIT=30] -->
Felipe Lemeda163bf2016-01-19 17:41:44 -080069 <string name="bugreport_info_name">Filename</string>
Felipe Lemebbd91e52016-02-26 16:48:22 -080070 <!-- Text of the label identifying the bug report title, which when set will define the
Felipe Lemebc73ffc2015-12-11 15:07:14 -080071 Subject of the email message. [CHAR LIMIT=60] -->
Felipe Lemebbd91e52016-02-26 16:48:22 -080072 <string name="bugreport_info_title">Bug title</string>
73 <!-- Text of the label identifying the bug report description, which when set will describe
Felipe Lemebc73ffc2015-12-11 15:07:14 -080074 what the bug report is about. [CHAR LIMIT=NONE] -->
Felipe Lemebbd91e52016-02-26 16:48:22 -080075 <string name="bugreport_info_description">Bug summary</string>
76
77 <!-- Label of button that save bugreport details. -->
78 <string name="save">Save</string>
Dianne Hackborn514074f2013-02-11 10:52:46 -080079</resources>