Commit 58e53f97 authored by runner's avatar runner Committed by Jonathan Almeida
Browse files

Strings - components/browser/errorpages/src/main/res/values-kab/strings.xml

parent 9de5ceb1
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- The default document title of an error page (i.e., the contents of the `<title>` tag). -->
    <string name="mozac_browser_errorpages_page_title">Ugur deg usali n usebter</string>

    <!-- The button that appears at the bottom of an error page. -->
    <string name="mozac_browser_errorpages_page_refresh">Ɛreḍ tikkelt-nniḍen</string>

    <!-- The button that appears at the bottom of an error page. -->
    <string name="mozac_browser_errorpages_page_go_back">Uɣal</string>

    <!-- The document title and heading of an error page shown when a website cannot be loaded for an unknown reason. -->
    <string name="mozac_browser_errorpages_generic_title">Tuttra ur tezmir ad temmed</string>
    <!-- The error message shown when a website cannot be loaded for an unknown reason. -->
@@ -296,4 +291,11 @@
    <string name="mozac_browser_errorpages_safe_phishing_uri_message"><![CDATA[
      <p>Asmel web illan deg tansa %1$s ittwammel d akken d asmel n ukellex. Ihi ittusewḥel akken llan ismenyifen-inek n tɣellist.</p>
    ]]></string>

    <!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on -->
    <string name="mozac_browser_errorpages_httpsonly_title">Ulac taɣellist n usmel</string>
    <!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s will be replaced with the URL of the website. -->
    <string name="mozac_browser_errorpages_httpsonly_message"><![CDATA[Tremdeḍ askar HTTPS-Only  i tɣellist ifazen, yerna ulac lqem n HTTPS n <em>%1$s</em>.]]></string>
    <!-- Button on error page for websites that do not support HTTPS when HTTPS-Only is turned on. Clicking the button allows the user to nevertheless load the website using HTTP. -->
    <string name="mozac_browser_errorpages_httpsonly_button">Kemmel ɣer usmel HTTP</string>
</resources>