strings.xml (2997B)
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 <!-- Short description for the locationInfo data collection permission --> 11 <string name="mozac_feature_addons_permissions_data_collection_locationInfo_short_description">lokasyon</string> 12 <!-- The version on of add-on. --> 13 <string name="mozac_feature_addons_version">Bersyon</string> 14 <!-- The author of an add-on. --> 15 <string name="mozac_feature_addons_author">Tagsulat</string> 16 <!-- The developer website (Homepage) of the add-on. --> 17 <string name="mozac_feature_addons_home_page">Homepage</string> 18 <!-- The rating of the add-on. --> 19 <string name="mozac_feature_addons_rating">Grado</string> 20 <!-- The settings of the add-on. --> 21 <string name="mozac_feature_addons_settings">Mga setting</string> 22 <!-- Indicates the add-on is enabled. --> 23 <string name="mozac_feature_addons_settings_on">On</string> 24 <!-- This is displayed in a page where the user can see the installed and recommended(not installed yet) add-ons, this string indicates the recommended section. --> 25 <string name="mozac_feature_addons_recommended_section">Ginarekomendar</string> 26 <!-- Displays a page with all the details of an add-on. --> 27 <string name="mozac_feature_addons_details">Detalyado</string> 28 <!-- This is a button to remove (i.e. uninstall) an add-on. --> 29 <string name="mozac_feature_addons_remove">Ginkuha</string> 30 <!-- This is a button to report an add-on. --> 31 <string name="mozac_feature_addons_report">Ibalita</string> 32 <!-- This is a button to add (install) an add-on . --> 33 <string name="mozac_feature_addons_permissions_dialog_add">Idugang</string> 34 <!-- This is a button to cancel the add-on installation . --> 35 <string name="mozac_feature_addons_permissions_dialog_cancel">Kanselahon</string> 36 <!-- This is the label of a button to cancel an ongoing add-on installation. --> 37 <string name="mozac_feature_addons_install_addon_dialog_cancel">Kanselahon</string> 38 <!-- The content of the notification, this will be shown to the user when one newly supported add-on is available. %1$s is the add-on name and %2$s is the app name (in most cases Firefox). --> 39 <string name="mozac_feature_addons_supported_checker_notification_content_one">Dugang %1$s sa %2$s</string> 40 <!-- The content of the notification, this will be shown to the user when two newly supported add-ons are available. %1$s is the first add-on name. %2$s is the second add-on name. %3$s is the app name (in most cases Firefox). --> 41 <string name="mozac_feature_addons_supported_checker_notification_content_two">Dugang %1$s kag %2$s sa %3$s</string> 42 <!-- Text link to a sumo page for learning more about unsupported add-ons. --> 43 <string name="mozac_feature_addons_unsupported_learn_more">Magtuon sang madamo pa</string> 44 </resources>