| Index: ios/chrome/app/strings/ios_google_chrome_strings.grd
|
| diff --git a/ios/chrome/app/strings/ios_google_chrome_strings.grd b/ios/chrome/app/strings/ios_google_chrome_strings.grd
|
| index 725aa9cac64f4e890312f377fa7d816ed82726e8..8552aacd1115e9764a55206cd781e884fa754cb1 100644
|
| --- a/ios/chrome/app/strings/ios_google_chrome_strings.grd
|
| +++ b/ios/chrome/app/strings/ios_google_chrome_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">
|
| + Google Chrome
|
| + </message>
|
| <message name="IDS_IOS_SHORT_PRODUCT_NAME" desc="The Chrome application short name">
|
| Chrome
|
| </message>
|
| + <message name="IDS_IOS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the about pages">
|
| + Google Inc.
|
| + </message>
|
| + <message name="IDS_IOS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
|
| + Copyright <ph name="YEAR">$1</ph> Google Inc. 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 Chrome instance. Title case. [Length: 20em] [iOS only]">
|
| Copied to Chrome
|
| </message>
|
|
|