<a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
<p><img class="left" src="../en/images/clear_and_exit.png">
deriva de ic_exit_to_app, que es parte del <a href="https://material.io/icons/">conjunto de iconos Android Material</a> y es liberado bajo la <a href ="https://www.apache.org/licenses/LICENSE-2.0">Licencia Apache 2.0</a>.
- El texto completo de la licencia se encuentra debajo. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>. El imagen resultante se libera bajo la
+ El texto completo de la licencia se encuentra debajo. Copyright de modificaciones © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>. La imagen resultante se libera bajo la
<a href="https://www.gnu.org/licenses/gpl-3.0.html">licencia GPLv3+</a>.</p>
<p><img class="left" src="../en/images/orbot.png"> orbot es una versión modificada del <a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">icono de estado del proyecto Orbot</a>,
que tiene copyright 2009-2010 por Nathan Freitas, The Guardian Project. Es liberado bajo la <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">licencia BSD modificada (de 3 cláusulas)</a>.
android:layout_height="match_parent"
android:layout_width="match_parent"
android:padding="10dp"
+ android:textColor="?attr/redText"
android:text="@string/no_ssl_certificate" />
\ No newline at end of file
<attr name="sslTitle" format="reference" />
<attr name="urlHistoryText" format="reference" />
<attr name="primaryTextColorSelector" format="reference" />
+ <attr name="redText" format="reference" />
<attr name="navigationHeaderBackground" format="reference" />
<attr name="navigationHeaderTextColor" format="reference" />
<!-- View SSL Certificate. -->
<string name="view_ssl_certificate">View SSL Certificate</string>
<string name="unencrypted_website">Unencrypted Website</string>
- <string name="no_ssl_certificate">Communication with this website is not encrypted by an SSL certificate.</string>
+ <string name="no_ssl_certificate">Communication with this website is not encrypted. This allows third parties to intercept information, track your browsing, and inject malicious content.</string>
<string name="ssl_certificate">SSL Certificate</string>
<string name="close">Close</string>
<string name="issued_to">Issued To</string>
<item name="findOnPageIconTintColor">@color/blue_700</item>
<item name="sslTitle">@color/blue_900</item>
<item name="urlHistoryText">@color/black</item>
+ <item name="redText">@color/red_a700</item>
</style>
<!-- `windowActionModeOverlay` makes the contextual app bar cover the support app bar. `colorPrimaryDark` goes behind the status bar, which is then darkened by the overlay.-->
<item name="findOnPageIconTintColor">@color/blue_600</item>
<item name="sslTitle">@color/blue_700</item>
<item name="urlHistoryText">@color/gray_200</item>
+ <item name="redText">@color/red_900</item>
</style>
<!-- `windowActionModeOverlay` makes the contextual app bar cover the support app bar. `colorPrimaryDark` goes behind the status bar, which is then darkened by the overlay.-->