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 a selection needs to be made for sharing --> 166 <string name="select_items_to_share">Select items to share</string> 167 168 <!-- Title atop a sharing UI indicating that some number of images are being shared 169 along with text [CHAR_LIMIT=50] --> 170 <string name="sharing_images_with_text">{count, plural, 171 =1 {Sharing image with text} 172 other {Sharing # images with text} 173 } 174 </string> 175 176 <!-- Title atop a sharing UI indicating that some number of images are being shared 177 along with a web link [CHAR_LIMIT=50] --> 178 <string name="sharing_images_with_link">{count, plural, 179 =1 {Sharing image with link} 180 other {Sharing # images with link} 181 } 182 </string> 183 184 <!-- Title atop a sharing UI indicating that some number of videos are being shared 185 along with text [CHAR_LIMIT=50] --> 186 <string name="sharing_videos_with_text">{count, plural, 187 =1 {Sharing video with text} 188 other {Sharing # videos with text} 189 } 190 </string> 191 192 <!-- Title atop a sharing UI indicating that some number of videos are being shared 193 along with a web link [CHAR_LIMIT=50] --> 194 <string name="sharing_videos_with_link">{count, plural, 195 =1 {Sharing video with link} 196 other {Sharing # videos with link} 197 } 198 </string> 199 200 <!-- Title atop a sharing UI indicating that some number of files are being shared 201 along with text [CHAR_LIMIT=50] --> 202 <string name="sharing_files_with_text">{count, plural, 203 =1 {Sharing file with text} 204 other {Sharing # files with text} 205 } 206 </string> 207 208 <!-- Title atop a sharing UI indicating that some number of files are being shared 209 along with a web link [CHAR_LIMIT=50] --> 210 <string name="sharing_files_with_link">{count, plural, 211 =1 {Sharing file with link} 212 other {Sharing # files with link} 213 } 214 </string> 215 216 217 <!-- Title atop a sharing UI indicating that an album (typically of photos/videos) is being 218 shared [CHAR_LIMIT=50] --> 219 <string name="sharing_album">Sharing album</string> 220 221 <!-- Message indicating that the attached text has been removed from this share and only the 222 images are being shared. [CHAR LIMIT=none] --> 223 <string name="sharing_images_only">{count, plural, 224 =1 {Image only} 225 other {Images only} 226 } 227 </string> 228 229 <!-- Message indicating that the attached text has been removed from this share and only the 230 videos are being shared. [CHAR LIMIT=none] --> 231 <string name="sharing_videos_only">{count, plural, 232 =1 {Video only} 233 other {Videos only} 234 } 235 </string> 236 237 <!-- Message indicating that the attached text has been removed from this share and only the 238 files are being shared. [CHAR LIMIT=none] --> 239 <string name="sharing_files_only">{count, plural, 240 =1 {File only} 241 other {Files only} 242 } 243 </string> 244 245 <!-- Accessibility announcement when a preview thumbnail for a shared image is selected in the 246 Chooser content preview --> 247 <string name="image_preview_a11y_description">Image preview thumbnail</string> 248 <!-- Accessibility announcement when a preview thumbnail for a shared vide item is selected in 249 the Chooser content preview --> 250 <string name="video_preview_a11y_description">Video preview thumbnail</string> 251 <!-- Accessibility announcement when a preview thumbnail for a shared file is selected in the 252 Chooser content preview --> 253 <string name="file_preview_a11y_description">File preview thumbnail</string> 254 255 <!-- ChooserActivity - No direct share targets are available. [CHAR LIMIT=NONE] --> 256 <string name="chooser_no_direct_share_targets">No recommended people to share with</string> 257 258 <!-- Prompt for the USB device resolver dialog with warning text for USB device dialogs. [CHAR LIMIT=200] --> 259 <string name="usb_device_resolve_prompt_warn">This app has not been granted record permission but could capture audio through this USB device.</string> 260 261 <!-- ChooserActivity + ResolverActivity - profile tabs --> 262 <!-- 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] --> 263 <string name="resolver_personal_tab">Personal</string> 264 <!-- 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] --> 265 <string name="resolver_work_tab">Work</string> 266 <!-- Label of a tab on a screen. A user can tap this tab to switch to the 'Private' view (that shows their Private Space content) if they have private space configured on their device. [CHAR LIMIT=NONE] --> 267 <string name="resolver_private_tab">Private</string> 268 269 <!-- Accessibility label for the personal tab button. [CHAR LIMIT=NONE] --> 270 <string name="resolver_personal_tab_accessibility">Personal view</string> 271 <!-- Accessibility label for the work tab button. [CHAR LIMIT=NONE] --> 272 <string name="resolver_work_tab_accessibility">Work view</string> 273 <!-- Accessibility label for the private tab button. [CHAR LIMIT=NONE] --> 274 <string name="resolver_private_tab_accessibility">Private view</string> 275 276 <!-- 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] --> 277 <string name="resolver_cross_profile_blocked">Blocked by your IT admin</string> 278 <!-- 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] --> 279 <string name="resolver_cant_share_with_work_apps_explanation">This content can\u2019t be shared with work apps</string> 280 281 <!-- 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] --> 282 <string name="resolver_cant_access_work_apps_explanation">This content can\u2019t be opened with work apps</string> 283 284 <!-- 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] --> 285 <string name="resolver_cant_share_with_personal_apps_explanation">This content can\u2019t be shared with personal apps</string> 286 287 <!-- 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] --> 288 <string name="resolver_cant_access_personal_apps_explanation">This content can\u2019t be opened with personal apps</string> 289 290 <!-- 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 private profile. [CHAR LIMIT=NONE] --> 291 <string name="resolver_cant_share_with_private_apps_explanation">This content can\u2019t be shared with private apps</string> 292 293 <!-- 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 private profile. [CHAR LIMIT=NONE] --> 294 <string name="resolver_cant_access_private_apps_explanation">This content can\u2019t be opened with private apps</string> 295 296 <!-- 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] --> 297 <string name="resolver_turn_on_work_apps">Work apps are paused</string> 298 <!-- Button text. This button unpauses a user's work apps and data. [CHAR LIMIT=NONE] --> 299 <string name="resolver_switch_on_work">Unpause</string> 300 301 <!-- Error message. This text lets the user know that their current work apps don't support the specific content. [CHAR LIMIT=NONE] --> 302 <string name="resolver_no_work_apps_available">No work apps</string> 303 304 <!-- Error message. This text lets the user know that their current personal apps don't support the specific content. [CHAR LIMIT=NONE] --> 305 <string name="resolver_no_personal_apps_available">No personal apps</string> 306 307 <!-- Error message. This text lets the user know that their current private apps don't support the specific content. [CHAR LIMIT=NONE] --> 308 <string name="resolver_no_private_apps_available">No private apps</string> 309 310 <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> 311 <string name="miniresolver_open_in_personal">Open <xliff:g id="app" example="YouTube">%s</xliff:g> in your personal profile?</string> 312 <!-- Dialog title. User must choose between opening content in a cross-profile app or same-profile browser. [CHAR LIMIT=NONE] --> 313 <string name="miniresolver_open_in_work">Open <xliff:g id="app" example="YouTube">%s</xliff:g> in your work profile?</string> 314 <!-- Button option. Open the link in the personal browser. [CHAR LIMIT=NONE] --> 315 <string name="miniresolver_use_personal_browser">Use personal browser</string> 316 <!-- Button option. Open the link in the work browser. [CHAR LIMIT=NONE] --> 317 <string name="miniresolver_use_work_browser">Use work browser</string> 318 319 <!-- Title for a button. Excludes a text from the shared content (a media and a text). --> 320 <string name="exclude_text">Exclude text</string> 321 <!-- Title for a button. Adds back a (previously excluded) text into the shared content. --> 322 <string name="include_text">Include text</string> 323 <!-- Title for a button. Excludes a web link from the shared content (a media and a text). --> 324 <string name="exclude_link">Exclude link</string> 325 <!-- Title for a button. Adds back a (previously excluded) web link into the shared content. --> 326 <string name="include_link">Include link</string> 327 328 <!-- Accessibility content description for a sharesheet target that has been pinned to the 329 front of the list by the user. [CHAR LIMIT=NONE] --> 330 <string name="pinned">Pinned</string> 331 332 <!-- Accessibility content description for an image that the user may select for sharing. 333 [CHAR LIMIT=NONE] --> 334 <string name="selectable_image">Selectable image</string> 335 <!-- Accessibility content description for a video that the user may select for sharing. 336 [CHAR LIMIT=NONE] --> 337 <string name="selectable_video">Selectable video</string> 338 <!-- Accessibility content description for an item that the user may select for sharing. 339 [CHAR LIMIT=NONE] --> 340 <string name="selectable_item">Selectable item</string> 341 <!-- Accessibility role description for a11y on button. [CHAR LIMIT=NONE] --> 342 <string name="role_description_button">Button</string> 343</resources> 344