| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index c374894416bd7d2bb5b8cff2e5dad41c7d4adf6c..b2c821cf647489aa63f86a2dff752747c50ebe67 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -1267,6 +1267,17 @@ Drag from top to exit.
|
| /
|
| </message>
|
|
|
| + <!-- Startup errors -->
|
| + <message name="IDS_OS_VERSION_MISSING_FEATURES" desc="Error message shown when Chrome fails to run due to an incomplete version of Android.">
|
| + Critical functionality required to run Chrome is missing; either your Chrome installation is incomplete, or not compatible with this version of Android.
|
| + </message>
|
| + <message name="IDS_INCOMPATIBLE_LIBRARIES" desc="Error message shown when Chrome fails to start due to having the wrong version of the native library">
|
| + Chrome’s components are incompatible with one another. Chrome may be upgrading, please try again in a few minutes. If the problem continues, try uninstalling and re-installing Chrome.
|
| + </message>
|
| + <message name="IDS_NATIVE_STARTUP_FAILED" desc="Error message shown when Chrome fails to start for other (unknown) reasons">
|
| + Chrome failed during startup with an unexpected error.
|
| + </message>
|
| +
|
| <!-- First Run strings -->
|
| <message name="IDS_FRE_SET_UP_CHROME" desc="Header text shown when the user is first setting up Chrome">
|
| Set up Chrome
|
|
|