strings.xml (3056B)
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 file, 6 You can obtain one at http://mozilla.org/MPL/2.0/. 7 --> 8 9 <resources> 10 <!-- Description for the "privacy" WebExtensions API permission. --> 11 <string name="mozac_feature_addons_permissions_privacy_description">د محرمیت ترتیبات ولولئ او بدل کړئ</string> 12 <!-- Description for the "<all_urls>" WebExtensions API permission. --> 13 <string name="mozac_feature_addons_permissions_all_urls_description">د ټولو وېب پاڼو لپاره خپلو معلوماتو ته لاسرسی</string> 14 <!-- Description for the "geolocation" WebExtensions API permission. --> 15 <string name="mozac_feature_addons_permissions_geolocation_description">ستاسو موقعیت ته لاسرسی</string> 16 <!-- Description for text button that expands the list of domain permissions --> 17 <string name="mozac_feature_addons_permissions_show_all_sites">ټول سایټونه وښایاست</string> 18 <!-- Short description for the locationInfo data collection permission --> 19 <string name="mozac_feature_addons_permissions_data_collection_locationInfo_short_description">ځای</string> 20 <!-- The author of an add-on. --> 21 <string name="mozac_feature_addons_author">لیکوال</string> 22 <!-- The developer website (Homepage) of the add-on. --> 23 <string name="mozac_feature_addons_home_page">کور پاڼه</string> 24 <!-- The rating of the add-on. --> 25 <string name="mozac_feature_addons_rating">ارزونه</string> 26 <!-- The settings of the add-on. --> 27 <string name="mozac_feature_addons_settings">امستنې</string> 28 <!-- Indicates the add-on is enabled. --> 29 <string name="mozac_feature_addons_settings_on">فعال</string> 30 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the installed section. --> 31 <string name="mozac_feature_addons_installed_section">نصب شوی</string> 32 <!-- Displays a page with all the details of an add-on. --> 33 <string name="mozac_feature_addons_details">جزیات</string> 34 <!-- This is a button to add (install) an add-on . --> 35 <string name="mozac_feature_addons_permissions_dialog_add">اضافه کول</string> 36 <!-- This is a button to allow the optional permissions requested by an add-on . --> 37 <string name="mozac_feature_addons_permissions_dialog_allow">اجازه ورکول</string> 38 <!-- This is a button to deny the optional permissions requested by an add-on . --> 39 <string name="mozac_feature_addons_permissions_dialog_deny">ردول</string> 40 <!-- This is a button to cancel the add-on installation . --> 41 <string name="mozac_feature_addons_permissions_dialog_cancel">لغوه کول</string> 42 <!-- This is the label of a button to cancel an ongoing add-on installation. --> 43 <string name="mozac_feature_addons_install_addon_dialog_cancel">لغوه کول</string> 44 </resources>