summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2016-01-14 23:18:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-15 07:19:37 +0000
commitfdc5a2028505ca2b615f9045bff9c96d80e11906 (patch)
treeed83b119b2488ec6c17f25ecf33b11746fa73683 /components
parentd63955e64530163c0c3119e08b60053034e99f19 (diff)
downloadchromium_src-fdc5a2028505ca2b615f9045bff9c96d80e11906.zip
chromium_src-fdc5a2028505ca2b615f9045bff9c96d80e11906.tar.gz
chromium_src-fdc5a2028505ca2b615f9045bff9c96d80e11906.tar.bz2
Componentize IDS_ACCNAME_* strings shared with iOS.
In order to share strings with iOS, componentize them. Two of them are iOS specific, so instead move them to ios_strings.grd. BUG=568486 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1583803003 Cr-Commit-Position: refs/heads/master@{#369698}
Diffstat (limited to 'components')
-rw-r--r--components/components_strings.grd21
1 files changed, 18 insertions, 3 deletions
diff --git a/components/components_strings.grd b/components/components_strings.grd
index 250efc8..0a1e1fa 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -222,9 +222,6 @@
<message name="IDS_OK" desc="Used for OK on buttons">
OK
</message>
- <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">
@@ -237,6 +234,24 @@
</message>
</if>
</if>
+
+ <!-- Accessibility labels for generic items -->
+ <message name="IDS_ACCNAME_BACK" desc="The accessible name for the back button.">
+ Back
+ </message>
+ <message name="IDS_ACCNAME_FORWARD" desc="The accessible name for the forward button.">
+ Forward
+ </message>
+ <message name="IDS_ACCNAME_CLOSE" desc="The accessible name for the Close button.">
+ Close
+ </message>
+ <message name="IDS_ACCNAME_LOCATION" desc="The accessible name for the editable-text portion of the omnibox.">
+ Address and search bar
+ </message>
+
+ <message name="IDS_UTILITY_PROCESS_JSON_PARSER_NAME" desc="The name of the utility process used for parsing JSON files.">
+ JSON Parser
+ </message>
</messages>
</release>
</grit>