Skip to content

Commit

Permalink
Update thorium_strings.grd
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Feb 27, 2022
1 parent 49803f5 commit 62d1684
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions thorium_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
<output filename="java/res/values-zh-rHK/chromium_strings.xml" lang="zh-HK" type="android" context="android_java" />
<output filename="java/res/values-zh-rTW/chromium_strings.xml" lang="zh-TW" type="android" context="android_java" />
<output filename="java/res/values-zu/chromium_strings.xml" lang="zu" type="android" context="android_java" />
<!-- Pseudolocales -->
<output filename="java/res/values-ar-rXB/chromium_strings.xml" lang="ar-XB" type="android" context="android_java" />
<output filename="java/res/values-en-rXA/chromium_strings.xml" lang="en-XA" type="android" context="android_java" />
</if>

<!-- Pseudolocales -->
Expand Down Expand Up @@ -316,7 +319,9 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
</message>
</if>
<!-- Chrome enterprise logo won't be used in Chromium -->
<message name="IDS_PRODUCT_LOGO_ENTERPRISE_ALT_TEXT" desc="Alt text for the Chromium Enterprise logo image."/>
<message name="IDS_PRODUCT_LOGO_ENTERPRISE_ALT_TEXT" desc="Alt text for the Chromium Enterprise logo image." formatter_data="android_java">
Thorium Enterprise logo
</message>
<if expr="is_win">
<message name="IDS_SHORTCUT_NEW_WINDOW" desc="The text label of the New window shortcut context menu entry as of Windows 8">
New window
Expand Down Expand Up @@ -480,11 +485,15 @@ 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 name="IDS_ACCOUNT_MANAGER_DIALOG_WELCOME_BODY_V2" desc="Text body for the Welcome screen in Chromium OS 'Add account' dialog.">
If you want to use this account one-time only, you can use Guest mode in Thorium browser. If you want to add an account for someone else, <ph name="LINK_BEGIN">&lt;a target="_blank" id="newPersonLink" href="$1<ex>https://google.com/</ex>"&gt;</ph>add a new person<ph name="LINK_END">&lt;/a&gt;</ph> to your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>.

Permissions you've already given to websites and apps may apply to this account. You can manage your Google Accounts in <ph name="SETTINGS_LINK_BEGIN">&lt;a id="osSettingsLink" href="$3<ex>https://google.com/</ex>"&gt;</ph>Settings<ph name="SETTINGS_LINK_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 name="IDS_ACCOUNT_MANAGER_DIALOG_WELCOME_BODY_V2_WITH_GUEST_MODE" desc="Text body for the Welcome screen in Chromium OS 'Add account' dialog.">
If you want to use this account one-time only, you can use <ph name="GUEST_LINK_BEGIN">&lt;a id="guestModeLink" href="#"&gt;</ph>Guest mode<ph name="GUEST_LINK_END">&lt;/a&gt;</ph> in Thorium browser. If you want to add an account for someone else, <ph name="LINK_BEGIN">&lt;a target="_blank" id="newPersonLink" href="$1<ex>https://google.com/</ex>"&gt;</ph>add a new person<ph name="LINK_END">&lt;/a&gt;</ph> to your <ph name="DEVICE_TYPE">$2<ex>Chromebook</ex></ph>.

Permissions you've already given to websites and apps may apply to this account. You can manage your Google Accounts in <ph name="SETTINGS_LINK_BEGIN">&lt;a id="osSettingsLink" href="$3<ex>https://google.com/</ex>"&gt;</ph>Settings<ph name="SETTINGS_LINK_END">&lt;/a&gt;</ph>.
</message>
</if>
<!-- Crash Recovery Dialog -->
Expand Down

0 comments on commit 62d1684

Please sign in to comment.