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 giving an add-on access to users's data on one site. %1$s will be replaced by the DNS host name for which a web extension is requesting access (e.g., www.mozilla.org). -->
<string name="mozac_feature_addons_permissions_one_site_description">ចូលប្រើទិន្នន័យរបស់អ្នកសម្រាប់ %1$s</string>
<!--
When an add-on requires access to more than 4 sites, for example the add-on requires access for 5 sites. We will show the first 4 sites in individual entries, as in mozac_feature_addons_permissions_one_site_description,
then we will show another collapsed entry saying "Access your data on another site".
-->
<string name="mozac_feature_addons_permissions_one_extra_site_description_2">ចូលប្រើទិន្នន័យរបស់អ្នកនៅលើគេហទំព័រផ្សេងទៀត</string>
<!--
When an add-on requires access to more than 4 sites, for example the add-on requires access for 6 sites. We will show the first 4 sites in individual entries, as in mozac_feature_addons_permissions_one_site_description,
then we will show another collapsed entry saying "Access your data on other sites".
-->
<string name="mozac_feature_addons_permissions_extra_sites_description_2">ចូលប្រើទិន្នន័យរបស់អ្នកនៅលើគេហទំព័រផ្សេងទៀត</string>
<!-- 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 the "history" WebExtensions API permission. -->
<string name="mozac_feature_addons_permissions_history_description">ចូលប្រើប្រាស់ប្រវត្តិរុករក</string>
<!-- Description for text button that expands the list of domain permissions -->
<string name="mozac_feature_addons_permissions_show_all_sites">បង្ហាញគេហទំព័រទាំងអស់</string>
<!-- Description for text button that hides the majority of the list of domain permissions -->
<string name="mozac_feature_addons_permissions_show_fewer_sites">បង្ហាញគេហទំព័រតិចជាង</string>
<!-- Short description for the bookmarksInfo data collection permission -->
<string name="mozac_feature_addons_permissions_data_collection_bookmarksInfo_short_description">ចំណាំ</string>
<!-- Short description for the browsingActivity data collection permission -->
<string name="mozac_feature_addons_permissions_data_collection_browsingActivity_short_description">សកម្មភាពរុករក</string>
<!-- Short description for the locationInfo data collection permission -->
<string name="mozac_feature_addons_permissions_data_collection_locationInfo_short_description">ទីតាំង</string>
<!-- The version on of add-on. -->
<string name="mozac_feature_addons_version">កំណែ</string>
<!-- The author of an add-on. -->
<string name="mozac_feature_addons_author">អ្នកនិពន្ធ</string>
<!-- The last date that the add-on was updated. -->
<string name="mozac_feature_addons_last_updated">បានធ្វើបច្ចុប្បន្នភាពចុងក្រោយ</string>
<!-- The developer website (Homepage) of the add-on. -->
<string name="mozac_feature_addons_home_page">ទំព័រដើម</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>
<!-- This is a button to remove (i.e. uninstall) an add-on. -->
<string name="mozac_feature_addons_remove">យកចេញ</string>
<!-- This is a button to report an add-on. -->
<string name="mozac_feature_addons_report">រាយការណ៍</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>
<!-- Text link to learn more about permission requests on the add-on permissions dialog . -->
<string name="mozac_feature_addons_permissions_dialog_learn_more">ស្វែងយល់បន្ថែម</string>
<!-- This is a button to cancel the add-on installation . -->
<string name="mozac_feature_addons_permissions_dialog_cancel">បោះបង់</string>
<!-- Accessibility content description to install add-on button. %1$s is the add-on name. -->
<string name="mozac_feature_addons_install_addon_content_description_2">ដំឡើង %1$s</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>
<!-- The label of the cancel button on a notification, this will be shown to the user when an add-on needs new permissions. Indicates the user denies the new permissions and prevents the add-on from be updated -->
<string name="mozac_feature_addons_updater_notification_cancel_button">បោះបង់</string>
</resources>