Merge "Changing colors of the incoming and outgoing call icons."
diff --git a/res/anim/slide_in.xml b/res/anim/slide_in.xml
index dbbd3d9..b2ebf7d 100644
--- a/res/anim/slide_in.xml
+++ b/res/anim/slide_in.xml
@@ -13,9 +13,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<objectAnimator
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:anim/decelerate_interpolator"
+<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:interpolator/fast_out_slow_in"
android:valueFrom="0.67"
android:valueTo="0"
android:valueType="floatType"
diff --git a/res/anim/slide_out.xml b/res/anim/slide_out.xml
index e037009..d3b92e3 100644
--- a/res/anim/slide_out.xml
+++ b/res/anim/slide_out.xml
@@ -13,11 +13,10 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<objectAnimator
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:anim/decelerate_interpolator"
+<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:interpolator/fast_out_slow_in"
android:valueFrom="0"
- android:valueTo="0.67"
+ android:valueTo="0.8"
android:valueType="floatType"
android:propertyName="yFraction"
- android:duration="200" />
\ No newline at end of file
+ android:duration="429" />
\ No newline at end of file
diff --git a/res/color/tab_text_color.xml b/res/color/tab_text_color.xml
index 629341e..5ef1fe3 100644
--- a/res/color/tab_text_color.xml
+++ b/res/color/tab_text_color.xml
@@ -16,6 +16,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:color="#fff" android:state_selected="true"/>
- <item android:color="#a3e7f0" />
+ <item android:color="@color/actionbar_text_color" android:state_selected="true"/>
+ <item android:color="@color/actionbar_unselected_text_color" />
</selector>
\ No newline at end of file
diff --git a/res/drawable-hdpi/fab_ic_call.png b/res/drawable-hdpi/fab_ic_call.png
new file mode 100644
index 0000000..548a391
--- /dev/null
+++ b/res/drawable-hdpi/fab_ic_call.png
Binary files differ
diff --git a/res/drawable-hdpi/fab_ic_dial.png b/res/drawable-hdpi/fab_ic_dial.png
new file mode 100644
index 0000000..a856632
--- /dev/null
+++ b/res/drawable-hdpi/fab_ic_dial.png
Binary files differ
diff --git a/res/drawable-hdpi/fab_teal_background.png b/res/drawable-hdpi/fab_teal_background.png
new file mode 100644
index 0000000..88e8495
--- /dev/null
+++ b/res/drawable-hdpi/fab_teal_background.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_dial_action_call.png b/res/drawable-hdpi/ic_dial_action_call.png
deleted file mode 100644
index ed08eb8..0000000
--- a/res/drawable-hdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_menu_dialpad_dk.png b/res/drawable-hdpi/ic_menu_dialpad_dk.png
deleted file mode 100644
index 55f5477..0000000
--- a/res/drawable-hdpi/ic_menu_dialpad_dk.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_menu_dialpad_lt.png b/res/drawable-hdpi/ic_menu_dialpad_lt.png
deleted file mode 100644
index bd0fe5d..0000000
--- a/res/drawable-hdpi/ic_menu_dialpad_lt.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-ldrtl-hdpi/ic_dial_action_call.png b/res/drawable-ldrtl-hdpi/ic_dial_action_call.png
deleted file mode 100644
index 34c78ff..0000000
--- a/res/drawable-ldrtl-hdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-ldrtl-mdpi/ic_dial_action_call.png b/res/drawable-ldrtl-mdpi/ic_dial_action_call.png
deleted file mode 100644
index d1f00f1..0000000
--- a/res/drawable-ldrtl-mdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-ldrtl-xhdpi/ic_dial_action_call.png b/res/drawable-ldrtl-xhdpi/ic_dial_action_call.png
deleted file mode 100644
index e0d2688..0000000
--- a/res/drawable-ldrtl-xhdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/fab_ic_call.png b/res/drawable-mdpi/fab_ic_call.png
new file mode 100644
index 0000000..ff7b345
--- /dev/null
+++ b/res/drawable-mdpi/fab_ic_call.png
Binary files differ
diff --git a/res/drawable-mdpi/fab_ic_dial.png b/res/drawable-mdpi/fab_ic_dial.png
new file mode 100644
index 0000000..3a23245
--- /dev/null
+++ b/res/drawable-mdpi/fab_ic_dial.png
Binary files differ
diff --git a/res/drawable-mdpi/fab_teal_background.png b/res/drawable-mdpi/fab_teal_background.png
new file mode 100644
index 0000000..3a37b27
--- /dev/null
+++ b/res/drawable-mdpi/fab_teal_background.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_dial_action_call.png b/res/drawable-mdpi/ic_dial_action_call.png
deleted file mode 100644
index 59a68f2..0000000
--- a/res/drawable-mdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/fab_ic_call.png b/res/drawable-xhdpi/fab_ic_call.png
new file mode 100644
index 0000000..2bff65e
--- /dev/null
+++ b/res/drawable-xhdpi/fab_ic_call.png
Binary files differ
diff --git a/res/drawable-xhdpi/fab_ic_dial.png b/res/drawable-xhdpi/fab_ic_dial.png
new file mode 100644
index 0000000..3694017
--- /dev/null
+++ b/res/drawable-xhdpi/fab_ic_dial.png
Binary files differ
diff --git a/res/drawable-xhdpi/fab_teal_background.png b/res/drawable-xhdpi/fab_teal_background.png
new file mode 100644
index 0000000..b2ed8cd
--- /dev/null
+++ b/res/drawable-xhdpi/fab_teal_background.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_dial_action_call.png b/res/drawable-xhdpi/ic_dial_action_call.png
deleted file mode 100644
index 0bd9803..0000000
--- a/res/drawable-xhdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/fab_ic_call.png b/res/drawable-xxhdpi/fab_ic_call.png
new file mode 100644
index 0000000..a756b95
--- /dev/null
+++ b/res/drawable-xxhdpi/fab_ic_call.png
Binary files differ
diff --git a/res/drawable-xxhdpi/fab_ic_dial.png b/res/drawable-xxhdpi/fab_ic_dial.png
new file mode 100644
index 0000000..8f1f21e
--- /dev/null
+++ b/res/drawable-xxhdpi/fab_ic_dial.png
Binary files differ
diff --git a/res/drawable-xxhdpi/fab_teal_background.png b/res/drawable-xxhdpi/fab_teal_background.png
new file mode 100644
index 0000000..6bb4d20
--- /dev/null
+++ b/res/drawable-xxhdpi/fab_teal_background.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_dial_action_call.png b/res/drawable-xxhdpi/ic_dial_action_call.png
deleted file mode 100644
index 12a5c07..0000000
--- a/res/drawable-xxhdpi/ic_dial_action_call.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/action_bar_tab.xml b/res/drawable/action_bar_tab.xml
index fe961f7..8a3ea7a 100644
--- a/res/drawable/action_bar_tab.xml
+++ b/res/drawable/action_bar_tab.xml
@@ -14,24 +14,25 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/tab_selected"
- android:state_focused="false"
- android:state_pressed="false"
- android:state_selected="true" />
- <item android:drawable="@drawable/tab_selected_focused"
- android:state_focused="true"
- android:state_pressed="false"
- android:state_selected="true" />
- <item android:drawable="@drawable/tab_unselected_focused"
- android:state_focused="true"
- android:state_pressed="false"
- android:state_selected="false" />
- <item android:drawable="@color/tab_pressed_color"
- android:state_pressed="true" />
- <item android:drawable="@drawable/tab_selected"
- android:state_selected="true" />
- <item android:drawable="@color/tab_default_color"
- android:state_selected="false" />
-</selector>
\ No newline at end of file
+<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+ android:tint="@color/tab_pressed_color">
+ <item>
+ <selector>
+ <item android:drawable="@drawable/tab_selected"
+ android:state_focused="false"
+ android:state_pressed="false"
+ android:state_selected="true" />
+ <item android:drawable="@drawable/tab_selected_focused"
+ android:state_focused="true"
+ android:state_pressed="false"
+ android:state_selected="true" />
+ <item android:drawable="@drawable/tab_unselected_focused"
+ android:state_focused="true"
+ android:state_pressed="false"
+ android:state_selected="false" />
+ <item android:drawable="@drawable/tab_selected"
+ android:state_selected="true" />
+ <item android:drawable="@color/tab_default_color" />
+ </selector>
+ </item>
+</touch-feedback>
\ No newline at end of file
diff --git a/res/drawable/btn_call.xml b/res/drawable/btn_call.xml
deleted file mode 100644
index ae2f6c0..0000000
--- a/res/drawable/btn_call.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-
-<!-- Background resource for call button in the various dialpads.
- Almost a copy from framework's item_background_holo_dark.xml, but has different pressed effect
- -->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item android:state_window_focused="false" android:drawable="@android:color/transparent" />
-
- <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
- <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/list_selector_disabled_holo_dark" />
- <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_disabled_holo_dark" />
- <item android:state_focused="true" android:drawable="@drawable/list_focused_holo" />
- <item android:drawable="@android:color/transparent" />
-</selector>
diff --git a/res/drawable/floating_action_button.xml b/res/drawable/floating_action_button.xml
index 2f77232..ea95490 100644
--- a/res/drawable/floating_action_button.xml
+++ b/res/drawable/floating_action_button.xml
@@ -15,14 +15,8 @@
limitations under the License.
-->
-<shape
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval" >
- <corners
- android:radius="@dimen/floating_action_button_radius" />
- <size
- android:width="@dimen/floating_action_button_width"
- android:height="@dimen/floating_action_button_height" />
- <solid
- android:color="@color/actionbar_background_color" />
-</shape>
\ No newline at end of file
+<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
+ android:tint="@color/dialer_accent_color"
+ android:pinned="true">
+ <item android:drawable="@drawable/fab_teal_background" />
+</touch-feedback>
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index 6934fee..dfdf210 100644
--- a/res/layout/call_log_activity.xml
+++ b/res/layout/call_log_activity.xml
@@ -22,7 +22,7 @@
<com.android.dialer.list.ViewPagerTabs
android:id="@+id/viewpager_header"
android:layout_width="match_parent"
- android:layout_height="?android:attr/actionBarSize"
+ android:layout_height="@dimen/tab_height"
android:textAllCaps="true"
android:orientation="horizontal"
android:layout_gravity="top"
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index eaf2a80..b7e9696 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -52,7 +52,6 @@
android:padding="@dimen/call_log_outer_margin"
android:orientation="horizontal"
android:gravity="center_vertical"
- android:background="?android:attr/selectableItemBackground"
android:focusable="true"
android:nextFocusRight="@+id/call_back_action"
android:nextFocusLeft="@+id/quick_contact_photo"
diff --git a/res/layout/dialpad_digits.xml b/res/layout/dialpad_digits.xml
deleted file mode 100644
index 55fd27e..0000000
--- a/res/layout/dialpad_digits.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 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.
--->
-
-<!-- Text field and possibly soft menu button above the keypad where
- the digits are displayed. -->
-
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/digits_container"
- android:layout_width="match_parent"
- android:layout_height="@dimen/dialpad_digits_height"
- android:orientation="horizontal">
-
- <view class="com.android.dialer.dialpad.DigitsEditText"
- android:id="@+id/digits"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:paddingLeft="@dimen/dialpad_digits_padding"
- android:scrollHorizontally="true"
- android:singleLine="true"
- android:layout_weight="1"
- android:gravity="center"
- android:background="@android:color/transparent"
- android:maxLines="1"
- android:textSize="@dimen/dialpad_digits_text_size"
- android:freezesText="true"
- android:focusableInTouchMode="true"
- android:cursorVisible="false"
- android:textColor="@color/dialpad_digits_text_color"
- android:textCursorDrawable="@null"
- android:fontFamily="sans-serif-light"
- android:textStyle="normal" />
-
- <ImageButton
- android:id="@+id/deleteButton"
- android:paddingLeft="@dimen/dialpad_digits_padding"
- android:paddingRight="@dimen/dialpad_digits_padding"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:state_enabled="false"
- android:background="@drawable/dialpad_key_colors"
- android:contentDescription="@string/description_delete_button"
- android:src="@drawable/ic_dial_action_delete" />
-</LinearLayout>
diff --git a/res/layout/dialtacts_activity.xml b/res/layout/dialtacts_activity.xml
index e4e2a23..595eae1 100644
--- a/res/layout/dialtacts_activity.xml
+++ b/res/layout/dialtacts_activity.xml
@@ -59,7 +59,8 @@
android:layout_height="match_parent"
android:layout_width="match_parent"
android:gravity="center"
- android:orientation="horizontal">
+ android:orientation="horizontal"
+ android:visibility="gone" >
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -83,23 +84,33 @@
android:layout_marginRight="@dimen/floating_action_button_margin_right"
android:layout_marginBottom="@dimen/floating_action_button_margin_bottom"
android:id="@+id/floating_action_button"
- android:background="@drawable/floating_action_button"
android:layout_centerHorizontal="true"
- android:layout_alignParentBottom="true" >
+ android:layout_alignParentBottom="true">
<ImageButton
android:id="@+id/dialpad_button"
+ android:background="@drawable/floating_action_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/action_menu_dialpad_button"
- android:src="@drawable/ic_menu_dialpad_lt"/>
+ android:src="@drawable/fab_ic_dial"/>
<ImageButton
android:id="@+id/dial_button"
+ android:background="@drawable/floating_action_button"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/btn_call"
android:contentDescription="@string/description_dial_button"
- android:src="@drawable/ic_dial_action_call"
+ android:src="@drawable/fab_ic_call"
android:visibility="gone" />
</FrameLayout>
+ <!-- Host container for the contact tile drag shadow -->
+ <FrameLayout
+ android:layout_height="match_parent"
+ android:layout_width="match_parent">
+ <ImageView
+ android:id="@+id/contact_tile_drag_shadow_overlay"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone"
+ android:importantForAccessibility="no" />
+ </FrameLayout>
</RelativeLayout>
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index d5b2bf8..f97b336 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -36,7 +36,7 @@
<com.android.dialer.list.ViewPagerTabs
android:id="@+id/lists_pager_header"
android:layout_width="match_parent"
- android:layout_height="?android:attr/actionBarSize"
+ android:layout_height="@dimen/tab_height"
android:textAllCaps="true"
android:orientation="horizontal"
android:layout_gravity="top"
diff --git a/res/layout/phone_favorites_fragment.xml b/res/layout/phone_favorites_fragment.xml
index 89a9f73..76e5e98 100644
--- a/res/layout/phone_favorites_fragment.xml
+++ b/res/layout/phone_favorites_fragment.xml
@@ -40,13 +40,6 @@
android:clipToPadding="false"
android:fadingEdge="none"
android:divider="@null" />
-
- <ImageView
- android:id="@+id/contact_tile_drag_shadow_overlay"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:visibility="gone"
- android:importantForAccessibility="no" />
</FrameLayout>
<include
diff --git a/res/menu/dialpad_options.xml b/res/menu/dialpad_options.xml
index 27a9b8a..c6b5dda 100644
--- a/res/menu/dialpad_options.xml
+++ b/res/menu/dialpad_options.xml
@@ -15,6 +15,11 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
+ android:id="@+id/menu_add_contact"
+ android:title="@string/add_contact"
+ android:showAsAction="withText"
+ android:orderInCategory="1" />
+ <item
android:id="@+id/menu_2s_pause"
android:title="@string/add_2sec_pause"
android:showAsAction="withText"
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index b8c52fc..f428445 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ster"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nul"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"huts"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"stemboodskap"</string>
<string name="description_search_button" msgid="3660807558587384889">"soek"</string>
<string name="description_dial_button" msgid="1274091017188142646">"bel"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"terugvee"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nommer om te skakel"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Oproepgeskiedenis"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Meer opsies"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Uitgaande oproep"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Gemiste oproep"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Stemboodskap"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Voeg kontak by"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Meer opsies"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Bekyk kontak <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Bel <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontakbesonderhede van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Oproepbesonderhede"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nuwe stemboodskap."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> oproepe."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Bel <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> (gemisde oproep) terug"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Bel <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> (geantwoorde oproep) terug"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Het oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> af gemis"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Het oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> af geantwoord"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Bel <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Laas om <xliff:g id="TIMEOFCALL">%3$s</xliff:g> gebel."</string>
- <string name="description_call_last" msgid="491385778814705302">"Bel <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Het om <xliff:g id="TIMEOFCALL">%3$s</xliff:g> gebel."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Stuur teksboodskap aan <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Ongeluisterde stemboodskap"</string>
<string name="description_clear_search" msgid="688023606766232904">"Vee soektog uit"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Geen onlangse stemposse nie."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Wys net gunstelinge"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Geskiedenis"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Alles"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Gemis"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Stemboodskap"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Verwyder"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Spoedbel"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALLE KONTAKTE"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"BEL TERUG"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"VEE UIT"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LUISTER"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Het oproep vanaf <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> gemis."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Het oproep vanaf <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> geantwoord."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Oproep na <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Bel <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> terug"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Luister na stemboodskap vanaf <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Vee oproeprekord-inskrywing vir <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> uit"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Oproeprekord-inskrywing is uitgevee."</string>
</resources>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 931e24b..30f14e0 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ኮከብ"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"ዜሮ"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"ፓውንድ"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"ሲደመር"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"የድምፅ መልዕክት"</string>
<string name="description_search_button" msgid="3660807558587384889">"ፍለጋ"</string>
<string name="description_dial_button" msgid="1274091017188142646">"ደውል"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"የኋሊት ደምሳሽ"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"ቁጥር ለመደወል"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"የስልክ ጥሪ ታሪክ"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"ተጨማሪ አማራጮች"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"ወጪ ጥሪ"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"ያመለጠ ጥሪ"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"የድምፅ መልዕክት"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"እውቅያዎች አክል"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"ተጨማሪ አማራጮች"</string>
<string name="description_view_contact" msgid="5205669345700598415">"ዕውቂያ <xliff:g id="NAME">%1$s</xliff:g> ዕይ"</string>
<string name="description_call" msgid="3443678121983852666">"ጥሪ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> እውቂያ ዝርዝሮች"</string>
<string name="description_call_details" msgid="8936017517290240089">"የጥሪ ዝርዝሮች"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"አዲስ የድምጽ መልዕክት።"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> ጥሪዎች።"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"ከ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ላመለጥዎት ጥሪ ይመልሱ"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"መልስ የተሰጠው የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ጥሪ ይመልሱ"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"ያመለጠ የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ጥሪ"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ጥሪ መልሰዋል"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"ለ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ይደውሉ። መጨረሻ ጊዜ የተደወለላቸው በ<xliff:g id="TIMEOFCALL">%3$s</xliff:g>።"</string>
- <string name="description_call_last" msgid="491385778814705302">"ለ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ይደውሉ። የተደወለላቸው በ<xliff:g id="TIMEOFCALL">%3$s</xliff:g>።"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"የፅሁፍ መልዕክት ወደ <xliff:g id="NAME">%1$s</xliff:g> ላክ"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"ያልተሰማ የድምፅመልዕክት"</string>
<string name="description_clear_search" msgid="688023606766232904">"ፍለጋን አጽዳ"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"ምንም የቅርብ ጊዜ የድምጽ መልዕክቶች የሉልም።"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"ተወዳጆችን ብቻ አሳይ"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"ታሪክ"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"ሁሉም"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"ያመለጡ"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"የድምፅ መልዕክት"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"አስወግድ"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"አቋራጭ መደወያ"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ሁሉም እውቂያዎች"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"መልሰህ ደውል"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ሰርዝ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"አዳምጥ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>፣ <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>፣ <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ጥሪ አምልጠዎታል።"</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>፣ <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>፣ <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ጥሪ አንስተዋል።"</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"ለ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>፣ <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>፣ <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ይደውሉ።"</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"ለ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> መልሰው ይደውሉ"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>ን የድምጽ መልዕክት ያዳምጡ"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"የ<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> የጥሪ ምዝግብ ማስታወሻ ግቤት ይሰርዙ"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"የጥሪ ምዝግብ ማስታወሻ ግቤት ተሰርዟል።"</string>
</resources>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 44fb1e3..4b1d982 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"نجمة"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"صفر"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"رنين"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"علامة الجمع"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"البريد الصوتي"</string>
<string name="description_search_button" msgid="3660807558587384889">"بحث"</string>
<string name="description_dial_button" msgid="1274091017188142646">"طلب"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"الرقم الذي سيتم طلبه"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"سجل المكالمات"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"مزيد من الخيارات"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"مكالمة صادرة"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"مكالمة فائتة"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"البريد الصوتي"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"إضافة جهة اتصال"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"خيارات أخرى"</string>
<string name="description_view_contact" msgid="5205669345700598415">"عرض جهة الاتصال <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"الاتصال بـ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"تفاصيل جهة الاتصال بـ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"تفاصيل المكالمة"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"بريد صوتي جديد"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> من المكالمات."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"عرض مكالمة فائتة من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"عرض الرد على مكالمة من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"مكالمة فائتة من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"الرد على مكالمة من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"الاتصال بـ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. آخر مكالمة تمت في <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"الاتصال بـ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. تم الاتصال في <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"إرسال رسالة نصية إلى <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"البريد الصوتي غير المسموع"</string>
<string name="description_clear_search" msgid="688023606766232904">"محو البحث"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"لا توجد رسائل بريد صوتي حديثة."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"عرض المفضلة فقط"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"السجل"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"٠"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"١"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"٢"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"٣"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"٤"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"٥"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"٦"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"٧"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"٨"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"٩"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"الكل"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"فائتة"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"البريد الصوتي"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"إزالة"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"الاتصال السريع"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"جميع جهات الاتصال"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"معاودة الاتصال"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"حذف"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"استماع"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"مكالمة فائتة من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>، <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>، <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"الرد على مكالمة من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>، <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>، <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"اتصال بـ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>، <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>، <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"معاودة الاتصال بـ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"استماع إلى بريد صوتي من <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"حذف إدخال سجل المكالمات لـ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"تم حذف إدخال سجل المكالمات."</string>
</resources>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 17b7633..1b84bc8 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"звезда"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"нула"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"лира"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"плюс"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"гласова поща"</string>
<string name="description_search_button" msgid="3660807558587384889">"търсене"</string>
<string name="description_dial_button" msgid="1274091017188142646">"набиране"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"назад"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"номер за набиране"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"История на обажданията"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Още опции"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Изходящо обаждане"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Пропуснато обаждане"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Гласова поща"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Добавяне на контакт"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Още опции"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Преглед на контактa <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Обаждане до <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Подробности за контакта за <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Подробности за обаждането"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Нова гласова поща."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> обаждания."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Връщане на пропуснато обаждане от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>): <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Връщане на прието обаждане от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>): <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Пропуснато обаждане от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>): <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Прието обаждане от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>): <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Обаждане на <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>). Последно се обадихте: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Обаждане на <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>). Осъществено: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Изпращане на SMS до <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Непрослушана гласова поща"</string>
<string name="description_clear_search" msgid="688023606766232904">"Изчистване на търсенето"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Няма скорошни гласови съобщения."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Показване само на любимите"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"История"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Всички"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Пропуснати"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Гл. поща"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Премахване"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Бързо набиране"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ВСИЧКИ КОНТАКТИ"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ОБРАТНО ОБАЖДАНЕ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ИЗТРИВАНЕ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ПРОСЛУШВАНЕ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Пропуснато обаждане от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Отговорено обаждане от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Обаждане до <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Обратно обаждане до <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Прослушване на гласовата поща от <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Изтриване на записа за <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> от списъка с обажданията"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Записът е изтрит от списъка с обаждания."</string>
</resources>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index cee089e..ea08e63 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"destaca"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"coixinet"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"més"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"correu de veu"</string>
<string name="description_search_button" msgid="3660807558587384889">"cerca"</string>
<string name="description_dial_button" msgid="1274091017188142646">"marca"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"retrocés"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"número que es marcarà"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historial de trucades"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Més opcions"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Trucada sortint"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Trucada perduda"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Missatge de veu"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Afegeix un contacte"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Més opcions"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Visualitza el contacte <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Truca a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Dades de contacte de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detalls de la trucada"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Correu de veu nou"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> trucades"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Torna la trucada perduda de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Torna la trucada resposta de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Trucada perduda de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Trucada resposta de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Truca a: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Hora de l\'última trucada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last" msgid="491385778814705302">"Truca a: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Hora de la trucada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Envia un missatge de text a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Missatge de veu no escoltat"</string>
<string name="description_clear_search" msgid="688023606766232904">"Esborra la cerca"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"No hi ha cap missatge de veu recent."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mostra només els preferits"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historial"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Totes"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Perdudes"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Bústia veu"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Suprimeix"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Marcatge ràpid"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TOTS ELS CONTACTES"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"TORNA LA TRUCADA"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SUPRIMEIX"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ESCOLTA"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Trucada perduda de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Trucada resposta de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Trucada a: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Torna a trucar a: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Escolta el missatge a la bústia de veu de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Suprimeix l\'entrada del registre de trucades de: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"S\'ha suprimit l\'entrada del registre de trucades."</string>
</resources>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 82b6e93..a0ad6f1 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"hvězdička"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nula"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"libra"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"hlasová schránka"</string>
<string name="description_search_button" msgid="3660807558587384889">"vyhledat"</string>
<string name="description_dial_button" msgid="1274091017188142646">"vytáčení"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"číslo, které chcete vytočit"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historie volání"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Více možností"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Odchozí hovor"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Zmeškaný hovor"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Hlasová schránka"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Přidat kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Další možnosti"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Zobrazit kontakt <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Volat kontakt <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Podrobnosti kontaktu pro <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Podrobnosti hovoru"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nová hlasová zpráva"</string>
<string name="description_num_calls" msgid="1601505153694540074">"Počet hovorů: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Zmeškaný hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> – zavolat zpět"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Přijatý hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> – zavolat zpět"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Zmeškaný hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Přijatý hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Hovor s <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Poslední hovor: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Hovor s <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Čas: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Odeslat textovou zprávu kontaktu <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nevyslechnutá hlasová zpráva"</string>
<string name="description_clear_search" msgid="688023606766232904">"Vymazat vyhledávání"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nemáte žádné nedávné hlasové zprávy."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Zobrazit pouze oblíbené"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historie"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Všechny"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Zmeškané"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Schránka"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Odstranit"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Rychlá volba"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"VŠECHNY KONTAKTY"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"VOLAT ZPĚT"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SMAZAT"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"POSLOUCHAT"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Zmeškaný hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Přijatý hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Hovor s <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Zpětné volání <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Poslech hlasové schránky od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Smazat ze seznamu hovorů záznam <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Záznam v seznamu hovorů byl smazán."</string>
</resources>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index b759da7..97eed7b 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"stjernemarker"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nul"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pund"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"telefonsvarer"</string>
<string name="description_search_button" msgid="3660807558587384889">"søg"</string>
<string name="description_dial_button" msgid="1274091017188142646">"ring op"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nummer at ringe op"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Opkaldshistorik"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Flere valgmuligheder"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Udgående opkald"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Ubesvaret opkald"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Telefonsvarer"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Tilføj kontaktperson"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Flere muligheder"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Vis kontaktpersonen <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Ring til <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontaktoplysninger for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Opkaldsdetaljer"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Ny talebesked."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> opkald."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Returneret ubesvaret opkald fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Returneret besvaret opkald fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Ubesvaret opkald fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Besvaret opkald fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Opkald til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Sidste opkald blev foretaget kl. <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Opkald til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Opkaldet blev foretaget kl. <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Send sms til <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Uaflyttet besked på telefonsvareren"</string>
<string name="description_clear_search" msgid="688023606766232904">"Ryd søgning"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Ingen nye talebeskeder."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Vis kun foretrukne"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historik"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Alle"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Ubesvarede"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Talebesked"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Fjern"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Hurtigopkald"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALLE KONTAKTPERSONER"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"RING TILBAGE"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SLET"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LYT"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Ubesvaret opkald fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Opkald besvaret fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Ring til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Ring tilbage til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Lyt til talebesked fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Slet <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> fra opkaldslisten"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Navn eller nummer blev slettet fra opkaldslisten."</string>
</resources>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 37917ce..92ab59f 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"Markierung"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"null"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"Pfund"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"Mailbox"</string>
<string name="description_search_button" msgid="3660807558587384889">"Suchen"</string>
<string name="description_dial_button" msgid="1274091017188142646">"wählen"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Rücktaste"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"Zu wählende Nummer"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Anrufliste"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Mehr Optionen"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Ausgehender Anruf"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Entgangener Anruf"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Mailbox-Nachricht"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Kontakt hinzufügen"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Weitere Optionen"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Kontakt <xliff:g id="NAME">%1$s</xliff:g> anzeigen"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g> anrufen"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontaktdetails für <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Anrufdetails"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Neue Mailbox-Nachricht"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> Anrufe"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Rückruf für verpassten Anruf von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Rückruf für angenommenen Anruf von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Verpasster Anruf von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Angenommener Anruf von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> anrufen. Letzter Anruf: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> anrufen. Anruf war: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"SMS an <xliff:g id="NAME">%1$s</xliff:g> senden"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nicht abgehörte Mailbox-Nachricht"</string>
<string name="description_clear_search" msgid="688023606766232904">"Suche zurücksetzen"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Keine Mailbox-Nachrichten"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Nur Favoriten anzeigen"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Verlauf"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Alle"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Entgangen"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Mailbox-Nachrichten"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Entfernen"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Kurzwahl"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"Alle Kontakte"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"Zurückrufen"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"Löschen"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"Anhören"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Verpasster Anruf von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Anruf von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> angenommen"</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Ausgehender Anruf an <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> zurückrufen"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Mailboxnachricht von <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> anhören"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Anruflisteneintrag für <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> löschen"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Anruflisteneintrag gelöscht"</string>
</resources>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index d5e1d83..9bb1a8b 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"αστέρι"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"μηδέν"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"σύμβολο δίεσης"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"συν"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"αυτόματος τηλεφωνητής"</string>
<string name="description_search_button" msgid="3660807558587384889">"αναζήτηση"</string>
<string name="description_dial_button" msgid="1274091017188142646">"κλήση"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"αριθμός για κλήση"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Ιστορικό κλήσεων"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Περισσότερες επιλογές"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Εξερχόμενη κλήση"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Αναπάντητη κλήση"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Αυτόματος τηλεφωνητής"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Προσθήκη επαφής"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Περισσότερες επιλογές"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Προβολή επαφής <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Κλήση του χρήστη <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Στοιχεία επικοινωνίας του <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Λεπτομέρειες κλήσης"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Νέο μήνυμα στον αυτόματο τηλεφωνητή."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> κλήσεις."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Επιστροφή αναπάντητης κλήσης από <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Επιστροφή απαντημένης κλήσης από <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Αναπάντητη κλήση από <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Απαντημένη κλήση από <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Κλήση <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Τελευταία κλήση <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Κλήση <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ώρα κλήσης <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Αποστολή μηνύματος κειμένου στον χρήστη <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Μηνύματα αυτόματου τηλεφωνητή που δεν έχετε ακούσει"</string>
<string name="description_clear_search" msgid="688023606766232904">"Διαγραφή αναζητήσεων"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Δεν υπάρχουν πρόσφατα φωνητικά μηνύματα."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Εμφάνιση μόνο των αγαπημένων"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Ιστορικό"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Όλα"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Αναπάντητη"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Φωνητικό μήνυμα"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Κατάργηση"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Ταχεία κλήση"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ΟΛΕΣ ΟΙ ΕΠΑΦΕΣ"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ΕΠΑΝΑΚΛΗΣΗ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ΔΙΑΓΡΑΦΗ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ΑΚΡΟΑΣΗ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Αναπάντητη κλήση από <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Ληφθείσα κλήση από <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Κλήση στον αριθμό <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Επανάκληση <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Ακρόαση μηνύματος αυτόματου τηλεφωνητή από το χρήστη <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Διαγραφή καταχώρισης αρχείου καταγραφής κλήσεων για τον αριθμό <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Το αρχείο καταγραφής κλήσεων διαγράφηκε."</string>
</resources>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index a2964c3..aa78f1f 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"Star"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pound"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"voicemail"</string>
<string name="description_search_button" msgid="3660807558587384889">"search"</string>
<string name="description_dial_button" msgid="1274091017188142646">"dial"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"number to dial"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Call History"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"More options"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Outgoing call"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Missed call"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Voicemail"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Add contact"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"More options"</string>
<string name="description_view_contact" msgid="5205669345700598415">"View contact <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Call <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Contact details for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Call details"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"New voicemail."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> calls."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Return missed call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Return answered call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Missed call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Answered call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Call <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Last called <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Call <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Called <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Send text message to <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Unheard voicemail"</string>
<string name="description_clear_search" msgid="688023606766232904">"Clear search"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"No recent voicemails."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Show favourites only"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"History"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"All"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Missed"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Voicemail"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Remove"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Speed Dial"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALL CONTACTS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"CALL BACK"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"DELETE"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LISTEN"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Missed call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Answered call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Call to <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Call back <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Listen to voicemail from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Delete call log entry for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Call log entry deleted."</string>
</resources>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index a2964c3..aa78f1f 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"Star"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pound"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"voicemail"</string>
<string name="description_search_button" msgid="3660807558587384889">"search"</string>
<string name="description_dial_button" msgid="1274091017188142646">"dial"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"number to dial"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Call History"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"More options"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Outgoing call"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Missed call"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Voicemail"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Add contact"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"More options"</string>
<string name="description_view_contact" msgid="5205669345700598415">"View contact <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Call <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Contact details for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Call details"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"New voicemail."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> calls."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Return missed call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Return answered call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Missed call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Answered call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Call <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Last called <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Call <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Called <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Send text message to <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Unheard voicemail"</string>
<string name="description_clear_search" msgid="688023606766232904">"Clear search"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"No recent voicemails."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Show favourites only"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"History"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"All"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Missed"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Voicemail"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Remove"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Speed Dial"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALL CONTACTS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"CALL BACK"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"DELETE"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LISTEN"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Missed call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Answered call from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Call to <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Call back <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Listen to voicemail from <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Delete call log entry for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Call log entry deleted."</string>
</resources>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 11e3075..ed7dda4 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"estrella"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"cero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"libra"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"más"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"buzón de voz"</string>
<string name="description_search_button" msgid="3660807558587384889">"búsqueda"</string>
<string name="description_dial_button" msgid="1274091017188142646">"marcar"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"retroceso"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"número para marcar"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historial de llamadas"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Más opciones"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Llamada saliente"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Llamada perdida"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Mensaje de voz"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Agregar contacto"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Más opciones"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Ver contacto <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Llamar a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Datos de contacto de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detalles de la llamada"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Buzón de voz nuevo"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> llamadas"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Devolver llamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Devolver llamada respondida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Llamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Llamada respondida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Llamar a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (hora de última llamada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_call_last" msgid="491385778814705302">"Llamar a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (hora de llamada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Enviar mensaje de texto a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Buzón de voz no escuchado"</string>
<string name="description_clear_search" msgid="688023606766232904">"Borrar la búsqueda"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"No hay mensajes del buzón de voz recientes."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mostrar solo favoritos"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historial"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Todo"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Perdidas"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Buzón voz"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Eliminar"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Marcado rápido"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TODOS LOS CONTACTOS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"DEVOLVER LLAMADA"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ELIMINAR"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ESCUCHAR"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Llamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Llamada respondida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Llamar a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Devolver llamada a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Escuchar buzón de voz de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Eliminar entrada de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> del registro de llamadas"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Entrada del registro de llamada eliminada"</string>
</resources>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index 00a191e..3afcd42 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"estrella"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"cero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"libra"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"más"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"buzón de voz"</string>
<string name="description_search_button" msgid="3660807558587384889">"buscar"</string>
<string name="description_dial_button" msgid="1274091017188142646">"marcar"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"retroceder un espacio"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"número que se va a marcar"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historial de llamadas"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Más opciones"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Llamada saliente"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Llamada perdida"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Buzón de voz"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Añadir contacto"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Más opciones"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Ver contacto <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Llamar a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Información de contacto de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detalles de la llamada"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nuevo mensaje de voz."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> llamadas."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Se devuelve una llamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Se devuelve una llamada respondida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Llamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Llamada respondida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Llamar a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Última llamada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Llamar a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Hora de la llamada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Enviar mensaje de texto a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Mensaje de voz sin oír"</string>
<string name="description_clear_search" msgid="688023606766232904">"Borrar la búsqueda"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"No hay mensajes de voz recientes."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mostrar solo favoritos"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historial"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Todo"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Perdidas"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Mensaje de voz"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Eliminar"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Marcación rápida"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TODOS LOS CONTACTOS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"DEVOLVER LLAMADA"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ELIMINAR"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ESCUCHAR"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Llamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Llamada respondida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Llamar a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Devolver llamada a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Escuchar el buzón de voz de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Eliminar entrada del registro de llamadas de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Entrada del registro de llamada eliminada."</string>
</resources>
diff --git a/res/values-et-rEE/strings.xml b/res/values-et-rEE/strings.xml
index 7bae4d7..bff005d 100644
--- a/res/values-et-rEE/strings.xml
+++ b/res/values-et-rEE/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"tärn"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"null"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"nael"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"pluss"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"kõnepost"</string>
<string name="description_search_button" msgid="3660807558587384889">"otsing"</string>
<string name="description_dial_button" msgid="1274091017188142646">"Helista"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"tagasilüke"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"number valimiseks"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Kõneajalugu"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Rohkem valikuid"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Väljuv kõne"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Vastamata kõne"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Kõnepost"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Lisa kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Rohkem valikuid"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Kuva kontakt <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Helista: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontakti <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> üksikasjad"</string>
<string name="description_call_details" msgid="8936017517290240089">"Kõne üksikasjad"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Uus kõnepost."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> kõnet."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Helistati tagasi vastamata kõnele kontaktilt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>) <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Helistati uuesti tagasi kontaktile <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>) <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Vastamata kõne kontaktilt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>) <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Vastatud kõne kontaktilt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>) <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Kõne kontaktile <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>). Viimati helistati <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Kõne kontaktile <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>). Helistati <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Saada tekstsõnum kontaktile <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Kuulamata kõnepostisõnum"</string>
<string name="description_clear_search" msgid="688023606766232904">"Otsingu kustutamine"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Pole ühtegi hiljutist kõnepostiteadet."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Kuva ainult lemmikud"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Ajalugu"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Kõik"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Vastamata"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Kõnepost"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Eemalda"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Kiirvalimine"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"KÕIK KONTAKTID"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index bc66aef..5279197 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ستاره"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"صفر"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"پوند"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"به اضافه"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"پست صوتی"</string>
<string name="description_search_button" msgid="3660807558587384889">"جستجو"</string>
<string name="description_dial_button" msgid="1274091017188142646">"شماره گیری"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"شماره برای شماره گیری"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"سابقه تماس"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"گزینههای بیشتر"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"تماس خروجی"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"تماس بیپاسخ"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"پست صوتی"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"افزودن مخاطب"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"گزینههای بیشتر"</string>
<string name="description_view_contact" msgid="5205669345700598415">"مشاهده مخاطب <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"تماس با <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"جزئیات تماس برای <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"جزئیات تماس"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"پست صوتی جدید."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> تماس."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"تماس مجدد به تماس بیپاسخ از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"تماس مجدد به تماس پاسخ داده شده از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"تماس بیپاسخ از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"تماس پاسخ داده شده از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"تماس با <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. مدت آخرین تماس <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"تماس با <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. مدت تماس <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"ارسال پیام متنی به <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"پست صوتی شنیده نشده"</string>
<string name="description_clear_search" msgid="688023606766232904">"پاک کردن جستجو"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"اخیراً هیچ پست صوتی نداشتهاید."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"فقط نمایش موارد دلخواه"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"سابقه"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"۰"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"۱"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"۲"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"۳"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"۴"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"۵"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"۶"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"۷"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"۸"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"۹"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"همه موارد"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"بیپاسخ"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"پست صوتی"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"حذف"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"شمارهگیری سریع"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"همه مخاطبین"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"تماس"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"حذف"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"گوش دادن"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"تماس بیپاسخ از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>، <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>، <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"تماس پاسخداده شده از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>، <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>، <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"تماس به <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>، <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>، <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"تماس با <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"گوش دادن به پست صوتی از <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"حذف ورودی گزارش تماس مربوط به <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"ورودی گزارش تماس حذف شد."</string>
</resources>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index b3cd101..2c63ff6 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"tähti"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nolla"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"punta"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"vastaaja"</string>
<string name="description_search_button" msgid="3660807558587384889">"haku"</string>
<string name="description_dial_button" msgid="1274091017188142646">"soita"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"askelpalautin"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numero johon soitetaan"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Soittohistoria"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Lisää vaihtoehtoja"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Lähtevä puhelu"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Vastaamaton puhelu"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Vastaaja"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Lisää yhteystieto"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Lisää vaihtoehtoja"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Näytä yhteystieto <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Soita: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Yhteystiedot: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Puhelun tiedot"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Uusi ääniviesti."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> puhelua."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Vastaa vastaamattomaan puheluun: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Vastaa vastattuun puheluun: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Vastaamaton puhelu: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Vastattu puhelu: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Soita <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Soitettiin viimeksi <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Soita <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Soitettiin <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Lähetä tekstiviesti: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Kuuntelematon vastaajaviesti"</string>
<string name="description_clear_search" msgid="688023606766232904">"Tyhjennä haku"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Ei uusia viestejä vastaajassa."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Näytä vain suosikit"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historia"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Kaikki"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Vastaamattomat"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Vastaaja"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Poista"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Pikavalinta"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"KAIKKI YHTEYSTIEDOT"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index c09b53c..d35ff7b 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"étoile"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zéro"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"dièse"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"message vocal"</string>
<string name="description_search_button" msgid="3660807558587384889">"rechercher"</string>
<string name="description_dial_button" msgid="1274091017188142646">"composer"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"retour arrière"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numéro à composer"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historique des appels"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Plus d\'options"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Appel sortant"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Appel manqué"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Messagerie vocale"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Ajouter un contact"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Plus d\'options"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Afficher le contact <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Appeler <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Coordonnées de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Détails de l\'appel"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nouveau message vocal."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> appels."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Rappeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (appel manqué) (<xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Rappeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (appel répondu) (<xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Appel manqué de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (<xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Appel répondu de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (<xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Appeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (heure du dernier appel : <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_call_last" msgid="491385778814705302">"Appeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (heure de l\'appel : <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Envoyer un SMS à <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nouveau message vocal"</string>
<string name="description_clear_search" msgid="688023606766232904">"Effacer les termes de recherche"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Aucun message vocal récent"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Afficher les contacts favoris uniquement"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historique"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Tous"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Manqués"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Mess. voc."</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Supprimer"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Composition rapide"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TOUS LES CONTACTS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"RAPPELER"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SUPPRIMER"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ÉCOUTER"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Appel manqué de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> à <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Appel reçu de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> à <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Appel à <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> à <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Rappeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Écouter le message vocal de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Supprimer l\'entrée de journal d\'appel pour <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Entrée du journal d\'appels supprimée."</string>
</resources>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index edb014d..9bf5f89 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"étoile"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zéro"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"dièse"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"messagerie vocale"</string>
<string name="description_search_button" msgid="3660807558587384889">"rechercher"</string>
<string name="description_dial_button" msgid="1274091017188142646">"composer"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"retour arrière"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numéro à composer"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historique des appels"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Plus d\'options"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Appel sortant"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Appel manqué"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Message vocal"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Ajouter un contact"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Plus d\'options"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Afficher le contact <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Appeler <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Coordonnées associées à <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Détails de l\'appel"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nouveau message vocal"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> appels"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Rappeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (appel manqué <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Rappeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (appel reçu <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Appel manqué de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Appel reçu de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Appeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (dernier appel entrant <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
- <string name="description_call_last" msgid="491385778814705302">"Appeler <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> (appel entrant <xliff:g id="TIMEOFCALL">%3$s</xliff:g>)"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Envoyer un SMS à <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nouveau message vocal"</string>
<string name="description_clear_search" msgid="688023606766232904">"Effacer la recherche"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Aucun message vocal récent"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Afficher les contacts ajoutés aux favoris uniquement"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historique"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Tous"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Manqués"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Mess. vocale"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Supprimer"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Numérotation abrégée"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TOUS LES CONTACTS"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index 16a34d5..6cefc8f 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"तारा"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"शून्य"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"पाउंड"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"जोड़ें"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"ध्वनि मेल"</string>
<string name="description_search_button" msgid="3660807558587384889">"खोजें"</string>
<string name="description_dial_button" msgid="1274091017188142646">"डायल करें"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"हटाएं"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"डायल करने के लिए नंबर"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"कॉल इतिहास"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"अधिक विकल्प"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"आउटगोइंग कॉल"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"छूटी कॉल"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"ध्वनिमेल"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"संपर्क जोड़ें"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"अधिक विकल्प"</string>
<string name="description_view_contact" msgid="5205669345700598415">"<xliff:g id="NAME">%1$s</xliff:g> संपर्क देखें"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g> को कॉल करें"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> का संपर्क विवरण"</string>
<string name="description_call_details" msgid="8936017517290240089">"कॉल विवरण"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"नया ध्वनि मेल."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> कॉल."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> से वापसी वाला छूटा हुआ कॉल"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> से वापसी वाला जवाबी कॉल"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> से छूटा हुआ कॉल"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> से जवाबी कॉल"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> पर कॉल करें. <xliff:g id="TIMEOFCALL">%3$s</xliff:g> पर अंतिम बार कॉल किया गया."</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> पर कॉल करें. <xliff:g id="TIMEOFCALL">%3$s</xliff:g> पर कॉल किया गया."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"<xliff:g id="NAME">%1$s</xliff:g> को पाठ संदेश भेजें"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"नहीं सुना गया ध्वनिमेल"</string>
<string name="description_clear_search" msgid="688023606766232904">"खोज साफ़ करें"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"हाल ही का कोई भी ध्वनिमेल नहीं."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"केवल पसंदीदा दिखाएं"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"इतिहास"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"सभी"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"छूटे हुए"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"ध्वनिमेल"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"निकालें"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"स्पीड डायल"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"सभी संपर्क"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"वापस कॉल करें"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"हटाएं"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"सुनें"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"छूटे कॉल का विवरण: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"उत्तर दिए गए कॉल का विवरण: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"किए जाने वाले कॉल का विवरण: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"वापस कॉल करें: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> की ध्वनिमेल सुनें"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> की कॉल लॉग प्रविष्टि हटाएं"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"कॉल लॉग प्रविष्टि हटा दी गई."</string>
</resources>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 5d327a7..a90ed1c 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"zvjezdica"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nula"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"funta"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"govorna pošta"</string>
<string name="description_search_button" msgid="3660807558587384889">"pretraži"</string>
<string name="description_dial_button" msgid="1274091017188142646">"biraj"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"broj za pozivanje"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Povijest poziva"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Više opcija"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Odlazni poziv"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Propušteni poziv"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Govorna pošta"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Dodaj kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Više opcija"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Prikaz kontakta <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Pozovi: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Pojedinosti o kontaktu <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Pojedinosti poziva"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nova govorna pošta."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Broj poziva: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Uzvrati propušteni poziv kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Uzvrati prihvaćeni poziv kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Propušteni poziv kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Prihvaćeni poziv kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Nazovi kontakt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Posljednji poziv upućen <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Nazovi kontakt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Poziv upućen <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Slanje tekstualne poruke: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nepreslušana govorna pošta"</string>
<string name="description_clear_search" msgid="688023606766232904">"Brisanje pretraživanja"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nema nedavne govorne pošte"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Prikaži samo favorite"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Povijest"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Sve"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Propušteni"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Gov. pošta"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Ukloni"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Brzo biranje"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"SVI KONTAKTI"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"POVRATNI POZIV"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"IZBRIŠI"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"POSLUŠAJTE"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Propušteni poziv kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Prihvaćeni poziv kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Upućeni poziv kontaktu <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Uzvraćanje poziva kontaktu <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Slušanje govorne pošte kontakta <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Brisanje unosa u zapisniku poziva za kontakt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Unos zapisnika poziva izbrisan je."</string>
</resources>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index 6937243..aab395c 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"csillag"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nulla"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"kettős kereszt"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plusz"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"hangposta"</string>
<string name="description_search_button" msgid="3660807558587384889">"keresés"</string>
<string name="description_dial_button" msgid="1274091017188142646">"tárcsázás"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"a tárcsázandó szám"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Hívási előzmények"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"További beállítások"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Kimenő hívás"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Nem fogadott hívás"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Hangüzenet"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Névjegy hozzáadása"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"További lehetőségek"</string>
<string name="description_view_contact" msgid="5205669345700598415">"<xliff:g id="NAME">%1$s</xliff:g> névjegyének megtekintése"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g> hívása"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> részletes adatai."</string>
<string name="description_call_details" msgid="8936017517290240089">"Hívás adatai"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Új hangpostaüzenet."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> hívás"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> részéről érkező nem fogadott hívás megjelenítése, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> részéről fogadott hívás megjelenítése, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Nem fogadott hívás <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> részéről, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Fogadott hívás <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> részéről, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> hívása itt: <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Legutóbbi hívás időpontja: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> hívása itt: <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Hívás időpontja <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"SMS küldése neki: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nem lejátszott hangüzenet"</string>
<string name="description_clear_search" msgid="688023606766232904">"Keresés törlése"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nincsenek újabb hangpostaüzenetek."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Csak kedvencek megjelenítése"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Előzmények"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Összes"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Nem fogadott"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Hangposta"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Eltávolítás"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Gyorshívó"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ÖSSZES NÉVJEGY"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"VISSZAHÍVÁS"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"TÖRLÉS"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"MEGHALLGATÁS"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Nem fogadott hívás a következőtől: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Fogadott hívás a következőtől: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Kimenő hívás: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> visszahívása"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> hangpostaüzenetének meghallgatása"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> hívásnapló-bejegyzésének törlése"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Hívásnapló-bejegyzés törölve."</string>
</resources>
diff --git a/res/values-hy-rAM/strings.xml b/res/values-hy-rAM/strings.xml
index d2ec2b8..3dc1111 100644
--- a/res/values-hy-rAM/strings.xml
+++ b/res/values-hy-rAM/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"աստղանշել"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"զրո"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"ֆունտ"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"գումարում"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"ձայնային փոստ"</string>
<string name="description_search_button" msgid="3660807558587384889">"որոնել"</string>
<string name="description_dial_button" msgid="1274091017188142646">"համարարկել"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"հետշարժ"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"համարհավաքման հեռախոսահամարը"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Զանգերի պատմությունը"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Այլ ընտրանքներ"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Ելքային զանգ"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Բաց թողնված զանգ"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Ձայնային փոստ"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Ավելացնել կոտակտ"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Այլ ընտրանքներ"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Դիտել <xliff:g id="NAME">%1$s</xliff:g> կոնտակտը"</string>
<string name="description_call" msgid="3443678121983852666">"Զանգել <xliff:g id="NAME">%1$s</xliff:g>-ին"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>-ի կոնտակտային տվյալները"</string>
<string name="description_call_details" msgid="8936017517290240089">"Զանգի մանրամասները"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Նոր ձայնային հաղորդագրություն:"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> զանգ:"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Բաց թողնված զանգ՝ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>: Հետ զանգել այս համարին"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Ընդունված զանգ՝ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>: Հետ զանգել այս համարին"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Բաց թողնված զանգ՝ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Ընդունված զանգ՝ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Ելքային զանգ՝ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>: Վերջին զանգի ժամը՝ <xliff:g id="TIMEOFCALL">%3$s</xliff:g>:"</string>
- <string name="description_call_last" msgid="491385778814705302">"Ելքային զանգ՝ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>: Զանգի ժամը՝ <xliff:g id="TIMEOFCALL">%3$s</xliff:g>:"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Ուղարկել տեքստային հաղորդագրություն <xliff:g id="NAME">%1$s</xliff:g>-ին"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Չլսված ձայնային փոստ"</string>
<string name="description_clear_search" msgid="688023606766232904">"Մաքրել որոնման դաշտը"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Նոր ձայնային հաղորդագրություններ չկան:"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Ցույց տալ միայն ընտրյալները"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Պատմություն"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Բոլորը"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Բաց թողնված"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Ձայնափոստ"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Հեռացնել"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Արագ համարահավաքում"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ԲՈԼՈՐ ԿՈՆՏԱԿՏՆԵՐԸ"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index c5abcf7..f170bbb 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"bintangi"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nol"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pound"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"kotak pesan"</string>
<string name="description_search_button" msgid="3660807558587384889">"telusuri"</string>
<string name="description_dial_button" msgid="1274091017188142646">"panggil"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nomor untuk dipanggil"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Riwayat Panggilan"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Opsi lainnya"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Panggilan keluar"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Panggilan tak terjawab"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Pesan suara"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Tambahkan kontak"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Opsi lainnya"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Lihat kontak <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Panggil <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Detail kontak untuk <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detail panggilan"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Pesan suara baru."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> panggilan."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Balas panggilan tak terjawab dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Balas panggilan terjawab dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Panggilan tak terjawab dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Panggilan terjawab dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Menelepon <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Terakhir telepon <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Menelepon <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Waktu telepon <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Kirim SMS ke <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Pesan suara yang belum didengar"</string>
<string name="description_clear_search" msgid="688023606766232904">"Hapus penelusuran"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Tidak ada pesan suara terbaru."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Hanya tampilkan favorit"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Riwayat"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Semua"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Tak Dijawab"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"PesanSuara"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Hapus"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Panggilan Cepat"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"SEMUA KONTAK"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"HUBUNGI KEMBALI"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"HAPUS"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"DENGAR"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Panggilan telepon tak terjawab dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Panggilan telepon terjawab dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Panggilan telepon ke <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Panggil kembali <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Dengarkan kotak pesan dari <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Hapus entri log panggilan telepon untuk <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Entri log panggilan telepon dihapus."</string>
</resources>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 348fc8b..f855c03 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"stella"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"sterlina"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"più"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"segreteria"</string>
<string name="description_search_button" msgid="3660807558587384889">"cerca"</string>
<string name="description_dial_button" msgid="1274091017188142646">"componi"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numero da comporre"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Cronologia chiamate"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Altre opzioni"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Chiamata in uscita"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Chiamata senza risposta"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Messaggio vocale"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Aggiungi contatto"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Altre opzioni"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Visualizza <xliff:g id="NAME">%1$s</xliff:g> contatto"</string>
<string name="description_call" msgid="3443678121983852666">"Chiama <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Dettagli contatto <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Dettagli chiamata"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nuovo messaggio di segreteria."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> chiamate."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Mostra chiamata senza risposta da <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Mostra chiamata ricevuta da <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Chiamata senza risposta da <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Chiamata ricevuta da <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Chiamata a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ultima chiamata: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Chiamata a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ora chiamata: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Invia messaggio di testo a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Messaggio vocale non ascoltato"</string>
<string name="description_clear_search" msgid="688023606766232904">"Cancella ricerca"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nessun messaggio vocale recente."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mostra solo i preferiti"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Cronologia"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Tutti"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Perse"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Segreteria"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Rimuovi"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Chiamata rapida"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TUTTI I CONTATTI"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"RICHIAMA"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ELIMINA"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ASCOLTA"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Chiamata senza risposta da <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Chiamata ricevuta da <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Chiamata a <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Richiama <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Ascolta il messaggio vocale di: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Elimina la voce del registro chiamate relativa a: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Voce del registro chiamate eliminata."</string>
</resources>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 0021146..bd2bbf2 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"סמן בכוכב"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"אפס"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"סולמית"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"פלוס"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"דואר קולי"</string>
<string name="description_search_button" msgid="3660807558587384889">"חפש"</string>
<string name="description_dial_button" msgid="1274091017188142646">"חייג"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"מספר לחיוג"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"היסטוריית שיחות"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"אפשרויות נוספות"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"שיחה יוצאת"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"שיחה שלא נענתה"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"דואר קולי"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"הוסף איש קשר"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"עוד אפשרויות"</string>
<string name="description_view_contact" msgid="5205669345700598415">"הצג את איש הקשר <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"התקשר אל <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"פרטי יצירת קשר עבור <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"פרטי שיחה"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"דואר קולי חדש."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> שיחות."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"השב לשיחה שלא נענתה מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"השב לשיחה שנענתה מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"שיחה שלא נענתה מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"שיחה שנענתה מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"שיחה עם <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. שיחה אחרונה ב-<xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"שיחה עם <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. התקשר ב-<xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"שלח הודעת טקסט אל <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"דואר קולי שעדיין לא נשמע"</string>
<string name="description_clear_search" msgid="688023606766232904">"נקה חיפוש"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"אין הודעות דואר קולי אחרונות."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"הצג מועדפים בלבד"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"היסטוריה"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"הכול"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"שיחה שלא נענתה"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"דואר קולי"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"הסר"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"חיוג מהיר"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"כל אנשי הקשר"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"התקשר חזרה"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"מחק"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"האזן"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"שיחה שלא נענתה מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"שיחה שנענתה מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"התקשר אל <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"התקשר חזרה אל <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"האזן לדואר קולי מ-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"מחק רשומה ביומן השיחות עבור <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"רשומת יומן שיחות נמחקה."</string>
</resources>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index b168c79..e5391c7 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"スター"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"0"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"ポンド"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"プラス"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"ボイスメール"</string>
<string name="description_search_button" msgid="3660807558587384889">"検索"</string>
<string name="description_dial_button" msgid="1274091017188142646">"発信"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"発信番号"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"通話履歴"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"その他のオプション"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"発信"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"不在着信"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"ボイスメール"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"連絡先を追加"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"その他のオプション"</string>
<string name="description_view_contact" msgid="5205669345700598415">"<xliff:g id="NAME">%1$s</xliff:g>の連絡先を表示"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g>に発信"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>の連絡先の詳細"</string>
<string name="description_call_details" msgid="8936017517290240089">"通話の詳細"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"新着のボイスメール。"</string>
<string name="description_num_calls" msgid="1601505153694540074">"通話回数は<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>回。"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>の不在着信に折り返し発信"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>の着信に折り返し発信"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>からの不在着信"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>からの着信"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>に発信。前回の通話は<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>に発信。前回の通話は<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"<xliff:g id="NAME">%1$s</xliff:g>にテキストメッセージを送信"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"未再生のボイスメール"</string>
<string name="description_clear_search" msgid="688023606766232904">"検索をクリア"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"最近のボイスメールはありません。"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"お気に入りのみを表示"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"履歴"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"すべて"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"不在着信"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"ボイスメール"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"削除"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"クイックアクセス"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"すべての連絡先"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"コールバック"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"削除"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"再生"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>からの不在着信。"</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>からの着信。"</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>の<xliff:g id="TYPEORLOCATION">%2$s</xliff:g><xliff:g id="NAMEORNUMBER">%1$s</xliff:g>への発信。"</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>にコールバック"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>からのボイスメールを再生"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>の通話履歴エントリを削除"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"通話履歴エントリを削除しました。"</string>
</resources>
diff --git a/res/values-ka-rGE/strings.xml b/res/values-ka-rGE/strings.xml
index 9c50d19..48d4216 100644
--- a/res/values-ka-rGE/strings.xml
+++ b/res/values-ka-rGE/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ვარსკვლავი"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"ნული"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"გირვანქა"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"პლუს"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"ხმოვანი ფოსტა"</string>
<string name="description_search_button" msgid="3660807558587384889">"ძიება"</string>
<string name="description_dial_button" msgid="1274091017188142646">"დარეკვა"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"უკუშლა"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"ასაკრეფი ნომერი"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"საუბრის ისტორია"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"სხვა პარამეტრები"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"გამავალი ზარი"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"გამოტოვებული ზარი"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"ხმოვანი ფოსტა"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"კონტაქტის დამატება"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"მეტი ვარიანტები"</string>
<string name="description_view_contact" msgid="5205669345700598415">"კონტაქტის <xliff:g id="NAME">%1$s</xliff:g> ნახვა"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g>-თან დარეკვა"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>-ის კონტაქტის დეტალები"</string>
<string name="description_call_details" msgid="8936017517290240089">"ზარის მონაცემები"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"ახალი ხმოვანი ფოსტა."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> ზარი."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-დან მიღებული გამოტოვებულ ზარზე გადარეკვა"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-დან ნაპასუხებ ზარზე გადარეკვა"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-დან მიღებული გამოტივებული ზარი"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-დან მიღებულ ზარზე პასუხი"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>-ში დარეკვა. ბოლო დარეკვა <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>-ში დარეკვა. დაირეკა <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"ტესქტური შეტყობინების გაგზავნა <xliff:g id="NAME">%1$s</xliff:g>-ისთვის"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"მოსასმენი ხმოვანი ფოსტა"</string>
<string name="description_clear_search" msgid="688023606766232904">"ძიების გასუფთავება"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"ბოლო დროის ხმოვანი ფოსტა არ არის."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"მხოლოდ რჩეულების ჩვენება"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"ისტორია"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"ყველა"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"გამოტოვებული"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"ხმოვანი ფოსტა"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"ამოშლა"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"სწრაფი აკრეფა"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ყველა კონტაქტი"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-km-rKH/strings.xml b/res/values-km-rKH/strings.xml
index e3f28c0..75c0b82 100644
--- a/res/values-km-rKH/strings.xml
+++ b/res/values-km-rKH/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ផ្កាយ"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"សូន្យ"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"ផោន"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"បូក"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"សារជាសំឡេង"</string>
<string name="description_search_button" msgid="3660807558587384889">"ស្វែងរក"</string>
<string name="description_dial_button" msgid="1274091017188142646">"dial"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"លេខដែលត្រូវហៅ"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"ប្រវត្តិហៅ"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"ជម្រើសបន្ថែម"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"ការហៅចេញ"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"ខកខានទទួល"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"សារជាសំឡេង"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"បន្ថែមទំនាក់ទំនង"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"ជម្រើសច្រើនទៀត"</string>
<string name="description_view_contact" msgid="5205669345700598415">"មើលទំនាក់ទំនង <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"ហៅ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"ព័ត៌មានលម្អិតទំនាក់ទំនងសម្រាប់ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"ព័ត៌មានលម្អិតការហៅ"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"សារជាសំឡេងថ្មី។"</string>
<string name="description_num_calls" msgid="1601505153694540074">"ការហៅ <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> ។"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"ត្រឡប់ការខកខានទទួលពី <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"ត្រឡប់ការហៅបានឆ្លើយតបពី <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"បានខកខានទទួលពី <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"បានឆ្លើយតបការហៅពី <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"ហៅ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ។ បានហៅចុងក្រោយ <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ។"</string>
- <string name="description_call_last" msgid="491385778814705302">"ហៅ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ។ បានហៅ <xliff:g id="TIMEOFCALL">%3$s</xliff:g> ។"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"ផ្ញើរសារអត្ថបទទៅ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"សារជាសំឡេងដែលមិនបានឮ"</string>
<string name="description_clear_search" msgid="688023606766232904">"សម្អាតការស្វែងរក"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"គ្មានសារជាសំឡេងថ្មីទេ។"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"បង្ហាញតែនិយមប្រើប៉ុណ្ណោះ"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"ប្រវត្តិ"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"ទាំងអស់"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"ខកខានទទួល"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"សារជាសំឡេង"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"លុបចេញ"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"ការហៅរហ័ស"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ទំនាក់ទំនងទាំងអស់"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 8d9d268..522cddd 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"별"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"0"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"#"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"추가"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"음성사서함"</string>
<string name="description_search_button" msgid="3660807558587384889">"검색"</string>
<string name="description_dial_button" msgid="1274091017188142646">"전화걸기"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"백스페이스"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"전화를 걸 번호"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"통화 기록"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"옵션 더보기"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"발신 전화"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"부재중 전화"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"음성사서함"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"연락처 추가"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"옵션 더보기"</string>
<string name="description_view_contact" msgid="5205669345700598415">"<xliff:g id="NAME">%1$s</xliff:g>님의 연락처 보기"</string>
<string name="description_call" msgid="3443678121983852666">"전화하기:<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>의 연락처 세부정보"</string>
<string name="description_call_details" msgid="8936017517290240089">"통화 세부정보"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"새로운 음성사서함이 있습니다."</string>
<string name="description_num_calls" msgid="1601505153694540074">"통화 횟수: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>번"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>에 온 부재중 전화 <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>(으)로 전화걸기"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>에 수신한 <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>(으)로 전화걸기"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"부재중 전화: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"수신 전화: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>에 전화를 겁니다. 마지막으로 전화를 건 시간은 <xliff:g id="TIMEOFCALL">%3$s</xliff:g>입니다."</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>에 전화를 겁니다. 전화를 건 시간은 <xliff:g id="TIMEOFCALL">%3$s</xliff:g>입니다."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"<xliff:g id="NAME">%1$s</xliff:g>님에게 문자 메시지 보내기"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"듣지 않은 음성사서함"</string>
<string name="description_clear_search" msgid="688023606766232904">"검색창 지우기"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"최근 음성사서함이 없습니다."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"즐겨찾는 연락처만 표시"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"기록"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"전체"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"부재중 전화"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"음성사서함"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"삭제"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"단축 다이얼"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"모든 연락처"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-lo-rLA/strings.xml b/res/values-lo-rLA/strings.xml
index 4b93e83..4779ba6 100644
--- a/res/values-lo-rLA/strings.xml
+++ b/res/values-lo-rLA/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ຕິດດາວ"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"ສູນ"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"ພາວ"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"ບວກ"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"ຂໍ້ຄວາມສຽງ"</string>
<string name="description_search_button" msgid="3660807558587384889">"ຊອກຫາ"</string>
<string name="description_dial_button" msgid="1274091017188142646">"ແປ້ນໂທ"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"ໝາຍເລກທີ່ຈະໂທ"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"ປະຫວັດການໂທ"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"ໂຕເລືອກເພີ່ມເຕີມ"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"ສາຍໂທອອກ"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"ສາຍທີ່ບໍ່ໄດ້ຮັບ"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"ຂໍ້ຄວາມສຽງ"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"ເພີ່ມລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"ໂຕເລືອກອື່ນ"</string>
<string name="description_view_contact" msgid="5205669345700598415">"ເບິ່ງລາຍຊື່ຜູ່ຕິດຕໍ່ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"ໂທຫາ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"ລາຍລະອຽດລາຍຊື່ຜູ່ຕິດຕໍ່ສຳລັບ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"ລາຍລະອຽດການໂທ"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"ຂໍ້ຄວາມສຽງໃໝ່."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> ການໂທ."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"ຕອບສາຍທີ່ບໍ່ໄດ້ຮັບຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"ຕອບໂທກັບຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"ສາຍທີ່ບໍ່ໄດ້ຮັບຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"ສາຍຕອບກັບຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"ໂທຫາ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. ໂທຄັ້ງສຸດທ້າຍ <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"ໂທຫາ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. ໂທແລ້ວ <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"ສົ່ງຂໍ້ຄວາມຫາ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"ຂໍ້ຄວາມສຽງທີ່ຍັງບໍ່ໄດ້ຟັງ"</string>
<string name="description_clear_search" msgid="688023606766232904">"ລຶບການຊອກຫາ"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"ບໍ່ມີຂໍ້ຄວາມສຽງຫຼ້າສຸດ."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"ສະແດງສະເພາະລາຍການທີ່ນິຍົມເທົ່ານັ້ນ"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"ປະຫວັດການໂທ"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"ທັງໝົດ"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"ສາຍທີ່ບໍ່ໄດ້ຮັບ"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"ຂໍ້ຄວາມສຽງ"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"ລຶບອອກ"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"ໂທດ່ວນ"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ລາຍຊື່ຜູ່ຕິດຕໍ່ທັງໝົດ"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ໂທກັບ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ລຶບ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ຟັງ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"ສາຍທີ່ບໍ່ໄດ້ຮັບຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"ສາຍທີ່ໄດ້ຮັບຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"ໂທຫາ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"ໂທກັບຫາ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"ຟັງຂໍ້ຄວາມສຽງຈາກ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"ລຶບບັນທຶກການໂທຫາ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"ລຶບບັນທຶກການໂທແລ້ວ."</string>
</resources>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index a6fcbd3..a062f4e 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"žvaigždutė"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nulis"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"svaras"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"pliusas"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"balso paštas"</string>
<string name="description_search_button" msgid="3660807558587384889">"ieškoti"</string>
<string name="description_dial_button" msgid="1274091017188142646">"rinkti numerį"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"naikinimo klavišas"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"renkamas numeris"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Skambučių istorija"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Daugiau parinkčių"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Išsiunčiamasis skambutis"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Praleistas skambutis"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Balso paštas"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Pridėti kontaktą"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Daugiau parinkčių"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Žiūrėti kontaktą <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Skambinti <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Išsami kontaktinė informacija: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Išsami skambučio informacija"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Naujas balso pašto pranešimas."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Skambučių: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Grįžtamasis praleistas skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Grįžtamasis atsakytas skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Praleistas skambutis, <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Atsakytas skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Paskutinį kartą skambinta: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Skambinta: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Siųsti teksto pranešimą <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Neklausytas balso pašto pranešimas"</string>
<string name="description_clear_search" msgid="688023606766232904">"Išvalyti paiešką"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nėra neseniai gauto balso pašto."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Rodyti tik mėgstamiausius"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Istorija"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Visi"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Praleisti"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Balso paštas"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Pašalinti"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Spartusis rinkimas"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"VISI KONTAKTAI"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ATSKAMBINTI"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"IŠTRINTI"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"KLAUSYTI"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Praleistas skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Atsakytas skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Atliktas skambutis: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Atskambinti <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Klausyti balso pašto nuo <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Ištrinti <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> skambučių žurnalo įrašą"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Skambučių žurnalo įrašas ištrintas."</string>
</resources>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index a0e19e4..9eebe33 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"zvaigznīte"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nulle"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"numura zīme"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"pluszīme"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"balss pasts"</string>
<string name="description_search_button" msgid="3660807558587384889">"meklēt"</string>
<string name="description_dial_button" msgid="1274091017188142646">"sastādīt numuru"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"atpakaļatkāpe"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"sastādītais numurs"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Zvanu vēsture"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Vairāk opciju"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Izejošs zvans"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Neatbildēts zvans"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Balss pasts"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Pievienot kontaktpersonu"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Citas opcijas"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Skatīt kontaktpersonu <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Zvanīt šim: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontaktpersonas informācija: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Informācija par zvanu"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Jauns balss pasta ziņojums."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> zvani."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Zvanīt, ja ir neatbildēts zvans: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Zvanīt, ja zvans ir atbildēts: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Neatbildēts zvans no: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Atbildēts zvans no: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Zvanīt: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Pēdējoreiz zvanīts: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Zvanīt: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Zvanīts: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Sūtīt īsziņu šim: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nenoklausīti balss pasta ziņojumi"</string>
<string name="description_clear_search" msgid="688023606766232904">"Notīrīt meklēšanas lauku"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nav nesenu balss pasta ziņojumu."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Rādīt tikai izlasi"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Vēsture"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Visi"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Neatb."</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Balss p."</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Noņemt"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Ātrā izvēlne"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"VISAS KONTAKTPERSONAS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ATZVANĪT"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"DZĒST"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"KLAUSĪTIES"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Neatbildēts zvans no: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Atbildēts zvans no: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Izejošs zvans: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Atzvanīt: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Klausīties balss pasta ziņojumu no: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Dzēst zvanu žurnāla ierakstu par: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Zvanu žurnāla ieraksts ir izdzēsts."</string>
</resources>
diff --git a/res/values-mn-rMN/strings.xml b/res/values-mn-rMN/strings.xml
index 505d3ee..08fb3d5 100644
--- a/res/values-mn-rMN/strings.xml
+++ b/res/values-mn-rMN/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"од"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"тэг"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"фунт"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"нэмэх"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"дуут шуудан"</string>
<string name="description_search_button" msgid="3660807558587384889">"хайх"</string>
<string name="description_dial_button" msgid="1274091017188142646">"залгах"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Ухраах"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"залгах дугаар"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Дуудлагын түүх"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Нэмэлт сонголтууд"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Залгасан дуудлага"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Аваагүй дуудлага"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Дуут шуудан"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Харилцагч нэмэх"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Нэмэлт сонголтууд"</string>
<string name="description_view_contact" msgid="5205669345700598415">"<xliff:g id="NAME">%1$s</xliff:g> харилцагчийг харах"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g> руу залгах"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>-н харилцагчийн мэдээлэл"</string>
<string name="description_call_details" msgid="8936017517290240089">"Дуудлагын мэдээлэл"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Шинэ дуут шуудан."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> дуудлага."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-н аваагүй дуудлага"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-н хариулсан дуудлага"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-н аваагүй дуудлага"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>-н хариулсан дуудлага"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> руу залгах. Сүүлд залгасан <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> руу залгах. Залгасан <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"<xliff:g id="NAME">%1$s</xliff:g> руу зурвас илгээх"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Сонсоогүй дуут шуудан"</string>
<string name="description_clear_search" msgid="688023606766232904">"Хайлтыг цэвэрлэх"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Саяхны дуут шуудан байхгүй байна."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Зөвхөн дуртайнуудыг харуулах"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Түүх"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Бүгд"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Аваагүй"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Дуут шуудан"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Хасах"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Шуурхай залгах"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"БҮХ ХАРИЛЦАГЧИД"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-ms-rMY/strings.xml b/res/values-ms-rMY/strings.xml
index 3483747..79d76df 100644
--- a/res/values-ms-rMY/strings.xml
+++ b/res/values-ms-rMY/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"bintang"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"sifar"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"paun"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"tanda campur"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"mel suara"</string>
<string name="description_search_button" msgid="3660807558587384889">"cari"</string>
<string name="description_dial_button" msgid="1274091017188142646">"dail"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"undur ruang"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nombor untuk didail"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Sejarah Panggilan"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Lagi pilihan"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Panggilan keluar"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Panggilan tidak dijawab"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Mel suara"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Tambah kenalan"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Lagi pilihan"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Lihat kenalan <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Panggil <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Butiran hubungan untuk <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Butiran panggilan"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Mel suara baharu."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> panggilan."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Balas panggilan yang tidak dijawab daripada <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Balas panggilan yang dijawab daripada <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Panggilan yang tidak dijawab daripada <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Panggilan yang dijawab daripada <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Panggil <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Terakhir dipanggil <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Panggil <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Dipanggil <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Hantar mesej teks kepada <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Mel suara belum didengar"</string>
<string name="description_clear_search" msgid="688023606766232904">"Kosongkan carian"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Tiada mel suara terbaru."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Tunjukkan kegemaran sahaja"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Sejarah"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Semua"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Tidak dijawab"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Mel suara"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Alih keluar"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Dail Laju"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"SEMUA KENALAN"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index 91b32a8..05ee191 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"stjerne"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"null"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"firkant"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"pluss"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"talepostkasse"</string>
<string name="description_search_button" msgid="3660807558587384889">"søk"</string>
<string name="description_dial_button" msgid="1274091017188142646">"ring"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"tilbaketast"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"ring til"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Anropslogg"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Flere alternativer"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Utgående samtale"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Tapt anrop"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Talepostkasse"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Legg til kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Flere alternativer"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Se kontakten <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Ring til <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontaktinformasjon for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Samtaleinformasjon"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Ny talemelding."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> samtaler."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Ring tilbake etter en ubesvart opprigning fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Ring tilbake etter en besvart oppringning fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Tapt oppringning fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Besvart oppringning fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Ring til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Siste samtale kl. <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Ring til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ringte deg kl. <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Send tekstmelding til <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Ikke avspilt talepost"</string>
<string name="description_clear_search" msgid="688023606766232904">"Slett søk"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Ingen nylige talemeldinger"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Vis bare favoritter"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Logg"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Alle"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Ikke besvart"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Talemeldinger"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Fjern"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Hurtigoppringing"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALLE KONTAKTER"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"RING TILBAKE"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SLETT"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LYTT"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Tapt anrop fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Besvart anrop fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Ring til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Ring tilbake til <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Lytt til talepostkasse fra <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Slett oppføring i samtaleloggen for <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Oppføringen i samtaleloggen slettet."</string>
</resources>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 9a759e6..170a194 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ster"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nul"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"hekje"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"voicemail"</string>
<string name="description_search_button" msgid="3660807558587384889">"zoeken"</string>
<string name="description_dial_button" msgid="1274091017188142646">"bellen"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nummer om te bellen"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Oproepgeschiedenis"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Meer opties"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Uitgaande oproep"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Gemiste oproep"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Voicemail"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Contact toevoegen"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Meer opties"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Contact <xliff:g id="NAME">%1$s</xliff:g> bekijken"</string>
<string name="description_call" msgid="3443678121983852666">"<xliff:g id="NAME">%1$s</xliff:g> bellen"</string>
<string name="description_contact_details" msgid="51229793651342809">"Contactgegevens voor <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Gespreksgegevens"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nieuwe voicemail."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> telefoongesprekken."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Terugbellen naar gemiste oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Terugbellen naar beantwoorde oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Gemiste oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Beantwoorde oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> bellen. Laatst gebeld om <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> bellen. Gebeld op <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Sms verzenden naar <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Niet-beluisterde voicemail"</string>
<string name="description_clear_search" msgid="688023606766232904">"Zoekopdracht wissen"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Geen recente voicemails."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Alleen favorieten weergeven"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Geschiedenis"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Alle"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Gemist"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Voicemail"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Verwijderen"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Snelkeuze"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALLE CONTACTEN"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"TERUGBELLEN"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"VERWIJDEREN"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LUISTEREN"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Gemiste oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Beantwoorde oproep van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Oproep aan <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> terugbellen"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Voicemail beluisteren van <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Vermelding in gesprekkenlijst verwijderen voor <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Vermelding in gesprekkenlijst verwijderd."</string>
</resources>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 3320a6a..dd53816 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"gwiazdka"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"funt"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"poczta głosowa"</string>
<string name="description_search_button" msgid="3660807558587384889">"szukaj"</string>
<string name="description_dial_button" msgid="1274091017188142646">"wybierz numer"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numer do wybrania"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historia połączeń"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Więcej opcji"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Połączenie wychodzące"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Nieodebrane połączenie"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Poczta głosowa"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Dodaj kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Więcej opcji"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Wyświetl kontakt <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Połącz z: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Szczegóły kontaktu: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Szczegóły połączenia"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nowa poczta głosowa."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Połączenia: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Oddzwonienie po nieodebranym połączeniu: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Oddzwonienie po odebranym połączeniu: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Nieodebrane połączenie: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Odebrane połączenie: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Połączenie: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ostatni raz o <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Połączenie: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Godzina: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Wyślij SMS do: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nieodsłuchana poczta głosowa"</string>
<string name="description_clear_search" msgid="688023606766232904">"Wyczyść wyszukiwanie"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Brak nowej poczty głosowej."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Pokaż tylko ulubione"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historia"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Wszystkie"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Nieodebrane"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Poczta gł."</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Usuń"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Szybkie wybieranie"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"WSZYSTKIE KONTAKTY"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ODDZWOŃ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"USUŃ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"POSŁUCHAJ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Nieodebrane połączenie od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Odebrane połączenie od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Połączenie wychodzące z: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Oddzwoń do: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Posłuchaj wiadomości głosowej od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Usuń wpis dziennika połączeń: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Wpis dziennika połączeń został usunięty."</string>
</resources>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index a3031b4..c2b9f6b 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"estrela"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"libra"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"mais"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"correio de voz"</string>
<string name="description_search_button" msgid="3660807558587384889">"pesquisar"</string>
<string name="description_dial_button" msgid="1274091017188142646">"marcar"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"retrocesso"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"número a marcar"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Histórico de Chamadas"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Mais opções"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Chamada efetuada"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Chamada não atendida"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Correio de voz"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Adicionar contacto"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Mais opções"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Ver o contacto <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Ligar a <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Detalhes de contacto para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detalhes da chamada"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Novo correio de voz."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> chamadas."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Responder à chamada não atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Responder à chamada atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Chamada não atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Chamada atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Telefonar para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Última chamada efetuada às <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Telefonar para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Chamada efetuada às <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Enviar mensagem de texto para <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Mensagem de correio de voz ainda não ouvida"</string>
<string name="description_clear_search" msgid="688023606766232904">"Limpar pesquisa"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Não existe correio de voz recente."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mostrar apenas os favoritos"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Histórico"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Todos"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Não atendidas"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Corr. Voz"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Remover"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Marcação rápida"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TODOS OS CONTACTOS"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"TELEFONAR DE VOLTA"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ELIMINAR"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"OUVIR"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Chamada não atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Chamada atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Chamada para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Telefonar de volta para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Ouvir o correio de voz de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Eliminar entrada de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> do registo de chamadas"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Entrada eliminada do registo de chamadas."</string>
</resources>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 19df83f..028608b 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"estrela"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"libra"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"mais"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"correio de voz"</string>
<string name="description_search_button" msgid="3660807558587384889">"pesquisar"</string>
<string name="description_dial_button" msgid="1274091017188142646">"discar"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"número para discagem"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Histórico de chamadas"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Mais opções"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Chamada realizada"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Chamada perdida"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Mensagem de voz"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Adicionar contato"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Mais opções"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Visualizar contato <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Ligar para <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Detalhes de contato para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detalhes da chamada"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nova mensagem de voz."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> chamadas."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Retornar chamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Retornar chamada atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Chamada perdida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Chamada atendida de <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Ligar para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Última chamada <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Ligar para <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Última chamada: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Enviar mensagem de texto para <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nova mensagem de voz"</string>
<string name="description_clear_search" msgid="688023606766232904">"Limpar pesquisa"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nenhuma mensagem de voz recente."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mostrar somente favoritos"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Histórico"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Tudo"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Perdidas"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Correio de voz"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Remover"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Discagem rápida"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TODOS OS CONTATOS"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-rm/strings.xml b/res/values-rm/strings.xml
index cf97465..64b1de5 100644
--- a/res/values-rm/strings.xml
+++ b/res/values-rm/strings.xml
@@ -104,13 +104,9 @@
<string name="description_image_button_star" msgid="3365919907520767866">"staila"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nulla"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"glivra"</string>
- <!-- no translation found for description_image_button_plus (2462671072094927613) -->
- <skip />
- <string name="description_voicemail_button" msgid="3402506823655455591">"Mailbox"</string>
<!-- no translation found for description_search_button (3660807558587384889) -->
<skip />
<string name="description_dial_button" msgid="1274091017188142646">"cumponer"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"tasta da return"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numer da cumponer"</string>
<!-- no translation found for action_menu_call_history_description (9018442816219748968) -->
<skip />
@@ -159,10 +155,6 @@
<skip />
<!-- no translation found for description_call_log_voicemail (4600798771975158948) -->
<skip />
- <!-- no translation found for description_add_contact (3103414772502485851) -->
- <skip />
- <!-- no translation found for description_dialpad_overflow (5085126640236518486) -->
- <skip />
<!-- no translation found for description_view_contact (5205669345700598415) -->
<skip />
<!-- no translation found for description_call (3443678121983852666) -->
@@ -175,18 +167,6 @@
<skip />
<!-- no translation found for description_num_calls (1601505153694540074) -->
<skip />
- <!-- no translation found for description_return_missed_call (5832103397942825774) -->
- <skip />
- <!-- no translation found for description_return_answered_call (6038958518509163218) -->
- <skip />
- <!-- no translation found for description_unknown_missed_call (8736195520010578126) -->
- <skip />
- <!-- no translation found for description_unknown_answered_call (1470971301999791460) -->
- <skip />
- <!-- no translation found for description_call_last_multiple (271456796151369411) -->
- <skip />
- <!-- no translation found for description_call_last (491385778814705302) -->
- <skip />
<!-- no translation found for description_send_text_message (7803126439934046891) -->
<skip />
<!-- no translation found for description_call_log_unheard_voicemail (118101684236996786) -->
@@ -233,26 +213,6 @@
<skip />
<!-- no translation found for call_log_activity_title (4612824396355272023) -->
<skip />
- <!-- no translation found for dialpad_0_number (8859392433961251108) -->
- <skip />
- <!-- no translation found for dialpad_1_number (6536740525419909212) -->
- <skip />
- <!-- no translation found for dialpad_2_number (4941546415280852148) -->
- <skip />
- <!-- no translation found for dialpad_3_number (6539414865185536881) -->
- <skip />
- <!-- no translation found for dialpad_4_number (979988372051042362) -->
- <skip />
- <!-- no translation found for dialpad_5_number (5492272478939926734) -->
- <skip />
- <!-- no translation found for dialpad_6_number (8044579516869379093) -->
- <skip />
- <!-- no translation found for dialpad_7_number (4175113016564167123) -->
- <skip />
- <!-- no translation found for dialpad_8_number (7949849563865941621) -->
- <skip />
- <!-- no translation found for dialpad_9_number (4377059952097526576) -->
- <skip />
<!-- no translation found for call_log_all_title (3566738938889333307) -->
<skip />
<!-- no translation found for call_log_missed_title (4541142293870638971) -->
@@ -293,4 +253,24 @@
<skip />
<!-- no translation found for favorites_menu_all_contacts (992506284449891186) -->
<skip />
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index 40b17fb..aa4b281 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"stea"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"clar"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"Mesaj vocal"</string>
<string name="description_search_button" msgid="3660807558587384889">"căutare"</string>
<string name="description_dial_button" msgid="1274091017188142646">"apelaţi"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"tasta backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numărul de apelat"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Istoricul apelurilor"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Mai multe opţiuni"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Apel de ieşire"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Apel nepreluat"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Mesaj vocal"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Adăugaţi o persoană în agendă"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Mai multe opțiuni"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Afişaţi persoana din agendă <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Apelaţi pe <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Detalii de contact pentru <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Detaliile apelului"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Mesaj vocal nou."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> (de) apeluri."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Sunați la <xliff:g id="NAMEORNUMBER">%1$s</xliff:g><xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ca răspuns la apelul nepreluat de la <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Sunați la <xliff:g id="NAMEORNUMBER">%1$s</xliff:g><xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ca răspuns la apelul preluat de la <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Apel nepreluat de la <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Apel preluat de la <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Sunați la <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ultimul apel: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Sunați la <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ora apelului: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Trimiteţi un mesaj text către <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Mesaje vocale neascultate"</string>
<string name="description_clear_search" msgid="688023606766232904">"Ștergeți căutarea"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Nu există mesaje vocale recente."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Afișați numai preferate"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Istoric"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Toate"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Nepreluate"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Mes. vocal"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Eliminați"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Apelare rapidă"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TOATĂ AGENDA"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 4093fc8..0c7f2fa 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"пометить"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"нуль"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"решетка"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"плюс"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"голосовая почта"</string>
<string name="description_search_button" msgid="3660807558587384889">"поиск"</string>
<string name="description_dial_button" msgid="1274091017188142646">"набор номера"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"удаление последнего символа"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"набираемый номер"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"История вызовов"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Ещё"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Исходящий вызов"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Пропущенный вызов"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Голосовая почта"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Добавить контакт"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Ещё"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Просмотреть данные: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Позвонить: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Сведения о контакте <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Сведения о вызове"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Новое голосовое сообщение."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Вызовов: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Ответить на пропущенный <xliff:g id="TIMEOFCALL">%3$s</xliff:g> вызов от пользователя <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Ответить на принятый <xliff:g id="TIMEOFCALL">%3$s</xliff:g> вызов от пользователя <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g> пропущен вызов от пользователя <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g> принят вызов от пользователя <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Позвонить пользователю <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>). Последний вызов: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Позвонить пользователю <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>). Последний вызов: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Отправить текстовое сообщение: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Непрослушанные сообщения голосовой почты"</string>
<string name="description_clear_search" msgid="688023606766232904">"Очистить условия поиска"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Нет новых голосовых сообщений"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Только часто используемые"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"История"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Все"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Пропущенные"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Г. почта"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Удалить"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Быстрый набор"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ВСЕ КОНТАКТЫ"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 9d0ee88..580357e 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"označiť hviezdičkou"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nula"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"libra"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"hlasová schránka"</string>
<string name="description_search_button" msgid="3660807558587384889">"hľadať"</string>
<string name="description_dial_button" msgid="1274091017188142646">"vytáčanie"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"číslo, ktoré chcete vytočiť"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"História hovorov"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Ďalšie možnosti"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Odchádzajúci hovor"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Zmeškaný hovor"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Hlasová schránka"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Pridať kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Viac možností"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Zobraziť kontakt <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Volať kontakt <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Podrobnosti kontaktu pre <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Podrobnosti hovoru"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nová hlasová správa."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Počet volaní: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Zmeškaný hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> – zavolať späť"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Prijatý hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g> – zavolať späť"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Zmeškaný hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Prijatý hovor od <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Hovor s <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Posledný hovor: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Hovor s <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Čas: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Poslať textovú správu kontaktu <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Nevypočutá hlasová správa"</string>
<string name="description_clear_search" msgid="688023606766232904">"Vymazať vyhľadávanie"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Žiadne nedávne hlasové správy."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Zobraziť iba obľúbené"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"História"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Všetky"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Zmeškané"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Schránka"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Odstrániť"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Rýchla voľba"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"VŠETKY KONTAKTY"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ZAVOLAŤ SPÄŤ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ODSTRÁNIŤ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"POČÚVAŤ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Zmeškaný hovor od používateľa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Prijatý hovor od používateľa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Volať používateľovi <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Zavolať späť používateľovi <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Vypočuť si správu v hlasovej schránke od používateľa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Odstrániť záznam v denníku hovorov pre kontakt <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Záznam v denníku hovorov bol odstránený."</string>
</resources>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index e8ef39a..972c7b6 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"zvezdica"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"nič"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"funt"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"glasovna pošta"</string>
<string name="description_search_button" msgid="3660807558587384889">"iskanje"</string>
<string name="description_dial_button" msgid="1274091017188142646">"pokliči"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"vračalka"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"številka, ki bo poklicana"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Zgodovina klicev"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Več možnosti"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Odhodni klic"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Neodgovorjeni klic"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Sporočila glasovne pošte"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Dodajanje stika"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Več možnosti"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Ogled stika <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Klicanje osebe <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Podrobnosti stika za <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Podrobnosti klica"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Novo sporočilo v odzivniku."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Št. klicev: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Klicanje po neodgovorjenem klicu ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g> od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Klicanje po sprejetem klicu ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g> od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Neodgovorjeni klic ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g> od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Sprejeti klic ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g> od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Klic: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Čas zadnjega klica: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Klic: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Čas klica: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Pošlji SMS osebi <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Neodprta glasovna pošta"</string>
<string name="description_clear_search" msgid="688023606766232904">"Počisti iskalno polje"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Ni nedavnih sporočil v odzivniku."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Pokaži samo priljubljene"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Zgodovina"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Vsa"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Neodgovorjena"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Odzivnik"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Odstrani"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Hitro izbiranje"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"VSI STIKI"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"POVRATNI KLIC"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"IZBRIŠI"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"POSLUŠAJ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Neodgovorjeni klic ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g> od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Prejeti klic ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g> od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Klic: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> – <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> ob <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Povratni klic: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Poslušajte sporočilo v odzivniku od: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Izbriši vnos v dnevnik klicev za: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Vnos v dnevnik klicev je izbrisan."</string>
</resources>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index b26258d..c8754d5 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"звездица"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"нула"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"фунта"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"плус"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"говорна пошта"</string>
<string name="description_search_button" msgid="3660807558587384889">"претражи"</string>
<string name="description_dial_button" msgid="1274091017188142646">"бирање"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"број за бирање"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Историја позива"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Још опција"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Одлазни позив"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Пропуштен позив"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Говорна пошта"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Додавање контакта"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Још опција"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Прикажи контакт <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Позови корисника <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Детаљи о контакту за <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Детаљи позива"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Нова говорна порука."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> позива."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Узвраћате пропуштени позив од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> у <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Узвраћате примљени позив од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> у <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Пропуштени позив од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Примљени позив од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Позивате <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, долазни позив <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Позивате <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, долазни позив <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Слање текстуалне поруке контакту <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Непреслушана говорна пошта"</string>
<string name="description_clear_search" msgid="688023606766232904">"Брисање претраге"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Нема недавно примљене говорне поште."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Прикажи само омиљене"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Историја"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Све"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Пропуштени"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Говорна пошта"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Уклони"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Брзо позивање"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"СВИ КОНТАКТИ"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"УПУТИ ПОВРАТНИ ПОЗИВ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ИЗБРИШИ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"ПУСТИ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Пропуштени позив од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Примљени позив од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Позив за <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Упути повратни позив за <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Пусти говорну пошту од <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Избриши унос у евиденцији позива за <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Унос у евиденцији позива је избрисан."</string>
</resources>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index badb42f..14b2be1 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"Stjärna"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"noll"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pund"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"röstbrevlåda"</string>
<string name="description_search_button" msgid="3660807558587384889">"sök"</string>
<string name="description_dial_button" msgid="1274091017188142646">"ring"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backsteg"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nummer att ringa"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Samtalshistorik"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Fler alternativ"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Utgående samtal"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Missat samtal"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Röstmeddelande"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Lägg till kontakt"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Fler alternativ"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Visa kontakten <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Ring <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Kontaktuppgifter för <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Samtalsinfo"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Nytt meddelande i röstbrevlådan"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> samtal."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Missat samtal från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>. Ring upp"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Besvarat samtal från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>. Ring upp"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Missat samtal från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Besvarat samtal från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Ring <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Senaste samtalet var <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Ring <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ringde <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Skicka SMS till <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Ej hört röstmeddelande"</string>
<string name="description_clear_search" msgid="688023606766232904">"Rensa sökning"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Inga nya röstmeddelanden."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Visa endast favoriter"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historik"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Alla"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Missade"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Röstbrevlåda"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Ta bort"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Snabbval"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ALLA KONTAKTER"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"RING UPP"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"TA BORT"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LYSSNA"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Missat samtal från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Besvarat samtal från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Ring till <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Ring upp <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Lyssna på ett röstmeddelande från <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Ta bort posten i samtalsloggen för <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Posten i samtalsloggen har tagits bort."</string>
</resources>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index cac08a9..d8d9cc9 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"nyota"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"sufuri"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"Pauni"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"jumlisha"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"Ujumbe wa sauti"</string>
<string name="description_search_button" msgid="3660807558587384889">"tafuta"</string>
<string name="description_dial_button" msgid="1274091017188142646">"piga simu"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"futa"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"nambari ya kupiga"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Historia ya Simu"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Chaguo zaidi"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Simu inayotoka"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Simu isiyojibiwa"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Barua za sauti"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Ongeza anwani"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Chaguo zaidi"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Angalia anwani <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Piga <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Maelezo ya <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Maelezo ya simu"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Ujumbe mpya wa sauti."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Simu <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Piga simu ambayo haikupokelewa kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Piga simu iliyopokelewa kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Simu ambayo haikupokelewa kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Simu iliyopokelewa kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Pigia simu <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Nilipiga simu mwisho <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Piga simu <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Nilipigia <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Tuma ujumbe wa maandishi kwa <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Barua sauti ambayo haijasikizwa"</string>
<string name="description_clear_search" msgid="688023606766232904">"Futa utafutaji"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Hakuna ujumbe wa sauti wa hivi karibuni."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Onyesha zinazopendwa tu"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Historia"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Zote"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Ambazo hazikupokewa"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Ujumbe wa sauti"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Ondoa"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Unaowasiliana nao zaidi"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"ANWANI ZOTE"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"PIGA SIMU"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"FUTA"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"SIKILIZA"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Simu ambayo haikujibiwa kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Simu iliyopokelewa kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Simu kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Piga simu kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Sikiliza ujumbe wa sauti kutoka kwa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Futa kumbukumbu ya simu ya <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Kumbukumbu ya simu imefutwa."</string>
</resources>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index 2ddf8a0..a81191a 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ติดดาว"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"ศูนย์"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"ปอนด์"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"บวก"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"ข้อความเสียง"</string>
<string name="description_search_button" msgid="3660807558587384889">"ค้นหา"</string>
<string name="description_dial_button" msgid="1274091017188142646">"หมุนหมายเลข"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"ย้อนกลับ"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"หมายเลขที่จะโทร"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"ประวัติการโทร"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"ตัวเลือกเพิ่มเติม"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"สายโทรออก"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"สายที่ไม่ได้รับ"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"ข้อความเสียง"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"เพิ่มรายชื่อติดต่อ"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"ตัวเลือกอื่น"</string>
<string name="description_view_contact" msgid="5205669345700598415">"ดูรายชื่อติดต่อ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"โทรหา <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"รายละเอียดที่อยู่ติดต่อสำหรับ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"รายละเอียดการโทร"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"ข้อความเสียงใหม่"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> สาย"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"โทรกลับสายที่ไม่ได้รับจาก <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"โทรกลับสายที่ได้รับจาก <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"สายที่ไม่ได้รับจาก <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"สายที่ได้รับจาก <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"โทร <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> โทรล่าสุด <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"โทร <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> เวลาโทร <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"ส่งข้อความไปที่ <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"ข้อความเสียงที่ยังไม่ได้ฟัง"</string>
<string name="description_clear_search" msgid="688023606766232904">"ล้างการค้นหา"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"ไม่มีข้อความเสียงล่าสุด"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"แสดงเฉพาะรายชื่อที่ชื่นชอบ"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"ประวัติ"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"ทั้งหมด"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"ไม่ได้รับ"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"ข้อความเสียง"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"นำออก"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"เรียกใช้ฉับไว"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"รายชื่อติดต่อทั้งหมด"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 66e28b4..f0ea4a8 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"lagyan ng bituin"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"zero"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pound"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"plus"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"voicemail"</string>
<string name="description_search_button" msgid="3660807558587384889">"maghanap"</string>
<string name="description_dial_button" msgid="1274091017188142646">"mag-dial"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"numerong ida-dial"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Kasaysayan ng Tawag"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Higit pang mga pagpipilian"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Papalabas na tawag"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Hindi nasagot na tawag"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Voicemail"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Magdagdag ng contact"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Higit pang mga opsyon"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Tingnan ang contact na si <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Tawagan si <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Mga detalye sa pakikipag-ugnayan para kay/sa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Mga detalye ng tawag"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Bagong voicemail."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> (na) tawag."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Tawagan pabalik si/ang <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> para sa hindi nasagot na tawag"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Tawagan pabalik si/ang <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g> para sa sinagot na tawag"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Hindi nasagot na tawag mula kay/sa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Sinagot na tawag mula kay/sa <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Tawagan si/ang <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Huling tinawagan noong <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Tawagan si/ang <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Tinawagan noong <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Ipadala ang text message kay <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Hindi pa naririnig na voicemail"</string>
<string name="description_clear_search" msgid="688023606766232904">"I-clear ang paghahanap"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Walang mga kamakailang voicemail."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Mga paborito lang ang ipakita"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Kasaysayan"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Lahat"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Di nasagot"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Voicemail"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"Alisin"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Speed Dial"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"LAHAT NG CONTACT"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 87a5043..450e69e 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"yıldız"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"sıfır"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"pound"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"artı"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"Sesli mesaj"</string>
<string name="description_search_button" msgid="3660807558587384889">"ara"</string>
<string name="description_dial_button" msgid="1274091017188142646">"çevir"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"geri tuşu"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"çevrilecek numara"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Çağrı Geçmişi"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Diğer seçenekler"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Giden çağrı"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Cevapsız çağrı"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Sesli mesaj"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Kişi ekle"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Diğer seçenekler"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Kişiyi görüntüle: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Sesli arama yap: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> için kişi ayrıntıları"</string>
<string name="description_call_details" msgid="8936017517290240089">"Çağrı ayrıntıları"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Yeni sesli mesaj."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> çağrı."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Cevapsız şu çağrıyı geri ara: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Yanıtlanan şu çağrıyı geri ara: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Cevapsız çağrı: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Yanıtlanan çağrı: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Çağrı: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Son çağrı zamanı: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Çağrı: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Zaman: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Şu kişiye kısa mesaj gönder: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Dinlenilmemiş sesli mesaj"</string>
<string name="description_clear_search" msgid="688023606766232904">"Aramayı temizle"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Yakın zamanda bırakılan sesli mesaj yok."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Yalnızca favori kişileri göster"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Geçmiş"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Tümü"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Cevapsız"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Sesli Mesaj"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Kaldır"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Hızlı Arama"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TÜM KİŞİLER"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"GERİ ARA"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SİL"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"DİNLE"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Cevapsız çağrı: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Yanıtlanan çağrı: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Aranan numara: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Geri ara: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Şu numaradan gelen sesli mesajı dinle: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> için çağrı kaydı girişini sil"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Çağrı kaydı girişi silindi."</string>
</resources>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 24ca079..8c66ef4 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"зірочка"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"нуль"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"решітка"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"плюс"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"голос. пошта"</string>
<string name="description_search_button" msgid="3660807558587384889">"пошук"</string>
<string name="description_dial_button" msgid="1274091017188142646">"дзвон."</string>
- <string name="description_delete_button" msgid="6263102114033407382">"видалити"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"номер для набору"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Історія викликів"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Інші варіанти"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Вихідний дзвінок"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Пропущений виклик"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Голосова пошта"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Додати контакт"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Інші опції"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Переглянути контакт <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Дзвонити: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Відомості про контакт <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Деталі виклику"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Нова голосове повідомлення."</string>
<string name="description_num_calls" msgid="1601505153694540074">"Викликів: <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Пропущений зворотний виклик: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Прийнятий зворотний виклик: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Пропущений виклик: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Прийнятий виклик: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Виклик: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Останній виклик: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Виклик: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Час виклику: <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Надіслати текстове повідомлення: <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Непрослухана голосова пошта"</string>
<string name="description_clear_search" msgid="688023606766232904">"Очистити поле пошуку"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Немає нещодавніх повідомлень голосової пошти."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Показати лише вибрані"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Історія"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Усі"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Пропущені"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Голос.пошта"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Видалити"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Швидкий набір"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"УСІ КОНТАКТИ"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"ТЕЛЕФОНУВАТИ"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"ВИДАЛИТИ"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"СЛУХАТИ"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Пропущений дзвінок: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Прийнятий дзвінок: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Дзвінок: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Телефонувати: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Слухати голосову пошту: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Видалити запис журналу дзвінків: <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Запис журналу дзвінків видалено."</string>
</resources>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index bec7674..b8259b4 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"sao"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"không"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"dấu thăng"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"cộng"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"thư thoại"</string>
<string name="description_search_button" msgid="3660807558587384889">"tìm kiếm"</string>
<string name="description_dial_button" msgid="1274091017188142646">"quay số"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"số để quay"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Nhật ký cuộc gọi"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Tùy chọn khác"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Cuộc gọi đi"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Cuộc gọi nhỡ"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Thư thoại"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Thêm địa chỉ liên hệ"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Thêm tùy chọn"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Xem thông tin liên hệ của <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Gọi <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Chi tiết liên lạc cho <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Chi tiết cuộc gọi"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Thư thoại mới."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> cuộc gọi."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Quay lại cuộc gọi nhỡ từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Quay lại cuộc gọi đã trả lời từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Cuộc gọi nhỡ từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Cuộc gọi đã trả lời từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Gọi <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Gọi lần cuối <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Gọi <xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Đã gọi <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Gửi tin nhắn văn bản tới <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"Thư thoại chưa nghe"</string>
<string name="description_clear_search" msgid="688023606766232904">"Xóa tìm kiếm"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Không có thư thoại gần đây nào."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Chỉ hiển thị liên hệ ưa thích"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Lịch sử"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Tất cả"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Bị nhỡ"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Thư thoại"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Xóa"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Quay số nhanh"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"TẤT CẢ NGƯỜI LIÊN HỆ"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"GỌI LẠI"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"XÓA"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"NGHE"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Cuộc gọi nhỡ từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Cuộc gọi đã trả lời từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Cuộc gọi đến <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Gọi lại <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Nghe thư thoại từ <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Xóa mục nhập nhật ký cuộc gọi cho <xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Đã xóa mục nhập nhật ký cuộc gọi."</string>
</resources>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 4993276..91a6eb0 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"星形符号"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"零"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"英镑符号"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"加号"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"语音信箱"</string>
<string name="description_search_button" msgid="3660807558587384889">"搜索"</string>
<string name="description_dial_button" msgid="1274091017188142646">"拨打"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"退格"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"要拨打的号码"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"通话记录"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"更多选项"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"去电"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"未接电话"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"语音邮件"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"添加联系人"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"更多选项"</string>
<string name="description_view_contact" msgid="5205669345700598415">"查看联系人<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"呼叫<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>的详细联系信息"</string>
<string name="description_call_details" msgid="8936017517290240089">"通话详情"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"有新的语音邮件。"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g>次通话。"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"回拨<xliff:g id="TIMEOFCALL">%3$s</xliff:g>来自<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)的未接电话"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"回拨<xliff:g id="TIMEOFCALL">%3$s</xliff:g>来自<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)的已接电话"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>来自<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)的未接电话"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"<xliff:g id="TIMEOFCALL">%3$s</xliff:g>来自<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)的已接电话"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"与<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)通话。上次通话时间是<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
- <string name="description_call_last" msgid="491385778814705302">"与<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)通话。上次通话时间是<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"向<xliff:g id="NAME">%1$s</xliff:g>发送短信"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"未收听的语音邮件"</string>
<string name="description_clear_search" msgid="688023606766232904">"清除搜索内容"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"最近没有语音邮件。"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"仅显示常用联系人"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"通话记录"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"全部"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"未接电话"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"语音邮件"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"移除"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"快速拨号"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"所有联系人"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index 829366e..0edc1f3 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"星號"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"零"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"井號鍵"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"加"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"留言"</string>
<string name="description_search_button" msgid="3660807558587384889">"搜尋"</string>
<string name="description_dial_button" msgid="1274091017188142646">"撥號"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"致電號碼"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"通話記錄"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"更多選項"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"撥出電話"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"未接來電"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"語音信箱"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"新增聯絡人"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"更多選項"</string>
<string name="description_view_contact" msgid="5205669345700598415">"查看聯絡人<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"致電<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」的聯絡人詳細資料"</string>
<string name="description_call_details" msgid="8936017517290240089">"通話詳細資料"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"新留言。"</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> 次通話次數。"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"回覆未接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"回覆已接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"未接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"已接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"與「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」通話 (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。最後通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
- <string name="description_call_last" msgid="491385778814705302">"與「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」通話 (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"發短訊給<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"未聽取的語音留言"</string>
<string name="description_clear_search" msgid="688023606766232904">"清除搜尋"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"最近沒有留言。"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"只顯示我的最愛"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"記錄"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"全部"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"未接來電"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"留言信箱"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"移除"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"快速撥號"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"所有聯絡人"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"回撥電話"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"刪除"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"收聽"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"未接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>),通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"已接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>),通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"與「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」通話 (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>),通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"回撥電話給「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"收聽來自「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」的留言信箱"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"刪除「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」的通話紀錄項目"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"已刪除通話記錄項目。"</string>
</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 5881493..bd490b3 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"星號"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"0"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"磅"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"加號"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"語音信箱"</string>
<string name="description_search_button" msgid="3660807558587384889">"搜尋"</string>
<string name="description_dial_button" msgid="1274091017188142646">"撥號"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"Backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"撥號號碼"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"通話紀錄"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"更多選項"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"已撥電話"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"未接來電"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"語音留言"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"新增聯絡人"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"更多選項"</string>
<string name="description_view_contact" msgid="5205669345700598415">"查看聯絡人<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"撥電話給<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」的聯絡詳細資料"</string>
<string name="description_call_details" msgid="8936017517290240089">"通話詳細資料"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"新的語音留言。"</string>
<string name="description_num_calls" msgid="1601505153694540074">"通話 <xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> 次。"</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"回撥未接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"回撥已接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"未接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。來電時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"已接來電:「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」(<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。來電時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"與「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」通話 (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。上次通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
- <string name="description_call_last" msgid="491385778814705302">"與「<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>」通話 (<xliff:g id="TYPEORLOCATION">%2$s</xliff:g>)。通話時間:<xliff:g id="TIMEOFCALL">%3$s</xliff:g>。"</string>
<string name="description_send_text_message" msgid="7803126439934046891">"傳送簡訊給<xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"未聽取的語音留言"</string>
<string name="description_clear_search" msgid="688023606766232904">"清除搜尋"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"最近沒有語音留言。"</string>
<string name="show_favorites_only" msgid="5520072531022614595">"只顯示我的收藏"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"通話紀錄"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"全部"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"未接來電"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"語音留言"</string>
@@ -183,4 +162,24 @@
<string name="remove_contact" msgid="1080555335283662961">"移除"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"快速撥號"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"所有聯絡人"</string>
+ <!-- no translation found for call_log_action_call_back (4944463006859852473) -->
+ <skip />
+ <!-- no translation found for call_log_action_delete (7371990297839987600) -->
+ <skip />
+ <!-- no translation found for call_log_action_voicemail (4978620572562925654) -->
+ <skip />
+ <!-- no translation found for description_incoming_missed_call (2610535352863246949) -->
+ <skip />
+ <!-- no translation found for description_incoming_answered_call (7206670204016969740) -->
+ <skip />
+ <!-- no translation found for description_outgoing_call (3964211633673659733) -->
+ <skip />
+ <!-- no translation found for description_call_back_action (3012837380108884260) -->
+ <skip />
+ <!-- no translation found for description_voicemail_action (8054891873788903063) -->
+ <skip />
+ <!-- no translation found for description_delete_action (7188614068459616450) -->
+ <skip />
+ <!-- no translation found for toast_entry_removed (3389119736202317999) -->
+ <skip />
</resources>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index 3dce536..a9dfbc0 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -75,11 +75,8 @@
<string name="description_image_button_star" msgid="3365919907520767866">"ikanyezi"</string>
<string name="description_image_button_zero" msgid="4133108949401820710">"lutho"</string>
<string name="description_image_button_pound" msgid="3039765597595889230">"iphawundi"</string>
- <string name="description_image_button_plus" msgid="2462671072094927613">"kuhlanganise"</string>
- <string name="description_voicemail_button" msgid="3402506823655455591">"Umyalezo wezwi"</string>
<string name="description_search_button" msgid="3660807558587384889">"sesha"</string>
<string name="description_dial_button" msgid="1274091017188142646">"dayela"</string>
- <string name="description_delete_button" msgid="6263102114033407382">"i-backspace"</string>
<string name="description_digits_edittext" msgid="8760207516497016437">"inombolo okumele uyidayele"</string>
<string name="action_menu_call_history_description" msgid="9018442816219748968">"Umlando wekholi"</string>
<string name="action_menu_overflow_description" msgid="2303272250613084574">"Izinketho eziningi"</string>
@@ -110,20 +107,12 @@
<string name="description_call_log_outgoing_call" msgid="604831756853471658">"Ikholi eliphumayo"</string>
<string name="description_call_log_missed_call" msgid="2242805209983708825">"Ikholi ekulahlekele"</string>
<string name="description_call_log_voicemail" msgid="4600798771975158948">"Ivoyisimeyili"</string>
- <string name="description_add_contact" msgid="3103414772502485851">"Faka oxhumana naye"</string>
- <string name="description_dialpad_overflow" msgid="5085126640236518486">"Izinketho eziningi"</string>
<string name="description_view_contact" msgid="5205669345700598415">"Bheka oxhumana naye <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call" msgid="3443678121983852666">"Fonela <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_contact_details" msgid="51229793651342809">"Imininingwane yokuxhumana ka-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
<string name="description_call_details" msgid="8936017517290240089">"Imininingwane yekholi"</string>
<string name="description_new_voicemail" msgid="2133792360865517746">"Ivoyisimeyili entsha."</string>
<string name="description_num_calls" msgid="1601505153694540074">"<xliff:g id="NUMBEROFCALLS">%1$s</xliff:g> amakholi."</string>
- <string name="description_return_missed_call" msgid="5832103397942825774">"Buyisela ikholi ephuthelwe esuka ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_return_answered_call" msgid="6038958518509163218">"Buyisela ikholi ephenduliwe esuka ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_missed_call" msgid="8736195520010578126">"Ikholi ephuthelwe esuka ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_unknown_answered_call" msgid="1470971301999791460">"Iphendule ikholi esuka ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g> <xliff:g id="TIMEOFCALL">%3$s</xliff:g>"</string>
- <string name="description_call_last_multiple" msgid="271456796151369411">"Shayela ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Igcine ukushaya ngo-<xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
- <string name="description_call_last" msgid="491385778814705302">"Shayela ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g> <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>. Ushaye ngo-<xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
<string name="description_send_text_message" msgid="7803126439934046891">"Hambisa umyalezo ku <xliff:g id="NAME">%1$s</xliff:g>"</string>
<string name="description_call_log_unheard_voicemail" msgid="118101684236996786">"I-imeyli yezwi engazwakalanga"</string>
<string name="description_clear_search" msgid="688023606766232904">"Sula usesho"</string>
@@ -153,16 +142,6 @@
<string name="recentVoicemails_empty" msgid="5163114119598014048">"Awekho amavoyisimeyili wakamuva."</string>
<string name="show_favorites_only" msgid="5520072531022614595">"Bonisa izintandokazi kuphela"</string>
<string name="call_log_activity_title" msgid="4612824396355272023">"Umlando"</string>
- <string name="dialpad_0_number" msgid="8859392433961251108">"0"</string>
- <string name="dialpad_1_number" msgid="6536740525419909212">"1"</string>
- <string name="dialpad_2_number" msgid="4941546415280852148">"2"</string>
- <string name="dialpad_3_number" msgid="6539414865185536881">"3"</string>
- <string name="dialpad_4_number" msgid="979988372051042362">"4"</string>
- <string name="dialpad_5_number" msgid="5492272478939926734">"5"</string>
- <string name="dialpad_6_number" msgid="8044579516869379093">"6"</string>
- <string name="dialpad_7_number" msgid="4175113016564167123">"7"</string>
- <string name="dialpad_8_number" msgid="7949849563865941621">"8"</string>
- <string name="dialpad_9_number" msgid="4377059952097526576">"9"</string>
<string name="call_log_all_title" msgid="3566738938889333307">"Konke"</string>
<string name="call_log_missed_title" msgid="4541142293870638971">"Phuthelwe"</string>
<string name="call_log_voicemail_title" msgid="940422274047025948">"Ivoyisimeyili"</string>
@@ -183,4 +162,14 @@
<string name="remove_contact" msgid="1080555335283662961">"Susa"</string>
<string name="favorites_menu_speed_dial" msgid="3832518092014707628">"Ukudayela okusheshayo"</string>
<string name="favorites_menu_all_contacts" msgid="992506284449891186">"BONKE OXHUMANA NABO"</string>
+ <string name="call_log_action_call_back" msgid="4944463006859852473">"SHAYA FUTHI"</string>
+ <string name="call_log_action_delete" msgid="7371990297839987600">"SUSA"</string>
+ <string name="call_log_action_voicemail" msgid="4978620572562925654">"LALELA"</string>
+ <string name="description_incoming_missed_call" msgid="2610535352863246949">"Ikholi ephuthelwe esuka ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_incoming_answered_call" msgid="7206670204016969740">"Ikholi ephenduliwe kusukela ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_outgoing_call" msgid="3964211633673659733">"Ikholi eya ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>, <xliff:g id="TYPEORLOCATION">%2$s</xliff:g>, <xliff:g id="TIMEOFCALL">%3$s</xliff:g>."</string>
+ <string name="description_call_back_action" msgid="3012837380108884260">"Phinda ushayele u-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_voicemail_action" msgid="8054891873788903063">"Lalela ivoyisimeyili esuka ku-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="description_delete_action" msgid="7188614068459616450">"Susa ukufakwa kwerekhodi lamakholi we-<xliff:g id="NAMEORNUMBER">%1$s</xliff:g>"</string>
+ <string name="toast_entry_removed" msgid="3389119736202317999">"Ukufakwa kurekhodi lamakholi kususiwe."</string>
</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e771f0a..38b8dae 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -19,6 +19,8 @@
<color name="dialtacts_primary_text_color">#000000</color>
<!-- Secondary text color in the Dialer -->
<color name="dialtacts_secondary_text_color">#888888</color>
+ <color name="dialer_accent_color">#eeff41</color>
+
<!-- Color of the text describing an unconsumed missed call. -->
<color name="call_log_missed_call_highlight_color">#FF0000</color>
@@ -92,7 +94,8 @@
<!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
phone_settings_actionbar_text_color-->
- <color name="actionbar_text_color">#FFFFFF</color>
+ <color name="actionbar_text_color">#ffffff</color>
+ <color name="actionbar_unselected_text_color">#a6ffffff</color>
<!-- Color of actions in expanded call log entries. This text color represents actions such
as call back, play voicemail, etc. -->
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index c9eeacf..3495a6d 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -110,8 +110,11 @@
<dimen name="search_box_text_left_margin">8dp</dimen>
<!-- Size of the icon (voice search, close search) in the search box. -->
<dimen name="search_box_icon_size">37dp</dimen>
+
<!-- Size of text in tabs. -->
- <dimen name="tab_text_size">13sp</dimen>
+ <dimen name="tab_height">43dp</dimen>
+ <dimen name="tab_text_size">14sp</dimen>
+
<!-- Padding to the left and right of call log action buttons. -->
<dimen name="call_log_action_horizontal_padding">8dp</dimen>
<!-- Left-padding for the call log action buttons - ensures the buttons align with the text
@@ -125,4 +128,6 @@
<dimen name="call_log_secondary_text_size">14sp</dimen>
<!-- Height of the call log actions section for each call log entry -->
<dimen name="call_log_action_height">48dp</dimen>
+ <!-- Elevation of expanded call log items. -->
+ <dimen name="call_log_expanded_elevation">4dp</dimen>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 47c3563..ecf190a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -322,6 +322,7 @@
<string name="menu_show_all_calls">Show all calls</string>
<!-- Menu items for dialpad options as part of Pause and Wait ftr -->
+ <string name="add_contact">Add contact</string>
<string name="add_2sec_pause">Add 2-sec pause</string>
<string name="add_wait">Add wait</string>
diff --git a/src/com/android/dialer/PhoneCallDetailsHelper.java b/src/com/android/dialer/PhoneCallDetailsHelper.java
index edd0831..ab59972 100644
--- a/src/com/android/dialer/PhoneCallDetailsHelper.java
+++ b/src/com/android/dialer/PhoneCallDetailsHelper.java
@@ -75,8 +75,7 @@
}
/** Fills the call details views with content. */
- public void setPhoneCallDetails(PhoneCallDetailsViews views, PhoneCallDetails details,
- boolean isHighlighted) {
+ public void setPhoneCallDetails(PhoneCallDetailsViews views, PhoneCallDetails details) {
// Display up to a given number of icons.
views.callTypeIcons.clear();
int count = details.callTypes.length;
@@ -93,14 +92,11 @@
} else {
callCount = null;
}
- // The color to highlight the count and date in, if any. This is based on the first call.
- Integer highlightColor =
- isHighlighted ? mCallTypeHelper.getHighlightedColor(details.callTypes[0]) : null;
CharSequence callLocationAndDate = getCallLocationAndDate(details);
// Set the call count, location and date.
- setCallCountAndDate(views, callCount, callLocationAndDate, highlightColor);
+ setCallCountAndDate(views, callCount, callLocationAndDate);
final CharSequence nameText;
final CharSequence displayNumber =
@@ -224,7 +220,7 @@
/** Sets the call count and date. */
private void setCallCountAndDate(PhoneCallDetailsViews views, Integer callCount,
- CharSequence dateText, Integer highlightColor) {
+ CharSequence dateText) {
// Combine the count (if present) and the date.
final CharSequence text;
if (callCount != null) {
@@ -234,23 +230,6 @@
text = dateText;
}
- // Apply the highlight color if present.
- final CharSequence formattedText;
- if (highlightColor != null) {
- formattedText = addBoldAndColor(text, highlightColor);
- } else {
- formattedText = text;
- }
-
- views.callLocationAndDate.setText(formattedText);
- }
-
- /** Creates a SpannableString for the given text which is bold and in the given color. */
- private CharSequence addBoldAndColor(CharSequence text, int color) {
- int flags = Spanned.SPAN_INCLUSIVE_INCLUSIVE;
- SpannableString result = new SpannableString(text);
- result.setSpan(new StyleSpan(Typeface.BOLD), 0, text.length(), flags);
- result.setSpan(new ForegroundColorSpan(color), 0, text.length(), flags);
- return result;
+ views.callLocationAndDate.setText(text);
}
}
diff --git a/src/com/android/dialer/calllog/CallLogActivity.java b/src/com/android/dialer/calllog/CallLogActivity.java
index 0e6a0a3..13d5f03 100644
--- a/src/com/android/dialer/calllog/CallLogActivity.java
+++ b/src/com/android/dialer/calllog/CallLogActivity.java
@@ -113,6 +113,7 @@
mViewPagerTabs = (ViewPagerTabs) findViewById(R.id.viewpager_header);
mViewPagerTabs.setViewPager(mViewPager);
+ mViewPager.setOnPageChangeListener(mViewPagerTabs);
mVoicemailStatusHelper = new VoicemailStatusHelperImpl();
}
diff --git a/src/com/android/dialer/calllog/CallLogAdapter.java b/src/com/android/dialer/calllog/CallLogAdapter.java
index a8cd72a..407ba75 100644
--- a/src/com/android/dialer/calllog/CallLogAdapter.java
+++ b/src/com/android/dialer/calllog/CallLogAdapter.java
@@ -28,7 +28,6 @@
import android.provider.CallLog.Calls;
import android.provider.ContactsContract.PhoneLookup;
import android.text.TextUtils;
-import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@@ -42,7 +41,6 @@
import com.android.contacts.common.ContactPhotoManager;
import com.android.contacts.common.ContactPhotoManager.DefaultImageRequest;
import com.android.contacts.common.util.UriUtils;
-import com.android.dialer.CallDetailActivity;
import com.android.dialer.PhoneCallDetails;
import com.android.dialer.PhoneCallDetailsHelper;
import com.android.dialer.R;
@@ -55,7 +53,6 @@
import java.util.HashMap;
import java.util.LinkedList;
-import java.util.Map;
/**
* Adapter class to fill in data for the Call Log.
@@ -686,10 +683,7 @@
duration, name, ntype, label, lookupUri, photoUri, sourceType);
}
- final boolean isNew = c.getInt(CallLogQuery.IS_READ) == 0;
- // New items also use the highlighted version of the text.
- final boolean isHighlighted = isNew;
- mCallLogViewsHelper.setPhoneCallDetails(views, details, isHighlighted);
+ mCallLogViewsHelper.setPhoneCallDetails(views, details);
int contactType = ContactPhotoManager.TYPE_DEFAULT;
@@ -769,6 +763,10 @@
if (expanded) {
views.actionsView.setVisibility(View.VISIBLE);
+ callLogItem.setBackgroundColor(
+ callLogItem.getResources().getColor(R.color.background_dialer_light));
+ callLogItem.setElevation(
+ callLogItem.getResources().getDimension(R.dimen.call_log_expanded_elevation));
// Attempt to give accessibility focus to one of the action buttons.
// This ensures that a user realizes the expansion occurred.
@@ -780,6 +778,9 @@
views.deleteButtonView.requestAccessibilityFocus();
} else {
views.actionsView.setVisibility(View.GONE);
+ callLogItem.setBackgroundColor(
+ callLogItem.getResources().getColor(R.color.background_dialer_list_items));
+ callLogItem.setElevation(0);
}
}
@@ -1080,6 +1081,19 @@
false /* darkTheme */, true /* isCircular */, request);
}
+ /**
+ * Bind a call log entry view for testing purposes. Also inflates the action view stub so
+ * unit tests can access the buttons contained within.
+ *
+ * @param view The current call log row.
+ * @param context The current context.
+ * @param cursor The cursor to bind from.
+ */
+ @VisibleForTesting
+ void bindViewForTest(View view, Context context, Cursor cursor) {
+ bindStandAloneView(view, context, cursor);
+ inflateActionViewStub(view);
+ }
/**
* Sets whether processing of requests for contact details should be enabled.
diff --git a/src/com/android/dialer/calllog/CallLogListItemHelper.java b/src/com/android/dialer/calllog/CallLogListItemHelper.java
index 81d1a27..976726d 100644
--- a/src/com/android/dialer/calllog/CallLogListItemHelper.java
+++ b/src/com/android/dialer/calllog/CallLogListItemHelper.java
@@ -17,15 +17,12 @@
package com.android.dialer.calllog;
import android.content.res.Resources;
-import android.provider.CallLog;
import android.provider.CallLog.Calls;
import android.text.TextUtils;
-import android.view.View;
import com.android.dialer.PhoneCallDetails;
import com.android.dialer.PhoneCallDetailsHelper;
import com.android.dialer.R;
-import com.android.internal.util.CharSequences;
/**
* Helper class to fill in the views of a call log entry.
@@ -56,12 +53,9 @@
*
* @param views the views to populate
* @param details the details of a phone call needed to fill in the data
- * @param isHighlighted whether to use the highlight text for the call
*/
- public void setPhoneCallDetails(CallLogListItemViews views, PhoneCallDetails details,
- boolean isHighlighted) {
- mPhoneCallDetailsHelper.setPhoneCallDetails(views.phoneCallDetailsViews, details,
- isHighlighted);
+ public void setPhoneCallDetails(CallLogListItemViews views, PhoneCallDetails details) {
+ mPhoneCallDetailsHelper.setPhoneCallDetails(views.phoneCallDetailsViews, details);
// Set the accessibility text for the contact badge
views.quickContactView.setContentDescription(getContactBadgeDescription(details));
diff --git a/src/com/android/dialer/calllog/CallLogListItemViews.java b/src/com/android/dialer/calllog/CallLogListItemViews.java
index 879647f..333769d 100644
--- a/src/com/android/dialer/calllog/CallLogListItemViews.java
+++ b/src/com/android/dialer/calllog/CallLogListItemViews.java
@@ -109,10 +109,15 @@
@NeededForTesting
public static CallLogListItemViews createForTest(Context context) {
- return new CallLogListItemViews(
+ CallLogListItemViews views = new CallLogListItemViews(
new QuickContactBadge(context),
new View(context),
PhoneCallDetailsViews.createForTest(context),
new TextView(context));
+ views.callBackButtonView = new TextView(context);
+ views.deleteButtonView = new TextView(context);
+ views.voicemailButtonView = new TextView(context);
+ views.actionsView = new View(context);
+ return views;
}
}
diff --git a/src/com/android/dialer/dialpad/DialpadFragment.java b/src/com/android/dialer/dialpad/DialpadFragment.java
index 2456294..0ded9ab 100644
--- a/src/com/android/dialer/dialpad/DialpadFragment.java
+++ b/src/com/android/dialer/dialpad/DialpadFragment.java
@@ -175,7 +175,6 @@
/** Remembers if we need to clear digits field when the screen is completely gone. */
private boolean mClearDigitsOnStop;
- private View mAddContactButton;
private View mOverflowMenuButton;
private View mDelete;
private ToneGenerator mToneGenerator;
@@ -310,9 +309,10 @@
if (isDigitsEmpty()) {
mDigitsFilledByIntent = false;
mDigits.setCursorVisible(false);
- mAddContactButton.setVisibility(View.INVISIBLE);
+ // Set to INVISIBLE instead of GONE so that text (eg. "Type number to add") is centered.
+ mOverflowMenuButton.setVisibility(View.INVISIBLE);
} else if (mDialpadView.canDigitsBeEdited()){
- mAddContactButton.setVisibility(View.VISIBLE);
+ mOverflowMenuButton.setVisibility(View.VISIBLE);
}
if (mDialpadQueryListener != null) {
@@ -414,6 +414,11 @@
mDialpadChooser = (ListView) fragmentView.findViewById(R.id.dialpadChooser);
mDialpadChooser.setOnItemClickListener(this);
+ mOverflowMenuButton = mDialpadView.getOverflowMenuButton();
+ mOverflowMenuButton.setOnClickListener(this);
+ final PopupMenu overflowMenu = buildOptionsMenu(mOverflowMenuButton);
+ mOverflowMenuButton.setOnTouchListener(overflowMenu.getDragToOpenListener());
+
return fragmentView;
}
@@ -584,14 +589,6 @@
// Long-pressing zero button will enter '+' instead.
final DialpadKeyButton zero = (DialpadKeyButton) fragmentView.findViewById(R.id.zero);
zero.setOnLongClickListener(this);
-
- mAddContactButton = fragmentView.findViewById(R.id.dialpad_add_contact);
- mAddContactButton.setOnClickListener(this);
-
- mOverflowMenuButton = fragmentView.findViewById(R.id.dialpad_overflow);
- mOverflowMenuButton.setOnClickListener(this);
- final PopupMenu overflowMenu = buildOptionsMenu(mOverflowMenuButton);
- mOverflowMenuButton.setOnTouchListener(overflowMenu.getDragToOpenListener());
}
@Override
@@ -901,12 +898,6 @@
}
return;
}
- case R.id.dialpad_add_contact: {
- final CharSequence digits = mDigits.getText();
- DialerUtils.startActivityWithErrorToast(getActivity(),
- DialtactsActivity.getAddNumberToContactIntent(digits));
- return;
- }
case R.id.dialpad_overflow: {
buildOptionsMenu(view).show();
break;
@@ -1439,8 +1430,12 @@
@Override
public boolean onMenuItemClick(MenuItem item) {
- // R.id.menu_add_contacts already has an add to contact intent populated by setupMenuItems
switch (item.getItemId()) {
+ case R.id.menu_add_contact:
+ final CharSequence digits = mDigits.getText();
+ DialerUtils.startActivityWithErrorToast(getActivity(),
+ DialtactsActivity.getAddNumberToContactIntent(digits));
+ return true;
case R.id.menu_2s_pause:
updateDialString(PAUSE);
return true;
@@ -1608,12 +1603,12 @@
public void onHiddenChanged(boolean hidden) {
super.onHiddenChanged(hidden);
final DialtactsActivity activity = (DialtactsActivity) getActivity();
+ final DialpadView dialpadView = (DialpadView) getView().findViewById(R.id.dialpad_view);
if (activity == null) return;
if (hidden) {
activity.onDialpadHidden();
} else {
if (mAnimate) {
- DialpadView dialpadView = (DialpadView) getView().findViewById(R.id.dialpad_view);
dialpadView.animateShow();
}
activity.onDialpadShown();
diff --git a/src/com/android/dialer/list/PhoneFavoriteListView.java b/src/com/android/dialer/list/PhoneFavoriteListView.java
index 074cc07..4ecc1cd 100644
--- a/src/com/android/dialer/list/PhoneFavoriteListView.java
+++ b/src/com/android/dialer/list/PhoneFavoriteListView.java
@@ -59,6 +59,7 @@
private Bitmap mDragShadowBitmap;
private ImageView mDragShadowOverlay;
+ private View mDragShadowParent;
private int mAnimationDuration;
final int[] mLocationOnScreen = new int[2];
@@ -190,6 +191,7 @@
public void setDragShadowOverlay(ImageView overlay) {
mDragShadowOverlay = overlay;
+ mDragShadowParent = (View) mDragShadowOverlay.getParent();
}
/**
@@ -230,10 +232,21 @@
return;
}
- // Square tile is relative to the contact tile,
- // and contact tile is relative to this list view.
- mDragShadowLeft = tileView.getLeft();
- mDragShadowTop = tileView.getTop();
+ tileView.getLocationOnScreen(mLocationOnScreen);
+ mDragShadowLeft = mLocationOnScreen[0];
+ mDragShadowTop = mLocationOnScreen[1];
+
+ // x and y are the coordinates of the on-screen touch event. Using these
+ // and the on-screen location of the tileView, calculate the difference between
+ // the position of the user's finger and the position of the tileView. These will
+ // be used to offset the location of the drag shadow so that it appears that the
+ // tileView is positioned directly under the user's finger.
+ mTouchOffsetToChildLeft = x - mDragShadowLeft;
+ mTouchOffsetToChildTop = y - mDragShadowTop;
+
+ mDragShadowParent.getLocationOnScreen(mLocationOnScreen);
+ mDragShadowLeft -= mLocationOnScreen[0];
+ mDragShadowTop -= mLocationOnScreen[1];
mDragShadowOverlay.setImageBitmap(mDragShadowBitmap);
mDragShadowOverlay.setVisibility(VISIBLE);
@@ -241,19 +254,14 @@
mDragShadowOverlay.setX(mDragShadowLeft);
mDragShadowOverlay.setY(mDragShadowTop);
-
- // x and y passed in are the coordinates of where the user has touched down,
- // calculate the offset to the top left coordinate of the dragged child. This
- // will be used for drawing the drag shadow.
- mTouchOffsetToChildLeft = x - mDragShadowLeft;
- mTouchOffsetToChildTop = y - mDragShadowTop;
}
@Override
public void onDragHovered(int x, int y, PhoneFavoriteSquareTileView tileView) {
// Update the drag shadow location.
- mDragShadowLeft = x - mTouchOffsetToChildLeft;
- mDragShadowTop = y - mTouchOffsetToChildTop;
+ mDragShadowParent.getLocationOnScreen(mLocationOnScreen);
+ mDragShadowLeft = x - mTouchOffsetToChildLeft - mLocationOnScreen[0];
+ mDragShadowTop = y - mTouchOffsetToChildTop - mLocationOnScreen[1];
// Draw the drag shadow at its last known location if the drag shadow exists.
if (mDragShadowOverlay != null) {
mDragShadowOverlay.setX(mDragShadowLeft);
@@ -263,10 +271,6 @@
@Override
public void onDragFinished(int x, int y) {
- // Update the drag shadow location.
- mDragShadowLeft = x - mTouchOffsetToChildLeft;
- mDragShadowTop = y - mTouchOffsetToChildTop;
-
if (mDragShadowOverlay != null) {
mDragShadowOverlay.clearAnimation();
mDragShadowOverlay.animate().alpha(0.0f)
diff --git a/src/com/android/dialer/list/SpeedDialFragment.java b/src/com/android/dialer/list/SpeedDialFragment.java
index cfcea9d..0399bf7 100644
--- a/src/com/android/dialer/list/SpeedDialFragment.java
+++ b/src/com/android/dialer/list/SpeedDialFragment.java
@@ -206,7 +206,7 @@
mListView.getDragDropController().addOnDragDropListener(mContactTileAdapter);
final ImageView dragShadowOverlay =
- (ImageView) mParentView.findViewById(R.id.contact_tile_drag_shadow_overlay);
+ (ImageView) getActivity().findViewById(R.id.contact_tile_drag_shadow_overlay);
mListView.setDragShadowOverlay(dragShadowOverlay);
mEmptyView = mParentView.findViewById(R.id.phone_no_favorites_view);
diff --git a/src/com/android/dialer/widget/OverlappingPaneLayout.java b/src/com/android/dialer/widget/OverlappingPaneLayout.java
index d6ebbb0..18920df 100644
--- a/src/com/android/dialer/widget/OverlappingPaneLayout.java
+++ b/src/com/android/dialer/widget/OverlappingPaneLayout.java
@@ -18,12 +18,8 @@
import android.content.Context;
import android.content.res.TypedArray;
-import android.graphics.Bitmap;
import android.graphics.Canvas;
-import android.graphics.Paint;
import android.graphics.PixelFormat;
-import android.graphics.PorterDuff;
-import android.graphics.PorterDuffColorFilter;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Build;
@@ -33,7 +29,6 @@
import android.support.v4.view.MotionEventCompat;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
-import android.support.v4.widget.ViewDragHelper;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
@@ -42,8 +37,6 @@
import android.view.ViewParent;
import android.view.accessibility.AccessibilityEvent;
-import java.util.ArrayList;
-
/**
* A custom layout that aligns its child views vertically as two panes, and allows for the bottom
* pane to be dragged upwards to overlap and hide the top pane. This layout is adapted from
diff --git a/src/com/android/dialer/widget/ViewDragHelper.java b/src/com/android/dialer/widget/ViewDragHelper.java
new file mode 100644
index 0000000..748979f
--- /dev/null
+++ b/src/com/android/dialer/widget/ViewDragHelper.java
@@ -0,0 +1,1450 @@
+/*
+ * Copyright (C) 2013 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.
+ */
+
+
+package com.android.dialer.widget;
+
+import android.content.Context;
+import android.support.v4.view.MotionEventCompat;
+import android.support.v4.view.VelocityTrackerCompat;
+import android.support.v4.view.ViewCompat;
+import android.support.v4.widget.ScrollerCompat;
+import android.view.MotionEvent;
+import android.view.VelocityTracker;
+import android.view.View;
+import android.view.ViewConfiguration;
+import android.view.ViewGroup;
+import android.view.animation.Interpolator;
+
+import java.util.Arrays;
+
+/**
+ * ViewDragHelper is a utility class for writing custom ViewGroups. It offers a number
+ * of useful operations and state tracking for allowing a user to drag and reposition
+ * views within their parent ViewGroup.
+ */
+public class ViewDragHelper {
+ private static final String TAG = "ViewDragHelper";
+
+ /**
+ * A null/invalid pointer ID.
+ */
+ public static final int INVALID_POINTER = -1;
+
+ /**
+ * A view is not currently being dragged or animating as a result of a fling/snap.
+ */
+ public static final int STATE_IDLE = 0;
+
+ /**
+ * A view is currently being dragged. The position is currently changing as a result
+ * of user input or simulated user input.
+ */
+ public static final int STATE_DRAGGING = 1;
+
+ /**
+ * A view is currently settling into place as a result of a fling or
+ * predefined non-interactive motion.
+ */
+ public static final int STATE_SETTLING = 2;
+
+ /**
+ * Edge flag indicating that the left edge should be affected.
+ */
+ public static final int EDGE_LEFT = 1 << 0;
+
+ /**
+ * Edge flag indicating that the right edge should be affected.
+ */
+ public static final int EDGE_RIGHT = 1 << 1;
+
+ /**
+ * Edge flag indicating that the top edge should be affected.
+ */
+ public static final int EDGE_TOP = 1 << 2;
+
+ /**
+ * Edge flag indicating that the bottom edge should be affected.
+ */
+ public static final int EDGE_BOTTOM = 1 << 3;
+
+ /**
+ * Edge flag set indicating all edges should be affected.
+ */
+ public static final int EDGE_ALL = EDGE_LEFT | EDGE_TOP | EDGE_RIGHT | EDGE_BOTTOM;
+
+ /**
+ * Indicates that a check should occur along the horizontal axis
+ */
+ public static final int DIRECTION_HORIZONTAL = 1 << 0;
+
+ /**
+ * Indicates that a check should occur along the vertical axis
+ */
+ public static final int DIRECTION_VERTICAL = 1 << 1;
+
+ /**
+ * Indicates that a check should occur along all axes
+ */
+ public static final int DIRECTION_ALL = DIRECTION_HORIZONTAL | DIRECTION_VERTICAL;
+
+ private static final int EDGE_SIZE = 20; // dp
+
+ private static final int BASE_SETTLE_DURATION = 256; // ms
+ private static final int MAX_SETTLE_DURATION = 600; // ms
+
+ // Current drag state; idle, dragging or settling
+ private int mDragState;
+
+ // Distance to travel before a drag may begin
+ private int mTouchSlop;
+
+ // Last known position/pointer tracking
+ private int mActivePointerId = INVALID_POINTER;
+ private float[] mInitialMotionX;
+ private float[] mInitialMotionY;
+ private float[] mLastMotionX;
+ private float[] mLastMotionY;
+ private int[] mInitialEdgesTouched;
+ private int[] mEdgeDragsInProgress;
+ private int[] mEdgeDragsLocked;
+ private int mPointersDown;
+
+ private VelocityTracker mVelocityTracker;
+ private float mMaxVelocity;
+ private float mMinVelocity;
+
+ private int mEdgeSize;
+ private int mTrackingEdges;
+
+ private ScrollerCompat mScroller;
+
+ private final Callback mCallback;
+
+ private View mCapturedView;
+ private boolean mReleaseInProgress;
+
+ private final ViewGroup mParentView;
+
+ /**
+ * A Callback is used as a communication channel with the ViewDragHelper back to the
+ * parent view using it. <code>on*</code>methods are invoked on siginficant events and several
+ * accessor methods are expected to provide the ViewDragHelper with more information
+ * about the state of the parent view upon request. The callback also makes decisions
+ * governing the range and draggability of child views.
+ */
+ public static abstract class Callback {
+ /**
+ * Called when the drag state changes. See the <code>STATE_*</code> constants
+ * for more information.
+ *
+ * @param state The new drag state
+ *
+ * @see #STATE_IDLE
+ * @see #STATE_DRAGGING
+ * @see #STATE_SETTLING
+ */
+ public void onViewDragStateChanged(int state) {}
+
+ /**
+ * Called when the captured view's position changes as the result of a drag or settle.
+ *
+ * @param changedView View whose position changed
+ * @param left New X coordinate of the left edge of the view
+ * @param top New Y coordinate of the top edge of the view
+ * @param dx Change in X position from the last call
+ * @param dy Change in Y position from the last call
+ */
+ public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {}
+
+ /**
+ * Called when a child view is captured for dragging or settling. The ID of the pointer
+ * currently dragging the captured view is supplied. If activePointerId is
+ * identified as {@link #INVALID_POINTER} the capture is programmatic instead of
+ * pointer-initiated.
+ *
+ * @param capturedChild Child view that was captured
+ * @param activePointerId Pointer id tracking the child capture
+ */
+ public void onViewCaptured(View capturedChild, int activePointerId) {}
+
+ /**
+ * Called when the child view is no longer being actively dragged.
+ * The fling velocity is also supplied, if relevant. The velocity values may
+ * be clamped to system minimums or maximums.
+ *
+ * <p>Calling code may decide to fling or otherwise release the view to let it
+ * settle into place. It should do so using {@link #settleCapturedViewAt(int, int)}
+ * or {@link #flingCapturedView(int, int, int, int)}. If the Callback invokes
+ * one of these methods, the ViewDragHelper will enter {@link #STATE_SETTLING}
+ * and the view capture will not fully end until it comes to a complete stop.
+ * If neither of these methods is invoked before <code>onViewReleased</code> returns,
+ * the view will stop in place and the ViewDragHelper will return to
+ * {@link #STATE_IDLE}.</p>
+ *
+ * @param releasedChild The captured child view now being released
+ * @param xvel X velocity of the pointer as it left the screen in pixels per second.
+ * @param yvel Y velocity of the pointer as it left the screen in pixels per second.
+ */
+ public void onViewReleased(View releasedChild, float xvel, float yvel) {}
+
+ /**
+ * Called when one of the subscribed edges in the parent view has been touched
+ * by the user while no child view is currently captured.
+ *
+ * @param edgeFlags A combination of edge flags describing the edge(s) currently touched
+ * @param pointerId ID of the pointer touching the described edge(s)
+ * @see #EDGE_LEFT
+ * @see #EDGE_TOP
+ * @see #EDGE_RIGHT
+ * @see #EDGE_BOTTOM
+ */
+ public void onEdgeTouched(int edgeFlags, int pointerId) {}
+
+ /**
+ * Called when the given edge may become locked. This can happen if an edge drag
+ * was preliminarily rejected before beginning, but after {@link #onEdgeTouched(int, int)}
+ * was called. This method should return true to lock this edge or false to leave it
+ * unlocked. The default behavior is to leave edges unlocked.
+ *
+ * @param edgeFlags A combination of edge flags describing the edge(s) locked
+ * @return true to lock the edge, false to leave it unlocked
+ */
+ public boolean onEdgeLock(int edgeFlags) {
+ return false;
+ }
+
+ /**
+ * Called when the user has started a deliberate drag away from one
+ * of the subscribed edges in the parent view while no child view is currently captured.
+ *
+ * @param edgeFlags A combination of edge flags describing the edge(s) dragged
+ * @param pointerId ID of the pointer touching the described edge(s)
+ * @see #EDGE_LEFT
+ * @see #EDGE_TOP
+ * @see #EDGE_RIGHT
+ * @see #EDGE_BOTTOM
+ */
+ public void onEdgeDragStarted(int edgeFlags, int pointerId) {}
+
+ /**
+ * Called to determine the Z-order of child views.
+ *
+ * @param index the ordered position to query for
+ * @return index of the view that should be ordered at position <code>index</code>
+ */
+ public int getOrderedChildIndex(int index) {
+ return index;
+ }
+
+ /**
+ * Return the magnitude of a draggable child view's horizontal range of motion in pixels.
+ * This method should return 0 for views that cannot move horizontally.
+ *
+ * @param child Child view to check
+ * @return range of horizontal motion in pixels
+ */
+ public int getViewHorizontalDragRange(View child) {
+ return 0;
+ }
+
+ /**
+ * Return the magnitude of a draggable child view's vertical range of motion in pixels.
+ * This method should return 0 for views that cannot move vertically.
+ *
+ * @param child Child view to check
+ * @return range of vertical motion in pixels
+ */
+ public int getViewVerticalDragRange(View child) {
+ return 0;
+ }
+
+ /**
+ * Called when the user's input indicates that they want to capture the given child view
+ * with the pointer indicated by pointerId. The callback should return true if the user
+ * is permitted to drag the given view with the indicated pointer.
+ *
+ * <p>ViewDragHelper may call this method multiple times for the same view even if
+ * the view is already captured; this indicates that a new pointer is trying to take
+ * control of the view.</p>
+ *
+ * <p>If this method returns true, a call to {@link #onViewCaptured(android.view.View, int)}
+ * will follow if the capture is successful.</p>
+ *
+ * @param child Child the user is attempting to capture
+ * @param pointerId ID of the pointer attempting the capture
+ * @return true if capture should be allowed, false otherwise
+ */
+ public abstract boolean tryCaptureView(View child, int pointerId);
+
+ /**
+ * Restrict the motion of the dragged child view along the horizontal axis.
+ * The default implementation does not allow horizontal motion; the extending
+ * class must override this method and provide the desired clamping.
+ *
+ *
+ * @param child Child view being dragged
+ * @param left Attempted motion along the X axis
+ * @param dx Proposed change in position for left
+ * @return The new clamped position for left
+ */
+ public int clampViewPositionHorizontal(View child, int left, int dx) {
+ return 0;
+ }
+
+ /**
+ * Restrict the motion of the dragged child view along the vertical axis.
+ * The default implementation does not allow vertical motion; the extending
+ * class must override this method and provide the desired clamping.
+ *
+ *
+ * @param child Child view being dragged
+ * @param top Attempted motion along the Y axis
+ * @param dy Proposed change in position for top
+ * @return The new clamped position for top
+ */
+ public int clampViewPositionVertical(View child, int top, int dy) {
+ return 0;
+ }
+ }
+
+ /**
+ * Interpolator defining the animation curve for mScroller
+ */
+ private static final Interpolator sInterpolator = new Interpolator() {
+ public float getInterpolation(float t) {
+ t -= 1.0f;
+ return t * t * t * t * t + 1.0f;
+ }
+ };
+
+ private final Runnable mSetIdleRunnable = new Runnable() {
+ public void run() {
+ setDragState(STATE_IDLE);
+ }
+ };
+
+ /**
+ * Factory method to create a new ViewDragHelper.
+ *
+ * @param forParent Parent view to monitor
+ * @param cb Callback to provide information and receive events
+ * @return a new ViewDragHelper instance
+ */
+ public static ViewDragHelper create(ViewGroup forParent, Callback cb) {
+ return new ViewDragHelper(forParent.getContext(), forParent, cb);
+ }
+
+ /**
+ * Factory method to create a new ViewDragHelper.
+ *
+ * @param forParent Parent view to monitor
+ * @param sensitivity Multiplier for how sensitive the helper should be about detecting
+ * the start of a drag. Larger values are more sensitive. 1.0f is normal.
+ * @param cb Callback to provide information and receive events
+ * @return a new ViewDragHelper instance
+ */
+ public static ViewDragHelper create(ViewGroup forParent, float sensitivity, Callback cb) {
+ final ViewDragHelper helper = create(forParent, cb);
+ helper.mTouchSlop = (int) (helper.mTouchSlop * (1 / sensitivity));
+ return helper;
+ }
+
+ /**
+ * Apps should use ViewDragHelper.create() to get a new instance.
+ * This will allow VDH to use internal compatibility implementations for different
+ * platform versions.
+ *
+ * @param context Context to initialize config-dependent params from
+ * @param forParent Parent view to monitor
+ */
+ private ViewDragHelper(Context context, ViewGroup forParent, Callback cb) {
+ if (forParent == null) {
+ throw new IllegalArgumentException("Parent view may not be null");
+ }
+ if (cb == null) {
+ throw new IllegalArgumentException("Callback may not be null");
+ }
+
+ mParentView = forParent;
+ mCallback = cb;
+
+ final ViewConfiguration vc = ViewConfiguration.get(context);
+ final float density = context.getResources().getDisplayMetrics().density;
+ mEdgeSize = (int) (EDGE_SIZE * density + 0.5f);
+
+ mTouchSlop = vc.getScaledTouchSlop();
+ mMaxVelocity = vc.getScaledMaximumFlingVelocity();
+ mMinVelocity = vc.getScaledMinimumFlingVelocity();
+ mScroller = ScrollerCompat.create(context, sInterpolator);
+ }
+
+ /**
+ * Set the minimum velocity that will be detected as having a magnitude greater than zero
+ * in pixels per second. Callback methods accepting a velocity will be clamped appropriately.
+ *
+ * @param minVel Minimum velocity to detect
+ */
+ public void setMinVelocity(float minVel) {
+ mMinVelocity = minVel;
+ }
+
+ /**
+ * Return the currently configured minimum velocity. Any flings with a magnitude less
+ * than this value in pixels per second. Callback methods accepting a velocity will receive
+ * zero as a velocity value if the real detected velocity was below this threshold.
+ *
+ * @return the minimum velocity that will be detected
+ */
+ public float getMinVelocity() {
+ return mMinVelocity;
+ }
+
+ /**
+ * Retrieve the current drag state of this helper. This will return one of
+ * {@link #STATE_IDLE}, {@link #STATE_DRAGGING} or {@link #STATE_SETTLING}.
+ * @return The current drag state
+ */
+ public int getViewDragState() {
+ return mDragState;
+ }
+
+ /**
+ * Enable edge tracking for the selected edges of the parent view.
+ * The callback's {@link Callback#onEdgeTouched(int, int)} and
+ * {@link Callback#onEdgeDragStarted(int, int)} methods will only be invoked
+ * for edges for which edge tracking has been enabled.
+ *
+ * @param edgeFlags Combination of edge flags describing the edges to watch
+ * @see #EDGE_LEFT
+ * @see #EDGE_TOP
+ * @see #EDGE_RIGHT
+ * @see #EDGE_BOTTOM
+ */
+ public void setEdgeTrackingEnabled(int edgeFlags) {
+ mTrackingEdges = edgeFlags;
+ }
+
+ /**
+ * Return the size of an edge. This is the range in pixels along the edges of this view
+ * that will actively detect edge touches or drags if edge tracking is enabled.
+ *
+ * @return The size of an edge in pixels
+ * @see #setEdgeTrackingEnabled(int)
+ */
+ public int getEdgeSize() {
+ return mEdgeSize;
+ }
+
+ /**
+ * Capture a specific child view for dragging within the parent. The callback will be notified
+ * but {@link Callback#tryCaptureView(android.view.View, int)} will not be asked permission to
+ * capture this view.
+ *
+ * @param childView Child view to capture
+ * @param activePointerId ID of the pointer that is dragging the captured child view
+ */
+ public void captureChildView(View childView, int activePointerId) {
+ if (childView.getParent() != mParentView) {
+ throw new IllegalArgumentException("captureChildView: parameter must be a descendant " +
+ "of the ViewDragHelper's tracked parent view (" + mParentView + ")");
+ }
+
+ mCapturedView = childView;
+ mActivePointerId = activePointerId;
+ mCallback.onViewCaptured(childView, activePointerId);
+ setDragState(STATE_DRAGGING);
+ }
+
+ /**
+ * @return The currently captured view, or null if no view has been captured.
+ */
+ public View getCapturedView() {
+ return mCapturedView;
+ }
+
+ /**
+ * @return The ID of the pointer currently dragging the captured view,
+ * or {@link #INVALID_POINTER}.
+ */
+ public int getActivePointerId() {
+ return mActivePointerId;
+ }
+
+ /**
+ * @return The minimum distance in pixels that the user must travel to initiate a drag
+ */
+ public int getTouchSlop() {
+ return mTouchSlop;
+ }
+
+ /**
+ * The result of a call to this method is equivalent to
+ * {@link #processTouchEvent(android.view.MotionEvent)} receiving an ACTION_CANCEL event.
+ */
+ public void cancel() {
+ mActivePointerId = INVALID_POINTER;
+ clearMotionHistory();
+
+ if (mVelocityTracker != null) {
+ mVelocityTracker.recycle();
+ mVelocityTracker = null;
+ }
+ }
+
+ /**
+ * {@link #cancel()}, but also abort all motion in progress and snap to the end of any
+ * animation.
+ */
+ public void abort() {
+ cancel();
+ if (mDragState == STATE_SETTLING) {
+ final int oldX = mScroller.getCurrX();
+ final int oldY = mScroller.getCurrY();
+ mScroller.abortAnimation();
+ final int newX = mScroller.getCurrX();
+ final int newY = mScroller.getCurrY();
+ mCallback.onViewPositionChanged(mCapturedView, newX, newY, newX - oldX, newY - oldY);
+ }
+ setDragState(STATE_IDLE);
+ }
+
+ /**
+ * Animate the view <code>child</code> to the given (left, top) position.
+ * If this method returns true, the caller should invoke {@link #continueSettling(boolean)}
+ * on each subsequent frame to continue the motion until it returns false. If this method
+ * returns false there is no further work to do to complete the movement.
+ *
+ * <p>This operation does not count as a capture event, though {@link #getCapturedView()}
+ * will still report the sliding view while the slide is in progress.</p>
+ *
+ * @param child Child view to capture and animate
+ * @param finalLeft Final left position of child
+ * @param finalTop Final top position of child
+ * @return true if animation should continue through {@link #continueSettling(boolean)} calls
+ */
+ public boolean smoothSlideViewTo(View child, int finalLeft, int finalTop) {
+ mCapturedView = child;
+ mActivePointerId = INVALID_POINTER;
+
+ return forceSettleCapturedViewAt(finalLeft, finalTop, 0, 0);
+ }
+
+ /**
+ * Settle the captured view at the given (left, top) position.
+ * The appropriate velocity from prior motion will be taken into account.
+ * If this method returns true, the caller should invoke {@link #continueSettling(boolean)}
+ * on each subsequent frame to continue the motion until it returns false. If this method
+ * returns false there is no further work to do to complete the movement.
+ *
+ * @param finalLeft Settled left edge position for the captured view
+ * @param finalTop Settled top edge position for the captured view
+ * @return true if animation should continue through {@link #continueSettling(boolean)} calls
+ */
+ public boolean settleCapturedViewAt(int finalLeft, int finalTop) {
+ if (!mReleaseInProgress) {
+ throw new IllegalStateException("Cannot settleCapturedViewAt outside of a call to " +
+ "Callback#onViewReleased");
+ }
+
+ return forceSettleCapturedViewAt(finalLeft, finalTop,
+ (int) VelocityTrackerCompat.getXVelocity(mVelocityTracker, mActivePointerId),
+ (int) VelocityTrackerCompat.getYVelocity(mVelocityTracker, mActivePointerId));
+ }
+
+ /**
+ * Settle the captured view at the given (left, top) position.
+ *
+ * @param finalLeft Target left position for the captured view
+ * @param finalTop Target top position for the captured view
+ * @param xvel Horizontal velocity
+ * @param yvel Vertical velocity
+ * @return true if animation should continue through {@link #continueSettling(boolean)} calls
+ */
+ private boolean forceSettleCapturedViewAt(int finalLeft, int finalTop, int xvel, int yvel) {
+ final int startLeft = mCapturedView.getLeft();
+ final int startTop = mCapturedView.getTop();
+ final int dx = finalLeft - startLeft;
+ final int dy = finalTop - startTop;
+
+ if (dx == 0 && dy == 0) {
+ // Nothing to do. Send callbacks, be done.
+ mScroller.abortAnimation();
+ setDragState(STATE_IDLE);
+ return false;
+ }
+
+ final int duration = computeSettleDuration(mCapturedView, dx, dy, xvel, yvel);
+ mScroller.startScroll(startLeft, startTop, dx, dy, duration);
+
+ setDragState(STATE_SETTLING);
+ return true;
+ }
+
+ private int computeSettleDuration(View child, int dx, int dy, int xvel, int yvel) {
+ xvel = clampMag(xvel, (int) mMinVelocity, (int) mMaxVelocity);
+ yvel = clampMag(yvel, (int) mMinVelocity, (int) mMaxVelocity);
+ final int absDx = Math.abs(dx);
+ final int absDy = Math.abs(dy);
+ final int absXVel = Math.abs(xvel);
+ final int absYVel = Math.abs(yvel);
+ final int addedVel = absXVel + absYVel;
+ final int addedDistance = absDx + absDy;
+
+ final float xweight = xvel != 0 ? (float) absXVel / addedVel :
+ (float) absDx / addedDistance;
+ final float yweight = yvel != 0 ? (float) absYVel / addedVel :
+ (float) absDy / addedDistance;
+
+ int xduration = computeAxisDuration(dx, xvel, mCallback.getViewHorizontalDragRange(child));
+ int yduration = computeAxisDuration(dy, yvel, mCallback.getViewVerticalDragRange(child));
+
+ return (int) (xduration * xweight + yduration * yweight);
+ }
+
+ private int computeAxisDuration(int delta, int velocity, int motionRange) {
+ if (delta == 0) {
+ return 0;
+ }
+
+ final int width = mParentView.getWidth();
+ final int halfWidth = width / 2;
+ final float distanceRatio = Math.min(1f, (float) Math.abs(delta) / width);
+ final float distance = halfWidth + halfWidth *
+ distanceInfluenceForSnapDuration(distanceRatio);
+
+ int duration;
+ velocity = Math.abs(velocity);
+ if (velocity > 0) {
+ duration = 4 * Math.round(1000 * Math.abs(distance / velocity));
+ } else {
+ final float range = (float) Math.abs(delta) / motionRange;
+ duration = (int) ((range + 1) * BASE_SETTLE_DURATION);
+ }
+ return Math.min(duration, MAX_SETTLE_DURATION);
+ }
+
+ /**
+ * Clamp the magnitude of value for absMin and absMax.
+ * If the value is below the minimum, it will be clamped to zero.
+ * If the value is above the maximum, it will be clamped to the maximum.
+ *
+ * @param value Value to clamp
+ * @param absMin Absolute value of the minimum significant value to return
+ * @param absMax Absolute value of the maximum value to return
+ * @return The clamped value with the same sign as <code>value</code>
+ */
+ private int clampMag(int value, int absMin, int absMax) {
+ final int absValue = Math.abs(value);
+ if (absValue < absMin) return 0;
+ if (absValue > absMax) return value > 0 ? absMax : -absMax;
+ return value;
+ }
+
+ /**
+ * Clamp the magnitude of value for absMin and absMax.
+ * If the value is below the minimum, it will be clamped to zero.
+ * If the value is above the maximum, it will be clamped to the maximum.
+ *
+ * @param value Value to clamp
+ * @param absMin Absolute value of the minimum significant value to return
+ * @param absMax Absolute value of the maximum value to return
+ * @return The clamped value with the same sign as <code>value</code>
+ */
+ private float clampMag(float value, float absMin, float absMax) {
+ final float absValue = Math.abs(value);
+ if (absValue < absMin) return 0;
+ if (absValue > absMax) return value > 0 ? absMax : -absMax;
+ return value;
+ }
+
+ private float distanceInfluenceForSnapDuration(float f) {
+ f -= 0.5f; // center the values about 0.
+ f *= 0.3f * Math.PI / 2.0f;
+ return (float) Math.sin(f);
+ }
+
+ /**
+ * Settle the captured view based on standard free-moving fling behavior.
+ * The caller should invoke {@link #continueSettling(boolean)} on each subsequent frame
+ * to continue the motion until it returns false.
+ *
+ * @param minLeft Minimum X position for the view's left edge
+ * @param minTop Minimum Y position for the view's top edge
+ * @param maxLeft Maximum X position for the view's left edge
+ * @param maxTop Maximum Y position for the view's top edge
+ */
+ public void flingCapturedView(int minLeft, int minTop, int maxLeft, int maxTop) {
+ if (!mReleaseInProgress) {
+ throw new IllegalStateException("Cannot flingCapturedView outside of a call to " +
+ "Callback#onViewReleased");
+ }
+
+ mScroller.fling(mCapturedView.getLeft(), mCapturedView.getTop(),
+ (int) VelocityTrackerCompat.getXVelocity(mVelocityTracker, mActivePointerId),
+ (int) VelocityTrackerCompat.getYVelocity(mVelocityTracker, mActivePointerId),
+ minLeft, maxLeft, minTop, maxTop);
+
+ setDragState(STATE_SETTLING);
+ }
+
+ /**
+ * Move the captured settling view by the appropriate amount for the current time.
+ * If <code>continueSettling</code> returns true, the caller should call it again
+ * on the next frame to continue.
+ *
+ * @param deferCallbacks true if state callbacks should be deferred via posted message.
+ * Set this to true if you are calling this method from
+ * {@link android.view.View#computeScroll()} or similar methods
+ * invoked as part of layout or drawing.
+ * @return true if settle is still in progress
+ */
+ public boolean continueSettling(boolean deferCallbacks) {
+ if (mDragState == STATE_SETTLING) {
+ boolean keepGoing = mScroller.computeScrollOffset();
+ final int x = mScroller.getCurrX();
+ final int y = mScroller.getCurrY();
+ final int dx = x - mCapturedView.getLeft();
+ final int dy = y - mCapturedView.getTop();
+
+ if (dx != 0) {
+ mCapturedView.offsetLeftAndRight(dx);
+ }
+ if (dy != 0) {
+ mCapturedView.offsetTopAndBottom(dy);
+ }
+
+ if (dx != 0 || dy != 0) {
+ mCallback.onViewPositionChanged(mCapturedView, x, y, dx, dy);
+ }
+
+ if (keepGoing && x == mScroller.getFinalX() && y == mScroller.getFinalY()) {
+ // Close enough. The interpolator/scroller might think we're still moving
+ // but the user sure doesn't.
+ mScroller.abortAnimation();
+ keepGoing = mScroller.isFinished();
+ }
+
+ if (!keepGoing) {
+ if (deferCallbacks) {
+ mParentView.post(mSetIdleRunnable);
+ } else {
+ setDragState(STATE_IDLE);
+ }
+ }
+ }
+
+ return mDragState == STATE_SETTLING;
+ }
+
+ /**
+ * Like all callback events this must happen on the UI thread, but release
+ * involves some extra semantics. During a release (mReleaseInProgress)
+ * is the only time it is valid to call {@link #settleCapturedViewAt(int, int)}
+ * or {@link #flingCapturedView(int, int, int, int)}.
+ */
+ private void dispatchViewReleased(float xvel, float yvel) {
+ mReleaseInProgress = true;
+ mCallback.onViewReleased(mCapturedView, xvel, yvel);
+ mReleaseInProgress = false;
+
+ if (mDragState == STATE_DRAGGING) {
+ // onViewReleased didn't call a method that would have changed this. Go idle.
+ setDragState(STATE_IDLE);
+ }
+ }
+
+ private void clearMotionHistory() {
+ if (mInitialMotionX == null) {
+ return;
+ }
+ Arrays.fill(mInitialMotionX, 0);
+ Arrays.fill(mInitialMotionY, 0);
+ Arrays.fill(mLastMotionX, 0);
+ Arrays.fill(mLastMotionY, 0);
+ Arrays.fill(mInitialEdgesTouched, 0);
+ Arrays.fill(mEdgeDragsInProgress, 0);
+ Arrays.fill(mEdgeDragsLocked, 0);
+ mPointersDown = 0;
+ }
+
+ private void clearMotionHistory(int pointerId) {
+ if (mInitialMotionX == null) {
+ return;
+ }
+ mInitialMotionX[pointerId] = 0;
+ mInitialMotionY[pointerId] = 0;
+ mLastMotionX[pointerId] = 0;
+ mLastMotionY[pointerId] = 0;
+ mInitialEdgesTouched[pointerId] = 0;
+ mEdgeDragsInProgress[pointerId] = 0;
+ mEdgeDragsLocked[pointerId] = 0;
+ mPointersDown &= ~(1 << pointerId);
+ }
+
+ private void ensureMotionHistorySizeForId(int pointerId) {
+ if (mInitialMotionX == null || mInitialMotionX.length <= pointerId) {
+ float[] imx = new float[pointerId + 1];
+ float[] imy = new float[pointerId + 1];
+ float[] lmx = new float[pointerId + 1];
+ float[] lmy = new float[pointerId + 1];
+ int[] iit = new int[pointerId + 1];
+ int[] edip = new int[pointerId + 1];
+ int[] edl = new int[pointerId + 1];
+
+ if (mInitialMotionX != null) {
+ System.arraycopy(mInitialMotionX, 0, imx, 0, mInitialMotionX.length);
+ System.arraycopy(mInitialMotionY, 0, imy, 0, mInitialMotionY.length);
+ System.arraycopy(mLastMotionX, 0, lmx, 0, mLastMotionX.length);
+ System.arraycopy(mLastMotionY, 0, lmy, 0, mLastMotionY.length);
+ System.arraycopy(mInitialEdgesTouched, 0, iit, 0, mInitialEdgesTouched.length);
+ System.arraycopy(mEdgeDragsInProgress, 0, edip, 0, mEdgeDragsInProgress.length);
+ System.arraycopy(mEdgeDragsLocked, 0, edl, 0, mEdgeDragsLocked.length);
+ }
+
+ mInitialMotionX = imx;
+ mInitialMotionY = imy;
+ mLastMotionX = lmx;
+ mLastMotionY = lmy;
+ mInitialEdgesTouched = iit;
+ mEdgeDragsInProgress = edip;
+ mEdgeDragsLocked = edl;
+ }
+ }
+
+ private void saveInitialMotion(float x, float y, int pointerId) {
+ ensureMotionHistorySizeForId(pointerId);
+ mInitialMotionX[pointerId] = mLastMotionX[pointerId] = x;
+ mInitialMotionY[pointerId] = mLastMotionY[pointerId] = y;
+ mInitialEdgesTouched[pointerId] = getEdgesTouched((int) x, (int) y);
+ mPointersDown |= 1 << pointerId;
+ }
+
+ private void saveLastMotion(MotionEvent ev) {
+ final int pointerCount = MotionEventCompat.getPointerCount(ev);
+ for (int i = 0; i < pointerCount; i++) {
+ final int pointerId = MotionEventCompat.getPointerId(ev, i);
+ final float x = MotionEventCompat.getX(ev, i);
+ final float y = MotionEventCompat.getY(ev, i);
+ mLastMotionX[pointerId] = x;
+ mLastMotionY[pointerId] = y;
+ }
+ }
+
+ /**
+ * Check if the given pointer ID represents a pointer that is currently down (to the best
+ * of the ViewDragHelper's knowledge).
+ *
+ * <p>The state used to report this information is populated by the methods
+ * {@link #shouldInterceptTouchEvent(android.view.MotionEvent)} or
+ * {@link #processTouchEvent(android.view.MotionEvent)}. If one of these methods has not
+ * been called for all relevant MotionEvents to track, the information reported
+ * by this method may be stale or incorrect.</p>
+ *
+ * @param pointerId pointer ID to check; corresponds to IDs provided by MotionEvent
+ * @return true if the pointer with the given ID is still down
+ */
+ public boolean isPointerDown(int pointerId) {
+ return (mPointersDown & 1 << pointerId) != 0;
+ }
+
+ void setDragState(int state) {
+ if (mDragState != state) {
+ mDragState = state;
+ mCallback.onViewDragStateChanged(state);
+ if (state == STATE_IDLE) {
+ mCapturedView = null;
+ }
+ }
+ }
+
+ /**
+ * Attempt to capture the view with the given pointer ID. The callback will be involved.
+ * This will put us into the "dragging" state. If we've already captured this view with
+ * this pointer this method will immediately return true without consulting the callback.
+ *
+ * @param toCapture View to capture
+ * @param pointerId Pointer to capture with
+ * @return true if capture was successful
+ */
+ boolean tryCaptureViewForDrag(View toCapture, int pointerId) {
+ if (toCapture == mCapturedView && mActivePointerId == pointerId) {
+ // Already done!
+ return true;
+ }
+ if (toCapture != null && mCallback.tryCaptureView(toCapture, pointerId)) {
+ mActivePointerId = pointerId;
+ captureChildView(toCapture, pointerId);
+ return true;
+ }
+ return false;
+ }
+
+ /**
+ * Tests scrollability within child views of v given a delta of dx.
+ *
+ * @param v View to test for horizontal scrollability
+ * @param checkV Whether the view v passed should itself be checked for scrollability (true),
+ * or just its children (false).
+ * @param dx Delta scrolled in pixels along the X axis
+ * @param dy Delta scrolled in pixels along the Y axis
+ * @param x X coordinate of the active touch point
+ * @param y Y coordinate of the active touch point
+ * @return true if child views of v can be scrolled by delta of dx.
+ */
+ protected boolean canScroll(View v, boolean checkV, int dx, int dy, int x, int y) {
+ if (v instanceof ViewGroup) {
+ final ViewGroup group = (ViewGroup) v;
+ final int scrollX = v.getScrollX();
+ final int scrollY = v.getScrollY();
+ final int count = group.getChildCount();
+ // Count backwards - let topmost views consume scroll distance first.
+ for (int i = count - 1; i >= 0; i--) {
+ // TODO: Add versioned support here for transformed views.
+ // This will not work for transformed views in Honeycomb+
+ final View child = group.getChildAt(i);
+ if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
+ y + scrollY >= child.getTop() && y + scrollY < child.getBottom() &&
+ canScroll(child, true, dx, dy, x + scrollX - child.getLeft(),
+ y + scrollY - child.getTop())) {
+ return true;
+ }
+ }
+ }
+
+ return checkV && (ViewCompat.canScrollHorizontally(v, -dx) ||
+ ViewCompat.canScrollVertically(v, -dy));
+ }
+
+ /**
+ * Check if this event as provided to the parent view's onInterceptTouchEvent should
+ * cause the parent to intercept the touch event stream.
+ *
+ * @param ev MotionEvent provided to onInterceptTouchEvent
+ * @return true if the parent view should return true from onInterceptTouchEvent
+ */
+ public boolean shouldInterceptTouchEvent(MotionEvent ev) {
+ final int action = MotionEventCompat.getActionMasked(ev);
+ final int actionIndex = MotionEventCompat.getActionIndex(ev);
+
+ if (action == MotionEvent.ACTION_DOWN) {
+ // Reset things for a new event stream, just in case we didn't get
+ // the whole previous stream.
+ cancel();
+ }
+
+ if (mVelocityTracker == null) {
+ mVelocityTracker = VelocityTracker.obtain();
+ }
+ mVelocityTracker.addMovement(ev);
+
+ switch (action) {
+ case MotionEvent.ACTION_DOWN: {
+ final float x = ev.getX();
+ final float y = ev.getY();
+ final int pointerId = MotionEventCompat.getPointerId(ev, 0);
+ saveInitialMotion(x, y, pointerId);
+
+ final View toCapture = findTopChildUnder((int) x, (int) y);
+
+ // Catch a settling view if possible.
+ if (toCapture == mCapturedView && mDragState == STATE_SETTLING) {
+ tryCaptureViewForDrag(toCapture, pointerId);
+ }
+
+ final int edgesTouched = mInitialEdgesTouched[pointerId];
+ if ((edgesTouched & mTrackingEdges) != 0) {
+ mCallback.onEdgeTouched(edgesTouched & mTrackingEdges, pointerId);
+ }
+ break;
+ }
+
+ case MotionEventCompat.ACTION_POINTER_DOWN: {
+ final int pointerId = MotionEventCompat.getPointerId(ev, actionIndex);
+ final float x = MotionEventCompat.getX(ev, actionIndex);
+ final float y = MotionEventCompat.getY(ev, actionIndex);
+
+ saveInitialMotion(x, y, pointerId);
+
+ // A ViewDragHelper can only manipulate one view at a time.
+ if (mDragState == STATE_IDLE) {
+ final int edgesTouched = mInitialEdgesTouched[pointerId];
+ if ((edgesTouched & mTrackingEdges) != 0) {
+ mCallback.onEdgeTouched(edgesTouched & mTrackingEdges, pointerId);
+ }
+ } else if (mDragState == STATE_SETTLING) {
+ // Catch a settling view if possible.
+ final View toCapture = findTopChildUnder((int) x, (int) y);
+ if (toCapture == mCapturedView) {
+ tryCaptureViewForDrag(toCapture, pointerId);
+ }
+ }
+ break;
+ }
+
+ case MotionEvent.ACTION_MOVE: {
+ // First to cross a touch slop over a draggable view wins. Also report edge drags.
+ final int pointerCount = MotionEventCompat.getPointerCount(ev);
+ for (int i = 0; i < pointerCount; i++) {
+ final int pointerId = MotionEventCompat.getPointerId(ev, i);
+ final float x = MotionEventCompat.getX(ev, i);
+ final float y = MotionEventCompat.getY(ev, i);
+ final float dx = x - mInitialMotionX[pointerId];
+ final float dy = y - mInitialMotionY[pointerId];
+
+ reportNewEdgeDrags(dx, dy, pointerId);
+ if (mDragState == STATE_DRAGGING) {
+ // Callback might have started an edge drag
+ break;
+ }
+
+ final View toCapture = findTopChildUnder((int) x, (int) y);
+ if (toCapture != null && checkTouchSlop(toCapture, dx, dy) &&
+ tryCaptureViewForDrag(toCapture, pointerId)) {
+ break;
+ }
+ }
+ saveLastMotion(ev);
+ break;
+ }
+
+ case MotionEventCompat.ACTION_POINTER_UP: {
+ final int pointerId = MotionEventCompat.getPointerId(ev, actionIndex);
+ clearMotionHistory(pointerId);
+ break;
+ }
+
+ case MotionEvent.ACTION_UP:
+ case MotionEvent.ACTION_CANCEL: {
+ cancel();
+ break;
+ }
+ }
+
+ return mDragState == STATE_DRAGGING;
+ }
+
+ /**
+ * Process a touch event received by the parent view. This method will dispatch callback events
+ * as needed before returning. The parent view's onTouchEvent implementation should call this.
+ *
+ * @param ev The touch event received by the parent view
+ */
+ public void processTouchEvent(MotionEvent ev) {
+ final int action = MotionEventCompat.getActionMasked(ev);
+ final int actionIndex = MotionEventCompat.getActionIndex(ev);
+
+ if (action == MotionEvent.ACTION_DOWN) {
+ // Reset things for a new event stream, just in case we didn't get
+ // the whole previous stream.
+ cancel();
+ }
+
+ if (mVelocityTracker == null) {
+ mVelocityTracker = VelocityTracker.obtain();
+ }
+ mVelocityTracker.addMovement(ev);
+
+ switch (action) {
+ case MotionEvent.ACTION_DOWN: {
+ final float x = ev.getX();
+ final float y = ev.getY();
+ final int pointerId = MotionEventCompat.getPointerId(ev, 0);
+ final View toCapture = findTopChildUnder((int) x, (int) y);
+
+ saveInitialMotion(x, y, pointerId);
+
+ // Since the parent is already directly processing this touch event,
+ // there is no reason to delay for a slop before dragging.
+ // Start immediately if possible.
+ tryCaptureViewForDrag(toCapture, pointerId);
+
+ final int edgesTouched = mInitialEdgesTouched[pointerId];
+ if ((edgesTouched & mTrackingEdges) != 0) {
+ mCallback.onEdgeTouched(edgesTouched & mTrackingEdges, pointerId);
+ }
+ break;
+ }
+
+ case MotionEventCompat.ACTION_POINTER_DOWN: {
+ final int pointerId = MotionEventCompat.getPointerId(ev, actionIndex);
+ final float x = MotionEventCompat.getX(ev, actionIndex);
+ final float y = MotionEventCompat.getY(ev, actionIndex);
+
+ saveInitialMotion(x, y, pointerId);
+
+ // A ViewDragHelper can only manipulate one view at a time.
+ if (mDragState == STATE_IDLE) {
+ // If we're idle we can do anything! Treat it like a normal down event.
+
+ final View toCapture = findTopChildUnder((int) x, (int) y);
+ tryCaptureViewForDrag(toCapture, pointerId);
+
+ final int edgesTouched = mInitialEdgesTouched[pointerId];
+ if ((edgesTouched & mTrackingEdges) != 0) {
+ mCallback.onEdgeTouched(edgesTouched & mTrackingEdges, pointerId);
+ }
+ } else if (isCapturedViewUnder((int) x, (int) y)) {
+ // We're still tracking a captured view. If the same view is under this
+ // point, we'll swap to controlling it with this pointer instead.
+ // (This will still work if we're "catching" a settling view.)
+
+ tryCaptureViewForDrag(mCapturedView, pointerId);
+ }
+ break;
+ }
+
+ case MotionEvent.ACTION_MOVE: {
+ if (mDragState == STATE_DRAGGING) {
+ final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId);
+ final float x = MotionEventCompat.getX(ev, index);
+ final float y = MotionEventCompat.getY(ev, index);
+ final int idx = (int) (x - mLastMotionX[mActivePointerId]);
+ final int idy = (int) (y - mLastMotionY[mActivePointerId]);
+
+ dragTo(mCapturedView.getLeft() + idx, mCapturedView.getTop() + idy, idx, idy);
+
+ saveLastMotion(ev);
+ } else {
+ // Check to see if any pointer is now over a draggable view.
+ final int pointerCount = MotionEventCompat.getPointerCount(ev);
+ for (int i = 0; i < pointerCount; i++) {
+ final int pointerId = MotionEventCompat.getPointerId(ev, i);
+ final float x = MotionEventCompat.getX(ev, i);
+ final float y = MotionEventCompat.getY(ev, i);
+ final float dx = x - mInitialMotionX[pointerId];
+ final float dy = y - mInitialMotionY[pointerId];
+
+ reportNewEdgeDrags(dx, dy, pointerId);
+ if (mDragState == STATE_DRAGGING) {
+ // Callback might have started an edge drag.
+ break;
+ }
+
+ final View toCapture = findTopChildUnder((int) x, (int) y);
+ if (checkTouchSlop(toCapture, dx, dy) &&
+ tryCaptureViewForDrag(toCapture, pointerId)) {
+ break;
+ }
+ }
+ saveLastMotion(ev);
+ }
+ break;
+ }
+
+ case MotionEventCompat.ACTION_POINTER_UP: {
+ final int pointerId = MotionEventCompat.getPointerId(ev, actionIndex);
+ if (mDragState == STATE_DRAGGING && pointerId == mActivePointerId) {
+ // Try to find another pointer that's still holding on to the captured view.
+ int newActivePointer = INVALID_POINTER;
+ final int pointerCount = MotionEventCompat.getPointerCount(ev);
+ for (int i = 0; i < pointerCount; i++) {
+ final int id = MotionEventCompat.getPointerId(ev, i);
+ if (id == mActivePointerId) {
+ // This one's going away, skip.
+ continue;
+ }
+
+ final float x = MotionEventCompat.getX(ev, i);
+ final float y = MotionEventCompat.getY(ev, i);
+ if (findTopChildUnder((int) x, (int) y) == mCapturedView &&
+ tryCaptureViewForDrag(mCapturedView, id)) {
+ newActivePointer = mActivePointerId;
+ break;
+ }
+ }
+
+ if (newActivePointer == INVALID_POINTER) {
+ // We didn't find another pointer still touching the view, release it.
+ releaseViewForPointerUp();
+ }
+ }
+ clearMotionHistory(pointerId);
+ break;
+ }
+
+ case MotionEvent.ACTION_UP: {
+ if (mDragState == STATE_DRAGGING) {
+ releaseViewForPointerUp();
+ }
+ cancel();
+ break;
+ }
+
+ case MotionEvent.ACTION_CANCEL: {
+ if (mDragState == STATE_DRAGGING) {
+ dispatchViewReleased(0, 0);
+ }
+ cancel();
+ break;
+ }
+ }
+ }
+
+ private void reportNewEdgeDrags(float dx, float dy, int pointerId) {
+ int dragsStarted = 0;
+ if (checkNewEdgeDrag(dx, dy, pointerId, EDGE_LEFT)) {
+ dragsStarted |= EDGE_LEFT;
+ }
+ if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_TOP)) {
+ dragsStarted |= EDGE_TOP;
+ }
+ if (checkNewEdgeDrag(dx, dy, pointerId, EDGE_RIGHT)) {
+ dragsStarted |= EDGE_RIGHT;
+ }
+ if (checkNewEdgeDrag(dy, dx, pointerId, EDGE_BOTTOM)) {
+ dragsStarted |= EDGE_BOTTOM;
+ }
+
+ if (dragsStarted != 0) {
+ mEdgeDragsInProgress[pointerId] |= dragsStarted;
+ mCallback.onEdgeDragStarted(dragsStarted, pointerId);
+ }
+ }
+
+ private boolean checkNewEdgeDrag(float delta, float odelta, int pointerId, int edge) {
+ final float absDelta = Math.abs(delta);
+ final float absODelta = Math.abs(odelta);
+
+ if ((mInitialEdgesTouched[pointerId] & edge) != edge || (mTrackingEdges & edge) == 0 ||
+ (mEdgeDragsLocked[pointerId] & edge) == edge ||
+ (mEdgeDragsInProgress[pointerId] & edge) == edge ||
+ (absDelta <= mTouchSlop && absODelta <= mTouchSlop)) {
+ return false;
+ }
+ if (absDelta < absODelta * 0.5f && mCallback.onEdgeLock(edge)) {
+ mEdgeDragsLocked[pointerId] |= edge;
+ return false;
+ }
+ return (mEdgeDragsInProgress[pointerId] & edge) == 0 && absDelta > mTouchSlop;
+ }
+
+ /**
+ * Check if we've crossed a reasonable touch slop for the given child view.
+ * If the child cannot be dragged along the horizontal or vertical axis, motion
+ * along that axis will not count toward the slop check.
+ *
+ * @param child Child to check
+ * @param dx Motion since initial position along X axis
+ * @param dy Motion since initial position along Y axis
+ * @return true if the touch slop has been crossed
+ */
+ private boolean checkTouchSlop(View child, float dx, float dy) {
+ if (child == null) {
+ return false;
+ }
+ final boolean checkHorizontal = mCallback.getViewHorizontalDragRange(child) > 0;
+ final boolean checkVertical = mCallback.getViewVerticalDragRange(child) > 0;
+
+ if (checkHorizontal && checkVertical) {
+ return dx * dx + dy * dy > mTouchSlop * mTouchSlop;
+ } else if (checkHorizontal) {
+ return Math.abs(dx) > mTouchSlop;
+ } else if (checkVertical) {
+ return Math.abs(dy) > mTouchSlop;
+ }
+ return false;
+ }
+
+ /**
+ * Check if any pointer tracked in the current gesture has crossed
+ * the required slop threshold.
+ *
+ * <p>This depends on internal state populated by
+ * {@link #shouldInterceptTouchEvent(android.view.MotionEvent)} or
+ * {@link #processTouchEvent(android.view.MotionEvent)}. You should only rely on
+ * the results of this method after all currently available touch data
+ * has been provided to one of these two methods.</p>
+ *
+ * @param directions Combination of direction flags, see {@link #DIRECTION_HORIZONTAL},
+ * {@link #DIRECTION_VERTICAL}, {@link #DIRECTION_ALL}
+ * @return true if the slop threshold has been crossed, false otherwise
+ */
+ public boolean checkTouchSlop(int directions) {
+ final int count = mInitialMotionX.length;
+ for (int i = 0; i < count; i++) {
+ if (checkTouchSlop(directions, i)) {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ /**
+ * Check if the specified pointer tracked in the current gesture has crossed
+ * the required slop threshold.
+ *
+ * <p>This depends on internal state populated by
+ * {@link #shouldInterceptTouchEvent(android.view.MotionEvent)} or
+ * {@link #processTouchEvent(android.view.MotionEvent)}. You should only rely on
+ * the results of this method after all currently available touch data
+ * has been provided to one of these two methods.</p>
+ *
+ * @param directions Combination of direction flags, see {@link #DIRECTION_HORIZONTAL},
+ * {@link #DIRECTION_VERTICAL}, {@link #DIRECTION_ALL}
+ * @param pointerId ID of the pointer to slop check as specified by MotionEvent
+ * @return true if the slop threshold has been crossed, false otherwise
+ */
+ public boolean checkTouchSlop(int directions, int pointerId) {
+ if (!isPointerDown(pointerId)) {
+ return false;
+ }
+
+ final boolean checkHorizontal = (directions & DIRECTION_HORIZONTAL) == DIRECTION_HORIZONTAL;
+ final boolean checkVertical = (directions & DIRECTION_VERTICAL) == DIRECTION_VERTICAL;
+
+ final float dx = mLastMotionX[pointerId] - mInitialMotionX[pointerId];
+ final float dy = mLastMotionY[pointerId] - mInitialMotionY[pointerId];
+
+ if (checkHorizontal && checkVertical) {
+ return dx * dx + dy * dy > mTouchSlop * mTouchSlop;
+ } else if (checkHorizontal) {
+ return Math.abs(dx) > mTouchSlop;
+ } else if (checkVertical) {
+ return Math.abs(dy) > mTouchSlop;
+ }
+ return false;
+ }
+
+ /**
+ * Check if any of the edges specified were initially touched in the currently active gesture.
+ * If there is no currently active gesture this method will return false.
+ *
+ * @param edges Edges to check for an initial edge touch. See {@link #EDGE_LEFT},
+ * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
+ * {@link #EDGE_ALL}
+ * @return true if any of the edges specified were initially touched in the current gesture
+ */
+ public boolean isEdgeTouched(int edges) {
+ final int count = mInitialEdgesTouched.length;
+ for (int i = 0; i < count; i++) {
+ if (isEdgeTouched(edges, i)) {
+ return true;
+ }
+ }
+ return false;
+ }
+
+ /**
+ * Check if any of the edges specified were initially touched by the pointer with
+ * the specified ID. If there is no currently active gesture or if there is no pointer with
+ * the given ID currently down this method will return false.
+ *
+ * @param edges Edges to check for an initial edge touch. See {@link #EDGE_LEFT},
+ * {@link #EDGE_TOP}, {@link #EDGE_RIGHT}, {@link #EDGE_BOTTOM} and
+ * {@link #EDGE_ALL}
+ * @return true if any of the edges specified were initially touched in the current gesture
+ */
+ public boolean isEdgeTouched(int edges, int pointerId) {
+ return isPointerDown(pointerId) && (mInitialEdgesTouched[pointerId] & edges) != 0;
+ }
+
+ private void releaseViewForPointerUp() {
+ mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity);
+ final float xvel = clampMag(
+ VelocityTrackerCompat.getXVelocity(mVelocityTracker, mActivePointerId),
+ mMinVelocity, mMaxVelocity);
+ final float yvel = clampMag(
+ VelocityTrackerCompat.getYVelocity(mVelocityTracker, mActivePointerId),
+ mMinVelocity, mMaxVelocity);
+ dispatchViewReleased(xvel, yvel);
+ }
+
+ private void dragTo(int left, int top, int dx, int dy) {
+ int clampedX = left;
+ int clampedY = top;
+ final int oldLeft = mCapturedView.getLeft();
+ final int oldTop = mCapturedView.getTop();
+ if (dx != 0) {
+ clampedX = mCallback.clampViewPositionHorizontal(mCapturedView, left, dx);
+ mCapturedView.offsetLeftAndRight(clampedX - oldLeft);
+ }
+ if (dy != 0) {
+ clampedY = mCallback.clampViewPositionVertical(mCapturedView, top, dy);
+ mCapturedView.offsetTopAndBottom(clampedY - oldTop);
+ }
+
+ if (dx != 0 || dy != 0) {
+ final int clampedDx = clampedX - oldLeft;
+ final int clampedDy = clampedY - oldTop;
+ mCallback.onViewPositionChanged(mCapturedView, clampedX, clampedY,
+ clampedDx, clampedDy);
+ }
+ }
+
+ /**
+ * Determine if the currently captured view is under the given point in the
+ * parent view's coordinate system. If there is no captured view this method
+ * will return false.
+ *
+ * @param x X position to test in the parent's coordinate system
+ * @param y Y position to test in the parent's coordinate system
+ * @return true if the captured view is under the given point, false otherwise
+ */
+ public boolean isCapturedViewUnder(int x, int y) {
+ return isViewUnder(mCapturedView, x, y);
+ }
+
+ /**
+ * Determine if the supplied view is under the given point in the
+ * parent view's coordinate system.
+ *
+ * @param view Child view of the parent to hit test
+ * @param x X position to test in the parent's coordinate system
+ * @param y Y position to test in the parent's coordinate system
+ * @return true if the supplied view is under the given point, false otherwise
+ */
+ public boolean isViewUnder(View view, int x, int y) {
+ if (view == null) {
+ return false;
+ }
+ return x >= view.getLeft() &&
+ x < view.getRight() &&
+ y >= view.getTop() &&
+ y < view.getBottom();
+ }
+
+ /**
+ * Find the topmost child under the given point within the parent view's coordinate system.
+ * The child order is determined using {@link Callback#getOrderedChildIndex(int)}.
+ *
+ * @param x X position to test in the parent's coordinate system
+ * @param y Y position to test in the parent's coordinate system
+ * @return The topmost child view under (x, y) or null if none found.
+ */
+ public View findTopChildUnder(int x, int y) {
+ final int childCount = mParentView.getChildCount();
+ for (int i = childCount - 1; i >= 0; i--) {
+ final View child = mParentView.getChildAt(mCallback.getOrderedChildIndex(i));
+ if (x >= child.getLeft() && x < child.getRight() &&
+ y >= child.getTop() && y < child.getBottom()) {
+ return child;
+ }
+ }
+ return null;
+ }
+
+ private int getEdgesTouched(int x, int y) {
+ int result = 0;
+
+ if (x < mParentView.getLeft() + mEdgeSize) result |= EDGE_LEFT;
+ if (y < mParentView.getTop() + mEdgeSize) result |= EDGE_TOP;
+ if (x > mParentView.getRight() - mEdgeSize) result |= EDGE_RIGHT;
+ if (y > mParentView.getBottom() - mEdgeSize) result |= EDGE_BOTTOM;
+
+ return result;
+ }
+}
diff --git a/tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java b/tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java
index 626ff16..30fd0e2 100644
--- a/tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java
+++ b/tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java
@@ -22,7 +22,6 @@
import android.test.AndroidTestCase;
import android.text.Html;
import android.text.Spanned;
-import android.util.Log;
import android.view.View;
import android.widget.TextView;
@@ -293,8 +292,8 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(number, presentation, formattedNumber,
TEST_COUNTRY_ISO, TEST_GEOCODE,
- new int[]{ Calls.VOICEMAIL_TYPE }, TEST_DATE, TEST_DURATION),
- true);
+ new int[]{ Calls.VOICEMAIL_TYPE }, TEST_DATE, TEST_DURATION)
+ );
}
/** Sets the phone call details with default values and the given number. */
@@ -303,8 +302,8 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(number, Calls.PRESENTATION_ALLOWED,
formattedNumber, TEST_COUNTRY_ISO, geocodedLocation,
- new int[]{ Calls.VOICEMAIL_TYPE }, TEST_DATE, TEST_DURATION),
- true);
+ new int[]{ Calls.VOICEMAIL_TYPE }, TEST_DATE, TEST_DURATION)
+ );
}
/** Sets the phone call details with default values and the given date. */
@@ -312,8 +311,8 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
TEST_FORMATTED_NUMBER, TEST_COUNTRY_ISO, TEST_GEOCODE,
- new int[]{ Calls.INCOMING_TYPE }, date, TEST_DURATION),
- false);
+ new int[]{ Calls.INCOMING_TYPE }, date, TEST_DURATION)
+ );
}
/** Sets the phone call details with default values and the given call types using icons. */
@@ -321,8 +320,8 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
TEST_FORMATTED_NUMBER, TEST_COUNTRY_ISO, TEST_GEOCODE,
- callTypes, TEST_DATE, TEST_DURATION),
- false);
+ callTypes, TEST_DATE, TEST_DURATION)
+ );
}
private void setCallDetailsHeaderWithNumber(String number, int presentation) {
diff --git a/tests/src/com/android/dialer/calllog/CallLogFragmentTest.java b/tests/src/com/android/dialer/calllog/CallLogFragmentTest.java
index a423cde..2c0fe0e 100644
--- a/tests/src/com/android/dialer/calllog/CallLogFragmentTest.java
+++ b/tests/src/com/android/dialer/calllog/CallLogFragmentTest.java
@@ -182,7 +182,7 @@
mCursor.moveToFirst();
insertPrivate(NOW, 0);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
}
@MediumTest
@@ -198,7 +198,7 @@
mCursor.moveToFirst();
insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, TEST_NUMBER);
@@ -212,7 +212,7 @@
values[CallLogQuery.CACHED_FORMATTED_NUMBER] = TEST_FORMATTED_NUMBER;
insertValues(values);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, TEST_FORMATTED_NUMBER);
@@ -226,7 +226,7 @@
insertWithCachedValues(TEST_NUMBER, NOW, 0, Calls.INCOMING_TYPE,
"John Doe", Phone.TYPE_HOME, TEST_DEFAULT_CUSTOM_LABEL);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, "John Doe");
@@ -239,7 +239,7 @@
insertWithCachedValues("sip:johndoe@gmail.com", NOW, 0, Calls.INCOMING_TYPE,
"John Doe", Phone.TYPE_HOME, TEST_DEFAULT_CUSTOM_LABEL);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, "John Doe");
@@ -254,7 +254,7 @@
insertWithCachedValues(TEST_NUMBER, NOW, 0, Calls.INCOMING_TYPE,
"John Doe", Phone.TYPE_HOME, TEST_DEFAULT_CUSTOM_LABEL);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, "John Doe");
@@ -269,7 +269,7 @@
insertWithCachedValues(TEST_NUMBER, NOW, 0, Calls.INCOMING_TYPE,
"John Doe", Phone.TYPE_WORK, TEST_DEFAULT_CUSTOM_LABEL);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, "John Doe");
@@ -283,7 +283,7 @@
insertWithCachedValues(TEST_NUMBER, NOW, 0, Calls.INCOMING_TYPE,
"John Doe", Phone.TYPE_CUSTOM, numberLabel);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertNameIs(views, "John Doe");
@@ -296,7 +296,7 @@
insertWithCachedValues(TEST_NUMBER, NOW, 0, Calls.INCOMING_TYPE,
"John Doe", Phone.TYPE_HOME, "");
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertTrue(views.quickContactView.isEnabled());
@@ -307,7 +307,7 @@
mCursor.moveToFirst();
insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
assertFalse(views.quickContactView.isEnabled());
@@ -318,7 +318,7 @@
mCursor.moveToFirst();
insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
@@ -339,7 +339,7 @@
mCursor.moveToFirst();
insertVoicemail(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0);
View view = mAdapter.newStandAloneView(getActivity(), mParentView);
- mAdapter.bindStandAloneView(view, getActivity(), mCursor);
+ mAdapter.bindViewForTest(view, getActivity(), mCursor);
CallLogListItemViews views = (CallLogListItemViews) view.getTag();
IntentProvider intentProvider = (IntentProvider) views.voicemailButtonView.getTag();
@@ -439,7 +439,7 @@
if (null == mList[i]) {
mList[i] = mAdapter.newStandAloneView(mActivity, mParentView);
}
- mAdapter.bindStandAloneView(mList[i], mActivity, mCursor);
+ mAdapter.bindViewForTest(mList[i], mActivity, mCursor);
mCursor.moveToPrevious();
i++;
}
diff --git a/tests/src/com/android/dialer/calllog/CallLogListItemHelperTest.java b/tests/src/com/android/dialer/calllog/CallLogListItemHelperTest.java
index 15c1676..96eefbc 100644
--- a/tests/src/com/android/dialer/calllog/CallLogListItemHelperTest.java
+++ b/tests/src/com/android/dialer/calllog/CallLogListItemHelperTest.java
@@ -333,8 +333,8 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(number, presentation, formattedNumber,
TEST_COUNTRY_ISO, TEST_GEOCODE,
- new int[]{ callType }, TEST_DATE, TEST_DURATION),
- false);
+ new int[]{ callType }, TEST_DATE, TEST_DURATION)
+ );
}
/** Sets the details of a phone call using the specified call type. */
@@ -342,8 +342,8 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
TEST_FORMATTED_NUMBER, TEST_COUNTRY_ISO, TEST_GEOCODE,
- types, TEST_DATE, TEST_DURATION),
- false);
+ types, TEST_DATE, TEST_DURATION)
+ );
}
/** Sets the details of an unread phone call using the specified call type. */
@@ -351,7 +351,7 @@
mHelper.setPhoneCallDetails(mViews,
new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED,
TEST_FORMATTED_NUMBER, TEST_COUNTRY_ISO, TEST_GEOCODE,
- types, TEST_DATE, TEST_DURATION),
- true);
+ types, TEST_DATE, TEST_DURATION)
+ );
}
}