Lacros grdp fixes
This commit is contained in:
parent
5186b87c5c
commit
6ad163687c
1 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
<!-- Copyright (c) 2022 Alex313031. -->
|
||||
<grit-part>
|
||||
<!-- Shared across multiple page -->
|
||||
<if expr="not chromeos">
|
||||
<if expr="not chromeos_ash">
|
||||
<message name="IDS_RELAUNCH_CONFIRMATION_DIALOG_TITLE" desc="The title of the modal dialog that we show when users click on relaunch and they have open Incognito windows. The dialog serves to warn the users about losing their Incognito windows if they proceed with the relaunch.">
|
||||
Relaunch Thorium?
|
||||
</message>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
|
||||
Get help with Thorium
|
||||
</message>
|
||||
<if expr="not chromeos">
|
||||
<if expr="not chromeos_ash">
|
||||
<message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Chromium">
|
||||
Updating Thorium
|
||||
</message>
|
||||
|
@ -29,7 +29,7 @@
|
|||
Thorium is up to date
|
||||
</message>
|
||||
</if>
|
||||
<if expr="chromeos">
|
||||
<if expr="chromeos_ash">
|
||||
<message name="IDS_SETTINGS_ABOUT_OS" desc="Menu title for the About Chromium OS page.">
|
||||
About Thorium OS
|
||||
</message>
|
||||
|
@ -82,7 +82,7 @@
|
|||
If so, please edit your saved password in Thorium so it matches your new password.
|
||||
</message>
|
||||
<!-- Default Browser Page -->
|
||||
<if expr="not chromeos">
|
||||
<if expr="not chromeos_ash">
|
||||
<message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displayed when Chrome is the default browser">
|
||||
Thorium is your default browser
|
||||
</message>
|
||||
|
@ -114,7 +114,7 @@
|
|||
To apply your changes, relaunch Thorium
|
||||
</message>
|
||||
|
||||
<if expr="not chromeos and not lacros">
|
||||
<if expr="not chromeos_ash and not chromeos_lacros">
|
||||
<message name="IDS_SETTINGS_SIGNIN_ALLOWED" desc="The title of the preference to allow to sign-in to Chrome">
|
||||
Allow Thorium sign-in
|
||||
</message>
|
||||
|
@ -245,7 +245,7 @@
|
|||
<message name="IDS_SETTINGS_SYNC_DISCONNECT_DELETE_PROFILE_WARNING_WITHOUT_COUNTS" desc="Warning message displayed in the Sign out of Chrome dialog that indicates profile browsing data will be removed from the device.">
|
||||
This will delete your browsing data from this device. To retrieve your data later, sign in to Thorium as <ph name="USER_EMAIL">$1<ex>foo@example.com</ex></ph>.
|
||||
</message>
|
||||
<if expr="not chromeos">
|
||||
<if expr="not chromeos_ash">
|
||||
<message name="IDS_SETTINGS_CUSTOMIZE_YOUR_CHROME_PROFILE" desc="Label of the link that takes you to the page to customize your chrome profile.">
|
||||
Customize your Thorium profile
|
||||
</message>
|
||||
|
@ -256,7 +256,7 @@
|
|||
<message name="IDS_SETTINGS_PEOPLE_SIGN_IN_PROMPT_SECONDARY_WITH_ACCOUNT" desc="The secondary text displayed to prompt users to enable sync for an account that is alredy present in Chromium.">
|
||||
Sync and personalize Thorium across your devices
|
||||
</message>
|
||||
<if expr="chromeos">
|
||||
<if expr="chromeos_ash">
|
||||
<message name="IDS_SETTINGS_ACCOUNT_MANAGER_DESCRIPTION_V2" desc="Description of the Account Manager Settings page. Shown just below the title of the page.">
|
||||
You can manage your signed-in Google Accounts. Your Google Accounts are used for Thorium browser, Play Store, Gmail, and more. If you want to add an account for someone else, like a family member, add a new person to your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> instead. <ph name="LINK_BEGIN"><a></ph>Learn more<ph name="LINK_END"></a></ph>
|
||||
</message>
|
||||
|
@ -287,7 +287,7 @@
|
|||
</if>
|
||||
|
||||
<!-- System Page -->
|
||||
<if expr="not chromeos">
|
||||
<if expr="not chromeos_ash">
|
||||
<message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for the checkbox to allow apps to run in the background, when Chrome is closed.">
|
||||
Continue running background apps when Thorium is closed
|
||||
</message>
|
||||
|
|
Loading…
Reference in a new issue