blob: e8e607b61f284eb54b3ff1d01ff1ef4a1c7b50d3 [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-->
16
17<resources>
18 <string name="app_label">Shell</string>
Jeff Sharkey02ffba92013-03-08 16:13:15 -080019
Felipe Lemed57dc992015-12-03 17:42:31 -080020 <!-- Title of notification indicating a bugreport is being generated. [CHAR LIMIT=50] -->
21 <string name="bugreport_in_progress_title">Bug report is being generated</string>
Jeff Sharkey02ffba92013-03-08 16:13:15 -080022 <!-- Title of notification indicating a bugreport has been successfully captured. [CHAR LIMIT=50] -->
23 <string name="bugreport_finished_title">Bug report captured</string>
Felipe Leme2758d5d2016-01-19 10:30:56 -080024 <!-- Title of notification indicating a bugreport is being updated before it can be shared. [CHAR LIMIT=50] -->
25 <string name="bugreport_updating_title">Adding details to the bug report</string>
26 <!-- Content notification indicating a bugreport is being updated before it can be shared, asking the user to wait [CHAR LIMIT=50] -->
27 <string name="bugreport_updating_wait">Please wait\u2026</string>
Wei Liu9d43fa82014-07-11 11:56:21 -070028
29 <!-- Text of notification indicating that swipe left will share the captured bugreport. [CHAR LIMIT=100] -->
30 <string name="bugreport_finished_text" product="watch">Swipe left to share your bug report</string>
Felipe Leme8067aed2016-02-08 09:42:52 -080031 <!-- Text of notification indicating that tapping will share the captured bugreport. [CHAR LIMIT=100] -->
32 <string name="bugreport_finished_text" product="default">Tap to share your bug report</string>
Wei Liu9d43fa82014-07-11 11:56:21 -070033
Jeff Sharkey02ffba92013-03-08 16:13:15 -080034
35 <!-- Body of dialog informing user about contents of a bugreport. [CHAR LIMIT=NONE] -->
36 <string name="bugreport_confirm">Bug reports contain data from the system\'s various log files, including personal and private information. Only share bug reports with apps and people you trust.</string>
37 <!-- Checkbox that indicates this dialog should be shown again when the next bugreport is taken. [CHAR LIMIT=50] -->
38 <string name="bugreport_confirm_repeat">Show this message next time</string>
Ryo Hashimotodd980342015-03-17 19:56:42 +090039
40 <!-- Title for documents backend that offers bugreports. -->
41 <string name="bugreport_storage_title">Bug reports</string>
Felipe Leme3bf521a2015-11-18 10:26:10 -080042
43 <!-- Toast message sent when the bugreport file could be read. -->
44 <string name="bugreport_unreadable_text">Bug report file could not be read</string>
45
Felipe Leme923afa92015-12-04 12:15:30 -080046 <!-- Title for bug reports received from dumpstate without a name. [CHAR LIMIT=30]-->
47 <string name="bugreport_unnamed">unnamed</string>
48
Felipe Lemebc73ffc2015-12-11 15:07:14 -080049 <!-- Title of the notification action that opens the dialog for the user-defined bug report details. -->
50 <string name="bugreport_info_action">Details</string>
51
Felipe Lemed1e0f122015-12-18 16:12:41 -080052 <!-- Title of the notification action that takes aditional screenshots. -->
53 <string name="bugreport_screenshot_action">Screenshot</string>
54
55 <!-- Toast message sent when the a screenshot for the bug report was taken successfully. -->
56 <string name="bugreport_screenshot_taken">Screenshot taken succesfully.</string>
57 <!-- Toast message sent when the a screenshot for the bug report was not taken due to an error. -->
58 <string name="bugreport_screenshot_failed">Screenshot could not be taken.</string>
59
Felipe Lemebc73ffc2015-12-11 15:07:14 -080060 <!-- Title of the dialog asking for user-defined bug report details like name, title, and description. -->
61 <string name="bugreport_info_dialog_title">Bug report details</string>
62
63 <!-- Text of the hint asking for the bug report name, which when set will define a suffix in the
64 bug report file names. [CHAR LIMIT=30] -->
Felipe Lemeda163bf2016-01-19 17:41:44 -080065 <string name="bugreport_info_name">Filename</string>
Felipe Lemebc73ffc2015-12-11 15:07:14 -080066 <!-- Text of hint asking for the bug report title, which when set will define the
67 Subject of the email message. [CHAR LIMIT=60] -->
Felipe Lemeda163bf2016-01-19 17:41:44 -080068 <string name="bugreport_info_title">Title</string>
Felipe Lemebc73ffc2015-12-11 15:07:14 -080069 <!-- Text of hint asking for the bug report description, which when set will describe
70 what the bug report is about. [CHAR LIMIT=NONE] -->
71 <string name="bugreport_info_description">Detailed description</string>
Dianne Hackborn514074f2013-02-11 10:52:46 -080072</resources>