Skip to content

Commit

Permalink
Updated strings for Chromium 83.0.4100.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Apr 10, 2020
1 parent 6fd5cdc commit da484d7
Show file tree
Hide file tree
Showing 28 changed files with 4,185 additions and 3,085 deletions.
30 changes: 30 additions & 0 deletions app/brave_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,24 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
Brave - <ph name="PAGE_TITLE">$1<ex>Brave</ex></ph>
</message>
</if>
<if expr="not chromeos and not is_macosx">
<!-- Captive Portal Browser Window Title Format -->
<message name="IDS_CAPTIVE_PORTAL_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in captive portal popup windows">
<ph name="PAGE_TITLE">$1<ex>Brave</ex></ph> - Network Sign-in - Brave
</message>
</if>
<if expr="chromeos">
<!-- Captive Portal Browser Window Title Format -->
<message name="IDS_CAPTIVE_PORTAL_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in captive portal popup windows">
Brave - Network Sign-in - <ph name="PAGE_TITLE">$1<ex>Brave</ex></ph>
</message>
</if>
<if expr="is_macosx">
<!-- Captive Portal Browser Window Title Format -->
<message name="IDS_CAPTIVE_PORTAL_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for titles displayed in captive portal popup windows">
<ph name="PAGE_TITLE">$1<ex>Brave</ex></ph> - Network Sign-in
</message>
</if>
<!-- Accessible window title format - includes the channel, and the same
on all browser platforms rather than different on Chrome OS. -->
<message name="IDS_ACCESSIBLE_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for the accessible name of a tabbed browser window">
Expand Down Expand Up @@ -363,6 +381,12 @@ Brave is unable to recover your settings.
<message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before revealing plaintext passwords on the password page.">
Brave is trying to show passwords.
</message>
<message name="IDS_PASSWORDS_PAGE_COPY_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before copying plaintext passwords into the clipboard.">
Brave is trying to copy passwords.
</message>
<message name="IDS_PASSWORDS_PAGE_EDIT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before editing plaintext passwords on the password page.">
Brave is trying to edit passwords.
</message>
<message name="IDS_PASSWORDS_PAGE_EXPORT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before exporting passwords to a file.">
Brave wants to export your passwords.
</message>
Expand All @@ -371,6 +395,12 @@ Brave is unable to recover your settings.
<message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before revealing plaintext passwords on the password page.">
Brave is trying to show passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_COPY_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before copying plaintext passwords into the clipboard.">
Brave is trying to copy passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_EDIT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before editing plaintext passwords on the password page.">
Brave is trying to edit passwords. Type your Windows password to allow this.
</message>
<message name="IDS_PASSWORDS_PAGE_EXPORT_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before exporting passwords to a file.">
Brave wants to export your passwords. Type your Windows password to allow this.
</message>
Expand Down
6 changes: 0 additions & 6 deletions app/extensions_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@
<message name="IDS_EXTENSIONS_BACKGROUND_PAGE" desc="Display name for an autogenerated background page.">
background page
</message>
<message name="IDS_EXTENSIONS_DISABLED_BLOCKED_MATURE" desc="The tooltip displayed when the extension is blocked due to mature content for child users.">
This is blocked due to mature content.
</message>
<message name="IDS_EXTENSIONS_CORRUPTED_EXTENSION" desc="The warning for the user that an extension may have been tampered with on disk.">
This extension may have been corrupted.
</message>
<message name="IDS_EXTENSIONS_ENABLE_BUTTON" desc="The text displayed on the enable button when the extension is disabled pending custodian approval on the chrome://extensions page">
Enable
</message>
<message name="IDS_EXTENSIONS_ENABLE_ERROR_COLLECTION" desc="The checkbox for enabling error collection for an extension.">
Collect errors
</message>
Expand Down
Loading

0 comments on commit da484d7

Please sign in to comment.