Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit af3cbb3

Browse files
Import l10n. (#3577)
1 parent 93be5bc commit af3cbb3

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

app/src/main/res/values-en-rGB/strings.xml

+24-4
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@
341341
Most common reason for this state is that the account password was changed on another device. -->
342342
<string name="settings_accounts_reconnect">Reconnect</string>
343343

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+
344348
<!-- This string is the title of a dialog box shown to the user when a settings
345349
change requires the application to restart. -->
346350
<string name="restart_dialog_restart">Restart Required</string>
@@ -365,10 +369,6 @@
365369
and is used to toggle remote debugging of website content in the application. -->
366370
<string name="developer_options_remote_debugging">Enable Remote Debugging</string>
367371

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-
372372
<!-- This string labels an On/Off switch in the developer options dialog
373373
and is used to customize background environments of the app. -->
374374
<string name="developer_options_env_override">Enable Environment Override</string>
@@ -836,6 +836,9 @@
836836
<!-- This string is displayed in a tooltip in the video controls UI. -->
837837
<string name="video_controls_play">Play</string>
838838

839+
<!-- This string is displayed in a tooltip in the video controls UI. -->
840+
<string name="video_controls_exit">Exit</string>
841+
839842
<!-- This string is displayed in a tooltip in the video controls UI. -->
840843
<string name="video_controls_pause">Pause</string>
841844

@@ -848,6 +851,9 @@
848851
<!-- This string is displayed in a tooltip below the video controls UI. -->
849852
<string name="video_controls_volume">Volume</string>
850853

854+
<!-- This string is displayed in a tooltip below the video controls UI. -->
855+
<string name="video_controls_projection">Video Projection</string>
856+
851857
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
852858
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
853859
<string name="video_controls_seek_forward">Seek +%1$s seconds</string>
@@ -1364,6 +1370,10 @@
13641370
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13651371
<string name="close_downloads_tooltip">Close Downloads</string>
13661372

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+
13671377
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13681378
<string name="remove_all">Remove All</string>
13691379

@@ -1419,6 +1429,16 @@
14191429
'%1$s' will be replace at runtime with the app's name. -->
14201430
<string name="not_entitled_message">%1$s does not have permission to run on this device and will now exit.</string>
14211431

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+
14221442
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14231443
<string name="performance_unblock_page">Unblock Page</string>
14241444
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

app/src/main/res/values-pl/strings.xml

+6
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@
837837
<!-- This string is displayed in a tooltip in the video controls UI. -->
838838
<string name="video_controls_play">Odtwórz</string>
839839

840+
<!-- This string is displayed in a tooltip in the video controls UI. -->
841+
<string name="video_controls_exit">Wyjdź</string>
842+
840843
<!-- This string is displayed in a tooltip in the video controls UI. -->
841844
<string name="video_controls_pause">Wstrzymaj</string>
842845

@@ -849,6 +852,9 @@
849852
<!-- This string is displayed in a tooltip below the video controls UI. -->
850853
<string name="video_controls_volume">Głośność</string>
851854

855+
<!-- This string is displayed in a tooltip below the video controls UI. -->
856+
<string name="video_controls_projection">Projekcja wideo</string>
857+
852858
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
853859
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
854860
<string name="video_controls_seek_forward">Przewiń +%1$s s</string>

0 commit comments

Comments
 (0)