Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import strings from android-l10n. #3577

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 24 additions & 4 deletions app/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@
Most common reason for this state is that the account password was changed on another device. -->
<string name="settings_accounts_reconnect">Reconnect</string>

<!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
opens the Release Notes web site for the current app version. -->
<string name="settings_whats_new">What’s New</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">Restart Required</string>
Expand All @@ -365,10 +369,6 @@
and is used to toggle remote debugging of website content in the application. -->
<string name="developer_options_remote_debugging">Enable Remote Debugging</string>

<!-- This string labels an On/Off switch in the 'Developer Options' dialog
and is used to toggle redirecting JavaScript Console output to the Android Logcat (i.e., `adb logcat`). -->
<string name="developer_options_show_console">Redirect Console to Logcat</string>

<!-- This string labels an On/Off switch in the developer options dialog
and is used to customize background environments of the app. -->
<string name="developer_options_env_override">Enable Environment Override</string>
Expand Down Expand Up @@ -836,6 +836,9 @@
<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_play">Play</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_exit">Exit</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_pause">Pause</string>

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

<!-- This string is displayed in a tooltip below the video controls UI. -->
<string name="video_controls_projection">Video Projection</string>

<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
<string name="video_controls_seek_forward">Seek +%1$s seconds</string>
Expand Down Expand Up @@ -1364,6 +1370,10 @@
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
<string name="close_downloads_tooltip">Close Downloads</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the
Navigation Bar. The button it labels, when pressed, open the release notes page. -->
<string name="whats_new_tooltip">What’s New</string>

<!-- This string is displayed in any button used for removing all the items in the current context. -->
<string name="remove_all">Remove All</string>

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


<!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
<string name="before_unload_prompt_title">Leave page?</string>
<!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. -->
<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>
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. -->
<string name="before_unload_prompt_stay">Stay on Page</string>
<!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. -->
<string name="before_unload_prompt_leave">Leave Page</string>

<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
<string name="performance_unblock_page">Unblock Page</string>
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@
<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_play">Odtwórz</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_exit">Wyjdź</string>

<!-- This string is displayed in a tooltip in the video controls UI. -->
<string name="video_controls_pause">Wstrzymaj</string>

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

<!-- This string is displayed in a tooltip below the video controls UI. -->
<string name="video_controls_projection">Projekcja wideo</string>

<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
<string name="video_controls_seek_forward">Przewiń +%1$s s</string>
Expand Down