| Dianne Hackborn | 514074f | 2013-02-11 10:52:46 -0800 | [diff] [blame] | 1 | <?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 |
| Dmitri Plotnikov | ce42134 | 2017-03-13 15:44:41 -0700 | [diff] [blame] | 7 | |
| Dianne Hackborn | 514074f | 2013-02-11 10:52:46 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| Dmitri Plotnikov | ce42134 | 2017-03-13 15:44:41 -0700 | [diff] [blame] | 9 | |
| Dianne Hackborn | 514074f | 2013-02-11 10:52:46 -0800 | [diff] [blame] | 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 Leme | e86b63b | 2016-02-08 09:39:50 -0800 | [diff] [blame] | 16 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| Dianne Hackborn | 514074f | 2013-02-11 10:52:46 -0800 | [diff] [blame] | 17 | <string name="app_label">Shell</string> |
| Jeff Sharkey | 02ffba9 | 2013-03-08 16:13:15 -0800 | [diff] [blame] | 18 | |
| Dmitri Plotnikov | ce42134 | 2017-03-13 15:44:41 -0700 | [diff] [blame] | 19 | <!-- Title of notification channel for bug report related notifications. [CHAR LIMIT=50] --> |
| 20 | <string name="bugreport_notification_channel">Bug reports</string> |
| 21 | |
| Felipe Leme | d57dc99 | 2015-12-03 17:42:31 -0800 | [diff] [blame] | 22 | <!-- Title of notification indicating a bugreport is being generated. [CHAR LIMIT=50] --> |
| Felipe Leme | e86b63b | 2016-02-08 09:39:50 -0800 | [diff] [blame] | 23 | <string name="bugreport_in_progress_title">Bug report <xliff:g id="id">#%d</xliff:g> is being generated</string> |
| Jeff Sharkey | 02ffba9 | 2013-03-08 16:13:15 -0800 | [diff] [blame] | 24 | <!-- Title of notification indicating a bugreport has been successfully captured. [CHAR LIMIT=50] --> |
| Felipe Leme | e86b63b | 2016-02-08 09:39:50 -0800 | [diff] [blame] | 25 | <string name="bugreport_finished_title">Bug report <xliff:g id="id">#%d</xliff:g> captured</string> |
| Felipe Leme | 2758d5d | 2016-01-19 10:30:56 -0800 | [diff] [blame] | 26 | <!-- Title of notification indicating a bugreport is being updated before it can be shared. [CHAR LIMIT=50] --> |
| 27 | <string name="bugreport_updating_title">Adding details to the bug report</string> |
| 28 | <!-- Content notification indicating a bugreport is being updated before it can be shared, asking the user to wait [CHAR LIMIT=50] --> |
| 29 | <string name="bugreport_updating_wait">Please wait\u2026</string> |
| Wei Liu | 9d43fa8 | 2014-07-11 11:56:21 -0700 | [diff] [blame] | 30 | |
| Wei Liu | 9f35541 | 2016-07-13 14:38:24 -0700 | [diff] [blame] | 31 | <!-- Text of notification indicating that bugreport will appear on the phone. [CHAR LIMIT=100] --> |
| 32 | <string name="bugreport_finished_text" product="watch">The bug report will appear on the phone shortly</string> |
| Felipe Leme | 8067aed | 2016-02-08 09:42:52 -0800 | [diff] [blame] | 33 | <!-- Text of notification indicating that tapping will share the captured bugreport. [CHAR LIMIT=100] --> |
| Dmitri Plotnikov | 7ded2670 | 2017-03-23 16:33:55 -0700 | [diff] [blame] | 34 | <string name="bugreport_finished_text" product="tv">Select to share your bug report</string> |
| 35 | <!-- Text of notification indicating that tapping will share the captured bugreport. [CHAR LIMIT=100] --> |
| Felipe Leme | 8067aed | 2016-02-08 09:42:52 -0800 | [diff] [blame] | 36 | <string name="bugreport_finished_text" product="default">Tap to share your bug report</string> |
| Felipe Leme | 5ee846d | 2016-03-09 10:14:27 -0800 | [diff] [blame] | 37 | <!-- 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] --> |
| Dmitri Plotnikov | 7ded2670 | 2017-03-23 16:33:55 -0700 | [diff] [blame] | 38 | <string name="bugreport_finished_pending_screenshot_text" product="tv">Select to share your bug report without a screenshot or wait for the screenshot to finish</string> |
| 39 | <!-- 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] --> |
| Felipe Leme | 5ee846d | 2016-03-09 10:14:27 -0800 | [diff] [blame] | 40 | <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> |
| 41 | <!-- Text of notification indicating that tapping will share the captured bugreport, but giving user the option to wait for the screenshot. [CHAR LIMIT=100] --> |
| 42 | <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 Sharkey | 02ffba9 | 2013-03-08 16:13:15 -0800 | [diff] [blame] | 43 | |
| 44 | <!-- Body of dialog informing user about contents of a bugreport. [CHAR LIMIT=NONE] --> |
| Felipe Leme | fcca68d | 2016-04-12 14:00:07 -0700 | [diff] [blame] | 45 | <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> |
| 46 | <!-- Checkbox that indicates this dialog should not be shown again when the next bugreport is taken. [CHAR LIMIT=50] --> |
| 47 | <string name="bugreport_confirm_dont_repeat">Don\'t show again</string> |
| Ryo Hashimoto | dd98034 | 2015-03-17 19:56:42 +0900 | [diff] [blame] | 48 | |
| 49 | <!-- Title for documents backend that offers bugreports. --> |
| 50 | <string name="bugreport_storage_title">Bug reports</string> |
| Felipe Leme | 3bf521a | 2015-11-18 10:26:10 -0800 | [diff] [blame] | 51 | |
| 52 | <!-- Toast message sent when the bugreport file could be read. --> |
| 53 | <string name="bugreport_unreadable_text">Bug report file could not be read</string> |
| Felipe Leme | 45a905b | 2016-04-21 17:30:47 -0700 | [diff] [blame] | 54 | <!-- Toast message sent when the bugreport details could not be added to the zip file. --> |
| 55 | <string name="bugreport_add_details_to_zip_failed">Couldn\'t add bug report details to zip file</string> |
| Felipe Leme | 3bf521a | 2015-11-18 10:26:10 -0800 | [diff] [blame] | 56 | |
| Felipe Leme | 923afa9 | 2015-12-04 12:15:30 -0800 | [diff] [blame] | 57 | <!-- Title for bug reports received from dumpstate without a name. [CHAR LIMIT=30]--> |
| 58 | <string name="bugreport_unnamed">unnamed</string> |
| 59 | |
| Felipe Leme | bc73ffc | 2015-12-11 15:07:14 -0800 | [diff] [blame] | 60 | <!-- Title of the notification action that opens the dialog for the user-defined bug report details. --> |
| 61 | <string name="bugreport_info_action">Details</string> |
| 62 | |
| Felipe Leme | d1e0f12 | 2015-12-18 16:12:41 -0800 | [diff] [blame] | 63 | <!-- Title of the notification action that takes aditional screenshots. --> |
| 64 | <string name="bugreport_screenshot_action">Screenshot</string> |
| 65 | |
| 66 | <!-- Toast message sent when the a screenshot for the bug report was taken successfully. --> |
| Felipe Leme | e86b63b | 2016-02-08 09:39:50 -0800 | [diff] [blame] | 67 | <string name="bugreport_screenshot_taken">Screenshot taken successfully.</string> |
| Felipe Leme | d1e0f12 | 2015-12-18 16:12:41 -0800 | [diff] [blame] | 68 | <!-- Toast message sent when the a screenshot for the bug report was not taken due to an error. --> |
| 69 | <string name="bugreport_screenshot_failed">Screenshot could not be taken.</string> |
| 70 | |
| Felipe Leme | bc73ffc | 2015-12-11 15:07:14 -0800 | [diff] [blame] | 71 | <!-- Title of the dialog asking for user-defined bug report details like name, title, and description. --> |
| Felipe Leme | e86b63b | 2016-02-08 09:39:50 -0800 | [diff] [blame] | 72 | <string name="bugreport_info_dialog_title">Bug report <xliff:g id="id">#%d</xliff:g> details</string> |
| Felipe Leme | bc73ffc | 2015-12-11 15:07:14 -0800 | [diff] [blame] | 73 | |
| Felipe Leme | bbd91e5 | 2016-02-26 16:48:22 -0800 | [diff] [blame] | 74 | <!-- Text of the label identifying the bug report name, which when set will define a suffix in the |
| Felipe Leme | bc73ffc | 2015-12-11 15:07:14 -0800 | [diff] [blame] | 75 | bug report file names. [CHAR LIMIT=30] --> |
| Felipe Leme | da163bf | 2016-01-19 17:41:44 -0800 | [diff] [blame] | 76 | <string name="bugreport_info_name">Filename</string> |
| Felipe Leme | bbd91e5 | 2016-02-26 16:48:22 -0800 | [diff] [blame] | 77 | <!-- Text of the label identifying the bug report title, which when set will define the |
| Felipe Leme | bc73ffc | 2015-12-11 15:07:14 -0800 | [diff] [blame] | 78 | Subject of the email message. [CHAR LIMIT=60] --> |
| Felipe Leme | bbd91e5 | 2016-02-26 16:48:22 -0800 | [diff] [blame] | 79 | <string name="bugreport_info_title">Bug title</string> |
| 80 | <!-- Text of the label identifying the bug report description, which when set will describe |
| Felipe Leme | bc73ffc | 2015-12-11 15:07:14 -0800 | [diff] [blame] | 81 | what the bug report is about. [CHAR LIMIT=NONE] --> |
| Felipe Leme | bbd91e5 | 2016-02-26 16:48:22 -0800 | [diff] [blame] | 82 | <string name="bugreport_info_description">Bug summary</string> |
| 83 | |
| 84 | <!-- Label of button that save bugreport details. --> |
| 85 | <string name="save">Save</string> |
| Felipe Leme | 91699af | 2016-07-28 15:16:55 -0700 | [diff] [blame] | 86 | |
| Felipe Leme | 05c25c8 | 2016-08-04 11:15:44 -0700 | [diff] [blame] | 87 | <!-- Title displayed in the activity chooser used to share the bug report [CHAR LIMIT=35]--> |
| Felipe Leme | 91699af | 2016-07-28 15:16:55 -0700 | [diff] [blame] | 88 | <string name="bugreport_intent_chooser_title">Share Bug report</string> |
| Dianne Hackborn | 514074f | 2013-02-11 10:52:46 -0800 | [diff] [blame] | 89 | </resources> |