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

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: Tweak strings 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 </message> 1106 </message>
1107 <message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked."> 1107 <message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked.">
1108 Bookmark this page 1108 Bookmark this page
1109 </message> 1109 </message>
1110 <message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description f or the forward navigation button."> 1110 <message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description f or the forward navigation button.">
1111 Go forward 1111 Go forward
1112 </message> 1112 </message>
1113 <message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button."> 1113 <message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button.">
1114 Go back 1114 Go back
1115 </message> 1115 </message>
1116 <message name="IDS_ACCESSIBILITY_MENU_INFO" desc="Content description for the button which opens the page info popup, which displays security information and permissions for the current page">
1117 View site information
1118 </message>
1116 <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description f or the content view that holds the web contents [CHAR-LIMIT=30]"> 1119 <message name="IDS_ACCESSIBILITY_CONTENT_VIEW" desc="Content description f or the content view that holds the web contents [CHAR-LIMIT=30]">
1117 Web View 1120 Web View
1118 </message> 1121 </message>
1119 1122
1120 <!-- ContextMenu --> 1123 <!-- ContextMenu -->
1121 <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]"> 1124 <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]">
1122 Open in new tab 1125 Open in new tab
1123 </message> 1126 </message>
1124 <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]" > 1127 <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]" >
1125 Open in incognito tab 1128 Open in incognito tab
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1536 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1534 Pause 1537 Pause
1535 </message> 1538 </message>
1536 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1539 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1537 Stop 1540 Stop
1538 </message> 1541 </message>
1539 1542
1540 </messages> 1543 </messages>
1541 </release> 1544 </release>
1542 </grit> 1545 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698