summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/values/strings.xml
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-06-19 12:40:59 -0700
committerEric Erfanian <erfanian@google.com>2017-06-19 20:00:08 +0000
commitea7890cd5e829ed3f0b5f726561c569690af2030 (patch)
tree235ab5ab9f9215782c29ef350d275fe12e7b2f74 /java/com/android/incallui/res/values/strings.xml
parent91ce7d2a476bd04fe525049a37a2f8b2824e9724 (diff)
Update AOSP Dialer source from internal google3 repository at
cl/159428781. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/158012278 (6/05/2017) to cl/159428781 (6/19/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Merged-In: Ie60a84b3936efd0ea3d95d7c86bf96d2b1663030 Change-Id: If1fa394df2609f0d38b4f794c83f4db3f1006484
Diffstat (limited to 'java/com/android/incallui/res/values/strings.xml')
-rw-r--r--java/com/android/incallui/res/values/strings.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/java/com/android/incallui/res/values/strings.xml b/java/com/android/incallui/res/values/strings.xml
index aede4289b..4113313df 100644
--- a/java/com/android/incallui/res/values/strings.xml
+++ b/java/com/android/incallui/res/values/strings.xml
@@ -78,10 +78,10 @@
<string name="notification_ongoing_work_call">Ongoing work call</string>
<!-- The "label" of the in-call Notification for an ongoing call, which is being made over
Wi-Fi. [CHAR LIMIT=60] -->
- <string name="notification_ongoing_call_wifi">Ongoing Wi-Fi call</string>
+ <string name="notification_ongoing_call_wifi">Ongoing Wi\u2011Fi call</string>
<!-- The "label" of the in-call Notification for an ongoing work call, which is being made
over Wi-Fi. [CHAR LIMIT=60] -->
- <string name="notification_ongoing_work_call_wifi">Ongoing Wi-Fi work call</string>
+ <string name="notification_ongoing_work_call_wifi">Ongoing Wi\u2011Fi work call</string>
<!-- The "label" of the in-call Notification for a call that's on hold -->
<string name="notification_on_hold">On hold</string>
<!-- The "label" of the in-call Notification for an incoming ringing call. [CHAR LIMIT=60] -->
@@ -126,10 +126,10 @@
<string name="notification_incoming_work_call">Incoming work call</string>
<!-- The "label" of the in-call Notification for an incoming ringing call,
which is being made over Wi-Fi. [CHAR LIMIT=60] -->
- <string name="notification_incoming_call_wifi">Incoming Wi-Fi call</string>
+ <string name="notification_incoming_call_wifi">Incoming Wi\u2011Fi call</string>
<!-- The "label" of the in-call Notification for an incoming ringing work call,
which is being made over Wi-Fi. [CHAR LIMIT=60] -->
- <string name="notification_incoming_work_call_wifi">Incoming Wi-Fi work call</string>
+ <string name="notification_incoming_work_call_wifi">Incoming Wi\u2011Fi work call</string>
<!-- The "label" of the in-call Notification for an incoming ringing spam call. -->
<string name="notification_incoming_spam_call">Incoming suspected spam call</string>
<!-- The "label" of the in-call Notification for upgrading an existing call to a video call. -->
@@ -190,7 +190,7 @@
This string is currently unused (see comments in InCallActivity.java.) -->
<string name="incall_error_emergency_only">Not registered on network.</string>
<!-- In-call screen: call failure message displayed in an error dialog -->
- <string name="incall_error_out_of_service">Cellular network not available.</string>
+ <string name="incall_error_out_of_service">Mobile network not available.</string>
<!-- In-call screen: call failure message displayed in an error dialog -->
<string name="incall_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
<!-- In-call screen: call failure message displayed in an error dialog -->
@@ -349,11 +349,11 @@
<string name="generic_conference_call_name">In call</string>
<!-- Displayed when handover from WiFi to Lte occurs during a video call -->
- <string name="video_call_wifi_to_lte_handover_toast">Continuing call using cellular data…</string>
+ <string name="video_call_wifi_to_lte_handover_toast">Continuing call using mobile data\u2026</string>
<!-- Displayed when WiFi handover from LTE fails during a video call. -->
- <string name="video_call_lte_to_wifi_failed_title">Couldn\'t switch to Wi-Fi network</string>
- <string name="video_call_lte_to_wifi_failed_message">Video call will remain on cellular network. Standard
+ <string name="video_call_lte_to_wifi_failed_title">Couldn\'t switch to Wi\u2011Fi network</string>
+ <string name="video_call_lte_to_wifi_failed_message">Video call will remain on the mobile network. Standard
data charges may apply.
</string>
<string name="video_call_lte_to_wifi_failed_do_not_show">Do not show this again</string>