1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2021 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <!-- Title of the IntentResolver application. [CHAR LIMIT=50] --> 20 <string name="app_label" translatable="false">IntentResolver</string> 21 22 <!-- Title of intent resolver dialog when selecting an application to run. --> 23 <string name="whichApplication">Complete action using</string> 24 <!-- Title of intent resolver dialog when selecting an application to run 25 and a previously used application is known. --> 26 <string name="whichApplicationNamed">Complete action using <xliff:g id="app" example="YouTube">%1$s</xliff:g></string> 27 <!-- Generic label for a link to a intent resolver. --> 28 <string name="whichApplicationLabel">Complete action</string> 29 <!-- Title of intent resolver dialog when selecting a viewer application to run. --> 30 <string name="whichViewApplication">Open with</string> 31 <!-- Title of intent resolver dialog when selecting a viewer application to run 32 and a previously used application is known. --> 33 <string name="whichViewApplicationNamed">Open with <xliff:g id="app" example="YouTube">%1$s</xliff:g></string> 34 <!-- Label for a link to a intent resolver dialog to view something --> 35 <string name="whichViewApplicationLabel">Open</string> 36 <!-- Title of intent resolver dialog when selecting a browser/application that opens specific URIs 37 [CHAR LIMIT=128]. --> 38 <string name="whichOpenHostLinksWith">Open <xliff:g id="host" example="mail.google.com">%1$s</xliff:g> links with</string> 39 <!-- Title of intent resolver dialog when selecting a browser that opens URI 40 [CHAR LIMIT=128]. --> 41 <string name="whichOpenLinksWith">Open links with</string> 42 <!-- Title of intent resolver dialog when defaulting to a specific browser that opens URI 43 [CHAR LIMIT=128]. --> 44 <string name="whichOpenLinksWithApp">Open links with <xliff:g id="application" example="Chrome">%1$s</xliff:g></string> 45 <!-- Title of intent resolver dialog when defaulting to a specific browser that opens URI 46 [CHAR LIMIT=128]. --> 47 <string name="whichOpenHostLinksWithApp">Open <xliff:g id="host" example="mail.google.com">%1$s</xliff:g> links with <xliff:g id="application" example="Chrome">%2$s</xliff:g></string> 48 <!-- Label for a link to an intent resolver dialog to open URI [CHAR LIMIT=18] --> 49 <string name="whichGiveAccessToApplicationLabel">Give access</string> 50 <!-- Title of intent resolver dialog when selecting an editor application to run. --> 51 <string name="whichEditApplication">Edit with</string> 52 <!-- Title of intent resolver dialog when selecting an editor application to run 53 and a previously used application is known. --> 54 <string name="whichEditApplicationNamed">Edit with <xliff:g id="app" example="YouTube">%1$s</xliff:g></string> 55 <!-- Label for a link to a intent resolver dialog when selecting an editor application --> 56 <string name="whichEditApplicationLabel">Edit</string> 57 <!-- Title of intent resolver dialog when selecting a sharing application to run. --> 58 <string name="whichSendApplication">Share</string> 59 <!-- Title of intent resolver dialog when selecting a sharing application to run 60 and a previously used application is known. --> 61 <string name="whichSendApplicationNamed">Share with <xliff:g id="app" example="YouTube">%1$s</xliff:g></string> 62 <!-- Label for a link to a intent resolver dialog to sharing something --> 63 <string name="whichSendApplicationLabel">Share</string> 64 <!-- Title of intent resolver dialog when selecting an application to run to 65 send content to a specific recipient. Often used for email. --> 66 <string name="whichSendToApplication">Send using</string> 67 <!-- Title of intent resolver dialog when selecting an application to run to 68 send content to a specific recipient and a previously used application is known. 69 Often used for email. --> 70 <string name="whichSendToApplicationNamed">Send using <xliff:g id="app" example="YouTube">%1$s</xliff:g></string> 71 <!-- Label for a link to a intent resolver dialog to send content to a specific recipient. --> 72 <string name="whichSendToApplicationLabel">Send</string> 73 <!-- Title of intent resolver dialog when selecting a HOME application to run. --> 74 <string name="whichHomeApplication">Select a Home app</string> 75 <!-- Title of intent resolver dialog when selecting a HOME application to run 76 and a previously used application is known. --> 77 <string name="whichHomeApplicationNamed">Use <xliff:g id="app" example="YouTube">%1$s</xliff:g> as Home</string> 78 <!-- Label for a link to a intent resolver dialog when selecting a HOME --> 79 <string name="whichHomeApplicationLabel">Capture image</string> 80 <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title--> 81 <!-- Title of intent resolver dialog when capturing an image. --> 82 <string name="whichImageCaptureApplication">Capture image with</string> 83 <!-- Title of intent resolver dialog when capturing an image 84 and a previously used application is known. --> 85 <string name="whichImageCaptureApplicationNamed">Capture image with <xliff:g id="app" example="YouTube">%1$s</xliff:g></string> 86 <!-- Label for a link to a intent resolver dialog when capturing an image --> 87 <string name="whichImageCaptureApplicationLabel">Capture image</string> 88 89 <!-- Title of the list of alternate options to complete an action shown when the 90 last used option is being displayed separately. --> 91 <string name="use_a_different_app">Use a different app</string> 92 <!-- Default title for the activity chooser, when one is not given. Android allows multiple 93 activities to perform an action. for example, there may be many ringtone pickers installed. 94 A dialog is shown to the user allowing them to pick which activity should be used. This is 95 the title. --> 96 <string name="chooseActivity">Choose an action</string> 97 <!-- Text to display when there are no activities found to display in the 98 activity chooser. See the "Select an action" title. --> 99 <string name="noApplications">No apps can perform this action.</string> 100 101 <!-- Message to show when an intent automatically switches users into the personal profile. --> 102 <string name="forward_intent_to_owner">You\'re using this app outside of your work profile</string> 103 <!-- Message to show when an intent automatically switches users into a work profile. --> 104 <string name="forward_intent_to_work">You\'re using this app in your work profile</string> 105 106 <!-- Title for a button to choose the currently selected activity 107 as the default in the activity resolver. [CHAR LIMIT=25] --> 108 <string name="activity_resolver_use_always">Always</string> 109 110 <!-- Title for a button to choose the currently selected activity 111 from the activity resolver to use just this once. [CHAR LIMIT=25] --> 112 <string name="activity_resolver_use_once">Just once</string> 113 114 <!-- Text for the toast that is shown when the user clicks on a launcher that 115 doesn't support the work profile. [CHAR LIMIT=100] --> 116 <string name="activity_resolver_work_profiles_support"><xliff:g id="app" example="YouTube">%1$s</xliff:g> doesn\'t support work profile</string> 117 118 <!-- Resolver target actions strings --> 119 <!-- Pin this app to the top of the Sharesheet app list. [CHAR LIMIT=60]--> 120 <string name="pin_specific_target">Pin <xliff:g id="label" example="Tweet">%1$s</xliff:g></string> 121 <!-- Un-pin this app in the Sharesheet, so that it is sorted normally. [CHAR LIMIT=60]--> 122 <string name="unpin_specific_target">Unpin <xliff:g id="label" example="Tweet">%1$s</xliff:g></string> 123 124 <!-- Notification action for editing a screenshot (drawing on it, cropping it, etc) --> 125 <string name="screenshot_edit">Edit</string> 126 127 <!-- Represents a number of other files also being shared; used as an item at the end of a list --> 128 <string name="other_files">{count, plural, 129 =1 {+ # file} 130 other {+ # files} 131 } 132 </string> 133 134 <!-- Text label indicating the number of other files also being shared --> 135 <string name="more_files">{count, plural, 136 =1 {+ # more file} 137 other {+ # more files} 138 } 139 </string> 140 141 <!-- Title atop a sharing UI indicating that text is being shared [CHAR_LIMIT=50] --> 142 <string name="sharing_text">Sharing text</string> 143 <!-- Title atop a sharing UI indicating that a link (URL) is being shared [CHAR_LIMIT=50] --> 144 <string name="sharing_link">Sharing link</string> 145 <!-- Title atop a sharing UI indicating that some images are being shared [CHAR_LIMIT=50] --> 146 <string name="sharing_images">{count, plural, 147 =1 {Sharing image} 148 other {Sharing # images} 149 } 150 </string> 151 <!-- Title atop a sharing UI indicating that some videos are being shared [CHAR_LIMIT=50] --> 152 <string name="sharing_videos">{count, plural, 153 =1 {Sharing video} 154 other {Sharing # videos} 155 } 156 </string> 157 <!-- Title atop a sharing UI indicating that some number of files are being shared 158 (for example: sharing a mixture of photos and videos) [CHAR_LIMIT=50] --> 159 <string name="sharing_files">{count, plural, 160 =1 {Sharing # file} 161 other {Sharing # files} 162 } 163 </string> 164 165 <!-- Title atop a sharing UI indicating that some number of images are being shared 166 along with text [CHAR_LIMIT=50] --> 167 <string name="sharing_images_with_text">{count, plural, 168 =1 {Sharing image with text} 169 other {Sharing # images with text} 170 } 171 </string> 172 173 <!-- Title atop a sharing UI indicating that some number of images are being shared 174 along with a web link [CHAR_LIMIT=50] --> 175 <string name="sharing_images_with_link">{count, plural, 176 =1 {Sharing image with link} 177 other {Sharing # images with link} 178 } 179 </string> 180 181 <!-- Title atop a sharing UI indicating that some number of videos are being shared 182 along with text [CHAR_LIMIT=50] --> 183 <string name="sharing_videos_with_text">{count, plural, 184 =1 {Sharing video with text} 185 other {Sharing # videos with text} 186 } 187 </string> 188 189 <!-- Title atop a sharing UI indicating that some number of videos are being shared 190 along with a web link [CHAR_LIMIT=50] --> 191 <string name="sharing_videos_with_link">{count, plural, 192 =1 {Sharing video with link} 193 other {Sharing # videos with link} 194 } 195 </string> 196 197 <!-- Title atop a sharing UI indicating that some number of files are being shared 198 along with text [CHAR_LIMIT=50] --> 199 <string name="sharing_files_with_text">{count, plural, 200 =1 {Sharing file with text} 201 other {Sharing # files with text} 202 } 203 </string> 204 205 <!-- Title atop a sharing UI indicating that some number of files are being shared 206 along with a web link [CHAR_LIMIT=50] --> 207 <string name="sharing_files_with_link">{count, plural, 208 =1 {Sharing file with link} 209 other {Sharing # files with link} 210 } 211 </string> 212 213 <!-- Message indicating that the attached text has been removed from this share and only the 214 images are being shared. [CHAR LIMIT=none] --> 215 <string name="sharing_images_only">{count, plural, 216 =1 {Image only} 217 other {Images only} 218 } 219 </string> 220 221 <!-- Message indicating that the attached text has been removed from this share and only the 222 videos are being shared. [CHAR LIMIT=none] --> 223 <string name="sharing_videos_only">{count, plural, 224 =1 {Video only} 225 other {Videos only} 226 } 227 </string> 228 229 <!-- Message indicating that the attached text has been removed from this share and only the 230 files are being shared. [CHAR LIMIT=none] --> 231 <string name="sharing_files_only">{count, plural, 232 =1 {File only} 233 other {Files only} 234 } 235 </string> 236 237 <!-- Accessibility announcement when a preview thumbnail for a shared image is selected in the 238 Chooser content preview --> 239 <string name="image_preview_a11y_description">Image preview thumbnail</string> 240 <!-- Accessibility announcement when a preview thumbnail for a shared vide item is selected in 241 the Chooser content preview --> 242 <string name="video_preview_a11y_description">Video preview thumbnail</string> 243 <!-- Accessibility announcement when a preview thumbnail for a shared file is selected in the 244 Chooser content preview --> 245 <string name="file_preview_a11y_description">File preview thumbnail</string> 246 247 <!-- ChooserActivity - No direct share targets are available. [CHAR LIMIT=NONE] --> 248 <string name="chooser_no_direct_share_targets">No recommended people to share with</string> 249 250 <!-- Prompt for the USB device resolver dialog with warning text for USB device dialogs. [CHAR LIMIT=200] --> 251 <string name="usb_device_resolve_prompt_warn">This app has not been granted record permission but could capture audio through this USB device.</string> 252 253 <!-- ResolverActivity - profile tabs --> 254 <!-- Label of a tab on a screen. A user can tap this tap to switch to the 'Personal' view (that shows their personal content) if they have a work profile on their device. [CHAR LIMIT=NONE] --> 255 <string name="resolver_personal_tab">Personal</string> 256 <!-- Label of a tab on a screen. A user can tap this tab to switch to the 'Work' view (that shows their work content) if they have a work profile on their device. [CHAR LIMIT=NONE] --> 257 <string name="resolver_work_tab">Work</string> 258 259 <!-- Accessibility label for the personal tab button. [CHAR LIMIT=NONE] --> 260 <string name="resolver_personal_tab_accessibility">Personal view</string> 261 <!-- Accessibility label for the work tab button. [CHAR LIMIT=NONE] --> 262 <string name="resolver_work_tab_accessibility">Work view</string> 263 264 <!-- Title of a screen. This text lets the user know that their IT admin doesn't allow them to share this content across profiles. [CHAR LIMIT=NONE] --> 265 <string name="resolver_cross_profile_blocked">Blocked by your IT admin</string> 266 <!-- Error message. This text is explaining that the user's IT admin doesn't allow this specific content to be shared with apps in the work profile. [CHAR LIMIT=NONE] --> 267 <string name="resolver_cant_share_with_work_apps_explanation">This content can\u2019t be shared with work apps</string> 268 269 <!-- Error message. This message lets the user know that their IT admin doesn't allow them to open this specific content with an app in their work profile. [CHAR LIMIT=NONE] --> 270 <string name="resolver_cant_access_work_apps_explanation">This content can\u2019t be opened with work apps</string> 271 272 <!-- Error message. This text is explaining that the user's IT admin doesn't allow them to share this specific content with apps in their personal profile. [CHAR LIMIT=NONE] --> 273 <string name="resolver_cant_share_with_personal_apps_explanation">This content can\u2019t be shared with personal apps</string> 274 275 <!-- Error message. This message lets the user know that their IT admin doesn't allow them to open this specific content with an app in their personal profile. [CHAR LIMIT=NONE] --> 276 <string name="resolver_cant_access_personal_apps_explanation">This content can\u2019t be opened with personal apps</string> 277 278 <!-- Error message. This text lets the user know that they need to turn on work apps in order to share or open content. There's also a button a user can tap to turn on the apps. [CHAR LIMIT=NONE] --> 279 <string name="resolver_turn_on_work_apps">Work apps are paused</string> 280 <!-- Button text. This button unpauses a user's work apps and data. [CHAR LIMIT=NONE] --> 281 <string name="resolver_switch_on_work">Unpause</string> 282 283 <!-- Error message. This text lets the user know that their current work apps don't support the specific content. [CHAR LIMIT=NONE] --> 284 <string name="resolver_no_work_apps_available">No work apps</string> 285 286 <!-- Error message. This text lets the user know that their current personal apps don't support the specific content. [CHAR LIMIT=NONE] --> 287 <string name="resolver_no_personal_apps_available">No personal apps</string> 288 289 <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> 290 <string name="miniresolver_open_in_personal">Open <xliff:g id="app" example="YouTube">%s</xliff:g> in your personal profile?</string> 291 <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> 292 <string name="miniresolver_open_in_work">Open <xliff:g id="app" example="YouTube">%s</xliff:g> in your work profile?</string> 293 <!-- Button option. Open the link in the personal browser. [CHAR LIMIT=NONE] --> 294 <string name="miniresolver_use_personal_browser">Use personal browser</string> 295 <!-- Button option. Open the link in the work browser. [CHAR LIMIT=NONE] --> 296 <string name="miniresolver_use_work_browser">Use work browser</string> 297 298 <!-- Title for a button. Excludes a text from the shared content (a media and a text). --> 299 <string name="exclude_text">Exclude text</string> 300 <!-- Title for a button. Adds back a (previously excluded) text into the shared content. --> 301 <string name="include_text">Include text</string> 302 <!-- Title for a button. Excludes a web link from the shared content (a media and a text). --> 303 <string name="exclude_link">Exclude link</string> 304 <!-- Title for a button. Adds back a (previously excluded) web link into the shared content. --> 305 <string name="include_link">Include link</string> 306</resources> 307