Update thorium_strings.grd

This commit is contained in:
Alexander David Frick 2022-02-02 22:07:59 -06:00 committed by GitHub
parent 8e5bcbd219
commit 06d616cf72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Alex313031 -->
<!-- Copyright 2022 Alex313031. -->
<!-- This file contains definitions of strings that are distribution specific.
If you update this file, be sure also to update google_chrome_strings.grd. -->
@ -40,7 +40,9 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
<output filename="chromium_strings_zu.pak" type="data_package" lang="zu" />
</if>
<if expr="chromeos_ash or chromeos_lacros">
<output filename="chromium_strings_af.pak" type="data_package" lang="af" />
<output filename="chromium_strings_is.pak" type="data_package" lang="is" />
<output filename="chromium_strings_zu.pak" type="data_package" lang="zu" />
</if>
<output filename="chromium_strings_am.pak" type="data_package" lang="am" />
<output filename="chromium_strings_ar.pak" type="data_package" lang="ar" />
@ -481,6 +483,15 @@ Your preferences file is corrupt or invalid.
Thorium is unable to recover your settings.
</message>
<!-- Add account dialog -->
<if expr="chromeos">
<message name="IDS_ACCOUNT_MANAGER_DIALOG_WELCOME_BODY_V2" desc="Text body for the Welcome screen in Chrome OS 'Add account' dialog.">
Permissions you've already given to websites and apps may apply to this account. If you don't want websites or apps to access your account info, use Guest mode in Thorium browser. You can also manage your Google Accounts in <ph name="LINK_2_BEGIN">&lt;a id="osSettingsLink" href="$1<ex>https://google.com/</ex>"&gt;</ph>Settings<ph name="LINK_2_END">&lt;/a&gt;</ph>.
</message>
<message name="IDS_ACCOUNT_MANAGER_DIALOG_WELCOME_BODY_V2_WITH_GUEST_MODE" desc="Text body for the Welcome screen in Chrome OS 'Add account' dialog.">
Permissions you've already given to websites and apps may apply to this account. If you don't want websites or apps to access your account info, use <ph name="LINK_BEGIN">&lt;a id="guestModeLink" href="#"&gt;</ph>Guest mode<ph name="LINK_END">&lt;/a&gt;</ph> in Chromium browser. You can also manage your Google Accounts in <ph name="LINK_2_BEGIN">&lt;a id="osSettingsLink" href="$1<ex>https://google.com/</ex>"&gt;</ph>Settings<ph name="LINK_2_END">&lt;/a&gt;</ph>.
</message>
</if>
<!-- Crash Recovery Dialog -->
<message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
Thorium