1 <!-- 2 ~ Copyright (C) 2012 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License 15 --> 16 17 <resources> 18 19 <!-- Voicemail status message shown at the top of call log to notify the user that no new 20 voicemails are currently available. This can happen when both notification as well as data 21 connection to the voicemail server is lost. [CHAR LIMIT=64] --> 22 <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string> 23 <!-- Voicemail status message shown at the top of call log to notify the user that there is no 24 data connection to the voicemail server, but there are new voicemails waiting on the server. 25 [CHAR LIMIT=64] --> 26 <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string> 27 <!-- Voicemail status message shown at the top of call log to invite the user to configure 28 visual voicemail. [CHAR LIMIT=64] --> 29 <string name="voicemail_status_configure_voicemail">Set up your voicemail</string> 30 <!-- Voicemail status message shown at the top of call details screen to notify the user that 31 the audio of this voicemail is not available. [CHAR LIMIT=64] --> 32 <string name="voicemail_status_audio_not_available">Audio not available</string> 33 34 <!-- User action prompt shown next to a voicemail status message to let the user configure 35 visual voicemail. [CHAR LIMIT=20] --> 36 <string name="voicemail_status_action_configure">Set up</string> 37 <!-- User action prompt shown next to a voicemail status message to let the user call voicemail 38 server directly to listen to the voicemails. [CHAR LIMIT=20] --> 39 <string name="voicemail_status_action_call_server">Call voicemail</string> 40 41 </resources> 42