Commit 8f1fe43d authored by Mozilla L10n Automation Bot's avatar Mozilla L10n Automation Bot
Browse files

Import l10n.

parent 52de7118
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_alert_title">Страницата на %1$s казва:</string>
    <!-- Text for the message of an auth dialog displayed by a web page.
    %1$s will be replaced by the realm, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_message">%2$s пита за вашето потребителско име и парола. Сайтът казва: „%1$s“</string>
    <!-- Text for the message of an auth dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s пита за вашето потребителско име и парола.</string>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
<resources>
    <!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_alert_title">%1$s পাতায় বলা হয়েছে:</string>
    <!-- Text for the message of an auth dialog displayed by a web page.
    %1$s will be replaced by the realm, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_message">%2$s আপনার ব্যবহারকারী নাম এবং পাসওয়ার্ডের জন্য অনুরোধ করছে। সাইটটি বলছে: “%1$s”</string>
    <!-- Text for the message of an auth dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s আপনার ব্যবহারকারী নাম এবং পাসওয়ার্ড অনুরোধ করছে।</string>
</resources>
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_alert_title">La paĝo ĉe %1$s diras:</string>
    <!-- Text for the message of an auth dialog displayed by a web page.
    %1$s will be replaced by the realm, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_message">%2$s petas vian nomon de uzanto kaj pasvorton. La retejo diras &quot;%1$s&quot;</string>
    <!-- Text for the message of an auth dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s petas vian nomon de uzanto kaj pasvorton.</string>
</resources>
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_alert_title">La página en %1$s dice:</string>
    <!-- Text for the message of an auth dialog displayed by a web page.
    %1$s will be replaced by the realm, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_message">%2$s está solicitando tu nombre de usuario y contraseña. El sitio dice: “%1$s”</string>
    <!-- Text for the message of an auth dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s está solicitando tu nombre de usuario y contraseña.</string>
</resources>
+10 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Text for the title of an alert dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_alert_title">%1$s հասցեից էջը հաղորդում է`</string>
    <!-- Text for the message of an auth dialog displayed by a web page.
    %1$s will be replaced by the realm, %2$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_message">%2$s-ը պահանջում է օգտագործողի անուն և գաղտնաբառ: Կայքը հաղորդում է` &quot;%1$s&quot;</string>
    <!-- Text for the message of an auth dialog displayed by a web page. %1$s will be replaced with the URL of the current page (displaying the dialog). -->
    <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s-ը հարցնում է օգտվողի ձեր անունը և գաղտնաբառը</string>
</resources>
Loading