<!-- Text telling a user that they will stop recording their screen if they click the "Stop recording" button [CHAR LIMIT=100] -->
<stringname="screenrecord_stop_dialog_message">You will stop recording your screen</string>
<!-- Text telling a user that they will stop recording the contents of the specified [app_name] if they click the "Stop recording" button. Note that the app name will appear in bold. [CHAR LIMIT=100] -->
<stringname="screenrecord_stop_dialog_message_specific_app">You will stop recording <b><xliff:gid="app_name"example="Photos App">%1$s</xliff:g></b></string>
<!-- Text telling a user that they're currently recording their screen [CHAR LIMIT=100] -->
<stringname="screenrecord_stop_dialog_message">You\'re currently recording your entire screen</string>
<!-- Text telling a user that they're currently recording the contents of the specified [app_name]. [CHAR LIMIT=100] -->
<stringname="screenrecord_stop_dialog_message_specific_app">You\'re currently recording <xliff:gid="app_name"example="Photos App">%1$s</xliff:g></string>
<!-- Button to stop a screen recording [CHAR LIMIT=35] -->
<!-- Text telling a user that they will stop sharing their screen if they click the "Stop sharing" button [CHAR LIMIT=100] -->
<stringname="share_to_app_stop_dialog_message">You will stop sharing your screen</string>
<!-- Text telling a user that they will stop sharing the contents of the specified [app_name] if they click the "Stop sharing" button. Note that the app name will appear in bold. [CHAR LIMIT=100] -->
<stringname="share_to_app_stop_dialog_message_specific_app">You will stop sharing <b><xliff:gid="app_name"example="Photos App">%1$s</xliff:g></b></string>
<!-- Text telling a user that they're currently sharing their entire screen to [host_app_name] (i.e. [host_app_name] can currently see all screen content) [CHAR LIMIT=150] -->
<stringname="share_to_app_stop_dialog_message_entire_screen_with_host_app">You\'re currently sharing your entire screen with <xliff:gid="host_app_name"example="Screen Recorder App">%1$s</xliff:g></string>
<!-- Text telling a user that they're currently sharing their entire screen to an app (but we don't know what app) [CHAR LIMIT=150] -->
<stringname="share_to_app_stop_dialog_message_entire_screen">You\'re currently sharing your entire screen with an app</string>
<!-- Text telling a user that they're currently sharing the contents of [app_being_shared_name]. (i.e. some app can currently see the content of [app_being_shared_name]). [CHAR LIMIT=150] -->
<stringname="share_to_app_stop_dialog_message_single_app_specific">You\'re currently sharing <xliff:gid="app_being_shared_name"example="Photos App">%1$s</xliff:g></string>
<!-- Text telling a user that they're currently sharing their screen [CHAR LIMIT=150] -->
<stringname="share_to_app_stop_dialog_message_single_app_generic">You\'re currently sharing an app</string>
<!-- Button to stop screen sharing [CHAR LIMIT=35] -->
<!-- Text telling a user that they will stop casting their screen to a different device if they click the "Stop casting" button [CHAR LIMIT=100] -->
<stringname="cast_screen_to_other_device_stop_dialog_message">You will stop casting your screen</string>
<!-- Text telling a user that they will stop casting the contents of the specified [app_name] to a different device if they click the "Stop casting" button. Note that the app name will appear in bold. [CHAR LIMIT=100] -->
<stringname="cast_screen_to_other_device_stop_dialog_message_specific_app">You will stop casting <b><xliff:gid="app_name"example="Photos App">%1$s</xliff:g></b></string>
<!-- Text telling a user that they're currently casting to a different device [CHAR LIMIT=100] -->
<stringname="cast_to_other_device_stop_dialog_message">You\'re currently casting</string>
<!-- Text telling a user that they're currently casting their screen to a different device. The device receiving the cast is named [device_name]. [CHAR LIMIT=150] -->
<stringname="cast_to_other_device_stop_dialog_message_entire_screen_with_device">You\'re currently casting your entire screen to <xliff:gid="device_name"example="Living Room Device">%1$s</xliff:g></string>
<!-- Text telling a user that they're currently casting their screen to a nearby device. [CHAR LIMIT=150] -->
<stringname="cast_to_other_device_stop_dialog_message_entire_screen">You\'re currently casting your entire screen to a nearby device</string>
<!-- Text telling a user that they're currently casting the contents of [app_being_shared_name] to a different device. The device receiving the cast is named [device_name]. [CHAR LIMIT=150] -->
<stringname="cast_to_other_device_stop_dialog_message_specific_app_with_device">You\'re currently casting <xliff:gid="app_being_shared_name"example="Photos App">%1$s</xliff:g> to <xliff:gid="device_name"example="Living Room Device">%2$s</xliff:g></string>
<!-- Text telling a user that they're currently casting the contents of [app_being_shared_name] to a different device. [CHAR LIMIT=150] -->
<stringname="cast_to_other_device_stop_dialog_message_specific_app">You\'re currently casting <xliff:gid="app_being_shared_name"example="Photos App">%1$s</xliff:g> to a nearby device</string>
<!-- Text telling a user that they're currently casting to a different device. The device receiving the cast is named [device_name]. [CHAR LIMIT=100] -->
<stringname="cast_to_other_device_stop_dialog_message_generic_with_device">You\'re currently casting to <xliff:gid="device_name"example="Living Room Device">%1$s</xliff:g></string>
<!-- Text telling a user that they're currently casting to a nearby device [CHAR LIMIT=100] -->
<stringname="cast_to_other_device_stop_dialog_message_generic">You\'re currently casting to a nearby device</string>
<!-- Button to stop screen casting to a different device [CHAR LIMIT=35] -->