summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/pwa/src/main/res/values-in/strings.xml
blob: 803706cbf5c00a9c0378160245d2dc80a70a1037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Default shortcut label used if website has no title -->
    <string name="mozac_feature_pwa_default_shortcut_label">Situs web</string>

    <!-- Name of the "notification channel" used for displaying site controls notification. See https://developer.android.com/training/notify-user/channels -->
    <string name="mozac_feature_pwa_site_controls_notification_channel">Kendali situs layar penuh</string>
    <!-- Text shown on the second row of the site controls notification. -->
    <string name="mozac_feature_pwa_site_controls_notification_text">Ketuk untuk menyalin URL untuk apl ini</string>
    <!-- Refresh button in site controls notification. -->
    <string name="mozac_feature_pwa_site_controls_refresh">Segarkan</string>
    <!-- Toast displayed when the website URL is copied. -->
    <string name="mozac_feature_pwa_copy_success">URL tersalin.</string>
</resources>