summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/calldetails
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/dialer/calldetails
parent2df4538eb90b896be15eebc1d9adf1206131c8a3 (diff)
downloadandroid_packages_apps_Dialer-9a090c89e7a0c43a668bd6e2ac5e5e680f323aed.tar.gz
android_packages_apps_Dialer-9a090c89e7a0c43a668bd6e2ac5e5e680f323aed.tar.bz2
android_packages_apps_Dialer-9a090c89e7a0c43a668bd6e2ac5e5e680f323aed.zip
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/dialer/calldetails')
-rw-r--r--java/com/android/dialer/calldetails/CallDetailsAdapter.java5
-rw-r--r--java/com/android/dialer/calldetails/res/drawable/multimedia_image_background.xml2
-rw-r--r--java/com/android/dialer/calldetails/res/layout/call_details_activity.xml33
-rw-r--r--java/com/android/dialer/calldetails/res/layout/contact_container.xml33
-rw-r--r--java/com/android/dialer/calldetails/res/layout/ec_data_container.xml34
-rw-r--r--java/com/android/dialer/calldetails/res/values-af/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-am/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ar/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-az/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-be/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-bg/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-bn/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-bs/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ca/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-cs/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-da/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-de/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-el/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-en-rAU/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-en-rGB/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-en-rIN/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-es-rUS/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-es/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-et/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-eu/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-fa/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-fi/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-fr-rCA/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-fr/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-gl/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-gu/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-hi/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-hr/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-hu/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-hy/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-in/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-is/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-it/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-iw/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ja/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ka/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-kk/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-km/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-kn/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ko/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ky/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-lo/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-lt/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-lv/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-mk/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ml/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-mn/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-mr/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ms/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-my/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-nb/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ne/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-nl/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-no/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-pa/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-pl/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-pt-rBR/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-pt-rPT/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-pt/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ro/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ru/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-si/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-sk/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-sl/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-sq/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-sr/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-sv/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-sw/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ta/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-te/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-th/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-tl/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-tr/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-uk/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-ur/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-uz/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-vi/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-zh-rCN/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-zh-rHK/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-zh-rTW/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values-zu/strings.xml28
-rw-r--r--java/com/android/dialer/calldetails/res/values/dimens.xml2
87 files changed, 2327 insertions, 50 deletions
diff --git a/java/com/android/dialer/calldetails/CallDetailsAdapter.java b/java/com/android/dialer/calldetails/CallDetailsAdapter.java
index 954583077..7471c9c1e 100644
--- a/java/com/android/dialer/calldetails/CallDetailsAdapter.java
+++ b/java/com/android/dialer/calldetails/CallDetailsAdapter.java
@@ -71,11 +71,12 @@ public class CallDetailsAdapter extends RecyclerView.Adapter<RecyclerView.ViewHo
((CallDetailsFooterViewHolder) holder).setPhoneNumber(contact.number);
} else {
CallDetailsEntryViewHolder viewHolder = (CallDetailsEntryViewHolder) holder;
+ CallDetailsEntry entry = callDetailsEntries[position - 1];
viewHolder.setCallDetails(
contact.number,
- callDetailsEntries[position - 1],
+ entry,
callTypeHelper,
- position != getItemCount() - 2);
+ entry.historyResults.length > 0 && position != getItemCount() - 2);
}
}
diff --git a/java/com/android/dialer/calldetails/res/drawable/multimedia_image_background.xml b/java/com/android/dialer/calldetails/res/drawable/multimedia_image_background.xml
index 421bdbfee..8182e247a 100644
--- a/java/com/android/dialer/calldetails/res/drawable/multimedia_image_background.xml
+++ b/java/com/android/dialer/calldetails/res/drawable/multimedia_image_background.xml
@@ -16,5 +16,5 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <corners android:radius="2dp"/>
+ <corners android:radius="8dp"/>
</shape>
diff --git a/java/com/android/dialer/calldetails/res/layout/call_details_activity.xml b/java/com/android/dialer/calldetails/res/layout/call_details_activity.xml
index 038a8745e..79f283705 100644
--- a/java/com/android/dialer/calldetails/res/layout/call_details_activity.xml
+++ b/java/com/android/dialer/calldetails/res/layout/call_details_activity.xml
@@ -14,24 +14,25 @@
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<Toolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="?attr/actionBarSize"
- android:background="@color/dialer_theme_color"
- android:elevation="4dp"
- android:titleTextAppearance="@style/toolbar_title_text"
- android:title="@string/call_details"
- android:navigationIcon="@drawable/quantum_ic_arrow_back_white_24"/>
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:background="@color/dialer_theme_color"
+ android:elevation="4dp"
+ android:titleTextAppearance="@style/toolbar_title_text"
+ android:title="@string/call_details"
+ android:navigationIcon="@drawable/quantum_ic_arrow_back_white_24"/>
<android.support.v7.widget.RecyclerView
- android:id="@+id/recycler_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/background_dialer_white"/>
+ android:id="@+id/recycler_view"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/background_dialer_white"/>
</LinearLayout> \ No newline at end of file
diff --git a/java/com/android/dialer/calldetails/res/layout/contact_container.xml b/java/com/android/dialer/calldetails/res/layout/contact_container.xml
index 95fe189b2..bcda55e11 100644
--- a/java/com/android/dialer/calldetails/res/layout/contact_container.xml
+++ b/java/com/android/dialer/calldetails/res/layout/contact_container.xml
@@ -18,6 +18,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/call_details_top_margin"
android:gravity="center_vertical"
android:padding="@dimen/contact_container_padding">
@@ -25,27 +26,31 @@
android:id="@+id/quick_contact_photo"
android:layout_width="@dimen/call_details_contact_photo_size"
android:layout_height="@dimen/call_details_contact_photo_size"
+ android:layout_marginTop="2dp"
android:focusable="true"/>
- <TextView
- android:id="@+id/contact_name"
+ <LinearLayout
+ android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/text_bottom_margin"
- android:layout_marginStart="@dimen/photo_text_margin"
android:layout_toEndOf="@+id/quick_contact_photo"
android:layout_toStartOf="@+id/call_back_button"
- style="@style/PrimaryText"/>
+ android:layout_centerVertical="true">
- <TextView
- android:id="@+id/phone_number"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/photo_text_margin"
- android:layout_toEndOf="@+id/quick_contact_photo"
- android:layout_toStartOf="@+id/call_back_button"
- android:layout_below="@+id/contact_name"
- style="@style/SecondaryText"/>
+ <TextView
+ android:id="@+id/contact_name"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="@dimen/photo_text_margin"
+ style="@style/PrimaryText"/>
+
+ <TextView
+ android:id="@+id/phone_number"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="@dimen/photo_text_margin"
+ style="@style/SecondaryText"/>
+ </LinearLayout>
<ImageView
android:id="@+id/call_back_button"
diff --git a/java/com/android/dialer/calldetails/res/layout/ec_data_container.xml b/java/com/android/dialer/calldetails/res/layout/ec_data_container.xml
index 5ad7912fa..85cc4ed62 100644
--- a/java/com/android/dialer/calldetails/res/layout/ec_data_container.xml
+++ b/java/com/android/dialer/calldetails/res/layout/ec_data_container.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/ec_container_height">
@@ -8,6 +9,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
+ android:layout_marginStart="1dp"
android:maxLines="2"
style="@style/SecondaryText"/>
@@ -22,21 +24,21 @@
android:outlineProvider="background"
android:visibility="gone">
- <ImageView
- android:id="@+id/multimedia_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:scaleType="centerCrop"/>
+ <ImageView
+ android:id="@+id/multimedia_image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:scaleType="centerCrop"/>
- <com.android.incallui.autoresizetext.AutoResizeTextView
- android:id="@+id/multimedia_attachments_number"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="4dp"
- android:gravity="center"
- android:textColor="@color/background_dialer_white"
- android:textSize="100sp"
- android:background="#80000000"
- android:visibility="gone"/>
+ <TextView
+ android:id="@+id/multimedia_attachments_number"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:textColor="@color/background_dialer_white"
+ android:textSize="20sp"
+ android:fontFamily="sans-serif-medium"
+ android:background="#80000000"
+ android:gravity="center"
+ android:visibility="gone"/>
</FrameLayout>
</RelativeLayout> \ No newline at end of file
diff --git a/java/com/android/dialer/calldetails/res/values-af/strings.xml b/java/com/android/dialer/calldetails/res/values-af/strings.xml
new file mode 100644
index 000000000..674ea2d9f
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-af/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Oproepbesonderhede"</string>
+ <string name="delete" msgid="2141020674108406737">"Vee uit"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopieer nommer"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Wysig nommer voordat jy bel"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Bel"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Het \'n foto gestuur"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Het \'n foto ontvang"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-am/strings.xml b/java/com/android/dialer/calldetails/res/values-am/strings.xml
new file mode 100644
index 000000000..e9c597b9a
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-am/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"የጥሪ ዝርዝሮች"</string>
+ <string name="delete" msgid="2141020674108406737">"ሰርዝ"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"ቁጥር ቅዳ"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ከመደወል በፊት ቁጥር አርትዕ ያድርጉ"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"ጥሪ"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"አንድ ፎቶ ተልኳል"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"አንድ ፎቶ ደርሷል"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"«<xliff:g id="MESSAGE">%1$s</xliff:g>»"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ar/strings.xml b/java/com/android/dialer/calldetails/res/values-ar/strings.xml
new file mode 100644
index 000000000..12dfed80d
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ar/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"تفاصيل المكالمة"</string>
+ <string name="delete" msgid="2141020674108406737">"حذف"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"نسخ الرقم"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"تعديل الرقم قبل الاتصال"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"الاتصال"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"تم إرسال صورة"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"تم تلقي صورة"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-az/strings.xml b/java/com/android/dialer/calldetails/res/values-az/strings.xml
new file mode 100644
index 000000000..282e7c907
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-az/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Zəng detalları"</string>
+ <string name="delete" msgid="2141020674108406737">"Silin"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Nömrəni kopyalayın"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Zəng etmədən öncə nömrəyə düzəliş edin"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Zəng edin"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Foto göndərildi"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Foto alındı"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-be/strings.xml b/java/com/android/dialer/calldetails/res/values-be/strings.xml
new file mode 100644
index 000000000..27f07a043
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-be/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Падрабязнасці выкліку"</string>
+ <string name="delete" msgid="2141020674108406737">"Выдаліць"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Скапіраваць нумар"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Рэдагаваць нумар перад выклікам"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Выклік"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Адпраўлена фота"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Атрымана фота"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-bg/strings.xml b/java/com/android/dialer/calldetails/res/values-bg/strings.xml
new file mode 100644
index 000000000..b4378eb24
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-bg/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Подробности за обаждането"</string>
+ <string name="delete" msgid="2141020674108406737">"Изтриване"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Копиране на номера"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Редактиране на номера преди обаждане"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Обаждане"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Изпратена бе снимка"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Получена бе снимка"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-bn/strings.xml b/java/com/android/dialer/calldetails/res/values-bn/strings.xml
new file mode 100644
index 000000000..c96159f57
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-bn/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"কলের বিশদ বিবরণ"</string>
+ <string name="delete" msgid="2141020674108406737">"মুছুন"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"নম্বর কপি করুন"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"কল করার আগে নম্বর সম্পাদন করুন"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"কল করুন"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"একটি ফটো পাঠিয়েছেন"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"একটি ফটো পেয়েছেন"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-bs/strings.xml b/java/com/android/dialer/calldetails/res/values-bs/strings.xml
new file mode 100644
index 000000000..01b5f9b82
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-bs/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalji o pozivu"</string>
+ <string name="delete" msgid="2141020674108406737">"Izbriši"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiraj broj"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Uredi broj prije poziva"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Poziv"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Fotografija poslana"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Fotografija primljena"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ca/strings.xml b/java/com/android/dialer/calldetails/res/values-ca/strings.xml
new file mode 100644
index 000000000..0974303a0
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ca/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalls de la trucada"</string>
+ <string name="delete" msgid="2141020674108406737">"Suprimeix"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copia el número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edita el número abans de trucar"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Truca"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"S\'ha enviat una foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"S\'ha rebut una foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"<xliff:g id="MESSAGE">%1$s</xliff:g>"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-cs/strings.xml b/java/com/android/dialer/calldetails/res/values-cs/strings.xml
new file mode 100644
index 000000000..6eebd1456
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-cs/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Podrobnosti hovoru"</string>
+ <string name="delete" msgid="2141020674108406737">"Smazat"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopírovat číslo"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Před voláním upravit číslo"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Zavolat"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Byla poslána fotka"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Byla přijata fotka"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-da/strings.xml b/java/com/android/dialer/calldetails/res/values-da/strings.xml
new file mode 100644
index 000000000..b7ebdb045
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-da/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Opkaldsinfo"</string>
+ <string name="delete" msgid="2141020674108406737">"Slet"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiér nummer"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Rediger nummer før opkald"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Ring op"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Der blev sendt et billede"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Der blev modtaget et billede"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-de/strings.xml b/java/com/android/dialer/calldetails/res/values-de/strings.xml
new file mode 100644
index 000000000..14d16ae2e
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-de/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Anrufdetails"</string>
+ <string name="delete" msgid="2141020674108406737">"Löschen"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Nummer kopieren"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Nummer vor Anruf bearbeiten"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Anrufen"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Hat ein Foto gesendet"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Hat ein Foto empfangen"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-el/strings.xml b/java/com/android/dialer/calldetails/res/values-el/strings.xml
new file mode 100644
index 000000000..e12b09f3b
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-el/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Λεπτομέρειες κλήσης"</string>
+ <string name="delete" msgid="2141020674108406737">"Διαγραφή"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Αντιγραφή αριθμού"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Επεξεργασία αριθμού πριν από την κλήση"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Κλήση"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Έγινε αποστολή φωτογραφίας"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Έγινε λήψη φωτογραφίας"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-en-rAU/strings.xml b/java/com/android/dialer/calldetails/res/values-en-rAU/strings.xml
new file mode 100644
index 000000000..0f69f1ed1
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-en-rAU/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Call details"</string>
+ <string name="delete" msgid="2141020674108406737">"Delete"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copy number"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edit number before call"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Call"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Sent a photo"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Received a photo"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-en-rGB/strings.xml b/java/com/android/dialer/calldetails/res/values-en-rGB/strings.xml
new file mode 100644
index 000000000..0f69f1ed1
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-en-rGB/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Call details"</string>
+ <string name="delete" msgid="2141020674108406737">"Delete"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copy number"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edit number before call"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Call"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Sent a photo"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Received a photo"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-en-rIN/strings.xml b/java/com/android/dialer/calldetails/res/values-en-rIN/strings.xml
new file mode 100644
index 000000000..0f69f1ed1
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-en-rIN/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Call details"</string>
+ <string name="delete" msgid="2141020674108406737">"Delete"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copy number"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edit number before call"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Call"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Sent a photo"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Received a photo"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-es-rUS/strings.xml b/java/com/android/dialer/calldetails/res/values-es-rUS/strings.xml
new file mode 100644
index 000000000..9c4649c36
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-es-rUS/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalles de la llamada"</string>
+ <string name="delete" msgid="2141020674108406737">"Borrar"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiar número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editar número antes de llamar"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Llamar"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Enviaste una foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Recibiste una foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-es/strings.xml b/java/com/android/dialer/calldetails/res/values-es/strings.xml
new file mode 100644
index 000000000..33889f2fe
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-es/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalles de la llamada"</string>
+ <string name="delete" msgid="2141020674108406737">"Eliminar"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiar número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editar número antes de llamar"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Llamar"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Se ha enviado una foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Se ha recibido una foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-et/strings.xml b/java/com/android/dialer/calldetails/res/values-et/strings.xml
new file mode 100644
index 000000000..c1c2f6e81
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-et/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Kõne üksikasjad"</string>
+ <string name="delete" msgid="2141020674108406737">"Kustuta"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopeeri number"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Muuda numbrit enne helistamist"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Kõne"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Saatis foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Sai foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-eu/strings.xml b/java/com/android/dialer/calldetails/res/values-eu/strings.xml
new file mode 100644
index 000000000..3cd78e0a9
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-eu/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Deiaren xehetasunak"</string>
+ <string name="delete" msgid="2141020674108406737">"Ezabatu"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiatu zenbakia"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editatu zenbakia deitu aurretik"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Deia"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Argazki bat bidali duzu"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Argazki bat jaso duzu"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-fa/strings.xml b/java/com/android/dialer/calldetails/res/values-fa/strings.xml
new file mode 100644
index 000000000..700c4ffcb
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-fa/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"جزئیات تماس"</string>
+ <string name="delete" msgid="2141020674108406737">"حذف"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"کپی کردن شماره"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ویرایش شماره قبل از تماس"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"تماس"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"عکسی ارسال کرد"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"عکسی دریافت کرد"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"«<xliff:g id="MESSAGE">%1$s</xliff:g>»"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-fi/strings.xml b/java/com/android/dialer/calldetails/res/values-fi/strings.xml
new file mode 100644
index 000000000..5443236b9
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-fi/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Puhelun tiedot"</string>
+ <string name="delete" msgid="2141020674108406737">"Poista"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopioi numero"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Muokkaa numeroa ennen puhelua"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Soita"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Lähetetty kuva"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Vastaanotettu kuva"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-fr-rCA/strings.xml b/java/com/android/dialer/calldetails/res/values-fr-rCA/strings.xml
new file mode 100644
index 000000000..6433de7a8
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-fr-rCA/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Détails sur l\'appel"</string>
+ <string name="delete" msgid="2141020674108406737">"Supprimer"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copier le numéro"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Modifier le numéro avant de passer l\'appel"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Appeler"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Photo envoyée"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Photo reçue"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"« <xliff:g id="MESSAGE">%1$s</xliff:g> »"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-fr/strings.xml b/java/com/android/dialer/calldetails/res/values-fr/strings.xml
new file mode 100644
index 000000000..180b52b45
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-fr/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Détails de l\'appel"</string>
+ <string name="delete" msgid="2141020674108406737">"Supprimer"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copier le numéro"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Modifier le numéro avant d\'appeler"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Appeler"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Envoi d\'une photo"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Réception d\'une photo"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-gl/strings.xml b/java/com/android/dialer/calldetails/res/values-gl/strings.xml
new file mode 100644
index 000000000..a3eb9abd8
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-gl/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalles da chamada"</string>
+ <string name="delete" msgid="2141020674108406737">"Eliminar"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiar número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editar número antes de chamar"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Chamar"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Enviouse unha foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Recibiuse unha foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-gu/strings.xml b/java/com/android/dialer/calldetails/res/values-gu/strings.xml
new file mode 100644
index 000000000..71ced2427
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-gu/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"કૉલની વિગતો"</string>
+ <string name="delete" msgid="2141020674108406737">"કાઢી નાખો"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"નંબર કૉપિ કરો"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"કૉલ કરતાં પહેલાં નંબર સંપાદિત કરો"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"કૉલ કરો"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"એક ફોટો મોકલ્યો"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"એક ફોટો પ્રાપ્ત કર્યો"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-hi/strings.xml b/java/com/android/dialer/calldetails/res/values-hi/strings.xml
new file mode 100644
index 000000000..e4596c02b
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-hi/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"कॉल विवरण"</string>
+ <string name="delete" msgid="2141020674108406737">"हटाएं"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"नंबर कॉपी करें"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"कॉल करने से पहले नंबर संपादित करें"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"कॉल करें"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"फ़ोटो भेजी गई"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"फ़ोटो मिली"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-hr/strings.xml b/java/com/android/dialer/calldetails/res/values-hr/strings.xml
new file mode 100644
index 000000000..84149fc16
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-hr/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Pojedinosti poziva"</string>
+ <string name="delete" msgid="2141020674108406737">"Brisanje"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiranje broja"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Uređivanje broja prije poziva"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Poziv"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Šalje fotografiju"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Prima fotografiju"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-hu/strings.xml b/java/com/android/dialer/calldetails/res/values-hu/strings.xml
new file mode 100644
index 000000000..b6c38e3e2
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-hu/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Hívás adatai"</string>
+ <string name="delete" msgid="2141020674108406737">"Törlés"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Szám másolása"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Szám szerkesztése hívás előtt"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Telefonhívás"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Küldött egy fotót"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Kapott egy fotót"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-hy/strings.xml b/java/com/android/dialer/calldetails/res/values-hy/strings.xml
new file mode 100644
index 000000000..8d90cf842
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-hy/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Զանգի մանրամասները"</string>
+ <string name="delete" msgid="2141020674108406737">"Ջնջել"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Պատճենել համարը"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Փոփոխել համարը զանգելուց առաջ"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Զանգ"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Ուղարկվել է լուսանկար"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Ստացվել է լուսանկար"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"«<xliff:g id="MESSAGE">%1$s</xliff:g>»"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-in/strings.xml b/java/com/android/dialer/calldetails/res/values-in/strings.xml
new file mode 100644
index 000000000..811cf0517
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-in/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detail panggilan"</string>
+ <string name="delete" msgid="2141020674108406737">"Hapus"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Salin nomor"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edit nomor sebelum menelepon"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Telepon"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Mengirim foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Menerima foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-is/strings.xml b/java/com/android/dialer/calldetails/res/values-is/strings.xml
new file mode 100644
index 000000000..1d92d4c5f
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-is/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Símtalsupplýsingar"</string>
+ <string name="delete" msgid="2141020674108406737">"Eyða"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Afrita númer"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Breyta númeri áður en hringt er"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Hringja"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Sendi mynd"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Tók á móti mynd"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-it/strings.xml b/java/com/android/dialer/calldetails/res/values-it/strings.xml
new file mode 100644
index 000000000..aef76a451
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-it/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Dettagli chiamata"</string>
+ <string name="delete" msgid="2141020674108406737">"Elimina"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copia numero"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Modifica numero prima di chiamare"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Chiama"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Foto inviata"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Foto ricevuta"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-iw/strings.xml b/java/com/android/dialer/calldetails/res/values-iw/strings.xml
new file mode 100644
index 000000000..934edd103
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-iw/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"פרטי השיחה"</string>
+ <string name="delete" msgid="2141020674108406737">"מחק"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"העתק את המספר"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ערוך את המספר לפני השיחה"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"התקשר"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"נשלחה תמונה"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"התקבלה תמונה"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ja/strings.xml b/java/com/android/dialer/calldetails/res/values-ja/strings.xml
new file mode 100644
index 000000000..4c308e081
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ja/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"通話の詳細"</string>
+ <string name="delete" msgid="2141020674108406737">"削除"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"電話番号をコピー"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"発信前に電話番号を編集"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"発信"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"写真を送信しました"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"写真を受信しました"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"「<xliff:g id="MESSAGE">%1$s</xliff:g>」"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ka/strings.xml b/java/com/android/dialer/calldetails/res/values-ka/strings.xml
new file mode 100644
index 000000000..b181aa485
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ka/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ზარის დეტალები"</string>
+ <string name="delete" msgid="2141020674108406737">"წაშლა"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"ნომრის კოპირება"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ნომრის რედაქტირება დარეკვამდე"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"დარეკვა"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ფოტო გაიგზავნა"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"მიღებულია ფოტო"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-kk/strings.xml b/java/com/android/dialer/calldetails/res/values-kk/strings.xml
new file mode 100644
index 000000000..2608945c6
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-kk/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Қоңырау деректері"</string>
+ <string name="delete" msgid="2141020674108406737">"Жою"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Нөмірді көшіру"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Нөмірді қоңырау шалуға дейін өзгерту"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Қоңырау шалу"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Сурет жіберілді"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Сурет қабылданды"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-km/strings.xml b/java/com/android/dialer/calldetails/res/values-km/strings.xml
new file mode 100644
index 000000000..045503408
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-km/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ព័ត៌មាន​លម្អិត​អំពី​ការ​ហៅ"</string>
+ <string name="delete" msgid="2141020674108406737">"លុប"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"ថតចម្លងលេខទូរសព្ទ"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"កែ​លេខ​ មុន​ពេល​ហៅទូរសព្ទ"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"ហៅទូរសព្ទ"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"បានផ្ញើរូបថត"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"បាន​ទទួល​រូបថត"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-kn/strings.xml b/java/com/android/dialer/calldetails/res/values-kn/strings.xml
new file mode 100644
index 000000000..0f9e0f860
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-kn/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ಕರೆಯ ವಿವರಗಳು"</string>
+ <string name="delete" msgid="2141020674108406737">"ಅಳಿಸಿ"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"ಸಂಖ್ಯೆಯನ್ನು ನಕಲಿಸಿ"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ಕರೆ ಮಾಡುವ ಮೊದಲು ಸಂಖ್ಯೆಯನ್ನು ಎಡಿಟ್ ಮಾಡಿ"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"ಕರೆಮಾಡಿ"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ಫೋಟೋ ಕಳುಹಿಸಲಾಗಿದೆ"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ಫೋಟೋ ಸ್ವೀಕರಿಸಲಾಗಿದೆ"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ko/strings.xml b/java/com/android/dialer/calldetails/res/values-ko/strings.xml
new file mode 100644
index 000000000..aec06cbb6
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ko/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"통화 세부정보"</string>
+ <string name="delete" msgid="2141020674108406737">"삭제"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"전화번호 복사"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"통화하기 전에 번호 수정"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"전화걸기"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"사진 전송됨"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"사진 수신됨"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\'<xliff:g id="MESSAGE">%1$s</xliff:g>\'"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ky/strings.xml b/java/com/android/dialer/calldetails/res/values-ky/strings.xml
new file mode 100644
index 000000000..2f87e2409
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ky/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Чалуу тууралуу"</string>
+ <string name="delete" msgid="2141020674108406737">"Жок кылуу"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Номерди көчүрүү"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Чалуудан мурун номерди түзөтүү"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Чалуу"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Сүрөт жөнөтүлдү"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Сүрөт алынды"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-lo/strings.xml b/java/com/android/dialer/calldetails/res/values-lo/strings.xml
new file mode 100644
index 000000000..864bbf6b9
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-lo/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ລາຍລະອຽດ​ການໂທ"</string>
+ <string name="delete" msgid="2141020674108406737">"​ລຶບ"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"ສຳເນົາເບີໂທ"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ແກ້ໄຂເບີກ່ອນໂທ"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"ໂທ"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ສົ່ງຮູບພາບ"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ໄດ້ຮັບຮູບພາບແລ້ວ"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-lt/strings.xml b/java/com/android/dialer/calldetails/res/values-lt/strings.xml
new file mode 100644
index 000000000..084eb5100
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-lt/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Išsami skambučio informacija"</string>
+ <string name="delete" msgid="2141020674108406737">"Ištrinti"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopijuoti numerį"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Redaguoti numerį prieš skambinant"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Skambinti"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Išsiuntė nuotrauką"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Gavo nuotrauką"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-lv/strings.xml b/java/com/android/dialer/calldetails/res/values-lv/strings.xml
new file mode 100644
index 000000000..53880a638
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-lv/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalizēta informācija par zvanu"</string>
+ <string name="delete" msgid="2141020674108406737">"Dzēst"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopēt numuru"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Rediģēt numuru pirms zvanīšanas"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Zvanīt"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Nosūtīja fotoattēlu"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Saņēma fotoattēlu"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"“<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-mk/strings.xml b/java/com/android/dialer/calldetails/res/values-mk/strings.xml
new file mode 100644
index 000000000..394ab2772
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-mk/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Детали на повик"</string>
+ <string name="delete" msgid="2141020674108406737">"Избриши"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Копирај го бројот"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Измени го бројот пред повикот"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Повикај"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Испрати фотографија"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Прими фотографија"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ml/strings.xml b/java/com/android/dialer/calldetails/res/values-ml/strings.xml
new file mode 100644
index 000000000..7767ef48c
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ml/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"കോൾ വിശദാംശങ്ങൾ"</string>
+ <string name="delete" msgid="2141020674108406737">"ഇല്ലാതാക്കുക"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"നമ്പർ പകർത്തുക"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"കോൾ ചെയ്യുന്നതിന് മുമ്പായി നമ്പർ എഡിറ്റുചെയ്യുക"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"കോള്‍ ചെയ്യുക"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ഒരു ഫോട്ടോ അയച്ചു"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ഒരു ഫോട്ടോ ലഭിച്ചു"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-mn/strings.xml b/java/com/android/dialer/calldetails/res/values-mn/strings.xml
new file mode 100644
index 000000000..1a02f1c28
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-mn/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Дуудлагын мэдээлэл"</string>
+ <string name="delete" msgid="2141020674108406737">"Устгах"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Дугаар хуулах"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Залгахын өмнө дугаар засах"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Залгах"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Зураг илгээсэн"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Зураг хүлээн авсан"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-mr/strings.xml b/java/com/android/dialer/calldetails/res/values-mr/strings.xml
new file mode 100644
index 000000000..d76dec429
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-mr/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"कॉल तपशील"</string>
+ <string name="delete" msgid="2141020674108406737">"हटवा"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"नंबर कॉपी करा"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"कॉल करण्यापूर्वी नंबर संपादित करा"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"कॉल करा"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"एक फोटो पाठविला"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"एक फोटो प्राप्त झाला"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ms/strings.xml b/java/com/android/dialer/calldetails/res/values-ms/strings.xml
new file mode 100644
index 000000000..d9dbfc679
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ms/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Butiran panggilan"</string>
+ <string name="delete" msgid="2141020674108406737">"Padam"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Salin nombor"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edit nombor sebelum panggilan"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Panggil"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Menghantar foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Foto diterima"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-my/strings.xml b/java/com/android/dialer/calldetails/res/values-my/strings.xml
new file mode 100644
index 000000000..dc3cc5ada
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-my/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ခေါ်ဆိုမှုအသေးစိတ်"</string>
+ <string name="delete" msgid="2141020674108406737">"ဖျက်ရန်"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"နံပါတ်ကိုကူးယူရန်"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"မခေါ်ဆိုမီ နံပါတ်ကိုပြင်ဆင်ရန်"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"ခေါ်ဆိုရန်"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ဓာတ်ပုံ ပို့လိုက်သည်"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ဓာတ်ပုံ လက်ခံရရှိသည်"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-nb/strings.xml b/java/com/android/dialer/calldetails/res/values-nb/strings.xml
new file mode 100644
index 000000000..a391f15c3
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-nb/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Samtaleinformasjon"</string>
+ <string name="delete" msgid="2141020674108406737">"Slett"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiér nummeret"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Rediger nummeret før du ringer"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Ring"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Et bilde ble sendt"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Et bilde ble mottatt"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"«<xliff:g id="MESSAGE">%1$s</xliff:g>»"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ne/strings.xml b/java/com/android/dialer/calldetails/res/values-ne/strings.xml
new file mode 100644
index 000000000..7ceb86660
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ne/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"कलका विवरणहरू"</string>
+ <string name="delete" msgid="2141020674108406737">"मेट्नुहोस्"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"नम्बर प्रतिलिपि गर्नुहोस्"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"कल गर्नु अघि नम्बर सम्पादन गर्नुहोस्"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"कल"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"एउटा तस्बिर पठाइयो"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"एउटा तस्बिर प्राप्त भयो"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-nl/strings.xml b/java/com/android/dialer/calldetails/res/values-nl/strings.xml
new file mode 100644
index 000000000..449875310
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-nl/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Gespreksgegevens"</string>
+ <string name="delete" msgid="2141020674108406737">"Verwijderen"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Nummer kopiëren"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Nummer bewerken vóór bellen"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Bellen"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Foto verzonden"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Foto ontvangen"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\'<xliff:g id="MESSAGE">%1$s</xliff:g>\'"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-no/strings.xml b/java/com/android/dialer/calldetails/res/values-no/strings.xml
new file mode 100644
index 000000000..a391f15c3
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-no/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Samtaleinformasjon"</string>
+ <string name="delete" msgid="2141020674108406737">"Slett"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiér nummeret"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Rediger nummeret før du ringer"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Ring"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Et bilde ble sendt"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Et bilde ble mottatt"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"«<xliff:g id="MESSAGE">%1$s</xliff:g>»"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-pa/strings.xml b/java/com/android/dialer/calldetails/res/values-pa/strings.xml
new file mode 100644
index 000000000..9bf3ed016
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-pa/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ਕਾਲ ਵੇਰਵੇ"</string>
+ <string name="delete" msgid="2141020674108406737">"ਮਿਟਾਓ"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"ਨੰਬਰ ਕਾਪੀ ਕਰੋ"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ਕਾਲ ਤੋਂ ਪਹਿਲਾਂ ਨੰਬਰ ਸੰਪਾਦਿਤ ਕਰੋ"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"ਕਾਲ ਕਰੋ"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ਇੱਕ ਫ਼ੋਟੋ ਭੇਜੀ ਗਈ"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ਇੱਕ ਫ਼ੋਟੋ ਪ੍ਰਾਪਤ ਹੋਈ"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-pl/strings.xml b/java/com/android/dialer/calldetails/res/values-pl/strings.xml
new file mode 100644
index 000000000..55cc159a6
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-pl/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Szczegóły połączenia"</string>
+ <string name="delete" msgid="2141020674108406737">"Usuń"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiuj numer"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Edytuj numer, zanim zadzwonisz"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Zadzwoń"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Wysłano zdjęcie"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Odebrano zdjęcie"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-pt-rBR/strings.xml b/java/com/android/dialer/calldetails/res/values-pt-rBR/strings.xml
new file mode 100644
index 000000000..6dd975057
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-pt-rBR/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalhes da chamada"</string>
+ <string name="delete" msgid="2141020674108406737">"Excluir"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiar número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editar número antes de ligar"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Ligar"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Enviou uma foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Recebeu uma foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-pt-rPT/strings.xml b/java/com/android/dialer/calldetails/res/values-pt-rPT/strings.xml
new file mode 100644
index 000000000..01726342b
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-pt-rPT/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalhes da chamada"</string>
+ <string name="delete" msgid="2141020674108406737">"Eliminar"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiar número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editar o número antes de efetuar a chamada"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Telefonar"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Enviou uma foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Recebeu uma foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-pt/strings.xml b/java/com/android/dialer/calldetails/res/values-pt/strings.xml
new file mode 100644
index 000000000..6dd975057
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-pt/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detalhes da chamada"</string>
+ <string name="delete" msgid="2141020674108406737">"Excluir"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiar número"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Editar número antes de ligar"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Ligar"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Enviou uma foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Recebeu uma foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ro/strings.xml b/java/com/android/dialer/calldetails/res/values-ro/strings.xml
new file mode 100644
index 000000000..7d0eec922
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ro/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detaliile apelului"</string>
+ <string name="delete" msgid="2141020674108406737">"Ștergeți"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Copiați numărul"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Modificați numărul înainte de apelare"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Apelați"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"A fost trimisă o fotografie."</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"A fost primită o fotografie."</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ru/strings.xml b/java/com/android/dialer/calldetails/res/values-ru/strings.xml
new file mode 100644
index 000000000..7ce2a9b06
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ru/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Сведения о вызове"</string>
+ <string name="delete" msgid="2141020674108406737">"Удалить"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Скопировать номер"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Изменить номер перед вызовом"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Позвонить"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Отправлена фотография"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Получена фотография"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-si/strings.xml b/java/com/android/dialer/calldetails/res/values-si/strings.xml
new file mode 100644
index 000000000..a2dfc36ed
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-si/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"ඇමතුම් විස්තර"</string>
+ <string name="delete" msgid="2141020674108406737">"මකන්න"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"අංකය පිටපත් කරන්න"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"ඇමතුමට පෙර අංකය සංස්කරණය කරන්න"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"අමතන්න"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ඡායාරූපයක් යැවිණි"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ඡායාරූපයක් ලැබිණි"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-sk/strings.xml b/java/com/android/dialer/calldetails/res/values-sk/strings.xml
new file mode 100644
index 000000000..4c6e68d49
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-sk/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Podrobnosti hovoru"</string>
+ <string name="delete" msgid="2141020674108406737">"Odstrániť"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopírovať číslo"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Pred volaním upraviť číslo"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Volať"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Bola odoslaná fotka"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Bola prijatá fotka"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-sl/strings.xml b/java/com/android/dialer/calldetails/res/values-sl/strings.xml
new file mode 100644
index 000000000..7ff432254
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-sl/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Podrobnosti klica"</string>
+ <string name="delete" msgid="2141020674108406737">"Izbriši"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiraj številko"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Pred klicanjem uredi številko"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Pokliči"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Poslana fotografija"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Prejeta fotografija"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"»<xliff:g id="MESSAGE">%1$s</xliff:g>«"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-sq/strings.xml b/java/com/android/dialer/calldetails/res/values-sq/strings.xml
new file mode 100644
index 000000000..cd90c5cb4
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-sq/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Detajet e telefonatës"</string>
+ <string name="delete" msgid="2141020674108406737">"Fshi"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopjo numrin"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Redakto numrin para telefonatës"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Telefono"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"U dërgua një fotografi"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"U mor një fotografi"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-sr/strings.xml b/java/com/android/dialer/calldetails/res/values-sr/strings.xml
new file mode 100644
index 000000000..cdb68350f
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-sr/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Детаљи позива"</string>
+ <string name="delete" msgid="2141020674108406737">"Избриши"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Копирај број"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Измените број пре позива"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Позови"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Слика је послата"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Слика је примљена"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"„<xliff:g id="MESSAGE">%1$s</xliff:g>“"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-sv/strings.xml b/java/com/android/dialer/calldetails/res/values-sv/strings.xml
new file mode 100644
index 000000000..b33a46800
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-sv/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Samtalsinformation"</string>
+ <string name="delete" msgid="2141020674108406737">"Radera"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopiera nummer"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Redigera nummer före samtal"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Ring"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Skickade ett foto"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Tog emot ett foto"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"<xliff:g id="MESSAGE">%1$s</xliff:g>"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-sw/strings.xml b/java/com/android/dialer/calldetails/res/values-sw/strings.xml
new file mode 100644
index 000000000..976d1f890
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-sw/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Maelezo ya simu"</string>
+ <string name="delete" msgid="2141020674108406737">"Futa"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Nakili nambari"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Hariri nambari kabla ya kupiga"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Piga simu"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Picha imetumwa"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Picha imepokelewa"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ta/strings.xml b/java/com/android/dialer/calldetails/res/values-ta/strings.xml
new file mode 100644
index 000000000..abff58fd8
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ta/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"அழைப்பு விவரங்கள்"</string>
+ <string name="delete" msgid="2141020674108406737">"நீக்கு"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"எண்ணை நகலெடு"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"அழைப்பதற்கு முன் எண்ணைத் திருத்து"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"அழை"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"படம் அனுப்பப்பட்டது"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"படம் பெறப்பட்டது"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-te/strings.xml b/java/com/android/dialer/calldetails/res/values-te/strings.xml
new file mode 100644
index 000000000..9a098005e
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-te/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"కాల్ వివరాలు"</string>
+ <string name="delete" msgid="2141020674108406737">"తొలగించు"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"నంబర్‌ను కాపీ చేయి"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"కాల్ చేసే ముందు నంబర్‌ను సవరించు"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"కాల్ చేయి"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ఫోటో పంపబడింది"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ఫోటో స్వీకరించబడింది"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-th/strings.xml b/java/com/android/dialer/calldetails/res/values-th/strings.xml
new file mode 100644
index 000000000..aacebbb44
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-th/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"รายละเอียดการโทร"</string>
+ <string name="delete" msgid="2141020674108406737">"ลบ"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"คัดลอกหมายเลข"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"แก้ไขหมายเลขก่อนโทร"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"โทร"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ส่งรูปภาพแล้ว"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ได้รับรูปภาพแล้ว"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-tl/strings.xml b/java/com/android/dialer/calldetails/res/values-tl/strings.xml
new file mode 100644
index 000000000..74ec6bf9a
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-tl/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Mga detalye ng tawag"</string>
+ <string name="delete" msgid="2141020674108406737">"I-delete"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopyahin ang numero"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"I-edit ang numero bago tumawag"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Tumawag"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Nagpadala ng larawan"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Nakatanggap ng larawan"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-tr/strings.xml b/java/com/android/dialer/calldetails/res/values-tr/strings.xml
new file mode 100644
index 000000000..35a5ecffd
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-tr/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Çağrı ayrıntıları"</string>
+ <string name="delete" msgid="2141020674108406737">"Sil"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Numarayı kopyala"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Telefon etmeden önce numarayı düzenleyin"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Telefon eder"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Bir fotoğraf gönderildi"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Bir fotoğraf alındı"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-uk/strings.xml b/java/com/android/dialer/calldetails/res/values-uk/strings.xml
new file mode 100644
index 000000000..6ef6fc2a1
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-uk/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Деталі виклику"</string>
+ <string name="delete" msgid="2141020674108406737">"Видалити"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Копіювати номер"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Редагувати номер перед дзвінком"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Виклик"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Надіслано фотографію"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Отримано фотографію"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-ur/strings.xml b/java/com/android/dialer/calldetails/res/values-ur/strings.xml
new file mode 100644
index 000000000..8188abeba
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-ur/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"کال کی تفصیلات"</string>
+ <string name="delete" msgid="2141020674108406737">"حذف کریں"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"نمبر کاپی کریں"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"کال کرنے سے پہلے نمبر میں ترمیم کریں"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"کال"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"ایک تصویر بھیجی"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"ایک تصویر موصول ہوئی"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-uz/strings.xml b/java/com/android/dialer/calldetails/res/values-uz/strings.xml
new file mode 100644
index 000000000..91f2a70ac
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-uz/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Chaqiruv tafsilotlari"</string>
+ <string name="delete" msgid="2141020674108406737">"O‘chirib tashlash"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Raqamni nusxalash"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Qo‘ng‘iroq qilishdan oldin raqamni tahrirlash"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Qo‘ng‘iroq qilish"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Rasm yuborildi"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Rasm qabul qilindi"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"“<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-vi/strings.xml b/java/com/android/dialer/calldetails/res/values-vi/strings.xml
new file mode 100644
index 000000000..7446e23aa
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-vi/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Chi tiết cuộc gọi"</string>
+ <string name="delete" msgid="2141020674108406737">"Xóa"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Sao chép số"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Chỉnh sửa số trước khi gọi"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Gọi"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Đã gửi một ảnh"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Đã nhận một ảnh"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-zh-rCN/strings.xml b/java/com/android/dialer/calldetails/res/values-zh-rCN/strings.xml
new file mode 100644
index 000000000..c083136d3
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-zh-rCN/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"通话详情"</string>
+ <string name="delete" msgid="2141020674108406737">"删除"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"复制号码"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"拨打电话之前修改号码"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"拨打电话"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"发送了一张照片"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"收到了一张照片"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"“<xliff:g id="MESSAGE">%1$s</xliff:g>”"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-zh-rHK/strings.xml b/java/com/android/dialer/calldetails/res/values-zh-rHK/strings.xml
new file mode 100644
index 000000000..a7cbe9038
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-zh-rHK/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"通話詳細資料"</string>
+ <string name="delete" msgid="2141020674108406737">"刪除"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"複製號碼"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"在撥打前編輯號碼"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"通話"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"已傳送相片"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"已收到相片"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"「<xliff:g id="MESSAGE">%1$s</xliff:g>」"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-zh-rTW/strings.xml b/java/com/android/dialer/calldetails/res/values-zh-rTW/strings.xml
new file mode 100644
index 000000000..3f2b3822b
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-zh-rTW/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"通話詳細資料"</string>
+ <string name="delete" msgid="2141020674108406737">"刪除"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"複製號碼"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"撥打電話前編輯號碼"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"撥號"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"傳送了 1 張相片"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"收到了 1 張相片"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"「<xliff:g id="MESSAGE">%1$s</xliff:g>」"</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values-zu/strings.xml b/java/com/android/dialer/calldetails/res/values-zu/strings.xml
new file mode 100644
index 000000000..a4fe447a7
--- /dev/null
+++ b/java/com/android/dialer/calldetails/res/values-zu/strings.xml
@@ -0,0 +1,28 @@
+<?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:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="call_details" msgid="5063658079729839605">"Imininingwane yekholi"</string>
+ <string name="delete" msgid="2141020674108406737">"Susa"</string>
+ <string name="call_details_copy_number" msgid="4265479408878990796">"Kopisha inombolo"</string>
+ <string name="call_details_edit_number" msgid="8718476514903513624">"Hlela inombolo ngaphambi kokushaya ucingo"</string>
+ <string name="description_call_log_call_action" msgid="1421313064764221900">"Shaya"</string>
+ <string name="sent_a_photo" msgid="3978670717462979502">"Uthumele isithombe"</string>
+ <string name="received_a_photo" msgid="3528953225576480505">"Uthole isithombe"</string>
+ <string name="message_in_quotes" msgid="3270574830115828365">"\"<xliff:g id="MESSAGE">%1$s</xliff:g>\""</string>
+</resources>
diff --git a/java/com/android/dialer/calldetails/res/values/dimens.xml b/java/com/android/dialer/calldetails/res/values/dimens.xml
index b1a8f1c8e..59f237103 100644
--- a/java/com/android/dialer/calldetails/res/values/dimens.xml
+++ b/java/com/android/dialer/calldetails/res/values/dimens.xml
@@ -15,9 +15,9 @@
~ limitations under the License
-->
<resources>
- <dimen name="text_bottom_margin">2dp</dimen>
<dimen name="call_details_primary_text_size">16sp</dimen>
<dimen name="call_details_secondary_text_size">14sp</dimen>
+ <dimen name="call_details_top_margin">6dp</dimen>
<!-- contact container -->
<dimen name="contact_container_padding">16dp</dimen>