mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update thorium_strings.grd
This commit is contained in:
parent
8e5bcbd219
commit
06d616cf72
1 changed files with 12 additions and 1 deletions
|
@ -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"><a id="osSettingsLink" href="$1<ex>https://google.com/</ex>"></ph>Settings<ph name="LINK_2_END"></a></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"><a id="guestModeLink" href="#"></ph>Guest mode<ph name="LINK_END"></a></ph> in Chromium browser. You can also manage your Google Accounts in <ph name="LINK_2_BEGIN"><a id="osSettingsLink" href="$1<ex>https://google.com/</ex>"></ph>Settings<ph name="LINK_2_END"></a></ph>.
|
||||
</message>
|
||||
</if>
|
||||
<!-- Crash Recovery Dialog -->
|
||||
<message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
|
||||
Thorium
|
||||
|
|
Loading…
Reference in a new issue