Componentize IDS_PRINT string so that it can be shared on iOS.

BUG=568486
[email protected]

Review URL: https://codereview.chromium.org/1586663004

Cr-Commit-Position: refs/heads/master@{#369369}
diff --git a/components/components_strings.grd b/components/components_strings.grd
index 684e5ec..250efc81 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -225,6 +225,18 @@
       <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
         JSON Parser
       </message>
+      <if expr="not is_android">
+        <if expr="not use_titlecase">
+          <message name="IDS_PRINT" desc="The text label of the Print... menu item. Opens a dialog box to select print settings">
+            &amp;Print...
+          </message>
+        </if>
+        <if expr="use_titlecase">
+          <message name="IDS_PRINT" desc="In Title Case: The text label of the Print... menu item. Opens a dialog box to select print settings">
+            &amp;Print...
+          </message>
+        </if>
+      </if>
     </messages>
   </release>
 </grit>