Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="utf-8"?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
-->
<resources>
<!-- Description for the "privacy" WebExtensions API permission. -->
<string name="mozac_feature_addons_permissions_privacy_description">د محرمیت ترتیبات ولولئ او بدل کړئ</string>
<!-- Description for the "<all_urls>" WebExtensions API permission. -->
<string name="mozac_feature_addons_permissions_all_urls_description">د ټولو وېب پاڼو لپاره خپلو معلوماتو ته لاسرسی</string>
<!-- Description for the "geolocation" WebExtensions API permission. -->
<string name="mozac_feature_addons_permissions_geolocation_description">ستاسو موقعیت ته لاسرسی</string>
<!-- Description for text button that expands the list of domain permissions -->
<string name="mozac_feature_addons_permissions_show_all_sites">ټول سایټونه وښایاست</string>
<!-- Short description for the locationInfo data collection permission -->
<string name="mozac_feature_addons_permissions_data_collection_locationInfo_short_description">ځای</string>
<!-- The author of an add-on. -->
<string name="mozac_feature_addons_author">لیکوال</string>
<!-- The developer website (Homepage) of the add-on. -->
<string name="mozac_feature_addons_home_page">کور پاڼه</string>
<!-- The rating of the add-on. -->
<string name="mozac_feature_addons_rating">ارزونه</string>
<!-- The settings of the add-on. -->
<string name="mozac_feature_addons_settings">امستنې</string>
<!-- Indicates the add-on is enabled. -->
<string name="mozac_feature_addons_settings_on">فعال</string>
<!-- 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. -->
<string name="mozac_feature_addons_installed_section">نصب شوی</string>
<!-- Displays a page with all the details of an add-on. -->
<string name="mozac_feature_addons_details">جزیات</string>
<!-- This is a button to add (install) an add-on . -->
<string name="mozac_feature_addons_permissions_dialog_add">اضافه کول</string>
<!-- This is a button to allow the optional permissions requested by an add-on . -->
<string name="mozac_feature_addons_permissions_dialog_allow">اجازه ورکول</string>
<!-- This is a button to deny the optional permissions requested by an add-on . -->
<string name="mozac_feature_addons_permissions_dialog_deny">ردول</string>
<!-- This is a button to cancel the add-on installation . -->
<string name="mozac_feature_addons_permissions_dialog_cancel">لغوه کول</string>
<!-- This is the label of a button to cancel an ongoing add-on installation. -->
<string name="mozac_feature_addons_install_addon_dialog_cancel">لغوه کول</string>
</resources>