sync ports with The Matrix
This commit is contained in:
parent
f0303ad1a2
commit
90cde7b655
376 changed files with 2401 additions and 1751 deletions
|
@ -10,7 +10,7 @@ Index: chrome/app/generated_resources.grd
|
|||
for making strings OS specific. Other platform defines such as use_titlecase
|
||||
are declared in tools/grit/grit_rule.gni.
|
||||
-->
|
||||
@@ -3304,7 +3304,7 @@ You can send it to Google to check if it's unsafe. Sca
|
||||
@@ -3426,7 +3426,7 @@ You can send it to Google to check if it's unsafe. Sca
|
||||
</if>
|
||||
|
||||
<!-- Bluetooth Device Credentials (i.e. PIN/Passkey) dialog -->
|
||||
|
@ -19,7 +19,7 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_BLUETOOTH_DEVICE_CREDENTIALS_TITLE" desc="Title of the Bluetooth device credentials prompt dialog.">
|
||||
Device Credentials
|
||||
</message>
|
||||
@@ -5036,7 +5036,7 @@ You can send it to Google to check if it's unsafe. Sca
|
||||
@@ -5172,7 +5172,7 @@ You can send it to Google to check if it's unsafe. Sca
|
||||
Read information about your browser, OS, device, installed software, registry values and files
|
||||
</message>
|
||||
</if>
|
||||
|
@ -28,7 +28,7 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_EXTENSION_PROMPT_WARNING_ENTERPRISE_REPORTING_PRIVATE_ENABLED_LINUX_AND_MACOS" desc="Permission string for enterprise private reporting permission on Linux and MacOS.">
|
||||
Read information about your browser, OS, device, installed software and files
|
||||
</message>
|
||||
@@ -5691,7 +5691,7 @@ Keep your key file in a safe place. You will need it t
|
||||
@@ -5845,7 +5845,7 @@ Keep your key file in a safe place. You will need it t
|
||||
Old versions of Chrome Apps won't open on Windows devices after December 2022. Contact your administrator to update to a new version or remove this app.
|
||||
</message>
|
||||
</if>
|
||||
|
@ -37,7 +37,7 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_FORCE_INSTALLED_DEPRECATED_APPS_CONTENT" desc="Content of the force installed deprecated app dialog">
|
||||
Old versions of Chrome Apps won't open on Linux devices after December 2022. Contact your administrator to update to a new version or remove this app.
|
||||
</message>
|
||||
@@ -5737,7 +5737,7 @@ Keep your key file in a safe place. You will need it t
|
||||
@@ -5891,7 +5891,7 @@ Keep your key file in a safe place. You will need it t
|
||||
Old versions of Chrome apps won't open on Windows devices after December 2022. You can check if there's a new version available.
|
||||
</message>
|
||||
</if>
|
||||
|
@ -46,7 +46,7 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_DEPRECATED_APPS_MONITOR_RENDERER" desc="Dialog content that educates users that Chrome Apps will soon no longer launch.">
|
||||
Old versions of Chrome apps won't open on Linux devices after December 2022. You can check if there's a new version available.
|
||||
</message>
|
||||
@@ -9560,7 +9560,7 @@ Check your passwords anytime in <ph name="GOOGLE_PASSW
|
||||
@@ -9884,7 +9884,7 @@ Check your passwords anytime in <ph name="GOOGLE_PASSW
|
||||
<message name="IDS_APP_MENU_BUTTON_UPDATE" desc="Short label next to app-menu button when an update is available.">
|
||||
Update
|
||||
</message>
|
||||
|
@ -55,7 +55,7 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_APP_MENU_BUTTON_UPDATE_ALT1" desc="Alternate short label next to app-menu button when an update is available.">
|
||||
Finish update
|
||||
</message>
|
||||
@@ -9891,7 +9891,7 @@ Check your passwords anytime in <ph name="GOOGLE_PASSW
|
||||
@@ -10220,7 +10220,7 @@ Check your passwords anytime in <ph name="GOOGLE_PASSW
|
||||
Google Pay
|
||||
</message>
|
||||
|
||||
|
@ -64,16 +64,16 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_SHOW_WINDOW_DECORATIONS" desc="The label of a radio button in the options dialog for using the system title bar and borders.">
|
||||
Use system title bar and borders
|
||||
</message>
|
||||
@@ -10856,7 +10856,7 @@ Check your passwords anytime in <ph name="GOOGLE_PASSW
|
||||
@@ -11193,7 +11193,7 @@ Check your passwords anytime in <ph name="GOOGLE_PASSW
|
||||
</message>
|
||||
|
||||
<!-- Device Trust Consent dialog -->
|
||||
- <if expr="is_win or is_macosx or is_linux">
|
||||
+ <if expr="is_win or is_macosx or is_posix">
|
||||
- <if expr="is_win or is_macosx or is_linux or is_chromeos">
|
||||
+ <if expr="is_win or is_macosx or is_posix or is_chromeos">
|
||||
<message name="IDS_DEVICE_SIGNALS_CONSENT_DIALOG_TITLE" desc="Title of the dialog shown when user consent is required to share device signals.">
|
||||
Share device signals?
|
||||
</message>
|
||||
@@ -11246,7 +11246,7 @@ Please help our engineers fix this problem. Tell us wh
|
||||
@@ -11592,7 +11592,7 @@ Please help our engineers fix this problem. Tell us wh
|
||||
Set as default
|
||||
</message>
|
||||
|
||||
|
@ -82,7 +82,7 @@ Index: chrome/app/generated_resources.grd
|
|||
<message name="IDS_MINIMIZE_WINDOW_MENU" desc="The Linux browser window menu item text for minimizing the window.">
|
||||
Minimize
|
||||
</message>
|
||||
@@ -13426,7 +13426,7 @@ Please help our engineers fix this problem. Tell us wh
|
||||
@@ -13784,7 +13784,7 @@ Please help our engineers fix this problem. Tell us wh
|
||||
Open Anyway
|
||||
</message>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue