|
341 | 341 | Most common reason for this state is that the account password was changed on another device. -->
|
342 | 342 | <string name="settings_accounts_reconnect">Reconnect</string>
|
343 | 343 |
|
| 344 | + <!-- This string is used to label a button in the 'Settings' dialog window that, when pressed, |
| 345 | + opens the Release Notes web site for the current app version. --> |
| 346 | + <string name="settings_whats_new">What’s New</string> |
| 347 | + |
344 | 348 | <!-- This string is the title of a dialog box shown to the user when a settings
|
345 | 349 | change requires the application to restart. -->
|
346 | 350 | <string name="restart_dialog_restart">Restart Required</string>
|
|
365 | 369 | and is used to toggle remote debugging of website content in the application. -->
|
366 | 370 | <string name="developer_options_remote_debugging">Enable Remote Debugging</string>
|
367 | 371 |
|
368 |
| - <!-- This string labels an On/Off switch in the 'Developer Options' dialog |
369 |
| - and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). --> |
370 |
| - <string name="developer_options_show_console">Redirect Console to Logcat</string> |
371 |
| - |
372 | 372 | <!-- This string labels an On/Off switch in the developer options dialog
|
373 | 373 | and is used to customize background environments of the app. -->
|
374 | 374 | <string name="developer_options_env_override">Enable Environment Override</string>
|
|
836 | 836 | <!-- This string is displayed in a tooltip in the video controls UI. -->
|
837 | 837 | <string name="video_controls_play">Play</string>
|
838 | 838 |
|
| 839 | + <!-- This string is displayed in a tooltip in the video controls UI. --> |
| 840 | + <string name="video_controls_exit">Exit</string> |
| 841 | + |
839 | 842 | <!-- This string is displayed in a tooltip in the video controls UI. -->
|
840 | 843 | <string name="video_controls_pause">Pause</string>
|
841 | 844 |
|
|
848 | 851 | <!-- This string is displayed in a tooltip below the video controls UI. -->
|
849 | 852 | <string name="video_controls_volume">Volume</string>
|
850 | 853 |
|
| 854 | + <!-- This string is displayed in a tooltip below the video controls UI. --> |
| 855 | + <string name="video_controls_projection">Video Projection</string> |
| 856 | + |
851 | 857 | <!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
|
852 | 858 | '%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
|
853 | 859 | <string name="video_controls_seek_forward">Seek +%1$s seconds</string>
|
|
1364 | 1370 | tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
|
1365 | 1371 | <string name="close_downloads_tooltip">Close Downloads</string>
|
1366 | 1372 |
|
| 1373 | + <!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the |
| 1374 | + Navigation Bar. The button it labels, when pressed, open the release notes page. --> |
| 1375 | + <string name="whats_new_tooltip">What’s New</string> |
| 1376 | + |
1367 | 1377 | <!-- This string is displayed in any button used for removing all the items in the current context. -->
|
1368 | 1378 | <string name="remove_all">Remove All</string>
|
1369 | 1379 |
|
|
1419 | 1429 | '%1$s' will be replace at runtime with the app's name. -->
|
1420 | 1430 | <string name="not_entitled_message">%1$s does not have permission to run on this device and will now exit.</string>
|
1421 | 1431 |
|
| 1432 | + |
| 1433 | + <!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. --> |
| 1434 | + <string name="before_unload_prompt_title">Leave page?</string> |
| 1435 | + <!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. --> |
| 1436 | + <string name="before_unload_prompt_message">This page is asking to confirm that you want to leave. Data you have entered may not be saved.</string> |
| 1437 | + <!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. --> |
| 1438 | + <string name="before_unload_prompt_stay">Stay on Page</string> |
| 1439 | + <!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. --> |
| 1440 | + <string name="before_unload_prompt_leave">Leave Page</string> |
| 1441 | + |
1422 | 1442 | <!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
|
1423 | 1443 | <string name="performance_unblock_page">Unblock Page</string>
|
1424 | 1444 | <!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
|
|
0 commit comments