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

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

parent 6c21084f
Loading
Loading
Loading
Loading
+7 −6
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">Парақты жүктегенде қате кетті</string>

    <!-- The button that appears at the bottom of an error page. -->
    <string name="mozac_browser_errorpages_page_refresh">Қайталап көру</string>

    <!-- The button that appears at the bottom of an error page. -->
    <string name="mozac_browser_errorpages_page_go_back">Артқа</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">Сұранымды аяқтау мүмкін емес</string>

@@ -239,4 +233,11 @@
    <string name="mozac_browser_errorpages_safe_phishing_uri_title">Жалған сайт мәселесі</string>
    <!-- The %1$s will be replaced by the malicious website URL-->
    <string name="mozac_browser_errorpages_safe_phishing_uri_message"><![CDATA[<p>%1$s сайты жалған сайт екені туралы ақпарат бар, сондықтан қауіпсіздік баптауларыңызға сәйкес ол бұғатталды.</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">Қауіпсіз сайт қолжетімді емес</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[Сіз жақсартылған қауіпсіздік үшін тек-HTTPS режимін іске қосқансыз, бірақ, <em>%1$s</em> адресінің HTTPS нұсқасы қолжетімсіз.]]></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">HTTP сайтына өту</string>
</resources>