From 9050823ccf6f512e06ad65c8a741cb17cbc4a833 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Fri, 24 Mar 2017 09:31:16 -0700 Subject: Update AOSP Dialer source from internal google3 repository at cl/151128062 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/150756069 (3/21/2017) to cl/151128062 (3/24/2017). Notable this release: - Explicitly enumerate host and target dependencies. - Update proguard flag references. 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. Bug: 33210202 36511925 Addresses 33210202 - Proguard support 36511925 - Compiler warnings when building against platform sdk Change-Id: I448ec3b3f2358886859cf7a4ef76a8fcef3244ae --- java/com/android/incallui/answer/impl/res/values-ja/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'java/com/android/incallui/answer/impl/res/values-ja') diff --git a/java/com/android/incallui/answer/impl/res/values-ja/strings.xml b/java/com/android/incallui/answer/impl/res/values-ja/strings.xml index d4e971b0c..7e573071d 100644 --- a/java/com/android/incallui/answer/impl/res/values-ja/strings.xml +++ b/java/com/android/incallui/answer/impl/res/values-ja/strings.xml @@ -3,6 +3,9 @@ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> "アイコンをスワイプして着信を拒否し、メッセージを送信" "アイコンをスワイプして音声通話として応答" + "上にスワイプして通話に応答し、進行中の通話を保留" + "上にスワイプして通話に応答し、保留中の通話を終了" + "アイコンをスワイプして着信中の通話に応答し、進行中の通話を終了" "カスタム返信を作成…" "ハンドセット" "スピーカーフォン" @@ -11,8 +14,10 @@ "送信" "この着信を拒否してメッセージを送信" "音声通話として応答" + "着信中の通話に応答し、進行中の通話を終了" "拒否してメッセージを送信" "音声通話として応答" + "着信中の通話に応答し、進行中の通話を終了" "ビデオ: OFF" "応答するには 2 本の指で上にスワイプ、拒否するには 2 本の指で下にスワイプします。" "重要な通話" -- cgit v1.2.3