mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
rebase .grd files
This commit is contained in:
parent
5ccf908525
commit
347da8e7e5
12 changed files with 866 additions and 480 deletions
|
@ -111,8 +111,7 @@ config("mac_dynamic_flags") {
|
|||
#
|
||||
# The symbolic link for $mac_sdk_path is set up by
|
||||
# //build/config/apple/sdk_info.py in //build/config/mac/mac_sdk.gni.
|
||||
if (use_system_xcode && (use_remoteexec || use_siso) && target_os == "mac" &&
|
||||
current_toolchain == default_toolchain) {
|
||||
if (mac_use_xcode_symlinks && current_toolchain == default_toolchain) {
|
||||
action("sdk_inputs") {
|
||||
script = "//build/noop.py"
|
||||
outputs = [
|
||||
|
|
|
@ -120,18 +120,6 @@
|
|||
<message name="IDS_APP_MANAGEMENT_APP_DETAILS_TOOLTIP_WEB_A11Y" desc="Text to be read out by ThoriumVox, when highlighting an info icon for Web Apps downloaded from the Thorium browser, stating the source URL of the app">
|
||||
From <ph name="APP_URL">$1<ex>https://google.com</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_APP_MANAGEMENT_APP_DETAILS_TYPE_ANDROID" desc="Text for Android app type">
|
||||
Android App
|
||||
</message>
|
||||
<message name="IDS_APP_MANAGEMENT_APP_DETAILS_TYPE_CHROME" desc="Text for Thorium app type">
|
||||
Thorium App
|
||||
</message>
|
||||
<message name="IDS_APP_MANAGEMENT_APP_DETAILS_TYPE_WEB" desc="Text for Web app type">
|
||||
Web App
|
||||
</message>
|
||||
<message name="IDS_APP_MANAGEMENT_APP_DETAILS_TYPE_CROS_SYSTEM" desc="Text for ThoriumOS System app type">
|
||||
ThoriumOS System App
|
||||
</message>
|
||||
<message name="IDS_APP_MANAGEMENT_APP_DETAILS_INSTALL_SOURCE_WEB_STORE" desc="Text for Chrome Web Store installation source">
|
||||
Chrome Web Store
|
||||
</message>
|
||||
|
|
|
@ -761,6 +761,10 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
desc="On the downloads page, the label for the link to the help center in the prompt to bypass a dangerous download warning.">
|
||||
Learn why Thorium blocks some files
|
||||
</message>
|
||||
<message name="IDS_DOWNLOAD_WARNING_BYPASS_PROMPT_LEARN_MORE_LINK_ACCESSIBLE"
|
||||
desc="On the downloads page, accessible text for the link to the help center in the prompt to bypass a dangerous download warning.">
|
||||
Learn why Thorium blocks some files, opens in new tab
|
||||
</message>
|
||||
|
||||
<!-- Abandon in-progress downloads confirmation dialog -->
|
||||
<if expr="not is_macosx">
|
||||
|
@ -1001,9 +1005,6 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_ENTERPRISE_SIGNIN_WORK_PROFILE_EXPLANATION" desc="The warning message displayed to an enterprise user about to link their profile to their Google account. This message is followed by a 'Learn more' link.">
|
||||
Any Thorium data that is generated during the use of this profile (such as the creation of bookmarks, history, passwords, and other settings) can be removed by the work profile administrator. <ph name="LEARN_MORE">$1<ex>Learn more</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_ENTERPRISE_WELCOME_PROFILE_INFORMATION_DETAILS" desc="Paragraph disclaiming to the user what their organization can do with their profile information.">
|
||||
Your organization can see and manage browsing data in your work profile, such as your bookmarks, history, and passwords. It can’t see browsing data in personal Thorium profiles.
|
||||
</message>
|
||||
<!-- New one-click sign-in dialog contents for SAML support -->
|
||||
<message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of the modal dialog window that opens when the user chooses to use one click sign-in.">
|
||||
You're signed in to Thorium!
|
||||
|
@ -1013,6 +1014,17 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Management bubble -->
|
||||
<message name="IDS_MANAGEMENT_DIALOG_BROWSER_MANAGED" desc="Disclosure that an unnamed organization is managing the browser.">
|
||||
Your organization manages Thorium
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_DIALOG_BROWSER_MANAGED_BY" desc="Disclosure that a known organization is managing the browser.">
|
||||
<ph name="MANAGER">$1<ex>The Company</ex></ph> manages Thorium
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_DIALOG_BROWSER_MANAGED_BY_MULTIPLE_ORGANIZATIONS" desc="Disclosure that multiple organization are managing the browser and profile.">
|
||||
Multiple organizations manage Thorium
|
||||
</message>
|
||||
|
||||
<!-- Extension requests sign in to Thorium through chrome.identity API -->
|
||||
<if expr="enable_extensions">
|
||||
<message name="IDS_EXTENSION_ASKS_IDENTITY_WHILE_SIGNED_IN_WEB_ONLY_TITLE" desc="This string is the heading of a dialog intended to inform the user that one of their installed extensions wants them to sign in to Thorium to be able to use their Google Account.">
|
||||
|
@ -1057,8 +1069,35 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Dice Web Signin Interception Bubble-->
|
||||
<if expr="not use_titlecase">
|
||||
<message name="IDS_AVATAR_BUTTON_INTERCEPT_BUBBLE_CHROME_SIGNIN_TEXT"
|
||||
desc="Text asking the user to sign into Thorium while the Thorium Signin Bubble intercept is shown.">
|
||||
Sign in to Thorium?
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_TITLE" desc="Title of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Make Thorium your own
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_DECLINE_TEXT"
|
||||
desc="Label of the Decline button of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Use Thorium without an account
|
||||
</message>
|
||||
</if>
|
||||
<if expr="use_titlecase">
|
||||
<message name="IDS_AVATAR_BUTTON_INTERCEPT_BUBBLE_CHROME_SIGNIN_TEXT"
|
||||
desc="Text asking the user to sign into Thorium while the Thorium Signin Bubble intercept is shown.">
|
||||
Sign In to Thorium?
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_TITLE" desc="Title of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Make Thorium Your Own
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_DECLINE_TEXT"
|
||||
desc="Label of the Decline button of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Use Thorium Without an Account
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<if expr="not chromeos_ash and not is_android and not chromeos_lacros">
|
||||
<!-- Dice Web Signin Interception Bubble-->
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_CREATE_BUBBLE_TITLE" desc="Title of the web signin interception bubble">
|
||||
Continue in a new Thorium profile?
|
||||
</message>
|
||||
|
@ -1098,6 +1137,12 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_IPH_TEXT_SIGNIN_REMINDER_SCREENREADER" desc="This string is the accessibility text of a reminder message, which is intended to help users understand that they have been signed in to Thorium.">
|
||||
While you're signed in, you can use your passwords and more from your Google Account in Thorium. <ph name="SHORTCUT">$1<ex>CTRL+SHIFT+M</ex></ph> can change your Google services settings.
|
||||
</message>
|
||||
<message name="IDS_CHROME_SIGNOUT_CONFIRMATION_PROMPT_NO_UNSYNCED_TITLE" desc="This is the title of a confirmation dialog and asks the user to confirm that they want to sign out of Thorium. It appears when the user opens the Thorium Profile Menu and chooses 'Sign out of Thorium'. This title is before the 'Your passwords and other Thorium data are saved to your Google Account, and will be removed from this device. To use them in the future, sign back in to Thorium.' string. The tone should be straightforward.">
|
||||
Sign out of Thorium?
|
||||
</message>
|
||||
<message name="CHROME_SIGNOUT_CONFIRMATION_PROMPT_NO_UNSYNCED_BODY" desc="This is the subtitle of a confirmation dialog that asks the user to confirm that they want to sign out of Thorium. It appears when the user opens the Thorium Profile Menu and chooses 'Sign out of Thorium'. This subtitle is after the 'Sign out of Thorium?' string. The tone should be calm, because we want to explain to the user that their data is saved; however, we want to set expectations by clarifying that the data will be removed from the device. This string provides a path to resolution because it explains how the user can see their data again (by signing back in).">
|
||||
Your passwords and other Thorium data are saved in your Google Account, and will be removed from this device. To use them in the future, sign back in to Thorium.
|
||||
</message>
|
||||
<message name="IDS_CHROME_SIGNOUT_CONFIRMATION_PROMPT_VERIFY_BODY" desc="This is the subtitle of an error message dialog that appears when the user opens the Thorium Profile Menu and chooses 'Sign out of Thorium'. The error message appears when the user has saved some data (like a password or payment method) to Thorium, but Thorium wasn't able to save the data to the user's Google Account due to a sign-in error; but, the data has been saved locally to Thorium. This subtitle is after the 'Some data isn’t saved yet' string. The tone should be cautionary, because we want to explain to the user that their data is not saved to their Google Account. This string provides a path to resolution because it explains how the user can properly save their data before they sign out of Thorium.">
|
||||
Thorium needs to verify it’s you before some data can be saved in your Google Account and used on all your devices. If you sign out, this data will stay on this device.
|
||||
</message>
|
||||
|
@ -1107,33 +1152,6 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_CLOSE_WARNING_FOR_CLEAR_COOKIES_ON_EXIT_TEXT" desc="Body of a notice displayed when closing the last Thorium window, to inform the user about a change in the way the 'Clear cookie on exit' setting works.">
|
||||
You’ll be signed out of most sites when you close all Thorium windows, except your Google Account if you’re signed in to Thorium. To let sites remember you, <ph name="SETTINGS_LINK">$1<ex>go to settings</ex></ph>.
|
||||
</message>
|
||||
|
||||
<if expr="not use_titlecase">
|
||||
<message name="IDS_AVATAR_BUTTON_INTERCEPT_BUBBLE_CHROME_SIGNIN_TEXT"
|
||||
desc="Text asking the user to sign into Thorium while the Thorium Signin Bubble intercept is shown.">
|
||||
Sign in to Thorium?
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_TITLE" desc="Title of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Make Thorium your own
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_DECLINE_TEXT"
|
||||
desc="Label of the Decline button of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Use Thorium without an account
|
||||
</message>
|
||||
</if>
|
||||
<if expr="use_titlecase">
|
||||
<message name="IDS_AVATAR_BUTTON_INTERCEPT_BUBBLE_CHROME_SIGNIN_TEXT"
|
||||
desc="Text asking the user to sign into Thorium while the Thorium Signin Bubble intercept is shown.">
|
||||
Sign In to Thorium?
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_TITLE" desc="Title of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Make Thorium Your Own
|
||||
</message>
|
||||
<message name="IDS_SIGNIN_DICE_WEB_INTERCEPT_BUBBLE_CHROME_SIGNIN_DECLINE_TEXT"
|
||||
desc="Label of the Decline button of the Thorium Signin Bubble intercept that is shown when a signed out user signs in on the web with it's first account.">
|
||||
Use Thorium Without an Account
|
||||
</message>
|
||||
</if>
|
||||
<message name="IDS_AVATAR_BUTTON_INTERCEPT_BUBBLE_CHROME_SIGNIN_ACCESSIBILITY_LABEL"
|
||||
desc="Accessibility label (read by the accessibility tools) of the avatar button when the Thorium Signin bubble is shown. The text implies that the expanded bubble underneath the button is closable by clicking on the button. The actual text is 'Sign in to Thorium?' with a bubble shown under it.">
|
||||
Click to close the Thorium sign-in dialog
|
||||
|
@ -1470,6 +1488,9 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_SYNC_ERROR_USER_MENU_UPGRADE_BUTTON" desc="Button in the header of desktop user menu that prompts the user to update Thorium to fix the out-of-date Thorium client error.">
|
||||
Update Thorium
|
||||
</message>
|
||||
<message name="IDS_SYNC_ERROR_PASSPHRASE_USER_MENU_TITLE_SIGNED_IN_ONLY" desc="Title of the sync/signin error header of desktop user menu. Shown for users who are signed-in but not syncing.">
|
||||
To use and save Thorium data in your Google Account, enter your passphrase
|
||||
</message>
|
||||
|
||||
<!-- Sync errors. Android uses native UI to handle Sync settings -->
|
||||
<if expr="not is_android">
|
||||
|
@ -1538,6 +1559,9 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_INFOBAR_MISSING_CAMERA_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the camera capabilities, but Thorium is missing the Android camera permission.">
|
||||
Thorium needs permission to access your camera for this site
|
||||
</message>
|
||||
<message name="IDS_INFOBAR_MISSING_HAND_TRACKING_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to hand tracking capabilities, but Thorium is missing the Android hand tracking permission.">
|
||||
Thorium needs permission to track your hands
|
||||
</message>
|
||||
<message name="IDS_INFOBAR_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the microphone capabilities, but Thorium is missing the Android microphone permission.">
|
||||
Thorium needs permission to access your microphone for this site
|
||||
</message>
|
||||
|
@ -1554,12 +1578,12 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_MESSAGE_MISSING_AR_CAMERA_PERMISSION_TEXT" desc="Text shown in a prompt ui when a website has requested access to augmented reality capabilities, but Thorium is missing the Android camera permission.">
|
||||
Thorium needs camera permission to create a 3D map of your surroundings
|
||||
</message>
|
||||
<message name="IDS_MESSAGE_MISSING_XR_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to mixed reality capabilities, but Thorium is missing the Android scene understanding and hand tracking permission.">
|
||||
Thorium needs permission to map your surroundings and track your hands
|
||||
</message>
|
||||
<message name="IDS_MESSAGE_MISSING_CAMERA_PERMISSION_TEXT" desc="Text shown in a prompt ui when a website has requested access to the camera capabilities, but Thorium is missing the Android camera permission.">
|
||||
Thorium needs camera permission for this site
|
||||
</message>
|
||||
<message name="IDS_MESSAGE_MISSING_HAND_TRACKING_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to mixed reality capabilities, but Thorium is missing the Android hand tracking permission.">
|
||||
Thorium needs permission to track your hands
|
||||
</message>
|
||||
<message name="IDS_MESSAGE_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Text shown in a prompt ui when a website has requested access to the microphone capabilities, but Thorium is missing the Android microphone permission.">
|
||||
Thorium needs microphone permission for this site
|
||||
</message>
|
||||
|
@ -1572,6 +1596,9 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_MESSAGE_STORAGE_ACCESS_PERMISSION_TEXT" desc="Text shown educating the user that Thorium is missing the Android storage permission, which is required to download files.">
|
||||
Thorium needs storage access permission to download files
|
||||
</message>
|
||||
<message name="IDS_MESSAGE_MISSING_XR_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to mixed reality capabilities, but Thorium is missing the Android scene understanding and hand tracking permission.">
|
||||
Thorium needs permission to map your surroundings and track your hands
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<if expr="is_macosx">
|
||||
|
@ -1729,6 +1756,15 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_ENTERPRISE_OIDC_WELCOME_TIMEOUT_SUBTITLE" desc="Subtitle of a section telling the user that their work profile was created but is not fully ready yet.">
|
||||
While we're setting up account access, you can still use Thorium. You may not be able to access some resources until setup is complete.
|
||||
</message>
|
||||
|
||||
<!-- Supervised user profile signin IPH -->
|
||||
<!-- TODO(b/351333491): Mark them translateable once the strings are approved. -->
|
||||
<message name="IDS_SUPERVISED_USER_PROFILE_SIGNIN_IPH_TEXT"
|
||||
desc="Informative text shown on the IPH bubble when a supervised user signs-in in a new profile or an existing local profile."
|
||||
translateable="false">
|
||||
The Thorium settings your parent chose in Family Link can help keep you safe online
|
||||
</message>
|
||||
|
||||
<!-- Profile Picker -->
|
||||
<if expr="chromeos_lacros">
|
||||
<message name="IDS_PROFILE_PICKER_MAIN_VIEW_SUBTITLE_LACROS" desc="Profile picker main view subtitle">
|
||||
|
@ -1915,10 +1951,10 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
<message name="IDS_SETTINGS_SECURITY_V8_LINK_DESCRIPTION" desc="Description for the link row of the V8 security settings page.">
|
||||
Turn on additional protection in Thorium’s JavaScript and WebAssembly engine
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_DESCRIPTION" desc="Description of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_DESCRIPTION" desc="Description of the JavaScript optimizer content setting.">
|
||||
V8 is Thorium’s JavaScript and WebAssembly engine used to improve site performance
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_ALLOWED_SUB_LABEL" desc="Sub-label for the enabled option of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_ALLOWED_SUB_LABEL" desc="Sub-label for the enabled option of the JavaScript optimizer content setting.">
|
||||
Thorium runs faster and features that use JavaScript should work as designed (recommended)
|
||||
</message>
|
||||
|
||||
|
@ -2018,6 +2054,24 @@ Permissions you've already given to websites and apps may apply to this account.
|
|||
Extra code: <ph name="EXTRA_CODE">$1<ex>0x80071234</ex></ph>.
|
||||
</message>
|
||||
|
||||
<!--Startup errors.-->
|
||||
<message name="IDS_UNABLE_TO_GET_SETUP_LOCK"
|
||||
desc="Error message displayed in the main dialog when the updater is unable to get the setup lock at startup.">
|
||||
Startup error: another instance of setup is currently running, please try again later.
|
||||
</message>
|
||||
<message name="IDS_WRONG_USER_ELEVATION_REQUIRED_ERROR"
|
||||
desc="Error message displayed in the main dialog when the updater is run without administrative privileges to install a per-system application.">
|
||||
Startup error: please run the installer as administrator.
|
||||
</message>
|
||||
<message name="IDS_WRONG_USER_DEELEVATION_REQUIRED_ERROR"
|
||||
desc="Error message displayed in the main dialog when the updater is run with administrative privileges to install a per-user application.">
|
||||
Startup error: please run the installer as a regular user, not as administrator.
|
||||
</message>
|
||||
<message name="IDS_GENERIC_STARTUP_ERROR"
|
||||
desc="Error message displayed in the main dialog when an error is encountered at startup of the updater.">
|
||||
Startup error: <ph name="STARTUP_ERROR">$1<ex>error-internal</ex></ph>.
|
||||
</message>
|
||||
|
||||
<!--Network errors.-->
|
||||
<message name="IDS_NO_NETWORK_PRESENT_ERROR"
|
||||
desc="Error message displayed in the main dialog when the Updater is unable to connect to the network.">
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -146,6 +146,24 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_PDFS_BLOCKED" desc="Label for the disabled option of the pdfs content setting.">
|
||||
Open PDFs in Thorium
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SITE_DETAILS_CAMERA_BLOCKED_BY_OS" desc="The description for the camera permission with a link to system settings.">
|
||||
To use your camera, give Thorium access in <ph name="BEGIN_LINK"><a href="#" id="openSystemSettingsLink" ></ph>system settings<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SITE_DETAILS_MICROPHONE_BLOCKED_BY_OS" desc="The description for the microphone permission with a link to system settings.">
|
||||
To use your microphone, give Thorium access in <ph name="BEGIN_LINK"><a href="#" id="openSystemSettingsLink" ></ph>system settings<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SITE_DETAILS_LOCATION_BLOCKED_BY_OS" desc="The description for the location permission with a link to system settings.">
|
||||
To use your location, give Thorium access in <ph name="BEGIN_LINK"><a href="#" id="openSystemSettingsLink" ></ph>system settings<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_CAMERA_BLOCKED_BY_OS" desc="Warning for camera content setting when the camera is disabled on OS level." translateable="false">
|
||||
To use your camera on these sites, give Thorium access in <ph name="BEGIN_LINK"><a href="#" id="openSystemSettingsLink" ></ph>system settings<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_LOCATION_BLOCKED_BY_OS" desc="Warning for location content setting when the camera is disabled on OS level." translateable="false">
|
||||
To use your location on these sites, give Thorium access in <ph name="BEGIN_LINK"><a href="#" id="openSystemSettingsLink" ></ph>system settings<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_MIC_BLOCKED_BY_OS" desc="Warning for microphone content setting when the camera is disabled on OS level." translateable="false">
|
||||
To use your microphone on these sites, give Thorium access in <ph name="BEGIN_LINK"><a href="#" id="openSystemSettingsLink" ></ph>system settings<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
|
||||
<!-- Site Settings - Site Data Page-->
|
||||
<message name="IDS_SETTINGS_SITE_DATA_PAGE_CLEAR_ON_EXIT_RADIO_SUBLABEL" desc="A description of the benefit/cost of choosing 'Sites can save content on your device. In short, a site will remember your preferences, shopping cart content, etc. during this browser session. But once you close all open windows, and then visit the site again, it's as if you're coming to the site for the first time.">
|
||||
|
@ -337,13 +355,13 @@
|
|||
|
||||
<!-- Performance Page -->
|
||||
<message name="IDS_SETTINGS_PERFORMANCE_MEMORY_SAVER_MODE_SETTING_DESCRIPTION" desc="Description for the memory saver mode setting">
|
||||
When on, Thorium frees up memory from inactive tabs. This gives active tabs and other apps more computer resources and keeps Thorium fast. Your inactive tabs automatically become active again when you go back to them.
|
||||
Thorium frees up memory from inactive tabs. This gives active tabs and other apps more computer resources and keeps Thorium fast. Your inactive tabs automatically become active again when you go back to them.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PERFORMANCE_BATTERY_SAVER_MODE_SETTING_DESCRIPTION" desc="Description for the energy saver mode setting">
|
||||
When on, Thorium conserves battery power by limiting background activity and visual effects, such as smooth scrolling and video frame rates.
|
||||
Thorium conserves battery power by limiting background activity and visual effects, such as smooth scrolling and video frame rates.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PERFORMANCE_PRELOAD_TOGGLE_SUMMARY" desc="Summary for the preload pages setting">
|
||||
When on, Thorium preloads pages which makes browsing and searching faster.
|
||||
Thorium preloads pages which makes browsing and searching faster.
|
||||
</message>
|
||||
|
||||
<!-- Languages Page -->
|
||||
|
@ -440,7 +458,10 @@
|
|||
Dangerous site. Thorium removed notifications.
|
||||
</message>
|
||||
|
||||
<!-- HTTPS-First Mode -->
|
||||
<!-- Secure connections -->
|
||||
<message name="IDS_SETTINGS_SECURE_CONNECTIONS_SECTION_DESCRIPTION" desc="Description for the Secure Connections section in Security settings, explaining the baseline behavior of the browser even if the 'Always use secure connections' toggle is disabled.">
|
||||
Thorium upgrades insecure connections to HTTPS automatically when possible
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_SUBTITLE" desc="Subtitle for HTTPS-First Mode section in Security settings">
|
||||
Thorium will try to upgrade navigations to HTTPS
|
||||
</message>
|
||||
|
|
|
@ -60,136 +60,6 @@
|
|||
<message name="IDS_SETTINGS_ABOUT_PAGE_SEND_FEEDBACK" desc="Text of the button which allows the user to send feedback with Thorium.">
|
||||
Send feedback
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME" desc="Section title for the 'Get the most out of Thorium' page.">
|
||||
Get the most out of Thorium
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_FOR_YOU" desc="Title of the 'Thorium makes the web work better for you' section of the 'Get the most out of Thorium' page.">
|
||||
Thorium makes the web work better for you
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_IN_CHROME" desc="Title of the 'Your data as you browse' section of the 'Get the most out of Thorium' page.">
|
||||
Your data as you browse
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES" desc="Title of the 'Beyond cookies' section of the 'Get the most out of Thorium' page.">
|
||||
Beyond cookies
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_WORK_BETTER_FOR_YOU" desc="Prompt on the link to the 'Get the most out of Thorium' page.">
|
||||
How does data help Thorium work better for you?
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_SEARCH_HISTORY" desc="Prompt on the link to the 'Get the most out of Thorium' page.">
|
||||
How are browsing and search history different?
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_THIRD_PARTY_COOKIES" desc="Prompt on the link to the 'Get the most out of Thorium' page.">
|
||||
Why is Thorium moving beyond third-party cookies?
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_WEB_MAKING_THE_WEB" desc="A paragraph that includes 2 bullets.">
|
||||
Making the web work better for you means:
|
||||
<ul>
|
||||
<li>Keeping you safe as you browse, and</li>
|
||||
<li>Supporting a thriving ecosystem that keeps the web safe, open, fast and free</li>
|
||||
</ul>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_WEB_SUB_TITLE_CHROME_GIVES_YOU_CHOICE" desc="A subtitle">
|
||||
Thorium gives you choice
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_WEB_YOU_CAN_CUSTOMIZE" desc="A paragraph that includes 3 bullets.
|
||||
* Bullet 1: Thorium supports many Google services, but it's the user's choice whether they want to use those services, so we include "for those who want it".">
|
||||
You can customize Thorium the way you want:
|
||||
<ul>
|
||||
<li><em>The best of Google</em>, for those who want it. For example, you can choose Google Search as Thorium’s default search engine and use Google Password Manager to get all your passwords on any device. </li>
|
||||
<li><em>Meaningful choice</em>: Thorium offers you choice and control with settings, and information to help you make meaningful decisions.</li>
|
||||
<li><em>Extensions</em>: You can extend Thorium functionality with over 100,000 extensions in the <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>Chrome Web Store<ph name="END_LINK"></a></ph>.</li>
|
||||
</ul>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_WEB_SUB_TITLE_CHROME_SUPPORTS_FREE_WEB" desc="A subtitle">
|
||||
Thorium supports a free web
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_WEB_ADS_CRITICAL" desc="A paragraph that includes 3 bullets.">
|
||||
Ads are critical to many online businesses. They help keep content free online, which helps ensure that anyone can access content. Thorium develops ways to let sites show you personalized ads while protecting your privacy. Done well, advertising benefits everyone on the web because when you see an ad:
|
||||
<ul>
|
||||
<li>You might find something new or interesting</li>
|
||||
<li>The advertiser might find a new customer</li>
|
||||
<li>The site you visit earns money by hosting the ad</li>
|
||||
</ul>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BETTER_WEB_ADS_ALSO_SUPPORT" desc="A paragraph that explains how ads support the expense of many Google services, like Thorium, Gmail, maps, and YouTube.">
|
||||
Ads revenue also supports Google’s many free products and services, like Thorium, Gmail, Maps, and YouTube.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_WHEN_YOU_BROWSE" desc="A single-sentence paragraph that introduces the topic of "Your data as you browse".">
|
||||
When you browse the web you generate data - for example, the words you search for, the sites you visit, and the browser and device you use.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_THIS_INFORMATION_USEFUL" desc="Explains how data can be helpful.
|
||||
(Data and information are used as synonyms for these articles. If you have terms for both in your language, you should use both terms to help the user understand that they're synonyms.
|
||||
There is one example in the intro paragraph. It's there because Thorium used saved data for some things, like understanding how quickly pages load, irrespective of settings. The examples in the bullets are affected by the user's settings.
|
||||
* Bullet 1: This describes autocomplete, though we don't want to use that name in the interface. As further explanation, if you search for things around a weekend activity near your home, Thorium can save those searches. As you continue to plan for your weekend, your previous searches can help autocomplete new searches. If you previously looked for "Disneyland", typing "Di" might cause the Search box to suggest "Disneyland".
|
||||
* Bullet 2: If sites can remember your preferences, they can improve your experience.
|
||||
* Bullet 3: Depending on the user's settings, data is also used by advertisers to show ads.">
|
||||
This information can be useful. For example, it can help Thorium improve by understanding how quickly pages load in different conditions. And based on your settings, it can also:
|
||||
<ul>
|
||||
<li>Help you browse faster. For example, your past Google searches can help Thorium prompt you with predictions for your future ones.</li>
|
||||
<li>Allow sites to optimize your experience for your device. For example, a site can streamline its content for your mobile phone and remember your preferences, like your preferred language. </li>
|
||||
<li>Help advertisers, including Google, show more relevant ads.</li>
|
||||
</ul>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_SUB_TITLE_WHATS_DIFFERENCE_BROWSING_SEARCH_HISTORY" desc="A sub title that introduces the topic of distinguishing between Browsing and Search history.">
|
||||
What’s the difference between your browsing history in Thorium and your search history?
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_BROWSING_HISTORY" desc="A self-standing sentence that describes Thorium browsing history.">
|
||||
Your Thorium browsing history is all the sites you’ve visited in Thorium over a period of time.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_VISIT_CHROME_HISTORY" desc="A paragraph that links to the user's browsing history and to help-center content.
|
||||
* Link <your browsing data in Thorium and how to manage it> goes to https://support.google.com/chrome?p=delete_browsing_data.">
|
||||
Visit <ph name="BEGIN_LINK_HISTORY"><a target="_blank" href="$1"></ph><ph name="HISTORY">$1<ex>chrome://history</ex></ph><ph name="END_LINK_HISTORY"></a></ph> to review and manage your browsing history. Learn more about <ph name="BEGIN_LINK_HELPCENTER"><a target="_blank" href="$2"></ph>your browsing data in Thorium and how to manage it<ph name="END_LINK_HELPCENTER"></a></ph>.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_WHEN_YOU_SEARCH" desc="A paragraph that describes search history.
|
||||
|
||||
"Default search engine" is important. Don't use "Search" or "Google search" because the user may have configured the Thorium search both with a search engine other than Google Seach.">
|
||||
When you search for something in Thorium’s address bar, your default search engine receives your request and responds by showing relevant results. Your search history includes things you’ve searched for over a period of time.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_YOUR_DATA_VISIT_SEARCH_HISTORY" desc="A paragraph with bullets that helps the reader find more information about search history.
|
||||
* Link <My Activity> goes to https://myactivity.google.com/product/search">
|
||||
You can review your search history and settings in <ph name="BEGIN_LINK"> <a target="_blank" href="$1"></ph>My Activity<ph name="END_LINK"></a></ph>, if:
|
||||
<ul>
|
||||
<li>You use Google Search</li>
|
||||
<li>You’re signed in to your Google account</li>
|
||||
<li>You have Web & App Activity turned on</li>
|
||||
</ul>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_ONCE_YOU_FIND_ASITE" desc="A paragraph followed by 3 bullets. The paragraph introduces the term "permissions" and defines it as giving a site the ability to use certain features. Examples in the bullets include 1) classic permissions, like Camera and Location, 2) site data, including cookies, and 3) notifications. The 2 refers to cookies notices. When a user agrees to cookies on a site, they're granting the site permission to save site data (this is explained to the user in the next paragraph).">
|
||||
Once you find a site you want to explore, you decide (using site permissions) if a site can use certain features, for example:
|
||||
<ul>
|
||||
<li>Use your device’s Camera, Location, and Microphone</li>
|
||||
<li>Store data on your device</li>
|
||||
<li>Provide site features, like Notifications</li>
|
||||
</ul>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_DEPENDING_ON_SITE_PERMISSIONS" desc="A self-standing paragraph that frames "cookies" as a permisison.">
|
||||
Depending on site permissions, cookies are one way that allow sites to store information about your online activity.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_REVIEW_PERMISSIONS" desc="A paragraph that links to the section of settings where the user can configure site permissions.">
|
||||
Review site permissions at <ph name="BEGIN_LINK_PERMISSIONS"><a target="_blank" href="$1"></ph><ph name="PERMISSIONS">$1<ex>chrome://settings/content</ex></ph><ph name="END_LINK_PERMISSIONS"></a></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_COOKIES_CAN_ENRICH" desc="A subtitle">
|
||||
Cookies can enrich your online experience, allowing sites to offer you useful features
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_IMAGINE_YOU_HAVE_FAVORITE_CAFE" desc="A self-standing paragraph.">
|
||||
Imagine you have a favorite cafe you visit for your morning coffee. Maybe you’re such a frequent customer that the shop owner knows you by name and can bring you your order, a double espresso with a single sugar, right when you walk in the door.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_COOKIES_ALLOW_SAME_LEVEL_CUSTOMIZATION" desc="A self-standing paragraph.">
|
||||
Cookies allow for this same level of preference customization on the web. When you visit a site, the site can save a cookie in your device’s browser storage to remember your site preferences, such as the language you speak or items that you want saved in a shopping cart. Later, if you visit the site again using the same browser, that site can read the cookie it set and you can start up where you left off. These types of cookies are often referred to as first-party cookies, because they’re set by the site you visit.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_SOMES_SITES_MISUSE_COOKIES" desc="A subtitle">
|
||||
Sometimes sites use cookies in ways they weren’t initially intended
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_PLANNING_TO_PHASE_OUT" desc="* Link <UK's competition and Markets Authority (CMA)> goes to https://www.gov.uk/cma-cases/investigation-into-googles-privacy-sandbox-browser-changes">
|
||||
That’s why Thorium is planning to phase out the use of “third-party” cookies once we’ve addressed any remaining competition concerns of the <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>UK’s Competition and Markets Authority (CMA)<ph name="END_LINK"></a></ph>.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_WHAT_ARE_THIRD_PARTY_COOKIES" desc="A self-standing paragraph.
|
||||
"third-party" is important because not all cookies are the same. When you visit a site, that site might use a cookie to save information about you. We call that a "first-party cookie" because it's set by the site you visit. Most in the industry consider first-party cookies a reasonable means of site storage that can enhance the user's experience.">
|
||||
What are third-party cookies? A site you visit can embed content from other sites or services, for example images, ads, social media content, and text. When any of these other sites use cookies to save info about you, we call that a third-party cookie. If you visit several sites that embed content from the same source, like an ad network, third-party cookies can be used for advertising purposes and to track you as you browse.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_GET_THE_MOST_OUT_OF_CHROME_BEYOND_COOKIES_CHROME_PART_OF_EFFORT" desc="* Link <collaborative effort> goes to https://www.privacysandbox.com/">
|
||||
Thorium is part of a <ph name="LINK_BEGIN"><a target="_blank" href="$1"></ph>collaborative effort<ph name="LINK_END"></a></ph> to reduce cross-site tracking and phase out the use of third-party cookies. But we’re trying to do it responsibly because many sites rely on third-party cookies to work as designed. For example, many sites use third-party cookies to simplify signing in, to support embedded chat and comment systems, and for payment services. And advertisers often use third-party cookies to better personalize ads. That matters because sites often count on ads to help pay expenses and keep their online content free of charge.
|
||||
</message>
|
||||
</if>
|
||||
<if expr="is_macosx">
|
||||
<message name="IDS_ABOUT_CHROME_AUTOUPDATE_ALL" desc="The 'Automatically update Thorium for all users.' button in the About window. Mac-only.">
|
||||
|
@ -247,7 +117,7 @@
|
|||
Live Translate
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_ENABLE_LIVE_TRANSLATE_SUBTITLE" desc="Description text for Live Translate feature.">
|
||||
Sends captions to Google to automatically translate them
|
||||
Automatically translates live captions. Captions are sent to Google for translation.
|
||||
</message>
|
||||
<if expr="chromeos_ash">
|
||||
<message name="IDS_SETTINGS_CAPTIONS_ENABLE_LIVE_CAPTION_SUBTITLE_BROWSER_ONLY_ENGLISH_ONLY" desc="Description text for Live Caption feature. When audio or video is playing, the user will see captions on the screen. Only works in Thorium browser initially. Currently only works for English media.">
|
||||
|
@ -261,7 +131,7 @@
|
|||
Automatically creates captions for English audio and video. Audio and captions never leave your device.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_ENABLE_LIVE_CAPTION_SUBTITLE" desc="Description text for Live Caption feature. When audio or video is playing, the user will see captions on the screen.">
|
||||
Automatically creates captions for audio and video
|
||||
Automatically creates captions for supported languages. Audio never leaves your device.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_LIVE_CAPTION_DOWNLOAD_PROGRESS" desc="Download progress indicator after Live Caption is enabled. The user needs to download certain files for the feature to work.">
|
||||
Downloading speech recognition files... <ph name="PERCENT">$1<ex>17</ex></ph>%
|
||||
|
@ -673,6 +543,9 @@
|
|||
<message name="IDS_SETTINGS_IBAN_SAVED_TO_THIS_DEVICE_ONLY" desc="Shown in the payments section of settings. Descriptive text to inform the user that this IBAN (International Bank Account Number) will be saved to local device only.">
|
||||
This IBAN will be saved to this device only
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_IBAN_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the IBAN (International Bank Account Number) they have entered is not valid.">
|
||||
IBAN is invalid
|
||||
</message>
|
||||
<message name="IDS_IBAN_NICKNAME" desc="Label for the field containing the nickname of the IBAN (International Bank Account Number) to be saved.">
|
||||
Nickname
|
||||
</message>
|
||||
|
@ -718,10 +591,7 @@
|
|||
<message name="IDS_SETTINGS_ADDRESS_NONE" desc="Placeholder that is shown when there are no addresses in the list of saved addresses.">
|
||||
Saved addresses will appear here
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_LEAK_DETECTION_LABEL" desc="Label for a checkbox that allows users to choose whether Thorium should check that credentials have been part of a leak.">
|
||||
Warn you if passwords are exposed in a data breach
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_LEAK_DETECTION_LABEL_UPDATED" desc="Label for a checkbox that allows users to choose whether chrome should check that credentials have been part of a leak.">
|
||||
<message name="IDS_SETTINGS_PASSWORDS_LEAK_DETECTION_LABEL" desc="Label for a checkbox that allows users to choose whether chrome should check that credentials have been part of a leak.">
|
||||
Warn you if a password was compromised in a data breach
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PASSWORDS_LEAK_DETECTION_SIGNED_OUT_ENABLED_DESC" desc="Text that describes the 'Password Leak Detection' functionality to signed-out users who have not disabled the feature. This text always follows a sentence describing the feature.">
|
||||
|
@ -754,6 +624,42 @@
|
|||
=1 {1 reused password}
|
||||
other {{NUM_REUSED} reused passwords}}
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_PAGE_TITLE" desc="The title of the page in Settings that allows to manage the autofill improved predictions settings." translateable="false">
|
||||
Autofill prediction improvements
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_TOGGLE_SUB_LABEL" desc="The description of the main toggle that enables/disables improved autofill predictions." translateable="false">
|
||||
Thorium can adapt to a form's format — for example, automatically filling your birthday as MM/DD/YYYY or DD/MM/YY. Learn more about <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>Thorium Autofill<ph name="END_LINK"></a><ex></a></ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_WHEN_ON_SAVED_INFO" desc="One of the items describing what happens when improved autofill predictions are enabled." translateable="false">
|
||||
Thorium asks if you want to use saved info to fill forms
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_WHEN_ON_ADAPTS" desc="One of the items describing what happens when improved autofill predictions are enabled." translateable="false">
|
||||
TODO: Describe how autofill adapts to user preferences
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_TO_CONSIDER_INFO_LOCAL" desc="One of the items describing what the user should consider before enabling improved autofill predictions." translateable="false">
|
||||
Your info is saved on your device and isn't shared with others
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_TO_CONSIDER_DATA_USAGE" desc="One of the items describing what the user should consider before enabling improved autofill predictions." translateable="false">
|
||||
TODO: Describe how data is used
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_USER_ANNOTATIONS_HEADER" desc="User annotation entries header on the autofill prediction improvements settings page." translateable="false">
|
||||
Saved information
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_DELETE_ENTRY_DIALOG_TITLE" desc="The title of the delete user annotations entry confirmation dialog." translateable="false">
|
||||
Delete annotation entry
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_DELETE_ENTRY_DIALOG_TEXT" desc="The body text of the delete user annotations entry confirmation dialog dscribing the entry." translateable="false">
|
||||
The following entry will be deleted: <ph name="KEY">$1<ex>Date of birth</ex></ph> / <ph name="VALUE">$2<ex>15/02/1989</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_DELETE_ALL_ENTRIES_BUTTON_LABEL" desc="The label of the delete all user annotations entries button." translateable="false">
|
||||
Delete all
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_DELETE_ALL_ENTRIES_DIALOG_TITLE" desc="The title of the delete all user annotations entries confirmation dialog." translateable="false">
|
||||
Delete all entries
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_AUTOFILL_PREDICTION_IMPROVEMENTS_DELETE_ALL_ENTRIES_DIALOG_TEXT" desc="The body text of the delete all user annotations entries confirmation dialog." translateable="false">
|
||||
All the annotation entries will be deleted. This action cannot be undone
|
||||
</message>
|
||||
|
||||
<if expr="is_win or is_macosx">
|
||||
<message name="IDS_AUTOFILL_MANAGE_PASSKEYS_LABEL" desc="The label on a button that a user can click in order to see and delete passkeys saved on their computer. For consistency, the word 'passkey' is in the glossary with translations already suggested.">
|
||||
|
@ -802,18 +708,6 @@
|
|||
Hide password for <ph name="USERNAME">$1<ex>example@gmail.com</ex></ph> on <ph name="DOMAIN">$2<ex>www.google.com</ex></ph>
|
||||
</message>
|
||||
|
||||
<if expr="is_macosx">
|
||||
<message name="IDS_SETTINGS_PASSWORDS_BIOMETRIC_AUTHENTICATION_FOR_FILLING_TOGGLE_LABEL_MAC" desc="Label for a toggle that allows users to be authenticate using their TouchID or any other means of authentication when logging into webpages.">
|
||||
Use your screen lock when filling passwords
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<if expr="is_win">
|
||||
<message name="IDS_SETTINGS_PASSWORDS_BIOMETRIC_AUTHENTICATION_FOR_FILLING_TOGGLE_LABEL_WIN" desc="Label for a toggle that allows users to be authenticate using their Windows Hello when logging into webpages.">
|
||||
Use Windows Hello when filling passwords
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Default Browser Page -->
|
||||
<if expr="not is_chromeos">
|
||||
<message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Browser page, which allows users to set which browser will open .html files within the OS.">
|
||||
|
@ -1838,8 +1732,7 @@
|
|||
<message name="IDS_SETTINGS_PRIVACY_GUIDE_COMPLETION_CARD_PRIVACY_SANDBOX_LABEL" desc="Text of the Privacy Sandbox label in the completion card of the 'Privacy Guide'.">
|
||||
Ad privacy
|
||||
</message>
|
||||
<!-- TODO(crbug.com/331970504): Make privacy guide ad topics strings translateable. -->
|
||||
<message name="IDS_SETTINGS_PRIVACY_GUIDE_COMPLETION_CARD_PRIVACY_SANDBOX_SUB_LABEL_AD_TOPICS" desc="Text of the Privacy Sandbox sublabel in the completion card of the 'Privacy Guide' - This text is used when the ad topics card is added." translateable="false">
|
||||
<message name="IDS_SETTINGS_PRIVACY_GUIDE_COMPLETION_CARD_PRIVACY_SANDBOX_SUB_LABEL_AD_TOPICS" desc="Text of the Privacy Sandbox sublabel in the completion card of the 'Privacy Guide' - This text is used when the ad topics card is added.">
|
||||
Manage your ad topics and other settings to limit what sites can learn about you to show you personalized ads
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PRIVACY_GUIDE_COMPLETION_CARD_WAA_LABEL" desc="Text of the Web and App Activity label in the completion card of the 'Privacy Guide'.">
|
||||
|
@ -2199,9 +2092,6 @@
|
|||
Enhanced protection
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_ENHANCED_DESC" desc="Description of safe browsing enhanced protection mode">
|
||||
Faster, proactive protection against dangerous websites, downloads, and extensions. Warns you about password breaches. Requires browsing data to be sent to Google.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_ENHANCED_DESC_UPDATED" desc="Updated description of safe browsing enhanced protection mode">
|
||||
Real-time, proactive protection against dangerous sites, downloads, and extensions that's based on your browsing data getting sent to Google
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_ENHANCED_EXPAND_ACCESSIBILITY_LABEL" desc="Label for the button that toggles showing the detailed description of safe browsing enhanced protection. Only visible by screen reader software.">
|
||||
|
@ -2244,13 +2134,10 @@
|
|||
Standard protection
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_STANDARD_DESC" desc="Description for safe browsing standard protection mode">
|
||||
Standard protection against websites, downloads, and extensions that are known to be dangerous
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_STANDARD_DESC_UPDATED" desc="Description for safe browsing standard protection mode">
|
||||
Protects against sites, downloads, and extensions that are known to be dangerous. If a page does something suspicious, URLs and bits of page content are sent to Google Safe Browsing.
|
||||
</message>
|
||||
<if expr="_google_chrome">
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_STANDARD_DESC_UPDATED_PROXY" desc="Description for safe browsing standard protection mode">
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_STANDARD_DESC_PROXY" desc="Description for safe browsing standard protection mode">
|
||||
Protects against sites, downloads, and extensions that are known to be dangerous. When you visit a site, Thorium sends an obfuscated portion of the URL to Google through a privacy server that hides your IP address. If a site does something suspicious, full URLs and bits of page content are also sent.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_STANDARD_BULLET_TWO_PROXY" desc="Bullet point under the safe browsing standard protection mode">
|
||||
|
@ -2270,9 +2157,6 @@
|
|||
No protection (not recommended)
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_NONE_DESC" desc="Description for safe browsing no protection mode">
|
||||
Does not protect you against dangerous websites, downloads, and extensions. You’ll still get Safe Browsing protection, where available, in other Google services, like Gmail and Search.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_NONE_DESC_UPDATED" desc="Updated description for safe browsing no protection mode">
|
||||
Does not protect you against dangerous websites, downloads, and extensions. Your Safe Browsing settings in other Google products won't be affected.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SAFEBROWSING_DISABLE_DIALOG_TITLE" desc="Title for the confirmation dialog to turn off SafeBrowsing">
|
||||
|
@ -2317,7 +2201,12 @@
|
|||
Advanced Protection Program">
|
||||
Provides Google’s strongest account security for people at risk of targeted attacks
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_ONLY_MODE" desc="Text for HTTPS-Only Mode toggle in Security settings">
|
||||
|
||||
<!-- Secure Connections -->
|
||||
<message name="IDS_SETTINGS_SECURE_CONNECTIONS_SECTION_TITLE" desc="Title of the Secure Connections section in Security settings">
|
||||
Secure connections
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_ONLY_MODE" desc="Text for HTTPS-First Mode toggle in Security settings">
|
||||
Always use secure connections
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_ONLY_MODE_DESCRIPTION" desc="Secondary, continued explanation of HTTPS-Only Mode in Security settings">
|
||||
|
@ -2326,8 +2215,14 @@
|
|||
<message name="IDS_SETTINGS_HTTPS_ONLY_MODE_DESCRIPTION_ADVANCED_PROTECTION" desc="Secondary, continued explanation of HTTPS-Only Mode in Security settings when the user can't change the setting">
|
||||
Use HTTPS whenever possible and get warned before loading sites that don’t support it. You can’t change this setting because you have Advanced Protection enabled.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_TITLE" desc="Title for HTTPS-First Mode section in Security settings">
|
||||
Warn before using insecure connections
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_TITLE" desc="Text for HTTPS-First Mode toggle in Security settings">
|
||||
Ask before using insecure connections
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_DESCRIPTION" desc="Secondary, continued explanation of HTTPS-First Mode in Security settings">
|
||||
For sites that don’t support secure connections, get warned before visiting the site
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_DESCRIPTION_ADVANCED_PROTECTION" desc="Secondary, continued explanation of HTTPS-First Mode in Security settings when the user can't change the setting">
|
||||
For sites that don’t support secure connections, get warned before visiting the site. You can’t change this setting because you have Advanced Protection enabled.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_ENABLED_FULL_LABEL" desc="Label for radio button to fully enable HTTPS-First Mode">
|
||||
See warnings before going to insecure sites (recommended)
|
||||
|
@ -2338,6 +2233,19 @@
|
|||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_DISABLED_LABEL" desc="Label for radio button to disable HTTPS-First Mode">
|
||||
Don't see any warnings before going to insecure sites
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_ENABLED_STRICT_LABEL" desc="Label for radio button to enable the stricter form of HTTPS-First Mode">
|
||||
Warns you for insecure public & private sites
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_ENABLED_STRICT_SUBLABEL" desc="Secondary, continued explanation for the stricter form of HTTPS-First Mode">
|
||||
Private sites might include things like your company’s intranet
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_ENABLED_BALANCED_LABEL" desc="Label for radio button to enable the less-strict form of HTTPS-First Mode">
|
||||
Warns you for insecure public sites
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HTTPS_FIRST_MODE_ENABLED_BALANCED_SUBLABEL" desc="Secondary, continued explanation for the less strict form of HTTPS-First Mode">
|
||||
Doesn’t warn you for private sites, such as your company’s intranet
|
||||
</message>
|
||||
|
||||
<message name="IDS_SETTINGS_MANAGE_CERTIFICATES" desc="Text for manage certificates button in Privacy options">
|
||||
Manage certificates
|
||||
</message>
|
||||
|
@ -2495,14 +2403,6 @@
|
|||
<message name="IDS_SETTINGS_SEARCH" desc="Name of the settings page which displays search engine preferences.">
|
||||
Search engine
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SEARCH_EXPLANATION" desc="Explanation for the search engine dropdown setting.">
|
||||
Search engine used in the address bar.
|
||||
</message>
|
||||
<if expr="is_chromeos">
|
||||
<message name="IDS_SETTINGS_SEARCH_EXPLANATION_PRIMARY_PROFILE" desc="Explanation for the search engine dropdown setting in the primary profile.">
|
||||
Search engine used in the address bar and the launcher.
|
||||
</message>
|
||||
</if>
|
||||
<message name="IDS_SETTINGS_SEARCH_EXPLANATION_ACCESSIBILITY_LABEL" desc="Accessibility label for a 'learn more' link which links to an article about setting a default search engine.">
|
||||
Learn more about default search engines
|
||||
</message>
|
||||
|
@ -2906,6 +2806,15 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_AUTOMATIC_FULLSCREEN_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the automatic fullscreen content setting.">
|
||||
Not allowed to enter full screen automatically
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_HAND_TRACKING_DESCRIPTION" desc="Description of the hand tracking content setting.">
|
||||
Sites usually track your hands and fingers to augment immersive experiences
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_HAND_TRACKING_ALLOWED_EXCEPTIONS" desc="Label for the allowed exceptions site list of the hand tracking content setting.">
|
||||
Allowed to track your hands
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_HAND_TRACKING_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the hand tracking content setting.">
|
||||
Not allowed to track your hands
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_HID_DEVICES_DESCRIPTION" desc="Description of the hid devices site setting.">
|
||||
Sites usually connect to HID devices for features that use uncommon keyboards, game controllers, and other devices
|
||||
</message>
|
||||
|
@ -2915,6 +2824,21 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_HID_DEVICES_BLOCKED" desc="Label for the disabled option of the hid devices site setting.">
|
||||
Don't allow sites to connect to HID devices
|
||||
</message>
|
||||
<message name="IDS_SITE_SETTINGS_SMART_CARD_READERS" desc="Main heading for the Smart Card Readers section in settings.">
|
||||
Smart card readers
|
||||
</message>
|
||||
<message name="IDS_SITE_SETTINGS_SMART_CARD_READERS_DESCRIPTION" desc="Description of how Isolated Web Apps interact with smart card readers.">
|
||||
Isolated Web Apps control smart card readers to gain access to smart cards that are inserted or presented to them. Smart cards usually contain identities that are used to authenticate or authorize operations, log into services, etc.
|
||||
</message>
|
||||
<message name="IDS_SITE_SETTINGS_SMART_CARDS_DEFAULT_DESCRIPTION" desc="Label indicating the default behavior for smart card access.">
|
||||
Isolated Web Apps automatically follow this setting.
|
||||
</message>
|
||||
<message name="IDS_SITE_SETTINGS_SMART_CARDS_ALLOWED" desc="Option to allow Isolated Web Apps to control smart card readers.">
|
||||
Isolated Web Apps can ask to control smart card readers. Apps will gain access to smart cards presented to readers under their control.
|
||||
</message>
|
||||
<message name="IDS_SITE_SETTINGS_SMART_CARDS_BLOCKED" desc="Option to block Isolated Web Apps from controlling smart card readers.">
|
||||
Isolated Web Apps cannot control smart card readers. Apps won't gain access to any smart card.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_IMAGES_DESCRIPTION" desc="Description of the images content setting.">
|
||||
Sites usually show images to provide illustration, like photos for online stores or news articles
|
||||
</message>
|
||||
|
@ -2957,19 +2881,19 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the JavaScript content setting.">
|
||||
Not allowed to use JavaScript
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_ALLOWED" desc="Label for the enabled option of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_ALLOWED" desc="Label for the enabled option of the JavaScript optimizer content setting.">
|
||||
Sites can use the V8 optimizer
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_BLOCKED" desc="Label for the disabled option of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_BLOCKED" desc="Label for the disabled option of the JavaScript optimizer content setting.">
|
||||
Don’t allow sites to use the V8 optimizer
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_BLOCKED_SUB_LABEL" desc="Sub-label for the disabled option of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_BLOCKED_SUB_LABEL" desc="Sub-label for the disabled option of the JavaScript optimizer content setting.">
|
||||
Reduces performance but makes V8 more resistant to attacks
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_ALLOWED_EXCEPTIONS" desc="Label for the allowed exceptions site list of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_ALLOWED_EXCEPTIONS" desc="Label for the allowed exceptions site list of the JavaScript optimizer content setting.">
|
||||
Always allowed to use the V8 optimizer
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_JIT_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the JavaScript optimizer content setting.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT_OPTIMIZER_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the JavaScript optimizer content setting.">
|
||||
Not allowed to use V8 optimizer
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_KEYBOARD_LOCK_DESCRIPTION" desc="Description of the keyboard lock content setting.">
|
||||
|
@ -3243,6 +3167,21 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_VR_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the virtual reality content setting.">
|
||||
Not allowed to use virtual reality devices or data
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_WEB_APP_INSTALLATION_DESCRIPTION" desc="Description of the web app installation content setting.">
|
||||
Sites usually ask to install web apps to enhance your experience on the site
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_WEB_APP_INSTALLATION_ASK" desc="Label for the enabled option of the web app installation content setting.">
|
||||
Sites can ask to install web apps on your device
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_WEB_APP_INSTALLATION_BLOCK" desc="Label for the disabled option of the web app installation content setting.">
|
||||
Don't allow sites to install web apps on your device
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_WEB_APP_INSTALLATION_ALLOWED_EXCEPTIONS" desc="Label for the allowed exceptions site list of the web app installation content setting.">
|
||||
Allowed to ask to install web apps on your device
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_WEB_APP_INSTALLATION_BLOCKED_EXCEPTIONS" desc="Label for the blocked exceptions site list of the web app installation content setting.">
|
||||
Not allowed to install web apps on your device
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_WEB_PRINTING_DESCRIPTION" desc="Description of the web printing content setting.">
|
||||
Sites can use advanced features from any printer accessible to your device without going through the standard Print prompt
|
||||
</message>
|
||||
|
@ -3267,6 +3206,12 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_AR_BLOCK" desc="The block label for the AR feature in site settings.">
|
||||
Do not allow sites to create a 3D map of your surroundings or track camera position
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_HAND_TRACKING_ASK" desc="The ask label for the hand tracking feature in site settings.">
|
||||
Ask when a site wants to track your hands
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_HAND_TRACKING_BLOCK" desc="The block label for the hand tracking feature in site settings.">
|
||||
Don't allow sites to track your hands
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_THIRD_PARTY_COOKIES_PAGE_DESCRIPTION" desc="An explanation of what third-party cookies are that appear beneath the page title: 'Third-party cookies'. * 'embed': A site you visit uses HTML to construct the page. HTML tags include references to images, like img src='filename.jpg', that are used to show an image. 'filename.jpg' can be a local file owned by the site you visit or a site can embed an external file with something like img src='www.third-party-site.com/images/filename.jpg'. This image is embedded into the site you visit and www.third-party-site.com can set a third-party cookie onto your device.">
|
||||
A site you visit can embed content from other sites, for example, images, ads, and text. Cookies set by these other sites are called third-party cookies.
|
||||
</message>
|
||||
|
@ -3339,13 +3284,13 @@
|
|||
<message name="IDS_SETTINGS_THIRD_PARTY_COOKIES_PAGE_BLOCK_BULLET_2" desc="2 of 2 bullets that describe the 'Block third-party cookies' option">
|
||||
Sites can't use your cookies to see your browsing activity across different sites, for example, to personalize ads. Features on some sites may not work
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_COOKIES_BLOCK_THIRD_PARTY_INCOGNITO_BULLET_TWO_FPS" desc="Description for the first bullet of block third party cookies in Incognito radio toggle">
|
||||
<message name="IDS_SETTINGS_COOKIES_BLOCK_THIRD_PARTY_INCOGNITO_BULLET_TWO_RWS" desc="Description for the first bullet of block third party cookies in Incognito radio toggle">
|
||||
While in Incognito, sites can't use your cookies to see your browsing activity across sites, even related sites. Your browsing activity isn't used for things like personalizing ads. Features on some sites may not work.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_COOKIES_FIRST_PARTY_SETS_TOGGLE_LABEL" desc="Label for the toggle that allows the user to control first-party sets enabled sharing between related sites">
|
||||
<message name="IDS_SETTINGS_COOKIES_RELATED_WEBSITE_SETS_TOGGLE_LABEL" desc="Label for the toggle that allows the user to control related website sets enabled sharing between related sites">
|
||||
Allow related sites to see your activity in the group
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_COOKIES_FIRST_PARTY_SETS_TOGGLE_SUB_LABEL" desc="Sub-label for the toggle that allows the user to control first-party sets enabled sharing between related sites">
|
||||
<message name="IDS_SETTINGS_COOKIES_RELATED_WEBSITE_SETS_TOGGLE_SUB_LABEL" desc="Sub-label for the toggle that allows the user to control related website sets enabled sharing between related sites">
|
||||
A company can define a group of sites that can use cookies to share your activity in the group. This is off in Incognito.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_COOKIES_ALL_SITES_LINK" desc="Label for the link row which takes the user to the page listing all sites with storage and permissions">
|
||||
|
@ -3574,10 +3519,10 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_DELETE_DISPLAYED_STORAGE_DIALOG_TITLE" desc="Title of the dialog that warns about deleting displayed site data.">
|
||||
Delete displayed data?
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_FIRST_PARTY_SETS_LEARN_MORE" desc="Label for first-party sets explainer with a learn more link shown when sites are filtered by first-party set owner">
|
||||
These sites are in a group defined by <ph name="FPS_OWNER">$1<ex>google.com</ex></ph>. Sites in a group can see your activity in the group.
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_RELATED_WEBSITE_SETS_LEARN_MORE" desc="Label for related website sets explainer with a learn more link shown when sites are filtered by related website set owner">
|
||||
These sites are in a group defined by <ph name="RWS_OWNER">$1<ex>google.com</ex></ph>. Sites in a group can see your activity in the group.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_FIRST_PARTY_SETS_LEARN_MORE_ACCESSIBILITY" desc="Accessibility label learn more link about first-party sets shown when user filters sites by first-party set owner">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_RELATED_WEBSITE_SETS_LEARN_MORE_ACCESSIBILITY" desc="Accessibility label learn more link about related website sets shown when user filters sites by related website set owner">
|
||||
Learn more about related sites in a new tab
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_ALL_STORAGE_DESCRIPTION" desc="Label describing how much total disk space chrome is using, next to the clear all button">
|
||||
|
@ -3595,18 +3540,18 @@
|
|||
<message name="IDS_SETTINGS_SITE_SETTINGS_SITE_DETAILS_SUBPAGE_ACCESSIBILITY_LABEL" desc="The (accessibility) label for subpage button that navigates to site details from all sites page.">
|
||||
Show site details for <ph name="SITE_GROUP">$1<ex>google.com</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_FIRST_PARTY_SETS_MEMBERSHIP_LABEL" desc="Label displaying how many members are in a first-party set for a specific site. This is displayed on site entries in all sites page and site details page.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_RELATED_WEBSITE_SETS_MEMBERSHIP_LABEL" desc="Label displaying how many members are in a related website set for a specific site. This is displayed on site entries in all sites page and site details page.">
|
||||
{MEMBERS, plural,
|
||||
=1 {1 site in <ph name="FPS_OWNER">{FPS_OWNER}<ex>google.com</ex></ph>'s group}
|
||||
other {{MEMBERS} sites in <ph name="FPS_OWNER">{FPS_OWNER}<ex>google.com</ex></ph>'s group}}
|
||||
=1 {1 site in <ph name="RWS_OWNER">{RWS_OWNER}<ex>google.com</ex></ph>'s group}
|
||||
other {{MEMBERS} sites in <ph name="RWS_OWNER">{RWS_OWNER}<ex>google.com</ex></ph>'s group}}
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_FIRST_PARTY_SETS_MORE_ACTIONS_TITLE" desc="The (accessibility) title of a button, which brings up a menu of actions that can be taken on a site group.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_RELATED_WEBSITE_SETS_MORE_ACTIONS_TITLE" desc="The (accessibility) title of a button, which brings up a menu of actions that can be taken on a site group.">
|
||||
More actions for <ph name="SITE_GROUP">$1<ex>google.com</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_FIRST_PARTY_SETS_SHOW_RELATED_SITES_BUTTON" desc="Label for the button on the first-party sets more actions menu to allow users to filter sites by the first-party set owner.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_RELATED_WEBSITE_SETS_SHOW_RELATED_SITES_BUTTON" desc="Label for the button on the related website sets more actions menu to allow users to filter sites by the related website set owner.">
|
||||
Show sites in same group
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_FIRST_PARTY_SETS_SITE_DELETE_STORAGE_BUTTON" desc="Label for the button on the first-party sets more actions menu to allow users to clear data and permissions for a specific site entry.">
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_RELATED_WEBSITE_SETS_SITE_DELETE_STORAGE_BUTTON" desc="Label for the button on the related website sets more actions menu to allow users to clear data and permissions for a specific site entry.">
|
||||
Delete data and permissions
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_SITE_SETTINGS_DELETE_ALL_STORAGE_CONFIRMATION" desc="Text for the dialog that warns about deleting storage used by all sites.">
|
||||
|
@ -4107,8 +4052,8 @@
|
|||
<message name="IDS_SETTINGS_HISTORY_SEARCH_SETTING_LABEL" desc="Title of the page of the settings that enables history search.">
|
||||
History search, powered by AI
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HISTORY_SEARCH_SETTING_SUBLABEL" desc="Sublabel of the setting that enables history search.">
|
||||
Use everyday language to search your browsing history and find sites you visited.
|
||||
<message name="IDS_SETTINGS_HISTORY_SEARCH_SETTING_SUBLABEL" desc="Sublabel of the setting that enables history search." translateable="false">
|
||||
Use everyday language to search your browsing history and find sites you visited. Only sites you visit after turning on this feature are shown in AI-powered history search results.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HISTORY_SEARCH_WHEN_ON_BULLET_ONE" desc="Bullet point in the 'When on' column of the description of the setting that enables history search.">
|
||||
You can search your browsing history based on general page content, not only page title and URL. This gives you improved results, whether you're searching browsing history in the address bar using @history or from the History page.
|
||||
|
@ -4116,8 +4061,8 @@
|
|||
<message name="IDS_SETTINGS_HISTORY_SEARCH_CONSIDER_BULLET_ONE" desc="Bullet point in the 'Things to consider' column of the description of the setting that enables history search.">
|
||||
When you search browsing history, your history search terms, page content of best matches, and generated model outputs are sent to Google and may be seen by human reviewers to improve this feature.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HISTORY_SEARCH_CONSIDER_BULLET_TWO" desc="Bullet point in the 'Things to consider' column of the description of the setting that enables history search.">
|
||||
As you browse sites, their page contents are saved in an encrypted form on your device.
|
||||
<message name="IDS_SETTINGS_HISTORY_SEARCH_CONSIDER_BULLET_TWO" desc="Bullet point in the 'Things to consider' column of the description of the setting that enables history search." translateable="false">
|
||||
As you browse sites, their page contents are saved in an encrypted form on your device. This may affect Thorium's performance.
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_HISTORY_SEARCH_LEARN_MORE_A11Y_LABEL" desc="Label for the 'Learn more' link in the toggle for the setting that enables history search.">
|
||||
Learn more about history searches
|
||||
|
|
|
@ -98,16 +98,25 @@
|
|||
Preferred caption language
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_MANAGE_LANGUAGES_TITLE" desc="Name of the caption settings section for managing language packs.">
|
||||
Manage languages
|
||||
Supported Live Caption languages
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_MANAGE_LANGUAGES_SUBTITLE" desc="Subtitle for the caption settings section for managing language packs.">
|
||||
Language packs are used for Live Caption and are stored on your device
|
||||
Thorium can create and translate captions for the languages shown here
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_LIVE_TRANSLATE_TARGET_LANGUAGE" desc="Description of the target language setting for the Live Translate feature.">
|
||||
Translate to
|
||||
Translate captions to
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_REMOVE_LANGUAGE_ARIA_LABEL" desc="Text read by screen readers when focusing on the remove icon for language packs. Activating this button will remove the selected language pack. This text only announced by screen readers and is not visible in the UI.">
|
||||
Remove <ph name="LANGUAGE_NAME">$1<ex>English</ex></ph>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_LIVE_TRANSLATE_TARGET_LANGUAGE_SUBTITLE" desc="Description of the target language setting for the Live Translate feature.">
|
||||
Only supported Live Caption languages can be translated
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_REMOVE_LANGUAGE_LABEL" desc="Label for the button to remove a language pack.">
|
||||
Remove
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_MAKE_DEFAULT_LANGUAGE_LABEL" desc="Label for the button that makes a language pack the default language pack to use with Live Caption.">
|
||||
Make default
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_CAPTIONS_DEFAULT_LANGUAGE_LABEL" desc="Label indicating the default language pack to use with Live Caption.">
|
||||
(default)
|
||||
</message>
|
||||
|
||||
<!-- Nearby Share -->
|
||||
|
@ -313,8 +322,8 @@
|
|||
<message name="IDS_SETTINGS_SAVED_TAB_GROUPS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing saved tab groups between multiple browser instances.">
|
||||
Saved tab groups
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_PRODUCT_COMPARISONS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing product specifications between multiple browser instances.">
|
||||
Product specifications
|
||||
<message name="IDS_SETTINGS_PRODUCT_COMPARISONS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing comparison tables between multiple browser instances.">
|
||||
Comparison tables
|
||||
</message>
|
||||
<message name="IDS_SETTINGS_WIFI_CONFIGURATIONS_CHECKBOX_LABEL" desc="Label for the checkbox which enables syncing of Wi-Fi networks across devices.">
|
||||
Wi-Fi networks
|
||||
|
|
|
@ -194,7 +194,7 @@
|
|||
</message>
|
||||
<if expr="not is_ios and not is_android">
|
||||
<message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION_SECURITY" desc="Explanation of the benefit of credit card upload save on Desktop, using security-focused messaging.">
|
||||
Your card details are encrypted when they’re saved in your Google Account and used to pay online
|
||||
Pay faster when your card is saved. Card details are encrypted in your Google Account.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION_CONVENIENCE" desc="Explanation of the benefit of credit card upload save on Desktop, using convenience-focused messaging.">
|
||||
Save this card to use online with Google Pay for purchases across your devices
|
||||
|
@ -328,9 +328,18 @@
|
|||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_PERMANENT_ERROR_TITLE" desc="Text to be displayed as the title of the error dialog for virtual card permanent error.">
|
||||
Virtual card not available
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_TEMPORARY_ERROR_DESCRIPTION" desc="Text to be displayed as the description of the error dialog for virtual card temporary error.">
|
||||
Virtual card is not available right now, please try again later
|
||||
</message>
|
||||
<if expr="is_ios">
|
||||
<then>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_TEMPORARY_ERROR_DESCRIPTION" desc="Text to be displayed as the description of the error dialog for virtual card temporary error.">
|
||||
Virtual card is not available right now, please try again later.
|
||||
</message>
|
||||
</then>
|
||||
<else>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_TEMPORARY_ERROR_DESCRIPTION" desc="Text to be displayed as the description of the error dialog for virtual card temporary error. Note that the translation should not have period.">
|
||||
Virtual card is not available right now, please try again later
|
||||
</message>
|
||||
</else>
|
||||
</if>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_PERMANENT_ERROR_DESCRIPTION" desc="Text to be displayed as the description of the error dialog for virtual card permanent error.">
|
||||
Virtual card is not available right now, please contact your bank
|
||||
</message>
|
||||
|
@ -524,8 +533,11 @@
|
|||
<message name="IDS_AUTOFILL_CARD_UNMASK_CONFIRMATION_MESSAGE" desc="Message displayed after tapping a card, and the response from the bank indicates that no further verification is required.">
|
||||
Verified
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_FIDO_AUTHENTICATION_PROMPT_TITLE" desc="Title for FIDO authentication progress dialog">
|
||||
Verifying...
|
||||
<message name="IDS_AUTOFILL_3DS_FETCH_VCN_PROGRESS_DIALOG_LOADING_MESSAGE" desc="Message to be displayed after a VCN 3DS authentication has completed, and Thorium is attempting to retrieve the virtual card from the Payments server. If the authentication was successful, a confirmation message will display in the progress dialog and then the virtual card will be filled. If the authentication was not successful, an error message will be displayed.">
|
||||
Verifying...
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_3DS_FETCH_VCN_PROGRESS_DIALOG_CONFIRMATION_MESSAGE" desc="Message to be displayed after a VCN 3DS authentication has successfully completed, and Thorium is going to fill the virtual card.">
|
||||
Your card is verified
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_IBAN_UNMASK_ERROR_DIALOG_TITLE" desc="Title displayed when there is a server failure during the process of unmasking a server IBAN.">
|
||||
IBAN not filled in
|
||||
|
@ -682,7 +694,7 @@
|
|||
Manage payment methods
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IBAN_PROMPT_TITLE_SERVER" desc="Title text for the Autofill save IBAN (International Bank Account Number) to the GPay server prompt when a user submits a form with a valid IBAN.">
|
||||
Save IBAN to Google Account?
|
||||
Save IBAN?
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_UPLOAD_IBAN_PROMPT_EXPLANATION" desc="Explanation text for the Autofill save IBAN (International Bank Account Number) to the GPay server prompt when a user submits a form with a valid IBAN.">
|
||||
To autofill this IBAN next time, save it in your Google account
|
||||
|
@ -886,9 +898,15 @@
|
|||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_MANUAL_FALLBACK_BUBBLE_CVC_LABEL_IOS" desc="Text shown above the virtual CVC field in the manual fallback bubble on IOS. The bubble below shows the CVC for the card available to fill the form. Clicking the bubble will populate the field with the CVC.">
|
||||
CVC:
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_DISABLED_SUGGESTION_OPTION_VALUE" desc="Text to be displayed for a virtual card option in the credit card suggestion list when the virtual card is disabled(opted-out) by the merchant. This suggestion will be grayed-out and the user will not be able to preview or select this option." formatter_data="android_java">
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_DISABLED_SUGGESTION_OPTION_VALUE" desc="Text to be displayed for a virtual card option in the credit card suggestion list when the virtual card is disabled(opted-out) by the merchant. This suggestion will be grayed-out and the user will not be able to preview or select this option.">
|
||||
Merchant doesn't accept this virtual card
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_DISABLED_VIRTUAL_CARD_SUGGESTION_IPH_BUBBLE_LABEL_DESKTOP" desc="Text shown in the `In-Product Help(IPH)` bubble for disabled and grayed out virtual card suggestions on Thorium Desktop.">
|
||||
Cards not accepted by this merchant are disabled
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_DISABLED_VIRTUAL_CARD_SUGGESTION_IPH_BUBBLE_LABEL_DESKTOP_SCREENREADER" is_accessibility_with_no_ui="true" desc="Screenreader text for the `In-Product Help(IPH)` bubble for grayed out virtual card suggestions on Thorium Desktop.">
|
||||
Cards not accepted by this merchant are disabled such as virtual cards.
|
||||
</message>
|
||||
<!-- virtual cards related strings - end -->
|
||||
<message name="IDS_AUTOFILL_CARD_AUTH_SELECTION_DIALOG_TITLE_MULTIPLE_OPTIONS" desc="Title for the credit card unmasking dialog for multiple challenge options. Used in VCN authentication, and once a challenge option is selected a new dialog is rendered where the user authenticates with the selected challenge option." formatter_data="android_java">
|
||||
Choose how you'll verify it's you
|
||||
|
@ -947,7 +965,7 @@
|
|||
<message name="IDS_AUTOFILL_CARD_UNMASK_OTP_INPUT_DIALOG_ENTER_CORRECT_CODE_LABEL" desc="This text is shown after an OTP is already sent, when the user enters an incorrect OTP code. It directs the user to enter the correct code that was sent to them.">
|
||||
Enter correct code
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_TITLE_VCN_3DS" desc="This text is shown as the title for the user consent dialog for VCN 3DS. If the user accepts the dialog, Thorium will open a pop-up and initiate the VCN 3DS flow.">
|
||||
<message name="IDS_AUTOFILL_LOADING_AND_CONSENT_DIALOG_TITLE_VCN_3DS" desc="This text is shown as the title for the user consent dialog and progress dialog for VCN 3DS. If the user accepts the user consent dialog, Thorium will open a pop-up and initiate the VCN 3DS flow. The progress dialog notifies the user when a Payments server call is in progress.">
|
||||
Your bank wants to verify it's you
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_PAYMENTS_WINDOW_USER_CONSENT_DIALOG_DESCRIPTION_VCN_3DS" desc="This text is shown as the description for the user consent dialog for VCN 3DS. If the user accepts the dialog, Thorium will open a pop-up and initiate the VCN 3DS flow.">
|
||||
|
@ -1105,6 +1123,9 @@
|
|||
<message name="IDS_AUTOFILL_PAYMENT_METHOD_A11Y_ITEM_COLLECTION_INFO" desc="A template message for a fillable item content description, provides its position in the list info (e.g. 'Item label, 2 of 4')." formatter_data="android_java">
|
||||
<ph name="ITEM_LABEL">%1$s<ex>Card info</ex></ph>, <ph name="ITEM_POSITION">%2$s<ex>2</ex></ph> of <ph name="ITEMS_TOTAL">%3$s<ex>8</ex></ph>.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_PAYMENT_METHOD_BOTTOM_SHEET_BENEFITS_TERMS_LABEL" desc="The label for the card benefits terms appears on the bottom sheet when at least one of the cards has benefits." formatter_data="android_java">
|
||||
Terms apply for card benefits
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Mandatory Reauth related strings -->
|
||||
|
@ -1182,6 +1203,16 @@
|
|||
<ph name="EXPIRATION_DATE">%1$s<ex>12/24</ex></ph> | <ph name="SECURITY_CODE">%2$s<ex>123</ex></ph>
|
||||
</message>
|
||||
|
||||
<!-- IBAN snackbar confirmation -->
|
||||
<if expr="is_android">
|
||||
<message name="IDS_AUTOFILL_SAVE_SERVER_IBAN_SUCCESS_SNACKBAR_MESSAGE_TEXT" desc="Text to be displayed in the snackbar shown after a server IBAN is saved.">
|
||||
IBAN saved to your Google Account
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_SERVER_IBAN_SUCCESS_SNACKBAR_BUTTON_TEXT" desc="Text shown on the ok button of the confirmation prompt after an IBAN is saved.">
|
||||
Got it
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Card upload and virtual card enrollment confirmation related strings-->
|
||||
<message name="IDS_AUTOFILL_SAVE_CARD_CONFIRMATION_SUCCESS_TITLE_TEXT" desc="Title text for confirmation shown after save card is successfully uploaded and saved to the server.">
|
||||
Card saved
|
||||
|
@ -1189,6 +1220,12 @@
|
|||
<message name="IDS_AUTOFILL_SAVE_CARD_CONFIRMATION_FAILURE_TITLE_TEXT" desc="Title text for confirmation shown after save card upload to the server was unsuccessful.">
|
||||
Card saved to device only
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IBAN_CONFIRMATION_SUCCESS_TITLE_TEXT" desc="Title text for confirmation shown after upload save IBAN attempt was successful and it was uploaded to the server.">
|
||||
IBAN saved
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IBAN_CONFIRMATION_FAILURE_TITLE_TEXT" desc="Title text for confirmation shown after upload save IBAN attempt was failed and and it was not uploaded to the server.">
|
||||
IBAN saved to device only
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_ENROLL_CONFIRMATION_SUCCESS_TITLE_TEXT" desc="Title text for confirmation shown after virtual card enrollment is successful.">
|
||||
Virtual card turned on
|
||||
</message>
|
||||
|
@ -1202,6 +1239,15 @@
|
|||
<message name="IDS_AUTOFILL_SAVE_CARD_CONFIRMATION_FAILURE_DESCRIPTION_TEXT" desc="Description text for confirmation shown after save card upload to the server was unsuccessful.">
|
||||
This card couldn't be saved in your Google Account. It's saved to Thorium on this device instead.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IBAN_CONFIRMATION_SUCCESS_DESCRIPTION_TEXT" desc="Description text for confirmation shown after upload save IBAN attempt was successful and it was uploaded to the server.">
|
||||
This IBAN is saved in your Google Account so you can use it across Google services.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IBAN_CONFIRMATION_FAILURE_DESCRIPTION_TEXT" desc="Description text for confirmation shown after upload save IBAN attempt was failed and and it was not uploaded to the server.">
|
||||
This IBAN couldn't be saved in your Google Account. It's saved to Thorium on this device instead. Thorium will ask you again the next time you use this IBAN.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IBAN_CONFIRMATION_FAILURE_HIT_MAX_STRIKE_DESCRIPTION_TEXT" desc="Description text for confirmation shown after upload save IBAN attempt was failed and and it was not uploaded to the server. Other than that, the number of offer-to-upload has hit the max strike.">
|
||||
This IBAN couldn't be saved in your Google Account. It's saved to Thorium on this device instead.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_VIRTUAL_CARD_ENROLL_CONFIRMATION_SUCCESS_DESCRIPTION_TEXT" desc="Description text for confirmation shown after virtual card enrollment is successful.">
|
||||
You can now use a virtual card to check out more securely with autofill.
|
||||
</message>
|
||||
|
|
|
@ -99,12 +99,12 @@
|
|||
<message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address." formatter_data="android_java">
|
||||
, '''
|
||||
</message>
|
||||
|
||||
<!-- TODO(crbug.com/40270486): Make translatable once strings are finalized. -->
|
||||
<message name="IDS_AUTOFILL_ADDRESS_TEST_DATA" desc="The text displayed as a secondary label in the test addresses devtools suggestion." translateable="false">
|
||||
Address test data
|
||||
<message name="IDS_AUTOFILL_DEVELOPER_TOOLS" desc="Displayed as the main text in the top level devtools suggestion.">
|
||||
Developer tools
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_TEST_ADDRESS_BY_COUNTRY" desc="The text displayed as the main text in the second level popup for a devtools suggestion. Used to give developers about which countries Autofill has test addresses available.">
|
||||
Test address by country
|
||||
</message>
|
||||
|
||||
<message name="IDS_AUTOFILL_TEST_ADDRESS_SELECTED_A11Y_HINT" desc="Voice over text that is read out when a test address is accepted from the subpopup." translateable="false">
|
||||
Test address from <ph name="ENTRY_VOICEOVER">$1<ex>United states</ex></ph> selected.
|
||||
</message>
|
||||
|
@ -291,25 +291,25 @@
|
|||
<message name="IDS_AUTOFILL_ENABLE_CREDIT_CARDS_TOGGLE_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether credit cards should be saved and forms should be autofilled with it." formatter_data="android_java">
|
||||
Fills in payment forms with your saved payment methods
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_DELETE_ACCOUNT_ADDRESS_SOURCE_NOTICE" desc="The notice/warning for the user before the address deletion." formatter_data="android_java">
|
||||
<message name="IDS_AUTOFILL_DELETE_ACCOUNT_ADDRESS_RECORD_TYPE_NOTICE" desc="The notice/warning for the user before the address deletion." formatter_data="android_java">
|
||||
This address will be deleted from your Google Account, <ph name="ACCOUNT">$1<ex>alexpark@gmail.com</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_DELETE_SYNC_ADDRESS_SOURCE_NOTICE" desc="The notice/warning for the user before the address deletion (with syncing enabled)." formatter_data="android_java">
|
||||
<message name="IDS_AUTOFILL_DELETE_SYNC_ADDRESS_RECORD_TYPE_NOTICE" desc="The notice/warning for the user before the address deletion (with syncing enabled)." formatter_data="android_java">
|
||||
This address will be deleted from this and your other signed-in devices
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_DELETE_LOCAL_ADDRESS_SOURCE_NOTICE" desc="The notice/warning for the user before a local (syncing is disabled) address deletion." formatter_data="android_java">
|
||||
<message name="IDS_AUTOFILL_DELETE_LOCAL_ADDRESS_RECORD_TYPE_NOTICE" desc="The notice/warning for the user before a local (syncing is disabled) address deletion." formatter_data="android_java">
|
||||
This address will be deleted from this device
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IN_ACCOUNT_MESSAGE_ADDRESS_SOURCE_NOTICE" desc="The notice/warning message for the user that this address is going to be stored in their account.">
|
||||
<message name="IDS_AUTOFILL_SAVE_IN_ACCOUNT_MESSAGE_ADDRESS_RECORD_TYPE_NOTICE" desc="The notice/warning message for the user that this address is going to be stored in their account.">
|
||||
In your Google Account, <ph name="ACCOUNT">$1<ex>alexpark@gmail.com</ex></ph>
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_SAVE_IN_ACCOUNT_MESSAGE_ADDRESS_MIGRATION_SOURCE_NOTICE" desc="The notice/warning message for the user that this address is going to be migrated in their account.">
|
||||
<message name="IDS_AUTOFILL_SAVE_IN_ACCOUNT_MESSAGE_ADDRESS_MIGRATION_RECORD_TYPE_NOTICE" desc="The notice/warning message for the user that this address is going to be migrated in their account.">
|
||||
You will be able to use it across Google products
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_ADDRESS_ALREADY_SAVED_IN_ACCOUNT_SOURCE_NOTICE" desc="The footer message used to notify user that their address is stored in their account." formatter_data="android_java">
|
||||
<message name="IDS_AUTOFILL_ADDRESS_ALREADY_SAVED_IN_ACCOUNT_RECORD_TYPE_NOTICE" desc="The footer message used to notify user that their address is stored in their account." formatter_data="android_java">
|
||||
You can use saved addresses across Google products. This address is saved in your Google Account, <ph name="ACCOUNT">$1<ex>alexpark@gmail.com</ex></ph>.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_ADDRESS_WILL_BE_SAVED_IN_ACCOUNT_SOURCE_NOTICE" desc="The footer message used to notify user that their address will be saved in their account." formatter_data="android_java">
|
||||
<message name="IDS_AUTOFILL_ADDRESS_WILL_BE_SAVED_IN_ACCOUNT_RECORD_TYPE_NOTICE" desc="The footer message used to notify user that their address will be saved in their account." formatter_data="android_java">
|
||||
You can use saved addresses across Google products. This address will be saved in your Google Account, <ph name="ACCOUNT">$1<ex>alexpark@gmail.com</ex></ph>.
|
||||
</message>
|
||||
<message name="IDS_AUTOFILL_EDIT_ADDRESS_REQUIRED_FIELD_FORM_ERROR" desc="The form error message shown to the user in case of a single required field missing.">
|
||||
|
@ -369,21 +369,17 @@
|
|||
</else>
|
||||
</if>
|
||||
<if expr="is_android">
|
||||
<!-- TODO(crbug.com/40068611): Use finalized string.-->
|
||||
<message translateable="false" name="IDS_AUTOFILL_THIRD_PARTY_FILLING_DEFAULT" desc="Title of the option to use the default Thorium autofill experience." formatter_data="android_java">
|
||||
Default
|
||||
<message name="IDS_AUTOFILL_THIRD_PARTY_FILLING_DEFAULT" desc="Title of the option to use the default Thorium autofill experience." formatter_data="android_java">
|
||||
Autofill with Google
|
||||
</message>
|
||||
<!-- TODO(crbug.com/40068611): Use finalized string.-->
|
||||
<message translateable="false" name="IDS_AUTOFILL_THIRD_PARTY_FILLING_OPT_IN" desc="Title of the option to use third-party autofill in Thorium." formatter_data="android_java">
|
||||
Use other providers
|
||||
<message name="IDS_AUTOFILL_THIRD_PARTY_FILLING_OPT_IN" desc="Title of the option to use third-party autofill in Thorium." formatter_data="android_java">
|
||||
Autofill using another service
|
||||
</message>
|
||||
<!-- TODO(crbug.com/40068611): Use finalized string.-->
|
||||
<message translateable="false" name="IDS_AUTOFILL_THIRD_PARTY_FILLING_DEFAULT_DESCRIPTION" desc="Description shown on the option to use the default Thorium autofill experience." formatter_data="android_java">
|
||||
Use Google Password Manager and Thorium Autofill to save and fill passwords, passkeys, payment methods, and addresses
|
||||
<message name="IDS_AUTOFILL_THIRD_PARTY_FILLING_DEFAULT_DESCRIPTION" desc="Description shown on the option to use the default Thorium autofill experience." formatter_data="android_java">
|
||||
Use Google Password Manager and Thorium Autofill to save and fill passwords, payment methods, and addresses
|
||||
</message>
|
||||
<!-- TODO(crbug.com/40068611): Use finalized string.-->
|
||||
<message translateable="false" name="IDS_AUTOFILL_THIRD_PARTY_FILLING_OPT_IN_DESCRIPTION" desc="Description shown on the option enabling the use of third-party autofill in Thorium." formatter_data="android_java">
|
||||
Use password managers and autofill services that are turned on in Android Settings
|
||||
<message name="IDS_AUTOFILL_THIRD_PARTY_FILLING_OPT_IN_DESCRIPTION" desc="Description shown on the option enabling the use of third-party autofill in Thorium." formatter_data="android_java">
|
||||
To use another autofill service in Thorium, turn it on in Android settings and here
|
||||
</message>
|
||||
</if>
|
||||
|
||||
|
@ -403,9 +399,6 @@
|
|||
|
||||
<!-- Manual filling (keyboard accessory) strings -->
|
||||
<if expr="is_android">
|
||||
<message name="IDS_MANUAL_FILLING_CREDIT_CARD_SHEET_TITLE" desc="Title shown at the top of a sheet where users can select indiviual data pieces (e.g., the cardholder name) related to their stored payment methods (e.g., credit cards) to fill that data piece into the focused form field. Sentence-cased.">
|
||||
Payment methods
|
||||
</message>
|
||||
<message name="IDS_MANUAL_FILLING_CREDIT_CARD_SHEET_ALL_ADDRESSES_LINK" desc="The text of the link in the address sheet that opens the address management section.">
|
||||
Manage payment methods
|
||||
</message>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<message name="IDS_MANAGEMENT_LOG_UPLOAD_ENABLED" desc="Message stating that administrators have access to system logs on user's device and provides a 'Learn more' link.">
|
||||
Detailed system logs. <ph name="BEGIN_LINK"><a target="_blank" href="https://support.google.com/chrome/a?p=remote-log"></ph>Learn more<ph name="END_LINK"></a></ph>
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_LOG_UPLOAD_ENABLED_NO_LINK" desc="Message stating that administrators have access to system logs on user's device.">
|
||||
Detailed system logs
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_REPORT_DEVICE_NETWORK_DATA" desc="Message stating that administrators see device network interfaces.">
|
||||
Networking information such as addresses, interface configuration, and connection quality
|
||||
</message>
|
||||
|
@ -222,6 +225,12 @@
|
|||
<message name="IDS_MANAGEMENT_REPORT_PLUGIN_VM" desc="Message telling users that Plugin VM can collect data.">
|
||||
Your administrator has allowed <ph name="APP_NAME">$1<ex>Plugin VM</ex></ph> to collect diagnostics data to improve the product experience. See <ph name="BEGIN_LINK"><a target="_blank" href="https://www.parallels.com/pcep"></ph>https://www.parallels.com/pcep<ph name="END_LINK"></a></ph> for more information.
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_OPEN_CHROME_MANAGEMENT" desc="Message telling users to open chrome://management for additional information.">
|
||||
For additional information and policies that may apply, open chrome://management in your browser.
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_REPORT_FILE_EVENTS" desc="Message stating that administrators may see file information">
|
||||
Recent file access and modifications, including file names, digital fingerprints of the file content, download source, and metadata
|
||||
</message>
|
||||
|
||||
<!-- ThoriumOS update required end-of-life reached section -->
|
||||
<message name="IDS_MANAGEMENT_UPDATE_REQUIRED_EOL_MESSAGE" desc="Message indicating that the device needs to be returned back before the deadline because the device has reached end-of-life and an update is required as per policy.">
|
||||
|
@ -313,7 +322,10 @@
|
|||
Which URLs you visit
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_LEGACY_TECH_REPORT" desc="Message explaining that browser will upload a report when a legacy technology is used for a webpage" formatter_data="android_java">
|
||||
A limited list of URLs of pages you visit where <ph name="BEGIN_LINK"><a target="_blank" href="https://chromestatus.com/features#browsers.chrome.status%3A%22Deprecated%22" ></ph>legacy technology events<ph name="END_LINK"></a></ph> are occuring.
|
||||
A limited list of URLs of pages you visit where <ph name="BEGIN_LINK"><a target="_blank" href="https://chromestatus.com/features#browsers.chrome.status%3A%22Deprecated%22" ></ph>legacy technology events<ph name="END_LINK"></a></ph> are occuring
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_LEGACY_TECH_REPORT_NO_LINK" desc="Message explaining that browser will upload a report when a legacy technology is used for a webpage" formatter_data="android_java">
|
||||
A limited list of URLs of pages you visit where legacy technology events are occuring
|
||||
</message>
|
||||
|
||||
<!--Profile reporting management message-->
|
||||
|
@ -376,6 +388,9 @@
|
|||
<message name="IDS_MANAGEMENT_SCREEN_CAPTURE_EVENT" desc="Event for the multi screen capture feature.">
|
||||
Screen capture has started
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_EXTENSION_TELEMETRY_EVENT" desc="Event for the extension telemetry feature.">
|
||||
Extension event occurs
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_FILE_ATTACHED_VISIBLE_DATA" desc="Description of the visible data for the file attachment scanning feature.">
|
||||
Files you upload or attach are sent to Google Cloud or third parties for analysis. For example, they might be scanned for sensitive data or malware and might be stored based on company policies and visible to your administrator.
|
||||
</message>
|
||||
|
@ -400,6 +415,9 @@
|
|||
<message name="IDS_MANAGEMENT_PAGE_VISITED_VISIBLE_DATA" desc="Description of the visible data for the real time URL check feature.">
|
||||
URLs of pages you visit are sent to Google Cloud or third parties for analysis, and may be visible to your administrator. For example, they might be scanned to detect unsafe websites or filter websites based on rules set by the administrator.
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_EXTENSION_TELEMETRY_VISIBLE_DATA" desc="Description of the visible data for the extension telemetry feature.">
|
||||
When extensions are added to Thorium, relevant data about these extensions is sent to third parties for analysis and may be visible to your administrator. The data includes information about the extensions such as name, install time, source of install as well as activity associated with these extensions (like changing tabs, contacting websites, or accessing cookies). This data is collected for extensions installed from the Chrome Web Store as well as off-store extensions.
|
||||
</message>
|
||||
</if>
|
||||
|
||||
<!-- Strings related to Thorium Enterprise Device Signals Sharing -->
|
||||
|
@ -411,12 +429,15 @@
|
|||
|
||||
<!-- Management toolbar button dialog view -->
|
||||
<message name="IDS_MANAGEMENT_DIALOG_BROWSING_DATA_MANAGEMENT" desc="Disclosure that browsing data can be managed by the admin.">
|
||||
Browsing data, including history and passwords can be seen and managed
|
||||
Your organization can see browsing data, such as passwords and history in both work and personal profiles
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_DIALOG_DEVICE_SIGNALS" desc="Disclosure that device information can be visible to the admin for device safety. The OS, browser info and and installed software may be visible to the admin to assess the device safety.">
|
||||
For device safety, OS, browser info, and installed software may be visible
|
||||
To help ensure security, it can also see the device’s OS, browser version, and what software is installed
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_DIALOG_PROFILE_MANAGED_BY" desc="Disclosure that a known organization is managing the profile.">
|
||||
<ph name="MANAGER">$1<ex>The Company</ex></ph> manages your profile
|
||||
</message>
|
||||
<message name="IDS_MANAGEMENT_DIALOG_THINGS_TO_CONSIDER_SUBTITLE" desc="Subtitle of a section of things to consider regarding that an admin can do an see while managing the browser and profile.">
|
||||
Things to consider
|
||||
What this means
|
||||
</message>
|
||||
</grit-part>
|
||||
|
|
|
@ -211,8 +211,8 @@
|
|||
<message name="IDS_PAGE_INFO_CERTIFICATE_IS_VALID" desc="Title of the certificate area in the Page Info bubble, shown when a HTTPS site is loaded with a valid certificate.">
|
||||
Certificate is valid
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_CERTIFICATE_IS_NOT_VALID" desc="Title of the certificate area in the Page Info bubble, shown when a HTTPS site is loaded with an invalid certificate.">
|
||||
Certificate is not valid
|
||||
<message name="IDS_PAGE_INFO_CERTIFICATE_DETAILS" desc="Title of the certificate area in the Page Info bubble, shown when a HTTPS site is loaded with an invalid certificate.">
|
||||
Certificate details
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK_TOOLTIP" desc="The text of the tooltip on IDS_PAGE_INFO_CERTIFICATE_VALID_LINK.">
|
||||
Show certificate (issued by <ph name="ISSUER">$1<ex>Let's Encrypt X3</ex></ph>)
|
||||
|
@ -388,6 +388,9 @@
|
|||
<message name="IDS_PAGE_INFO_STATE_TEXT_FILE_SYSTEM_WRITE_ASK" desc="The Page Info permission subpage and the main page info page contain a label which shows the state of the site permission. This is the text shown if the file system permission is in the ask state and the site can prompt the user to ask if they allow the site to edit files and folders on your device.">
|
||||
Can ask to edit files and folders on your device
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_STATE_TEXT_HAND_TRACKING_ASK" desc="The Page Info permission subpage and the main page info page contain a label which shows the state of the site permission. This is the text shown if the hand tracking permission is in the ask state and the site can prompt the user to ask if they want to allow the site to track their hands.">
|
||||
Can ask to track your hands
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_STATE_TEXT_HID_DEVICES_ASK" desc="The Page Info permission subpage and the main page info page contain a label which shows the state of the site permission. This is the text shown if the HID permission is in the ask state and the site can prompt the user to ask if they allow the site to connect to HID devices.">
|
||||
Can ask to connect to HID devices
|
||||
</message>
|
||||
|
@ -433,6 +436,9 @@
|
|||
<message name="IDS_PAGE_INFO_STATE_TEXT_STORAGE_ACCESS_ASK" translateable="false" desc="The Page Info permission subpage and the main page info page contain a label which shows the state of the site permission. This is the text shown if the storage access permission is in the ask state and the site can prompt the user to ask if they allow the site to access cookies.">
|
||||
Can ask to access cookies
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_STATE_TEXT_WEB_APP_INSTALLATION_ASK" desc="The Page Info permission subpage and the main page info page contain a label which shows the state of the site permission. This is the text shown if the web app installation permission is in the ask state and the site can prompt the user to ask if they allow the site to install web apps.">
|
||||
Can ask to install web apps
|
||||
</message>
|
||||
|
||||
<!-- UI for device access granted to the site using the device chooser (e.g. USB, Bluetooth) -->
|
||||
<message name="IDS_PAGE_INFO_USB_DEVICE_SECONDARY_LABEL" desc="The label displayed underneath the device name to inform the user that the item refers to a USB device.">
|
||||
|
@ -492,6 +498,9 @@
|
|||
<message name="IDS_PAGE_INFO_MICROPHONE_SYSTEM_SETTINGS_DESCRIPTION" desc="The description for the microphone permission with a link to system settings.">
|
||||
To use your microphone, give Thorium access in <ph name="LINK">$1<ex>system settings</ex></ph>.
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_LOCATION_SYSTEM_SETTINGS_DESCRIPTION" desc="The description for the location permission with a link to system settings.">
|
||||
To use your location, give Thorium access in <ph name="LINK">$1<ex>system settings</ex></ph>.
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_SETTINGS_OF_A_SYSTEM_LINK" desc="This is the text of the link pointing to settings of a system. This appears under a permission in the Page Info bubble if the permission is blocked on the system level.">
|
||||
system settings
|
||||
</message>
|
||||
|
@ -784,32 +793,53 @@
|
|||
<message name="IDS_PAGE_INFO_COOKIES_DIALOG_BUTTON_TOOLTIP" desc="A tooltip that appears when the user hovers over the 'Manage on-device site data' button. The following screen shows on-device site data used by the site the user is viewing.">
|
||||
Review a list of on-device site data in a new window
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_FPS_BUTTON_TOOLTIP" desc="The tooltip of first-party sets button in cookies subpage, which opens 'All Sites' settings page in a new tab with a filter for this set's pages.">
|
||||
<message name="IDS_PAGE_INFO_RWS_BUTTON_TOOLTIP" desc="The tooltip of related website sets button in cookies subpage, which opens 'All Sites' settings page in a new tab with a filter for this set's pages.">
|
||||
See related sites in a new tab
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_FPS_BUTTON_TITLE" desc="The title of first-party sets button in cookies subpage with placeholder for name of the owner of this set.">
|
||||
<message name="IDS_PAGE_INFO_RWS_BUTTON_TITLE" desc="The title of related website sets button in cookies subpage with placeholder for name of the owner of this set.">
|
||||
See related sites
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_FPS_BUTTON_SUBTITLE" desc="The subtitle of first-party sets button in cookies subpage with placeholder for name of the owner of this set.">
|
||||
<message name="IDS_PAGE_INFO_RWS_BUTTON_SUBTITLE" desc="The subtitle of related website sets button in cookies subpage with placeholder for name of the owner of this set.">
|
||||
This site is in a group, defined by <ph name="SET_OWNER">$1<ex>gannett.com</ex></ph>, that can see your activity
|
||||
</message>
|
||||
|
||||
<!-- History strings -->
|
||||
<message name="IDS_PAGE_INFO_HISTORY" desc="The button label of the 'History' row in Page Info bubble. The button opens history page for the site.">
|
||||
History
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_TODAY" desc="Summary string for page info history row. The site was last visited today.">
|
||||
Last visited today
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_YESTERDAY" desc="Summary string for page info history row. The site was last visited yesterday.">
|
||||
Last visited yesterday
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_DAYS" desc="Summary string for page info history row. The site was last visited NUM_DAYS days ago.">
|
||||
Last visited <ph name="NUM_DAYS">$1<ex>2</ex></ph> days ago
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_DATE" desc="Summary string for page info history row. The site was last visited on a particular date.">
|
||||
Last visited <ph name="DATE">$1<ex>Apr 4, 2021</ex></ph>
|
||||
</message>
|
||||
<if expr="is_ios">
|
||||
<then>
|
||||
<message name="IDS_PAGE_INFO_HISTORY" desc="Title of the Last Visited row in Page Info on iOS. The button opens history page for the site.">
|
||||
Last Visited
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_TODAY" desc="Summary string for the Last Visited row in Page Info on iOS. The site was last visited today.">
|
||||
Today
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_YESTERDAY" desc="Summary string for the Last Visited row in Page Info on iOS. The site was last visited yesterday.">
|
||||
Yesterday
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_DAYS" desc="Summary string for the Last Visited row in Page Info on iOS. The site was last visited NUM_DAYS days ago.">
|
||||
<ph name="NUM_DAYS">$1<ex>2</ex></ph> days ago
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_DATE" desc="Summary string for the Last Visited row in Page Info on iOS. The site was last visited on a particular date.">
|
||||
<ph name="DATE">$1<ex>Apr 4, 2021</ex></ph>
|
||||
</message>
|
||||
</then>
|
||||
<else>
|
||||
<message name="IDS_PAGE_INFO_HISTORY" desc="The button label of the 'History' row in Page Info bubble. The button opens history page for the site.">
|
||||
History
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_TODAY" desc="Summary string for page info history row. The site was last visited today.">
|
||||
Last visited today
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_YESTERDAY" desc="Summary string for page info history row. The site was last visited yesterday.">
|
||||
Last visited yesterday
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_DAYS" desc="Summary string for page info history row. The site was last visited NUM_DAYS days ago.">
|
||||
Last visited <ph name="NUM_DAYS">$1<ex>2</ex></ph> days ago
|
||||
</message>
|
||||
<message name="IDS_PAGE_INFO_HISTORY_LAST_VISIT_DATE" desc="Summary string for page info history row. The site was last visited on a particular date.">
|
||||
Last visited <ph name="DATE">$1<ex>Apr 4, 2021</ex></ph>
|
||||
</message>
|
||||
</else>
|
||||
</if>
|
||||
|
||||
<!-- Enterprise interstitial strings -->
|
||||
<message name="IDS_PAGE_INFO_ENTERPRISE_WARN_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indicator) if the website has been flagged by your admin to show a warning">
|
||||
|
|
|
@ -317,6 +317,14 @@
|
|||
These charges could be one-time or recurring and may not be obvious. <ph name="BEGIN_LINK"><a href="#" id="proceed-link"></ph>Show anyway<ph name="END_LINK"></a></ph>
|
||||
</message>
|
||||
|
||||
<!-- WebView Restricted Content interstitials -->
|
||||
<message name="IDS_SUPERVISED_USER_URL_BLOCKED_MESSAGE" desc="Message in error page to inform the user that the content is blocked">
|
||||
This content is blocked.
|
||||
</message>
|
||||
<message name="IDS_SUPERVISED_USER_LEARN_MORE" desc="Clickable link in the error page to guide the user to learn why the content was blocked">
|
||||
Learn more
|
||||
</message>
|
||||
|
||||
<message name="IDS_CONNECTION_HELP_SHOW_MORE" desc="The button label to expand sections for the chrome://connection-help site. Paired with IDS_CONNECTION_HELP_SHOW_LESS">
|
||||
Show More
|
||||
</message>
|
||||
|
@ -490,6 +498,19 @@
|
|||
<message name="IDS_HTTPS_ONLY_MODE_PRIMARY_PARAGRAPH" desc="Main paragraph of the HTTPS-Only Mode warning. This warning is shown when the browser tries to upgrade a navigation to a site to HTTPS but the site does not support HTTPS.">
|
||||
You are seeing this warning because this site does not support HTTPS. <ph name="BEGIN_LEARN_MORE_LINK"><a href="#" id="learn-more-link"></ph>Learn more about this warning<ph name="END_LEARN_MORE_LINK"></a></ph>
|
||||
</message>
|
||||
|
||||
<message name="IDS_HTTPS_ONLY_BALANCED_MODE_HEADING" desc="Large heading of the warning shown when an http only site is loaded with https-only balanced mode active">
|
||||
<ph name="SITE">$1<ex>example.com</ex></ph> doesn’t support a secure connection
|
||||
</message>
|
||||
<message name="IDS_HTTPS_ONLY_BALANCED_MODE_PRIMARY_PARAGRAPH" desc="Main paragraph of the HTTPS-Only Balanced Mode warning. This warning is shown when the browser tries to upgrade a navigation to a site to HTTPS but the site does not support HTTPS.">
|
||||
<ph name="BEGIN_LIST"><ul></ph>
|
||||
<ph name="LIST_ITEM"><li></ph><ph name="BEGIN_STRONG"><strong></ph>Attackers can see and change<ph name="END_STRONG"></strong></ph> information you send or receive from the site.
|
||||
<ph name="LIST_ITEM"><li></ph><ph name="BEGIN_STRONG"><strong></ph>It's safest to visit this site later<ph name="END_STRONG"></strong></ph> if you're using a public network. There is less risk from a trusted network, like your home or work Wi-Fi.
|
||||
<ph name="END_LIST"></ul></ph>
|
||||
|
||||
You might also contact the site owner and suggest they upgrade to HTTPS. <ph name="BEGIN_LEARN_MORE_LINK"><a href="#" id="learn-more-link"></ph>Learn more about this warning<ph name="END_LEARN_MORE_LINK"></a></ph>
|
||||
</message>
|
||||
|
||||
<message name="IDS_HTTPS_ONLY_MODE_WITH_ADVANCED_PROTECTION_PRIMARY_PARAGRAPH" desc="Main paragraph of the HTTPS-Only Mode warning. This warning is shown when the browser tries to upgrade a navigation to a site to HTTPS but the site does not support HTTPS. The user also has Advanced Protection enabled.">
|
||||
You are seeing this warning because this site does not support HTTPS and you are under Google's Advanced Protection Program. <ph name="BEGIN_LEARN_MORE_LINK"><a href="#" id="learn-more-link"></ph>Learn more about this warning<ph name="END_LEARN_MORE_LINK"></a></ph>
|
||||
</message>
|
||||
|
|
Loading…
Reference in a new issue