| Index: ios/chrome/app/strings/ios_chromium_strings.grd
|
| diff --git a/ios/chrome/app/strings/ios_chromium_strings.grd b/ios/chrome/app/strings/ios_chromium_strings.grd
|
| index 0e0db4415a47dec5d07cc40a163da5e4c72e0d66..3a507f7262dc5f43f90d4a059c7e37ecdfae5ba4 100644
|
| --- a/ios/chrome/app/strings/ios_chromium_strings.grd
|
| +++ b/ios/chrome/app/strings/ios_chromium_strings.grd
|
| @@ -130,9 +130,18 @@ all other OS specific variables will be false.
|
| </translations>
|
| <release seq="1" allow_pseudo="false">
|
| <messages fallback_to_english="true">
|
| + <message name="IDS_IOS_PRODUCT_NAME" desc="The Chrome application name">
|
| + Chromium
|
| + </message>
|
| <message name="IDS_IOS_SHORT_PRODUCT_NAME" desc="The Chrome application short name.">
|
| Chromium
|
| </message>
|
| + <message name="IDS_IOS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the about pages">
|
| + The Chromium Authors
|
| + </message>
|
| + <message name="IDS_IOS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
|
| + Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reserved.
|
| + </message>
|
| <message name="IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that describes a Wallet credit card which has been copied to the local Chromium instance. Title case. [Length: 20em] [iOS only]">
|
| Copied to Chrome
|
| </message>
|
|
|