blob: cff36f73f74d556504cc061cae8acae78c0413ce [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 Leme69c02922015-11-24 17:48:05 -080020 <!-- Title of notification indicating a bugreport process is in progress. [CHAR LIMIT=50] -->
21 <string name="bugreport_in_progress_title">Bug report in progress</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>
Wei Liu9d43fa82014-07-11 11:56:21 -070024
25 <!-- Text of notification indicating that swipe left will share the captured bugreport. [CHAR LIMIT=100] -->
26 <string name="bugreport_finished_text" product="watch">Swipe left to share your bug report</string>
Jeff Sharkey02ffba92013-03-08 16:13:15 -080027 <!-- Text of notification indicating that touching will share the captured bugreport. [CHAR LIMIT=100] -->
Wei Liu9d43fa82014-07-11 11:56:21 -070028 <string name="bugreport_finished_text" product="default">Touch to share your bug report</string>
29
Jeff Sharkey02ffba92013-03-08 16:13:15 -080030
31 <!-- Body of dialog informing user about contents of a bugreport. [CHAR LIMIT=NONE] -->
32 <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>
33 <!-- Checkbox that indicates this dialog should be shown again when the next bugreport is taken. [CHAR LIMIT=50] -->
34 <string name="bugreport_confirm_repeat">Show this message next time</string>
Ryo Hashimotodd980342015-03-17 19:56:42 +090035
36 <!-- Title for documents backend that offers bugreports. -->
37 <string name="bugreport_storage_title">Bug reports</string>
Felipe Leme3bf521a2015-11-18 10:26:10 -080038
39 <!-- Toast message sent when the bugreport file could be read. -->
40 <string name="bugreport_unreadable_text">Bug report file could not be read</string>
41
Dianne Hackborn514074f2013-02-11 10:52:46 -080042</resources>