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

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

parent dcd41bd4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -242,4 +242,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>