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

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

Issue 1100283002: Add connection info popup within Page Info on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 7 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 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 </message> 1273 </message>
1274 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog."> 1274 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog.">
1275 Site Settings 1275 Site Settings
1276 </message> 1276 </message>
1277 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that gra nts a permission."> 1277 <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that gra nts a permission.">
1278 Allow 1278 Allow
1279 </message> 1279 </message>
1280 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that den ies a permission."> 1280 <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that den ies a permission.">
1281 Block 1281 Block
1282 </message> 1282 </message>
1283 <message name="IDS_PAGE_INFO_DETAILS_LINK" desc="The label of the link to open the detailed connection information popup from the page info bubble.">
1284 Details
1285 </message>
1283 <message name="IDS_PAGE_INFO_CONNECTION_HTTPS" desc="Message to display in the page info bubble when the connection is private (HTTPS)."> 1286 <message name="IDS_PAGE_INFO_CONNECTION_HTTPS" desc="Message to display in the page info bubble when the connection is private (HTTPS).">
1284 Your connection to this site is private. 1287 Your connection to this site is private.
1285 </message> 1288 </message>
1286 <message name="IDS_PAGE_INFO_CONNECTION_HTTP" desc="Message to display in the page info bubble when the connection is not private (HTTP)."> 1289 <message name="IDS_PAGE_INFO_CONNECTION_HTTP" desc="Message to display in the page info bubble when the connection is not private (HTTP).">
1287 Your connection to this site is not private. 1290 Your connection to this site is not private.
1288 </message> 1291 </message>
1289 <message name="IDS_PAGE_INFO_CONNECTION_MIXED" desc="Message to display in the page info bubble when the main connection is private, but there is content on the page that is not private."> 1292 <message name="IDS_PAGE_INFO_CONNECTION_MIXED" desc="Message to display in the page info bubble when the main connection is private, but there is content on the page that is not private.">
1290 Your connection to this site is private, but someone on the network migh t be able to change the look of the page. 1293 Your connection to this site is private, but someone on the network migh t be able to change the look of the page.
1291 </message> 1294 </message>
1292 <message name="IDS_PAGE_INFO_CONNECTION_SHA1" desc="Message to display in the page info bubble when the page is not considered private (because the connec tion used SHA-1 for certificate signatures, which are not considered secure anym ore)."> 1295 <message name="IDS_PAGE_INFO_CONNECTION_SHA1" desc="Message to display in the page info bubble when the page is not considered private (because the connec tion used SHA-1 for certificate signatures, which are not considered secure anym ore).">
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media."> 1533 <message name="IDS_ACCESSIBILITY_PAUSE" desc="Content description for the pause button that pauses playing the media.">
1531 Pause 1534 Pause
1532 </message> 1535 </message>
1533 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media."> 1536 <message name="IDS_ACCESSIBILITY_STOP" desc="Content description for the s top button that stops playing the media.">
1534 Stop 1537 Stop
1535 </message> 1538 </message>
1536 1539
1537 </messages> 1540 </messages>
1538 </release> 1541 </release>
1539 </grit> 1542 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698