summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/video/impl/res/values-zh-rHK
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-16 19:22:24 -0700
committerEric Erfanian <erfanian@google.com>2017-03-17 19:21:59 +0000
commit9a090c89e7a0c43a668bd6e2ac5e5e680f323aed (patch)
tree2f55365aaf87df9ba7c1fe0be56a7d0988eadf30 /java/com/android/incallui/video/impl/res/values-zh-rHK
parent2df4538eb90b896be15eebc1d9adf1206131c8a3 (diff)
Update AOSP Dialer source from internal google3 repository at cl/150392808
Test: Treehugger Notable this release: * Reintroduce localization. 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 3/15/2017 to cl/150392808 (3/16/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. Change-Id: Ia16d68469c2ca1ff42c7fa31d922bdb78c4e244a
Diffstat (limited to 'java/com/android/incallui/video/impl/res/values-zh-rHK')
-rw-r--r--java/com/android/incallui/video/impl/res/values-zh-rHK/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/com/android/incallui/video/impl/res/values-zh-rHK/strings.xml b/java/com/android/incallui/video/impl/res/values-zh-rHK/strings.xml
new file mode 100644
index 000000000..5590c8c38
--- /dev/null
+++ b/java/com/android/incallui/video/impl/res/values-zh-rHK/strings.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="videocall_remote_video_off" msgid="2959680546745902547">"他們已關閉視像功能"</string>
+ <string name="videocall_remote_video_on" msgid="6011817851703181639">"另一方已開啟視像功能"</string>
+ <string name="videocall_remotely_held" msgid="1295702896355732947">"通話目前保留"</string>
+ <string name="videocall_remotely_resumed" msgid="3331784411244773788">"通話繼續"</string>
+ <string name="camera_permission_dialog_title" msgid="4901760354830982117">"允許視像?"</string>
+ <string name="camera_permission_dialog_message" msgid="2677490854794162699">"手機應用程式希望使用您的相機進行視像通話。"</string>
+ <string name="camera_permission_dialog_positive_button" msgid="9075818030671161374">"允許"</string>
+ <string name="camera_permission_dialog_negative_button" msgid="7538535842403837541">"拒絕"</string>
+</resources>