aboutsummaryrefslogtreecommitdiffstats
path: root/play-services-base/res/values/common_strings.xml
blob: 24558ac627c6c2b230be367d49ba39228a700750 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!--  Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42] -->
    <string name="common_google_play_services_notification_ticker">Google Play services error</string>
    <!--  Title for notification shown when GooglePlayServices needs to be installed
        for an application to work. [CHAR LIMIT=70] -->
    <string name="common_google_play_services_notification_needs_installation_title">An application requires installation of Google Play services.</string>
    <!--  Title for notification shown when GooglePlayServices needs to be updated for an
        application to work. [CHAR LIMIT=70] -->
    <string name="common_google_play_services_notification_needs_update_title">An application requires an update for Google Play services.</string>
    <!--  Text for notification shown when the Android Wear apps needs to be updated. Only shown on the wearable. [CHAR LIMIT=NONE] -->
    <string name="common_android_wear_notification_needs_update_text">An application requires an update to the Android Wear app.</string>
    <!--  Title for notification shown when GooglePlayServices needs to be enabled for an
        application to work. [CHAR LIMIT=70] -->
    <string name="common_google_play_services_needs_enabling_title">An application requires Google Play services to be enabled.</string>

    <!--  Requested by string saying which app requested the notification. [CHAR LIMIT=42] -->
    <string name="common_google_play_services_error_notification_requested_by_msg">Requested by <xliff:g id="app_name">%1$s</xliff:g></string>

    <!-- Title of confirmation dialog informing user that they need to install
        Google Play services (from Play Store) [CHAR LIMIT=40] -->
    <string name="common_google_play_services_install_title" msgid="7215213145546190223">Get Google Play services</string>

    <!-- (For phones) Message in confirmation dialog informing user that
        they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_install_text_phone" msgid="2122112764540849864">This app won\'t run without Google Play services, which are missing from your phone.</string>

    <!-- (For tablets) Message in confirmation dialog informing user that
        they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_install_text_tablet" msgid="7351599665250191022">This app won\'t run without Google Play services, which are missing from your tablet.</string>

    <!-- Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40] -->
    <string name="common_google_play_services_install_button" msgid="7153882981874058840">Get Google Play services</string>

    <!-- Title of confirmation dialog informing user they need to enable
        Google Play services in application settings [CHAR LIMIT=40] -->
    <string name="common_google_play_services_enable_title" msgid="5122002158466380389">Enable Google Play services</string>

    <!-- Message in confirmation dialog informing user they need to enable
        Google Play services in application settings [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_enable_text" msgid="227660514972886228">This app won\'t work unless you enable Google Play services.</string>

    <!-- Button in confirmation dialog to enable Google Play services.  Clicking it
        will direct user to application settings of Google Play services where they
        can enable it [CHAR LIMIT=40] -->
    <string name="common_google_play_services_enable_button" msgid="2523291102206661146">Enable Google Play services</string>

    <!-- Title of confirmation dialog informing user that they need to update
        Google Play services (from Play Store) [CHAR LIMIT=40] -->
    <string name="common_google_play_services_update_title" msgid="6006316683626838685">Update Google Play services</string>
    
    <!-- Title of confirmation dialog informing user that they need to update
        the Android Wear app (from Play Store) [CHAR LIMIT=40] -->
    <string name="common_android_wear_update_title" msgid="6006316683626838685">Update Android Wear</string>

    <!-- Message in confirmation dialog informing user that they need to update
        Google Play services (from Play Store) [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_update_text" msgid="9053896323427875356">This app won\'t run unless you update Google Play services.</string>

    <!-- Message in confirmation dialog informing user that they need to update
        the Android Wear app [CHAR LIMIT=NONE] -->
    <string name="common_android_wear_update_text">This app won\'t run unless you update the Android Wear app.</string>

    <!-- Title of confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=40] -->
    <string name="common_google_play_services_network_error_title">Network Error</string>

    <!-- Message in confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_network_error_text">A data connection is required to connect to Google Play services.</string>

    <!-- Title of confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=40] -->
    <string name="common_google_play_services_invalid_account_title">Invalid Account</string>

    <!-- Message in confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_invalid_account_text">The specified account does not exist on this device. Please choose a different account.</string>

    <!-- Message in confirmation dialog informing user there is an unknown issue in Google Play
        services [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_unknown_issue">Unknown issue with Google Play services.</string>

    <!-- Title of confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=40] -->
    <string name="common_google_play_services_unsupported_title">Google Play services</string>

    <!-- Message in confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=NONE] -->
    <string name="common_google_play_services_unsupported_text">Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance.</string>

    <!-- Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40] -->
    <string name="common_google_play_services_update_button" msgid="6556509956452265614">Update</string>

    <!-- Sign-in button text [CHAR LIMIT=15] -->
    <string name="common_signin_button_text">Sign in</string>

    <!-- Long form sign-in button text [CHAR LIMIT=30] -->
    <string name="common_signin_button_text_long">Sign in with Google</string>

    <!-- Label for an action to open a notifications content on the phone [CHAR LIMIT=25] -->
    <string name="common_open_on_phone">Open on phone</string>

</resources>