xref: /aosp_15_r20/frameworks/base/libs/WindowManager/Shell/res/values/strings.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    Copyright (C) 2020 The Android Open Source Project
4
5    Licensed under the Apache License, Version 2.0 (the "License");
6    you may not use this file except in compliance with the License.
7    You may obtain a copy of the License at
8
9         http://www.apache.org/licenses/LICENSE-2.0
10
11    Unless required by applicable law or agreed to in writing, software
12    distributed under the License is distributed on an "AS IS" BASIS,
13    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14    See the License for the specific language governing permissions and
15    limitations under the License.
16-->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- Label for PIP close button [CHAR LIMIT=NONE]-->
19    <string name="pip_phone_close">Close</string>
20
21    <!-- Making the PIP fullscreen [CHAR LIMIT=25] -->
22    <string name="pip_phone_expand">Expand</string>
23
24    <!-- Label for PIP settings button [CHAR LIMIT=NONE]-->
25    <string name="pip_phone_settings">Settings</string>
26
27    <!-- Title of menu shown over picture-in-picture. Used for accessibility. -->
28    <string name="pip_menu_title">Menu</string>
29
30    <!-- accessibility Title of menu shown over picture-in-picture [CHAR LIMIT=NONE] -->
31    <string name="pip_menu_accessibility_title">Picture-in-Picture Menu</string>
32
33    <!-- PiP BTW notification title. [CHAR LIMIT=50] -->
34    <string name="pip_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is in picture-in-picture</string>
35
36    <!-- PiP BTW notification description. [CHAR LIMIT=NONE] -->
37    <string name="pip_notification_message">If you don\'t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string>
38
39    <!-- Button to play the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
40    <string name="pip_play">Play</string>
41
42    <!-- Button to pause the current media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
43    <string name="pip_pause">Pause</string>
44
45    <!-- Button to skip to the next media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
46    <string name="pip_skip_to_next">Skip to next</string>
47
48    <!-- Button to skip to the prev media on picture-in-picture (PIP) [CHAR LIMIT=30] -->
49    <string name="pip_skip_to_prev">Skip to previous</string>
50
51    <!-- Accessibility action for resizing PIP [CHAR LIMIT=NONE] -->
52    <string name="accessibility_action_pip_resize">Resize</string>
53
54    <!-- Accessibility action for stashing PIP [CHAR LIMIT=NONE] -->
55    <string name="accessibility_action_pip_stash">Stash</string>
56
57    <!-- Accessibility action for unstashing PIP [CHAR LIMIT=NONE] -->
58    <string name="accessibility_action_pip_unstash">Unstash</string>
59
60    <!-- TODO Deprecated. Label for PIP action to Minimize the PIP. DO NOT TRANSLATE [CHAR LIMIT=25] -->
61    <string name="pip_phone_minimize">Minimize</string>
62
63    <!-- TODO Deprecated. Label for PIP the drag to dismiss hint. DO NOT TRANSLATE [CHAR LIMIT=NONE]-->
64    <string name="pip_phone_dismiss_hint">Drag down to dismiss</string>
65
66    <!-- Multi-Window strings -->
67    <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed in split screen and that things might crash/not work properly [CHAR LIMIT=NONE] -->
68    <string name="dock_forced_resizable">App may not work with split screen</string>
69    <!-- Warning message when we try to dock a non-resizeable task and launch it in fullscreen instead  [CHAR LIMIT=NONE] -->
70    <string name="dock_non_resizeble_failed_to_dock_text">App does not support split screen</string>
71    <!-- Warning message when we try to dock an app not supporting multiple instances split into multiple sides [CHAR LIMIT=NONE] -->
72    <string name="dock_multi_instances_not_supported_text">This app can only be opened in 1 window</string>
73    <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed on a secondary display and that things might crash/not work properly [CHAR LIMIT=NONE] -->
74    <string name="forced_resizable_secondary_display">App may not work on a secondary display.</string>
75    <!-- Warning message when we try to launch a non-resizeable activity on a secondary display and launch it on the primary instead. -->
76    <string name="activity_launch_on_secondary_display_failed_text">App does not support launch on secondary displays.</string>
77
78    <!-- Accessibility label and window tile for the divider that separates the windows in split screen mode [CHAR LIMIT=NONE] -->
79    <string name="accessibility_divider">Split screen divider</string>
80    <!-- Accessibility window title for the split screen divider window [CHAR LIMIT=NONE] -->
81    <string name="divider_title">Split screen divider</string>
82
83    <!-- Accessibility action for moving docked stack divider to make the left screen full screen [CHAR LIMIT=NONE] -->
84    <string name="accessibility_action_divider_left_full">Left full screen</string>
85    <!-- Accessibility action for moving docked stack divider to make the left screen 70% [CHAR LIMIT=NONE] -->
86    <string name="accessibility_action_divider_left_70">Left 70%</string>
87    <!-- Accessibility action for moving docked stack divider to make the left screen 50% [CHAR LIMIT=NONE] -->
88    <string name="accessibility_action_divider_left_50">Left 50%</string>
89    <!-- Accessibility action for moving docked stack divider to make the left screen 30% [CHAR LIMIT=NONE] -->
90    <string name="accessibility_action_divider_left_30">Left 30%</string>
91    <!-- Accessibility action for moving docked stack divider to make the right screen full screen [CHAR LIMIT=NONE] -->
92    <string name="accessibility_action_divider_right_full">Right full screen</string>
93
94    <!-- Accessibility action for moving docked stack divider to make the top screen full screen [CHAR LIMIT=NONE] -->
95    <string name="accessibility_action_divider_top_full">Top full screen</string>
96    <!-- Accessibility action for moving docked stack divider to make the top screen 70% [CHAR LIMIT=NONE] -->
97    <string name="accessibility_action_divider_top_70">Top 70%</string>
98    <!-- Accessibility action for moving docked stack divider to make the top screen 50% [CHAR LIMIT=NONE] -->
99    <string name="accessibility_action_divider_top_50">Top 50%</string>
100    <!-- Accessibility action for moving docked stack divider to make the top screen 30% [CHAR LIMIT=NONE] -->
101    <string name="accessibility_action_divider_top_30">Top 30%</string>
102    <!-- Accessibility action for moving docked stack divider to make the bottom screen full screen [CHAR LIMIT=NONE] -->
103    <string name="accessibility_action_divider_bottom_full">Bottom full screen</string>
104
105    <!-- Accessibility label for splitting to the left drop zone [CHAR LIMIT=NONE] -->
106    <string name="accessibility_split_left">Split left</string>
107    <!-- Accessibility label for splitting to the right drop zone [CHAR LIMIT=NONE] -->
108    <string name="accessibility_split_right">Split right</string>
109    <!-- Accessibility label for splitting to the top drop zone [CHAR LIMIT=NONE] -->
110    <string name="accessibility_split_top">Split top</string>
111    <!-- Accessibility label for splitting to the bottom drop zone [CHAR LIMIT=NONE] -->
112    <string name="accessibility_split_bottom">Split bottom</string>
113
114    <!-- One-Handed Tutorial title [CHAR LIMIT=60] -->
115    <string name="one_handed_tutorial_title">Using one-handed mode</string>
116    <!-- One-Handed Tutorial description [CHAR LIMIT=NONE] -->
117    <string name="one_handed_tutorial_description">To exit, swipe up from the bottom of the screen or tap anywhere above the app</string>
118    <!-- Accessibility description for start one-handed mode [CHAR LIMIT=NONE] -->
119    <string name="accessibility_action_start_one_handed">Start one-handed mode</string>
120    <!-- Accessibility description for stop one-handed mode [CHAR LIMIT=NONE] -->
121    <string name="accessibility_action_stop_one_handed">Exit one-handed mode</string>
122
123    <!-- Text used for content description of settings button in the header of expanded bubble
124         view. [CHAR_LIMIT=NONE] -->
125    <string name="bubbles_settings_button_description">Settings for <xliff:g id="app_name" example="YouTube">%1$s</xliff:g> bubbles</string>
126    <!-- Content description for button that shows bubble overflow on click [CHAR LIMIT=NONE] -->
127    <string name="bubble_overflow_button_content_description">Overflow</string>
128    <!-- Action to add overflow bubble back to stack. [CHAR LIMIT=NONE] -->
129    <string name="bubble_accessibility_action_add_back">Add back to stack</string>
130    <!-- Content description when a bubble is focused. [CHAR LIMIT=NONE] -->
131    <string name="bubble_content_description_single"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g></string>
132    <!-- Content description when the stack of bubbles is focused. [CHAR LIMIT=NONE] -->
133    <string name="bubble_content_description_stack"><xliff:g id="notification_title" example="some title">%1$s</xliff:g> from <xliff:g id="app_name" example="YouTube">%2$s</xliff:g> and <xliff:g id="bubble_count" example="4">%3$d</xliff:g> more</string>
134    <!-- Action in accessibility menu to move the stack of bubbles to the top left of the screen. [CHAR LIMIT=30] -->
135    <string name="bubble_accessibility_action_move_top_left">Move top left</string>
136    <!-- Action in accessibility menu to move the stack of bubbles to the top right of the screen. [CHAR LIMIT=30] -->
137    <string name="bubble_accessibility_action_move_top_right">Move top right</string>
138    <!-- Action in accessibility menu to move the stack of bubbles to the bottom left of the screen. [CHAR LIMIT=30]-->
139    <string name="bubble_accessibility_action_move_bottom_left">Move bottom left</string>
140    <!-- Action in accessibility menu to move the stack of bubbles to the bottom right of the screen. [CHAR LIMIT=30]-->
141    <string name="bubble_accessibility_action_move_bottom_right">Move bottom right</string>
142    <!-- Click action label for bubbles to expand menu. [CHAR LIMIT=30]-->
143    <string name="bubble_accessibility_action_expand_menu">expand menu</string>
144    <!-- Click action label for bubbles to collapse menu. [CHAR LIMIT=30]-->
145    <string name="bubble_accessibility_action_collapse_menu">collapse menu</string>
146    <!-- Action in accessibility menu to move the bubble bar to the left side of the screen. [CHAR_LIMIT=30] -->
147    <string name="bubble_accessibility_action_move_bar_left">Move left</string>
148    <!-- Action in accessibility menu to move the bubble bar to the right side of the screen. [CHAR_LIMIT=30] -->
149    <string name="bubble_accessibility_action_move_bar_right">Move right</string>
150    <!-- Accessibility announcement when the stack of bubbles expands. [CHAR LIMIT=NONE]-->
151    <string name="bubble_accessibility_announce_expand">expand <xliff:g id="bubble_title" example="Messages">%1$s</xliff:g></string>
152    <!-- Accessibility announcement when the stack of bubbles collapses. [CHAR LIMIT=NONE]-->
153    <string name="bubble_accessibility_announce_collapse">collapse <xliff:g id="bubble_title" example="Messages">%1$s</xliff:g></string>
154    <!-- Label for the button that takes the user to the notification settings for the given app. -->
155    <string name="bubbles_app_settings"><xliff:g id="notification_title" example="Android Messages">%1$s</xliff:g> settings</string>
156    <!-- Text used for the bubble dismiss area. Bubbles dragged to, or flung towards, this area will go away. [CHAR LIMIT=30] -->
157    <string name="bubble_dismiss_text">Dismiss bubble</string>
158    <!-- Text used to move the bubble to fullscreen. [CHAR LIMIT=30] -->
159    <string name="bubble_fullscreen_text">Move to fullscreen</string>
160    <!-- Button text to stop a conversation from bubbling [CHAR LIMIT=60]-->
161    <string name="bubbles_dont_bubble_conversation">Don\u2019t bubble conversation</string>
162    <!-- Title text for the bubbles feature education cling shown when a bubble is on screen for the first time. [CHAR LIMIT=60]-->
163    <string name="bubbles_user_education_title">Chat using bubbles</string>
164    <!-- Descriptive text for the bubble feature education cling shown when a bubble is on screen for the first time. [CHAR LIMIT=NONE] -->
165    <string name="bubbles_user_education_description">New conversations appear as floating icons, or bubbles. Tap to open bubble. Drag to move it.</string>
166    <!-- Title text for the bubble "manage" button tool tip highlighting where users can go to control bubble settings. [CHAR LIMIT=60]-->
167    <string name="bubbles_user_education_manage_title">Control bubbles anytime</string>
168    <!-- Descriptive text for the bubble "manage" button tool tip highlighting where users can go to control bubble settings. [CHAR LIMIT=80]-->
169    <string name="bubbles_user_education_manage">Tap Manage to turn off bubbles from this app</string>
170    <!-- Button text for dismissing the bubble "manage" button tool tip  [CHAR LIMIT=20]-->
171    <string name="bubbles_user_education_got_it">Got it</string>
172    <!-- [CHAR LIMIT=NONE] Empty overflow title -->
173    <string name="bubble_overflow_empty_title">No recent bubbles</string>
174    <!-- [CHAR LIMIT=NONE] Empty overflow subtitle -->
175    <string name="bubble_overflow_empty_subtitle">Recent bubbles and dismissed bubbles will appear here</string>
176
177    <!-- Title text for the bubble bar feature education cling shown when a bubble is on screen for the first time. [CHAR LIMIT=60]-->
178    <string name="bubble_bar_education_stack_title">Chat using bubbles</string>
179    <!-- Descriptive text for the bubble bar feature education cling shown when a bubble is on screen for the first time. [CHAR LIMIT=NONE] -->
180    <string name="bubble_bar_education_stack_text">New conversations appear as icons in a bottom corner of your screen. Tap to expand them or drag to dismiss them.</string>
181    <!-- Title text for the bubble bar "manage" button tool tip highlighting where users can go to control bubble settings. [CHAR LIMIT=60]-->
182    <string name="bubble_bar_education_manage_title">Control bubbles anytime</string>
183    <!-- Descriptive text for the bubble bar "manage" button tool tip highlighting where users can go to control bubble settings. [CHAR LIMIT=80]-->
184    <string name="bubble_bar_education_manage_text">Tap here to manage which apps and conversations can bubble</string>
185
186    <!-- [CHAR LIMIT=100] Notification Importance title -->
187    <string name="notification_bubble_title">Bubble</string>
188
189    <!-- The text for the manage bubbles link. [CHAR LIMIT=NONE] -->
190    <string name="manage_bubbles_text">Manage</string>
191
192    <!-- Content description to tell the user a bubble has been dismissed. -->
193    <string name="accessibility_bubble_dismissed">Bubble dismissed.</string>
194
195    <!-- Label used to for bubbles shortcut [CHAR_LIMIT=10] -->
196    <string name="bubble_shortcut_label">Bubbles</string>
197
198    <!-- Longer label used to for bubbles shortcut, shown if there is enough space [CHAR_LIMIT=25] -->
199    <string name="bubble_shortcut_long_label">Show Bubbles</string>
200
201    <!-- Description of the restart button in the hint of size compatibility mode. [CHAR LIMIT=NONE] -->
202    <string name="restart_button_description">Tap to restart this app for a better view</string>
203
204    <!-- Tooltip text of the button for the user aspect ratio settings. [CHAR LIMIT=NONE] -->
205    <string name="user_aspect_ratio_settings_button_hint">Change this app\'s aspect ratio in Settings</string>
206
207    <!-- Content description of the button for the user aspect ratio settings. [CHAR LIMIT=NONE] -->
208    <string name="user_aspect_ratio_settings_button_description">Change aspect ratio</string>
209
210    <!-- Description of the camera compat button for applying stretched issues treatment in the hint for
211         compatibility control. [CHAR LIMIT=NONE] -->
212    <string name="camera_compat_treatment_suggested_button_description">Camera issues?\nTap to refit</string>
213
214    <!-- Description of the camera compat button for reverting stretched issues treatment in the hint for
215         compatibility control. [CHAR LIMIT=NONE] -->
216    <string name="camera_compat_treatment_applied_button_description">Didn\u2019t fix it?\nTap to revert</string>
217
218    <!-- Accessibillity description of the camera dismiss button for stretched issues in the hint for
219         compatibility control. [CHAR LIMIT=NONE] -->
220    <string name="camera_compat_dismiss_button_description">No camera issues? Tap to dismiss.</string>
221
222    <!-- App handle education tooltip text for tooltip pointing to app handle -->
223    <string name="windowing_app_handle_education_tooltip">The app menu can be found here</string>
224
225    <!-- App handle education tooltip text for tooltip pointing to windowing image button -->
226    <string name="windowing_desktop_mode_image_button_education_tooltip">Enter desktop view to open multiple apps together</string>
227
228    <!-- App handle education tooltip text for tooltip pointing to app chip -->
229    <string name="windowing_desktop_mode_exit_education_tooltip">Return to full screen anytime from the app menu</string>
230
231    <!-- The title of the letterbox education dialog. [CHAR LIMIT=NONE] -->
232    <string name="letterbox_education_dialog_title">See and do more</string>
233
234    <!-- Description of the split screen action. [CHAR LIMIT=NONE] -->
235    <string name="letterbox_education_split_screen_text">Drag in another app for split screen</string>
236
237    <!-- Description of the reposition app action. [CHAR LIMIT=NONE] -->
238    <string name="letterbox_education_reposition_text">Double-tap outside an app to reposition it</string>
239
240    <!-- Button text for dismissing the letterbox education dialog. [CHAR LIMIT=20] -->
241    <string name="letterbox_education_got_it">Got it</string>
242
243    <!-- Accessibility description of the letterbox education toast expand to dialog button. [CHAR LIMIT=NONE] -->
244    <string name="letterbox_education_expand_button_description">Expand for more information.</string>
245
246    <!-- The title of the restart confirmation dialog. [CHAR LIMIT=NONE] -->
247    <string name="letterbox_restart_dialog_title">Restart for a better view?</string>
248
249    <!-- The description of the restart confirmation dialog. [CHAR LIMIT=NONE] -->
250    <string name="letterbox_restart_dialog_description">You can restart the app so it looks better on
251        your screen, but you may lose your progress or any unsaved changes
252    </string>
253
254    <!-- Button text for dismissing the restart confirmation dialog. [CHAR LIMIT=20] -->
255    <string name="letterbox_restart_cancel">Cancel</string>
256
257    <!-- Button text for dismissing the restart confirmation dialog. [CHAR LIMIT=20] -->
258    <string name="letterbox_restart_restart">Restart</string>
259
260    <!-- Checkbox text for asking to not show the restart confirmation dialog again. [CHAR LIMIT=NONE] -->
261    <string name="letterbox_restart_dialog_checkbox_title">Don\u2019t show again</string>
262
263    <!-- When an app is letterboxed, it is initially centered on the screen but the user can
264         double tap to move the app to a different position. With a double-tap on the right,
265         the app moves the right of the screen and with a double-tap on the left the app moves
266         on the left. The same happens if the app has space to be moved to the top or bottom of
267         the screen. This time the double-tap can happen on the top or bottom of the screen.
268         To teach the user about this feature, we display an education explaining how the double-tap
269         works and how the app can be moved on the screen.
270         This is the text we show to the user below an icon visualizing the double-tap
271         action. The description should be split in two lines separated by "\n" like for this
272         locale. [CHAR LIMIT=NONE] -->
273    <string name="letterbox_reachability_reposition_text">Double-tap to\nmove this app</string>
274
275    <!-- Freeform window caption strings -->
276    <!-- Accessibility text for the maximize window button [CHAR LIMIT=NONE] -->
277    <string name="maximize_button_text">Maximize</string>
278     <!-- Accessibility text for the minimize window button [CHAR LIMIT=NONE] -->
279     <string name="minimize_button_text">Minimize</string>
280    <!-- Accessibility text for the close window button [CHAR LIMIT=NONE] -->
281    <string name="close_button_text">Close</string>
282    <!-- Accessibility text for the caption back button [CHAR LIMIT=NONE] -->
283    <string name="back_button_text">Back</string>
284    <!-- Accessibility text for the caption handle [CHAR LIMIT=NONE] -->
285    <string name="handle_text">App handle</string>
286    <!-- Accessibility text for the handle menu app icon [CHAR LIMIT=NONE] -->
287    <string name="app_icon_text">App Icon</string>
288    <!-- Accessibility text for the handle fullscreen button [CHAR LIMIT=NONE] -->
289    <string name="fullscreen_text">Fullscreen</string>
290    <!-- Accessibility text for the handle desktop button [CHAR LIMIT=NONE] -->
291    <string name="desktop_text">Desktop Mode</string>
292    <!-- Accessibility text for the handle split screen button [CHAR LIMIT=NONE] -->
293    <string name="split_screen_text">Split Screen</string>
294    <!-- Accessibility text for the handle more options button [CHAR LIMIT=NONE] -->
295    <string name="more_button_text">More</string>
296    <!-- Accessibility text for the handle floating window button [CHAR LIMIT=NONE] -->
297    <string name="float_button_text">Float</string>
298    <!-- Accessibility text for the handle menu select button [CHAR LIMIT=NONE] -->
299    <string name="select_text">Select</string>
300    <!-- Accessibility text for the handle menu screenshot button [CHAR LIMIT=NONE] -->
301    <string name="screenshot_text">Screenshot</string>
302    <!-- Accessibility text for the handle menu open in browser button [CHAR LIMIT=NONE] -->
303    <string name="open_in_browser_text">Open in browser</string>
304    <!-- Accessibility text for the handle menu open in app button [CHAR LIMIT=NONE] -->
305    <string name="open_in_app_text">Open in App</string>
306    <!-- Accessibility text for the handle menu new window button [CHAR LIMIT=NONE] -->
307    <string name="new_window_text">New Window</string>
308    <!-- Accessibility text for the handle menu new window button [CHAR LIMIT=NONE] -->
309    <string name="manage_windows_text">Manage Windows</string>
310    <!-- Accessibility text for the handle menu change aspect ratio button [CHAR LIMIT=NONE] -->
311    <string name="change_aspect_ratio_text">Change aspect ratio</string>
312    <!-- Accessibility text for the handle menu close button [CHAR LIMIT=NONE] -->
313    <string name="close_text">Close</string>
314    <!-- Accessibility text for the handle menu close menu button [CHAR LIMIT=NONE] -->
315    <string name="collapse_menu_text">Close Menu</string>
316    <!-- Accessibility text for the App Header's App Chip [CHAR LIMIT=NONE] -->
317    <string name="desktop_mode_app_header_chip_text">Open Menu</string>
318    <!-- Maximize menu maximize button string. -->
319    <string name="desktop_mode_maximize_menu_maximize_text">Maximize Screen</string>
320    <!-- Maximize menu snap buttons string. -->
321    <string name="desktop_mode_maximize_menu_snap_text">Resize</string>
322    <!-- Snap resizing non-resizable string. -->
323    <string name="desktop_mode_non_resizable_snap_text">App can\'t be moved here</string>
324    <!-- Accessibility text for the Maximize Menu's immersive button [CHAR LIMIT=NONE] -->
325    <string name="desktop_mode_maximize_menu_immersive_button_text">Immersive</string>
326    <!-- Accessibility text for the Maximize Menu's immersive restore button [CHAR LIMIT=NONE] -->
327    <string name="desktop_mode_maximize_menu_immersive_restore_button_text">Restore</string>
328    <string name="desktop_mode_maximize_menu_maximize_button_text">Maximize</string>
329    <!-- Accessibility text for the Maximize Menu's restore button [CHAR LIMIT=NONE] -->
330    <string name="desktop_mode_maximize_menu_restore_button_text">Restore</string>
331    <!-- Accessibility text for the Maximize Menu's snap left button [CHAR LIMIT=NONE] -->
332    <string name="desktop_mode_maximize_menu_snap_left_button_text">Snap left</string>
333    <!-- Accessibility text for the Maximize Menu's snap right button [CHAR LIMIT=NONE] -->
334    <string name="desktop_mode_maximize_menu_snap_right_button_text">Snap right</string>
335
336    <!-- Accessibility text for open by default settings button [CHAR LIMIT=NONE] -->
337    <string name="open_by_default_settings_text">Open by default settings</string>
338    <!-- Subheader for open by default menu string. -->
339    <string name="open_by_default_dialog_subheader_text">Choose how to open web links for this app</string>
340    <!-- Text for open by default settings dialog option. -->
341    <string name="open_by_default_dialog_in_app_text">In the app</string>
342    <!-- Text for open by default settings dialog option. -->
343    <string name="open_by_default_dialog_in_browser_text">In your browser</string>
344    <!-- Text for open by default settings dialog dismiss button. -->
345    <string name="open_by_default_dialog_dismiss_button_text">OK</string>
346
347    <!-- Text for the App-to-Web education promo. -->
348    <string name="desktop_windowing_app_to_web_education_text">Quickly open apps in your browser here</string>
349</resources>
350