Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 567103002: Clarify accessibility string for bookmark menu item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 <message name="IDS_SHARE_LINK_CHOOSER_TITLE" desc="title for the share dia log when sharing the current address [CHAR-LIMIT=27]"> 247 <message name="IDS_SHARE_LINK_CHOOSER_TITLE" desc="title for the share dia log when sharing the current address [CHAR-LIMIT=27]">
248 Share via 248 Share via
249 </message> 249 </message>
250 <message name="IDS_ACCESSIBILITY_MENU_SHARE_VIA" desc="Content description share current page via the most recently used application menu item"> 250 <message name="IDS_ACCESSIBILITY_MENU_SHARE_VIA" desc="Content description share current page via the most recently used application menu item">
251 Share via <ph name="APPLICATION">%s<ex>Gmail</ex></ph> 251 Share via <ph name="APPLICATION">%s<ex>Gmail</ex></ph>
252 </message> 252 </message>
253 <message name="IDS_ERROR_PRINTING_FAILED" desc="Generic error message show n when Chrome fails to print the current page for some reason."> 253 <message name="IDS_ERROR_PRINTING_FAILED" desc="Generic error message show n when Chrome fails to print the current page for some reason.">
254 There was a problem printing the page. Please try again. 254 There was a problem printing the page. Please try again.
255 </message> 255 </message>
256 <message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked."> 256 <message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked.">
257 Bookmark page 257 Bookmark this page
258 </message> 258 </message>
259 <message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description f or the forward navigation button."> 259 <message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description f or the forward navigation button.">
260 Go forward 260 Go forward
261 </message> 261 </message>
262 <message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button."> 262 <message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button.">
263 Go back 263 Go back
264 </message> 264 </message>
265 <!-- ContextMenu --> 265 <!-- ContextMenu -->
266 <message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive me nu item to open the selected link in a new tab. [CHAR-LIMIT=30]"> 266 <message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive me nu item to open the selected link in a new tab. [CHAR-LIMIT=30]">
267 Open in new tab 267 Open in new tab
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false"> 382 <message name="IDS_DATA_REDUCTION_INFOBAR_TEXT" desc="Text to be displayed in the data reduction proxy infobar" translateable="false">
383 You are part of a data reduction proxy field trial. 383 You are part of a data reduction proxy field trial.
384 </message> 384 </message>
385 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false"> 385 <message name="IDS_DATA_REDUCTION_INFOBAR_LINK_TEXT" desc="Text to be disp layed in the data reduction proxy infobar link" translateable="false">
386 Settings 386 Settings
387 </message> 387 </message>
388 388
389 </messages> 389 </messages>
390 </release> 390 </release>
391 </grit> 391 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698