strings.xml (1284B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <!-- 4 This Source Code Form is subject to the terms of the Mozilla Public 5 License, v. 2.0. If a copy of the MPL was not distributed with this 6 file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources> 10 <!-- 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). --> 11 <string name="mozac_browser_engine_system_alert_title">%1$s էջը հաղորդում է`</string> 12 <!-- 13 Text for the message of an auth dialog displayed by a web page. 14 %1$s will be replaced by the hostname or a description of the protected area/site, %2$s will be replaced with the URL of the current page (displaying the dialog). 15 --> 16 <string name="mozac_browser_engine_system_auth_message">%2$s-ը պահանջում է օգտվողի անուն և գաղտնաբառ: Կայքը հաղորդում է` \"%1$s\"</string> 17 <!-- 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). --> 18 <string name="mozac_browser_engine_system_auth_no_realm_message">%1$s-ը հարցնում է օգտվողի Ձեր անունը և գաղտնաբառը</string> 19 </resources>