summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/settings/res/values/strings.xml
blob: 12cb83bf71872bc2c9f37de1349aaeb1d97d4581 (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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

  <!-- Title of the "Voicemail" settings screen, with a text label identifying which SIM the settings are for. -->
  <string name="voicemail_settings_with_label">Voicemail (<xliff:g example="Mock Carrier" id="subscriptionlabel">%s</xliff:g>)</string>

  <!-- Call settings screen, setting option name -->
  <string name="voicemail_settings_title">Voicemail</string>

  <!-- DO NOT TRANSLATE. Internal key for a voicemail notification preference. -->
  <string name="voicemail_notifications_key" translatable="false">voicemail_notification_key</string>

  <!-- Voicemail notifications title. The user clicks on this preference to select
         which sound to play and whether to vibrate when a voicemail notification is received.
         [CHAR LIMIT=30] -->
  <string name="voicemail_notifications_preference_title">Notifications</string>

  <!-- Internal key for a preference to change greeting -->
  <string name="voicemail_change_greeting_key" translatable="false">voicemail_change_greeting_key</string>

  <!-- Title for changing voicemail greeting activity [CHAR LIMIT=40] -->
  <string name="voicemail_change_greeting_preference_title">Voicemail greeting</string>

  <!-- Text shown on the record voicemail activity [CHAR LIMIT=20] -->
  <string name="change_greeting_text">Tap to Record</string>

  <!-- Text shown on save button in record voicemail activity [CHAR LIMIT=10] -->
  <string name="save_button_text">Save</string>

  <!-- Text shown on redo button in record voicemail activity [CHAR LIMIT=10] -->
  <string name="redo_button_text">Try Again</string>

  <string name="voicemail_advanced_settings_key" translatable="false">voicemail_advanced_settings_key</string>

  <!-- Title for advanced settings in the voicemail settings -->
  <string name="voicemail_advanced_settings_title">Advanced Settings</string>

  <!-- DO NOT TRANSLATE. Internal key for a visual voicemail preference. -->
  <string name="voicemail_visual_voicemail_key" translatable="false">voicemail_visual_voicemail_key</string>

  <!-- DO NOT TRANSLATE. Internal key for a visual voicemail archive preference. -->
  <string name="voicemail_visual_voicemail_archive_key" translatable="false">archive_is_enabled</string>

  <!-- DO NOT TRANSLATE. Internal key for a voicemail change pin preference. -->
  <string name="voicemail_change_pin_key" translatable="false">voicemail_change_pin_key</string>

  <!-- Visual voicemail on/off title [CHAR LIMIT=40] -->
  <string name="voicemail_visual_voicemail_switch_title">Visual voicemail</string>

  <!-- Visual voicemail archive on/off title [CHAR LIMIT=40] -->
  <string name="voicemail_visual_voicemail_auto_archive_switch_title">Extra backup and storage</string>

  <!-- Voicemail change PIN dialog title [CHAR LIMIT=40] -->
  <string name="voicemail_set_pin_preference_title">Set PIN</string>
  <!-- Voicemail change PIN dialog title [CHAR LIMIT=40] -->
  <string name="voicemail_change_pin_preference_title">Change PIN</string>

  <string name="voicemail_change_pin_preference_summary_disable">Visual voicemail must be enabled to change PIN</string>
  <string name="voicemail_change_pin_preference_summary_not_activated">Visual voicemail is not activated yet, please try again later</string>

  <!-- Hint for the old PIN field in the change vociemail PIN dialog -->
  <string name="vm_change_pin_old_pin">Old PIN</string>
  <!-- Hint for the new PIN field in the change vociemail PIN dialog -->
  <string name="vm_change_pin_new_pin">New PIN</string>

  <!-- Message on the dialog when PIN changing is in progress -->
  <string name="vm_change_pin_progress_message">Please wait.</string>
  <!-- Error message for the voicemail PIN change if the PIN is too short -->
  <string name="vm_change_pin_error_too_short">The new PIN is too short.</string>
  <!-- Error message for the voicemail PIN change if the PIN is too long -->
  <string name="vm_change_pin_error_too_long">The new PIN is too long.</string>
  <!-- Error message for the voicemail PIN change if the PIN is too weak -->
  <string name="vm_change_pin_error_too_weak">The new PIN is too weak. A strong password should not have continuous sequence or repeated digits.</string>
  <!-- Error message for the voicemail PIN change if the old PIN entered doesn't match  -->
  <string name="vm_change_pin_error_mismatch">The old PIN does not match.</string>
  <!-- Error message for the voicemail PIN change if the new PIN contains invalid character -->
  <string name="vm_change_pin_error_invalid">The new PIN contains invalid characters.</string>
  <!-- Error message for the voicemail PIN change if operation has failed -->
  <string name="vm_change_pin_error_system_error">Unable to change PIN</string>

  <!-- The title for the change voicemail PIN activity -->
  <string name="change_pin_title">Change Voicemail PIN</string>
  <!-- The label for the continue button in change voicemail PIN activity -->
  <string name="change_pin_continue_label">Continue</string>
  <!-- The label for the cancel button in change voicemail PIN activity -->
  <string name="change_pin_cancel_label">Cancel</string>
  <!-- The label for the ok button in change voicemail PIN activity -->
  <string name="change_pin_ok_label">Ok</string>
  <!-- The title for the enter old pin step in change voicemail PIN activity -->
  <string name="change_pin_enter_old_pin_header">Confirm your old PIN</string>
  <!-- The hint for the enter old pin step in change voicemail PIN activity -->
  <string name="change_pin_enter_old_pin_hint">Enter your voicemail PIN to continue.</string>
  <!-- The title for the enter new pin step in change voicemail PIN activity -->
  <string name="change_pin_enter_new_pin_header">Set a new PIN</string>
  <!-- The hint for the enter new pin step in change voicemail PIN activity -->
  <string name="change_pin_enter_new_pin_hint">PIN must be <xliff:g example="4" id="min">%1$d</xliff:g>-<xliff:g example="7" id="max">%2$d</xliff:g> digits.</string>
  <!-- The title for the confirm new pin step in change voicemail PIN activity -->
  <string name="change_pin_confirm_pin_header">Confirm your PIN</string>
  <!-- The error message for th confirm new pin step in change voicemail PIN activity, if the pin doen't match the one previously entered -->
  <string name="change_pin_confirm_pins_dont_match">PINs don\'t match</string>
  <!-- The toast to show after the voicemail PIN has been successfully changed -->
  <string name="change_pin_succeeded">Voicemail PIN updated</string>
  <!-- The error message to show if the server reported an error while attempting to change the voicemail PIN -->
  <string name="change_pin_system_error">Unable to set PIN</string>

  <string name="voicemail_visual_voicemail_transcription_key" translatable="false">transcribe_voicemails</string>
  <string name="voicemail_visual_voicemail_donation_key" translatable="false">donate_voicemails</string>

  <!-- Title for visual voicemail setting that enables users voicemails to be transcribed by Google.
       [CHAR LIMIT=40] -->
  <string name="voicemail_visual_voicemail_transcription_switch_title">
    Voicemail transcription
  </string>
  <!-- Title for visual voicemail setting that enables user to donate their voicemails for analysis.
       [CHAR LIMIT=40] -->
  <string name="voicemail_visual_voicemail_donation_switch_title">
    Voicemail transcription analysis
  </string>
  <!-- Summary information while visual voicemail is activating after turning it on [CHAR LIMIT=NONE] -->
  <string name="voicemail_activating_summary_info">Activating voicemail</string>

  <!-- Summary information for visual voicemail transcription setting [CHAR LIMIT=NONE] -->
  <string name="voicemail_transcription_preference_summary_info">Get transcripts of your voicemail using Google\'s transcription service. <xliff:g example="Learn more">%1$s</xliff:g></string>
  <!-- Summary information for visual voicemail donation setting [CHAR LIMIT=NONE] -->
  <string name="voicemail_donate_preference_summary_info">Let Google review your voicemail messages to improve transcription accuracy. Your voicemail messages are stored anonymously. <xliff:g example="Learn more">%1$s</xliff:g></string>

  <!-- Title for disable visual voicemail confirmation dialog [CHAR LIMIT=40] -->
  <string name="confirm_disable_voicemail_dialog_title">Turn off visual voicemail</string>
  <!-- Message explaining the implictions of disabling visual voicemail [CHAR LIMIT=NONE] -->
  <string name="confirm_disable_voicemail_dialog_message">This will delete any voicemail and Google transcripts stored within this app. Your carrier may keep its own copies.</string>
  <!-- The label for the confirm-disable-voicemail button [CHAR LIMIT=16] -->
  <string name="confirm_disable_voicemail_accept_dialog_label">TURN OFF</string>

  <string name="transcription_learn_more_url" translatable="false">https://support.google.com/phoneapp/answer/2811844?hl=en%26ref_topic=7539039</string>
  <string name="donation_learn_more_url" translatable="false">https://support.google.com/phoneapp/answer/2811844#voicemail_transcript</string>

</resources>