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

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

Issue 1052073002: Add icon to the overflow menu to trigger the page info popup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 </message> 1088 </message>
1089 <message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked."> 1089 <message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked.">
1090 Bookmark this page 1090 Bookmark this page
1091 </message> 1091 </message>
1092 <message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description f or the forward navigation button."> 1092 <message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description f or the forward navigation button.">
1093 Go forward 1093 Go forward
1094 </message> 1094 </message>
1095 <message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button."> 1095 <message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button.">
1096 Go back 1096 Go back
1097 </message> 1097 </message>
1098 <message name="IDS_ACCESSIBILITY_MENU_INFO" desc="Content description for the button which opens the page info popup">
Ted C 2015/04/06 21:23:25 maybe we should further describe what could be in
tsergeant 2015/04/07 03:39:21 Done.
1099 View page info
Ted C 2015/04/06 21:23:25 The desktop string is: """ View site information
tsergeant 2015/04/07 03:39:21 Done.
1100 </message>
1098 <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description f or the content view that holds the web contents [CHAR-LIMIT=30]"> 1101 <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description f or the content view that holds the web contents [CHAR-LIMIT=30]">
1099 Web View 1102 Web View
1100 </message> 1103 </message>
1101 1104
1102 <!-- ContextMenu --> 1105 <!-- ContextMenu -->
1103 <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]"> 1106 <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]">
1104 Open in new tab 1107 Open in new tab
1105 </message> 1108 </message>
1106 <message name="IDS_CONTEXTMENU_OPEN_IN_INCOGNITO_TAB" desc="Context sensit ive menu item to open the selected link in a new incognito tab. [CHAR-LIMIT=30]" > 1109 <message name="IDS_CONTEXTMENU_OPEN_IN_INCOGNITO_TAB" desc="Context sensit ive menu item to open the selected link in a new incognito tab. [CHAR-LIMIT=30]" >
1107 Open in incognito tab 1110 Open in incognito tab
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1518 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1516 Pause 1519 Pause
1517 </message> 1520 </message>
1518 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1521 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1519 Stop 1522 Stop
1520 </message> 1523 </message>
1521 1524
1522 </messages> 1525 </messages>
1523 </release> 1526 </release>
1524 </grit> 1527 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698