Index: chrome/app/generated_resources.grd |
=================================================================== |
--- chrome/app/generated_resources.grd (revision 57085) |
+++ chrome/app/generated_resources.grd (working copy) |
@@ -3791,8 +3791,32 @@ |
<message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar.]"> |
You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<ex>--no-sandbox</ex></ph>. Stability and security will suffer. |
</message> |
+ |
+ <!-- about:system strings --> |
+ <if expr="pp_ifdef('chromeos')"> |
+ <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> |
+ About System |
+ </message> |
+ <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description"> |
+ System diagnostic data |
+ </message> |
+ <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that contains system details"> |
+ Details |
+ </message> |
+ <message name="IDS_ABOUT_SYS_EXPAND_ALL" desc="name of a button that shows (expands) all system details"> |
+ Expand all... |
+ </message> |
+ <message name="IDS_ABOUT_SYS_COLLAPSE_ALL" desc="name of a button that hides (collapses) all system details"> |
+ Collapse all... |
+ </message> |
+ <message name="IDS_ABOUT_SYS_EXPAND" desc="name of a button that shows (expands) specific system details"> |
+ Expand... |
+ </message> |
+ <message name="IDS_ABOUT_SYS_COLLAPSE" desc="name of a button that hides (collapses) specific system details"> |
+ Collapse... |
+ </message> |
+ </if> |
- |
<!-- about:version strings --> |
<message name="IDS_ABOUT_VERSION_TITLE" desc="Title on the about:version page"> |
About Version |