summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/addons/src/main/res/values-hil/strings.xml
blob: 51e7bc99d717c08e0fec4499bd753312d2470b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://schemas.android.com/apk/res-auto">
    <!-- The version on of add-on. -->
    <string name="mozac_feature_addons_version">Bersyon</string>
    <!-- The authors of an add-on. -->
    <string name="mozac_feature_addons_authors">Manunulat</string>
    <!-- The developer website (Homepage) of the add-on. -->
    <string name="mozac_feature_addons_home_page">Homepage</string>
    <!-- The settings of the add-on. -->
    <string name="mozac_feature_addons_settings">Mga setting</string>
    <!-- Indicates the add-on is enabled. -->
    <string name="mozac_feature_addons_settings_on">On</string>
    <!-- Indicates the add-on is disabled. -->
    <string name="mozac_feature_addons_settings_off">Off</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 recommended section. -->
    <string name="mozac_feature_addons_recommended_section">Ginarekomendar</string>
    <!-- Displays a page with all the details of an add-on. -->
    <string name="mozac_feature_addons_details">Detalyado</string>
    <!-- This is button that remove (uninstall an add-on). -->
    <string name="mozac_feature_addons_remove">Ginkuha</string>
    <!-- This is the title of a dialog that asks the users if they to install or not an add-on. %1$s is the add-on name. -->
    <string name="mozac_feature_addons_permissions_dialog_title">Dagdagan %1$s?</string>
    <!-- This is a button to add (install) an add-on . -->
    <string name="mozac_feature_addons_permissions_dialog_add">Idugang</string>
    <!-- This is a button to cancel the add-on installation . -->
    <string name="mozac_feature_addons_permissions_dialog_cancel">Kanselahon</string>
    <!-- This is the label of a button to cancel an ongoing add-on installation. -->
    <string name="mozac_feature_addons_install_addon_dialog_cancel">Kanselahon</string>
    <!-- Accessibility content description for the amount of stars that add-on has, where %1$.02f will be the amount of stars and / separator and 5 the maximum number of stars e.g (2/5, 4.5/5 or 5/5)  . -->
    <string name="mozac_feature_addons_rating_content_description">%1$.02f/5</string>
    <!-- The label of the allow button, this will be shown to the user when an add-on needs new permissions, with the button the user will indicate that they want to accept the new permissions and update the add-on-->
    <string name="mozac_feature_addons_updater_notification_allow_button">Pahanugtan</string>
    <!-- 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). -->
    <string name="mozac_feature_addons_supported_checker_notification_content_one">Dugang %1$s sa %2$s</string>
    <!-- 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). -->
    <string name="mozac_feature_addons_supported_checker_notification_content_two">Dugang %1$s kag %2$s sa %3$s</string>
    <!-- Text link to a sumo page for learning more about unsupported add-ons. -->
    <string name="mozac_feature_addons_unsupported_learn_more">Magtuon sang madamo pa</string>
    </resources>