Import translations. DO NOT MERGE am: 4e243a3e75  -s ours am: 83cbfb4516  -s ours
am: 179e17e156  -s ours

* commit '179e17e156e0a7279da43569f9a5a5760a44a287':
  Import translations. DO NOT MERGE
diff --git a/res-common/drawable-hdpi/ic_add_24dp.png b/res-common/drawable-hdpi/ic_add_24dp.png
new file mode 100644
index 0000000..694179b
--- /dev/null
+++ b/res-common/drawable-hdpi/ic_add_24dp.png
Binary files differ
diff --git a/res-common/drawable-hdpi/ic_create_24dp.png b/res-common/drawable-hdpi/ic_create_24dp.png
new file mode 100644
index 0000000..540ab4d
--- /dev/null
+++ b/res-common/drawable-hdpi/ic_create_24dp.png
Binary files differ
diff --git a/res-common/drawable-mdpi/ic_add_24dp.png b/res-common/drawable-mdpi/ic_add_24dp.png
new file mode 100644
index 0000000..3856041
--- /dev/null
+++ b/res-common/drawable-mdpi/ic_add_24dp.png
Binary files differ
diff --git a/res-common/drawable-mdpi/ic_create_24dp.png b/res-common/drawable-mdpi/ic_create_24dp.png
new file mode 100644
index 0000000..8a2df39
--- /dev/null
+++ b/res-common/drawable-mdpi/ic_create_24dp.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/ic_add_24dp.png b/res-common/drawable-xhdpi/ic_add_24dp.png
new file mode 100644
index 0000000..67bb598
--- /dev/null
+++ b/res-common/drawable-xhdpi/ic_add_24dp.png
Binary files differ
diff --git a/res-common/drawable-xhdpi/ic_create_24dp.png b/res-common/drawable-xhdpi/ic_create_24dp.png
new file mode 100644
index 0000000..48e75be
--- /dev/null
+++ b/res-common/drawable-xhdpi/ic_create_24dp.png
Binary files differ
diff --git a/res-common/drawable-xxhdpi/ic_add_24dp.png b/res-common/drawable-xxhdpi/ic_add_24dp.png
new file mode 100644
index 0000000..0fdced8
--- /dev/null
+++ b/res-common/drawable-xxhdpi/ic_add_24dp.png
Binary files differ
diff --git a/res-common/drawable-xxhdpi/ic_create_24dp.png b/res-common/drawable-xxhdpi/ic_create_24dp.png
new file mode 100644
index 0000000..24142c7
--- /dev/null
+++ b/res-common/drawable-xxhdpi/ic_create_24dp.png
Binary files differ
diff --git a/res-common/drawable-xxxhdpi/ic_add_24dp.png b/res-common/drawable-xxxhdpi/ic_add_24dp.png
new file mode 100644
index 0000000..d64c22e
--- /dev/null
+++ b/res-common/drawable-xxxhdpi/ic_add_24dp.png
Binary files differ
diff --git a/res-common/drawable-xxxhdpi/ic_create_24dp.png b/res-common/drawable-xxxhdpi/ic_create_24dp.png
new file mode 100644
index 0000000..d3ff0ec
--- /dev/null
+++ b/res-common/drawable-xxxhdpi/ic_create_24dp.png
Binary files differ
diff --git a/res-common/drawable-xxxhdpi/ic_rx_videocam.png b/res-common/drawable-xxxhdpi/ic_rx_videocam.png
deleted file mode 100755
index 095e090..0000000
--- a/res-common/drawable-xxxhdpi/ic_rx_videocam.png
+++ /dev/null
Binary files differ
diff --git a/res-common/drawable-xxxhdpi/ic_tx_videocam.png b/res-common/drawable-xxxhdpi/ic_tx_videocam.png
deleted file mode 100755
index 79ea67b..0000000
--- a/res-common/drawable-xxxhdpi/ic_tx_videocam.png
+++ /dev/null
Binary files differ
diff --git a/res-common/drawable/ic_search_video_call.xml b/res-common/drawable/ic_search_video_call.xml
new file mode 100644
index 0000000..c2390e5
--- /dev/null
+++ b/res-common/drawable/ic_search_video_call.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2015 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
+  -->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+        android:src="@drawable/ic_videocam"
+        android:autoMirrored="true"
+        android:tint="@color/search_video_call_icon_tint" />
diff --git a/res-common/drawable/ic_work_profile.xml b/res-common/drawable/ic_work_profile.xml
new file mode 100644
index 0000000..bacfe69
--- /dev/null
+++ b/res-common/drawable/ic_work_profile.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+    android:width="16dp"
+    android:height="16dp"
+    android:viewportWidth="48"
+    android:viewportHeight="48">
+
+    <!-- //java/com/google/android/assets/quantum:ic_enterprise_grey600_16 -->
+
+    <path
+        android:fillColor="#757575"
+        android:pathData="M28 33h-8v-3H6v8c0 2.2 1.8 4 4 4h28c2.2 0 4-1.8
+4-4v-8H28v3zm12-21h-7V9l-3-3H18l-3 3.1V12H8c-2.2 0-4 1.8-4 4v8c0 2.2 1.8 4 4
+4h12v-3h8v3h12c2.2 0 4-1.8 4-4v-8c0-2.2-1.8-4-4-4zm-10 0H18V9h12v3z" />
+    <path
+        android:pathData="M0 0h48v48H0z" />
+</vector>
diff --git a/res-common/drawable/unread_count_background.xml b/res-common/drawable/unread_count_background.xml
new file mode 100644
index 0000000..f70f84a
--- /dev/null
+++ b/res-common/drawable/unread_count_background.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<shape
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:shape="rectangle">
+    <corners android:radius="@dimen/tab_unread_count_background_radius"/>
+    <solid android:color="@color/tab_unread_count_background_color" />
+</shape>
diff --git a/res-common/layout-ldrtl/unread_count_tab.xml b/res-common/layout-ldrtl/unread_count_tab.xml
new file mode 100644
index 0000000..b23ab57
--- /dev/null
+++ b/res-common/layout-ldrtl/unread_count_tab.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<!-- layoutDirection set to ltr as a workaround to a framework bug (b/22010411) causing view with
+     layout_centerInParent inside a RelativeLayout to expand to screen width when RTL is active -->
+<RelativeLayout
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:background="@drawable/view_pager_tab_background"
+    android:layoutDirection="ltr">
+    <!-- The tab icon -->
+    <ImageView
+        android:id="@+id/icon"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_centerInParent="true"/>
+    <TextView
+        android:id="@+id/count"
+        android:layout_width="wrap_content"
+        android:layout_height="@dimen/tab_unread_count_background_size"
+        android:layout_marginTop="@dimen/tab_unread_count_margin_top"
+        android:layout_marginStart="@dimen/tab_unread_count_margin_left"
+        android:layout_toStartOf="@id/icon"
+        android:paddingLeft="@dimen/tab_unread_count_text_padding"
+        android:paddingRight="@dimen/tab_unread_count_text_padding"
+        android:background="@drawable/unread_count_background"
+        android:fontFamily="sans-serif-medium"
+        android:importantForAccessibility="no"
+        android:minWidth="@dimen/tab_unread_count_background_size"
+        android:textAlignment="center"
+        android:textColor="@color/tab_accent_color"
+        android:textSize="@dimen/tab_unread_count_text_size"
+        android:layoutDirection="locale"/>
+</RelativeLayout>
+
diff --git a/res-common/layout/account_selector_list_item.xml b/res-common/layout/account_selector_list_item.xml
index 076cc88..ba86a9b 100644
--- a/res-common/layout/account_selector_list_item.xml
+++ b/res-common/layout/account_selector_list_item.xml
@@ -21,13 +21,14 @@
     <ImageView android:id="@android:id/icon"
         android:layout_width="@dimen/detail_network_icon_size"
         android:layout_height="@dimen/detail_network_icon_size"
-        android:layout_margin="8dip"
+        android:layout_margin="16dip"
         android:layout_gravity="center_vertical" />
 
     <LinearLayout
         android:layout_width="0dip"
         android:layout_height="wrap_content"
         android:layout_weight="1"
+        android:layout_marginLeft="8dp"
         android:orientation="vertical"
         android:layout_gravity="center_vertical">
 
diff --git a/res-common/layout/account_selector_list_item_condensed.xml b/res-common/layout/account_selector_list_item_condensed.xml
new file mode 100644
index 0000000..a9aeaa0
--- /dev/null
+++ b/res-common/layout/account_selector_list_item_condensed.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="?android:attr/listPreferredItemHeight"
+    android:orientation="horizontal">
+    <ImageView android:id="@android:id/icon"
+        android:layout_width="@dimen/detail_network_icon_size"
+        android:layout_height="@dimen/detail_network_icon_size"
+        android:layout_margin="24dip"
+        android:layout_gravity="center_vertical" />
+
+    <LinearLayout
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_weight="1"
+        android:orientation="vertical"
+        android:layout_gravity="center_vertical">
+
+        <TextView android:id="@android:id/text1"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_marginRight="8dip"
+            android:layout_marginEnd="8dip"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+            android:singleLine="true"
+            android:ellipsize="end"/>
+
+        <TextView android:id="@android:id/text2"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_marginRight="8dip"
+            android:layout_marginEnd="8dip"
+            android:textAppearance="?android:attr/textAppearanceSmall"
+            android:textColor="?android:attr/textColorSecondary"
+            android:singleLine="true"
+            android:ellipsize="end"/>
+    </LinearLayout>
+</LinearLayout>
diff --git a/res-common/layout/licenses.xml b/res-common/layout/licenses.xml
new file mode 100644
index 0000000..66d4f46
--- /dev/null
+++ b/res-common/layout/licenses.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2015 Google Inc. All Rights Reserved. -->
+
+<WebView
+        xmlns:android="http://schemas.android.com/apk/res/android"
+        android:id="@+id/webview"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent">
+</WebView>
\ No newline at end of file
diff --git a/res-common/layout/search_bar_expanded.xml b/res-common/layout/search_bar_expanded.xml
index c530299..fc088f4 100644
--- a/res-common/layout/search_bar_expanded.xml
+++ b/res-common/layout/search_bar_expanded.xml
@@ -28,7 +28,7 @@
         android:layout_height="@dimen/search_box_icon_size"
         android:layout_margin="@dimen/search_box_navigation_icon_margin"
         android:src="@drawable/ic_back_arrow"
-        android:background="?android:attr/selectableItemBackgroundBorderless"
+        android:background="?attr/selectableItemBackgroundBorderless"
         android:contentDescription="@string/action_menu_back_from_search"
         android:tint="@color/actionbar_background_color" />
 
@@ -55,7 +55,7 @@
         android:padding="@dimen/search_box_close_icon_padding"
         android:src="@drawable/ic_close_dk"
         android:clickable="true"
-        android:background="?android:attr/selectableItemBackgroundBorderless"
+        android:background="?attr/selectableItemBackgroundBorderless"
         android:contentDescription="@string/description_clear_search"
         android:tint="@color/searchbox_icon_tint"/>
 
diff --git a/res-common/layout/unread_count_tab.xml b/res-common/layout/unread_count_tab.xml
new file mode 100644
index 0000000..783f1c1
--- /dev/null
+++ b/res-common/layout/unread_count_tab.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:background="@drawable/view_pager_tab_background">
+    <!-- The tab icon -->
+    <ImageView
+        android:id="@+id/icon"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_centerInParent="true" />
+    <TextView
+        android:id="@+id/count"
+        android:background="@drawable/unread_count_background"
+        android:layout_width="wrap_content"
+        android:layout_height="@dimen/tab_unread_count_background_size"
+        android:gravity="center"
+        android:minWidth="@dimen/tab_unread_count_background_size"
+        android:layout_marginStart="@dimen/tab_unread_count_margin_left"
+        android:layout_marginTop="@dimen/tab_unread_count_margin_top"
+        android:layout_toEndOf="@id/icon"
+        android:paddingLeft="@dimen/tab_unread_count_text_padding"
+        android:paddingRight="@dimen/tab_unread_count_text_padding"
+        android:textAlignment="center"
+        android:textSize="@dimen/tab_unread_count_text_size"
+        android:textColor="@color/tab_accent_color"
+        android:fontFamily="sans-serif-medium"
+        android:importantForAccessibility="no" />
+</RelativeLayout>
diff --git a/res-common/mipmap-hdpi/ic_contacts_clr_48cv_44dp.png b/res-common/mipmap-hdpi/ic_contacts_launcher.png
similarity index 100%
rename from res-common/mipmap-hdpi/ic_contacts_clr_48cv_44dp.png
rename to res-common/mipmap-hdpi/ic_contacts_launcher.png
Binary files differ
diff --git a/res-common/mipmap-mdpi/ic_contacts_clr_48cv_44dp.png b/res-common/mipmap-mdpi/ic_contacts_launcher.png
similarity index 100%
rename from res-common/mipmap-mdpi/ic_contacts_clr_48cv_44dp.png
rename to res-common/mipmap-mdpi/ic_contacts_launcher.png
Binary files differ
diff --git a/res-common/mipmap-xhdpi/ic_contacts_clr_48cv_44dp.png b/res-common/mipmap-xhdpi/ic_contacts_launcher.png
similarity index 100%
rename from res-common/mipmap-xhdpi/ic_contacts_clr_48cv_44dp.png
rename to res-common/mipmap-xhdpi/ic_contacts_launcher.png
Binary files differ
diff --git a/res-common/mipmap-xxhdpi/ic_contacts_clr_48cv_44dp.png b/res-common/mipmap-xxhdpi/ic_contacts_launcher.png
similarity index 100%
rename from res-common/mipmap-xxhdpi/ic_contacts_clr_48cv_44dp.png
rename to res-common/mipmap-xxhdpi/ic_contacts_launcher.png
Binary files differ
diff --git a/res-common/mipmap-xxxhdpi/ic_contacts_clr_48cv_44dp.png b/res-common/mipmap-xxxhdpi/ic_contacts_launcher.png
similarity index 100%
rename from res-common/mipmap-xxxhdpi/ic_contacts_clr_48cv_44dp.png
rename to res-common/mipmap-xxxhdpi/ic_contacts_launcher.png
Binary files differ
diff --git a/res-common/values-af/strings.xml b/res-common/values-af/strings.xml
index e758211..71dc51a 100644
--- a/res-common/values-af/strings.xml
+++ b/res-common/values-af/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teks gekopieer"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopieer na knipbord"</string>
     <string name="call_custom" msgid="2786306789889210756">"Bel <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Bel huis"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Bel selfoon"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakte"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Ander"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Gids"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Werkgids"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Alle kontakte"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ek"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Soek tans…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Gereeld gekontak"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Bekyk kontak"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Alle kontakte met foonnommers"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Werkprofielkontakte"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Bekyk opdaterings"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Net tablet, ongesinkroniseer"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Net foon, ongesinkroniseer"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisasie"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Verhouding"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Spesiale datums"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Spesiale datum"</string>
     <string name="sms" msgid="8086289395154598654">"SMS-boodskap"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adres"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Maatskappy"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Klets"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"vee uit"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Vou naamvelde uit of in"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Vou fonetiese naamvelde uit of in"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Alle kontakte"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Gester"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Pasmaak"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakte in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontakte in gepasmaakte aansig"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Enkel kontak"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Skep kontak onder rekening"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Stoor ingevoerde kontakte in:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Voer van SIM-kaart af in"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Voer in vanaf SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Voer in vanaf SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Voer van berging af in"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Voer in vanaf .vcf-lêer"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Kanselleer invoer van <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Kanselleer uitvoer van <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Kon nie vCard invoer/uitvoer kanselleer nie"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Kon nie \"<xliff:g id="FILE_NAME">%s</xliff:g>\" oopmaak nie: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Kon nie die uitvoerder aktiveer nie: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Daar is geen uitvoerbare kontak nie."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Jy het \'n vereiste toestemming gedeaktiveer."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"\'n Fout het voorgekom tydens uitvoer: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Vereiste lêernaam is te lank (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Te veel vCard-lêers word geberg."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Kon nie meta-inligting van gegewe vCard-lêer(s) versamel nie."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Een of meer lêers kon nie ingevoer word nie (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Klaar met uitvoer van <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Het kontakte klaar uitgevoer."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Uitvoer van <xliff:g id="FILENAME">%s</xliff:g> is gekanselleer."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Voer kontakdata uit"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Jou kontakdata word uitgevoer na: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Die vCard-opsteller het nie behoorlik begin nie."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Kon nie uitvoer nie"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Die kontakdata is nie uitgevoer nie.\nRede: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Geen berging gevind nie."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Geen SD-kaart gevind nie."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Jou kontaklys sal uitgevoer word na die lêer: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Voer tans <xliff:g id="NAME">%s</xliff:g> in"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Kon nie vCard-data lees nie"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lees van vCard-data gekanselleer"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Die lêer sal binnekort ingevoer word."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard invoerversoek is verwerp. Probeer asseblief later weer."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> sal binnekort uitgevoer word."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Die lêer sal binnekort uitgevoer word."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard uitvoerversoek is verwerp. Probeer asseblief later weer."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontak"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Kas tans vCard(s) na die plaaslike tydelike berging. Die werklike invoer sal binnekort begin."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Geen vCard-lêer op die SD-kaart gevind nie."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontak ontvang via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Voer kontakte uit?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Kies vCard-lêer"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Voer een vCard-lêer in"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Voer verskeie vCard-lêers in"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Voer alle vCard-lêers in"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Soek  tans vir vCard-data in berging"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Soek tans vir vCard-data op SD-kaart"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Kas tans"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Die berging kon nie geskandeer word nie. (Rede: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Die SD-kaart kon nie geskandeer word nie. (Rede: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Voer <xliff:g id="TOTAL_NUMBER">%s</xliff:g><xliff:g id="CURRENT_NUMBER">%s</xliff:g> in: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Voer uit na berging"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Voer uit na .vcf-lêer"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sorteer volgens"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Voornaam"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Van"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Naamformaat"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Voornaam eerste"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Van eerste"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Verstekrekening vir nuwe kontakte"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontakmetadata-sinkroniseringrekening"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Meer oor Kontakte"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Deel sigbare kontakte"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Kon nie sigbare kontakte deel nie."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Voer kontakte in/uit"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Voer kontakte in"</string>
     <string name="share_error" msgid="665756457151793108">"Hierdie kontak kan nie gedeel word nie."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Daar is geen kontakte om te deel nie."</string>
     <string name="menu_search" msgid="7464453023659824700">"Soek"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakte om te wys"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakte om te wys"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Gunstelinge"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Geen kontakte nie."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Geen sigbare kontakte nie."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Geen gunstelinge nie"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Geen gunstelinge nie"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Geen kontakte in <xliff:g id="NAME">%s</xliff:g> nie"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Vee dikwels-gebruiktes uit"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Kies SIM-kaart"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Rekeninge"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Bestuur rekeninge"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Voer in/uit"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Rekening"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Gebruik dit altyd vir oproepe"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Bel met"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Oproep met \'n nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Tik \'n nota om saam met oproep te stuur …"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"STUUR EN BEL"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ongeleeste items. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> ongeleeste item. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Bouweergawe"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Oopbronlisensies"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Lisensiebesonderhede vir oopbronsagteware"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privaatheidsbeleid"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Diensbepalings"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Oopbronlisensies"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> is gemerk"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> is nie gemerk nie"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Maak video-oproep"</string>
 </resources>
diff --git a/res-common/values-am/strings.xml b/res-common/values-am/strings.xml
index b0f1cfd..0f82e5f 100644
--- a/res-common/values-am/strings.xml
+++ b/res-common/values-am/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"ፅሁፍ ተገልብጧል"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ወደ ቅንጥብ ሰሌዳ ቅዳ"</string>
     <string name="call_custom" msgid="2786306789889210756">"ለ<xliff:g id="CUSTOM">%s</xliff:g> ይደውሉ"</string>
     <string name="call_home" msgid="1479549630992276827">"ለቤት ይደውሉ"</string>
     <string name="call_mobile" msgid="8618334085824709009">"ለተንቀሳቃሽ ስልክ ይደውሉ"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"ዕውቂያዎች"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"ሌላ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ማውጫ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"የሥራ ስልክ ማውጫ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"ሁሉም እውቂያዎች"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"እኔ"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"በመፈለግ ላይ…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"በተደጋጋሚ የተገኙ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"ዕውቂያ ይመልከቱ"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"የስልክ ቁጥር ያላቸው ሁሉም ዕውቂያዎች"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"የሥራ መገለጫ እውቂያዎች"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"ዝማኔዎችን ይመልከቱ"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ጡባዊ-ብቻ፣ ያልተመሳሰለ"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ስልክ-ብቻ፣ ያልተመሳሰለ"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ድርጅት"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ግንኙነት"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"ልዩ ቀኖች"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"ልዩ ቀን"</string>
     <string name="sms" msgid="8086289395154598654">"የፅሁፍ መልዕክት"</string>
     <string name="postal_address" msgid="7692926530081579786">"አድራሻ"</string>
     <string name="ghostData_company" msgid="22470841482615409">"ኩባንያ"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ውይይት"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ሰርዝ"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"የስም መስኮችን ይዘርጉ ወይም ይሰብስቡ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"የድምፀ ልሳን ስም መስኮችን ይዘርጉ ወይም ይሰብስቡ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"ሁሉም እውቅያዎች"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ኮከብ የተደረገባቸው"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"ያብጁ"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"በ<xliff:g id="NAME">%s</xliff:g> ውስጥ ያሉ ዕውቂያዎች"</string>
     <string name="listCustomView" msgid="1915154113477432033">"እውቂያዎች በብጁ እይታ"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ነጠላ እውቂያ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"በመለያ ስር ዕውቂያ ይፍጠሩ"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"እንዲመጡ የተደረጉ እውቂያዎችን አስቀምጥ ወደ፦"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"ከሲም ካርድ ያስመጡ"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"ከSIM አስመጣ <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"ከSIM አስመጣ <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"ከማከማቻ ያስመጡ"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"ከ .vcf ፋይል አስመጣ"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"የ<xliff:g id="FILENAME">%s</xliff:g> ወደ ውስጥ ማስመጣት ይቅር?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"የ<xliff:g id="FILENAME">%s</xliff:g> ወደ ውጭ መላክ ይቅር?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard ማስመጣት/ወደ ውጪ ይቅር ማለት አልተቻለም"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"«<xliff:g id="FILE_NAME">%s</xliff:g>»ን መክፈት አልተቻለም፦ <xliff:g id="EXACT_REASON">%s</xliff:g>።"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ይህንን ላኪ መጀመር አልተቻለም፦ «<xliff:g id="EXACT_REASON">%s</xliff:g>»"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ምንም ወደ ውጭ መላክ የሚችል ዕውቂያ የለም።"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"አንድ የሚያስፈልግ ፍቃድ አሰናክለዋል።"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"ወደ ውጪ በሚላክበት ጊዜ ስህተት ተከስቷል፦ <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"የተጠየቀው ፋይል ስም በጣም ረጅም ነው  («<xliff:g id="FILENAME">%s</xliff:g>»)።"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"በጣም ብዙ vCard ፋይሎች በማከማቻው ውስጥ አሉ።"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"የተሰጠው(ጡት) vCard ፋይል(ሎች) ዲበ ውሂብ መረጃ መሰብሰብ አልተቻለም።"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"አንድ ወይም ከዚያ በላይ ፋይሎች ማስመጣት አልተቻለም (%s)።"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>ን ወደ ውጪ መላክ ተጠናቅቋል።"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"እውቂያዎችን ወደ ውጪ መላክ ተጠናቅቋል።"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>ን ወደ ውጪ መላክ ተሰርዟል።"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"የዕውቂያ ውሂብ ወደ ውጪ በመላክ ላይ"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"የዕውቅያ ውሂብዎ ወደዚህ በመላክ ላይ ነው፦ <xliff:g id="FILE_NAME">%s</xliff:g>።"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"የvCard  አቀናባሪው በትክክል አልጀመረም።"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ወደ ውጭ መላክ አልተቻለም"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"የዕውቅያ ውሂቡ ወደ ውጭ አልተላከም።\nምክንያት፦«<xliff:g id="FAIL_REASON">%s</xliff:g>»"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ምንም ማከማቻ አልተገኘም።"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"ምንም SD ካርድ አልተገኘም።"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"የእውቂያ ዝርዝርዎ ወደዚህ ፋይል ይላካል፦ <xliff:g id="VCARD_FILENAME">%s</xliff:g>"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g>ን በማስመጣት ላይ"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"የvCard ውሂቡን ማንበብ አልተቻለም"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"የvCard ውሂብ ማንበብ ተሰርዟል"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ፋይሉ ከትንሽ ጊዜ በኋላ ይመጣል።"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"የvCard ማስመጣት ጥያቄ ተቀባይነት አላገኘም። ትንሽ ቆይተው ይሞክሩ።"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ከትንሽ ጊዜ በኋላ ወደ ውጪ ይላካል።"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ፋይሉ ትንሽ ቆይቶ ወደ ውጪ ይላካል።"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"የvCard ወደ ውጪ መላክ ጥያቄ ተቀባይነት አላገኘም። ትንሽ ቆይተው ይሞከሩ።"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"እውቂያ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(s) ወደ ጊዜያዊ ማከማቻ በመሸጎጥ ላይ ነው። ትክክለኛው ማስመጣቱ በቅርቡ ይጀምራል።"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"በSD ካርዱ ላይ ምንም vCard ካርድ ፋይል አልተገኘም።"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"በNFC የደረሱ ዕውቂያዎች"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"እውቅያዎች ይላኩ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"የvCard ፋይል ይምረጡ"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"አንድ vCard ፋይል ያስመጡ"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"ብዙ የvCard ፋይሎችን ያስመጡ"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"ሁሉም vCard ፋይሎችን ያስመጡ"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"በማከማቻ ውስጥ የvCard ውሂብን በመፈለግ ላይ…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"በSD ካርድ ላይ የvCard ውሂብ በመፈለግ ላይ…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"በመሸጎጥ ላይ"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ማከማቻው ሊቃኝ አልተቻለም። (ምክንያት፦ «<xliff:g id="FAIL_REASON">%s</xliff:g>»)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD ካርዱ ሊቃኝ አልተቻለም። (ምክንያት፦ «<xliff:g id="FAIL_REASON">%s</xliff:g>»)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>ን በማስመጣት ላይ፦ <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ወደ ማከማቻ ይላኩ"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"ወደ የ .vcf ፋይል ላክ"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ደርድር በ"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"የመጀመሪያ ስም"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"የመጠሪያ ስም"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"የስም ቅርጸት"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"የመጀመሪያ ስም መጀመሪያ"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"የመጠሪያ ስም መጀመሪያ"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"ለአዲስ እውቂያዎች ነባሪ መለያ"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"የዲበ ውሂብ ስምረት መለያን ያነጋግሩ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"ስለዕውቂያዎች"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"የሚታዩ እውቂያዎችን አጋራ"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"የሚታዩ እውቂያዎችን ማጋራት አልተሳካም።"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"ዕውቂያዎች ያስመጡ/ይላኩ"</string>
     <string name="dialog_import" msgid="5177004290082451296">"እውቅያዎችን ያስመጡ"</string>
     <string name="share_error" msgid="665756457151793108">"ይህ ዕውቂያ ሊጋራ አይችልም።"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ምንም የሚጋሩ እውቂያዎች የሉም።"</string>
     <string name="menu_search" msgid="7464453023659824700">"ይፈልጉ"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"የሚታዩ ዕውቂያዎች"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"የሚታዩ ዕውቂያዎች"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"ተወዳጆች"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"ምንም ዕውቂያዎች የሉም።"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ምንም የሚታዩ ዕውቂያዎች የሉም።"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ምንም ተወዳጆች የለም።"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ምንም ተወዳጆች የሉም"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"በ<xliff:g id="NAME">%s</xliff:g> ውስጥ ምንም ዕውቂያዎች የሉም"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"ተደጋጋሚዎችን አጽዳ"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"ሲም ካርድ ይምረጡ"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"መለያዎች"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"መለያዎች አቀናብር"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"ያስመጡ/ወደ ውጪ ይላኩ"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"በ<xliff:g id="SOURCE">%1$s</xliff:g> በኩል"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> በ<xliff:g id="SOURCE">%2$s</xliff:g> በኩል"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"መለያ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ለጥሪዎች ሁልጊዜ ይህንን ተጠቀም"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ይደውሉ ከዚህ ጋር"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ከማስታወሻ ጋር ደውል"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"ከጥሪ ጋር ለመላክ የማስታወሻ ጽሑፍ ይተይቡ ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ላክ እና ደውል"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>። <xliff:g id="COUNT_3">%2$d</xliff:g> ያልተነበቡ ንጥሎች። </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>። <xliff:g id="COUNT_3">%2$d</xliff:g> ያልተነበቡ ንጥሎች። </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"የግንብ ሥሪት"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"የክፍት ምንጭ ፍቃዶች"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ለነፃ ምንጭ ሶፍትዌሮች የፍቃድ ዝርዝሮች"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"የግላዊነት መመሪያ"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"የአገልግሎት ውል"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"የክፍት ምንጭ ፍቃዶች"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ምልክት ተደርጎበታል"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ምልክት አልተደረገበትም"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"የቪዲዮ ጥሪ አስቀምጥ"</string>
 </resources>
diff --git a/res-common/values-ar/strings.xml b/res-common/values-ar/strings.xml
index 04be357..28f75b1 100644
--- a/res-common/values-ar/strings.xml
+++ b/res-common/values-ar/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"تم نسخ النص"</string>
+    <string name="copy_text" msgid="3424081789297978355">"نسخ إلى الحافظة"</string>
     <string name="call_custom" msgid="2786306789889210756">"الاتصال بـ <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"الاتصال بهاتف منزلي"</string>
     <string name="call_mobile" msgid="8618334085824709009">"الاتصال بالجوال"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"جهات الاتصال"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"غير ذلك"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"الدليل"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"دليل العمل"</string>
     <string name="local_search_label" msgid="9094584931063745728">"جميع جهات الاتصال"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"أنا"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"جارٍ البحث..."</string>
@@ -89,6 +91,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"يتم الاتصال بها بشكل متكرر"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"عرض جهة الاتصال"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"جميع جهات الاتصال التي لها أرقام هواتف"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"جهات الاتصال للملف الشخصي للعمل"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"عرض التحديثات"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"الجهاز اللوحي فقط، غير متزامنة"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"الهاتف فقط، غير متزامنة"</string>
@@ -110,7 +113,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"المراسلة الفورية"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"المؤسسة"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"العلاقة"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"تواريخ خاصة"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"تاريخ مميز"</string>
     <string name="sms" msgid="8086289395154598654">"رسالة نصية"</string>
     <string name="postal_address" msgid="7692926530081579786">"العنوان"</string>
     <string name="ghostData_company" msgid="22470841482615409">"الشركة"</string>
@@ -147,6 +150,7 @@
     <string name="chat" msgid="6297650784873558837">"دردشة"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"حذف"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"توسيع أو تصغير حقول الاسم"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"توسيع أو تصغير حقول الاسم الصوتي"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"جميع جهات الاتصال"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"مميّزة بنجمة"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"تخصيص"</string>
@@ -163,11 +167,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"جهات الاتصال في <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"جهات الاتصال في عرض مخصص"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"جهة اتصال واحدة"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"إنشاء جهة اتصال ضمن حساب"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"حفظ جهات الاتصال المستوردة إلى:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"‏استيراد من شريحة SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"‏استيراد من شريحة SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"‏استيراد من شريحة SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"استيراد من وحدة التخزين"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"‏الاستيراد من ملف vcf."</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"هل تريد إلغاء استيراد <xliff:g id="FILENAME">%s</xliff:g>؟"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"هل تريد إلغاء تصدير <xliff:g id="FILENAME">%s</xliff:g>؟"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"‏تعذر إلغاء استيراد/تصدير vCard"</string>
@@ -175,6 +179,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"تعذر فتح \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"تعذر بدء المُصدر: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ليست هناك جهة اتصال قابلة للتصدير."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"لقد عطلت إذنًا مطلوبًا."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"حدث خطأ أثناء التصدير: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"اسم الملف المطلوب أطول مما يجب (<xliff:g id="FILENAME">%s</xliff:g>)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"‏هناك عدد أكبر مما يجب من ملفات vCard في وحدة التخزين."</string>
@@ -186,6 +191,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"‏تعذر جمع معلومات وصفية حول ملفات vCard المحددة."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"‏تعذر استيراد ملف أو أكثر (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"تم الانتهاء من تصدير <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"تم الانتهاء من تصدير جهات الاتصال."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"تم إلغاء تصدير <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"تصدير بيانات جهة الاتصال"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"يجري تصدير بيانات جهات الاتصال إلى: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -195,9 +201,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"‏لم يبدأ مؤلف vCard بشكل صحيح."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"تعذر التصدير"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"لم يتم تصدير بيانات جهة الاتصال.\nالسبب: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"لم يتم العثور على وحدة تخزين."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"‏لم يتم العثور على بطاقة SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"سيتم تصدير قائمة جهات الاتصال إلى الملف: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"جارٍ استيراد <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"‏تعذرت قراءة بيانات vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"‏تم إلغاء قراءة بيانات vCard"</string>
@@ -207,6 +210,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"سيتم استيراد الملف بعد قليل."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"‏تم رفض طلب استيراد vCard. أعد المحاولة لاحقًا."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"سيتم تصدير <xliff:g id="FILENAME">%s</xliff:g> بعد قليل."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"سيتم تصدير الملف بعد قليل."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"‏تم رفض طلب تصدير vCard. أعد المحاولة لاحقًا."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"جهة اتصال"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"‏يجري تخزين ملفات vCard مؤقتًا على وحدة تخزين مؤقتة محلية. سيبدأ الاستيراد الفعلي قريبًا."</string>
@@ -215,27 +219,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"‏لم يتم العثور على ملف vCard على بطاقة SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"‏استلام ج اتص.NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"تصدير جهات الاتصال؟"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"‏اختيار ملف vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"‏استيراد ملف vCard واحد"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"‏استيراد ملفات vCard متعددة"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"‏استيراد جميع ملفات vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"‏جارٍ البحث عن بيانات vCard في وحدة التخزين..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"‏جارٍ البحث عن بيانات vCard على بطاقة SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"تخزين مؤقت"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"تعذر فحص وحدة التخزين. (السبب:\"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"‏تعذر فحص بطاقة SD. (السبب: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"جارٍ استيراد <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"تصدير إلى وحدة التخزين"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"‏تصدير إلى ملف vcf."</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ترتيب بحسب"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"الاسم الأول"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"اسم العائلة"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"تنسيق الاسم"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"الاسم الأول أولاً"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"اسم العائلة /الاسم الأول"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"الحساب الافتراضي لجهات الاتصال الجديدة"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"حساب مزامنة البيانات الوصفية لجهات الاتصال"</string>
+    <string name="setting_about" msgid="3926137653588942297">"حول جهات الاتصال"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"مشاركة جهات الاتصال المرئية"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"أخفقت مشاركة جهات الاتصال المرئية."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"استيراد/تصدير جهات اتصال"</string>
     <string name="dialog_import" msgid="5177004290082451296">"استيراد جهات الاتصال"</string>
     <string name="share_error" msgid="665756457151793108">"لا يمكن مشاركة جهة الاتصال هذه."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ليست هناك جهات اتصال لمشاركتها."</string>
     <string name="menu_search" msgid="7464453023659824700">"البحث"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"جهات الاتصال المعروضة"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"جهات الاتصال المعروضة"</string>
@@ -244,11 +247,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"المفضلة"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"ليست هناك جهات اتصال."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ليست هناك جهات اتصال مرئية."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ليست هناك مفضلة."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ليست هناك مفضلة"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"ليست هناك جهات اتصال في <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"محو قائمة من يتصل بهم كثيرًا"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"‏تحديد شريحة SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"الحسابات"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"إدارة الحسابات"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"استيراد/تصدير"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"عبر <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> عبر <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -258,4 +261,26 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"الحساب"</string>
     <string name="set_default_account" msgid="3865970860434642695">"استخدام هذا للمكالمات دائمًا"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"الاتصال باستخدام"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"مكالمة مع ملاحظة"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"اكتب ملاحظة لإرسالها مع المكالمة ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"الإرسال والاتصال"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="zero"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> unread items. </item>
+      <item quantity="two"> <xliff:g id="TITLE_2">%1$s</xliff:g>. عنصران (<xliff:g id="COUNT_3">%2$d</xliff:g>) غير مقروءين </item>
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> عناصر غير مقروءة. </item>
+      <item quantity="many"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> عنصرًا غير مقروء. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> من العناصر غير المقروءة. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. عنصر واحد (<xliff:g id="COUNT_1">%2$d</xliff:g>) غير مقروء. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"نسخة الإصدار"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"تراخيص البرامج مفتوحة المصدر"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"تفاصيل الترخيص للبرامج مفتوحة المصدر"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"سياسة الخصوصية"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"بنود الخدمة"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"تراخيص البرامج مفتوحة المصدر"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"تم تحديد <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"لم يتم تحديد <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"إجراء مكالمة فيديو"</string>
 </resources>
diff --git a/res-common/values-az-rAZ/strings.xml b/res-common/values-az-rAZ/strings.xml
index c5791f1..08b2ea0 100644
--- a/res-common/values-az-rAZ/strings.xml
+++ b/res-common/values-az-rAZ/strings.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!-- 
   ~ Copyright (C) 2012 The Android Open Source Project
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Mətn kopyalandı"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Mübadilə buferinə köçürün"</string>
     <string name="call_custom" msgid="2786306789889210756">"Zəng <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Ev zəngi"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Mobil zəng"</string>
@@ -60,8 +61,9 @@
     <string name="sms_work_pager" msgid="499303540738557836">"İş peyceri nömrəsinə mesaj"</string>
     <string name="sms_assistant" msgid="2677586547377136683">"Mətn <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="sms_mms" msgid="4887206338311086612">"MMS nömrəsinə mesaj"</string>
+    <string name="description_video_call" msgid="4907306403398614909">"Video zəng edin"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Tez-tez ünsiyyət qurulanlar silinsin?"</string>
-    <string name="clearFrequentsConfirmation" msgid="2101370440975269958">"Siz Adamlar və Telefon tətbiqlərində tez-tez ünsiyyət qurulan siyahını təmizləyəcəksiniz və e-poçt tətbiqlərini Sizin ünvan tərcihlərinizi öyrənməyə məcbur edəcəksiniz."</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Əlaqələr və Telefon proqramlarında tez-tez əlaqə saxlanılanların siyahısını siləcəksiniz və fraqmentdən ünvanlama seçimlərinizi öyrənmək üçün e-poçt proqramlarını məcbur edəcəksiniz."</string>
     <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Tez-tez ünsiyyət qurulanlar silinir..."</string>
     <string name="status_available" msgid="4832569677396634846">"Əlçatımlı"</string>
     <string name="status_away" msgid="6267905184545881094">"Kənar"</string>
@@ -69,49 +71,51 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktlar"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Digər"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Kataloq"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"İş Kataloqu"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Bütün kontaktlar"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Mən"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Axtarılır..."</string>
     <string name="foundTooManyContacts" msgid="3060037437459313616">"<xliff:g id="COUNT">%d</xliff:g> ədəddən çox tapılıb."</string>
     <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Kontakt yoxdur"</string>
-  <plurals name="searchFoundContacts">
-    <item quantity="one" msgid="1013734912609351182">"1 tapıldı"</item>
-    <item quantity="other" msgid="4649647748678161594">"<xliff:g id="COUNT">%d</xliff:g> tapıldı"</item>
-  </plurals>
+    <plurals name="searchFoundContacts" formatted="false" msgid="4016164064185890420">
+      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> tapıldı</item>
+      <item quantity="one">1 tapıldı</item>
+    </plurals>
     <string name="description_quick_contact_for" msgid="6355240770807101947">"<xliff:g id="NAME">%1$s</xliff:g> üçün tez kontakt"</string>
     <string name="missing_name" msgid="2633118852693000081">"(ad yoxdur)"</string>
     <string name="favoritesFrequentCalled" msgid="6600127125011757687">"Tez-tez zəng edilən"</string>
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Tez-tez əlaqə saxlanılan"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Kontakta baxın"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Telefon nömrələri olan bütün kontaktlar"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"İş Profili kontaktları"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Güncəlləşmələri göstər"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Yalnız planşet, sinxronsuz"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Yalnız telefon, sinxronsuz"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Ad"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Nik"</string>
     <string name="full_name" msgid="885420216812981202">"Ad"</string>
-    <string name="name_given" msgid="1560204576305608571">"Verilmiş ad"</string>
-    <string name="name_family" msgid="1267097554034721002">"Soyad"</string>
+    <string name="name_given" msgid="4153709115654909377">"Ad"</string>
+    <string name="name_family" msgid="5317387657540738981">"Soyad"</string>
     <string name="name_prefix" msgid="8219879405071462309">"Ad prefiksi"</string>
     <string name="name_middle" msgid="3951610314424632183">"Atasının adı"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Ad suffiksi"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Fonetik adı"</string>
-    <string name="name_phonetic_given" msgid="993707744185923412">"Fonetik verilmiş ad"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetik ad"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Fonetik ata adı"</string>
-    <string name="name_phonetic_family" msgid="8617732497578358951">"Fonetik soyad"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Fonetik soyad"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-poçt"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Ünvan"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Təşkilat"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Əlaqə"</string>
-    <string name="eventLabelsGroup" msgid="536444452517449685">"Tədbirlər"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Xüsusi tarix"</string>
     <string name="sms" msgid="8086289395154598654">"Mətn mesajı"</string>
     <string name="postal_address" msgid="7692926530081579786">"Ünvan"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Şirkət"</string>
     <string name="ghostData_title" msgid="6221293237772204604">"Başlıq"</string>
     <string name="label_notes" msgid="3997277594846722699">"Qeydlər"</string>
-    <string name="label_sip_address" msgid="5849843867753601973">"İnternet zəngi"</string>
+    <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Veb sayt"</string>
     <string name="groupsLabel" msgid="3574316547053047551">"Qruplar"</string>
     <string name="email_home" msgid="2230967805906450693">"Evə e-məktub"</string>
@@ -142,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Çat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"sil"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ad sahələrini genişləndirin və yığcamlaşdırın"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Fonetik ad sahələrini genişləndirin və ya yığcamlaşdırın"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Bütün kontaktlar"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Ulduzlu"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Fərdiləşdirin"</string>
@@ -158,9 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> adındakı kontaktlar"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Fərdi baxışdan kontakt"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Tək kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Hesab altında kontakt yaradın"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"İmport olunan kontaktları yadda saxlayın:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM kartdan import edin"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Yaddaşdan import edin"</string>
+    <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM-dən import edin: <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
+    <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM-dən import edin: <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf fayldan import edin"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> importu ləğv olunsun?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> eksportu ləğv edilsin?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Vizit kart importunu/eksportunu ləğv etmək mümkün olmadı"</string>
@@ -168,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" açmaq olmadı: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Eksportçunu başlatmaq olmadı: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Eksport edilə bilən heç bir kontakt yoxdur"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Tələb olunan icazəni deaktiv etmisiniz."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Eksport zamanı xəta baş verdi: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Tələb olunan fayl adı çox uzundur (\"<xliff:g id="FILENAME">%s</xliff:g>\")"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Yaddaşda çox vizit kartı faylları var."</string>
@@ -179,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Verilmiş vizit kartların meta məlumatları toplana bilmədi."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Bir və daha çox fayl İmport edilə bilməz (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> eksportu bitdi"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontaktların eksportu tamamlandı."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> eksportu ləğv edildi"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontakt datası eksport olunur"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kontakt datanız bura eksport olunur: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -188,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Vizit kart tərtibçisi düzgün başlamadı."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Eksport edilə bilmədi"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontakt datası eksport edilmədi.\nSəbəb: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Heç bir yaddaş ehtiyatı tapılmadı"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Heç bir SD kart tapılmayıb."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Sizin kontaktlar siyahısı <xliff:g id="VCARD_FILENAME">%s</xliff:g> faylına eksport olunacaq."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> import edilir"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Vizit kart datası oxuna bilmədi"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Vizit kart datasının oxunması ləğv edildi"</string>
@@ -200,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Bu fayl tezliklə import ediləcək."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Vizit kart import sorğusu rədd edildi. Yenidən cəhd edin."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> tezliklə eksport ediləcək."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Fayl az sonra eksport ediləcək."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Vizit kart eksport sorğusu rədd edildi. Daha sonra cəhd edin."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Vizit kart yerli müvəqqəti yaddaşa keşlənir. Hazırkı import tezliklə başlayacaq."</string>
@@ -208,21 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD kartda heç bir vizit kart tapılmadı."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt NFC üzərindən alınıb"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Kontaktlar eksport olunsun?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Vizit kart faylı seçin"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Bir vizit kartı import edin"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Çoxsaylı vizit kartdan import edin"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Bütün vizit kart fayllarını import edin"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Yaddaş ehtiyatında vizit kart datası axtarılır..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD kartda vizit kart datası axtarılır..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Keşləndirilir"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Yaddaş ehtiyaı skan edilə bilmədi. (Səbəb: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD kart skan oluna bilmədi. (Səbəb: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"İmport edilir: <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Yaddaş ehtiyatına eksport edin"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf fayldan eksport edin"</string>
+    <string name="display_options_sort_list_by" msgid="8635268562263708102">"Bunlardan biri üzrə sırala"</string>
+    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ad"</string>
+    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Soyad"</string>
+    <string name="display_options_view_names_as" msgid="3232196224409242435">"Ad formatı"</string>
+    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Ad ilk yazılsın"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Soyad ilk yazılsın"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Yeni kontaktlar üçün defolt hesab"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Metadata sinxronizasiya hesabı kontaktı"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Kontaktlar Haqqında"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Görünən kontaktları paylaşın"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Görünən kontaktları paylaşmaq olmadı"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Kontaktları import/eksport edin"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Kontaktları İmport edin"</string>
     <string name="share_error" msgid="665756457151793108">"Bu kontakt paylaşıla bilməz."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Bölüşmək üçün kontakt yoxdur."</string>
     <string name="menu_search" msgid="7464453023659824700">"Axtar"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Göstərilməli kontaktlar"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Göstərilməli kontaktlar"</string>
@@ -231,9 +243,36 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritlər"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Kontakt yoxdur."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Görünən kontakt yoxdur."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Favoritlər yoxdur."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Favoritlər yoxdur."</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> daxilində kontakt yoxdur"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Müntəzəmləri təmizləyin"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Hesablar"</string>
+    <string name="menu_select_sim" msgid="7814841439832447299">"SIM kart seçin"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Hesabları idarə edin"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"İmport/eksport"</string>
+    <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> vasitəsilə"</string>
+    <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> vasitəsilə <xliff:g id="DATE">%1$s</xliff:g>"</string>
+    <string name="action_menu_back_from_search" msgid="1138551123844019647">"axtarışı dayandırın"</string>
+    <string name="description_clear_search" msgid="3893511425518852086">"Axtarışı təmizləyin"</string>
+    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"Kontakt göstərilmə seçimləri"</string>
+    <string name="select_account_dialog_title" msgid="5509088895267310568">"Hesab"</string>
+    <string name="set_default_account" msgid="3865970860434642695">"Həmişə bu zənglər üçün istifadə edin"</string>
+    <string name="select_phone_account_for_calls" msgid="933905607702811164">"Çağrı üçün SIM:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Qeyd ilə zəng edin"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Zəng ilə göndərmək üçün qeyd yazın..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"GÖNDƏRİN &amp; ZƏNG EDİN"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> oxunmamış element. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> oxunmamış element. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Quruluş versiyası"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Açıq mənbə lisenziyaları"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Açıq mənbə proqramı üçün lisenziya detalları"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Məxfilik siyasəti"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Xidmət şərtləri"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Açıq mənbə lisenziyaları"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> yoxlanılıb"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> yoxlanılmayıb"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Video zəng edin"</string>
 </resources>
diff --git a/res-common/values-b+sr+Latn/strings.xml b/res-common/values-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..a36ba36
--- /dev/null
+++ b/res-common/values-b+sr+Latn/strings.xml
@@ -0,0 +1,280 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+  ~ Copyright (C) 2012 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License
+   -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="toast_text_copied" msgid="8327159932780920627">"Tekst je kopiran"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiraj u privremenu memoriju"</string>
+    <string name="call_custom" msgid="2786306789889210756">"Pozovi <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="call_home" msgid="1479549630992276827">"Pozovi kućni telefon"</string>
+    <string name="call_mobile" msgid="8618334085824709009">"Pozovi mobilni telefon"</string>
+    <string name="call_work" msgid="8299062439076337075">"Pozovi poslovni telefon"</string>
+    <string name="call_fax_work" msgid="3770754834467992571">"Pozovi poslovni faks"</string>
+    <string name="call_fax_home" msgid="6219051113573396065">"Pozovi kućni faks"</string>
+    <string name="call_pager" msgid="3038080882899955112">"Pozovi pejdžer"</string>
+    <string name="call_other" msgid="4472141328347894937">"Pozovi"</string>
+    <string name="call_callback" msgid="687494744634190411">"Pozovi za povratni poziv"</string>
+    <string name="call_car" msgid="9078083109758282133">"Pozovi telefon u automobilu"</string>
+    <string name="call_company_main" msgid="8768047233970315359">"Pozovi glavni telefon preduzeća"</string>
+    <string name="call_isdn" msgid="3342482563847537747">"Pozovi ISDN"</string>
+    <string name="call_main" msgid="4640261071249938558">"Pozovi glavni telefon"</string>
+    <string name="call_other_fax" msgid="2536328553125487877">"Pozovi faks"</string>
+    <string name="call_radio" msgid="9055749313292712021">"Pozovi radio"</string>
+    <string name="call_telex" msgid="2909886619224843563">"Pozovi teleks"</string>
+    <string name="call_tty_tdd" msgid="6704940636171078852">"Pozovi TTY/TDD"</string>
+    <string name="call_work_mobile" msgid="4408630608955148641">"Pozovi poslovni mobilni telefon"</string>
+    <string name="call_work_pager" msgid="3036932765279753793">"Pozovi poslovni pejdžer"</string>
+    <string name="call_assistant" msgid="5188990854852312696">"Pozovi <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
+    <string name="call_mms" msgid="8998771923464696960">"Pozovi broj za MMS"</string>
+    <string name="sms_custom" msgid="4601748252470175865">"Pošalji SMS na <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="sms_home" msgid="7765831490534280540">"Pošalji SMS na kućni telefon"</string>
+    <string name="sms_mobile" msgid="8387632124165893103">"Pošalji SMS na mobilni telefon"</string>
+    <string name="sms_work" msgid="3910570578912367742">"Pošalji SMS na poslovni telefon"</string>
+    <string name="sms_fax_work" msgid="909086167151248212">"Pošalji SMS na poslovni faks"</string>
+    <string name="sms_fax_home" msgid="4145442497939634875">"Pošalji SMS na kućni faks"</string>
+    <string name="sms_pager" msgid="5664381349583724906">"Pošalji SMS na pejdžer"</string>
+    <string name="sms_other" msgid="910895193552957097">"Pošalji SMS"</string>
+    <string name="sms_callback" msgid="728414485478941361">"Pošalji SMS za povratni poziv"</string>
+    <string name="sms_car" msgid="8543669230270954512">"Pošalji SMS na telefon u automobilu"</string>
+    <string name="sms_company_main" msgid="5441902128445061862">"Pošalji SMS na glavni broj telefona preduzeća"</string>
+    <string name="sms_isdn" msgid="7142483128948042667">"Pošalji SMS na ISDN"</string>
+    <string name="sms_main" msgid="6815987840926184815">"Pošalji SMS na glavni telefon"</string>
+    <string name="sms_other_fax" msgid="8649822154879781466">"Pošalji SMS na faks"</string>
+    <string name="sms_radio" msgid="8750339218480745940">"Pošalji SMS na radio"</string>
+    <string name="sms_telex" msgid="5469333785775443999">"Pošalji SMS na teleks"</string>
+    <string name="sms_tty_tdd" msgid="5057886576150816002">"Pošalji SMS na TTY/TDD"</string>
+    <string name="sms_work_mobile" msgid="8426872094268475047">"Pošalji SMS na poslovni mobilni telefon"</string>
+    <string name="sms_work_pager" msgid="499303540738557836">"Pošalji SMS na poslovni pejdžer"</string>
+    <string name="sms_assistant" msgid="2677586547377136683">"Pošalji SMS na <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
+    <string name="sms_mms" msgid="4887206338311086612">"Pošalji SMS na broj za MMS"</string>
+    <string name="description_video_call" msgid="4907306403398614909">"Uputi video poziv"</string>
+    <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Brišete često kontaktirane?"</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Obrisaćete listu često kontaktiranih u aplikacijama Kontakti i Telefon, pa će imejl aplikacije morati ponovo da prikupe informacije o adresiranju."</string>
+    <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Brisanje često kontaktiranih..."</string>
+    <string name="status_available" msgid="4832569677396634846">"Dostupan/na"</string>
+    <string name="status_away" msgid="6267905184545881094">"Odsutan/na"</string>
+    <string name="status_busy" msgid="7111912905211403545">"Zauzet/a"</string>
+    <string name="contactsList" msgid="7140022347217602605">"Kontakti"</string>
+    <string name="local_invisible_directory" msgid="8934840494825588347">"Drugo"</string>
+    <string name="directory_search_label" msgid="4484648822765516947">"Direktorijum"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Direktorijum za Work"</string>
+    <string name="local_search_label" msgid="9094584931063745728">"Svi kontakti"</string>
+    <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ja"</string>
+    <string name="search_results_searching" msgid="9022794597388306615">"Pretražuje se..."</string>
+    <string name="foundTooManyContacts" msgid="3060037437459313616">"Pronađeno je više od <xliff:g id="COUNT">%d</xliff:g>."</string>
+    <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Nema kontakata"</string>
+    <plurals name="searchFoundContacts" formatted="false" msgid="4016164064185890420">
+      <item quantity="one">Pronađen je <xliff:g id="COUNT">%d</xliff:g></item>
+      <item quantity="few">Pronađena su <xliff:g id="COUNT">%d</xliff:g></item>
+      <item quantity="other">Pronađeno je <xliff:g id="COUNT">%d</xliff:g></item>
+    </plurals>
+    <string name="description_quick_contact_for" msgid="6355240770807101947">"Brzi kontakt za korisnika <xliff:g id="NAME">%1$s</xliff:g>"</string>
+    <string name="missing_name" msgid="2633118852693000081">"(Nema imena)"</string>
+    <string name="favoritesFrequentCalled" msgid="6600127125011757687">"Često pozivani"</string>
+    <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Često kontaktirani"</string>
+    <string name="description_view_contact_detail" msgid="2756753096193839285">"Prikazivanje kontakta"</string>
+    <string name="list_filter_phones" msgid="3692815632088465422">"Svi kontakti sa brojevima telefona"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontakti profila za Work"</string>
+    <string name="view_updates_from_group" msgid="3310864388165884352">"Prikaži ažuriranja"</string>
+    <string name="account_phone" product="tablet" msgid="1143884271396601338">"Samo na tabletu, bez sinhronizacije"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Samo na telefonu, bez sinhronizacije"</string>
+    <string name="nameLabelsGroup" msgid="1817502703362057154">"Ime"</string>
+    <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Nadimak"</string>
+    <string name="full_name" msgid="885420216812981202">"Ime"</string>
+    <string name="name_given" msgid="4153709115654909377">"Ime"</string>
+    <string name="name_family" msgid="5317387657540738981">"Prezime"</string>
+    <string name="name_prefix" msgid="8219879405071462309">"Prefiks za ime"</string>
+    <string name="name_middle" msgid="3951610314424632183">"Srednje ime"</string>
+    <string name="name_suffix" msgid="5436984808550075931">"Sufiks imena"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"Ime – fonetski"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Ime – fonetski"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Srednje ime – fonetski"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Prezime – fonetski"</string>
+    <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
+    <string name="emailLabelsGroup" msgid="4696310712601184208">"Imejl adresa"</string>
+    <string name="postalLabelsGroup" msgid="3727124282406728557">"Adresa"</string>
+    <string name="imLabelsGroup" msgid="8733603247535725786">"Razmena trenutnih poruka"</string>
+    <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizacija"</string>
+    <string name="relationLabelsGroup" msgid="3585294036166325520">"Odnos"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Poseban dan"</string>
+    <string name="sms" msgid="8086289395154598654">"Tekstualna poruka"</string>
+    <string name="postal_address" msgid="7692926530081579786">"Adresa"</string>
+    <string name="ghostData_company" msgid="22470841482615409">"Preduzeće"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Naziv"</string>
+    <string name="label_notes" msgid="3997277594846722699">"Beleške"</string>
+    <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
+    <string name="websiteLabelsGroup" msgid="8620657380165071493">"Veb-sajt"</string>
+    <string name="groupsLabel" msgid="3574316547053047551">"Grupe"</string>
+    <string name="email_home" msgid="2230967805906450693">"Pošalji imejl na kućnu imejl adresu"</string>
+    <string name="email_mobile" msgid="7532438378678903685">"Pošalji imejl na mobilni telefon"</string>
+    <string name="email_work" msgid="7065971921227432400">"Pošalji imejl na poslovnu imejl adresu"</string>
+    <string name="email_other" msgid="4601881243553289615">"Pošalji imejl"</string>
+    <string name="email_custom" msgid="5777583741581538870">"Pošalji imejl na <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="email" msgid="5624424151176351591">"Pošalji imejl"</string>
+    <string name="postal_street" msgid="881349814077356134">"Ulica"</string>
+    <string name="postal_pobox" msgid="1799978742074885091">"Poštanski fah"</string>
+    <string name="postal_neighborhood" msgid="3721092668038527674">"Kraj"</string>
+    <string name="postal_city" msgid="3173008531169519309">"Grad"</string>
+    <string name="postal_region" msgid="1695206048198921115">"Država"</string>
+    <string name="postal_postcode" msgid="6542806670034753265">"Poštanski broj"</string>
+    <string name="postal_country" msgid="3988452247038791892">"Zemlja"</string>
+    <string name="map_home" msgid="1221397355014741634">"Prikaži kućnu adresu"</string>
+    <string name="map_work" msgid="9015981646907637207">"Prikaži poslovnu adresu"</string>
+    <string name="map_other" msgid="55098598855607997">"Prikaži adresu"</string>
+    <string name="map_custom" msgid="4943554530347163288">"Prikaži adresu <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="chat_aim" msgid="6479001490307452172">"Započni ćaskanje preko AIM-a"</string>
+    <string name="chat_msn" msgid="627481952525245054">"Započni ćaskanje preko Windows Live-a"</string>
+    <string name="chat_yahoo" msgid="5542489454092719897">"Započni ćaskanje preko Yahoo-a"</string>
+    <string name="chat_skype" msgid="3145166404699830256">"Započni ćaskanje preko Skype-a"</string>
+    <string name="chat_qq" msgid="2811762660890755082">"Započni ćaskanje preko QQ-a"</string>
+    <string name="chat_gtalk" msgid="6043734883347741789">"Započni ćaskanje preko Google Talk-a"</string>
+    <string name="chat_icq" msgid="7538190395602030726">"Započni ćaskanje preko ICQ-a"</string>
+    <string name="chat_jabber" msgid="4525546665986350869">"Započni ćaskanje preko Jabber-a"</string>
+    <string name="chat" msgid="6297650784873558837">"Ćaskanje"</string>
+    <string name="description_minus_button" msgid="2142439445814730827">"izbriši"</string>
+    <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Proširivanje ili skupljanje polja za nazive"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Proširi ili skupi polja za fonetsko ime"</string>
+    <string name="list_filter_all_accounts" msgid="4265359896628915784">"Svi kontakti"</string>
+    <string name="list_filter_all_starred" msgid="9060325494254507806">"Sa zvezdicom"</string>
+    <string name="list_filter_customize" msgid="2352794292558465089">"Prilagodi"</string>
+    <string name="list_filter_single" msgid="4553809449379139446">"Kontakt"</string>
+    <string name="display_ungrouped" msgid="3669471582032440138">"Svi drugi kontakti"</string>
+    <string name="display_all_contacts" msgid="7251385818740728862">"Svi kontakti"</string>
+    <string name="menu_sync_remove" msgid="6581565236520430269">"Ukloni grupu za sinhronizaciju"</string>
+    <string name="dialog_sync_add" msgid="1795682729089027675">"Dodavanje grupe za sinhronizaciju"</string>
+    <string name="display_more_groups" msgid="6304997485733158224">"Još grupa…"</string>
+    <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"Uklanjanjem grupe „<xliff:g id="GROUP">%s</xliff:g>“ sa liste za sinhronizaciju uklonićete i sve negrupisane kontakte sa te liste."</string>
+    <string name="savingDisplayGroups" msgid="6863012138107446030">"Čuvanje opcija prikaza..."</string>
+    <string name="menu_done" msgid="32470053723443112">"Gotovo"</string>
+    <string name="menu_doNotSave" msgid="6012426160993364871">"Otkaži"</string>
+    <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakti u grupi <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Kontakti u prilagođenom prikazu"</string>
+    <string name="listSingleContact" msgid="8525131203887307088">"Pojedinačni kontakt"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Sačuvajte uvezene kontakte na:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Uvezi sa SIM kartice"</string>
+    <string name="import_from_sim_summary" msgid="2306434118233541675">"Uvoz sa SIM kartice <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
+    <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Uvoz sa SIM kartice <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Uvezi iz .vcf datoteke"</string>
+    <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Želite li da otkažete uvoz datoteke <xliff:g id="FILENAME">%s</xliff:g>?"</string>
+    <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Želite li da otkažete izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g>?"</string>
+    <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Nije moguće otkazati vCard uvoz/izvoz"</string>
+    <string name="fail_reason_unknown" msgid="8541352164960008557">"Nepoznata greška."</string>
+    <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Nije moguće otvoriti datoteku „<xliff:g id="FILE_NAME">%s</xliff:g>“: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
+    <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nije moguće pokrenuti program za izvoz: „<xliff:g id="EXACT_REASON">%s</xliff:g>“"</string>
+    <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nema kontakata za izvoz."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Onemogućili ste obaveznu dozvolu."</string>
+    <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Došlo je do greške pri izvozu: „<xliff:g id="EXACT_REASON">%s</xliff:g>“"</string>
+    <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Zahtevani naziv datoteke je predugačak („<xliff:g id="FILENAME">%s</xliff:g>“)."</string>
+    <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"U memoriji ima previše vCard datoteka."</string>
+    <string name="fail_reason_too_many_vcard" product="default" msgid="3793454448838716962">"Na SD kartici ima previše vCard datoteka."</string>
+    <string name="fail_reason_io_error" msgid="7736686553669161933">"U/I greška"</string>
+    <string name="fail_reason_low_memory_during_import" msgid="3277485820827338116">"Nema dovoljno memorije. Datoteka je možda prevelika."</string>
+    <string name="fail_reason_vcard_parse_error" msgid="514012644716565082">"Iz neočekivanog razloga nije moguće raščlaniti vCard datoteku."</string>
+    <string name="fail_reason_not_supported" msgid="388664373573337601">"Format nije podržan."</string>
+    <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Nije moguće prikupiti metapodatke navedenih vCard datoteka."</string>
+    <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Nije moguć uvoz jedne ili više datoteka (%s)."</string>
+    <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g> je završen."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Izvoz kontakata je završen."</string>
+    <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g> je otkazan."</string>
+    <string name="exporting_contact_list_title" msgid="5663945499580026953">"Izvoz podataka o kontaktima je u toku"</string>
+    <string name="exporting_contact_list_message" msgid="3955619563572081300">"Podaci o kontaktima se izvoze u: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
+    <string name="composer_failed_to_get_database_infomation" msgid="7801276776746351694">"Preuzimanje informacija iz baze podataka nije moguće."</string>
+    <string name="composer_has_no_exportable_contact" product="tablet" msgid="1534625366506752907">"Nema kontakata za izvoz. Ako imate kontakte na tabletu, neki dobavljači podataka možda neće dozvoliti izvoz kontakata sa tableta."</string>
+    <string name="composer_has_no_exportable_contact" product="default" msgid="7063040740576745307">"Nema kontakata za izvoz. Ako imate kontakte na telefonu, neki dobavljači podataka možda neće dozvoliti da se kontakti izvoze sa telefona."</string>
+    <string name="composer_not_initialized" msgid="6514403866246950877">"Program za izradu vCard datoteka se nije ispravno pokrenuo."</string>
+    <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Izvoz nije moguć"</string>
+    <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Podaci o kontaktima nizu izvezeni.\nRazlog: „<xliff:g id="FAIL_REASON">%s</xliff:g>“"</string>
+    <string name="importing_vcard_description" msgid="7206609625359484356">"Uvoz kontakta <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Čitanje vCard podataka nije moguće"</string>
+    <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Čitanje vCard podataka je otkazano"</string>
+    <string name="importing_vcard_finished_title" msgid="5590676758277628951">"Uvoz vCard datoteke <xliff:g id="FILENAME">%s</xliff:g> je završen"</string>
+    <string name="importing_vcard_canceled_title" msgid="556913863250769870">"Uvoz datoteke <xliff:g id="FILENAME">%s</xliff:g> je otkazan"</string>
+    <string name="vcard_import_will_start_message" msgid="7184603116300604514">"Datoteka <xliff:g id="FILENAME">%s</xliff:g> će uskoro biti uvezena."</string>
+    <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Datoteka će uskoro biti uvezena."</string>
+    <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Zahtev za uvoz vCard datoteke je odbijen. Pokušajte ponovo kasnije."</string>
+    <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Datoteka <xliff:g id="FILENAME">%s</xliff:g> će uskoro biti izvezena."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Datoteka će uskoro biti izvezena."</string>
+    <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Zahtev za izvoz vCard datoteke je odbijen. Pokušajte ponovo kasnije."</string>
+    <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
+    <string name="caching_vcard_message" msgid="6635485116655518520">"Keširanje vCard datoteka u lokalnu privremenu memoriju. Uvoz će uskoro započeti."</string>
+    <string name="vcard_import_failed" msgid="4105296876768072508">"Uvoz vCard datoteke nije moguć."</string>
+    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"U memoriji nije pronađena nijedna vCard datoteka."</string>
+    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na SD kartici nije pronađena nijedna vCard datoteka."</string>
+    <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt preko NFC-a"</string>
+    <string name="confirm_export_title" msgid="3240899428149018226">"Želite li da izvezete kontakte?"</string>
+    <string name="caching_vcard_title" msgid="9185299351381102305">"Keširanje"</string>
+    <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Nije moguće skenirati memoriju. (Razlog: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
+    <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Nije moguće skenirati SD karticu. (Razlog: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
+    <string name="progress_notifier_message" msgid="359931715339778107">"Uvozi se <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Izvezi u .vcf datoteku"</string>
+    <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortiraj prema"</string>
+    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Imenu"</string>
+    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Prezimenu"</string>
+    <string name="display_options_view_names_as" msgid="3232196224409242435">"Format imena i prezimena"</string>
+    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Prvo ime"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Prvo prezime"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Podrazumevani nalog za nove kontakte"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Nalog za sinhronizovanje metapodataka kontakta"</string>
+    <string name="setting_about" msgid="3926137653588942297">"O Kontaktima"</string>
+    <string name="share_visible_contacts" msgid="2150662668080757107">"Deli vidljive kontakte"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nije uspelo deljenje vidljivih kontakata."</string>
+    <string name="dialog_import_export" msgid="1125776851100740858">"Uvoz/izvoz kontakata"</string>
+    <string name="dialog_import" msgid="5177004290082451296">"Uvoz kontakata"</string>
+    <string name="share_error" msgid="665756457151793108">"Ovaj kontakt ne može da se deli."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nema kontakata za deljenje."</string>
+    <string name="menu_search" msgid="7464453023659824700">"Pretraži"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakti za prikaz"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakti za prikaz"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Prilagođeni prikaz"</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"Pronađite kontakte"</string>
+    <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Omiljeno"</string>
+    <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nema kontakata."</string>
+    <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nema vidljivih kontakata."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nema omiljenih"</string>
+    <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nema kontakata u grupi <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="menu_clear_frequents" msgid="8492322695770647639">"Obriši često kontaktirane"</string>
+    <string name="menu_select_sim" msgid="7814841439832447299">"Izaberite SIM karticu"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Upravljaj nalozima"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Uvezi/izvezi"</string>
+    <string name="contact_status_update_attribution" msgid="8419168578670128134">"preko <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
+    <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> preko <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
+    <string name="action_menu_back_from_search" msgid="1138551123844019647">"zaustavljanje pretraživanja"</string>
+    <string name="description_clear_search" msgid="3893511425518852086">"Brisanje pretrage"</string>
+    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"Opcije prikazivanja kontakata"</string>
+    <string name="select_account_dialog_title" msgid="5509088895267310568">"Nalog"</string>
+    <string name="set_default_account" msgid="3865970860434642695">"Uvek koristi ovo za pozive"</string>
+    <string name="select_phone_account_for_calls" msgid="933905607702811164">"Pozovi pomoću"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Poziv sa beleškom"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Unesite belešku koju ćete poslati uz poziv..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"POŠALJI I POZOVI"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepročitana stavka. </item>
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepročitane stavke. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepročitanih stavki. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Verzija"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licence otvorenog koda"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalji licence za softver otvorenog koda"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Politika privatnosti"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Uslovi korišćenja usluge"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licence otvorenog koda"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Označeno: <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Nije označeno: <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Uputi video poziv"</string>
+</resources>
diff --git a/res-common/values-bg/strings.xml b/res-common/values-bg/strings.xml
index efb1419..f4fc69d 100644
--- a/res-common/values-bg/strings.xml
+++ b/res-common/values-bg/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текстът е копиран"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Копиране в буферната памет"</string>
     <string name="call_custom" msgid="2786306789889210756">"Обаждане на <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Обаждане на домашен"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Обаждане на мобилен"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Контакти"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Други"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Директория"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Служебен указател"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Всички контакти"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Аз"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Търси се…"</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Често търсени"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Преглед на контакта"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Всички контакти с телефонни номера"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Контакти в служебния потребителски профил"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Преглед на актуализациите"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Само в таблета, несинхронизиран"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Само в телефона, несинхронизиран"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Само в тел., несинхрон."</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Име"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Псевдоним"</string>
     <string name="full_name" msgid="885420216812981202">"Име"</string>
@@ -96,17 +99,17 @@
     <string name="name_prefix" msgid="8219879405071462309">"Обръщение"</string>
     <string name="name_middle" msgid="3951610314424632183">"Презиме"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Титла"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"Име, както се произнася"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"Собствено име, както се произнася"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Презиме, както се произнася"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Фамилно име, както се произнася"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"Име (фонетично)"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Собствено име (фонетично)"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Презиме (фонетично)"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Фамилно име (фонетично)"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Телефон"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Имейл"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Адрес"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"Незабавни съобщения"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Организация"</string>
-    <string name="relationLabelsGroup" msgid="3585294036166325520">"Взаимоотношения"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Специални дати"</string>
+    <string name="relationLabelsGroup" msgid="3585294036166325520">"Връзки"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Специална дата"</string>
     <string name="sms" msgid="8086289395154598654">"Текстово съобщение"</string>
     <string name="postal_address" msgid="7692926530081579786">"Адрес"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Фирма"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Чат"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"изтриване"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Разгъване или свиване на полетата с името"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Разгъване или свиване на полетата за фонетични имена"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Всички контакти"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Със звезда"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Персонализиране"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Готово"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Отказ"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Контакти във: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Контакти в персонализиран изглед"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Контакти в персонал. изглед"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Един контакт"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Създаване на контакт в профил"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Запазване на импортираните контакти във:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Импортиране от SIM карта"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Импортиране от SIM картата „<xliff:g id="SIM_NAME">^1</xliff:g>“ – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Импортиране от SIM картата „<xliff:g id="SIM_NAME">%1$s</xliff:g>“"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Импорт. от хранилището"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Импортиране от .vcf файл"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Да се анулира ли импортирането на „<xliff:g id="FILENAME">%s</xliff:g>“?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Да се анулира ли експортирането на „<xliff:g id="FILENAME">%s</xliff:g>“?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Импорт./експорт. не можа да се анулира"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"„<xliff:g id="FILE_NAME">%s</xliff:g>“ не можа да се отвори: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Експортирането не можа да започне: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Няма контакт, позволяващ експортиране."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Деактивирахте задължително разрешение."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"При експортирането възникна грешка: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Поисканото име на файла е твърде дълго („<xliff:g id="FILENAME">%s</xliff:g>“)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"В хранилището има твърде много vCard файлове."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Метаинформацията от даден/и vCard файл/ове не можа да бъде събрана."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Един или повече файла не можаха да бъдат импортирани (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Експортирането на „<xliff:g id="FILENAME">%s</xliff:g>“ завърши."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Експортирането на контактите завърши."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Експортирането на „<xliff:g id="FILENAME">%s</xliff:g>“ е анулирано."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Експортиране на данни за контакти"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Данните за контактите ви се експортират във: „<xliff:g id="FILE_NAME">%s</xliff:g>“."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Създателят на vCard не се стартира правилно."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Не се експортираха"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Данните за контакта не бяха експортирани.\nПричина: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Не бе намерено хранилище."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Не бе намерена SD карта."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Списъкът ви с контакти ще се експортира във файла: „<xliff:g id="VCARD_FILENAME">%s</xliff:g>“."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> се импортира"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Данните от vCard не бяха прочетени"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Четенето на данни от vCard е анулирано"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Файлът ще се импортира скоро."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Заявката за импортиране на vCard бе отхвърлена. Опитайте отново по-късно."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"„<xliff:g id="FILENAME">%s</xliff:g>“ ще се експортира скоро."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Файлът ще се експортира скоро."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Заявката за експортиране на vCard бе отхвърлена. Опитайте отново по-късно."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"контакт"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard се кешира/т във временно локално хранилище. Самото импортиране ще започне скоро."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"На SD картата не бе намерен vCard файл."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Контакти от КБП"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Да се експортират ли контактите?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Избиране на vCard файл"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Импортиране на един vCard файл"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Импортиране на няколко vCard файла"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Импортиране на всички vCard файлове"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Търсят се данни от vCard в хранилището…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Търсят се данни от vCard в SD картата…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кешира се"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Хранилището не можа да бъде сканирано. (Причина: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD картата не можа да бъде сканирана. (Причина: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Импортира/т се <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Експорт. в хранилището"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Експорт. като .vcf файл"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Сортиране по"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Собствено име"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Фамилно име"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Формат на името"</string>
-    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Собственото име първо"</string>
-    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Фамилното име първо"</string>
+    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Първо собственото име"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Първо фамилното име"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Стандартен профил за новите контакти"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Профил за синхронизиране на метаданните на контактите"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Всичко за Контакти"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Споделяне на видимите контакти"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Споделянето на видимите контакти не бе успешно."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Импортиране/eкспортиране на контакти"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Импортиране на контактите"</string>
     <string name="share_error" msgid="665756457151793108">"Този контакт не може да бъде споделен."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Няма контакти за споделяне."</string>
     <string name="menu_search" msgid="7464453023659824700">"Търсене"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Контакти за показване"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Контакти за показване"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Определяне на персонализиран изглед"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Определяне на изглед"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Намиране на контакти"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Любими"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Няма контакти."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Няма видими контакти."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Няма любими."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Няма любими"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Няма контакти във: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Изчистване на често търсените"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Избиране на SIM карта"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Профили"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Управление на профилите"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Импортиране/Експортиране"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"чрез <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> чрез <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Профил"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Винаги да се използва за обаждания"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Обаждане чрез"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Обаждане, включващо бележка"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Напишете придружаваща бележка, която ще се изпрати при извършване на обаждането..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ИЗПРАЩАНЕ И ОБАЖДАНЕ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочетени елемента. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> непрочетен елемент. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Версия"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Лицензи за отворен код"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Подробности за лицензите на софтуера с отворен код"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Декларация за поверителност"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Общи условия"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Лицензи за отворен код"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"За <xliff:g id="ACCOUNT_INFO">%s</xliff:g> е поставена отметка"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"За <xliff:g id="ACCOUNT_INFO">%s</xliff:g> не е поставена отметка"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Извършване на видеообаждане"</string>
 </resources>
diff --git a/res-common/values-bn-rBD/strings.xml b/res-common/values-bn-rBD/strings.xml
index daea247..cf7bfe8 100644
--- a/res-common/values-bn-rBD/strings.xml
+++ b/res-common/values-bn-rBD/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"পাঠ্য অনুলিপি হয়েছে"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ক্লিপবোর্ডে প্রতিলিপি করুন"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> এ কল করুন"</string>
     <string name="call_home" msgid="1479549630992276827">"বাড়ির নম্বরে কল করুন"</string>
     <string name="call_mobile" msgid="8618334085824709009">"মোবাইল নম্বরে কল করুন"</string>
@@ -70,8 +71,9 @@
     <string name="contactsList" msgid="7140022347217602605">"পরিচিতিগুলি"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"অন্যান্য"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ডিরেক্টরি"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"কাজের সংগ্রহ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"সকল পরিচিতি"</string>
-    <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"আমাকে"</string>
+    <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"আমি"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"অনুসন্ধান করছে..."</string>
     <string name="foundTooManyContacts" msgid="3060037437459313616">"<xliff:g id="COUNT">%d</xliff:g>টির থেকে বেশি খুঁজে পাওয়া গিয়েছে৷"</string>
     <string name="listFoundAllContactsZero" msgid="4406036083994138930">"কোনো পরিচিতি নেই"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"ঘন ঘন যোগাযোগ করা হয়েছে"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"পরিচিতি দেখুন"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ফোন নম্বর সহ সমস্ত পরিচিতি"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"কর্মস্থলের প্রোফাইলের পরিচিতিগুলি"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"আপডেটগুলি দেখুন"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"শুধুমাত্র ট্যাবলেট, সমন্বয় করা নেই"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"শুধুমাত্র ফোন, সমন্বয় করা নেই"</string>
@@ -97,20 +100,20 @@
     <string name="name_middle" msgid="3951610314424632183">"মাঝের নাম"</string>
     <string name="name_suffix" msgid="5436984808550075931">"নামের পরের অংশ"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"উচ্চারণগত নাম"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"ফোনেটিক আদ্য নাম"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"উচ্চারণগত প্রথম নাম"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"উচ্চারণগত মাঝের নাম"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"ফোনেটিক পারিবারিক নাম"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"উচ্চারণগত পারিবারিক নাম"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"ফোন"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"ইমেল"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"ঠিকানা"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"সংগঠন"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"সম্পর্ক"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"বিশেষ তারিখগুলি"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"বিশেষ তারিখ"</string>
     <string name="sms" msgid="8086289395154598654">"পাঠ্য বার্তা"</string>
     <string name="postal_address" msgid="7692926530081579786">"ঠিকানা"</string>
     <string name="ghostData_company" msgid="22470841482615409">"কোম্পানি"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"শীর্ষক"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"নাম"</string>
     <string name="label_notes" msgid="3997277594846722699">"দ্রষ্টব্য"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"ওয়েবসাইট"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"চ্যাট করুন"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"মুছুন"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"নামের ক্ষেত্রটিকে প্রসারিত বা সঙ্কুচিত করুন"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ফোনেটিক নামের ক্ষেত্রটিকে প্রসারিত বা সঙ্কুচিত করুন"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"সকল পরিচিতি"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"তারকা চিহ্নিত"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"নিজের সুবিধামতো করুন"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> এ পরিচিতিগুলি"</string>
     <string name="listCustomView" msgid="1915154113477432033">"কাস্টম দৃশ্যে পরিচিতিগুলি"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"একক পরিচিতি"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"অ্যাকাউন্টের অধীনে পরিচিতি তৈরি করুন"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"আমদানি করা পরিচিতিগুলি এতে সংরক্ষণ করুন:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"সিম কার্ড থেকে আমদানি করুন"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> SIM থেকে আমদানি করুন - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> SIM থেকে আমদানি করুন"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"সংগ্রহস্থল থেকে আমদানি করুন"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ফাইল থেকে আমদানি করুন"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> এর আমদানি বাতিল করবেন?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> এর রপ্তানি বাতিল করবেন?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard এর আমদানি/রপ্তানি বাতিল করা যায়নি"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" খোলা যায়নি: <xliff:g id="EXACT_REASON">%s</xliff:g>৷"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"রপ্তানিকারক শুরু করা যায়নি: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"৷"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"রপ্তানিযোগ্য কোনো পরিচিতি নেই৷"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"আপনি একটি প্রয়োজনীয় অনুমতি অক্ষম করেছেন৷"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"রপ্তানির সময় একটি ত্রুটি ঘটেছে: \" <xliff:g id="EXACT_REASON">%s</xliff:g> \"৷"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"প্রয়োজনীয় ফাইলের নামটি  (\"<xliff:g id="FILENAME">%s</xliff:g>\") অত্যন্ত দীর্ঘ৷"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"সংগ্রহস্থলে অনেকগুলি vCard ফাইল রয়েছে৷"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"প্রদত্ত vCard ফাইলের(গুলির) মেটা তথ্য সংগ্রহ করা যায়নি৷"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"একটি বা একাধিক (%s) ফাইল আমদানি করা যাবে না৷"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> রপ্তানি করা সম্পন্ন হয়েছে৷"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"পরিচিতি রপ্তানি করা সম্পন্ন হয়েছে৷"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> রপ্তানি করা বাতিল হয়েছে৷"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"পরিচিতির তথ্য রপ্তানি করা হচ্ছে"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"আপনার পরিচিতির ডেটা রপ্তানি করা হচ্ছে: <xliff:g id="FILE_NAME">%s</xliff:g>৷"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard কম্পোজার সঠিকভাবে শুরু করা হয়নি৷"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"রপ্তানি করা যায়নি"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"পরিচিতির তথ্য রপ্তানি করা যায়নি৷\nকারণ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"কোনো সংগ্রহস্থল খুঁজে পাওয়া যায়নি৷"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"কোনো SD কার্ড খুঁজে পাওয়া যায়নি৷"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"আপনার পরিচিতি তালিকা এই ফাইলে রপ্তানি করা হবে: <xliff:g id="VCARD_FILENAME">%s</xliff:g> ."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> আমদানি করা হচ্ছে"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard ডেটা পড়া যায়নি"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard ডেটা পড়া বাতিল করা হয়েছে"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ফাইলটি শীঘ্রই আমদানি করা হবে৷"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard আমদানি করার অনুরোধ প্রত্যাখ্যাত হয়েছে৷ পরে আবার চেষ্টা করুন৷"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> শীঘ্রই রপ্তানি করা হবে৷"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ফাইলটি শীঘ্রই রপ্তানি করা হবে৷"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard রপ্তানি করার অনুরোধ প্রত্যাখ্যাত হয়েছে৷ পরে আবার চেষ্টা করুন৷"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"পরিচিতি"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"স্থানীয় অস্থায়ী সংগ্রহস্থলে vCard(গুলি)কে ক্যাশ করা হচ্ছে৷ প্রকৃত আমদানি শীঘ্রই শুরু হবে৷"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD কার্ডে কোনো  vCard ফাইল পাওয়া যায়নি৷"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC এর মাধ্যমে পরিচিতি প্রাপ্ত হয়েছে"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"পরিচিতিগুলি রপ্তানি করবেন?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ফাইল চয়ন করুন"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"একটি vCard ফাইল আমদানি করুন"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"একাধিক vCard ফাইল আমদানি করুন"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"সমস্ত vCard ফাইল আমদানি করুন"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"সংগ্রহস্থলে vCard ডেটার জন্য অনুসন্ধান করা হচ্ছে…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD কার্ডে vCard ডেটার জন্য অনুসন্ধান করা হচ্ছে…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ক্যাশ করা হচ্ছে"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"সংগ্রহস্থলটিকে স্ক্যান করতে পারা যায় নি৷ (কারণ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD কার্ডটিকে স্ক্যান করতে করতে পারা যায় নি৷ (কারণ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"আমদানি করা হচ্ছে, <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"সংগ্রহস্থলে রপ্তানি করুন"</string>
-    <string name="display_options_sort_list_by" msgid="8635268562263708102">"এর দ্বারা সাজান"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ফাইলে রপ্তানি করুন"</string>
+    <string name="display_options_sort_list_by" msgid="8635268562263708102">"এই অনুসারে বাছুন"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"প্রথম নাম"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"পারিবারিক নাম"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"নামের বিন্যাস"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"প্রথমে আদ্য নাম"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"প্রথমে পারিবারিক নাম"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"নতুন পরিচিতিগুলির জন্য ডিফল্ট অ্যাকাউন্ট"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"পরিচিতির মেটাডেটা সমন্বয়ের অ্যাকাউন্ট"</string>
+    <string name="setting_about" msgid="3926137653588942297">"পরিচিতি সম্পর্কিত"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"দৃশ্যমান পরিচিতিগুলিকে ভাগ করুন"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"দৃশ্যমান পরিচিতিগুলি ভাগ করতে ব্যর্থ হয়েছে৷"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"পরিচিতিগুলি আমদানি/রপ্তানি করুন"</string>
     <string name="dialog_import" msgid="5177004290082451296">"পরিচিতিগুলি আমদানি করুন"</string>
     <string name="share_error" msgid="665756457151793108">"এই পরিচিতিটিকে ভাগ করা যাবে না৷"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ভাগ করার জন্য কোনো পরিচিতি নেই৷"</string>
     <string name="menu_search" msgid="7464453023659824700">"অনুসন্ধান করুন"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"দেখানোর জন্য পরিচিতিগুলি"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"দেখানোর জন্য পরিচিতিগুলি"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"পছন্দগুলি"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"কোনো পরিচিতি নেই৷"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"কোনো দৃশ্যমান পরিচিতি নেই৷"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"কোনো পছন্দসই নেই৷"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"কোনো পছন্দসই নেই"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> এ কোনো পরিচিতি নেই"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"পুনরাবৃত্তি সাফ করুন"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"সিম কার্ড নির্বাচন করুন"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"অ্যাকাউন্টগুলি"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"অ্যাকাউন্টগুলি পরিচালনা করুন"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"আমদানি/রপ্তানি"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> এর মাধ্যমে"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> এর মাধ্যমে <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"অ্যাকাউন্ট"</string>
     <string name="set_default_account" msgid="3865970860434642695">"কলের জন্য সবসময় এটি ব্যবহার করুন"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"এর মাধ্যমে কল করুন"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"একটি নোট সহ কল করুন"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"কলের সাথে পাঠানোর জন্য একটি নোট লিখুন ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"পাঠান এবং কল করুন"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>৷ <xliff:g id="COUNT_3">%2$d</xliff:g>টি অপঠিত আইটেম৷ </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>৷ <xliff:g id="COUNT_3">%2$d</xliff:g>টি অপঠিত আইটেম৷ </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"বিল্ডের সংস্করণ"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"মুক্ত উৎস লাইসেন্সগুলি"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"মুক্ত উৎস সফ্টওয়্যারের লাইসেন্স বিবরণ"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"গোপনীয়তা নীতি"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"পরিষেবার শর্তাবলী"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"মুক্ত উৎস লাইসেন্সগুলি"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> এ টিক চিহ্ন দেওয়া হয়েছে"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> এ টিক চিহ্ন দেওয়া হয়নি"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ভিডিও কল করুন"</string>
 </resources>
diff --git a/res-common/values-ca/strings.xml b/res-common/values-ca/strings.xml
index 34f5773..b33a579 100644
--- a/res-common/values-ca/strings.xml
+++ b/res-common/values-ca/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text copiat"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copia al porta-retalls"</string>
     <string name="call_custom" msgid="2786306789889210756">"Truca al <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Truca a casa"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Truca al mòbil"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contactes"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Altres"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directori"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Directori de la feina"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Tots els contactes"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Jo"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"S\'està cercant..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contactes freqüents"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Mostra el contacte"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Tots els contactes que tenen números de telèfon"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contactes del perfil professional"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Mostra les actualitzacions"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Només tauleta, sense sincronitzar"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Només telèfon, sense sincronitzar"</string>
@@ -106,15 +109,15 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Xat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organització"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relació"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Dates especials"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data especial"</string>
     <string name="sms" msgid="8086289395154598654">"Missatge de text"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adreça"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Títol"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Càrrec"</string>
     <string name="label_notes" msgid="3997277594846722699">"Notes"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Lloc web"</string>
-    <string name="groupsLabel" msgid="3574316547053047551">"Google Grups"</string>
+    <string name="groupsLabel" msgid="3574316547053047551">"Grups"</string>
     <string name="email_home" msgid="2230967805906450693">"Envia un correu electrònic a l\'adreça particular"</string>
     <string name="email_mobile" msgid="7532438378678903685">"Envia un correu electrònic al mòbil"</string>
     <string name="email_work" msgid="7065971921227432400">"Envia un correu electrònic a la feina"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Xat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"suprimeix"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Desplega o replega els camps de nom"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Desplega o replega els camps de nom fonètic"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Tots els contactes"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Destacats"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalitza"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Fet"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Cancel·la"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contactes a <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Contactes a la visualització personalitzada"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Contactes en visualització personalitzada"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Un sol contacte"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Crea el contacte al compte"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"Importa des de la targeta SIM"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Desa els contactes importats a:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Importa de la targeta SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importa des de la targeta SIM <xliff:g id="SIM_NAME">^1</xliff:g> (<xliff:g id="SIM_NUMBER">^2</xliff:g>)"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importa des de la targeta SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importa de l\'emmagatzematge"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importa d\'un fitxer .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Vols cancel·lar la importació de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Vols cancel·lar l\'exportació de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"No es pot cancel·lar la imp./exp. vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"No s\'ha pogut obrir \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"No s\'ha pogut iniciar l\'exportador: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"No hi ha cap contacte que es pugui exportar."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Has desactivat un permís obligatori."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"S\'ha produït un error durant l\'exportació: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"El nom de fitxer obligatori és massa llarg (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Hi ha massa fitxers vCard a l\'emmagatzematge."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"No s\'ha pogut recopilar metainformació dels fitxers de la vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"No s\'ha pogut importar un dels fitxers com a mínim (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportació de <xliff:g id="FILENAME">%s</xliff:g> finalitzada."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"S\'han acabat d\'exportar els contactes."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"S\'ha cancel·lat l\'exportació de: <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"S\'estan exportant les dades de contacte"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"S\'estan exportant les teves dades de contacte a: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"No s\'ha iniciat correctament el creador de vCard."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Error en exportar"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"No s\'han exportat les dades de contacte.\nMotiu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"No s\'ha trobat emmagatzematge."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"No s\'ha trobat cap targeta SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"El llistat de contactes s\'exportarà al fitxer: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"S\'està important <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"No s\'han pogut llegir les dades de vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lectura de dades de vCard cancel·lada"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"D\'aquí a poc s\'importarà el fitxer."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"S\'ha rebutjat la sol·licitud per importar la vCard. Torna-ho a provar més tard."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> s\'exportarà en breu."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"El fitxer s\'exportarà en breu."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"S\'ha rebutjat la sol·licitud per exportar la vCard. Torna-ho a provar més tard."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contacte"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"S\'estan desant les vCard a l\'emmagatzematge temporal local. La importació real començarà aviat."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"No s\'ha trobat cap fitxer vCard a la targeta SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contac. reb. NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Vols exportar els contactes?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Tria un fitxer vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importa un fitxer vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importa diversos fitxers vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importa tots els fitxers vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"S\'estan cercant les dades de la vCard a l\'emmagatzematge..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"S\'estan cercant les dades de vCard a la targeta SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Desament a la memòria cau"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"No s\'ha pogut explorar l\'emmagatzematge. (Motiu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"No s\'ha pogut explorar la targeta SD. (Motiu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"S\'està important <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exporta a l\'emmagatzematge"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exporta a un fitxer .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordena per"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nom"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Cognoms"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format del nom"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Primer el nom"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Primer els cognoms"</string>
-    <string name="share_visible_contacts" msgid="2150662668080757107">"Comparteix els visibles"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Compte predeterminat per als contactes nous"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Compte de sincronització de metadades de contacte"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Sobre Contactes"</string>
+    <string name="share_visible_contacts" msgid="2150662668080757107">"Comparteix contactes visibles"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Error en compartir els contactes visibles."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importa/exporta contactes"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importa contactes"</string>
     <string name="share_error" msgid="665756457151793108">"No es pot compartir aquest contacte."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"No hi ha cap contacte per compartir."</string>
     <string name="menu_search" msgid="7464453023659824700">"Cerca"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contactes per mostrar"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contactes per mostrar"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Defineix la visualització personalitzada"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Defineix visualització personalitzada"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Cerca contactes"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Preferits"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"No hi ha cap contacte."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"No hi ha cap contacte visible."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"No hi ha cap preferit."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"No hi ha cap preferit"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"No hi ha cap contacte a <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Esborra contactes freqüents"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Selecciona una targeta SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Comptes"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gestiona els comptes"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importa/exporta"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"mitjançant <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> mitjançant <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Compte"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Utilitza sempre per a les trucades"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Truca mitjançant"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Trucada amb una nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escriu una nota per enviar-la juntament amb la trucada..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIA NOTA I TRUCA"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> elements no llegits. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> element no llegit. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versió de la compilació"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Llicències del programari lliure"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalls de la llicència del programari lliure"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de privadesa"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Condicions del servei"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Llicències de programari lliure"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"S\'ha marcat <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"No s\'ha marcat <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Fa una videotrucada"</string>
 </resources>
diff --git a/res-common/values-cs/strings.xml b/res-common/values-cs/strings.xml
index 69dea2e..ba040b6 100644
--- a/res-common/values-cs/strings.xml
+++ b/res-common/values-cs/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text zkopírován"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Zkopírovat do schránky"</string>
     <string name="call_custom" msgid="2786306789889210756">"Volat číslo <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Volat domů"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Volat mobil"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakty"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Jiné"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Adresář"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Adresář Práce"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Všechny kontakty"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Já"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Vyhledávání…"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Často používané"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Zobrazit kontakt"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Kontakty s telefonními čísly"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontakty v pracovním profilu"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Zobrazit aktualizace"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Pouze v tabletu, nesynchronizováno"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Pouze v telefonu, nesynchronizováno"</string>
@@ -96,23 +99,23 @@
     <string name="name_given" msgid="4153709115654909377">"Jméno"</string>
     <string name="name_family" msgid="5317387657540738981">"Příjmení"</string>
     <string name="name_prefix" msgid="8219879405071462309">"Titul před jménem"</string>
-    <string name="name_middle" msgid="3951610314424632183">"Další jméno"</string>
+    <string name="name_middle" msgid="3951610314424632183">"Druhé jméno"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Titul za jménem"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Jméno (foneticky)"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetické jméno"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Jméno (foneticky)"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Druhé jméno (foneticky)"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Fonetické příjmení"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Příjmení (foneticky)"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-mail"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Adresa"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizace"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Vztah"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Zvláštní data"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Zvláštní datum"</string>
     <string name="sms" msgid="8086289395154598654">"Textová zpráva"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresa"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Společnost"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Název"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Pozice"</string>
     <string name="label_notes" msgid="3997277594846722699">"Poznámky"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Web"</string>
@@ -145,6 +148,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatovat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"smazat"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Rozbalit nebo sbalit pole jména"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Rozbalí nebo sbalí pole s fonetickým přepisem jména"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Všechny kontakty"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Označené hvězdičkou"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizovat"</string>
@@ -161,11 +165,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakty v účtu <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontakty ve vlastním zobrazení"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Jeden kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Vytvořit kontakt na základě účtu"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Účet k uložení importovaných kontaktů:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importovat ze SIM karty"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importovat ze SIM karty <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importovat ze SIM karty <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importovat z úložiště"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importovat ze souboru VCF"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Zrušit import souboru <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Zrušit export souboru <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Import/export vizitky vCard nelze zrušit"</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Soubor <xliff:g id="FILE_NAME">%s</xliff:g> nelze otevřít: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nelze spustit nástroj pro export: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Žádný kontakt nelze exportovat."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Zakázali jste požadované oprávnění."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Při exportu došlo k chybě: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Požadovaný název souboru (<xliff:g id="FILENAME">%s</xliff:g>) je příliš dlouhý."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"V úložišti je příliš mnoho souborů vCard."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Informace o metadatech daných souborů vCard se nepodařilo shromáždit."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Jeden nebo více souborů se nepodařilo importovat (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Export souboru <xliff:g id="FILENAME">%s</xliff:g> byl dokončen."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Exportování kontaktů bylo dokončeno."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Export souboru <xliff:g id="FILENAME">%s</xliff:g> byl zrušen."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Export dat kontaktů"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Data kontaktů jsou exportována do souboru <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Editor souboru vCard nebyl správně spuštěn."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Export se nezdařil"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Data kontaktů nebyla exportována.\nDůvod: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nebylo nalezeno žádné úložiště."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nebyla nalezena žádná karta SD"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Seznam kontaktů bude exportován do souboru <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Probíhá import: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nepodařilo se přečíst údaje vizitky vCard."</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Čtení dat souboru vCard bylo zrušeno"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Soubor bude zakrátko importován."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Požadavek na import souborů vCard byl zamítnut. Zkuste to prosím později."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Soubor <xliff:g id="FILENAME">%s</xliff:g> bude za okamžik exportován."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Soubor bude brzy exportován."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Požadavek na export souborů vCard byl zamítnut. Zkuste to prosím později."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Načítání souboru vCard do mezipaměti místního dočasného úložiště. Vlastní import bude zahájen v krátké době."</string>
@@ -213,40 +217,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na kartě SD nebyl nalezen žádný soubor vCard."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt přijatý prostřednictvím komunikace NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportovat kontakty?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Vyberte soubor vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importovat jeden soubor vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importovat několik souborů vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importovat všechny soubory vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Vyhledávání dat vCard v úložišti..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Vyhledávání dat vCard na kartě SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Ukládání do mezipaměti"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Prohledání úložiště se nezdařilo. (Důvod: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Prohledání karty SD se nezdařilo. (Důvod: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Probíhá import: <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportovat do úložiště"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportovat do souboru VCF"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Seřadit podle"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Jméno"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Příjmení"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formát jména"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Nejprve jméno"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Nejprve příjmení"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Výchozí účet pro nové kontakty"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Účet pro synchronizaci metadat kontaktů"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Informace o kontaktech"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Sdílet viditelné kontakty"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Sdílení viditelných kontaktů se nezdařilo."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importovat nebo exportovat kontakty"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importovat kontakty"</string>
     <string name="share_error" msgid="665756457151793108">"Tento kontakt nelze sdílet."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nejsou dostupné žádné kontakty ke sdílení."</string>
     <string name="menu_search" msgid="7464453023659824700">"Hledat"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakty k zobrazení"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakty k zobrazení"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definice vlastního zobrazení"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Definice vl. zobrazení"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Najít kontakty"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Oblíbené"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Žádné kontakty."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Žádné kontakty nejsou viditelné."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Žádné oblíbené kontakty."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Žádné oblíbené položky"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Žádné kontakty v položce <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Vymazat často kontaktované"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Vybrat SIM kartu"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Účty"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Správa účtů"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importovat/Exportovat"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"prostřednictvím zdroje <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> prostřednictvím zdroje <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Účet"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Vždy používat pro hovory"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Volat pomocí"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Volání s poznámkou"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Zadejte poznámku, která se odešle pomocí volání…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ODESLAT A ZAVOLAT"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepřečtené položky. </item>
+      <item quantity="many"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepřečtené položky. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepřečtených položek. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> nepřečtená položka. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Verze sestavení"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licence open source"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Podrobnosti o licencích pro software open source"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Zásady ochrany soukromí"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Smluvní podmínky"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licence open source"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> – zaškrtnuto"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> – nezaškrtnuto"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Zahájit videohovor"</string>
 </resources>
diff --git a/res-common/values-da/strings.xml b/res-common/values-da/strings.xml
index a75e88a..495539e 100644
--- a/res-common/values-da/strings.xml
+++ b/res-common/values-da/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teksten blev kopieret"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiér til udklipsholder"</string>
     <string name="call_custom" msgid="2786306789889210756">"Ring til <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Ring hjem"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Ring til mobil"</string>
@@ -62,7 +63,7 @@
     <string name="sms_mms" msgid="4887206338311086612">"Send sms til mms"</string>
     <string name="description_video_call" msgid="4907306403398614909">"Foretag videoopkald"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Vil du rydde de ofte kontaktede?"</string>
-    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Hvis du gør dette, rydder du listen over personer, som du ofte kontakter, i appene Kontaktpersoner og Telefon. Du vil samtidig tvinge e-mailapps til at lære dine adressepræferencer fra bunden."</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Hvis du gør dette, rydder du listen over personer, som du ofte kontakter, i appene Kontaktpersoner og Opkald. Du vil samtidig tvinge e-mailapps til at lære dine adressepræferencer fra bunden."</string>
     <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Ofte kontaktede personer ryddes…"</string>
     <string name="status_available" msgid="4832569677396634846">"Tilgængelig"</string>
     <string name="status_away" msgid="6267905184545881094">"Ikke til stede"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktpersoner"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Andet"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Indeks"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Indeks for arbejde"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Alle kontaktpersoner"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Mig"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Søger..."</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Ofte kontaktet"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Vis kontaktperson"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Alle kontaktpersoner med telefonnumre"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontaktpersoner for arbejdsprofil"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Se opdateringer"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Kun tablet, ikke synkroniseret"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Kun telefon, ikke synkroniseret"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Kun telefon, ikke synk."</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Navn"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Kaldenavn"</string>
     <string name="full_name" msgid="885420216812981202">"Navn"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisation"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Forhold"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Særlige datoer"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Særlig dato"</string>
     <string name="sms" msgid="8086289395154598654">"Sms"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresse"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Virksomhed"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"slet"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Udvid eller skjul navnefelter"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Udvid eller skjul felter til fonetiske navne"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Alle kontaktpersoner"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Stjernemarkerede"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Tilpas"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Færdig"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Annuller"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontaktpersoner i <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kontaktpersoner i tilpasset visning"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Kontakter i tilpasset visning"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Enkelt kontaktperson"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Opret kontaktperson på konto"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Gem importerede kontaktpersoner på:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importér fra SIM-kort"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importér fra SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importér fra SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importér fra lager"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importér fra .vcf-fil"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Vil du annullere importen af <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Vil du annullere eksporten af <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Import/eksport af vCard kunne ikke annulleres"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" kunne ikke åbnes: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Eksportfunktionen kunne ikke startes: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Der er ingen kontaktpersoner, der kan eksporteres."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Du har deaktiveret en påkrævet tilladelse."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Der opstod en fejl under eksporten: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Det krævede filnavn er for langt (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Der er gemt for mange vCard-filer i lageret."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Metaoplysninger om de angivne vCard-filer kunne ikke hentes."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"En eller flere filer kunne ikke importeres (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> er eksporteret."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontaktpersoner blev eksporteret."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Eksport af <xliff:g id="FILENAME">%s</xliff:g> er annulleret."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Eksporterer kontaktdata"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Dine kontaktdata bliver eksporteret til: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Oprettelsen af vCard startede ikke korrekt."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Eksport ikke mulig"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontaktdataene blev ikke eksporteret.\nÅrsag: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Intet lager blev fundet."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Ingen SD-kort fundet."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Listen over dine kontaktpersoner eksporteres til filen: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importerer <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Dataene på dette vCard kunne ikke læses"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Læsning af vCard-data blev annulleret"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Filen importeres inden længe."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Anmodningen om import af vCard blev afvist. Prøv igen senere."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> eksporteres om et øjeblik."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Filen eksporteres om et øjeblik."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Anmodningen om eksport af vCard blev afvist. Prøv igen senere."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontaktperson"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Cachelagrer vCard-fil(er) til lokalt midlertidigt lager. Den egentlige import starter snart."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Der blev ikke fundet nogen vCard-filer på SD-kortet."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Eksportér kontaktpersoner?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Vælg vCard-fil"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importér én vCard-fil"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importér flere vCard-filer"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importér alle VCard-filer"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Søger efter vCard-data på lageret..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Søger efter vCard-data på SD-kortet..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Cachelagrer"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Lageret kunne ikke scannes. (Årsag: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD-kortet kunne ikke scannes. (Årsag: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importerer <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksportér til lager"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksportér til .vcf-fil"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortér efter"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Fornavn"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Efternavn"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Navneformat"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Fornavn først"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Efternavn først"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Standardkonto til nye kontaktpersoner"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontakt synkroniseringskonto for metadata"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Om Kontaktpersoner"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Del synlige kontaktpersoner"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Det lykkedes ikke at dele synlige kontaktpersoner."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importér/eksportér kontaktpersoner"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importér kontaktpersoner"</string>
     <string name="share_error" msgid="665756457151793108">"Denne kontaktperson kan ikke deles."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Der er ingen kontaktpersoner, der kan deles."</string>
     <string name="menu_search" msgid="7464453023659824700">"Søg"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontaktpersoner, der skal vises"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontaktpersoner, der skal vises"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Foretrukne"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ingen kontaktpersoner."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ingen synlige kontaktpersoner."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Der er ingen foretrukne."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Der er ingen favoritter"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ingen kontaktpersoner i <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Ryd hyppige"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Vælg SIM-kort"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Konti"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Administrer konti"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importér/eksportér"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konto"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Brug altid ved opkald"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ring med"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Ring med en note"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Indtast en note, som skal sendes ved opkald..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SEND, OG RING OP"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ulæst post. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ulæste poster. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Build-version"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Open source-licenser"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licensoplysninger til open source-software"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privatlivspolitik"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Servicevilkår"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Open source-licenser"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> er valgt"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> er ikke valgt"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Foretag videoopkald"</string>
 </resources>
diff --git a/res-common/values-de/strings.xml b/res-common/values-de/strings.xml
index 2a4ba3f..cf7f2a2 100644
--- a/res-common/values-de/strings.xml
+++ b/res-common/values-de/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text kopiert"</string>
+    <string name="copy_text" msgid="3424081789297978355">"In Zwischenablage kopieren"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> anrufen"</string>
     <string name="call_home" msgid="1479549630992276827">"Private Nummer anrufen"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Mobilfunknummer anrufen"</string>
@@ -62,7 +63,7 @@
     <string name="sms_mms" msgid="4887206338311086612">"SMS an MMS senden"</string>
     <string name="description_video_call" msgid="4907306403398614909">"Videoanruf starten"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Liste \"Häufig kontaktiert\" löschen?"</string>
-    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Sie löschen die Liste \"Häufig kontaktiert\" in den Apps \"Kontakte\" und \"Telefon\" und bewirken so ein Zurücksetzen Ihrer Adresseinstellungen für E-Mail-Apps."</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Du löschst die Liste \"Häufig kontaktiert\" in den Apps \"Kontakte\" und \"Telefon\" und bewirkst so ein Zurücksetzen deiner Adresseinstellungen für E-Mail-Apps."</string>
     <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"\"Häufig kontaktiert\" wird gelöscht…"</string>
     <string name="status_available" msgid="4832569677396634846">"Verfügbar"</string>
     <string name="status_away" msgid="6267905184545881094">"Abwesend"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakte"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Sonstige"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Verzeichnis"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Verzeichnis geschäftlicher Kontakte"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Alle Kontakte"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ich"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Suche läuft…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Häufig kontaktiert"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Kontakt anzeigen"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Alle Kontakte mit Telefonnummern"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Arbeitsprofilkontakte"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Updates ansehen"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Nur Tablet, nicht synchronisiert"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Nur Telefon, nicht synchronisiert"</string>
@@ -98,19 +101,19 @@
     <string name="name_suffix" msgid="5436984808550075931">"Namenssuffix"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Phonetischer Name"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Vorname (phonetisch)"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Phonetischer zweiter Vorname"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Zweiter Vorname (phonetisch)"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Nachname (phonetisch)"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-Mail"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Adresse"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Unternehmen"</string>
-    <string name="relationLabelsGroup" msgid="3585294036166325520">"Beziehung"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Besondere Termine"</string>
+    <string name="relationLabelsGroup" msgid="3585294036166325520">"Art der Beziehung"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Besonderes Datum"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresse"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Unternehmen"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Titel"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Position"</string>
     <string name="label_notes" msgid="3997277594846722699">"Notizen"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Website"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatten"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"löschen"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Namensfelder minimieren oder maximieren"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Felder für phonetische Namen maximieren oder minimieren"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Alle Kontakte"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Markiert"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalisieren"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Fertig"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Abbrechen"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakte in <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kontakte in benutzerdefinierter Ansicht"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Kontakte in benutzerdef. Ansicht"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Einzelner Kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Neuen Kontakt unter Konto erstellen"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Importierte Kontakte speichern unter:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Von SIM-Karte importieren"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Von SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g> importieren"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Von SIM <xliff:g id="SIM_NAME">%1$s</xliff:g> importieren"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Aus Speicher importieren"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Aus VCF-Datei importieren"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Import von <xliff:g id="FILENAME">%s</xliff:g> abbrechen?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Export von <xliff:g id="FILENAME">%s</xliff:g> abbrechen?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard-Import/-Export nicht abgebrochen"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" konnte nicht geöffnet werden. Grund: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Exportprogramm konnte nicht gestartet werden. Grund: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Es ist kein exportierbarer Kontakt vorhanden."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Du hast eine erforderliche Berechtigung deaktiviert."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Beim Export ist ein Fehler aufgetreten: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Erforderlicher Dateiname ist zu lang (<xliff:g id="FILENAME">%s</xliff:g>)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Zu viele vCard-Dateien im Speicher"</string>
@@ -182,18 +187,16 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Abrufen der Metadaten aus angegebenen vCards nicht möglich"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Eine oder mehrere Dateien können nicht importiert werden (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Export von <xliff:g id="FILENAME">%s</xliff:g> abgeschlossen"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontakte wurden exportiert"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Export von <xliff:g id="FILENAME">%s</xliff:g> abgebrochen"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontaktdaten werden exportiert..."</string>
-    <string name="exporting_contact_list_message" msgid="3955619563572081300">"Ihre Kontaktdaten werden in \"<xliff:g id="FILE_NAME">%s</xliff:g>\" exportiert..."</string>
+    <string name="exporting_contact_list_message" msgid="3955619563572081300">"Deine Kontaktdaten werden in \"<xliff:g id="FILE_NAME">%s</xliff:g>\" exportiert..."</string>
     <string name="composer_failed_to_get_database_infomation" msgid="7801276776746351694">"Datenbankinformationen konnten nicht abgerufen werden."</string>
-    <string name="composer_has_no_exportable_contact" product="tablet" msgid="1534625366506752907">"Es sind keine exportierbaren Kontakte vorhanden. Falls sich Kontakte auf Ihrem Tablet befinden, ist das Exportieren der Kontakte eventuell durch den Datenanbieter gesperrt."</string>
-    <string name="composer_has_no_exportable_contact" product="default" msgid="7063040740576745307">"Es sind keine exportierbaren Kontakte vorhanden. Falls sich Kontakte auf Ihrem Telefon befinden, ist das Exportieren der Kontakte eventuell durch den Datenanbieter gesperrt."</string>
+    <string name="composer_has_no_exportable_contact" product="tablet" msgid="1534625366506752907">"Es sind keine exportierbaren Kontakte vorhanden. Falls sich Kontakte auf deinem Tablet befinden, ist das Exportieren der Kontakte eventuell durch den Datenanbieter gesperrt."</string>
+    <string name="composer_has_no_exportable_contact" product="default" msgid="7063040740576745307">"Es sind keine exportierbaren Kontakte vorhanden. Falls sich Kontakte auf deinem Telefon befinden, ist das Exportieren der Kontakte eventuell durch den Datenanbieter gesperrt."</string>
     <string name="composer_not_initialized" msgid="6514403866246950877">"Das Programm zum Erstellen der vCard wurde nicht richtig gestartet."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Export nicht möglich"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Die Kontaktdaten wurden nicht exportiert.\nGrund: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Kein Speicher gefunden"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Keine SD-Karte gefunden"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Ihre Kontaktliste wird in die Datei \"<xliff:g id="VCARD_FILENAME">%s</xliff:g>\" exportiert."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> wird importiert..."</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Lesen der vCard-Daten nicht möglich"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lesen von vCard-Daten abgebrochen"</string>
@@ -201,9 +204,10 @@
     <string name="importing_vcard_canceled_title" msgid="556913863250769870">"Import von <xliff:g id="FILENAME">%s</xliff:g> abgebrochen"</string>
     <string name="vcard_import_will_start_message" msgid="7184603116300604514">"<xliff:g id="FILENAME">%s</xliff:g> wird in Kürze importiert."</string>
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Die Datei wird in Kürze importiert."</string>
-    <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Die vCard-Importanfrage wurde abgelehnt. Bitte versuchen Sie es später erneut."</string>
+    <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Die vCard-Importanfrage wurde abgelehnt. Bitte versuche es später erneut."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> wird in Kürze exportiert."</string>
-    <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Die vCard-Exportanfrage wurde abgelehnt. Bitte versuchen Sie es später erneut."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Die Datei wird in Kürze exportiert."</string>
+    <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Die vCard-Exportanfrage wurde abgelehnt. Bitte versuche es später erneut."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"Kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Caching der vCard(s) in lokalen temporären Speicher wird durchgeführt. Der eigentliche Import beginnt gleich."</string>
     <string name="vcard_import_failed" msgid="4105296876768072508">"Importieren der vCard nicht möglich"</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Auf der SD-Karte wurde keine vCard-Datei gefunden."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt per NFC erhalten"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Kontakte exportieren?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard-Datei auswählen"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"vCard-Datei importieren"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Mehrere vCard-Dateien importieren"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Alle vCard-Dateien importieren"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Suche nach vCard-Daten im Speicher…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Suche nach vCard-Daten auf der SD-Karte…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Caching läuft..."</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Der Speicher konnte nicht gelesen werden. (Grund: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Die SD-Karte konnte nicht gelesen werden. (Grund: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> werden importiert: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"In Speicher exportieren"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"In VCF-Datei exportieren"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortieren nach"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Vorname"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nachname"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Namensformat"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Vorname zuerst"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Nachname zuerst"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Standardkonto für neue Kontakte"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Synchronisierungskonto für Kontakt-Metadaten"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Über \"Kontakte\""</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Sichtbare Kontakte teilen"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Die sichtbaren Kontakte konnten nicht geteilt werden."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Kontakte importieren/exportieren"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Kontakte importieren"</string>
     <string name="share_error" msgid="665756457151793108">"Dieser Kontakt kann nicht geteilt werden."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Keine Kontakte zum Teilen vorhanden."</string>
     <string name="menu_search" msgid="7464453023659824700">"Suchen"</string>
-    <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakte zum Anzeigen"</string>
-    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakte zum Anzeigen"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"Angezeigte Kontakte"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Angezeigte Kontakte"</string>
     <string name="custom_list_filter" msgid="582616656313514803">"Ansicht festlegen"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Kontakte suchen"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoriten"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Keine Kontakte"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Keine sichtbaren Kontakte"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Keine Favoriten"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Keine Favoriten"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Keine Kontakte in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"\"Häufig kontaktiert\" löschen"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM-Karte auswählen"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Konten"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Konten verwalten"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importieren/Exportieren"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"über <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> über <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konto"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Diese SIM für alle Anrufe verwenden"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Anrufen mit"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Mit einer Notiz anrufen"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Notiz eingeben, die beim Anrufen gesendet wird..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"Senden &amp; anrufen"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ungelesene Elemente. </item>
+      <item quantity="one"><xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> ungelesenes Element. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Build-Version"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Open-Source-Lizenzen"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Lizenzdetails für Open-Source-Software"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Datenschutzerklärung"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Nutzungsbedingungen"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Open-Source-Lizenzen"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ausgewählt"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> nicht ausgewählt"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Videoanruf starten"</string>
 </resources>
diff --git a/res-common/values-el/strings.xml b/res-common/values-el/strings.xml
index 34d9261..25907b8 100644
--- a/res-common/values-el/strings.xml
+++ b/res-common/values-el/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Το κείμενο αντιγράφηκε"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Αντιγραφή στο πρόχειρο"</string>
     <string name="call_custom" msgid="2786306789889210756">"Κλήση <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Κλήση οικίας"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Κλήση κινητής συσκευής"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Επαφές"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Άλλο"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Κατάλογος"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Κατάλογος εργασίας"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Όλες οι επαφές"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Εγώ"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Αναζήτηση…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Συχνή επικοινωνία"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Προβολή επαφής"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Όλες οι επαφές με αριθμούς τηλεφώνου"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Επαφές προφίλ εργασίας"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Προβολή ενημερώσεων"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Μόνο στο tablet, χωρίς συγχρονισμό"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Μόνο στο τηλέφωνο, χωρίς συγχρονισμό"</string>
@@ -96,9 +99,9 @@
     <string name="name_prefix" msgid="8219879405071462309">"Πρόθεμα ονόματος"</string>
     <string name="name_middle" msgid="3951610314424632183">"Πατρώνυμο"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Επίθημα ονόματος"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"Φωνητική μορφή ονόματος"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"Φωνητικό όνομα"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Φωνητικό όνομα"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Φωνητική μορφή πατρώνυμου"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Φωνητικό πατρώνυμου"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Φωνητικό επώνυμο"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Τηλέφωνο"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Ηλεκτρονικό ταχυδρομείο"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Οργανισμός"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Σχέση"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Ειδικές ημερομηνίες"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Ειδική ημερομηνία"</string>
     <string name="sms" msgid="8086289395154598654">"Μήνυμα κειμένου"</string>
     <string name="postal_address" msgid="7692926530081579786">"Διεύθυνση"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Εταιρεία"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Συζήτηση"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"διαγραφή"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ανάπτυξη ή σύμπτυξη πεδίων ονομάτων"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Ανάπτυξη ή σύμπτυξη πεδίων φωνητικού ονόματος"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Όλες οι επαφές"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Με αστέρι"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Προσαρμογή"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Τέλος"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Ακύρωση"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Επαφές στο <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Επαφές σε προσαρμοσμένη προβολή"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Επαφές σε προσ/νη προβολή"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Μία επαφή"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Δημιουργία επαφής στο λογαριασμό"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Αποθήκευση επαφών που εισήχθησαν σε:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Εισαγωγή από κάρτα SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Εισαγωγή από κάρτα SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Εισαγωγή από κάρτα SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Εισαγωγή από χώρο αποθ."</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Εισαγωγή από αρχείο .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Ακύρωση της εισαγωγής του αρχείου <xliff:g id="FILENAME">%s</xliff:g>;"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Ακύρωση της εξαγωγής του αρχείου <xliff:g id="FILENAME">%s</xliff:g>;"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Αδύνατη ακύρωση εισαγωγής/εξαγωγής vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Δεν ήταν δυνατό το άνοιγμα του αρχείου \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Δεν ήταν δυνατή η έναρξη του προγράμματος εξαγωγής: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Δεν υπάρχει επαφή με δυνατότητα εξαγωγής."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Απενεργοποιήσατε μια απαιτούμενη άδεια."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Προέκυψε κάποιο σφάλμα κατά την εξαγωγή: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Το απαιτούμενο όνομα αρχείου είναι πάρα πολύ μεγάλο (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Υπάρχουν πάρα πολλά αρχεία vCard στο χώρο αποθήκευσης."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Δεν ήταν δυνατή η συλλογή πληροφοριών μεταδεδομένων των καρτών vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Δεν ήταν δυνατή η εισαγωγή ενός ή περισσότερων αρχείων (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Η εξαγωγή του αρχείου <xliff:g id="FILENAME">%s</xliff:g> ολοκληρώθηκε."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Ολοκλήρωση εξαγωγής επαφών."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Η εξαγωγή του αρχείου <xliff:g id="FILENAME">%s</xliff:g> ακυρώθηκε."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Εξαγωγή δεδομένων επαφών"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Γίνεται εξαγωγή των δεδομένων επαφών σας στο αρχείο: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Η έναρξη της vCard δεν ήταν σωστή."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Αδυναμία εξαγωγής"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Δεν έγινε εξαγωγή των δεδομένων επαφής.\nΑιτία: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Δεν βρέθηκε χώρος αποθήκευσης."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Δεν βρέθηκε κάρτα SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Θα γίνει εξαγωγή της λίστας επαφών σας στο αρχείο: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Εισαγωγή <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Αδύνατη η ανάγνωση δεδομένων vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Ακύρωση ανάγνωσης δεδομένων vCard"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Η εισαγωγή του αρχείου θα γίνει σύντομα."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Το αίτημα εισαγωγής vCard απορρίφθηκε. Δοκιμάστε ξανά αργότερα."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Η εξαγωγή του αρχείου <xliff:g id="FILENAME">%s</xliff:g> θα γίνει σύντομα."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Η εξαγωγή του αρχείου θα γίνει σύντομα."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Το αίτημα εξαγωγής vCard απορρίφθηκε. Δοκιμάστε ξανά αργότερα."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"επαφή"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Αλλαγή vCard σε τοπικό χώρο προσωρινής αποθήκευσης. Η εισαγωγή θα ξεκινήσει σύντομα."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Δεν βρέθηκε αρχείο vCard στην κάρτα SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Λήψη επαφής μέσω ΕΚΠ"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Εξαγωγή επαφών;"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Επιλογή αρχείου vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Εισαγωγή ενός αρχείου VCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Εισαγωγή πολλών αρχείων vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Εισαγωγή όλων των αρχείων vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Αναζήτηση δεδομένων vCard στο χώρο αποθήκευσης…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Αναζήτηση για δεδομένα vCard στην κάρτα SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Προσωρινή αποθήκευση"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Δεν ήταν δυνατή η σάρωση του χώρου αποθήκευσης. (Αιτία: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Δεν ήταν δυνατή η σάρωση της κάρτας SD. (Αιτία: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Εισαγωγή <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Εξαγωγή στο χώρο αποθ."</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Εξαγωγή σε αρχείο .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ταξινόμηση κατά"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Όνομα"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Επώνυμο"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Μορφή ονόματος"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Πρώτα το όνομα"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Πρώτα το επώνυμο"</string>
-    <string name="share_visible_contacts" msgid="2150662668080757107">"Κοινή χρήση ορατών επαφών"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Προεπιλεγμένος λογαριασμός για νέες επαφές"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Λογαριασμός συγχρονισμού μεταδεδομένων επαφής"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Σχετικά με τις Επαφές"</string>
+    <string name="share_visible_contacts" msgid="2150662668080757107">"Κοινοποίηση ορατών επαφών"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Η κοινοποίηση των ορατών επαφών απέτυχε."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Εισαγωγή/Εξαγωγή επαφών"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Εισαγωγή επαφών"</string>
     <string name="share_error" msgid="665756457151793108">"Δεν είναι δυνατή η κοινή χρήση αυτής της επαφής."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Δεν υπάρχουν επαφές για κοινή χρήση."</string>
     <string name="menu_search" msgid="7464453023659824700">"Αναζήτηση"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Επαφές για προβολή"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Επαφές για προβολή"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Ορισμός προσαρμοσμένης προβολής"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Προσ/σμένη προβολή"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Εύρεση επαφών"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Αγαπημένα"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Δεν υπάρχουν επαφές."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Δεν υπάρχουν ορατές επαφές."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Δεν υπάρχουν αγαπημένα."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Δεν υπάρχουν αγαπημένα"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Δεν υπάρχουν επαφές στο <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Διαγραφή ατόμ. με συχνή επικ."</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Επιλογή κάρτας SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Λογαριασμοί"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Διαχείριση λογαριασμών"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Εισαγωγή/Εξαγωγή"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"μέσω <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> μέσω <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Λογαριασμός"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Χρήση πάντα για κλήσεις"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Κλήση με"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Κλήση με σημείωση"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Πληκτρολογήστε μια σημείωση για αποστολή με την κλήση…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ΑΠΟΣΤΟΛΗ ΚΑΙ ΚΛΗΣΗ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> μη αναγνωσμένα στοιχεία. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> μη αναγνωσμένο στοιχείο. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Έκδοση build"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Άδειες λογισμικού ανοικτού κώδικα"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Λεπτομέρειες άδειας λογισμικού ανοιχτού κώδικα"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Πολιτική απορρήτου"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Όροι Παροχής Υπηρεσιών"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Άδειες λογισμικού ανοικτού κώδικα"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ελέγχθηκε"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> δεν ελέγχθηκε"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Πραγματοποίηση βιντεοκλήσης"</string>
 </resources>
diff --git a/res-common/values-en-rAU/strings.xml b/res-common/values-en-rAU/strings.xml
index 8c3713e..1fc9b5b 100644
--- a/res-common/values-en-rAU/strings.xml
+++ b/res-common/values-en-rAU/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text copied"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copy to clipboard"</string>
     <string name="call_custom" msgid="2786306789889210756">"Call <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Call home"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Call mobile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contacts"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Other"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directory"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Work Directory"</string>
     <string name="local_search_label" msgid="9094584931063745728">"All contacts"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Me"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Searching…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Frequently contacted"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"View contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"All contacts with phone numbers"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Work Profile contacts"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"View updates"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablet-only, unsynced"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Phone-only, unsynced"</string>
@@ -99,14 +102,14 @@
     <string name="name_phonetic" msgid="2249169131785620210">"Phonetic name"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Phonetic first name"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Phonetic middle name"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Phonetic last name"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Phonetic surname"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Phone"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Email"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Address"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisation"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relationship"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Special dates"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Special date"</string>
     <string name="sms" msgid="8086289395154598654">"Text message"</string>
     <string name="postal_address" msgid="7692926530081579786">"Address"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Company"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"delete"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expand or collapse name fields"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expand or collapse phonetic name fields"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"All contacts"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Starred"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Customise"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contacts in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contacts in customised view"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Single contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Create contact under account"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Save imported contacts to:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Import from SIM card"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Import from SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Import from SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Import from storage"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Import from .vcf file"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancel import of <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancel export of <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Couldn\'t cancel vCard import/export"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Couldn\'t open \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Couldn\'t start the exporter: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"There is no exportable contact."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"You have disabled a required permission."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"An error occurred during export: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Required filename is too long (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Too many vCard files are in the storage."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Couldn\'t collect meta information of given vCard file(s)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"One or more files couldn\'t be imported (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Finished exporting <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Finished exporting contacts."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exporting <xliff:g id="FILENAME">%s</xliff:g> cancelled."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exporting contact data"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Your contact data is being exported to: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"The vCard composer didn\'t start properly."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Couldn\'t export"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"The contact data wasn\'t exported.\nReason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"No storage was found."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"No SD card was found."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Your contact list will be exported to file: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importing <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Couldn\'t read vCard data"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Reading vCard data cancelled"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"The file will be imported shortly."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard import request was rejected. Try again later."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> will be exported shortly."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"The file will be exported shortly."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard export request was rejected. Try again later."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Caching vCard(s) to local temporary storage. The actual import will start soon."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"No vCard file found on the SD card."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contact received over NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Export contacts?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Choose vCard file"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Import one vCard file"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Import multiple vCard files"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Import all vCard files"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Searching for vCard data in storage…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Searching for vCard data on SD card"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Caching"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"The storage couldn\'t be scanned. (Reason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"The SD card couldn\'t be scanned. (Reason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importing <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Export to storage"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Export to .vcf file"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sort by"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"First name"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Surname"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Name format"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"First name first"</string>
-    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Last name first"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Surname first"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Default account for new contacts"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Contact metadata sync account"</string>
+    <string name="setting_about" msgid="3926137653588942297">"About Contacts"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Share visible contacts"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Failed to share visible contacts."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Import/export contacts"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Import contacts"</string>
     <string name="share_error" msgid="665756457151793108">"This contact cannot be shared."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"There are no contacts to share."</string>
     <string name="menu_search" msgid="7464453023659824700">"Search"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contacts to display"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contacts to display"</string>
@@ -240,12 +243,12 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favourites"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"No contacts."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"No visible contacts."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"No favourites."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"No favourites"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"No contacts in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Clear frequents"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Select SIM card"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Accounts"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"Import/export"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Manage Accounts"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Import/Export"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"stop searching"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Account"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Always use this for calls"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Call with"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Call with a note"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Type a note to send with call ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SEND &amp; CALL"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> unread items. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> unread item. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Build version"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Open-source licences"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licence details for open-source software"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privacy Policy"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Terms of Service"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Open-source licences"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> checked"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> not checked"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Place video call"</string>
 </resources>
diff --git a/res-common/values-en-rGB/strings.xml b/res-common/values-en-rGB/strings.xml
index 8c3713e..1fc9b5b 100644
--- a/res-common/values-en-rGB/strings.xml
+++ b/res-common/values-en-rGB/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text copied"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copy to clipboard"</string>
     <string name="call_custom" msgid="2786306789889210756">"Call <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Call home"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Call mobile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contacts"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Other"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directory"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Work Directory"</string>
     <string name="local_search_label" msgid="9094584931063745728">"All contacts"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Me"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Searching…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Frequently contacted"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"View contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"All contacts with phone numbers"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Work Profile contacts"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"View updates"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablet-only, unsynced"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Phone-only, unsynced"</string>
@@ -99,14 +102,14 @@
     <string name="name_phonetic" msgid="2249169131785620210">"Phonetic name"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Phonetic first name"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Phonetic middle name"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Phonetic last name"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Phonetic surname"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Phone"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Email"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Address"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisation"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relationship"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Special dates"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Special date"</string>
     <string name="sms" msgid="8086289395154598654">"Text message"</string>
     <string name="postal_address" msgid="7692926530081579786">"Address"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Company"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"delete"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expand or collapse name fields"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expand or collapse phonetic name fields"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"All contacts"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Starred"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Customise"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contacts in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contacts in customised view"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Single contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Create contact under account"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Save imported contacts to:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Import from SIM card"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Import from SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Import from SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Import from storage"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Import from .vcf file"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancel import of <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancel export of <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Couldn\'t cancel vCard import/export"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Couldn\'t open \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Couldn\'t start the exporter: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"There is no exportable contact."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"You have disabled a required permission."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"An error occurred during export: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Required filename is too long (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Too many vCard files are in the storage."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Couldn\'t collect meta information of given vCard file(s)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"One or more files couldn\'t be imported (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Finished exporting <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Finished exporting contacts."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exporting <xliff:g id="FILENAME">%s</xliff:g> cancelled."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exporting contact data"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Your contact data is being exported to: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"The vCard composer didn\'t start properly."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Couldn\'t export"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"The contact data wasn\'t exported.\nReason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"No storage was found."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"No SD card was found."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Your contact list will be exported to file: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importing <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Couldn\'t read vCard data"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Reading vCard data cancelled"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"The file will be imported shortly."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard import request was rejected. Try again later."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> will be exported shortly."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"The file will be exported shortly."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard export request was rejected. Try again later."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Caching vCard(s) to local temporary storage. The actual import will start soon."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"No vCard file found on the SD card."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contact received over NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Export contacts?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Choose vCard file"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Import one vCard file"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Import multiple vCard files"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Import all vCard files"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Searching for vCard data in storage…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Searching for vCard data on SD card"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Caching"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"The storage couldn\'t be scanned. (Reason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"The SD card couldn\'t be scanned. (Reason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importing <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Export to storage"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Export to .vcf file"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sort by"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"First name"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Surname"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Name format"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"First name first"</string>
-    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Last name first"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Surname first"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Default account for new contacts"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Contact metadata sync account"</string>
+    <string name="setting_about" msgid="3926137653588942297">"About Contacts"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Share visible contacts"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Failed to share visible contacts."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Import/export contacts"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Import contacts"</string>
     <string name="share_error" msgid="665756457151793108">"This contact cannot be shared."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"There are no contacts to share."</string>
     <string name="menu_search" msgid="7464453023659824700">"Search"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contacts to display"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contacts to display"</string>
@@ -240,12 +243,12 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favourites"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"No contacts."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"No visible contacts."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"No favourites."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"No favourites"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"No contacts in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Clear frequents"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Select SIM card"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Accounts"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"Import/export"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Manage Accounts"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Import/Export"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"stop searching"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Account"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Always use this for calls"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Call with"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Call with a note"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Type a note to send with call ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SEND &amp; CALL"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> unread items. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> unread item. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Build version"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Open-source licences"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licence details for open-source software"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privacy Policy"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Terms of Service"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Open-source licences"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> checked"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> not checked"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Place video call"</string>
 </resources>
diff --git a/res-common/values-en-rIN/strings.xml b/res-common/values-en-rIN/strings.xml
index 8c3713e..1fc9b5b 100644
--- a/res-common/values-en-rIN/strings.xml
+++ b/res-common/values-en-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text copied"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copy to clipboard"</string>
     <string name="call_custom" msgid="2786306789889210756">"Call <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Call home"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Call mobile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contacts"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Other"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directory"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Work Directory"</string>
     <string name="local_search_label" msgid="9094584931063745728">"All contacts"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Me"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Searching…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Frequently contacted"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"View contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"All contacts with phone numbers"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Work Profile contacts"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"View updates"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablet-only, unsynced"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Phone-only, unsynced"</string>
@@ -99,14 +102,14 @@
     <string name="name_phonetic" msgid="2249169131785620210">"Phonetic name"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Phonetic first name"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Phonetic middle name"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Phonetic last name"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Phonetic surname"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Phone"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Email"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Address"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisation"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relationship"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Special dates"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Special date"</string>
     <string name="sms" msgid="8086289395154598654">"Text message"</string>
     <string name="postal_address" msgid="7692926530081579786">"Address"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Company"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"delete"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expand or collapse name fields"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expand or collapse phonetic name fields"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"All contacts"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Starred"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Customise"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contacts in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contacts in customised view"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Single contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Create contact under account"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Save imported contacts to:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Import from SIM card"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Import from SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Import from SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Import from storage"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Import from .vcf file"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancel import of <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancel export of <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Couldn\'t cancel vCard import/export"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Couldn\'t open \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Couldn\'t start the exporter: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"There is no exportable contact."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"You have disabled a required permission."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"An error occurred during export: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Required filename is too long (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Too many vCard files are in the storage."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Couldn\'t collect meta information of given vCard file(s)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"One or more files couldn\'t be imported (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Finished exporting <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Finished exporting contacts."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exporting <xliff:g id="FILENAME">%s</xliff:g> cancelled."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exporting contact data"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Your contact data is being exported to: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"The vCard composer didn\'t start properly."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Couldn\'t export"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"The contact data wasn\'t exported.\nReason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"No storage was found."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"No SD card was found."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Your contact list will be exported to file: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importing <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Couldn\'t read vCard data"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Reading vCard data cancelled"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"The file will be imported shortly."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard import request was rejected. Try again later."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> will be exported shortly."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"The file will be exported shortly."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard export request was rejected. Try again later."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Caching vCard(s) to local temporary storage. The actual import will start soon."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"No vCard file found on the SD card."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contact received over NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Export contacts?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Choose vCard file"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Import one vCard file"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Import multiple vCard files"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Import all vCard files"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Searching for vCard data in storage…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Searching for vCard data on SD card"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Caching"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"The storage couldn\'t be scanned. (Reason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"The SD card couldn\'t be scanned. (Reason: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importing <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Export to storage"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Export to .vcf file"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sort by"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"First name"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Surname"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Name format"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"First name first"</string>
-    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Last name first"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Surname first"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Default account for new contacts"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Contact metadata sync account"</string>
+    <string name="setting_about" msgid="3926137653588942297">"About Contacts"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Share visible contacts"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Failed to share visible contacts."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Import/export contacts"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Import contacts"</string>
     <string name="share_error" msgid="665756457151793108">"This contact cannot be shared."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"There are no contacts to share."</string>
     <string name="menu_search" msgid="7464453023659824700">"Search"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contacts to display"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contacts to display"</string>
@@ -240,12 +243,12 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favourites"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"No contacts."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"No visible contacts."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"No favourites."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"No favourites"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"No contacts in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Clear frequents"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Select SIM card"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Accounts"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"Import/export"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Manage Accounts"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Import/Export"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"stop searching"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Account"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Always use this for calls"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Call with"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Call with a note"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Type a note to send with call ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SEND &amp; CALL"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> unread items. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> unread item. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Build version"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Open-source licences"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licence details for open-source software"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privacy Policy"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Terms of Service"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Open-source licences"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> checked"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> not checked"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Place video call"</string>
 </resources>
diff --git a/res-common/values-es-rUS/strings.xml b/res-common/values-es-rUS/strings.xml
index 6cf0f06..f84cad4 100644
--- a/res-common/values-es-rUS/strings.xml
+++ b/res-common/values-es-rUS/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Se copió el texto."</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiar en el portapapeles"</string>
     <string name="call_custom" msgid="2786306789889210756">"Llamar a <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Llamar a casa"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Llamar al móvil"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contactos"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Otro"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directorio"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Directorio de trabajo"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Todos los contactos"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Yo"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Buscando…"</string>
@@ -85,28 +87,29 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contactados con frecuencia"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Ver contacto"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Todos los contactos con número de teléfono"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contactos del perfil de trabajo"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ver actualizaciones"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Sólo en tablet, sin sincronizar"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Solo en el teléfono, no sincronizado"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Contacto no sincronizado"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Nombre"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Apodo"</string>
     <string name="full_name" msgid="885420216812981202">"Nombre"</string>
     <string name="name_given" msgid="4153709115654909377">"Nombre"</string>
     <string name="name_family" msgid="5317387657540738981">"Apellido"</string>
-    <string name="name_prefix" msgid="8219879405071462309">"Prefijo del nombre"</string>
+    <string name="name_prefix" msgid="8219879405071462309">"Tratamiento"</string>
     <string name="name_middle" msgid="3951610314424632183">"Segundo nombre"</string>
-    <string name="name_suffix" msgid="5436984808550075931">"Sufijo del nombre"</string>
+    <string name="name_suffix" msgid="5436984808550075931">"Título académico o profesional"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Nombre fonético"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"Trascripción fonética del nombre"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Nombre fonético"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Segundo nombre fonético"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Trascripción fonética del apellido"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Apellido fonético"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Teléfono"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Dirección de correo"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Dirección"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"MI"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organización"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relación"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Fechas especiales"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Fecha especial"</string>
     <string name="sms" msgid="8086289395154598654">"Mensaje de texto"</string>
     <string name="postal_address" msgid="7692926530081579786">"Dirección"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatear"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"eliminar"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expandir o contraer campos de nombre"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expandir o contraer campos de nombre fonético"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Todos los contactos"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Destacados"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizar"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contactos en <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contactos en vista personalizada"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contacto único"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Crear contacto en la cuenta"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Guardar los contactos que se importaron en:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importar desde tarjeta SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importar desde SIM <xliff:g id="SIM_NAME">^1</xliff:g> (<xliff:g id="SIM_NUMBER">^2</xliff:g>)"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importar desde SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importar desde almac."</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importar desde el archivo .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"¿Deseas cancelar la importación de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"¿Deseas cancelar la exportación de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"No se canceló impor./expor. de vCard."</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"No se pudo abrir el archivo \"<xliff:g id="FILE_NAME">%s</xliff:g>\" (<xliff:g id="EXACT_REASON">%s</xliff:g>)."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"No se pudo iniciar el exportador (\"<xliff:g id="EXACT_REASON">%s</xliff:g>\")."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"No hay contactos para exportar."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Inhabilitaste un permiso necesario."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Se produjo un error durante la exportación (\"<xliff:g id="EXACT_REASON">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"El nombre de archivo obligatorio es demasiado largo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Hay demasiados archivos vCard en el almacenamiento."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"No se pudieron recopilar los metadatos de los archivos vCard proporcionados."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"No se pudieron importar uno o más archivos (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportación de <xliff:g id="FILENAME">%s</xliff:g> finalizada"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Finalizó la exportación de contactos"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Se canceló la exportación de <xliff:g id="FILENAME">%s</xliff:g>"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportando datos de contacto"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Los datos de tu contacto se están exportando a <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"El compositor de la vCard no se inició correctamente."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"No se pudo exportar"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"No se exportaron los datos del contacto.\nMotivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"No se encontró almacenamiento."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"No se encontró una tarjeta SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Tu lista de contactos se exportará al archivo <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importando <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"No se pudieron leer los datos de vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Se canceló la lectura de datos de vCard"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"El archivo se importará en breve."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Se rechazó la solicitud de importación de vCard. Vuelve a intentarlo más tarde."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> se exportará en breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"El archivo se exportará en breve."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Se rechazó la solicitud de exportación de vCard. Vuelve a intentarlo más tarde."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contactar"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Almacenando vCard(s) en caché local temporal. La importación comenzará pronto."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"No se encontró ningún archivo vCard en la Tarjeta SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Se recibió el contacto por NFC."</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"¿Exportar contactos?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Seleccionar archivo vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importar un archivo vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importar múltiples archivos vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importar todos los archivos vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Buscando datos de vCard en el almacenamiento…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Buscando datos de vCard en la tarjeta SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Almacenando en caché"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"No se pudo examinar el almacenamiento (motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")."</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"No se pudo examinar la tarjeta SD (motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")."</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importando <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportar a almacenamiento"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportar al archivo .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordenar por"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nombre"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Apellido"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato del nombre"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Nombre primero"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Apellido primero"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Cuenta predeterminada para los contactos nuevos"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Cuenta de sincronización de metadatos de contacto"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Acerca de los Contactos"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Compartir contactos visibles"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Se produjo un error al compartir los contactos visibles."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importar/exportar contactos"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importar contactos"</string>
     <string name="share_error" msgid="665756457151793108">"No es posible compartir este contacto."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"No hay contactos para compartir."</string>
     <string name="menu_search" msgid="7464453023659824700">"Buscar"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contactos para mostrar"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contactos para mostrar"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritos"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"No hay contactos."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"No hay contactos visibles."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"No hay favoritos."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"No hay favoritos"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"No hay contactos en <xliff:g id="NAME">%s</xliff:g>."</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Borrar contactos frecuentes"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Seleccionar tarjeta SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Cuentas"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Administrar tus cuentas"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importar/exportar"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"a través de <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> a través de <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Cuenta"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Usar siempre para llamadas"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Llamar con"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Llamada con una nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escribe una nota para enviar con la llamada…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIAR Y LLAMAR"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> elementos no leídos. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> elemento no leído. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versión de la compilación"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licencias de código abierto"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalles de la licencia de software de código abierto"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de privacidad"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Condiciones del servicio"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licencias de código abierto"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> está marcado"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> no está marcado"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Hacer una videollamada"</string>
 </resources>
diff --git a/res-common/values-es/strings.xml b/res-common/values-es/strings.xml
index 731d201..09cd7d5 100644
--- a/res-common/values-es/strings.xml
+++ b/res-common/values-es/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texto copiado"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiar en el portapapeles"</string>
     <string name="call_custom" msgid="2786306789889210756">"Llamar a <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Llamar a casa"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Llamar al móvil"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contactos"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Otros"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directorio"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Directorio de trabajo"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Todos los contactos"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Yo"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Buscando..."</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contactos frecuentes"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Ver contacto"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Todos los contactos con número"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contactos del perfil de trabajo"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ver actualizaciones"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Solo en el tablet (sin sincronizar)"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Solo en el teléfono, no sincronizado"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Solo en teléfono, no sincronizar"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Nombre"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Apodo"</string>
     <string name="full_name" msgid="885420216812981202">"Nombre"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organización"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relación"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Fechas especiales"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Fecha especial"</string>
     <string name="sms" msgid="8086289395154598654">"Mensaje de texto"</string>
     <string name="postal_address" msgid="7692926530081579786">"Dirección"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Nombre"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Cargo"</string>
     <string name="label_notes" msgid="3997277594846722699">"Notas"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Sitio web"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"eliminar"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ampliar o contraer campos de nombre"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Mostrar u ocultar campos de nombre fonéticos"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Todos los contactos"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Destacados"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizar"</string>
@@ -152,18 +156,18 @@
     <string name="menu_sync_remove" msgid="6581565236520430269">"Eliminar grupo de sincronización"</string>
     <string name="dialog_sync_add" msgid="1795682729089027675">"Añadir grupo de sincronización"</string>
     <string name="display_more_groups" msgid="6304997485733158224">"Más grupos…"</string>
-    <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"Si eliminas \"<xliff:g id="GROUP">%s</xliff:g>\" de las sincronización, también se eliminarán todos los contactos no agrupados."</string>
+    <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"Si quitas \"<xliff:g id="GROUP">%s</xliff:g>\" de las sincronización, también se quitarán todos los contactos no agrupados."</string>
     <string name="savingDisplayGroups" msgid="6863012138107446030">"Guardando opciones de visualización…"</string>
     <string name="menu_done" msgid="32470053723443112">"Listo"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Cancelar"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contactos en <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contactos en vista personalizada"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contacto único"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Crear contacto en la cuenta"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Guardar contactos importados en:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importar contactos de la tarjeta SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importar de SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importar de SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importar de almacenamiento"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importar de archivo .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"¿Quieres cancelar la importación de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"¿Quieres cancelar la exportación de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Error al cancelar la importación/exportación de vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"No se ha podido abrir el archivo \"<xliff:g id="FILE_NAME">%s</xliff:g>\" (<xliff:g id="EXACT_REASON">%s</xliff:g>)."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"No se ha podido iniciar el exportador (\"<xliff:g id="EXACT_REASON">%s</xliff:g>\")."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"No hay contactos que exportar."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Has inhabilitado un permiso necesario."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Se ha producido un error durante la exportación (\"<xliff:g id="EXACT_REASON">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"El nombre de archivo obligatorio es demasiado largo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Hay demasiados archivos vCard en el almacenamiento."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"No se han podido recuperar los metadatos de los archivos vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"No se ha podido importar uno o más archivos (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportación de <xliff:g id="FILENAME">%s</xliff:g> finalizada"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Los contactos se han exportado."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Se ha cancelado la exportación de <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportando datos de contacto..."</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Se están exportando tus datos de contactos a <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"El redactor de vCard no se ha iniciado correctamente."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Error al exportar"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"No se han exportado los datos de contacto(\nmotivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")."</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"No hay ningún almacenamiento."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"No se ha detectado ninguna tarjeta SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Tu lista de contactos se exportará al archivo <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importando <xliff:g id="NAME">%s</xliff:g>..."</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Error al leer los datos de vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lectura de datos de vCard cancelada"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"El archivo se importará en breve."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Se ha rechazado la solicitud de importación de vCard. Inténtalo de nuevo más tarde."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> se exportará en breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"El archivo se exportará en breve."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Se ha rechazado la solicitud de exportación de vCard. Inténtalo de nuevo más tarde."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contacto"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Se están almacenando los archivos vCard en la caché. La importación empezará pronto."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"No se han encontrado archivos vCard en la tarjeta SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contacto recibido por NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"¿Exportar contactos?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Seleccionar archivo vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importar un archivo de vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importar varios archivos de vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importar todos los archivos de vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Buscando datos de vCard en el almacenamiento..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Buscando datos de vCard en la tarjeta SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Almacenando en caché..."</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"No se ha podido analizar el almacenamiento (motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")."</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"No se ha podido analizar la tarjeta SD (motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")."</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importando <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportar a almacenamiento"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportar a archivo .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordenar por"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nombre"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Apellido"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato del nombre"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Nombre primero"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Apellido primero"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Cuenta predeterminada para nuevos contactos"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Cuenta de sincronización de metadatos de contactos"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Información sobre Contactos"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Compartir contactos visibles"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"No ha sido posible compartir los contactos visibles."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importar/exportar contactos"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importar contactos"</string>
-    <string name="share_error" msgid="665756457151793108">"No se puede compartir este contacto."</string>
+    <string name="share_error" msgid="665756457151793108">"Este contacto no se puede compartir."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"No hay contactos que compartir."</string>
     <string name="menu_search" msgid="7464453023659824700">"Buscar"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contactos que mostrar"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contactos que mostrar"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definición de vista personalizada"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Definir vista personalizada"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Buscar contactos"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritos"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"No hay ningún contacto."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"No hay contactos visibles."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"No hay favoritos."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"No hay favoritos"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ningún contacto en <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Borrar frecuentes"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Seleccionar tarjeta SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Cuentas"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Administrar cuentas"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importar/exportar"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"a través de <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> a través de <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Cuenta"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Usar siempre esta para llamadas"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Llamar con"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Llamada con una nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escribe una nota para enviarla con la llamada..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIAR Y LLAMAR"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> elementos no leídos. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> elemento no leído. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versión de compilación"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licencias de software libre"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalles de las licencias de software libre"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de Privacidad"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Condiciones de Servicio"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licencias de software libre"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Se ha seleccionado <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"No se ha seleccionado <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Hacer videollamada"</string>
 </resources>
diff --git a/res-common/values-et-rEE/strings.xml b/res-common/values-et-rEE/strings.xml
index 9afe3db..3cf1df8 100644
--- a/res-common/values-et-rEE/strings.xml
+++ b/res-common/values-et-rEE/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Tekst on kopeeritud"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopeeri lõikelauale"</string>
     <string name="call_custom" msgid="2786306789889210756">"Helista numbrile <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Helista kodutelefoninumbrile"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Helista mobiilinumbrile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktid"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Muu"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Kataloog"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Töökontaktide kataloog"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Kõik kontaktid"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Mina"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Otsimine ..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Sageli valitud kontaktisikud"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Vaadake kontakti"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Kõik telefoninumbritega kontaktid"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Tööprofiili kontaktid"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Kuva värskendused"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Ainult tahvelarvuti, sünkroonimata"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Ainult telefon, sünkroonimata"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisatsioon"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Suhe"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Kindlad kuupäevad"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Erikuupäev"</string>
     <string name="sms" msgid="8086289395154598654">"Tekstisõnum"</string>
     <string name="postal_address" msgid="7692926530081579786">"Aadress"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Ettevõte"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Vestlus"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"kustutamine"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Nimeväljade laiendamine või ahendamine"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Foneetiliste nimede väljade laiendamine või ahendamine"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Kõik kontaktid"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Tärniga tähistatud"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Kohanda"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Konto <xliff:g id="NAME">%s</xliff:g> kontaktid"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontaktid kohandatud vaates"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Üks kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Loo konto all kontakt"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Salvestage imporditud kontaktid kontole:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Impordi SIM-kaardilt"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importimine SIM-kaardilt <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importimine SIM-kaardilt <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Impordi mäluseadmest"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importimine VCF-failist"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Kas tühistada faili <xliff:g id="FILENAME">%s</xliff:g> importimine?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Kas tühistada faili <xliff:g id="FILENAME">%s</xliff:g> eksportimine?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCardi impordi/ekspordi tühist. ebaõnn."</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Faili „<xliff:g id="FILE_NAME">%s</xliff:g>” ei saa avada: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Eksportijat ei saa käivitada: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Eksporditavad kontaktid puuduvad."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Olete nõutud loa keelanud."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Viga eksportimisel: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Kohustuslik failinimi on liiga pikk („<xliff:g id="FILENAME">%s</xliff:g>”)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Mälus on liiga palju vCardi faile."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"vCardi faili(de) metaandmete kogumine ebaõnnestus."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Vähemalt ühe faili importimine ebaõnnestus (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Faili <xliff:g id="FILENAME">%s</xliff:g> eksportimine on lõpetatud."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontaktide eksportimine on lõpetatud."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Faili <xliff:g id="FILENAME">%s</xliff:g> eksportimine tühistati."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontaktandmete eksportimine"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Teie kontaktandmed eksporditakse faili: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCardi helilooja ei käivitunud korralikult."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Eksport ebaõnnestus"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontaktandmeid ei eksporditud.\nPõhjus: „<xliff:g id="FAIL_REASON">%s</xliff:g>”"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Mäluruumi ei leitud."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD-kaarti ei leitud."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Teie kontaktide loend eksporditakse faili: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importimine: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCardi andmete lugemine ebaõnnestus"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCardi andmete lugemine tühistati"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Fail imporditakse peagi."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCardi importimistaotlus lükati tagasi. Proovige hiljem uuesti."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Fail <xliff:g id="FILENAME">%s</xliff:g> eksporditakse peagi."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Fail eksporditakse peagi."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCardi eksportimistaotlus lükati tagasi. Proovige hiljem uuesti."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCardi(de) vahemälustamine kohalikku ajutisse mäluruumi. Tegelik importimine algab peagi."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD-kaardilt ei leitud vCardi faili."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt saadud NFC kaudu"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Eksportida kontakt?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Valige vCardi fail"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Impordi üks vCardi fail"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Impordi mitu vCardi faili"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Impordi kõik vCardi failid"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Mäluruumist vCardi andmete otsimine ..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD-kaardilt vCardi andmete otsimine ..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Vahemällu salvestamine"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Mäluruumi ei saa skannida. (Põhjus: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD-kaarti ei saa skannida. (Põhjus: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importimine: <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> – <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Ekspordi mäluseadmesse"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksportimine VCF-faili"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortimisalus:"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Eesnimi"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Perekonnanimi"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Nimevorming"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Eesnimi enne"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Perekonnanimi enne"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Vaikekonto uute kontaktide jaoks"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontakti metaandmete sünkroonimise konto"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Teave rakenduse Kontaktid kohta"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Jaga nähtavaid kontakte"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nähtavate kontaktide jagamine ebaõnnestus."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Kontaktide import/eksport"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Impordi kontaktid"</string>
     <string name="share_error" msgid="665756457151793108">"Seda kontakti ei saa jagada."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Jagamiseks ei ole ühtki kontakti."</string>
     <string name="menu_search" msgid="7464453023659824700">"Otsing"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kuvatavad kontaktisikud"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kuvatavad kontaktisikud"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Lemmikud"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Kontaktid puuduvad."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nähtavaid kontakte pole."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Lemmikuid pole."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Lemmikuid pole"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Grupis <xliff:g id="NAME">%s</xliff:g> pole kontakte"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Sagedaste kustutamine"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM-kaardi valimine"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Kontod"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Kontode haldamine"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Impordi/ekspordi"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"allika <xliff:g id="SOURCE">%1$s</xliff:g> kaudu"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> allika <xliff:g id="SOURCE">%2$s</xliff:g> kaudu"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konto"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Kasuta helistamiseks alati seda"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Helistamine kontoga"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Kõne koos märkusega"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Sisestage märkus, mis koos kõnega saata ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SAADA JA HELISTA"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> lugemata üksust. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> lugemata üksus. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Järguversioon"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Avatud lähtekoodiga litsentsid"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Avatud lähtekoodiga tarkvara litsentsi üksikasjad"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privaatsuseeskirjad"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Teenusetingimused"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Avatud lähtekoodi litsentsid"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Üksus <xliff:g id="ACCOUNT_INFO">%s</xliff:g> on märgitud"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Üksus <xliff:g id="ACCOUNT_INFO">%s</xliff:g> pole märgitud"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Videokõne tegemine"</string>
 </resources>
diff --git a/res-common/values-eu-rES/strings.xml b/res-common/values-eu-rES/strings.xml
index bed6e76..484668a 100644
--- a/res-common/values-eu-rES/strings.xml
+++ b/res-common/values-eu-rES/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Testua kopiatu da"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiatu arbelean"</string>
     <string name="call_custom" msgid="2786306789889210756">"Deitu <xliff:g id="CUSTOM">%s</xliff:g> zenbakira"</string>
     <string name="call_home" msgid="1479549630992276827">"Deitu etxera"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Deitu mugikorrera"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktuak"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Beste bat"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktorioa"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Laneko kontaktuak"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Kontaktu guztiak"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ni"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Bilatzen…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Sarri kontaktatutakoak"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Ikusi kontaktua"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Telefono-zenbakiak dituzten kontaktu guztiak"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Laneko profileko kontaktuak"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ikusi berritasunak"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tabletan soilik, sinkronizatu gabe"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Telefonoan soilik, sinkronizatu gabe"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Erakundea"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Harremana"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Data bereziak"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data berezia"</string>
     <string name="sms" msgid="8086289395154598654">"Testu-mezua"</string>
     <string name="postal_address" msgid="7692926530081579786">"Helbidea"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Enpresa"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Txateatu"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ezabatu"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Zabaldu edo tolestu izenen eremuak"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Zabaldu edo tolestu izen fonetikoen eremuak"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Kontaktu guztiak"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Izardunak"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Pertsonalizatu"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontu honetako kontaktuak: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Ikuspegi pertsonalizatuko kontaktuak"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Kontaktu bakarra"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Sortu kontaktua kontu baten barruan"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Gorde inportatutako kontaktuak hemen:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Inportatu SIM txarteletik"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Inportatu SIM honetatik: <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Inportatu SIM honetatik: <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Inportatu memoriatik"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Inportatu .vcf fitxategitik"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> fitxategiaren inportazioa utzi?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> fitxategiaren esportazioa utzi?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Ezin da vCard inportazioa/esportazioa utzi"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Ezin izan da \"<xliff:g id="FILE_NAME">%s</xliff:g>\" ireki. Arrazoia: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Ezin izan da esportatzailea hasi. Arrazoia: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Ez dago esporta daitekeen kontakturik."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Desgaitu egin duzu beharrezko baimena."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Errore bat gertatu da esportatu bitartean. Arrazoia: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Beharrezko fitxategi-izena luzeegia (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"VCard fitxategi gehiegi daude memorian."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Ezin izan da emandako vCard txartelaren fitxategien meta-informazioa bildu."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Ezin izan da fitxategi bat edo gehiago inportatu (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Amaitu <xliff:g id="FILENAME">%s</xliff:g> esportatzen."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Esportatu dira kontaktuak."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> fitxategia esportatzeari utzi zaio."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontaktatzeko datuak esportatzen"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Zurekin kontaktatzeko datuak fitxategi honetara esportatzen ari dira: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard txartelen idazlea ez da behar bezala hasi."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Ezin da esportatu"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Ez dira kontaktuaren datuak esportatu.\nArrazoia: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Ez da memoriarik aurkitu."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Ez da SD txartelik aurkitu."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Zure kontaktuen zerrenda fitxategi honetara esportatuko da: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> inportatzen"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Ezin izan dira vCard datuak irakurri"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard datuen irakurketa utzi da"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Fitxategia laster inportatuko da."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard fitxategia inportatzeko eskaera ukatu da. Saiatu geroago."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> fitxategia laster esportatuko da."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Laster esportatuko da fitxategia."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard fitxategia esportatzeko eskaera ukatu da. Saiatu berriro geroago."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontaktua"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard-ak aldi baterako biltegi lokalaren cachean gordetzen ari dira. Inportazioa bera laster hasiko da."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Ez da vCard fitxategirik aurkitu SD memorian."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC bidez jasotako kontaktua"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Kontaktuak esportatu?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Aukeratu vCard fitxategia"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Inportatu vCard fitxategi bat"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Inportatu vCard fitxategi bat baino gehiago"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Inportatu vCard fitxategi guztiak"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"vCard datuak memorian bilatzen…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"vCard datuak SD txartelean bilatzen…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Cachean gordetzen"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Ezin izan da memorian bilatu. (Arrazoia: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Ezin izan da SD txartelean bilatu. (Arrazoia: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> inportatzen: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Esportatu memoriara"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Esportatu .vcf fitxategira"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordenatzeko irizpidea"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Izena"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Abizena"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Izenaren formatua"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Izena lehenengo"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Abizena lehenengo"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Kontaktu berriak gordetzeko kontu lehenetsia"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontaktuen metadatuen sinkronizazio-kontua"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Kontaktuak zerbitzuari buruz"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Partekatu ikusgai dauden kontaktuak"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Ezin izan dira partekatu ikusgai dauden kontaktuak."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Inportatu edo esportatu kontaktuak"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Inportatu kontaktuak"</string>
     <string name="share_error" msgid="665756457151793108">"Ezin da kontaktua partekatu."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Ez dago parteka daitekeen kontakturik."</string>
     <string name="menu_search" msgid="7464453023659824700">"Bilatu"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Bistaratzeko kontaktuak"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Bistaratzeko kontaktuak"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Gogokoak"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ez dago kontakturik."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ez dago ikusgai dagoen kontakturik."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ez dago gogokorik."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Ez dago gogokorik"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ez dago kontakturik hemen: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Garbitu sarri erabilitakoak"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Hautatu SIM txartela"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Kontuak"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Kudeatu kontuak"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Inportatu/esportatu"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> bidez"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>, <xliff:g id="SOURCE">%2$s</xliff:g> bidez"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Kontua"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Erabili beti hau deietarako"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Deitu kontu honekin:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Egin deia oharrarekin"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Idatzi deiarekin batera bidali beharreko oharra…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"BIDALI ETA DEITU"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. Irakurri gabeko <xliff:g id="COUNT_3">%2$d</xliff:g> elementu. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. Irakurri gabeko <xliff:g id="COUNT_1">%2$d</xliff:g> elementu. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Konpilazioaren bertsioa"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Kode irekiko lizentziak"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Kode irekiko softwarerako lizentziaren xehetasunak"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Pribatutasun-gidalerroak"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Zerbitzu-baldintzak"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Kode irekiko lizentziak"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> hautatuta"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> hautatu gabe"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Egin bideo-deia"</string>
 </resources>
diff --git a/res-common/values-fa/strings.xml b/res-common/values-fa/strings.xml
index 05318eb..5bd5bcb 100644
--- a/res-common/values-fa/strings.xml
+++ b/res-common/values-fa/strings.xml
@@ -18,13 +18,14 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"نوشتار کپی شد"</string>
+    <string name="copy_text" msgid="3424081789297978355">"کپی در بریده‌دان"</string>
     <string name="call_custom" msgid="2786306789889210756">"تماس با <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"تماس با منزل"</string>
     <string name="call_mobile" msgid="8618334085824709009">"تماس با تلفن همراه"</string>
     <string name="call_work" msgid="8299062439076337075">"تماس با محل کار"</string>
     <string name="call_fax_work" msgid="3770754834467992571">"تماس با نمابر محل کار"</string>
     <string name="call_fax_home" msgid="6219051113573396065">"تماس با نمابر منزل"</string>
-    <string name="call_pager" msgid="3038080882899955112">"تماس با پیجر"</string>
+    <string name="call_pager" msgid="3038080882899955112">"تماس با پی‌جو"</string>
     <string name="call_other" msgid="4472141328347894937">"تماس"</string>
     <string name="call_callback" msgid="687494744634190411">"تماس با شماره بازگرداندن تماس"</string>
     <string name="call_car" msgid="9078083109758282133">"تماس با تلفن خودرو"</string>
@@ -36,7 +37,7 @@
     <string name="call_telex" msgid="2909886619224843563">"تماس با تلکس"</string>
     <string name="call_tty_tdd" msgid="6704940636171078852">"‏تماس با TTY/TDD"</string>
     <string name="call_work_mobile" msgid="4408630608955148641">"تماس با تلفن همراه محل کار"</string>
-    <string name="call_work_pager" msgid="3036932765279753793">"تماس با پیجر محل کار"</string>
+    <string name="call_work_pager" msgid="3036932765279753793">"تماس با پی‌جوی محل کار"</string>
     <string name="call_assistant" msgid="5188990854852312696">"تماس با <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="call_mms" msgid="8998771923464696960">"‏تماس با MMS"</string>
     <string name="sms_custom" msgid="4601748252470175865">"ارسال پیامک به <xliff:g id="CUSTOM">%s</xliff:g>"</string>
@@ -45,7 +46,7 @@
     <string name="sms_work" msgid="3910570578912367742">"ارسال پیامک به محل کار"</string>
     <string name="sms_fax_work" msgid="909086167151248212">"ارسال پیامک به نمابر محل کار"</string>
     <string name="sms_fax_home" msgid="4145442497939634875">"ارسال پیامک به نمابر منزل"</string>
-    <string name="sms_pager" msgid="5664381349583724906">"ارسال پیامک به پیجر"</string>
+    <string name="sms_pager" msgid="5664381349583724906">"ارسال پیامک به پی‌جو"</string>
     <string name="sms_other" msgid="910895193552957097">"ارسال پیامک"</string>
     <string name="sms_callback" msgid="728414485478941361">"ارسال پیامک به شماره برگرداندن تماس"</string>
     <string name="sms_car" msgid="8543669230270954512">"ارسال پیامک به تلفن خودرو"</string>
@@ -57,19 +58,20 @@
     <string name="sms_telex" msgid="5469333785775443999">"ارسال پیامک به تلکس"</string>
     <string name="sms_tty_tdd" msgid="5057886576150816002">"‏ارسال پیامک به TTY/TDD"</string>
     <string name="sms_work_mobile" msgid="8426872094268475047">"ارسال پیامک به تلفن همراه محل کار"</string>
-    <string name="sms_work_pager" msgid="499303540738557836">"ارسال پیامک به پیجر محل کار"</string>
+    <string name="sms_work_pager" msgid="499303540738557836">"ارسال پیامک به پی‌جوی محل کار"</string>
     <string name="sms_assistant" msgid="2677586547377136683">"ارسال پیامک به <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
-    <string name="sms_mms" msgid="4887206338311086612">"‏ارسال پیامک به MMS"</string>
+    <string name="sms_mms" msgid="4887206338311086612">"ارسال پیامک به خدمات پیام چندرسانه‌ای"</string>
     <string name="description_video_call" msgid="4907306403398614909">"برقراری تماس ویدیویی"</string>
-    <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"لیست تماس مکرر پاک شود؟"</string>
-    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"با این کار، فهرست افرادی را که بیشتر با آن‌ها تماس گرفته‌اید، در برنامه‌های «مخاطبین» و «تلفن» پاک می‌کنید و برنامه‌های ایمیل را وادار می‌کنید تنظیمات ترجیحی مخاطبین شما را از اول یاد بگیرند."</string>
-    <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"در حال پاک کردن لیست تماس مکرر…"</string>
+    <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"فهرست مکرر تماس‌گرفته‌شده پاک شود؟"</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"فهرست افرادی را که مکرر با آن‌ها تماس گرفته‌اید در برنامه‌های «مخاطبین» و «تلفن» پاک خواهید کرد و برنامه‌های ایمیل مجبور می‌شوند که تنظیمات برگزیده آدرس‌دهی شما را از اول یاد بگیرند."</string>
+    <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"درحال پاک کردن مکرر تماس‌گرفته‌شده…"</string>
     <string name="status_available" msgid="4832569677396634846">"در دسترس"</string>
     <string name="status_away" msgid="6267905184545881094">"غایب"</string>
     <string name="status_busy" msgid="7111912905211403545">"مشغول"</string>
     <string name="contactsList" msgid="7140022347217602605">"مخاطبین"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"موارد دیگر"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"فهرست"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"فهرست راهنمای مخاطب کاری"</string>
     <string name="local_search_label" msgid="9094584931063745728">"همه مخاطبین"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"من"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"درحال جستجو..."</string>
@@ -82,9 +84,10 @@
     <string name="description_quick_contact_for" msgid="6355240770807101947">"تماس سریع برای <xliff:g id="NAME">%1$s</xliff:g>"</string>
     <string name="missing_name" msgid="2633118852693000081">"(بدون نام)"</string>
     <string name="favoritesFrequentCalled" msgid="6600127125011757687">"بیشتر تماس‌ گرفته شده"</string>
-    <string name="favoritesFrequentContacted" msgid="2849493314447751970">"بیشتر ارتباط برقرار شده"</string>
+    <string name="favoritesFrequentContacted" msgid="2849493314447751970">"مکرر تماس‌گرفته‌شده"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"مشاهده مخاطب"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"همه مخاطبین دارای شماره تلفن"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"مخاطبین نمایه کاری"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"مشاهده به‌روزرسانی‌ها"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"فقط رایانهٔ لوحی، همگام‌سازی نشده"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"فقط تلفن، همگام‌سازی نشده"</string>
@@ -103,10 +106,10 @@
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"تلفن"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"ایمیل"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"آدرس"</string>
-    <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
+    <string name="imLabelsGroup" msgid="8733603247535725786">"پیام فوری"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"سازمان"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"نسبت"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"تاریخ‌های ویژه"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"تاریخ ویژه"</string>
     <string name="sms" msgid="8086289395154598654">"پیامک"</string>
     <string name="postal_address" msgid="7692926530081579786">"آدرس"</string>
     <string name="ghostData_company" msgid="22470841482615409">"شرکت"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"گپ"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"حذف"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"بزرگ یا کوچک کردن قسمت‌های نام"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"بزرگ یا کوچک کردن فیلدهای نام آوایی"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"همه مخاطبین"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ستاره دار"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"سفارشی کردن"</string>
@@ -154,16 +158,16 @@
     <string name="display_more_groups" msgid="6304997485733158224">"گروه‌های بیشتر..."</string>
     <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"حذف «<xliff:g id="GROUP">%s</xliff:g>» از همگام‌سازی نیز هر گونه مخاطب گروه‌بندی نشده‌ای را از همگام‌سازی حذف می‌کند."</string>
     <string name="savingDisplayGroups" msgid="6863012138107446030">"در حال ذخیره گزینه‌های نمایش..."</string>
-    <string name="menu_done" msgid="32470053723443112">"انجام شد"</string>
+    <string name="menu_done" msgid="32470053723443112">"تمام"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"لغو"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"مخاطبین در <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"مخاطبین موجود در نمای سفارشی"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"مخاطبین در نمای سفارشی"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"مخاطب تکی"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"ایجاد مخاطبین تحت حساب"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"ذخیره مخاطب‌های وارد شده در:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"وارد کردن از سیم کارت"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"وارد کردن از سیم‌کارت <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"وارد کردن از سیم کارت <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"وارد کردن از حافظه"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"‏وارد کردن از فایل ‎.vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"وارد کردن <xliff:g id="FILENAME">%s</xliff:g> لغو شود؟"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"صادر کردن به <xliff:g id="FILENAME">%s</xliff:g> لغو شود؟"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"وارد/صادرکردن کارت ویزیت لغو نمی‌شود"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" باز نشد: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"صادر کننده راه‌اندازی نشد: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"هیچ مخاطب قابل صدوری موجود نیست."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"یک مجوز الزامی را غیرفعال کرده‌اید."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"خطایی در هنگام صادر کردن روی داد: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"نام فایل خیلی طولانی است (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"تعداد فایل‌های کارت ویزیت در حافظه بسیار زیاد است."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"نمی‌توان اطلاعات متای فایل(های) کارت ویزیت داده شده را جمع‌آوری کرد."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"‏نمی‌توان یک یا چند فایل را وارد کرد (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"صادر کردن <xliff:g id="FILENAME">%s</xliff:g> پایان یافت."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"صادرکردن مخاطبین تمام شد."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"صادر کردن <xliff:g id="FILENAME">%s</xliff:g> لغو شد."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"صدور اطلاعات مخاطب"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"داده‌های تماس شما در حال صادر شدن به این فایل هستند: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"سازنده فایل کارت ویزیت به درستی اجرا نشد."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"صادر نمی‌شود"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"‏داده‎های مخاطب صادر نشد.\nعلت: «<xliff:g id="FAIL_REASON">%s</xliff:g>»"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"هیچ دستگاه ذخیره‌ای یافت نشد."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"‏کارت SD یافت نشد."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"لیست مخاطبین شما به این فایل صادر می‌شود: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"وارد کردن <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"خواندن داده‌های کارت ویزیت ممکن نیست"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"خواندن داده کارت ویزیت لغو شد"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"فایل پس از مدت کوتاهی وارد می‌شود."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"درخواست وارد کردن کارت ویزیت رد شد. لطفاً بعداً امتحان کنید."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> به زودی صادر می‌شود."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"فایل به‌زودی منقضی می‌شود."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"درخواست صدور کارت ویزیت رد شد. لطفاً بعداً امتحان کنید."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"مخاطب"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"در حال ذخیره کارت‌(های) ویزیت در حافظه موقت محلی است. وارد کردن واقعی به زودی آغاز خواهد شد."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"‏هیچ فایل کارت ویزیتی در کارت SD یافت نشد."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"‏دریافت مخاطب باNFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"مخاطبین صادر شوند؟"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"انتخاب فایل کارت ویزیت"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"وارد کردن یک فایل کارت ویزیت"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"وارد کردن چند فایل کارت ویزیت"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"وارد کردن همه فایل‌های کارت ویزیت"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"جستجوی داده کارت ویزیت در دستگاه ذخیره..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"‏در حال جستجوی داده‌های کارت ویزیت در کارت SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"در حال ذخیره در حافظهٔ پنهان"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"دستگاه ذخیره نمی‌تواند بررسی شود. (علت: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"‏کارت SD نمی‌تواند بررسی شود. (علت: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"وارد کردن <xliff:g id="CURRENT_NUMBER">%s</xliff:g><xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"صادر کردن به حافظه"</string>
-    <string name="display_options_sort_list_by" msgid="8635268562263708102">"مرتب‌سازی بر اساس"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"‏صادر کردن به فایل ‎.vcf"</string>
+    <string name="display_options_sort_list_by" msgid="8635268562263708102">"مرتب‌سازی براساس"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"نام"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"نام خانوادگی"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"قالب نام"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ابتدا نام"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"ابتدا نام خانوادگی"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"حساب پیش‌فرض برای مخاطبین جدید"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"حساب همگام‌سازی فراداده مخاطب"</string>
+    <string name="setting_about" msgid="3926137653588942297">"درباره مخاطبین"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"اشتراک‌گذاری مخاطبین قابل مشاهده"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"مخاطبین قابل مشاهده به اشتراک گذاشته نشدند."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"وارد کردن/صادر کردن مخاطبین"</string>
     <string name="dialog_import" msgid="5177004290082451296">"وارد کردن مخاطبین"</string>
     <string name="share_error" msgid="665756457151793108">"این مخاطب قابل اشتراک‌گذاری نیست."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"مخاطبی برای اشتراک‌گذاری وجود ندارد."</string>
     <string name="menu_search" msgid="7464453023659824700">"جستجو"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"مخاطبین جهت نمایش"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"مخاطبین جهت نمایش"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"موارد دلخواه"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"مخاطبی موجود نیست."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"مخاطب قابل مشاهده‌ای موجود نیست."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"هیچ مورد دلخواهی وجود ندارد."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"مورد دلخواهی وجود ندارد"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"هیچ مخاطبی در <xliff:g id="NAME">%s</xliff:g> موجود نیست"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"پاک کردن موارد مکرر"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"انتخاب سیم‌کارت"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"حساب‌ها"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"مدیریت حساب‌ها"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"وارد کردن/صادر کردن"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"از طریق <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> از طریق <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"حساب"</string>
     <string name="set_default_account" msgid="3865970860434642695">"همیشه این سیم برای تماس‌ استفاده شود"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"تماس با"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"تماس به همراه یادداشت"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"یادداشتی بنویسید که همراه تماس ارسال شود…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ارسال و تماس"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / ‏<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> مورد نخوانده. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> مورد نخوانده. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"نسخه ساخت"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"مجوزهای منبع آزاد"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"جزئیات مجوز برای نرم‌افزار منبع آزاد"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"خط‌مشی رازداری"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"شرایط خدمات"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"مجوزهای منبع آزاد"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> علامت‌گذاری شد"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> بدون علامت شد"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"برقراری تماس ویدیویی"</string>
 </resources>
diff --git a/res-common/values-fi/strings.xml b/res-common/values-fi/strings.xml
index a4e9413..adc5ba0 100644
--- a/res-common/values-fi/strings.xml
+++ b/res-common/values-fi/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teksti kopioitu"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopioi leikepöydälle"</string>
     <string name="call_custom" msgid="2786306789889210756">"Soita: <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Soita kotinumeroon"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Soita matkapuhelimeen"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Yhteystiedot"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Muu"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Osoitekirja"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Työhakemisto"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Kaikki yhteystiedot"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Minä"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Haetaan..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Usein käytetyt"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Näytä kontakti"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Kaikki kontaktit, joilla on puhelinnumero"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Työprofiilin yhteystiedot"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Näytä päivitykset"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Vain tabletti, ei synkronoitu"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Vain puhelin, ei synkronoitu"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisaatio"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Suhde"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Erikoispäivät"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Erityispäivämäärä"</string>
     <string name="sms" msgid="8086289395154598654">"Tekstiviesti"</string>
     <string name="postal_address" msgid="7692926530081579786">"Osoite"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Yritys"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Keskustelu"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"poista"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Laajenna tai tiivistä nimikentät"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Laajenna tai tiivistä foneettiset nimikentät"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Kaikki yhteystiedot"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Tähdelliset"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Muokkaa"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Valmis"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Peruuta"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Yhteystiedot tilissä <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Yhteystiedot muokatussa näkymässä"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Muokatun näkymän yhteystiedot"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Yksi yhteystieto"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Luo yhteystieto tilissä"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Tallenna tuodut yhteystiedot kohteeseen"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Tuo SIM-kortilta"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Tuo SIM-kortilta <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Tuo SIM-kortilta <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Tuo tallennustilasta"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Tuo .vcf-tiedostosta"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Peruutetaanko kohteen <xliff:g id="FILENAME">%s</xliff:g> tuonti?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Peruutetaanko kohteen <xliff:g id="FILENAME">%s</xliff:g> vienti?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCardin tuonnin/viennin peruutus epäonn."</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Tiedostoa <xliff:g id="FILE_NAME">%s</xliff:g> ei voi avata: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Vientiohjelman käynnistys epäonnistui: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Ei vietäviä yhteystietoja."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Olet poistanut käytöstä tarvittavan käyttöoikeuden."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Virhe viennin aikana: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Tarvittava tiedostonimi on liian pitkä (<xliff:g id="FILENAME">%s</xliff:g>)"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Tallennustilassa on liian monta vCard-tiedostoa."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Annettujen vCard-tiedostojen sisällönkuvaustietojen noutaminen epäonnistui."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Ainakin yhden tiedoston tuominen epäonnistui (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Kohde <xliff:g id="FILENAME">%s</xliff:g> on viety."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Yhteystiedot on viety."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Kohteen <xliff:g id="FILENAME">%s</xliff:g> vienti peruutettiin."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Viedään yhteystietoja"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Yhteystietosi viedään kohteeseen <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard-luonti ei käynnistynyt oikein."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Vieminen epäonnistui"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Yhteystietoja ei viety.\nSyy: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Tallennustilaa ei löydy."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD-korttia ei löydy."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Yhteystietoluettelosi viedään tiedostoon <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Tuodaan kohdetta <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard-tietojen lukeminen epäonnistui"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard-tietojen lukeminen peruutettiin"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Tiedosto tuodaan pian."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard-tuontipyyntö hylättiin. Yritä myöhemmin uudelleen."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> viedään pian."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Tiedosto viedään pian."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard-vientipyyntö hylättiin. Yritä myöhemmin uudelleen."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"yhteystieto"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Lisätään vCard-tietojen välimuistiversiot paikalliseen väliaikaistallennustilaan. Tuonti alkaa pian."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD-kortilta ei löydy vCard-tiedostoa."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Yht. saatu (NFC)"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Viedäänkö yhteystietoja?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Valitse vCard-tiedosto"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Tuo yksi vCard-tiedosto"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Tuo useita vCard-tiedostoja"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Tuo kaikki vCard-tiedostot"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Etsitään vCard-tietoja tallennustilasta..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Etsitään vCard-tietoja SD-kortilta..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Vie välimuistiin"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Tallennustilaa ei voi lukea. (Syy: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD-korttia ei voi lukea. (Syy: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Tuodaan <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Vie tallennustilaan"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Vie .vcf-tiedostoon"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Lajitteluperuste"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Etunimi"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Sukunimi"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Nimen muoto"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Etunimi ensin"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Sukunimi ensin"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Uusien yhteystietojen oletustili"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Yhteystietojen sisällönkuvaustietojen synkronointitili"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Tietoja Yhteystiedoista"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Jaa näkyvät yhteystiedot"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Näkyvien yhteystietojen jakaminen epäonnistui."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Tuo/vie yhteystietoja"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Tuo yhteystietoja"</string>
-    <string name="share_error" msgid="665756457151793108">"Tätä yhteystietoa ei voi jakaa."</string>
+    <string name="share_error" msgid="665756457151793108">"Yhteystieto ei jaettavissa"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Jaettavia yhteystietoja ei ole."</string>
     <string name="menu_search" msgid="7464453023659824700">"Haku"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Näytettävät yhteystiedot"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Näytettävät yhteystiedot"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Suosikit"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ei yhteystietoja."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ei näkyviä yhteystietoja."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ei suosikkeja."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Ei suosikkeja"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ei yhteystietoja ryhmässä <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Tyhjennä usein käytetyt"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Valitse SIM-kortti"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Tilit"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Hallinnoi tilejä"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Tuo/vie"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"lähteestä <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> lähteestä <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Tili"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Käytä kaikille puheluille"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Valitse puhelinoperaattori:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Soita ja lähetä muistiinpano"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Kirjoita muistiinpano lähetettäväksi puhelun kanssa…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"LÄHETÄ ja SOITA"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> lukematonta kohdetta. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> lukematon kohde. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Koontiversio"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Avoimen lähdekoodin käyttöluvat"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Avoimen lähdekoodin ohjelmiston käyttöluvan tiedot"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Tietosuojakäytäntö"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Käyttöehdot"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Avoimen lähdekoodin käyttöluvat"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> valittu"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ei valittu"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Soita videopuhelu"</string>
 </resources>
diff --git a/res-common/values-fr-rCA/strings.xml b/res-common/values-fr-rCA/strings.xml
index 7175c35..bdc4d63 100644
--- a/res-common/values-fr-rCA/strings.xml
+++ b/res-common/values-fr-rCA/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texte copié."</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copier dans le presse-papiers"</string>
     <string name="call_custom" msgid="2786306789889210756">"Appeler le <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Appeler le numéro de téléphone du domicile"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Appeler le numéro de téléphone mobile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contacts"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Autre"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Répertoire"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Répertoire professionnel"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Tous les contacts"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Moi"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Recherche en cours..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contacts fréquents"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Afficher le contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Tous les contacts disposant d\'un numéro de téléphone"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contacts du profil professionnel"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Afficher les mises à jour"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablette uniquement, sans synchronisation"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Téléphone uniquement, sans synchronisation"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"MI"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Entreprise"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relation"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Dates spéciales"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Date spéciale"</string>
     <string name="sms" msgid="8086289395154598654">"Message texte"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresse"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Entreprise"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Clavarder"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"supprimer"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Développer ou réduire les champs de nom"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Développer ou réduire les champs de noms phonétiques"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Tous les contacts"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Favoris"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personnaliser"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contacts du compte \"<xliff:g id="NAME">%s</xliff:g>\""</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contacts en affichage personnalisé"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Créer un contact sous le compte"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Enregistrer les contacts importés ici :"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importer depuis la carte SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importer de la carte SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importer de la carte SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importer depuis la mémoire"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importer d\'un fichier .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Annuler l\'importation du fichier <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Annuler l\'exportation du fichier <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Impossible annuler import./export. vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Impossible d\'ouvrir le fichier <xliff:g id="FILE_NAME">%s</xliff:g> pour la raison suivante : <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Impossible de démarrer le programme d\'exportation pour la raison suivante : <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Aucun contact ne peut être exporté."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Vous avez désactivé une autorisation obligatoire."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Une erreur s\'est produite lors de l\'exportation : <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Le nom de fichier requis est trop long (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"La mémoire de stockage contient trop de fichiers vCard."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Impossible de collecter des métadonnées contenues dans le ou les fichiers vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Impossible d\'importer un ou plusieurs fichiers (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportation du fichier <xliff:g id="FILENAME">%s</xliff:g> terminée"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Les contacts ont été exportés"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exportation du fichier <xliff:g id="FILENAME">%s</xliff:g> annulée"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportation des données des contacts en cours"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Vos données de contact sont en cours d\'exportation vers le fichier <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Le système de composition vCard n\'a pas démarré correctement."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Échec exportation"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Les données du contact n\'ont pas été exportées.\nMotif : <xliff:g id="FAIL_REASON">%s</xliff:g>."</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Aucune mémoire stock. détectée."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Aucune carte SD trouvée."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Votre liste de contacts va être exportée vers le fichier <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importation (<xliff:g id="NAME">%s</xliff:g>)"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Impossible de lire les données vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lecture des données vCard annulée"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Le fichier va bientôt être importé."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"La demande d\'importation du fichier vCard a été rejetée. Veuillez réessayer plus tard."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Le fichier <xliff:g id="FILENAME">%s</xliff:g> va bientôt être exporté."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Le fichier sera bientôt exporté."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"La demande d\'exportation du fichier vCard a été rejetée. Veuillez réessayer plus tard."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Mise en cache des fichiers vCard dans l\'espace de stockage temporaire local. L\'importation va bientôt démarrer."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Aucun fichier vCard trouvé sur la carte SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contact reçu via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exporter les contacts?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Choisir un fichier vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importer un fichier vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importer plusieurs fichiers vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importer tous les fichiers vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Recherche de données vCard dans la mémoire de stockage en cours…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Recherche de données vCard sur la carte SD en cours…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Mise en cache…"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Impossible d\'analyser la mémoire de stockage pour la raison suivante : <xliff:g id="FAIL_REASON">%s</xliff:g>."</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Impossible d\'analyser la carte SD pour la raison suivante : <xliff:g id="FAIL_REASON">%s</xliff:g>."</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importation <xliff:g id="CURRENT_NUMBER">%s</xliff:g> sur <xliff:g id="TOTAL_NUMBER">%s</xliff:g> (<xliff:g id="NAME">%s</xliff:g>)"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exporter vers la mémoire"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exporter en format .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Trier par"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Prénom"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nom de famille"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format de nom"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Prénom en premier"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Nom de famille en premier"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Compte par défaut pour les nouveaux contacts"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Compte de synchronisation des métadonnées du contact"</string>
+    <string name="setting_about" msgid="3926137653588942297">"À propos de Contacts"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Partager les contacts visibles"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Échec du partage des contacts visibles."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importer/Exporter des contacts"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Téléverser des contacts"</string>
     <string name="share_error" msgid="665756457151793108">"Impossible de partager ce contact."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Il n\'y a aucun contact à partager."</string>
     <string name="menu_search" msgid="7464453023659824700">"Rechercher"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contacts à afficher"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contacts à afficher"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoris"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Aucun contact"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Aucun contact visible"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Aucun favori"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Aucun favori"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Aucun contact dans <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Effacer les contacts fréquents"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Sélectionner une carte SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Comptes"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gérer les comptes"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importer/Exporter"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"par <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> par <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Compte"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Toujours l\'utiliser pour les appels"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Appeler avec"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Appeler avec une note"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Tapez une note à envoyer avec l\'appel..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVOYER ET APPELER"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> élément non lu. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> éléments non lus. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Version"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licences de logiciels libres"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Renseignements sur la licence de logiciels libres"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Politique de confidentialité"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Modalités"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licences de logiciels libres"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Élément « <xliff:g id="ACCOUNT_INFO">%s</xliff:g> » coché"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Élément « <xliff:g id="ACCOUNT_INFO">%s</xliff:g> » non coché"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Faire un appel vidéo"</string>
 </resources>
diff --git a/res-common/values-fr/strings.xml b/res-common/values-fr/strings.xml
index 0a8734b..af75ef4 100644
--- a/res-common/values-fr/strings.xml
+++ b/res-common/values-fr/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texte copié."</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copier dans le Presse-papiers"</string>
     <string name="call_custom" msgid="2786306789889210756">"Appeler le <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Appeler le numéro de téléphone du domicile"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Appeler le numéro de téléphone mobile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contacts"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Autre"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Répertoire"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Annuaire professionnel"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Tous les contacts"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Moi"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Recherche en cours…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contacts fréquents"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Afficher le contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Tous les contacts disposant d\'un numéro de téléphone"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contacts du profil professionnel"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Afficher les mises à jour"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablette uniquement, sans synchronisation"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Téléphone uniquement, sans synchronisation"</string>
@@ -98,7 +101,7 @@
     <string name="name_suffix" msgid="5436984808550075931">"Suffixe du nom"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Nom phonétique"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Prénom phonétique"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Deuxième prénom phonétique"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"2e prénom phonétique"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Nom phonétique"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Numéro de téléphone"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Adresse e-mail"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Entreprise"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Type de relation"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Dates importantes"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Occasion spéciale"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresse"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Entreprise"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatter"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"supprimer"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Développer ou réduire les champs de nom"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Développer ou réduire les champs de nom phonétique"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Tous les contacts"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Favoris"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personnaliser"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"OK"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Annuler"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contacts du compte \"<xliff:g id="NAME">%s</xliff:g>\""</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Contacts en affichage personnalisé"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Contacts avec affichage perso."</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Créer un contact sous le compte"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Enregistrer les contacts importés sur :"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importer depuis la carte SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importer depuis la carte SIM <xliff:g id="SIM_NAME">^1</xliff:g> (<xliff:g id="SIM_NUMBER">^2</xliff:g>)"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importer depuis la carte SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importer depuis la mémoire"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importer à partir de fichier VCF"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Annuler l\'importation du fichier <xliff:g id="FILENAME">%s</xliff:g> ?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Annuler l\'exportation du fichier <xliff:g id="FILENAME">%s</xliff:g> ?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Impossible annuler import./export. vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Impossible d\'ouvrir le fichier <xliff:g id="FILE_NAME">%s</xliff:g> pour la raison suivante : <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Impossible de démarrer le programme d\'exportation pour la raison suivante : <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Aucun contact ne peut être exporté."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Vous avez désactivé une autorisation nécessaire."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Une erreur s\'est produite lors de l\'exportation : <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Le nom de fichier requis est trop long (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"La mémoire de stockage contient trop de fichiers vCard."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Impossible de collecter des métadonnées contenues dans le ou les fichiers vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Impossible d\'importer un ou plusieurs fichiers (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportation du fichier <xliff:g id="FILENAME">%s</xliff:g> terminée"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Les contacts ont bien été exportés"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exportation du fichier <xliff:g id="FILENAME">%s</xliff:g> annulée"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportation des données des contacts"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Vos données de contact sont en cours d\'exportation vers le fichier <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Le système de composition vCard n\'a pas démarré correctement."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Échec exportation"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Les données du contact n\'ont pas été exportées.\nMotif : <xliff:g id="FAIL_REASON">%s</xliff:g>."</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Aucune mémoire stock. trouvée."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Aucune carte SD trouvée."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Votre liste de contacts va être exportée vers le fichier <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importation (<xliff:g id="NAME">%s</xliff:g>)"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Impossible de lire les données vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lecture des données vCard annulée"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Le fichier va bientôt être importé."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"La demande d\'importation du fichier vCard a été rejetée. Veuillez réessayer ultérieurement."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Le fichier <xliff:g id="FILENAME">%s</xliff:g> va bientôt être exporté."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Le fichier va bientôt être exporté."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"La demande d\'exportation du fichier vCard a été rejetée. Veuillez réessayer ultérieurement."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Mise en cache des fichiers vCard dans l\'espace de stockage temporaire local. L\'importation va bientôt démarrer."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Aucun fichier vCard trouvé sur la carte SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contact reçu via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exporter les contacts ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Choisir un fichier vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importer un fichier vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importer plusieurs fichiers vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importer tous les fichiers vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Recherche de données vCard dans la mémoire de stockage en cours…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Recherche de données vCard sur la carte SD en cours…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Mise en cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Impossible d\'analyser la mémoire de stockage pour la raison suivante : <xliff:g id="FAIL_REASON">%s</xliff:g>."</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Impossible d\'explorer la carte SD pour la raison suivante : <xliff:g id="FAIL_REASON">%s</xliff:g>."</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importation <xliff:g id="CURRENT_NUMBER">%s</xliff:g> sur <xliff:g id="TOTAL_NUMBER">%s</xliff:g> (<xliff:g id="NAME">%s</xliff:g>)"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exporter vers la mémoire"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exporter dans fichier VCF"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Trier par"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Prénom"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nom"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format du nom"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Prénom en premier"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Nom en premier"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Compte par défaut pour les nouveaux contacts"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Compte de synchronisation des métadonnées du contact"</string>
+    <string name="setting_about" msgid="3926137653588942297">"À propos de Contacts"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Partager les contacts visibles"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Échec du partage des contacts visibles."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importer/Exporter des contacts"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importer des contacts"</string>
     <string name="share_error" msgid="665756457151793108">"Impossible de partager ce contact."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Aucun contact à partager"</string>
     <string name="menu_search" msgid="7464453023659824700">"Rechercher"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contacts à afficher"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contacts à afficher"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Définir un affichage personnalisé"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Définir affichage perso"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Rechercher des contacts"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoris"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Aucun contact"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Aucun contact visible"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Aucun favori"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Aucun favori"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Aucun contact dans <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Effacer les contacts fréquents"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Sélectionner une carte SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Comptes"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gérer les comptes"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importer/Exporter"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Compte"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Toujours l\'utiliser pour les appels"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Appeler avec"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Appeler avec une note"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Saisissez une note pour accompagner l\'appel..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVOYER L\'OBJET ET APPELER"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> élément non lu. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> éléments non lus. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Version de build"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licences Open Source"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Informations sur la licence des logiciels Open Source"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Règles de confidentialité"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Conditions d\'utilisation"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licences Open Source"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Élément \"<xliff:g id="ACCOUNT_INFO">%s</xliff:g>\" coché"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Élément \"<xliff:g id="ACCOUNT_INFO">%s</xliff:g>\" non coché"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Passer un appel vidéo"</string>
 </resources>
diff --git a/res-common/values-gl-rES/strings.xml b/res-common/values-gl-rES/strings.xml
index 80c2b79..afdf28b 100644
--- a/res-common/values-gl-rES/strings.xml
+++ b/res-common/values-gl-rES/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texto copiado"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiar no portapapeis"</string>
     <string name="call_custom" msgid="2786306789889210756">"Chamar ao <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Chama á casa"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Chamar ao móbil"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contactos"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Outro"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directorio"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Directorio de traballo"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Todos os contactos"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Eu"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Buscando..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contactados frecuentemente"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Ver contacto"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Todos os contactos con números de teléfono"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contactos do perfil de traballo"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ver actualizacións"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Só no tablet, non sincronizado"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Só no teléfono, non sincronizado"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"MI"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organización"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relación"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Datas especiais"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data especial"</string>
     <string name="sms" msgid="8086289395154598654">"Mensaxe de texto"</string>
     <string name="postal_address" msgid="7692926530081579786">"Enderezo"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatear"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"eliminar"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Amplía ou contrae os campos do nome"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Amplía ou reduce campos de nome fonético"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Todos os contactos"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Marcados con asterisco"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizar"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contactos en <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contactos na vista personalizada"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Un só contacto"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Crear contacto na conta"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Gardar contactos importados en:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importar da tarxeta SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importar da SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importar da SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importar do almacenamento"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importar de ficheiro .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancelar importación de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancelar exportación de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Imposible cancelar import./export. vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Non se puido abrir \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Non se puido iniciar o exportador: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Non hai ningún contacto exportable."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Desactivaches un permiso necesario."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Produciuse un erro durante a exportación: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"O nome do ficheiro necesario é demasiado longo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Hai demasiados ficheiros vCard no almacenamento."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Non se puido recoller a información meta de determinados ficheiros vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Non se puideron importar un ou máis ficheiros (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Finalizouse a exportación de <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Finalizou a exportación dos contactos."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Cancelouse a exportación de <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportando datos de contacto"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Estanse exportando os teus datos de contacto a: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"O redactor de vCard non se iniciou correctamente."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Imposible exportar"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Non se exportaron os datos dos contactos.\n Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Non se atopou almacenamento."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Non se atoparon tarxetas SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"A túa lista de contactos exportarase ao ficheiro: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importando <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Non se puideron ler os datos de vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lectura dos datos de vCard cancelada"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"O ficheiro importarase en breve."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Rexeitouse a solicitude de importación de vCard. Téntao de novo máis tarde."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> exportarase en breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"O ficheiro exportarase en breve."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Rexeitouse a solicitude de exportación do vCard. Téntao de novo máis tarde."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contacto"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Almacenando vCard na memoria caché do almacenamento temporal local. A importación real iniciarase en breve."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Non se encontrou ningún ficheiro vCard na tarxeta SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contacto por NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportar contactos?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Escolle un ficheiro vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importar un ficheiro vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importar varios ficheiros vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importar todos os ficheiros vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Buscando datos do vCard no almacenamento..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Buscando datos do vCard na tarxeta SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Almacenando na caché"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Non se puido buscar o almacenamento. (Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Non se puido buscar a tarxeta SD. (Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importando <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportar ao almacenamento"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportar a ficheiro .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordenar por"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nome"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Apelidos"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato do nome"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Primeiro o nome"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Primeiro os apelidos"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Conta predeterminada para novos contactos"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Conta de sincronización de metadatos de contacto"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Acerca dos contactos"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Compartir contactos visibles"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Produciuse un erro ao compartir os contactos visibles."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importar/exportar contactos"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importar contactos"</string>
     <string name="share_error" msgid="665756457151793108">"Non se pode compartir este contacto."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Non hai contactos para compartir."</string>
     <string name="menu_search" msgid="7464453023659824700">"Buscar"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contactos para mostrar"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contactos para mostrar"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritos"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ningún contacto"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ningún contacto visible"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ningún favorito"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Sen favoritos"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ningún contacto en <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Borrar frecuentes"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Seleccionar tarxeta SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Contas"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Xestionar contas"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importar/exportar"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"a través de <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> a través de <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Conta"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Usar sempre para as chamadas"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Chamar con"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Chamar cunha nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escribe unha nota para enviala coa chamada…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIAR e CHAMAR"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> elementos non lidos. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> elemento non lido. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versión de compilación"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licenzas de código aberto"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalles da licenza para software de código aberto"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de privacidade"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Condicións de servizo"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licenzas de código aberto"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Marcouse <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Non se marcou <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Facer videochamada"</string>
 </resources>
diff --git a/res-common/values-gu-rIN/strings.xml b/res-common/values-gu-rIN/strings.xml
index 20866d3..437d09b 100644
--- a/res-common/values-gu-rIN/strings.xml
+++ b/res-common/values-gu-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"ટેક્સ્ટ કૉપિ કર્યો"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ક્લિપબોર્ડ પર કૉપિ કરો"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> ને કૉલ કરો"</string>
     <string name="call_home" msgid="1479549630992276827">"ઘરે કૉલ કરો"</string>
     <string name="call_mobile" msgid="8618334085824709009">"મોબાઇલ પર કૉલ કરો"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"સંપર્કો"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"અન્ય"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"નિર્દેશિકા"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"કાર્ય નિર્દેશિકા"</string>
     <string name="local_search_label" msgid="9094584931063745728">"તમામ સંપર્કો"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"મારા"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"શોધી રહ્યું છે..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"વારંવાર સંપર્ક કરેલા"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"સંપર્ક જુઓ"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ફોન નંબર્સ સાથેના તમામ સંપર્કો"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"કાર્ય પ્રોફાઇલના સંપર્કો"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"અપડેટ્સ જુઓ"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ફક્ત ટેબ્લેટ, અસમન્વયિત"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ફક્ત ફોન, અસમન્વયિત"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"સંગઠન"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"સંબંધ"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"વિશિષ્ટ તારીખો"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"વિશિષ્ટ તારીખ"</string>
     <string name="sms" msgid="8086289395154598654">"ટેક્સ્ટ સંદેશ"</string>
     <string name="postal_address" msgid="7692926530081579786">"સરનામું"</string>
     <string name="ghostData_company" msgid="22470841482615409">"કંપની"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ચેટ"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"કાઢી નાખો"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"નામ ફીલ્ડ્સ વિસ્તૃત કરો અથવા સંકુચિત કરો"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ધ્વન્યાત્મક નામ ફીલ્ડ્સ વિસ્તૃત કરો અથવા સંકુચિત કરો"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"તમામ સંપર્કો"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"તારાંકિત"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"કસ્ટમાઇઝ કરો"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> માં સંપર્કો"</string>
     <string name="listCustomView" msgid="1915154113477432033">"કસ્ટમ દૃશ્યમાં સંપર્કો"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"એકલ સંપર્ક"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"એકાઉન્ટ અંતર્ગત સંપર્ક બનાવો"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"આયાત કરેલ સંપર્કોને આની પર સાચવો:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM કાર્ડમાંથી આયાત કરો"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> માંથી આયાત કરો"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM <xliff:g id="SIM_NAME">%1$s</xliff:g> માંથી આયાત કરો"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"સંગ્રહમાંથી આયાત કરો"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ફાઇલમાંથી આયાત કરો"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> ના આયાતને રદ કરીએ?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> ના નિકાસને રદ કરીએ?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard આયાત/નિકાસને રદ કરી શક્યાં નહીં"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ખોલી શકાઈ નથી: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"નિકાસકર્તા શરૂ કરી શક્યાં નહીં: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"કોઈ નિકાસયોગ્ય સંપર્ક નથી."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"તમે આવશ્યક પરવાનગી અક્ષમ કરી છે."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"નિકાસ દરમિયાન ભૂલ આવી: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"જરૂરી ફાઇલનું નામ ખૂબ લાંબું છે (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"સ્ટોરેજમાં ઘણી બધી vCard ફાઇલો છે."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"આપેલ vCard ફાઇલ(લો)ની મેટા માહિતી ભેગી કરી શકાઈ નથી."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"એક અથવા વધુ ફાઇલો આયાત કરી શકાઈ નથી (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> ને નિકાસ કરવું સમાપ્ત થયું."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"સંપર્કોને નિકાસ કરવાનું સમાપ્ત થયું."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> ને નિકાસ કરવું રદ કર્યું."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"સંપર્ક ડેટા નિકાસ કરી રહ્યાં છે"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"તમારો સંપર્ક ડેટા આ પર નિકાસ કરવામાં આવશે: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard કમ્પોઝર ઠીકથી પ્રારંભ થયું નથી."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"નિકાસ કરી શક્યાં નથી"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"સંપર્ક ડેટા નિકાસ કર્યો નહોતો.\nકારણ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"કોઈ સ્ટોરેજ મળ્યું નહોતું."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"કોઈ SD કાર્ડ મળ્યું નહોતું."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"તમારી સંપર્ક સૂચિ આ ફાઇલ પર નિકાસ કરવામાં આવશે: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> ને આયાત કરી રહ્યાં છે"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard ડેટા વાંચી શકાયો નથી"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard ડેટા વાંચવું રદ કર્યું"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ફાઇલ ટૂંક સમયમાં આયાત કરવામાં આવશે."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard આયાતની વિનંતી નકારી હતી. પછીથી ફરી પ્રયાસ કરો."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ને ટૂંક સમયમાં નિકાસ કરવામાં આવશે."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ફાઇલને ટૂંક સમયમાં નિકાસ કરવામાં આવશે."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard નિકાસની વિનંતી નકારી હતી. પછીથી ફરી પ્રયાસ કરો."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"સંપર્ક"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"સ્થાનિક અસ્થાયી સ્ટોરેજ પર vCard કેશ કરી રહ્યાં છે. વાસ્તવિક આયાત જલ્દી જ શરૂ થશે."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD કાર્ડમાં કોઈ vCard ફાઇલ મળી નથી."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC પર સંપર્ક પ્રાપ્ત"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"સંપર્કો નિકાસ કરીએ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ફાઇલ પસંદ કરો"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"એક vCard ફાઇલ આયાત કરો"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"બહુવિધ vCard ફાઇલો આયાત કરો"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"બધી vCard ફાઇલો આયાત કરો"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"સ્ટોરેજમાં vCard ડેટા માટે શોધ કરી રહ્યું છે…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD કાર્ડમાં vCard ડેટા માટે શોધ કરી રહ્યું છે…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"કેશ કરી રહ્યાં છે"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"સ્ટોરેજ સ્કેન કરી શકાયું નથી. (કારણ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD કાર્ડ સ્કેન કરી શકાયું નથી. (કારણ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> આયાત કરે છે: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"સ્ટોરેજ પર નિકાસ કરો"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ફાઇલ પર નિકાસ કરો"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"આ પ્રમાણે સૉર્ટ કરો"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"પ્રથમ નામ"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"છેલ્લું નામ"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"નામ ફોર્મેટ"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"પ્રથમ નામ પહેલા"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"છેલ્લું નામ પહેલા"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"નવા સંપર્કો માટે ડિફોલ્ટ એકાઉન્ટ"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"સંપર્ક મેટાડેટા સમન્વયન એકાઉન્ટ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"સંપર્કો વિશે"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"દૃશ્યક્ષમ સંપર્કોને શેર કરો"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"દૃશ્યક્ષમ સંપર્કો શેર કરવામાં નિષ્ફળ થયાં."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"સંપર્કો આયાત/નિકાસ કરો"</string>
     <string name="dialog_import" msgid="5177004290082451296">"સંપર્કો આયાત કરો"</string>
     <string name="share_error" msgid="665756457151793108">"આ સંપર્ક શેર કરી શકાતો નથી."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"શેર કરવા માટે કોઇ સંપર્કો નથી"</string>
     <string name="menu_search" msgid="7464453023659824700">"શોધો"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"પ્રદર્શિત કરવાના સંપર્કો"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"પ્રદર્શિત કરવાના સંપર્કો"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"મનપસંદ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"કોઈ સંપર્કો નથી."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"કોઈ દૃશ્યક્ષમ સંપર્કો નથી."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"કોઈ મનપસંદ નથી."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"કોઈ મનપસંદ નથી"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> માં કોઈ સંપર્કો નથી"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"વારંવારના સાફ કરો"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM કાર્ડ પસંદ કરો"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"એકાઉન્ટ્સ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"એકાઉન્ટ્સ સંચાલિત કરો"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"આયાત/નિકાસ કરો"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> મારફતે"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> મારફતે <xliff:g id="DATE">%1$s</xliff:g> ના રોજ"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"એકાઉન્ટ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"કૉલ્સ માટે આનો ઉપયોગ હંમેશાં કરો"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"આની સાથે કૉલ કરો"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"નોંધ સાથે કૉલ કરો"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"કૉલ સાથે મોકલવા માટે એક નોંધ લખો ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"મોકલો અને કૉલ કરો"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> વાંચ્યા વગરની આઇટમ. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> વાંચ્યા વગરની આઇટમ. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"બિલ્ડ સંસ્કરણ"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ઓપન સોર્સ લાઇસેંસેસ"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ઓપન સોર્સ સૉફ્ટવેર માટે લાઇસેંસ વિગતો"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"ગોપનીયતા નીતિ"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"સેવાની શરતો"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ખુલ્લા સ્ત્રોત લાઇસેંસેસ"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ચેક કર્યું"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ચેક કરેલ નથી"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"વિડિઓ કૉલ કરો"</string>
 </resources>
diff --git a/res-common/values-hi/strings.xml b/res-common/values-hi/strings.xml
index 3a84607..75f0bbb 100644
--- a/res-common/values-hi/strings.xml
+++ b/res-common/values-hi/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"लेख की प्रतिलिपि बनाई गई"</string>
+    <string name="copy_text" msgid="3424081789297978355">"क्‍लिपबोर्ड पर कॉपी बनाएं"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> पर कॉल करें"</string>
     <string name="call_home" msgid="1479549630992276827">"घर के फ़ोन नंबर पर कॉल करें"</string>
     <string name="call_mobile" msgid="8618334085824709009">"मोबाइल पर कॉल करें"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"संपर्क"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"अन्य"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"निर्देशिका"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"कार्य निर्देशिका"</string>
     <string name="local_search_label" msgid="9094584931063745728">"सभी संपर्क"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"मुझे"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"खोज रहा है…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"बार-बार संपर्क किए गए"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"संपर्क देखें"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"फ़ोन नंबरों वाले सभी संपर्क"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"कार्य प्रोफ़ाइल के संपर्क"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"नई जानकारी देखें"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"केवल टेबलेट पर, असमन्वयित"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"केवल-फ़ोन पर, असमन्वयित"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"संगठन"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"संबंध"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"विशेष दिनांक"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"विशेष दिनांक"</string>
     <string name="sms" msgid="8086289395154598654">"लेख संदेश"</string>
     <string name="postal_address" msgid="7692926530081579786">"पता"</string>
     <string name="ghostData_company" msgid="22470841482615409">"कंपनी"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"बातचीत करें"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"हटाएं"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"नाम फ़ील्ड विस्तृत या संक्षिप्त करें"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"फ़ोनेटिक नाम फ़ील्ड विस्‍तृत या संक्षिप्त करें"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"सभी संपर्क"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"तारांकित"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"कस्‍टमाइज़ करें"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> के संपर्क"</string>
     <string name="listCustomView" msgid="1915154113477432033">"कस्टम दृश्य में संपर्क"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"एकल संपर्क"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"खाते के अंतर्गत संपर्क बनाएं"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"आयातित संपर्कों को इसमें सहेजें:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"सिम कार्ड से आयात करें"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> सिम से आयात करें"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> सिम से आयात करें"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"मेमोरी से आयात करें"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf फ़ाइल से आयात करें"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> का आयात रहने दें?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> का निर्यात रहने दें?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard आयात/निर्यात रद्द नहीं हो सका"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" नहीं खोली जा सकी: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"निर्यातकर्ता प्रारंभ नहीं किया जा सका: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"कोई भी निर्यात-योग्‍य संपर्क नहीं है."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"आपने एक आवश्यक अनुमति को अक्षम कर दिया है."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"निर्यात करते समय कोई त्रुटि हुई: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"आवश्‍यक फ़ाइल नाम बहुत बड़ा है (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"मेमोरी में बहुत अधिक vCard फ़ाइलें हैं."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"दी गई vCard फ़ाइल (फ़ाइलों) की मेटा जानकारी एकत्र नहीं की जा सकी."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"एक या अधिक फ़ाइलें आयात नहीं की जा सकीं (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> का निर्यात पूरा हो गया."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"संपर्कों का निर्यात किया जाना समाप्त हो गया."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> को निर्यात करना रद्द कर दिया गया."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"संपर्क डेटा निर्यात हो रहा है"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"आपका संपर्क डेटा इस पर निर्यात किया जा रहा है: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard कंपोज़र ठीक से प्रारंभ नहीं हुआ."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"निर्यात नहीं कर सका"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"संपर्क डेटा निर्या‍त नहीं किया गया था.\nकारण: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"कोई मेमोरी नहीं मिला."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"कोई SD कार्ड नहीं मिला."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"आपकी संपर्क सूची इस फ़ाइल में निर्यात कर दी जाएगी: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> आयात कर रहा है"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard डेटा नहीं पढ़ा जा सका"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard डेटा को पढ़ना रद्द कर दिया गया"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"फ़ाइल शीघ्र ही आयात की जाएगी."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard आयात अनुरोध अस्‍वीकार हो गया था. बाद में पुन: प्रयास करें."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> को जल्‍दी ही निर्यात किया जाएगा."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"फ़ाइल शीघ्र ही निर्यात की जाएगी."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard निर्यात अनुरोध अस्‍वीकार हो गया था. बाद में पुन: प्रयास करें."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"संपर्क"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard को स्‍थानीय अस्‍थायी मेमोरी में संचित कर रहा है. वास्‍तविक आयात जल्‍दी ही प्रारंभ होगा."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD कार्ड पर कोई vCard फ़ाइल नहीं मिली."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC पर प्राप्त संपर्क"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"संपर्कों को निर्यात करें?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard फ़ाइल चुनें"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"एक vCard फ़ाइल आयात करें"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"एकाधिक vCard फ़ाइलें आयात करें"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"सभी vCard फ़ाइलें आयात करें"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"मेमोरी में vCard डेटा खोज रहा है..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD कार्ड पर vCard डेटा खोज रहा है…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"संचय कर रहा है"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"मेमोरी स्‍कैन नहीं किया जा सका. (कारण: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD कार्ड स्कैन नहीं किया जा सका. (कारण: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> आयात कर रहा है: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"मेमोरी में निर्यात करें"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf फाइल में निर्यात करें"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"इससे क्रमित करें"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"नाम"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"उपनाम"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"नाम प्रारूप"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"नाम पहले"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"उपनाम पहले"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"नए संपर्कों के लिए डिफ़ॉल्ट खाता"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"मेटाडेटा समन्वयन खाते से संपर्क करें"</string>
+    <string name="setting_about" msgid="3926137653588942297">"संपर्क के बारे में"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"दिखाई देने वाले संपर्क साझा करें"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"दृश्‍यमान संपर्क साझा करने में विफल रहा."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"संपर्कों को आयात/निर्यात करें"</string>
     <string name="dialog_import" msgid="5177004290082451296">"संपर्कों को आयात करें"</string>
     <string name="share_error" msgid="665756457151793108">"यह संपर्क साझा नहीं किया जा सकता."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"साझा करने के लिए कोई भी संपर्क नहीं है."</string>
     <string name="menu_search" msgid="7464453023659824700">"खोजें"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"दिखाने के लिए संपर्क"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"दिखाने के लिए संपर्क"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"पसंदीदा"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"कोई संपर्क नहीं."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"कोई दृश्यमान संपर्क नहीं."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"कोई पसंदीदा नहीं."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"कोई पसंदीदा नहीं"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> में कोई संपर्क नहीं"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"अक्सर किए जाने वाले साफ़ करें"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"सिम कार्ड चुनें"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"खाते"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"खाते प्रबंधित करें"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"आयात करें/निर्यात करें"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> द्वारा"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> द्वारा <xliff:g id="DATE">%1$s</xliff:g> को"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"खाता"</string>
     <string name="set_default_account" msgid="3865970860434642695">"कॉल के लिए हमेशा इसका उपयोग करें"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"इस सिम से कॉल करें"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"नोट के साथ कॉल करें"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"कॉल के साथ भेजने के लिए नोट लिखें ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"भेजें और कॉल करें"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> नहीं पढ़े गए आइटम. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> नहीं पढ़े गए आइटम. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"बिल्ड वर्शन"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ओपन सोर्स लाइसेंस"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ओपन सोर्स सॉफ़्टवेयर के लि‍ए लाइसेंस वि‍वरण"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"गोपनीयता नीति"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"सेवा की शर्तें"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ओपन सोर्स लाइसेंस"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> चेक किया गया"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> चेक नहीं किया गया"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"वीडियो कॉल करें"</string>
 </resources>
diff --git a/res-common/values-hr/strings.xml b/res-common/values-hr/strings.xml
index 517db26..67db760 100644
--- a/res-common/values-hr/strings.xml
+++ b/res-common/values-hr/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Tekst kopiran"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiraj u međuspremnik"</string>
     <string name="call_custom" msgid="2786306789889210756">"Nazovi <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Nazovi kućni broj"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Nazovi mobitel"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakti"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Ostalo"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktorij"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Poslovni imenik"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Svi kontakti"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ja"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Pretraživanje…"</string>
@@ -86,6 +88,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Često kontaktirani"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Prikaži kontakt"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Svi kontakti s telefonskim brojevima"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontakti radnog profila"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Prikaži ažuriranja"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Samo tabletni uređaj, bez sinkronizacije"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Samo telefon, bez sinkronizacije"</string>
@@ -99,7 +102,7 @@
     <string name="name_suffix" msgid="5436984808550075931">"Sufiks imena"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Ime fonetski"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetski zapis imena"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Srednje ime fonetski"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Fonetski zapis srednjeg imena"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Fonetski zapis prezimena"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-pošta"</string>
@@ -107,7 +110,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizacija"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Odnos"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Posebni datumi"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Poseban datum"</string>
     <string name="sms" msgid="8086289395154598654">"Tekstna poruka"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresa"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Tvrtka"</string>
@@ -144,6 +147,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"izbriši"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Proširi ili sažmi nazive polja"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Proširivanje ili sažimanje polja fonetskih imena"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Svi kontakti"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Sa zvjezdicom"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Prilagodi"</string>
@@ -160,11 +164,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakti na računu <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontakti u prilagođenom prikazu"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Jedan kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Izrada kontakta pod računom"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Spremite uvezene kontakte na račun:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Uvoz sa SIM kartice"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Uvoz sa SIM-a <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Uvoz sa SIM-a <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Uvoz iz pohrane"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Uvezi iz .vcf datoteke"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Otkazati uvoz datoteke <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Otkazati izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Uvoz/izvoz kartice vCard nije otkazan"</string>
@@ -172,6 +176,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Nije bilo moguće otvoriti datoteku \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Alat za izvoz ne može se pokrenuti: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nema kontakata koji se mogu izvoziti."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Onemogućili ste obavezno dopuštenje."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Tijekom izvoza došlo je do pogreške: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Obavezan naziv datoteke predug je (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"U pohrani je previše vCard datoteka."</string>
@@ -183,6 +188,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Neuspješno prikupljanje metainformacija danih datoteka kartice vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Uvoz jedne ili više datoteka nije uspio (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Završetak izvoza datoteke <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Dovršen je izvoz kontakata."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g> otkazan je."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Izvoz podataka o kontaktu"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Vaši podaci o kontaktu izvoze se u datoteku <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -192,9 +198,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Sastavljač za vCard nije se ispravno pokrenuo."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Izvoz nije uspio"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Podaci o kontaktu nisu izvezeni.\nRazlog: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Pohrana nije pronađena."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nije pronađena SD kartica."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Vaš popis kontakata bit će izvezen u datoteku: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Uvozi se <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Čitanje podataka vCarda nije uspjelo"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Čitanje podataka kartice vCard otkazano"</string>
@@ -204,6 +207,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Datoteka će uskoro biti uvezena."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Zahtjev za uvoz formata vCard odbijen je. Pokušajte ponovo kasnije."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Datoteka <xliff:g id="FILENAME">%s</xliff:g> uskoro će biti izvezena."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Datoteka će se uskoro izvesti."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Zahtjev za izvoz formata vCard odbijen je. Pokušajte ponovo kasnije."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Spremanje vCard datoteka u lokalnu privremenu pohranu. Stvarni uvoz počet će uskoro."</string>
@@ -212,40 +216,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na SD kartici nije pronađena nijedna vCard datoteka."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt NFC-om"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Izvesti kontakte?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Odaberite vCard datoteku"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Uvoz jedne vCard datoteke"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Uvoz više vCard datoteka"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Uvezi sve vCard datoteke"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Traženje vCard podataka u pohrani..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Traženje vCard podataka na SD kartici..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Spremanje u predmemoriju"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Pohrana se ne može skenirati. (Razlog: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD kartica ne može se skenirati. (Razlog: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Uvoz <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Izvoz u pohranu"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Izvezi u .vcf datoteku"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Poredaj po"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ime"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Prezime"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Oblik imena"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Najprije ime"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Najprije prezime"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Zadani račun za nove kontakte"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Račun za sinkronizaciju metapodataka kontakata"</string>
+    <string name="setting_about" msgid="3926137653588942297">"O kontaktima"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Dijeli vidljive kontakte"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nije uspjelo dijeljenje vidljivih kontakata"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Uvoz/izvoz kontakata"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Uvoz kontakata"</string>
     <string name="share_error" msgid="665756457151793108">"Ovaj kontakt nije moguće dijeliti."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nema kontakata za dijeljenje."</string>
     <string name="menu_search" msgid="7464453023659824700">"Pretraži"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakti za prikaz"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakti za prikaz"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definiranje prilagođenog prikaza"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Prilagodba prikaza"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Pronađi kontakte"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoriti"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nema kontakata."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nema vidljivih kontakata."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Nema favorita."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nema favorita"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nema kontakata pod: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Briši često kontaktirane"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Odaberi SIM karticu"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Računi"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Upravljaj računima"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Uvoz/izvoz"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"putem izvora <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> putem izvora <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -255,4 +258,23 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Račun"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Uvijek upotrebljavaj za pozive"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Poziv putem usluge"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Poziv uz bilješku"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Napišite bilješku koju ćete poslati uz poziv..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"POŠALJI I NAZOVI"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepročitana stavka. </item>
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepročitane stavke. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nepročitanih stavki. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Međuverzija"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licence otvorenog izvornog koda"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Pojedinosti o licenci za softver otvorenog koda"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Pravila o privatnosti"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Uvjeti pružanja usluge"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licence otvorenog izvornog koda"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> potvrđen"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> nije potvrđen"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Upućivanje videopoziva"</string>
 </resources>
diff --git a/res-common/values-hu/strings.xml b/res-common/values-hu/strings.xml
index bb00b07..24ae397 100644
--- a/res-common/values-hu/strings.xml
+++ b/res-common/values-hu/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Másolt szöveg"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Másolás vágólapra"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> hívása"</string>
     <string name="call_home" msgid="1479549630992276827">"Otthoni szám hívása"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Mobil hívása"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Névjegyek"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Egyéb"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Címtár"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Munkahelyi névjegyek címtára"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Összes névjegy"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Én"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Keresés…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Gyakran keresettek"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Névjegy megtekintése"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Minden névjegy telefonszámokkal"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Munkaprofilnévjegyek"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Frissítések megtekintése"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Csak a táblagépen, nem szinkronizált"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Csak a telefonon, nem szinkronizált"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Szervezet"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Kapcsolat"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Fontos dátumok"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Különleges dátum"</string>
     <string name="sms" msgid="8086289395154598654">"Szöveges üzenet"</string>
     <string name="postal_address" msgid="7692926530081579786">"Cím"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Cég"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Cím"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Beosztás"</string>
     <string name="label_notes" msgid="3997277594846722699">"Megjegyzések"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Webhely"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Csevegés"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"törlés"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Névmezők részletes vagy listanézete"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Fonetikus névmezők kinyitása és összecsukása"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Összes névjegy"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Csillaggal megjelölt"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Személyre szabás"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Kész"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Mégse"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Ismerősök itt: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Névjegyek egyéni nézetben"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Egyéni nézet névjegyei"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Egyetlen névjegy"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Névjegy létrehozása a következő fiókban:"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"Importálás a SIM kártyáról"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Importált névjegyek mentési helye:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Importálás SIM kártyáról"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importálás a következő SIM kártyáról: <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importálás a következő SIM kártyáról: <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importálás a tárhelyről"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importálás .vcf fájlból"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Megszakítja <xliff:g id="FILENAME">%s</xliff:g> importálását?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Megszakítja <xliff:g id="FILENAME">%s</xliff:g> exportálását?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard imp./exp. megszakítása sikertelen"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"A(z) „<xliff:g id="FILE_NAME">%s</xliff:g>” fájl nem nyitható meg: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nem sikerült elindítani az exportálót: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nincs exportálható névjegy."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Letiltott egy szükséges engedélyt."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Hiba történt az exportálás során: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"A fájlnév túl hosszú („<xliff:g id="FILENAME">%s</xliff:g>”)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Túl sok vCard fájl van a tárhelyen."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Nem sikerült begyűjteni a vCard-fájl(ok) metaadatait."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Egy vagy több fájl nem importálható (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"A(z) <xliff:g id="FILENAME">%s</xliff:g> exportálása befejeződött."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"A névjegyek exportálása befejeződött."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"A(z) <xliff:g id="FILENAME">%s</xliff:g> exportálása megszakítva."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Névjegyadatok exportálása"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Névjegyadatok exportálása ide: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"A vCard-készítő nem megfelelően indult el."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Sikertelen export"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Nem sikerült a névjegyadatok exportálása.\nOk: „<xliff:g id="FAIL_REASON">%s</xliff:g>”"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nem található tárhely."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nem található SD-kártya."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Névjegyek listájának exportálása a(z) <xliff:g id="VCARD_FILENAME">%s</xliff:g> fájlba."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importálás – <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nem sikerült beolvasni a vCard adatait."</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"A vCard-adatok beolvasása megszakítva"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"A fájl importálása nemsokára megtörténik."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"A vCard-importálási kérelem elutasítva. Próbálja újra később."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"A(z) <xliff:g id="FILENAME">%s</xliff:g> hamarosan exportálva lesz."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"A fájl exportálása hamarosan megtörténik."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"A vCard-exportálási kérelem elutasítva. Próbálja újra később."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"névjegy"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(ok) mentése az ideiglenes helyi tárolóba. A tényleges importálás hamarosan megkezdődik."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Nem található vCard fájl az SD-kártyán"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC-n kapott név"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportálja a névjegyeket?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Válassza ki a vCard fájlt"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Egyetlen vCard fájl importálása"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Több vCard fájl importálása"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Az összes vCard fájl importálása"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"vCard-adatok keresése a tárhelyen..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"vCard-adatok keresése az SD-kártyán..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Gyorsítótárazás"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"A tárhelyet nem lehet beolvasni. (Ok: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Az SD-kártyát nem lehet beolvasni. (Ok: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importálás – <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportálás a tárhelyre"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportálás .vcf fájlba"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Rendezés"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Utónév"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Vezetéknév"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Névformátum"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Utónév elöl"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Vezetéknév elöl"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Alapértelmezett fiók az új névjegyek számára"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"A névjegy metaadatainak szinkronizálási fiókja"</string>
+    <string name="setting_about" msgid="3926137653588942297">"A Névjegyekről"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Látható névjegyek megosztása"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nem sikerült megosztani a látható névjegyeket."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Névjegyek importálása/exportálása"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Névjegyek importálása"</string>
-    <string name="share_error" msgid="665756457151793108">"Ez a névjegy nem osztható meg."</string>
+    <string name="share_error" msgid="665756457151793108">"Ezt a névjegyet nem lehet megosztani."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nincsenek megosztható névjegyek."</string>
     <string name="menu_search" msgid="7464453023659824700">"Keresés"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Megjelenítendő névjegyek"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Megjelenítendő névjegyek"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Kedvencek"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nincsenek névjegyek."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nincsenek látható névjegyek."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Nincsenek kedvencek."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nincsenek kedvencek"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nincsenek névjegyek itt: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Gyakran keresettek törlése"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM kártya kiválasztása"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Fiókok"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Fiókok kezelése"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importálás/exportálás"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"itt: <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> itt: <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Fiók"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Mindig ezt használja hívásokhoz"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Hívás a következővel:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Hívás üzenettel"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Írjon üzenetet, amelyet elküldhetünk a hívással együtt…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"KÜLDÉS és HÍVÁS"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="LIMIT">%2$s</xliff:g>/<xliff:g id="COUNT">%1$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> olvasatlan elem. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> olvasatlan elem. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Build verziószáma"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Nyílt forráskódú licencek"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"A nyílt forráskódú szoftverekhez kapcsolódó licenc részletei"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Adatvédelmi irányelvek"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Általános Szerződési Feltételek"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Nyílt forráskódú licencek"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"A(z) <xliff:g id="ACCOUNT_INFO">%s</xliff:g> bejelölve"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"A(z) <xliff:g id="ACCOUNT_INFO">%s</xliff:g> nincs bejelölve"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Videohívás indítása"</string>
 </resources>
diff --git a/res-common/values-hy-rAM/strings.xml b/res-common/values-hy-rAM/strings.xml
index d20f4ee..f2d902a 100644
--- a/res-common/values-hy-rAM/strings.xml
+++ b/res-common/values-hy-rAM/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Տեսքտը պատճենվեց"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Պատճենել սեղմատախտակին"</string>
     <string name="call_custom" msgid="2786306789889210756">"Զանգել <xliff:g id="CUSTOM">%s</xliff:g> համարին"</string>
     <string name="call_home" msgid="1479549630992276827">"Զանգել տուն"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Զանգել շարժականին"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Կոնտակտներ"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Այլ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Գրացուցակ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Աշխատանքային գրացուցակ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Բոլոր կոնտակտները"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ես"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Որոնում..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Հաճախակի հաղորդակցվող"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Դիտել կոնտակտը"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Բոլոր հեռախոսահամարներով կոնտատկները"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Աշխատանքային պրոֆիլի կոնտակտներ"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Դիտել թարմացումները"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Միայն գրասալիկի համար, չհամաժամեցված"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Միայն հեռախոսային, չհամաժամեցված"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Կազմակերպությունը"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Հարաբերություն"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Հատուկ ամսաթվեր"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Հատուկ ամսաթիվ"</string>
     <string name="sms" msgid="8086289395154598654">"Տեքստային հաղորդագրություն"</string>
     <string name="postal_address" msgid="7692926530081579786">"Հասցեն"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Ընկերությունը"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Զրույց"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ջնջել"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ընդարձակել կամ սեղմել անունների դաշտերը"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Ընդարձակել կամ կոծկել հնչյունաբանական անվան դաշտերը"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Բոլոր կոնտակտները"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Աստղանշված"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Հարմարեցնել"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g>-ի կոնտակտները"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Հատուկ տեսքով կոնտակտներ"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Մեկ կոնտակտ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Ստեղծել կոնտակտ հաշվի հետ"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Պահել ներմուծված կոնտակտներն այստեղ՝"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Ներմուծել SIM քարտից"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Ներմուծել <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> SIM-ից"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Ներմուծել <xliff:g id="SIM_NAME">%1$s</xliff:g> SIM-ից"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Ներմուծել պահոցից"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Ներմուծել .vcf ֆայլից"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Չեղարկե՞լ <xliff:g id="FILENAME">%s</xliff:g>-ի ներմուծումը:"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Չեղարկե՞լ <xliff:g id="FILENAME">%s</xliff:g>-ի արտահանումը"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Հնարավոր չէ չեղարկել vCard-ի ներմուծումը/արտահանումը"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Հնարավոր չէ բացել «<xliff:g id="FILE_NAME">%s</xliff:g>»-ը. պատճառը` <xliff:g id="EXACT_REASON">%s</xliff:g>:"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Հնարավոր չէ մեկնարկել արտահանողին. պատճառը` «<xliff:g id="EXACT_REASON">%s</xliff:g>»:"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Արտահանելի կոնտակտներ չկան:"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Դուք անջատել եք անհրաժեշտ թույլտվությունը:"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Արտահանման ընթացքում սխալ է տեղի ունեցել. պատճառը` «<xliff:g id="EXACT_REASON">%s</xliff:g>»:"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Պահանջվող ֆայլի անունը («<xliff:g id="FILENAME">%s</xliff:g>») շատ երկար է:"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Փահոցում չափից շատ vCard ֆայլեր կան:"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Հնարավոր չէ հավաքել vCard ֆայլ(եր)ի մետա տեղեկատվությունը:"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Հնարավոր չէ ներմուծել մեկ կամ ավելի ֆայլեր (%s):"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>-ի արտահանումը ավարտվեց:"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Կոնտակտների արտահանումը ավարտվեց:"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>-ի արտահանումը չեղարկվեց:"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Կոնտակտային տվյալների արտահանում"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Ձեր կոնտակտային տվյալները արտահանվում են <xliff:g id="FILE_NAME">%s</xliff:g>:"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard-ի կազմիչը ճիշտ չի մեկնարկել:"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Հնարավոր չէ արտահանել"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Կոնտակտային տվյալները չեն արտահանվել:\nՊատճառը՝ «<xliff:g id="FAIL_REASON">%s</xliff:g>»"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Պահոց չի հայտնաբերվել:"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD քարտ չի հայտնաբերվել:"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Ձեր կոնտակտների ցանկը կարտահանվի <xliff:g id="VCARD_FILENAME">%s</xliff:g> ֆայլ:"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g>-ի ներմուծում"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Չհաջողվեց ընթերցել vCard-ի տվյալները"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard տվյալների ընթերցումը չեղարկվեց"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Ֆայլը շուտով կներմուծվի:"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard-ի ներմուծման հայցը մերժվել է: Կրկին փորձեք ավելի ուշ:"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g>-ը կարտահանվի շուտով:"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Ֆայլը շուտով կարտահանվի:"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard-ի արտահանման հայցը մերժվեց: Փորձեք կրկին ավելի ուշ:"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"կոնտակտ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(եր)-ի քեշավորում ժամանակավոր պաոց: Փաստացի ներմուծումը կսկսվի շուտով:"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD քարտում vCard ֆայլ չի հայտնաբերվել:"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC-ով ստացված կոնտակտ"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Արտահանե՞լ կոնտակտները"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Ընտրեք vCard ֆայլը"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Ներմուծել մեկ vCard ֆայլ"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Ներմուծել մի քանի vCard ֆայլ"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Ներմուծել բոլոր vCard ֆայլերը"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"vCard տվյալների որոնում պահոցում..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"vCard-ի տվյալների որոնում SD քարտի վրա..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Քեշավորում"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Պահոցը հնարավոր չէ սկանավորել: (Պատճառը` «<xliff:g id="FAIL_REASON">%s</xliff:g>»)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Չհաջողվեց սկանավորել SD քարտը: (Պատճառը՝ «<xliff:g id="FAIL_REASON">%s</xliff:g>»)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>-ի ներմուծում"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Արտահանել պահոց"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Արտահանել .vcf ֆայլ"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Դասավորել ըստ"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Անուն"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Ազգանուն"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Անվան ձևաչափը"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Սկզբում՝ անունը"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Սկզբում՝ ազգանունը"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Կանխադրված հաշիվ նոր կոնտակտների համար"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Կոնտակտի մետատվյալների համաժամացման հաշիվ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Կոնտակտների մասին"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Փոխանցել տեսանելի կոնտակտները"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Չհաջողվեց համօգտագործել տեսանելի կոնտակտները:"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Կոնտակտների ներմուծում/արտահանում"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Ներմուծել կոնտակտներ"</string>
     <string name="share_error" msgid="665756457151793108">"Հնարավոր չէ տարածել կոնտակտը:"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Կոնտակտներ չունեք, որոնցով կարող եք կիսվել:"</string>
     <string name="menu_search" msgid="7464453023659824700">"Որոնել"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Ցուցադրվող կոնտկատներ"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Ցուցադրվող կոնտակտներ"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Ընտրյալներ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Կոնտակտներ չկան:"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Տեսանելի կոնտակտներ չկան:"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ընտրյալներ չկան:"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Ընտրանի չկա"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>-ում կոնտակտներ չկան"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Մաքրել հաճախակիները"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Ընտրեք SIM քարտը"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Հաշիվներ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Հաշիվների կառավարում"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Ներմուծել/արտահանել"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g>-ի միջոցով"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>` <xliff:g id="SOURCE">%2$s</xliff:g>-ի միջոցով"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Հաշիվ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Միշտ օգտագործել սա՝ զանգերի համար"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Զանգահարել հետևյալով"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Գրառումով զանգ"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Մուտքագրեք նշում՝ զանգի հետ ուղարկելու համար ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ՈՒՂԱՐԿԵԼ ԵՎ ԶԱՆԳԵԼ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>: <xliff:g id="COUNT_3">%2$d</xliff:g> չընթարցված տարր: </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>: <xliff:g id="COUNT_3">%2$d</xliff:g> չընթարցված տարր: </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Թողարկման տարբերակը"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Բաց աղբյուրով լիցենզիաներ"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Լիցենզիայի մանրամասներ բաց աղբյուրով ծրագրային ապահովման համար"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Գաղտնիության քաղաքականություն"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Օգտագործման պայմաններ"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Բաց աղբյուրով լիցենզիաներ"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> հաշիվը նշվել է"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> հաշիվը չի նշվել"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Կատարել տեսազանգ"</string>
 </resources>
diff --git a/res-common/values-in/strings.xml b/res-common/values-in/strings.xml
index 85a9cf2..f2c4568 100644
--- a/res-common/values-in/strings.xml
+++ b/res-common/values-in/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teks disalin"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Salin ke papan klip"</string>
     <string name="call_custom" msgid="2786306789889210756">"Hubungi <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Telepon rumah"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Hubungi nomor seluler"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontak"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Lainnya"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktori"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Direktori Kerja"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Semua kontak"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Saya"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Menelusuri…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Paling sering dihubungi"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Lihat kontak"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Semua kontak dengan nomor telepon"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontak Profil Kerja"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Lihat pembaruan"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablet saja, tidak disinkronkan"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Ponsel saja, tidak disinkronkan"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisasi"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Hubungan"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Tanggal khusus"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Tanggal khusus"</string>
     <string name="sms" msgid="8086289395154598654">"Pesan teks"</string>
     <string name="postal_address" msgid="7692926530081579786">"Alamat"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Perusahaan"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Judul"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Jabatan"</string>
     <string name="label_notes" msgid="3997277594846722699">"Catatan"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Situs web"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Ngobrol"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"hapus"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Luaskan atau ciutkan bidang nama"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Luaskan atau ciutkan bidang nama fonetik"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Semua kontak"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Yang berbintang"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Sesuaikan"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontak di <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontak dalam tampilan khusus"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Kontak tunggal"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Buat kontak di bawah akun"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Simpan kontak yang diimpor ke:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Impor dari kartu SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Impor dari SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Impor dari SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Impor dari penyimpanan"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Impor dari file .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Batalkan impor <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Batalkan ekspor <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Tidak dapat membatalkan impor/ekspor vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Tidak dapat membuka \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Tidak dapat memulai pengekspor: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Tidak ada kontak yang dapat diekspor."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Anda telah menonaktifkan izin yang diperlukan."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Terjadi kesalahan saat ekspor: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Nama file yang diperlukan terlalu panjang (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Terlalu banyak file vCard dalam penyimpanan."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Tidak dapat mengumpulkan informasi meta dari file vCard yang diberikan."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Satu file atau lebih tidak dapat diimpor (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Selesai mengekspor <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Selesai mengekspor kontak."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Batal mengekspor <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Mengekspor data kontak"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Data kontak Anda sedang diekspor ke: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Penyusun vCard tidak memulai dengan semestinya."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Tak dapat mengekspor"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Data kontak tidak diekspor.\nAlasan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Tidak ditemukan penyimpanan."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Tidak ditemukan kartu SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Daftar kontak Anda akan diekspor ke file: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Mengimpor <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Tidak dapat membaca data vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Batal membaca data vCard"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"File akan segera diimpor."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Permintaan impor vCard ditolak. Coba lagi nanti."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> akan segera diekspor."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"File akan segera diekspor."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Permintaan ekspor vCard ditolak. Coba lagi nanti."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontak"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Menyimpan vCard ke dalam cache penyimpanan lokal sementara. Impor yang sebenarnya akan segera dimulai."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Tidak ditemukan file vCard pada kartu SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontak diterima lewat NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Ekspor kontak?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Pilih file vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Impor satu file vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Impor beberapa file vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Impor semua file vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Menelusuri data vCard dalam penyimpanan..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Menelusuri data vCard pada kartu SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Menyimpan ke cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Penyimpanan tidak dapat dipindai. (Alasan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Kartu SD tidak dapat dipindai. (Alasan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Mengimpor <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Ekspor ke penyimpanan"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Ekspor ke file .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Urutkan menurut"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nama depan"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nama belakang"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format nama"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Nama depan pertama"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Nama belakang pertama"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Akun default untuk kontak baru"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Akun sinkronisasi metadata kontak"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Tentang Kontak"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Bagikan kontak yang terlihat"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Gagal membagikan kontak yang terlihat."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Impor/ekspor kontak"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Impor kontak"</string>
     <string name="share_error" msgid="665756457151793108">"Kontak ini tidak dapat dibagi."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Tidak ada kontak untuk dibagikan."</string>
     <string name="menu_search" msgid="7464453023659824700">"Telusuri"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontak untuk ditampilkan"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontak untuk ditampilkan"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favorit"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Tidak ada kontak."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Tidak ada kontak yang terlihat."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Tidak ada favorit."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Tidak ada favorit"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Tidak ada kontak di <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Hapus yang sering"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Pilih kartu SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Akun"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Kelola akun"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Impor/ekspor"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"melalui <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> melalui <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Akun"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Selalu gunakan ini untuk telepon"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Telepon dengan"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Telepon dengan catatan"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Ketik catatan untuk dikirim dengan panggilan telepon ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"KIRIM &amp; PANGGILAN"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> item belum dibaca. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> item belum dibaca. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versi build"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Lisensi sumber terbuka"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detail lisensi untuk perangkat lunak sumber terbuka"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Kebijakan privasi"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Persyaratan layanan"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Lisensi sumber terbuka"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> diperiksa"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> tidak diperiksa"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Lakukan video call"</string>
 </resources>
diff --git a/res-common/values-is-rIS/strings.xml b/res-common/values-is-rIS/strings.xml
index f77d0fc..75cdd19 100644
--- a/res-common/values-is-rIS/strings.xml
+++ b/res-common/values-is-rIS/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texti afritaður"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Afrita á klippiborð"</string>
     <string name="call_custom" msgid="2786306789889210756">"Hringja í <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Hringja heim"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Hringa í farsíma"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Tengiliðir"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Aðrir"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Skrá"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Vinnuskrá"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Allir tengiliðir"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ég"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Leitar…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Oft haft samband við"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Skoða tengilið"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Allir tengiliðir með símanúmer"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Tengiliðir í vinnusniði"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Skoða uppfærslur"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Aðeins í spjaldtölvunni, ekki samstilltur"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Aðeins í símanum, ekki samstilltur"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Spjall"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Fyrirtæki"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Tengsl"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Merkisdagar"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Sérstök dagsetning"</string>
     <string name="sms" msgid="8086289395154598654">"Senda textaskilaboð"</string>
     <string name="postal_address" msgid="7692926530081579786">"Heimilisfang"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Fyrirtæki"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Spjalla"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"eyða"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Birta fleiri eða færri nafnareiti"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Birta fleiri eða færri nafnareiti"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Allir tengiliðir"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Stjörnumerktir"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Sérsníða"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Tengiliðir á <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Tengiliðir á sérsniðnu yfirliti"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Einn tengiliður"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Búa til tengilið á reikningnum"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Vista innflutta tengiliði á:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Flytja inn af SIM-korti"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Flytja inn af SIM-korti <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Flytja inn af SIM-korti <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Flytja inn úr geymslu"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Flytja inn úr .vcf-skrá"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Hætta við innflutning á <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Hætta við útflutning á <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Ekki tókst að hætta við flutning vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Ekki tókst að opna „<xliff:g id="FILE_NAME">%s</xliff:g>“: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Ekki tókst að ræsa útflutningsverkfærið: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Engir tengiliðir sem flytja má út."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Þú hefur gert nauðsynlegt leyfi óvirkt."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Villa kom upp við útflutninginn: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Skráarheitið er of langt („<xliff:g id="FILENAME">%s</xliff:g>“)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Of margar vCard-skrár eru í geymslunni."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Ekki tókst að safna lýsigögnum fyrir uppgefna(r) vCard-skrá(r)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Ekki tókst að flytja inn eina eða fleiri skrár (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Útflutningi á <xliff:g id="FILENAME">%s</xliff:g> lokið."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Útflutningi tengiliða lokið."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Hætt við útflutning á <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Flytur út tengiliðagögn"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Verið er að flytja tengiliðagögnin þín út í skrána: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Ræsing vCard-skrifviðmótsins tókst ekki."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Flutningur mistókst"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Tengiliðagögn voru ekki flutt út.\nÁstæða: „<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Engin geymsla fannst."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Ekkert SD-kort fannst."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Tengiliðalistinn þinn verður fluttur út í skrána: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Flytur inn <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Ekki tókst að lesa gögn úr vCard-skrá"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Hætt við lestur vCard-gagna"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Skráin verður flutt inn innan skamms."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Beiðni um innflutning vCard-skrár hafnað. Reyndu aftur síðar."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> verður flutt út innan skamms."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Skráin verður flutt út innan skamms."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Beiðni um útflutning vCard-skrár hafnað. Reyndu aftur síðar."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"tengiliður"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Setur vCard í skyndiminni í staðbundinni geymslu. Raunverulegur innflutningur hefst innan skamms."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Engin vCard-skrá fannst á SD-kortinu."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Tengiliður mótt. um NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Flytja út tengiliði?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Veldu vCard-skrá"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Flytja inn eina vCard-skrá"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Flytja inn margar vCard-skrár"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Flytja inn allar vCard-skrár"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Leitar að vCard-gögnum í geymslu…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Leitar að vCard-gögnum á SD-korti…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Setur í skyndiminni"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Ekki tókst að leita í geymslunni. (Ástæða: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Ekki tókst að leita á SD-kortinu. (Ástæða: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Flytur inn <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Flytja út í geymslu"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Flytja út í .vcf-skrá"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Raða eftir"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Fornafn"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Eftirnafn"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Nafnasnið"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Fornafn fyrst"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Eftirnafn fyrst"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Sjálfgefinn reikningur fyrir nýja tengiliði"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Hafa samband við samhæfðan lýsigagnareikning"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Um tengiliði"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Deila sýnilegum tengiliðum"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Mistókst að deila sýnilegum tengiliðum."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Tengiliðir fluttir inn/út"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Flytja tengiliði inn"</string>
     <string name="share_error" msgid="665756457151793108">"Ekki er hægt að deila þessum tengilið."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Engir tengiliðir til að deila."</string>
     <string name="menu_search" msgid="7464453023659824700">"Leita"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Tengiliðir til að birta"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Tengiliðir til að birta"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Uppáhald"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Engir tengiliðir."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Engir sýnilegir tengiliðir."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Enginn í uppáhaldi."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Ekkert uppáhald"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Engir tengiliðir í <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Hreinsa algenga tengiliði"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Veldu SIM-kort"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Reikningar"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Stjórna reikningum"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Innflutningur og útflutningur"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"í gegnum <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> í gegnum <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Reikningur"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Nota þetta alltaf fyrir símtöl"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Hringja með"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Símtal með texta"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Sláðu inn texta til að senda með símtalinu..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SENDA OG HRINGJA"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ólesið atriði. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ólesin atriði. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Útgáfa smíðar"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Leyfi opins kóða"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Leyfisupplýsingar fyrir hugbúnað með opnum kóða"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Persónuverndarstefna"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Þjónustuskilmálar"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Leyfi opins kóða"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Merkt við <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Ekki merkt við <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Hringja myndsímtal"</string>
 </resources>
diff --git a/res-common/values-it/strings.xml b/res-common/values-it/strings.xml
index 6f86b29..5d55969 100644
--- a/res-common/values-it/strings.xml
+++ b/res-common/values-it/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Testo copiato"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copia negli appunti"</string>
     <string name="call_custom" msgid="2786306789889210756">"Chiama <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Chiama casa"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Chiama cellulare"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contatti"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Altro"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directory"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Directory di lavoro"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Tutti i contatti"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Io"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Ricerca…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contattati spesso"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Visualizza contatto"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Tutti i contatti con numeri di telefono"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contatti del profilo di lavoro"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Visualizza aggiornamenti"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Solo su tablet, non sincronizzato"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Solo su telefono, non sincronizzato"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizzazione"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relazione"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Date speciali"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data speciale"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Indirizzo"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Società"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Titolo"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Ruolo"</string>
     <string name="label_notes" msgid="3997277594846722699">"Note"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Sito web"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatta"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"elimina"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Espandi o comprimi i campi dei nomi"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Espandi o comprimi i campi dei nomi fonetici"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Tutti i contatti"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Speciali"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizza"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contatti in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contatti in visualizzazione personalizzata"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contatto singolo"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Crea contatto nell\'account"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Salva i contatti importati in:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importa da scheda SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importa da SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importa da SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importa da archivio"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importa da file .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Annullare l\'importazione di <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Annullare l\'esportazione di <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Annull. import./esport. vCard non riuscito"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Apertura di \"<xliff:g id="FILE_NAME">%s</xliff:g>\" non riuscita: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Avvio dell\'utilità di esportazione non riuscito: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nessun contatto esportabile."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Hai disattivato un\'autorizzazione obbligatoria."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Si è verificato un errore durante l\'esportazione: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Il nome file richiesto è troppo lungo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Troppi file vCard nell\'archivio."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Raccolta dei metadati dei file vCard specificati non riuscita."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Importazione di uno o più file non riuscita (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Esportazione di <xliff:g id="FILENAME">%s</xliff:g> terminata."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Esportazione dei contatti terminata."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Esportazione di <xliff:g id="FILENAME">%s</xliff:g> annullata."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Esportazione dati contatti"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"I dati dei contatti sono in fase di esportazione in: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Il compositore di vCard non si è avviato correttamente."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Impossibile esportare"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"I dati dei contatti non sono stati esportati.\nMotivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nessun archivio trovato."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nessuna scheda SD trovata."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"L\'elenco dei contatti verrà esportato nel file: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importazione di <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Lettura dati vCard non riuscita"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lettura dati vCard annullata"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Il file sarà importato a breve."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Richiesta importazione vCard rifiutata. Riprova più tardi."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"La vCard <xliff:g id="FILENAME">%s</xliff:g> verrà esportata a breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Il file verrà esportato a breve."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Richiesta esportazione vCard rifiutata. Riprova più tardi."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contatto"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Memorizzazione delle vCard nella cache di archiviazione temporanea locale. L\'importazione reale inizierà a breve."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Nessun file vCard trovato sulla scheda SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contatto via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Esportare contatti?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Scegli file vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importa un file vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importa più file vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importa tutti i file vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Ricerca dati vCard nell\'archivio..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Ricerca dati vCard su scheda SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Memorizzazione nella cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Scansione dell\'archivio non riuscita. Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Scansione della scheda SD non riuscita. Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importazione di <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Esporta in archivio"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Esporta  in file .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordina per"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nome"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Cognome"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato nome"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Prima il nome"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Prima il cognome"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Account predefinito per i nuovi contatti"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Account di sincronizzazione metadati di contatto"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Informazioni sull\'applicazione Contatti"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Condividi contatti visibili"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Impossibile condividere i contatti visibili."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importa/esporta contatti"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importa contatti"</string>
     <string name="share_error" msgid="665756457151793108">"Questo contatto non può essere condiviso."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nessun contatto da condividere."</string>
     <string name="menu_search" msgid="7464453023659824700">"Cerca"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contatti da visualizzare"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contatti da visualizzare"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definisci visualizzazione personalizzata"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Visualizzazione personalizzata"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Trova contatti"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Preferiti"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nessun contatto."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nessun contatto visibile."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Nessun preferito."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nessun preferito"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nessun contatto in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Cancella frequenti"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Seleziona scheda SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Account"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gestisci account"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importa/esporta"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"tramite <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> tramite <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Account"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Usa sempre questa per chiamare"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Chiama con"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Chiama e invia una nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Digita una nota da inviare con la chiamata..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"INVIA E CHIAMA"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> elementi da leggere. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> elemento da leggere. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versione build"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licenze open source"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Dettagli della licenza del software open source"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Norme sulla privacy"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Termini di servizio"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licenze open source"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> contrassegnato"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> non contrassegnato"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Effettua videochiamata"</string>
 </resources>
diff --git a/res-common/values-iw/strings.xml b/res-common/values-iw/strings.xml
index 2c8a0e0..6e9d79e 100644
--- a/res-common/values-iw/strings.xml
+++ b/res-common/values-iw/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"טקסט הועתק"</string>
+    <string name="copy_text" msgid="3424081789297978355">"העתק ללוח"</string>
     <string name="call_custom" msgid="2786306789889210756">"התקשר אל <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"התקשר לבית"</string>
     <string name="call_mobile" msgid="8618334085824709009">"התקשר לנייד"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"אנשי קשר"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"אחר"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ספריה"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ספריית עבודה"</string>
     <string name="local_search_label" msgid="9094584931063745728">"כל אנשי הקשר"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"אני"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"מחפש…"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"בקשר לעתים קרובות"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"הצג איש קשר"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"כל אנשי הקשר עם מספרי טלפון"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"אנשי קשר של פרופיל עבודה"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"הצג עדכונים"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"טאבלט בלבד, לא מסונכרן"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"טלפון בלבד, לא מסונכרן"</string>
@@ -108,11 +111,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"הודעות מיידיות"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ארגון"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"קשר"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"תאריכים מיוחדים"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"תאריך מיוחד"</string>
     <string name="sms" msgid="8086289395154598654">"הודעת טקסט"</string>
     <string name="postal_address" msgid="7692926530081579786">"כתובת"</string>
     <string name="ghostData_company" msgid="22470841482615409">"חברה"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"כותרת"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"תפקיד"</string>
     <string name="label_notes" msgid="3997277594846722699">"הערות"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"אתר"</string>
@@ -145,6 +148,7 @@
     <string name="chat" msgid="6297650784873558837">"צ\'אט"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"מחק"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"הרחב או כווץ שמות של שדות"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"הרחב או כווץ שדות של שמות פונטיים"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"כל אנשי הקשר"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"מסומן בכוכב"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"התאם אישית"</string>
@@ -161,11 +165,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"אנשי קשר ב-<xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"אנשי קשר בתצוגה מותאמת אישית"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"איש קשר יחיד"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"צור איש קשר בחשבון"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"שמור אנשי קשר שיובאו ב-:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"‏יבא מכרטיס SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"‏יבא מ-SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"‏יבא מ-SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"יבא מאמצעי אחסון"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"‏יבא מקובץ ‎.vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"האם לבטל את הייבוא של <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"האם לבטל את הייצוא של <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"‏לא ניתן היה לבטל ייבוא/ייצוא של vCard"</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"לא ניתן היה לפתוח את \"<xliff:g id="FILE_NAME">%s</xliff:g>\"‏: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"לא ניתן להפעיל את המייצא: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"אין אנשי קשר הניתנים לייצוא."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"השבתת הרשאה נדרשת."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"אירעה שגיאה במהלך הייצוא: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"שם הקובץ הדרוש ארוך מדי (\"<xliff:g id="FILENAME">%s</xliff:g>\")"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"‏באמצעי האחסון קיימים קובצי vCard רבים מדי."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"‏לא ניתן היה לאסוף מטא-מידע של קובצי vCard נתונים."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"‏לא ניתן היה לייבא קובץ אחד או יותר (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"הייצוא של <xliff:g id="FILENAME">%s</xliff:g> הסתיים."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"ייצוא אנשי הקשר הושלם."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"הייצוא של <xliff:g id="FILENAME">%s</xliff:g> בוטל."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"מייצא נתונים של אנשי קשר"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"נתוני אנשי הקשר שלך מיוצאים אל: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"‏יישום יצירת ה-vCard לא הופעל כהלכה."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"לא ניתן היה לייצא"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"נתוני אנשי הקשר לא יוצאו.\nסיבה: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"לא נמצאו אמצעי אחסון."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"‏לא נמצא כרטיס SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"רשימת אנשי הקשר שלך תיוצא לקובץ: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"מייבא את <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"‏לא ניתן היה לקרוא נתוני vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"‏קריאת נתוני ה-VCard בוטלה"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ייבוא הקובץ יתבצע תוך זמן קצר."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"‏הבקשה לייבוא ה-vCard נדחתה. נסה שוב מאוחר יותר."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"הייצוא של <xliff:g id="FILENAME">%s</xliff:g> יתבצע תוך זמן קצר."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ייצוא הקובץ יתבצע בעוד זמן קצר."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"‏הבקשה לייצוא ה-vCard נדחתה. נסה שוב מאוחר יותר."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"איש קשר"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"‏קובצי ה-vCard נשמרים כקבצים באחסון מקומי זמני. הייבוא בפועל יחל בקרוב."</string>
@@ -213,41 +217,40 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"‏לא נמצאו קובצי vCard בכרטיס ה-SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"‏איש הקשר התקבל באמצעות NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"לייצא את אנשי הקשר?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"‏בחר קובץ vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"‏יבא קובץ vCard אחד"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"‏יבא קובצי vCard מרובים"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"‏יבא את כל קובצי ה-vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"‏מחפש נתוני vCard באמצעי האחסון…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"‏מחפש נתוני vCard בכרטיס ה-SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"שומר כקובץ שמור"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"לא ניתן היה לסרוק את אמצעי האחסון. (סיבה: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"‏לא ניתן היה לסרוק את כרטיס ה-SD. (סיבה: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"מייבא <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>‏: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"יצא לאמצעי אחסון"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"‏יצא לקובץ ‎.vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"מיין לפי"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"שם פרטי"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"שם משפחה"</string>
-    <string name="display_options_view_names_as" msgid="3232196224409242435">"פורמט שם"</string>
-    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"שם פרטי תחילה"</string>
-    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"שם משפחה תחילה"</string>
+    <string name="display_options_view_names_as" msgid="3232196224409242435">"פורמט השם"</string>
+    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"שם פרטי יופיע ראשון"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"שם משפחה יופיע ראשון"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"חשבון ברירת מחדל לאנשי קשר חדשים"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"חשבון לסנכרון מטא נתונים של אנשי קשר"</string>
+    <string name="setting_about" msgid="3926137653588942297">"מידע על אנשי קשר"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"שתף אנשי קשר שמוצגים כעת"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"שיתוף של התוכן הגלוי נכשל."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"יבא/יצא אנשי קשר"</string>
     <string name="dialog_import" msgid="5177004290082451296">"יבא אנשי קשר"</string>
     <string name="share_error" msgid="665756457151793108">"לא ניתן לשתף איש קשר זה."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"אין אנשי קשר לשיתוף."</string>
     <string name="menu_search" msgid="7464453023659824700">"חפש"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"אנשי קשר להצגה"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"אנשי קשר להצגה"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"הגדרת תצוגה מותאמת אישית"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"תצוגה מותאמת אישית"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"חפש אנשי קשר"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"מועדפים"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"אין אנשי קשר."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"אין אנשי קשר גלויים."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"אין מועדפים."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"אין מועדפים"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"אין אנשי קשר ב-<xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"מחק אנשי קשר קבועים"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"‏בחר כרטיס SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"חשבונות"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"יבא/יצא"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"נהל חשבונות"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"ייבוא/ייצוא"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"באמצעות <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> באמצעות <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"הפסק לחפש"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"חשבון"</string>
     <string name="set_default_account" msgid="3865970860434642695">"השתמש תמיד עבור שיחות"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"התקשר באמצעות"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"התקשר עם הערה"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"הקלד הערה לשליחה עם השיחה..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"שלח והתקשר"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="two"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> פריטים שלא נקראו. </item>
+      <item quantity="many"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> פריטים שלא נקראו. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> פריטים שלא נקראו. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. פריט <xliff:g id="COUNT_1">%2$d</xliff:g> שלא נקרא. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"‏גרסת Build"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"רישיונות קוד פתוח"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"פרטי רישיון עבור תוכנות של קוד פתוח"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"מדיניות פרטיות"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"תנאים והגבלות"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"רישיונות קוד פתוח"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> מסומן"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> לא מסומן"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"בצע שיחת וידאו"</string>
 </resources>
diff --git a/res-common/values-ja/donottranslate_config.xml b/res-common/values-ja/donottranslate_config.xml
new file mode 100644
index 0000000..ff8a8eb
--- /dev/null
+++ b/res-common/values-ja/donottranslate_config.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2016, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+    <!-- If true, an option is shown in Display Options UI to choose a sort order -->
+    <bool name="config_sort_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_sort_order_primary">true</bool>
+
+    <!-- If true, an option is shown in Display Options UI to choose a name display order -->
+    <bool name="config_display_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_display_order_primary">true</bool>
+
+    <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
+    <bool name="config_editor_field_order_primary">false</bool>
+
+    <!-- If true, phonetic name is included in the contact editor by default -->
+    <bool name="config_editor_include_phonetic_name">true</bool>
+</resources>
diff --git a/res-common/values-ja/strings.xml b/res-common/values-ja/strings.xml
index 7819257..91f36a2 100644
--- a/res-common/values-ja/strings.xml
+++ b/res-common/values-ja/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"テキストをコピーしました"</string>
+    <string name="copy_text" msgid="3424081789297978355">"クリップボードにコピー"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g>に発信"</string>
     <string name="call_home" msgid="1479549630992276827">"自宅に発信"</string>
     <string name="call_mobile" msgid="8618334085824709009">"携帯端末に発信"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"連絡先"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"その他"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ディレクトリ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"仕事用の連絡先リスト"</string>
     <string name="local_search_label" msgid="9094584931063745728">"すべての連絡先"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"自分"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"検索しています…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"よく使う連絡先"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"連絡先を表示"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"電話番号のあるすべての連絡先"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"仕事用プロファイルの連絡先"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"更新情報を表示"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"タブレットのみ(非同期)"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"電話のみ(非同期)"</string>
@@ -96,9 +99,9 @@
     <string name="name_prefix" msgid="8219879405071462309">"敬称(名前の前)"</string>
     <string name="name_middle" msgid="3951610314424632183">"ミドルネーム"</string>
     <string name="name_suffix" msgid="5436984808550075931">"敬称(名前の後)"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"よみがな"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"フリガナ"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"フリガナ(名)"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"ミドルネームのよみがな"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"フリガナ(ミドルネーム)"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"フリガナ(姓)"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"電話"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"メール"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"組織"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"関係"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"特別な日"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"特別な日"</string>
     <string name="sms" msgid="8086289395154598654">"テキストメッセージ"</string>
     <string name="postal_address" msgid="7692926530081579786">"住所"</string>
     <string name="ghostData_company" msgid="22470841482615409">"会社"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"チャット"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"削除"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"名前フィールドの展開/折りたたみ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"フリガナ項目を展開または折りたたみます"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"すべての連絡先"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"スター付き"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"カスタマイズ"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g>の連絡先"</string>
     <string name="listCustomView" msgid="1915154113477432033">"連絡先のカスタム表示"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"単独の連絡先"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"アカウントに連絡先を作成"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"インポートされた連絡先の保存先:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIMカードからインポート"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM(<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>)からインポート"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM(<xliff:g id="SIM_NAME">%1$s</xliff:g>)からインポート"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"ストレージからインポート"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcfからインポート"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g>のインポートをキャンセルしますか?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g>のエクスポートをキャンセルしますか?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCardインポート/エクスポート取り消し不可"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"「<xliff:g id="FILE_NAME">%s</xliff:g>」を開けませんでした: <xliff:g id="EXACT_REASON">%s</xliff:g>。"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"エクスポータを起動できませんでした: 「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"エクスポートできる連絡先がありません。"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"必要な権限が無効にされています。"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"エクスポート中にエラーが発生しました: 「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ファイル名(必須)が長すぎます(「<xliff:g id="FILENAME">%s</xliff:g>」)。"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"ストレージ内のvCardファイルが多すぎます。"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"指定されたvCardファイルのメタ情報を取得できませんでした。"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"1つ以上のファイルをインポートできませんでした(%s)。"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>のエクスポートの完了"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"連絡先のエクスポートの完了"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>のエクスポートのキャンセル"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"連絡先データのエクスポート"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"連絡先データを<xliff:g id="FILE_NAME">%s</xliff:g>にエクスポートします。"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCardコンポーザーが正しく起動しませんでした。"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"エクスポート失敗"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"連絡先データはエクスポートされませんでした。\n理由: 「<xliff:g id="FAIL_REASON">%s</xliff:g>」"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ストレージはありませんでした。"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SDカードが見つかりません。"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"連絡先リストをファイル「<xliff:g id="VCARD_FILENAME">%s</xliff:g>」にエクスポートします。"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g>をインポート中"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCardデータの読み取りの失敗"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCardデータの読み取りのキャンセル"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ファイルはまもなくインポートされます。"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCardのインポートリクエストは拒否されました。しばらくしてからもう一度お試しください。"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g>はまもなくエクスポートされます。"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ファイルはまもなくエクスポートされます。"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCardのエクスポートリクエストは拒否されました。しばらくしてからもう一度お試しください。"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"連絡先"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCardをローカル一時ストレージにキャッシュしています。まもなくインポート処理を開始します。"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SDカードにvCardファイルが見つかりません。"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC受信の連絡先"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"連絡先をエクスポートしますか?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCardファイルの選択"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"vCardファイルを1つインポート"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"複数のvCardファイルをインポート"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"すべてのvCardファイルをインポート"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"ストレージ内でvCardデータを検索しています…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SDカードでvCardデータを検索しています…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"キャッシュ中"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ストレージをスキャンできませんでした(理由: 「<xliff:g id="FAIL_REASON">%s</xliff:g>」)。"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SDカードをスキャンできませんでした(理由: 「<xliff:g id="FAIL_REASON">%s</xliff:g>」)。"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>件をインポート中: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ストレージにエクスポート"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcfにエクスポート"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"並べ替え"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"名"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"姓"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"名前の形式"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"名が先"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"姓が先"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"新しい連絡先のデフォルトアカウント"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"連絡先メタデータ同期アカウント"</string>
+    <string name="setting_about" msgid="3926137653588942297">"連絡先について"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"表示可能な連絡先を共有"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"表示可能な連絡先を共有できませんでした。"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"連絡先のインポート/エクスポート"</string>
     <string name="dialog_import" msgid="5177004290082451296">"連絡先のインポート"</string>
     <string name="share_error" msgid="665756457151793108">"この連絡先は共有できません。"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"共有する連絡先がありません。"</string>
     <string name="menu_search" msgid="7464453023659824700">"検索"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"表示する連絡先"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"表示する連絡先"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"お気に入り"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"連絡先がありません。"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"表示できる連絡先はありません。"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"お気に入りはありません。"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"お気に入りはありません"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>の連絡先はありません"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"よく使う連絡先のクリア"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIMカードを選択"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"アカウント"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"アカウントを管理"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"インポート/エクスポート"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"更新元: <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>、更新元: <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"アカウント"</string>
     <string name="set_default_account" msgid="3865970860434642695">"このSIMを常に通話に使用する"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"発信用の端末アカウントを選択してください"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"メモを添付して発信"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"発信時に送信するメモを入力..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"送信と発信"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g>、<xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"><xliff:g id="TITLE_2">%1$s</xliff:g>。<xliff:g id="COUNT_3">%2$d</xliff:g>件の未読項目。</item>
+      <item quantity="one"><xliff:g id="TITLE_0">%1$s</xliff:g>。<xliff:g id="COUNT_1">%2$d</xliff:g>件の未読項目。</item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"ビルドバージョン"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"オープンソースライセンス"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"オープンソースソフトウェアに関するライセンスの詳細"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"プライバシーポリシー"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"利用規約"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"オープンソースライセンス"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> はONです"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> はOFFです"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ビデオハングアウトを発信"</string>
 </resources>
diff --git a/res-common/values-ka-rGE/strings.xml b/res-common/values-ka-rGE/strings.xml
index 436de1a..49eb8f9 100644
--- a/res-common/values-ka-rGE/strings.xml
+++ b/res-common/values-ka-rGE/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"კოპირებული ტექსტი"</string>
+    <string name="copy_text" msgid="3424081789297978355">"გაცვლის ბუფერში კოპირება"</string>
     <string name="call_custom" msgid="2786306789889210756">"დარეკვა <xliff:g id="CUSTOM">%s</xliff:g> ნომერზე"</string>
     <string name="call_home" msgid="1479549630992276827">"დარეკვა სახლში"</string>
     <string name="call_mobile" msgid="8618334085824709009">"დარეკვა მობილურზე"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"კონტაქტები"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"სხვა"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"კატალოგი"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"სამსახურის კატალოგი"</string>
     <string name="local_search_label" msgid="9094584931063745728">"ყველა კონტაქტი"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"მე"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"ძიება..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"ხშირი კონტაქტები"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"კონტაქტის ნახვა"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ყველა ტელეფონის ნომრიანი კონტაქტი"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"სამსახურის პროფილის კონტაქტები"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"განახლებების ნახვა"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"მხოლოდ ტაბლეტზე, არასინქ."</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"მხოლოდ ტელეფონზე, არასინქრონიზებული"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ორგანიზაცია"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ურთიერთობა"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"საგანგებო შეთავაზებები"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"სპეციალური თარიღი"</string>
     <string name="sms" msgid="8086289395154598654">"ტექსტური შეტყობინება (SMS)"</string>
     <string name="postal_address" msgid="7692926530081579786">"მისამართი"</string>
     <string name="ghostData_company" msgid="22470841482615409">"კომპანია"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ჩეთი"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"წაშლა"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"სახელთა ველების გაშლა ან აკეცვა"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ფონეტიკური სახელების ველების გაშლა ან ჩაკეცვა"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"ყველა კონტატი"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ვარსკვლავიანი"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"მორგება"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"კონტაქტები <xliff:g id="NAME">%s</xliff:g>-ში"</string>
     <string name="listCustomView" msgid="1915154113477432033">"კონტაქტები მორგებულ ხედში"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ერთი კონტაქტი"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"კონტაქტის შექმნა ანგარიშში"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"იმპორტირებული კონტაქტების შენახვა აქ:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM ბარათიდან იმპორტი"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"იმპორტი SIM-იდან <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"იმპორტი SIM-იდან <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"მეხსიერებიდან იმპორტი"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"იმპორტი .vcf ფაილიდან"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"გსურთ <xliff:g id="FILENAME">%s</xliff:g>-ის იმპორტის გაუქმება?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"გსურთ <xliff:g id="FILENAME">%s</xliff:g>-ის ექსპორტის გაუქმება?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard-ის იმპორტი/ექსპორტი ვერ გაუქმდა"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"„<xliff:g id="FILE_NAME">%s</xliff:g>“-ის გახსნა ვერ მოხერხდა: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ექსპორტერის გაშვება ვერ მოხერხდა: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ექსპორტირებადი კონტაქტი არ არსებობს."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"თქვენ გათიშული გაქვთ საჭირო ნებართვა."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"შეცდომის გამო ექსპორტი ვერ მოხერხდა: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"საჭირო ფაილის სახელი ძალიან გრძელია („<xliff:g id="FILENAME">%s</xliff:g>“)"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"მეხსიერებაში ძალიან ბევრი vCard ფაილია."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"მოცემული vCard ფაილ(ებ)ის მეტა ინფორმაციის შეგროვება ვერ მოხერხდა."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ერთი ან მეტი ფაილის იმპორტი ვერ მოხერხდა (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>-ის ექსპორტი დასრულდა."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"კონტაქტების ექსპორტი დასრულდა."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>-ის ექსპორტი გაუქმდა."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"მიმდინარეობს კონტაქტების მონაცემების ექსპორტი"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"მიმდინარეობს თქვენი კონტაქტების მონაცემების ექსპორტი <xliff:g id="FILE_NAME">%s</xliff:g>-ში."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard ფაილის კომპოზიტორი გაშვებულია არასწორად."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ექსპორტი ჩაიშალა."</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"კონტაქტების მონაცემები არ არის ექსპორტირებული.\nმიზეზი: „<xliff:g id="FAIL_REASON">%s</xliff:g>“"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"მეხსიერება ვერ მოიძებნა."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD ბარათი ვერ მოიძებნა."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"თქვენი კონტაქტების სია ექსპორტირდება ფაილში: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"იმპორტირდება <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard მონაცემთა წაკითხვა ვერ მოხერხდა"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard მონაცემთა წაკითხვა გაუქმდა"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ეს ფაილი მალე იმპორტირდება."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard-ის იმპორტის მოთხოვნა უარყოფილია. სცადეთ მოგვიანებით."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> მალე ექსპორტირდება."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ამ ფაილის ექსპორტი მალე შესრულდება."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard-ის ექსპორტის მოთხოვნა უარყოფილია. სცადეთ მოგვიანებით."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"კონტაქტი"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"მიმდინარეობს vCard ფაილ(ებ)ის ქეშირება ადგილობრივ დროებით მეხსიერებაში. ფაქტიური იმპორტი დაიწყება მალე."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD ბარათზე vCard ფაილი ვერ მოიძებნა."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"კონტაქტი NFC-ით"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"გსურთ კონტაქტების ექსპორტი?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"აირჩიეთ vCard ფაილი"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ყველა vCard ფაილის იმპორტი"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"მრავალი vCard ფაილის იმპორტი"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"ყველა vCard ფაილის იმპორტი"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"მიმდინარეობს vCard მონაცემთა ძიება მეხსიერებაში…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"მიმდინარეობს vCard მონაცემთა ძიება SD ბარათზე…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ქეშირება"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"SD მეხსიერების სკანირება ვერ მოხერხდა. (მიზეზი: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD ბარათის სკანირება ვერ მოხერხდა. (მიზეზი: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"იმპორტირდება <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ექსპორტი მეხსიერებაში"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"ექსპორტი .vcf ფაილში"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"სორტირება:"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"სახელი"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"გვარი"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"სახელის ფორმატი"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ჯერ სახელით"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"ჯერ გვარით"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"ნაგულისხმევი ანგარიში ახალი კონტაქტებისთვის"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"კონტაქტების მეტამონაცემების სინქრონიზაციის ანგარიში"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Contacts-ის შესახებ"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"ხილული კონტაქტების გაზიარება"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"ხილული კონტაქტების გაზიარება ვერ მოხერხდა."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"კონტაქტების იმპორტი/ექსპორტი"</string>
     <string name="dialog_import" msgid="5177004290082451296">"კონტაქტების იმპორტი"</string>
     <string name="share_error" msgid="665756457151793108">"ამ კონტაქტის გაზიარება შეუძლებელია."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"გასაზიარებელი კონტაქტები არ არის."</string>
     <string name="menu_search" msgid="7464453023659824700">"ძიება"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"კონტაქტები საჩვენებლად"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"კონტაქტები საჩვენებლად"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"რჩეულები"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"კონტაქტები არ არის."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ხილული კონტაქტები არ არის."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"რჩეულები არ არის."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"რჩეულები არ არის"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>-ში კონტაქტები არ არის"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"ხშირი კონტაქტების წაშლა"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"აირჩიეთ SIM ბარათი"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"ანგარიშები"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"ანგარიშების მართვა"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"იმპორტი/ექსპორტი"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g>-ის მეშვეობით"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>, <xliff:g id="SOURCE">%2$s</xliff:g>-ის მეშვეობით"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"ანგარიში"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ზარებისთვის მუდამ ამის გამოყენება"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"დარეკვა ანგარიშით:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ზარი შენიშვნასთან ერთად"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"აკრიფეთ შენიშვნა ზართან ერთად გასაგზავნად ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"გაგზავნა &amp; დარეკვა"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> წაუკითხავი ერთეული. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> წაუკითხავი ერთეული. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"ანაწყობის ვერსია"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ღია კოდის ლიცენზიები"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ღია კოდის პროგრამული უზრუნველყოფის ლიცენზირების დეტალები"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"კონფიდენციალურობის დებულება"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"მომსახურების პირობები"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ღია კოდის ლიცენზიები"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> მონიშნულია"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> არ არის მონიშნული"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ვიდეოზარის განხორციელება"</string>
 </resources>
diff --git a/res-common/values-kk-rKZ/strings.xml b/res-common/values-kk-rKZ/strings.xml
index d28e52a..177a728 100644
--- a/res-common/values-kk-rKZ/strings.xml
+++ b/res-common/values-kk-rKZ/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Мәтін көшірілді"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Аралық сақтағышқа көшіру"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> нөміріне қоңырау шалу"</string>
     <string name="call_home" msgid="1479549630992276827">"Үйге қоңырау шалу"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Ұялы телефонға қоңырау шалу"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Контактілер"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Басқа"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Анықтама"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Жұмыс каталогы"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Барлық контактілер"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Мен"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Іздеуде..."</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Жиі қолданылғандар"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Контактіні көру"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Телефон нөмірі бар барлық контактілер"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Жұмыс профилінің контактілері"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Жаңартуларды көру"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Планшет-қана, синхрондалмаған"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Телефон-ғана, синхрондалмаған"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Телефон ғана, синхрондалмайды"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Аты-жөні"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Қысқа аты"</string>
     <string name="full_name" msgid="885420216812981202">"Аты-жөні"</string>
@@ -106,14 +109,14 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Ұйым"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Қарым-қатынас"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Ерекше күндер"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Ерекше күн"</string>
     <string name="sms" msgid="8086289395154598654">"Мәтін-хабар"</string>
     <string name="postal_address" msgid="7692926530081579786">"Мекенжай"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Компания"</string>
     <string name="ghostData_title" msgid="6221293237772204604">"Атауы"</string>
     <string name="label_notes" msgid="3997277594846722699">"Ескертулер"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
-    <string name="websiteLabelsGroup" msgid="8620657380165071493">"Вебсайт"</string>
+    <string name="websiteLabelsGroup" msgid="8620657380165071493">"Веб-сайт"</string>
     <string name="groupsLabel" msgid="3574316547053047551">"Топтар"</string>
     <string name="email_home" msgid="2230967805906450693">"Үй э-поштасына хат жіберу"</string>
     <string name="email_mobile" msgid="7532438378678903685">"Ұялы телефонға хат жіберу"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Чаттасу"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"жою"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ат аймақтарын кеңейту немесе қирату"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Фонетикалық атау өрістерін жаю немесе жию"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Барлық контактілер"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Жұлдызшалы"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Қалау бойынша реттеу"</string>
@@ -154,16 +158,16 @@
     <string name="display_more_groups" msgid="6304997485733158224">"Басқа топтар..."</string>
     <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"\"<xliff:g id="GROUP">%s</xliff:g>\" синрондаудан алу топталмаған контактілердің синхрондаудан алынуына себеп болады."</string>
     <string name="savingDisplayGroups" msgid="6863012138107446030">"Дисплей опцияларын сақтау…"</string>
-    <string name="menu_done" msgid="32470053723443112">"Орындалды"</string>
+    <string name="menu_done" msgid="32470053723443112">"Дайын"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Өшіру"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> ішіндегі контактілер"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Контактілердің жеке көрінісі"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Жалғыз контакт"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Есептік жазба арқылы контакт жасақтау"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Импортталған контактілерді келесіге сақтау:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM картадан импорттау"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g> SIM картасынан импорттау"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> SIM картасынан импорттау"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Жадтан импорттау"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf файлынан импорттау"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> импорттау тоқтатылсын ба?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> экспорттау тоқтатылсын ба?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vКартасын импорттау/экспорттауды тоқтату мүмкін болмады"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" файлын аша алмады: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Экспорттаушыны бастау мүмкін болмады: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Экспортталатын контакт жоқ."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Сіз міндетті рұқсатты өшірдіңіз."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Экспорттау кезінде қателік орын алды: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Қажетті файл атауы тым ұзақ (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Жадта тым көп vКарта файлдары."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Осы vКарта файлдары туралы мета ақпарат жинай алмады."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Бір немесе бірнеше карталарды импорттау мүмкін болмады (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> экспорттау аяқталды."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Контактілер экспортталып болды."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> экспорттау тоқтатылды."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Контакт дерекқор экспортталуда"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Контакт дерекқорыңыз келесі файлға экспортталуда: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vКарта жасақтаушы дұрыс басталмады."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Экспорттай алмады"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Контакт деректері экспортталмады. \nСебебі: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Ешқандай жад табылмады."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Ешқандай SD картасы табылмады."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Контактілер тізімі келесі файлға экспортталады: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> импортталуда"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vКарта дерекқорын оқи алмады"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vКарта дерекқорын оқу тоқтатылды"</string>
@@ -203,35 +206,35 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Файл жуық арада импортталады."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vКартасын импорттау өтініші қабылданбады. Кейінірек қайта әрекеттеніп көріңіз."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> жуық арада экспортталады."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Файл қысқа уақыттан кейін экспортталады."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vКартасын экспорттау өтініші қабылданбады. Кейінірек қайта әрекеттеніп көріңіз."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"контакт"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vКарталарын жергілікті уақытша жадқа кэштеу. Импорттау жуық арада басталады."</string>
     <string name="vcard_import_failed" msgid="4105296876768072508">"vКартасын экспорттау мүмкін болмады."</string>
     <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"Жадта ешқандай vКарта табылмады."</string>
-    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD картада ешқандай vКарта табылмады."</string>
+    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD картада ешқандай vCard файлы жоқ."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"ЖӨБ контактісі"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Контактілер экспортталсын ба?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vКарта файлын таңдау"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Бір vКарта файлын импорттау"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Бірнеше vКарта файлдарын импорттау"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Барлық vКарта файлдарын импорттау"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Жадтан vКарта дерекқорын іздеуде…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD картасынан vКарта дерекқорын іздеуде…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кэштеу"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Ешқандай жадты скандау мүмкін болмады. (Себеп: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD картасын скандау мүмкін болмады. (Себеп: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> импорттауда: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Жадқа экспорттау"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf файлына экспорттау"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Сұрыптау шарты"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Аты"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Тегі"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Ат пішімі"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Алдымен аты"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Алдымен тегі"</string>
-    <string name="share_visible_contacts" msgid="2150662668080757107">"Көрінетін контактілермен бөлісу"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Жаңа контактілерге арналған әдепкі есептік жазба"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Контактінің метадеректерін синхрондау есептік жазбасы"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Контактілер туралы"</string>
+    <string name="share_visible_contacts" msgid="2150662668080757107">"Көрінетін контактілерді бөлісу"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Көрінетін контактілерді бөлісу сәтсіз аяқталды."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Контактілерді импорттау/экспорттау"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Контактілерді импорттау"</string>
-    <string name="share_error" msgid="665756457151793108">"Бұл контактімен бөлісу мүмкін болмады"</string>
+    <string name="share_error" msgid="665756457151793108">"Бұл контактіні бөлісу мүмкін болмады"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Бөлісетін контактілер жоқ."</string>
     <string name="menu_search" msgid="7464453023659824700">"Іздеу"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Көрсетілетін контактілер"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Көрсетілетін контактілер"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Сүйіктілер"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ешқандай контактілер жоқ."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ешқандай көрінетін контактілер жоқ."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ешқандай сүйіктілер жоқ."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Таңдаулылар жоқ"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> контактілер жоқ"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Жиі қолданылғандары өшіру"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM картасын таңдау"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Есептік жазбалар"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Есептік жазбаларды басқару"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Импорттау/экспорттау"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> арқылы"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> дерегі <xliff:g id="SOURCE">%2$s</xliff:g> арқылы"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Есептік жазба"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Осыны қоңыраулар үшін әрқашан пайд."</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Келесімен қоңырау шалу"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Ескертпе бар қоңырау"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Қоңыраумен жіберу үшін ескертпе теріңіз ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ЖІБЕРУ ЖӘНЕ ҚОҢЫРАУ СОҒУ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> оқылмаған элемент. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> оқылмаған элемент. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Жинақ нұсқасы"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Ашық бағдарлама лицензиялары"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Ашық бастапқы код бағдарламасына арналған лицензия туралы мәліметтер"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Құпиялылық саясаты"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Қызмет көрсету шарттары"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Ашық бастапқы код лицензиялары"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> құсбелгі қойылған"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> құсбелгі қойылмаған"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Бейне қоңырау соғу"</string>
 </resources>
diff --git a/res-common/values-km-rKH/strings.xml b/res-common/values-km-rKH/strings.xml
index f178357..1c3a671 100644
--- a/res-common/values-km-rKH/strings.xml
+++ b/res-common/values-km-rKH/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"បាន​ចម្លង​អត្ថបទ"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ចម្លងទៅក្ដារតម្បៀតខ្ទាស់?"</string>
     <string name="call_custom" msgid="2786306789889210756">"ហៅ <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"ហៅ​ទៅ​ផ្ទះ"</string>
     <string name="call_mobile" msgid="8618334085824709009">"ហៅ​ទៅ​ទូរស័ព្ទ​ចល័ត"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"ទំនាក់ទំនង"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"ផ្សេងៗ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ថត"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ថតទំនាក់ទំនងកន្លែងការងារ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"ទំនាក់ទំនង​ទាំងអស់"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ខ្ញុំ"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"កំពុង​រក..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"បាន​ទាក់ទង​ញឹកញាប់"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"មើល​ទំនាក់ទំនង"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ទំនាក់ទំនង​ទាំងអស់​ដែល​មាន​លេខ​ទូរស័ព្ទ"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"ទំនាក់ទំនងប្រវត្តិរូបការងារ"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"មើល​បច្ចុប្បន្នភាព"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"តែ​កុំព្យូទ័រ​បន្ទះ​ប៉ុណ្ណោះ, ​មិន​ធ្វើ​សមកាលកម្ម"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"តែ​ទូរស័ព្ទ, មិន​បាន​ធ្វើ​សមកាលកម្ម"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ស្ថាប័ន"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ចំណង​ទាក់ទង"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"កាលបរិច្ឆេទ​ពិសេស"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"កាលបរិច្ឆេទពិសេស"</string>
     <string name="sms" msgid="8086289395154598654">"សារ​អត្ថបទ"</string>
     <string name="postal_address" msgid="7692926530081579786">"អាសយដ្ឋាន"</string>
     <string name="ghostData_company" msgid="22470841482615409">"ក្រុមហ៊ុន"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ជជែក​​"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"លុប​"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"ពង្រីក ឬ​បង្រួម​វាល​ឈ្មោះ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ពង្រីក និងបង្រួមប្រអប់ឈ្មោះសូរសព្ទ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"ទំនាក់ទំនង​ទាំងអស់"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"បាន​ដាក់​ផ្កាយ"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"ប្ដូរ​តាម​តម្រូវ​ការ"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"ទំនាក់ទំនង​នៅ​ក្នុង <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"ទំនាក់ទំនង​ក្នុង​ទិដ្ឋភាព​ផ្ទាល់ខ្លួន"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ទំនាក់ទំនង​ទោល"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"បង្កើត​ទំនាក់ទំនង​នៅ​ក្នុង​គណនី"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"រក្សាទំនាក់ទំនងដែលបាននាំចូលទៅ៖"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"នាំចូល​ពី​ស៊ីម​កាត"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"នាំចូល​ពី​ស៊ីម <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"នាំចូល​ពី​ស៊ីម <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"នាំចូល​ពី​ឧបករណ៍​ផ្ទុក"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"នាំចូូលពីឯកសារ .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"បោះបង់​ការ​នាំចូល <xliff:g id="FILENAME">%s</xliff:g> ?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"បោះបង់​ការ​នាំចេញ <xliff:g id="FILENAME">%s</xliff:g> ?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"មិន​អាច​បោះបង់​ការ​នាំចេញ/នាំចូល vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"មិន​អាច​បើក \"<xliff:g id="FILE_NAME">%s</xliff:g>\"៖ <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"មិន​អាច​ចាប់ផ្ដើម​កម្មវិធី​នាំ​ចេញ៖ \"<xliff:g id="EXACT_REASON">%s</xliff:g>\" ។"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"មិន​មាន​ទំនាក់ទំនង​ដើម្បី​នាំចេញ​ទេ។"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"អ្នកបានបិទសិទ្ធិអនុញ្ញាតដែលតម្រូវឲ្យមាន។"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"មាន​កំហុស​កើតឡើង​ពេល​នាំចេញ៖ \"<xliff:g id="EXACT_REASON">%s</xliff:g>\" ។"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ឈ្មោះ​ឯកសារ​ដែល​បាន​ទាមទារ​គឺ​វែង​ពេក (\"<xliff:g id="FILENAME">%s</xliff:g>\") ។"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"មាន​ឯកសារ vCard ច្រើន​ពេក​នៅ​ក្នុង​ឧបករណ៍​ផ្ទុក។"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"មិន​អាច​ប្រមូល​ព័ត៌មាន​មេតា​របស់​ឯកសារ vCard ដែល​បាន​ផ្ដល់។"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"មាន​ឯកសារ​មួយ ឬ​ច្រើន​ដែល​មិន​អាច​នាំចូល (%s​) បាន​។"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"បាន​បញ្ចប់​ការ​នាំ​ចេញ <xliff:g id="FILENAME">%s</xliff:g> ។"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"បានបញ្ចប់ការនាំចេញទំនាក់ទំនង។"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"បាន​បោះបង់​ការ​នាំចេញ <xliff:g id="FILENAME">%s</xliff:g> ។"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"កំពុង​នាំចេញ​ព័ត៌មាន​ទំនាក់ទំនង"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"កំពុង​នាំចេញ​ព័ត៌មាន​ទំនាក់ទំនង​របស់​អ្នក​ទៅកាន់៖ <xliff:g id="FILE_NAME">%s</xliff:g> ។"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"កម្មវិធី​តែង​របស់ vCard មិន​បាន​ចាប់ផ្ដើម​ត្រឹមត្រូវ​ទេ។"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"មិន​អាច​នាំចេញ"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"មិន​បាន​នាំចេញ​ព័ត៌មាន​ទំនាក់ទំនង។\nមូលហេតុ៖ \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"រក​មិន​ឃើញ​ឧបករណ៍​ផ្ទុក។"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"រក​មិន​ឃើញ​កាត​អេសឌី។"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"នឹង​នាំចេញ​បញ្ជី​ទំនាក់ទំនង​របស់​អ្នក​ទៅកាន់​ឯកសារ៖ <xliff:g id="VCARD_FILENAME">%s</xliff:g> ។"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"ការ​នាំចូល <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"មិន​អាច​អាន​ទិន្នន័យ vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"បាន​បោះបង់​ការ​អាន​ទិន្នន័យ vCard"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"នឹង​នាំចូល​ឯកសារ​ក្នុង​ពេល​ឆាប់ៗ។"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"បាន​បដិសេធ​សំណើ​នាំចូល vCard ។ សូម​ព្យាយាម​ម្ដងទៀត​នៅ​ពេល​ក្រោយ​។"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"នឹង​នាំចេញ <xliff:g id="FILENAME">%s</xliff:g> ក្នុង​ពេល​ឆាប់ៗ។"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"នឺងនាំចេញឯកសារក្នុងពេលឆាប់ៗ។"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"បាន​បដិសេធ​សំណើ​នាំចេញ vCard ។ សូម​ព្យាយាម​ម្ដងទៀត​នៅ​ពេល​ក្រោយ​។"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"ទំនាក់ទំនង"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"ការ​ផ្ទុក vCard(s​) ទៅកាន់​ឧបករណ៍​ផ្ទុក​បណ្ដោះអាសន្ន​មូលដ្ឋាន។ ការ​នាំ​ចូល​ពិតប្រាកដ​នឹង​ចាប់ផ្ដើម​ក្នុង​ពេល​ឆាប់ៗ។"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"រក​មិន​ឃើញ​ឯកសារ vCard នៅ​លើ​កាត​អេសឌី។"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"ទំនាក់ទំនង​ដែល​បាន​ទទួល​តាម NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"នាំចេញ​ទំនាក់ទំនង?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"ជ្រើស​ឯកសារ vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"នាំចូល​ឯកសារ vCard មួយ"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"នាំចូល​ឯកសារ vCard ច្រើន"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"នាំចូល​ឯកសារ vCard ទាំងអស់"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"ការ​រក​ទិន្នន័យ vCard នៅ​ក្នុង​ឧបករណ៍​ផ្ទុក..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"កំពុង​រក​ទិន្នន័យ vCard នៅ​លើ​កាត​អេសឌី..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ការ​ផ្ទុក​ក្នុង​ឃ្លាំង​សម្ងាត់"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"មិន​អាច​វិភាគ​រក​ឧបករណ៍​ផ្ទុក (មូលហេតុ៖ \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"មិន​អាច​វិភាគ​រក​កាត​អេសឌី (មូលហេតុ៖ \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"កំពុង​នាំចូល <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>៖ <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"នាំចេញ​ទៅ​ឧបករណ៍​ផ្ទុក"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"នាំចេញទៅឯកសារ .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"តម្រៀប​តាម"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"នាម​ខ្លួន"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"នាមត្រកូល"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"ទ្រង់ទ្រាយ​ឈ្មោះ"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"នាម​ខ្លួន​មុន"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"នាមត្រកូល​មុន"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"គណនីលំនាំដើមសម្រាប់ទំនាក់ទំនងថ្មី"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"គណនីសមកាលកម្មទិន្នន័យមេតាទំនាក់ទំនង"</string>
+    <string name="setting_about" msgid="3926137653588942297">"អំពីទំនាក់ទំនង"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"ចែករំលែក​ទំនាក់ទំនង​ដែល​អាច​មើល​ឃើញ"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"បានបរាជ័យក្នុងការចែករំលែកទំនាក់ទំនងដែលអាចមើលឃើញ។"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"នាំចេញ/នាំចូល​ទំនាក់ទំនង"</string>
     <string name="dialog_import" msgid="5177004290082451296">"នាំចូល​ទំនាក់ទំនង"</string>
     <string name="share_error" msgid="665756457151793108">"ទំនាក់ទំនង​នេះ​មិន​អាច​ចែករំលែក​បាន​ទេ។"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"មិនមានទំនាក់ទំនងដើម្បីចែករំលែកទេ"</string>
     <string name="menu_search" msgid="7464453023659824700">"ស្វែងរក"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ទំនាក់ទំនង​ដែល​ត្រូវ​បង្ហាញ"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ទំនាក់ទំនង​ដែល​ត្រូវ​បង្ហាញ"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"សំណព្វ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"មិន​មាន​ទំនាក់ទំនង។"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"មើល​មិន​ឃើញ​ទំនាក់ទំនង។"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"គ្មាន​សំណព្វ។"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"គ្មានសំណព្វទេ"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"មិន​មាន​ទំនាក់ទំនង​នៅ​ក្នុង <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"សម្អាត​ញឹកញាប់"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"ជ្រើស​ស៊ី​ម​កាត"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"គណនី"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"គ្រប់គ្រងគណនី"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"នាំចេញ/នាំចូល"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"តាមរយៈ <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> តាមរយៈ <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"គណនី"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ប្រើ​វា​សម្រាប់​ការ​ហៅ​ជា​និច្ច"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ហៅ​ជាមួយ"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ការហៅព្រមជាមួយចំណាំ"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"វាយបញ្ចូលចំណាំដែលត្រូវផ្ញើជាមួយការហៅទូរស័ព្ទ ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ផ្ញើ &amp; ហៅទូរស័ព្ទ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. ធាតុមិនបានអាន <xliff:g id="COUNT_3">%2$d</xliff:g> </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. ធាតុមិនបានអាន <xliff:g id="COUNT_1">%2$d</xliff:g> </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"កំណែ​បង្កើត"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"អាជ្ញាប័ណ្ណប្រភពកូដចំហ"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"សេចក្ដីលម្អិតអាជ្ញាប័ណ្ណសម្រាប់កម្មវិធីប្រភពកូដចំហ"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"គោលការណ៍ភាពឯកជន"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"លក្ខខណ្ឌប្រើប្រាស់"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"អាជ្ញាប័ណ្ណប្រភពកូដចំហ"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"បានពិនិត្យ <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"មិនបានពិនិត្យ <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ធ្វើការហៅជាវីដេអូ"</string>
 </resources>
diff --git a/res-common/values-kn-rIN/strings.xml b/res-common/values-kn-rIN/strings.xml
index 62861ad..d64650d 100644
--- a/res-common/values-kn-rIN/strings.xml
+++ b/res-common/values-kn-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"ಪಠ್ಯವನ್ನು ನಕಲಿಸಲಾಗಿದೆ"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ ನಕಲಿಸಿ"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> ಕರೆ ಮಾಡಿ"</string>
     <string name="call_home" msgid="1479549630992276827">"ಮನೆಗೆ ಕರೆ ಮಾಡಿ"</string>
     <string name="call_mobile" msgid="8618334085824709009">"ಮೊಬೈಲ್‌‌ಗೆ ಕರೆ ಮಾಡಿ"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"ಸಂಪರ್ಕಗಳು"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"ಇತರೆ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ಡೈರೆಕ್ಟರಿ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ಕೆಲಸದ ಡೈರೆಕ್ಟರಿ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"ಎಲ್ಲಾ ಸಂಪರ್ಕಗಳು"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ನಾನು"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"ಹುಡುಕಲಾಗುತ್ತಿದೆ…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"ಪದೇ ಪದೇ ಸಂಪರ್ಕಿಸಿರುವುದು"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"ಸಂಪರ್ಕವನ್ನು ವೀಕ್ಷಿಸಿ"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ಫೋನ್‌ ಸಂಖ್ಯೆಗಳೊಂದಿಗೆ ಎಲ್ಲ ಸಂಪರ್ಕಗಳು"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"ಕೆಲಸದ ಪ್ರೊಫೈಲ್ ಸಂಪರ್ಕಗಳು"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"ನವೀಕರಣಗಳನ್ನು ವೀಕ್ಷಿಸಿ"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ಟ್ಯಾಬ್ಲೆಟ್‌ ಮಾತ್ರ, ಅನ್‌ಸಿಂಕ್‌ ಮಾಡಲಾಗಿದೆ"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ಫೋನ್‌ ಮಾತ್ರ, ಅನ್‌ಸಿಂಕ್‌‌ ಮಾಡಲಾಗಿದೆ"</string>
@@ -96,17 +99,17 @@
     <string name="name_prefix" msgid="8219879405071462309">"ಹೆಸರಿನ ಪೂರ್ವಪ್ರತ್ಯಯ"</string>
     <string name="name_middle" msgid="3951610314424632183">"ಮಧ್ಯದ ಹೆಸರು"</string>
     <string name="name_suffix" msgid="5436984808550075931">"ಹೆಸರಿನ ಪ್ರತ್ಯಯ"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"ಉಚ್ಚಾರಣೆ ಹೆಸರು"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"ಉಚ್ಛಾರಣಾನುರೂಪವಾದ ಮೊದಲ ಹೆಸರು"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"ಉಚ್ಚಾರಣಾನುರೂಪವಾಗಿ ಮಧ್ಯದ ಹೆಸರು"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"ಉಚ್ಛಾರಣಾನುರೂಪವಾದ ಕೊನೆಯ ಹೆಸರು"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"ಫೋನೆಟಿಕ್‌‌ ಹೆಸರು"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"ಫೋನೆಟಿಕ್‌ ಮೊದಲ ಹೆಸರು"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"ಫೋನೆಟಿಕ್‌‌ ಮಧ್ಯ ಹೆಸರು"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"ಫೋನೆಟಿಕ್‌‌ ಕೊನೆಯ ಹೆಸರು"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"ಫೋನ್"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"ಇಮೇಲ್"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"ವಿಳಾಸ"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ಸಂಘಟನೆ"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ಸಂಬಂಧ"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"ವಿಶೇಷ ದಿನಾಂಕಗಳು"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"ವಿಶೇಷ ದಿನಾಂಕ"</string>
     <string name="sms" msgid="8086289395154598654">"ಪಠ್ಯ ಸಂದೇಶ"</string>
     <string name="postal_address" msgid="7692926530081579786">"ವಿಳಾಸ"</string>
     <string name="ghostData_company" msgid="22470841482615409">"ಕಂಪನಿ"</string>
@@ -143,9 +146,10 @@
     <string name="chat" msgid="6297650784873558837">"ಚಾಟ್"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ಅಳಿಸಿ"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"ಹೆಸರಿನ ಕ್ಷೇತ್ರಗಳನ್ನು ವಿಸ್ತರಿಸಿ ಅಥವಾ ಸಂಕುಚಿಸಿ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ಫೊನೆಟಿಕ್ ಹೆಸರಿನ ಕ್ಷೇತ್ರಗಳನ್ನು ವಿಸ್ತರಿಸಿ ಅಥವಾ ಸಂಕುಚಿಸಿ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"ಎಲ್ಲಾ ಸಂಪರ್ಕಗಳು"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ನಕ್ಷತ್ರ ಹಾಕಿರುವುದು"</string>
-    <string name="list_filter_customize" msgid="2352794292558465089">"ಕಸ್ಟಮೈಜ್‌ ಮಾಡಿ"</string>
+    <string name="list_filter_customize" msgid="2352794292558465089">"ಕಸ್ಟಮೈಜ್‌"</string>
     <string name="list_filter_single" msgid="4553809449379139446">"ಸಂಪರ್ಕ"</string>
     <string name="display_ungrouped" msgid="3669471582032440138">"ಇತರ ಎಲ್ಲ ಸಂಪರ್ಕಗಳು"</string>
     <string name="display_all_contacts" msgid="7251385818740728862">"ಎಲ್ಲಾ ಸಂಪರ್ಕಗಳು"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> ನಲ್ಲಿ ಸಂಪರ್ಕಗಳು"</string>
     <string name="listCustomView" msgid="1915154113477432033">"ಕಸ್ಟಮ್‌ ವೀಕ್ಷಣೆಯಲ್ಲಿನ ಸಂಪರ್ಕಗಳು"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ಏಕೈಕ ಸಂಪರ್ಕ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"ಖಾತೆಯ ಅಡಿಯಲ್ಲಿ ಸಂಪರ್ಕವನ್ನು ರಚಿಸಿ"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"ಆಮದು ಮಾಡಲಾದ ಸಂಪರ್ಕಗಳನ್ನು ಇಲ್ಲಿ ಉಳಿಸಿ:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"ಸಿಮ್‌ ಕಾರ್ಡ್‌ನಿಂದ ಆಮದು ಮಾಡಿ"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> SIM ನಿಂದ ಆಮದು ಮಾಡಿ"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> SIM ನಿಂದ ಆಮದು ಮಾಡಿ"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"ಸಂಗ್ರಹಣೆಯಿಂದ ಆಮದು ಮಾಡಿ"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ಫೈಲ್‌ನಿಂದ ಆಮದು ಮಾಡಿ"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> ಆಮದು ಮಾಡುವುದನ್ನು ರದ್ದುಗೊಳಿಸುವುದೇ?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> ಅನ್ನು ರಫ್ತು ಮಾಡುವುದನ್ನು ರದ್ದುಗೊಳಿಸುವುದೇ?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard ಆಮದು/ರಫ್ತು ಮಾಡುವುದನ್ನು ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ಅನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ರಫ್ತುದಾರರನ್ನು ಪ್ರಾರಂಭಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ಯಾವುದೇ ರಫ್ತುಮಾಡಬಹುದಾದ ಸಂಪರ್ಕವಿಲ್ಲ."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"ನೀವು ಅಗತ್ಯವಿರುವ ಅನುಮತಿಯನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿರುವಿರಿ."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"ರಫ್ತು ಮಾಡುವ ಸಂದರ್ಭದಲ್ಲಿ ದೋಷವೊಂದು ಕಂಡುಬಂದಿದೆ: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ಅಗತ್ಯವಿರುವ ಫೈಲ್‌‌ ಹೆಸರು ತುಂಬಾ ದೊಡ್ಡದಾಗಿದೆ (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"ಸಂಗ್ರಹಣೆಯಲ್ಲಿ ಹಲವಾರು vCard ಫೈಲ್‌ಗಳಿವೆ."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"ನೀಡಿದ vCard ಫೈಲ್‌(ಗಳ) ಮೆಟಾ ಮಾಹಿತಿಯನ್ನು ಸಂಗ್ರಹಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ಒಂದು ಅಥವಾ ಹೆಚ್ಚಿನ ಫೈಲ್‌ಗಳನ್ನು ಆಮದು ಮಾಡಲಾಗುವುದಿಲ್ಲ (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> ರಫ್ತು ಮುಗಿದಿದೆ."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"ಸಂಪರ್ಕಗಳ ರಫ್ತು ಮಾಡುವಿಕೆ ಮುಗಿದಿದೆ."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> ರಫ್ತು ಮಾಡುವುದನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"ಸಂಪರ್ಕ ಡೇಟಾವನ್ನು ರಫ್ತುಮಾಡಲಾಗುತ್ತಿದೆ"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"ನಿಮ್ಮ ಸಂಪರ್ಕ ಡೇಟಾವನ್ನು ಇದಕ್ಕೆ ರಫ್ತು ಮಾಡಲಾಗುತ್ತಿದೆ: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard ಸಂಯೋಜಕ ಸರಿಯಾಗಿ ಪ್ರಾರಂಭವಾಗಿಲ್ಲ."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ರಫ್ತು ಮಾಡಲಾಗುವುದಿಲ್ಲ"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"ಸಂಪರ್ಕ ಡೇಟಾವನ್ನು ರಫ್ತು ಮಾಡಲಿಲ್ಲ.\nಕಾರಣ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ಯಾವುದೇ ಸಂಗ್ರಹಣೆ ಪತ್ತೆಯಾಗಿಲ್ಲ."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"ಯಾವುದೇ SD ಕಾರ್ಡ್‌ ಪತ್ತೆಯಾಗಿಲ್ಲ."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"ನಿಮ್ಮ ಸಂಪರ್ಕ ಪಟ್ಟಿಯನ್ನು ಫೈಲ್‌ಗೆ ರಫ್ತುಮಾಡಲಾಗುತ್ತದೆ: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> ಆಮದು ಮಾಡಲಾಗುತ್ತಿದೆ"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard ಡೇಟಾವನ್ನು ಓದಲಾಗಲಿಲ್ಲ"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard ಡೇಟಾ ಓದುವಿಕೆ ರದ್ದಗೊಳಿಸಲಾಗಿದೆ"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ಫೈಲ್‌ ಅನ್ನು ಸ್ವಲ್ಪ ಸಮಯದಲ್ಲಿ ಆಮದು ಮಾಡಲಾಗುತ್ತದೆ."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard ಆಮದು ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ. ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ಸ್ವಲ್ಪ ಸಮಯದಲ್ಲಿ ರಫ್ತು ಮಾಡಲಾಗುತ್ತದೆ."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ಫೈಲ್‌ ಅನ್ನು ಸ್ವಲ್ಪ ಸಮಯದಲ್ಲಿ ರಪ್ತು ಮಾಡಲಾಗುತ್ತದೆ."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard ರಫ್ತು ವಿನಂತಿಯನ್ನು ತಿರಸ್ಕರಿಸಲಾಗಿದೆ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"ಸಂಪರ್ಕ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(ಗಳು) ಅನ್ನು ಸ್ಥಳೀಯ ತಾತ್ಕಾಲಿಕ ಸಂಗ್ರಹಣೆಗೆ ಸಂಗ್ರಹ ಮಾಡಲಾಗುತ್ತಿದೆ. ನಿಜವಾದ ಆಮದು ಶೀಘ್ರದಲ್ಲೇ ಪ್ರಾರಂಭವಾಗುತ್ತದೆ."</string>
@@ -210,28 +214,27 @@
     <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"ಸಂಗ್ರಹಣೆಯಲ್ಲಿ ಯಾವುದೇ vCard ಫೈಲ್‌ ಕಂಡುಬಂದಿಲ್ಲ."</string>
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD ಕಾರ್ಡ್‌ನಲ್ಲಿ ಯಾವುದೇ vCard ಫೈಲ್‌ ಕಂಡುಬಂದಿಲ್ಲ."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC ಮೂಲಕ ಸ್ವೀಕರಿಸಲಾದ ಸಂಪರ್ಕ"</string>
-    <string name="confirm_export_title" msgid="3240899428149018226">"ಸಂಪರ್ಕಗಳನ್ನು ರಫ್ತು ಮಾಡುವುದೇ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ಫೈಲ್‌ ಆಯ್ಕೆಮಾಡಿ"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ಒಂದು vCard ಫೈಲ್‌ ಆಮದು ಮಾಡಿ"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"ಬಹು vCard ಫೈಲ್‌ಗಳನ್ನು ಆಮದು ಮಾಡಿ"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"ಎಲ್ಲ vCard ಫೈಲ್‌ಗಳನ್ನು ಆಮದು ಮಾಡಿ"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"ಸಂಗ್ರಹಣೆಯಲ್ಲಿ vCard ಡೇಟಾಗಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD ಕಾರ್ಡ್‌ನಲ್ಲಿ vCard ಡೇಟಾಗಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ…"</string>
+    <string name="confirm_export_title" msgid="3240899428149018226">"ಸಂಪರ್ಕಗಳನ್ನು ರವಾನಿಸುವುದೇ?"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ಸಂಗ್ರಹಿಸಲಾಗುತ್ತಿದೆ"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ಸಂಗ್ರಹಣೆಯನ್ನು ಸ್ಕ್ಯಾನ್‌ ಮಾಡಲಾಗಲಿಲ್ಲ. (ಕಾರಣ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD ಕಾಡ್‌ ಸ್ಕ್ಯಾನ್‌ ಮಾಡಲಾಗಲಿಲ್ಲ. (ಕಾರಣ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> ಆಮದು ಮಾಡಲಾಗುತ್ತಿದೆ: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ಸಂಗ್ರಹಣೆಗೆ ರಫ್ತುಮಾಡಿ"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ಫೈಲ್‌ಗೆ ರಫ್ತು ಮಾಡಿ"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ಈ ಪ್ರಕಾರ ವಿಂಗಡಿಸು"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"ಮೊದಲ ಹೆಸರು"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"ಕೊನೆಯ ಹೆಸರು"</string>
-    <string name="display_options_view_names_as" msgid="3232196224409242435">"ಹೆಸರು ಸ್ವರೂಪ"</string>
+    <string name="display_options_view_names_as" msgid="3232196224409242435">"ಹೆಸರಿನ ಫಾರ್ಮ್ಯಾಟ್‌"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ಮೊದಲ ಹೆಸರು ಮೊದಲು"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"ಕೊನೆಯ ಹೆಸರು ಮೊದಲು"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"ಹೊಸ ಸಂಪರ್ಕಗಳಿಗೆ ಡೀಫಾಲ್ಟ್‌ ಖಾತೆ"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"ಮೆಟಾಡೇಟಾ ಸಿಂಕ್ ಖಾತೆಯನ್ನು ಸಂಪರ್ಕಿಸಿ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"ಸಂಪರ್ಕಗಳ ಕುರಿತು"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"ಗೋಚರಿಸುವ ಸಂಪರ್ಕಗಳನ್ನು ಹಂಚಿಕೊಳ್ಳಿ"</string>
-    <string name="dialog_import_export" msgid="1125776851100740858">"ಸಂಪರ್ಕಗಳನ್ನು ಆಮದು/ರಫ್ತು ಮಾಡಿ"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"ಗೋಚರಿಸುವ ಸಂಪರ್ಕಗಳನ್ನು ಹಂಚಿಕೊಳ್ಳಲು ವಿಫಲವಾಗಿದೆ."</string>
+    <string name="dialog_import_export" msgid="1125776851100740858">"ಸಂಪರ್ಕಗಳನ್ನು ಆಮದು/ರವಾನೆ ಮಾಡಿ"</string>
     <string name="dialog_import" msgid="5177004290082451296">"ಸಂಪರ್ಕಗಳನ್ನು ಆಮದು ಮಾಡಿ"</string>
     <string name="share_error" msgid="665756457151793108">"ಈ ಸಂಪರ್ಕವನ್ನು ಹಂಚಿಕೊಳ್ಳಲು ಸಾಧ್ಯವಿಲ್ಲ."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ಹಂಚಿಕೊಳ್ಳಲು ಯಾವುದೇ ಸಂಪರ್ಕಗಳಿಲ್ಲ."</string>
     <string name="menu_search" msgid="7464453023659824700">"ಹುಡುಕು"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ಪ್ರದರ್ಶಿಸಲು ಸಂಪರ್ಕಗಳು"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ಪ್ರದರ್ಶಿಸಲು ಸಂಪರ್ಕಗಳು"</string>
@@ -240,12 +243,12 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"ಮೆಚ್ಚಿನವುಗಳು"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"ಯಾವುದೇ ಸಂಪರ್ಕಗಳಿಲ್ಲ."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ಯಾವುದೇ ಗೋಚರಿಸುವ ಸಂಪರ್ಕಗಳಿಲ್ಲ."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ಯಾವುದೇ ಮೆಚ್ಚಿನವುಗಳು ಇಲ್ಲ."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ಯಾವುದೇ ಮೆಚ್ಚಿನವುಗಳಿಲ್ಲ"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> ರಲ್ಲಿ ಯಾವುದೇ ಸಂಪರ್ಕಗಳಿಲ್ಲ"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"ಪುನರಾವರ್ತನೆಗಳನ್ನು ತೆರುವುಗೊಳಿಸಿ"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"ಸಿಮ್‌ ಕಾರ್ಡ್ ಆಯ್ಕೆಮಾಡಿ"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"ಖಾತೆಗಳು"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"ಆಮದು/ರಫ್ತು ಮಾಡಿ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"ಖಾತೆಗಳನ್ನು ನಿರ್ವಹಿಸಿ"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"ಆಮದು/ರವಾನೆ ಮಾಡು"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> ಮೂಲಕ"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> <xliff:g id="SOURCE">%2$s</xliff:g> ಮೂಲಕ"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"ಹುಡುಕಾಟವನ್ನು ನಿಲ್ಲಿಸಿ"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"ಖಾತೆ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ಕರೆಗಳನ್ನು ಮಾಡಲು ಯಾವಾಗಲೂ ಇದನ್ನು ಬಳಸಿ"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ಇದರೊಂದಿಗೆ ಕರೆ ಮಾಡಿ"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ಟಿಪ್ಪಣಿಯೊಂದಿಗೆ ಕರೆ"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"ಕರೆ ಕಳುಹಿಸಲು ಟಿಪ್ಪಣಿಯನ್ನು ಟೈಪ್ ಮಾಡಿ ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ಕಳುಹಿಸು ಮತ್ತು ಕರೆಮಾಡು"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ಓದದಿರುವ ಐಟಂಗಳು. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ಓದದಿರುವ ಐಟಂಗಳು. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"ಬಿಲ್ಡ್ ಆವೃತ್ತಿ"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ಓಪನ್ ಸೋರ್ಸ್ ಪರವಾನಗಿಗಳು"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್‌ಗಾಗಿ ಪರವಾನಗಿ ವಿವರಗಳು"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"ಗೌಪ್ಯತೆ ನೀತಿ"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"ಸೇವಾ ನಿಯಮಗಳು"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ತೆರೆದ ಮೂಲ ಪರವಾನಗಿಗಳು"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ಪರಿಶೀಲಿಸಲಾಗಿದೆ"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ಪರಿಶೀಲಿಸಲಾಗಿಲ್ಲ"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ವೀಡಿಯೊ ಕರೆ ಮಾಡಿ"</string>
 </resources>
diff --git a/res-common/values-ko/donottranslate_config.xml b/res-common/values-ko/donottranslate_config.xml
new file mode 100644
index 0000000..14cdd4d
--- /dev/null
+++ b/res-common/values-ko/donottranslate_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2016, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+    <!-- If true, an option is shown in Display Options UI to choose a sort order -->
+    <bool name="config_sort_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_sort_order_primary">false</bool>
+
+    <!-- If true, an option is shown in Display Options UI to choose a name display order -->
+    <bool name="config_display_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_display_order_primary">false</bool>
+
+    <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
+    <bool name="config_editor_field_order_primary">false</bool>
+</resources>
diff --git a/res-common/values-ko/strings.xml b/res-common/values-ko/strings.xml
index 60a888f..21fffe7 100644
--- a/res-common/values-ko/strings.xml
+++ b/res-common/values-ko/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"텍스트 복사됨"</string>
+    <string name="copy_text" msgid="3424081789297978355">"클립보드에 복사"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g>(으)로 전화걸기"</string>
     <string name="call_home" msgid="1479549630992276827">"집으로 전화걸기"</string>
     <string name="call_mobile" msgid="8618334085824709009">"휴대전화로 전화걸기"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"주소록"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"기타"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"디렉토리"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"직장 디렉토리"</string>
     <string name="local_search_label" msgid="9094584931063745728">"모든 주소록"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"나"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"검색 중…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"자주 연락하는 사람들"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"연락처 보기"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"전화번호가 포함된 모든 연락처"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"직장 프로필 연락처"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"업데이트 보기"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"태블릿 전용(동기화되지 않음)"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"휴대전화 전용(동기화되지 않음)"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"메신저"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"조직"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"관계"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"특별한 날"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"특별한 날짜"</string>
     <string name="sms" msgid="8086289395154598654">"문자 메시지"</string>
     <string name="postal_address" msgid="7692926530081579786">"주소"</string>
     <string name="ghostData_company" msgid="22470841482615409">"회사"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"제목"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"직책"</string>
     <string name="label_notes" msgid="3997277594846722699">"메모"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"웹사이트"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"채팅"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"삭제"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"이름 입력란 펼치기/접기"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"이름(소리나는 대로) 입력란 펼치기 또는 접기"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"모든 주소록"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"별표"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"맞춤설정"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g>의 주소록"</string>
     <string name="listCustomView" msgid="1915154113477432033">"주소록 맞춤 보기"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"단일 연락처"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"연락처 추가할 계정 선택하기"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"가져온 주소록을 저장할 계정:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM 카드에서 가져오기"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>에서 가져오기"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>에서 가져오기"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"저장소에서 가져오기"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".VCF 파일에서 가져오기"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> 가져오기를 취소하시겠습니까?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> 내보내기를 취소하시겠습니까?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard 가져오기/내보내기를 취소하지 못했습니다."</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\'<xliff:g id="FILE_NAME">%s</xliff:g>\'을(를) 열지 못했습니다. 이유: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"내보내기를 시작하지 못했습니다. 이유: \'<xliff:g id="EXACT_REASON">%s</xliff:g>\'"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"내보낼 수 있는 연락처가 없습니다."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"필수 권한을 사용 중지했습니다."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"내보내는 중에 오류가 발생했습니다. 이유: \'<xliff:g id="EXACT_REASON">%s</xliff:g>\'"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"필수 파일 이름이 너무 깁니다(\'<xliff:g id="FILENAME">%s</xliff:g>\')."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"저장공간에 vCard 파일이 너무 많습니다."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"지정한 vCard 파일에 대한 메타 정보를 수집하지 못했습니다."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"하나 이상의 파일을 가져오지 못했습니다(%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> 내보내기 완료됨"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"연락처 내보내기 완료"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> 내보내기 취소됨"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"연락처 데이터 내보내기"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"연락처 데이터를 <xliff:g id="FILE_NAME">%s</xliff:g>(으)로 내보내고 있습니다."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard 작성기가 제대로 시작되지 않았습니다."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"내보내기 실패"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"주소록 데이터를 내보내지 못했습니다.\n(이유: \'<xliff:g id="FAIL_REASON">%s</xliff:g>\')"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"저장공간을 찾을 수 없습니다."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD 카드가 없습니다."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"연락처 목록을 <xliff:g id="VCARD_FILENAME">%s</xliff:g> 파일로 내보냅니다."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> 가져오는 중"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard 데이터를 읽지 못함"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard 데이터 읽기 취소"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"파일을 곧 가져옵니다."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard 가져오기 요청이 거부되었습니다. 나중에 다시 시도해 주세요."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g>을(를) 곧 내보냅니다."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"파일을 곧 내보냅니다."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard 내보내기 요청이 거부되었습니다. 나중에 다시 시도해 주세요."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"연락처"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard를 로컬 임시 저장공간에 캐시하는 중입니다. 곧 가져오기가 시작됩니다."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD 카드에 vCard 파일이 없습니다."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC를 통해 받은 연락처"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"주소록을 내보내시겠습니까?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard 파일 선택"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"vCard 파일 한 개 가져오기"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"vCard 파일 여러 개 가져오기"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"모든 vCard 파일 가져오기"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"저장장치에서 vCard 데이터 검색 중..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD 카드의 vCard 데이터 검색 중..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"캐시"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"저장공간을 검색하지 못했습니다. 이유: \'<xliff:g id="FAIL_REASON">%s</xliff:g>\'"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD 카드를 검색하지 못했습니다. 이유: \'<xliff:g id="FAIL_REASON">%s</xliff:g>\'"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> 가져오는 중: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"저장소로 내보내기"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".VCF 파일로 내보내기"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"정렬 기준:"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"이름"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"성"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"이름 형식"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"이름 먼저"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"성 먼저"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"새 연락처에 대한 기본 계정"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"연락처 메타데이터 동기화 계정"</string>
+    <string name="setting_about" msgid="3926137653588942297">"주소록 정보"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"표시되는 연락처 모두 공유"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"표시되는 연락처를 공유하지 못했습니다."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"주소록 가져오기/내보내기"</string>
     <string name="dialog_import" msgid="5177004290082451296">"주소록 가져오기"</string>
     <string name="share_error" msgid="665756457151793108">"연락처를 공유할 수 없습니다."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"공유할 연락처가 없습니다."</string>
     <string name="menu_search" msgid="7464453023659824700">"검색"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"표시할 연락처"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"표시할 연락처"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"즐겨찾기"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"연락처가 없습니다."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"표시할 수 있는 연락처가 없습니다."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"즐겨찾기가 없습니다."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"즐겨찾기가 없습니다."</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>에 연락처가 없습니다."</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"자주 연락하는 사람 목록 삭제"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM 카드 선택"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"계정"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"계정 관리"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"가져오기/내보내기"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"출처: <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>(출처: <xliff:g id="SOURCE">%2$s</xliff:g>)"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"계정"</string>
     <string name="set_default_account" msgid="3865970860434642695">"통화에 항상 사용"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"통화에 사용할 SIM"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"메모가 포함된 통화"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"통화에 함께 전송할 메모를 입력하세요..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"보내기 및 통화"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. 읽지 않은 항목 <xliff:g id="COUNT_3">%2$d</xliff:g>개 </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. 읽지 않은 항목 <xliff:g id="COUNT_1">%2$d</xliff:g>개 </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"빌드 버전"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"오픈소스 라이선스"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"오픈소스 소프트웨어에 대한 라이선스 세부정보"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"개인정보취급방침"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"서비스 약관"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"오픈소스 라이선스"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> 선택함"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> 선택 안함"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"화상 통화 걸기"</string>
 </resources>
diff --git a/res-common/values-ky-rKG/strings.xml b/res-common/values-ky-rKG/strings.xml
index aa8103c..9eba412 100644
--- a/res-common/values-ky-rKG/strings.xml
+++ b/res-common/values-ky-rKG/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текст көчүрүлдү"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Буферге көчүрүү"</string>
     <string name="call_custom" msgid="2786306789889210756">"Чалуу <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Үйгө чалуу"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Мобилге чалуу"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Байланыштар"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Башка"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Директорий"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Жумуш боюнча маалымат китепчеси"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Бардык байланыштар"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Мен"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Изделүүдө…"</string>
@@ -90,6 +92,7 @@
     <skip />
     <!-- no translation found for list_filter_phones (3692815632088465422) -->
     <skip />
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Жумуш профилиндеги байланыштар"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Жаңыртууларды көрүү"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Планшет үчүн гана, сихрондоштурулбаган"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Телефон үчүн гана, сихрондоштурулбаган"</string>
@@ -111,7 +114,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Иштеген жери"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Мамиле"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Өзгөчө күндөр"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Өзгөчө күн"</string>
     <string name="sms" msgid="8086289395154598654">"Текст билдирүүлөрү"</string>
     <string name="postal_address" msgid="7692926530081579786">"Толук дареги"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Компания"</string>
@@ -148,6 +151,7 @@
     <string name="chat" msgid="6297650784873558837">"Чат"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"жок кылуу"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Аттар талааларын жаюу же түрүү"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Фонетикалык аталыш талааларын жайып көрсөтүү же жыйыштыруу"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Бардык байланыштар"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Жылдызчаланган"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Ыңгайлаштыруу"</string>
@@ -164,11 +168,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> байланыштары"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Байланыштардын ыңгайлаштырылган көрүнүшү"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Жалгыз байланыш"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Кийинки эсеп менен байланыш түзүү:"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Импорттолгон байланыштар төмөнкүгө сакталсын:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM-картадан импорттоо"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g> ичинен импорттоо"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM <xliff:g id="SIM_NAME">%1$s</xliff:g> ичинен импорттоо"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Сактагычтан импорттоо"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf файлынан импорттоо"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> импортто токтотулсунбу?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> экспорттоо токтотулсунбу?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard импортоо/экспортоо токтотулбады."</string>
@@ -176,6 +180,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ача албай жатат: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Экспортчу башталбай жатат: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Экспортко жарактуу байланыш жок."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Керектүү уруксатты өчүрүп койгонсуз."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Экспорттоо учурунда ката кетти: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Талап кылынган файл аты өтө узун (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Сактагычта өтө көп vCard файлдар бар."</string>
@@ -187,6 +192,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Берилген vCard файл(дар)ынын мета маалыматтарын чогултуу мүмкүн болбой жатат."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Бир же эки файл импорттолбой жатат (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> экспорттоо аяктады."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Байланыштар өткөрүлүп бүттү."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> экспортто токтотулду."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Байланыш берилиштери экспорттолууда"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Сиздин байланыш берилиштериңиз <xliff:g id="FILE_NAME">%s</xliff:g> файлына экспорттолууда."</string>
@@ -196,9 +202,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard түзүүчү туура эмес иштеп баштады."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Экспорттоо мүмкүн эмес"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Байланыш маалыматтары экспорттолгон жок.\nСебеби: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Эч бир сактагыч табылган жок."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Эч бир SD-карта табылган жок."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Сиздин байланыштар тизмеңиз <xliff:g id="VCARD_FILENAME">%s</xliff:g> файлына экспорттолот."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> импорттолууда"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard берилиштерин окуу мүмкүн эмес"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard берилиштерин окуу токтотулду"</string>
@@ -208,6 +211,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Файл жакынкы убакытта импорттолот."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard импорттоо талабы четке кагылды. Кийинчерээк кайра аракеттениңиз."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> жакынкы убакытта экспорттолот."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Файл бир аздан кийин өткөрүлүп берилет."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard экспорттоо талабы четке кагылды. Кийинчерээк кайра аракеттениңиз."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"байланыш"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(дар) жергиликтүү убактылуу жайга топтолууда. Чыныгы импорт жакында башталат."</string>
@@ -216,27 +220,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD-картада эч бир vCard файл табылган жок."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Байланыш NFC аркылуу алынды"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Байланыштар экспорттолсунбу?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard файлын тандаңыз"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Бир vCard файлды импорттоо"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Бир нече vCard файлдарын импорттоо"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Бардык vCard файлдарды импорттоо"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Сактагычта vCard берилиштери изделүүдө..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD-картада vCard берилиштери изделүүдө..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Топтоо"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Сактагычты скандоо мүмкүн эмес. (Себеби: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD-картаны скандоо мүмкүн эмес. (Себеби: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g> импорттолууда"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Сактагычка экспорттоо"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf файлга экспорттоо"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Төмөнкү боюнча иреттештирүү"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ысымы"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Фамилиясы"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Ысым форматы"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Биринчи ысымы"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Биринчи фамилиясы"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Жаңы байланыштарыңыз үчүн демейки каттоо эсеби"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Байланыштардын метадайындарын шайкештирүүчү каттоо эсеби"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Байланыштар жөнүндө"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Көрүнүктүү байланыштарды бөлүшүү"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Көрүнүктүү байланыштар бөлүшүлбөй койду."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Байланыштарды импорттоо/эскорттоо"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Байланыштарды импорттоо"</string>
     <string name="share_error" msgid="665756457151793108">"Бул байланышты бөлүшүү мүмкүн эмес."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Бөлүшө турган байланыштар жок."</string>
     <string name="menu_search" msgid="7464453023659824700">"Издөө"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Көрсөтүлүүчү байланыштар"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Көрсөтүлүүчү байланыштар"</string>
@@ -245,11 +248,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Тандамалдар"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Эч бир байланыш жок."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Көрүнүктүү байланыштар жок."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Тандамалдар бош."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Сүйүктүүлөр тизмеси бош"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> ичинде байланыштар жок"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Көп чалуулар тизмесин тазалоо"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM карта тандаңыз"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Эсептер"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Каттоо эсептерин башкаруу"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Импортоо/экспортоо"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> аркылуу"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>  <xliff:g id="SOURCE">%2$s</xliff:g> аркылуу"</string>
@@ -259,4 +262,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Каттоо эсеби"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Бул ар дайым чалуулр үчн колдонулсн"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Төмөнкү менен чалуу"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Кыска жазуу менен чалуу"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Чалуу менен жөнөтүлө турган кыска жазууну териңиз …"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ЖӨНӨТҮҮ ЖАНА ЧАЛУУ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> нерсе окула элек. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> нерсе окула элек. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Куралыш версиясы"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Ачык программа уруксаттамалары"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Ачык булак программа уруксаттамасынын чоо-жайы"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Купуялык саясаты"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Тейлөө шарттары"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Ачык программа уруксаттамалары"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> белгиленди"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> белгиленген жок"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Видео чалуу"</string>
 </resources>
diff --git a/res-common/values-lo-rLA/strings.xml b/res-common/values-lo-rLA/strings.xml
index 7df8ca2..ab4e9a4 100644
--- a/res-common/values-lo-rLA/strings.xml
+++ b/res-common/values-lo-rLA/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"ສຳເນົາຂໍ້ຄວາມແລ້ວ"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ສຳເນົາໄວ້ໃນຄລິບບອດ"</string>
     <string name="call_custom" msgid="2786306789889210756">"ໂທຫາ <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"ໂທຫາເບີບ້ານ"</string>
     <string name="call_mobile" msgid="8618334085824709009">"ໂທຫາເບີມືຖື"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"ລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"ອື່ນໆ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ໄດເຣັກທໍຣີ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ໄດເຣັກທໍຣີບ່ອນເຮັດວຽກ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"ລາຍຊື່ຜູ່ຕິດຕໍ່ທັງໝົດ"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ຂ້ອຍ"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"ກຳລັງຊອກຫາ..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"ຕິດຕໍ່ຫາເລື້ອຍໆ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"ເບິ່ງລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ລາຍຊື່ຜູ່ຕິດຕໍ່ທັງໝົດທີ່ມີເບີໂທລະສັບ"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"ລາຍຊື່ຜູ້ຕິດຕໍ່ຂອງໂປຣໄຟລ໌ບ່ອນເຮັດວຽກ"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"ເບິ່ງອັບເດດ"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ແທັບເລັດເທົ່ານັ້ນ, ບໍ່ຊິ້ງຂໍ້ມູນ"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ໂທລະສັບເທົ່ານັ້ນ, ບໍ່ຊິ້ງຂໍ້ມູນ"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ອົງກອນ"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ຄວາມສຳພັນ"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"ວັນພິເສດ"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"ວັນ​ທີ​ພິ​ເສດ"</string>
     <string name="sms" msgid="8086289395154598654">"ຂໍ້ຄວາມ"</string>
     <string name="postal_address" msgid="7692926530081579786">"ທີ່ຢູ່"</string>
     <string name="ghostData_company" msgid="22470841482615409">"ບໍລິສັດ"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ສົນທະນາ"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ລຶບ"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"ຂະຫຍາຍ ຫຼືຫຍໍ້ຊ່ອງຂໍ້ມູນຊື່"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ຂະ​ຫຍາຍ ຫຼື ຫຍໍ້​ບ່ອນ​ໃສ່​ຊື່​ຕາມ​ການ​ອອກ​ສຽງ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"ລາຍຊື່ຜູ່ຕິດຕໍ່ທັງໝົດ"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ໝາຍດາວໄວ້"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"ປັບແຕ່ງ"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"ລາຍຊື່ຜູ່ຕິດຕໍ່ໃນ <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"ລາຍຊື່ຜູ່ຕິດຕໍ່ໃນມຸມມອງກຳນົດເອງ"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ລາຍຊື່ຜູ່ຕິດຕໍ່ດ່ຽວ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"ສ້າງລາຍຊື່ຜູ່ຕິດຕໍ່ພາຍໃຕ້ບັນຊີ"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"ບັນ​ທຶກ​ລາຍ​ຊື່​ຕິດ​ຕໍ່​ນຳ​ເຂົ້າ​ແລ້ວ​ໃສ່:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"ນຳເຂົ້າຈາກ SD card"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"ນຳ​ເຂົ້າ​ຈາກ SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"​ນຳ​ເຂົ້າ​ຈາກ SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"ນຳເຂົ້າຈາກບ່ອນຈັດເກັບຂໍ້ມູນ"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"ນຳ​ເຂົ້າ​ຈາກ​ໄຟ​ລ໌ .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"ຍົກເລີກການນຳເຂົ້າ <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"ຍົກເລີກການສົ່ງອອກ <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"ບໍ່ສາມາດຍົກເລີກ ການນຳເຂົ້າ/ສົ່ງອອກ vCard ໄດ້"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"ບໍ່ສາມາດເປີດ \"<xliff:g id="FILE_NAME">%s</xliff:g>\" ໄດ້: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ບໍ່ສາມາດເລີ່ມໂປຣແກຣມສົ່ງອອກໄດ້: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ບໍ່ມີລາຍຊື່ຜູ່ຕິດຕໍ່ທີ່ສາມາດສົ່ງອອກໄດ້."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"ທ່ານ​ປິດ​ໃຊ້​ງານ​ການ​ອະ​ນຸ​ຍາດ​ທີ່​ຕ້ອງ​ການ​ແລ້ວ."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"ເກີດຄວາມຜິດພາດໃນລະຫວ່າງການສົ່ງອອກ: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ຊື່ໄຟລ໌ທີ່ຕ້ອງການຍາວເກີນໄປ (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"ມີໄຟລ໌ vCard ໃນບ່ອນຈັດເກັບຂໍ້ມູນຫຼາຍເກີນໄປ."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"ບໍ່ສາມາດເກັບກຳຂໍ້ມູນ meta ຂອງໄຟລ໌ vCard ທີ່ລະບຸໄດ້."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ມີໄຟລ໌ນຶ່ງ ຫຼືຫຼາຍກວ່ານັ້ນບໍ່ສາມາດນຳເຂົ້າໄດ້ (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"ສິ້ນສຸດການສົ່ງອອກແລ້ວ <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"ສຳ​ເລັດ​ການ​ສົ່ງ​ອອກລາຍ​ຊື່​ອ​ແລ້ວ."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"ການສົ່ງອອກ <xliff:g id="FILENAME">%s</xliff:g> ຖືກຍົກເລີກແລ້ວ."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"ກຳລັງສົ່ງອອກຂໍ້ມູນລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"ຂໍ້ມູນລາຍຊື່ລາຍຊື່ຜູ່ຕິດຕໍ່ຂອງທ່ານ ກຳລັງຖືກສົ່ງອອກເປັນ: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"ໂປຣແກຣມຂຽນ vCard ຖືກເລີ່ມຢ່າງບໍ່ຖືກຕ້ອງ."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ບໍ່ສາມາດສົ່ງອອກໄດ້"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"ຂໍ້ມູນລາຍຊື່ຜູ່ຕິດຕໍ່ຍັງບໍ່ໄດ້ຖືກສົ່ງອອກເທື່ອ.\nເຫດຜົນ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ບໍ່ພົບບ່ອນຈັດເກັບຂໍ້ມູນ."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"ບໍ່ພົບ SD card."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"ລາຍການລາຍຊື່ຜູ່ຕິດຕໍ່ຂອງທ່ານ ຈະຖືກສົ່ງອອກເປັນໄຟລ໌: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"ກຳລັງນຳເຂົ້າ <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"ບໍ່ສາມາດອ່ານຂໍ້ມູນ vCard ໄດ້"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"ການອ່ານຂໍ້ມູນ vCard ຖືກຍົກເລີກແລ້ວ"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ໄຟລ໌ຈະຖືກນຳເຂົ້າໃນໄວໆນີ້."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"ການຮ້ອງຂໍການນຳເຂົ້າ vCard​ ຖືກປະຕິເສດ. ກະລຸນາລອງໃໝ່ໃນພາຍຫຼັງ."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ຈະຖືກສົ່ງອອກໃນໄວໆນີ້."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ໄຟ​ລ໌​ຈະ​ຖືກ​ສົ່ງ​ອອກ​ໄວໆ​ນີ້."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"ຄຳຂໍການສົ່ງອອກ vCard ຖືກປະຕິເສດ. ກະລຸນາລອງໃໝ່ໃນພາຍຫຼັງ."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"ລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"ກຳລັງເກັບຂໍ້ມູນ vCard ໃສ່ບ່ອນຈັດເກັບຂໍ້ມູນຊົ່ວຄາວໃນອຸປະກອນ. ການນຳເຂົ້າຈະເລີ່ມຂຶ້ນໃນໄວໆນີ້."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"ບໍ່ພົບໄຟລ໌ vCard ໃນ SD card."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"ລາຍຊື່ຜູ່ຕິດຕໍ່ທີ່ໄດ້ຮັບຜ່ານ NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"ສົ່ງອອກລາຍຊື່ຜູ່ຕິດຕໍ່?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"ເລືອກໄຟລ໌ vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ນຳເຂົ້າໄຟລ໌ vCard ອັນດຽວ"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"ນຳເຂົ້າໄຟລ໌ vCard ຫຼາຍໆໄຟລ໌ພ້ອມກັນ"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"ນຳເຂົ້າໄຟລ໌ vCard ທັງໝົດ"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"ກຳລັງຊອກຫາຂໍ້ມູນ vCard ໃນບ່ອນຈັດເກັບຂໍ້ມູນ..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"ກຳລັງຊອກຫາຂໍ້ມູນ vCard ໃນ SD card..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ກຳລັງຈັດເກັບຂໍ້ມູນ"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ບໍ່ສາມາດສະແກນບ່ອນຈັດເກັບຂໍ້ມູນໄດ້. (ສາຍເຫດ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"ບໍ່ສາມາດສະແກນ SD card ໄດ້. (ເຫດຜົນ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"ກຳລັງນຳເຂົ້າ <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ສົ່ງອອກໃສ່ບ່ອນຈັດເກັບຂໍ້ມູນ"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"ສົ່ງ​ອອກ​ຫາ​ໄຟ​ລ໌ .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ຮຽງຕາມ"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"ຊື່"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"ນາມສະກຸນ"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"​ຮູບ​ແບບ​ຊື່"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"​ຊື່​ກ່ອນ"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"​ນາມ​ສະ​ກຸນ​ກ່ອນ"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"ບັນ​ຊີ​ເລີ່ມຕົ້ນ​ສຳ​ລັບ​ລາຍ​ຊື່​ຕິດ​ຕໍ່​ໃໝ່"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"ຕິດຕໍ່ບັນຊີຊິ້ງຂໍ້ມູນເມຕາ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"ກ່ຽວ​ກັບ​ລາຍ​ຊື່​ຕິດ​ຕໍ່"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"ແບ່ງປັນລາຍຊື່ຜູ່ຕິດຕໍ່ທີ່ເບິ່ງເຫັນໄດ້"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"ແບ່ງ​ປັນ​ລາຍ​ຊື່​ຕິດ​ຕໍ່​ສາ​ມາດ​ເຫັນ​ໄດ້​ບໍ່​ສຳ​ເລັດ."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"ນຳເຂົ້າ/ສົ່ງອອກ ລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
     <string name="dialog_import" msgid="5177004290082451296">"ນຳເຂົ້າລາຍຊື່ຜູ່ຕິດຕໍ່"</string>
     <string name="share_error" msgid="665756457151793108">"ບໍ່ສາມາດແບ່ງປັນລາຍຊື່ລາຍຊື່ຜູ່ຕິດຕໍ່ນີ້ໄດ້."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ບໍ່​ມີ​ລາຍ​ຊື່​ຕິດ​ຕໍ່​ທີ່​ຈະ​ໂທ."</string>
     <string name="menu_search" msgid="7464453023659824700">"ຊອກຫາ"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ລາຍຊື່ຜູ່ຕິດຕໍ່ເພື່ອສະແດງ"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ລາຍຊື່ຜູ່ຕິດຕໍ່ເພື່ອສະແດງ"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"ລາຍການທີ່ມັກ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"ບໍ່ມີລາຍຊື່ຜູ່ຕິດຕໍ່."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ບໍ່ມີລາຍຊື່ຜູ່ຕິດຕໍ່ທີ່ເບິ່ງເຫັນໄດ້."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ບໍ່ມີລາຍການທີ່ມັກ"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ບໍ່ມີລາຍການທີ່ມັກ"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"ບໍ່ມີລາຍຊື່ຜູ່ຕິດຕໍ່ໃນ <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"ລຶບລາຍຊື່ຄົນທີ່ຕິດຕໍ່ຫາເລື້ອຍໆ"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"ເລືອກ SIM ກາດ"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"ບັນຊີ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"ຈັດການບັນຊີ"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"ນຳເຂົ້າ/ສົ່ງອອກ"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"ຜ່ານ <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> ຜ່ານ <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"ບັນຊີ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ໃຊ້​ຊິມ​ນີ້​ເພື່ອ​ການໂທທຸກ​ເທື່ອ"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ໂທ​ດ້ວຍ"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ໂທ​ດ້ວຍ​ບັນ​ທຶກ"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"ພິມ​ບັນ​ທຶກ ເພື່ອ​ສົ່ງ​ກັບ​ການ​ໂທ ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ສົ່ງ ແລະ ໂທ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ລາຍ​ການ​ບໍ່​ທັນ​ໄດ້​ອ່ານ. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> ​ລາຍ​ການ​ບໍ່​ທັນ​ໄດ້​ອ່ານ. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"ລຸ້ນທີ່ສ້າງ"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ໃບອະນຸຍາດແຫຼ່ງເປີດ"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ລາຍລະອຽດໃບອະນຸຍາດຂອງຊອບແວແຫຼ່ງເປີດ"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"​ນະ​ໂຍ​ບາຍ​ຄວາມ​ເປັນ​ສ່ວນຕົວ"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"​ເງື່ອນ​ໄຂ​ການ​ໃຫ້​ບໍ​ລິ​ການ"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ໃບອະນຸຍາດແຫຼ່ງເປີດ"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ຖືກ​ໝາຍ​ແລ້ວ"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ບໍ່​ໄດ້​ໝາຍ​ແລ້ວ"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ເຮັດການໂທວິດີໂອ"</string>
 </resources>
diff --git a/res-common/values-lt/strings.xml b/res-common/values-lt/strings.xml
index 6d8ce7c..3e7ec8c 100644
--- a/res-common/values-lt/strings.xml
+++ b/res-common/values-lt/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Tekstas nukopijuotas"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopijuoti į iškarpinę"</string>
     <string name="call_custom" msgid="2786306789889210756">"Skambinti <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Skambinti namų telefono numeriu"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Skambinti mobiliojo telefono numeriu"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktai"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Kitas"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Katalogas"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Darbo katalogas"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Visi kontaktai"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Aš"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Ieškoma…"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Dažniausiai susisiekta"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Peržiūrėti kontaktą"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Visi kontaktai su telefonų numeriais"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Darbo profilio kontaktai"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Peržiūrėti naujinius"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tik planšetinis kompiuteris, nesinchronizuojama"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Tik telefonas, nesinchronizuojama"</string>
@@ -108,7 +111,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"TP"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizacija"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Ryšys"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Specialios datos"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Speciali data"</string>
     <string name="sms" msgid="8086289395154598654">"Teksto pranešimas"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresas"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Įmonė"</string>
@@ -145,6 +148,7 @@
     <string name="chat" msgid="6297650784873558837">"Pokalbis"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ištrinti"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Išskleisti arba sutraukti pavadinimų laukus"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Išskleisti arba sutraukti fonetinių pavadinimų laukus"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Visi kontaktai"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Pažymėta žvaigždute"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Tinkinti"</string>
@@ -161,11 +165,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> kontaktai"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontaktai tinkintame rodinyje"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Vienas kontaktas"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Kurti kontaktą paskyroje"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Importuotus kontaktus išsaugoti paskyroje:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importuoti iš SIM kortelės"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importuoti iš SIM kortelės „<xliff:g id="SIM_NAME">^1</xliff:g>“ – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importuoti iš SIM kortelės „<xliff:g id="SIM_NAME">%1$s</xliff:g>“"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importuoti iš saugyklos"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importuoti iš VCF failo"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Atšaukti „<xliff:g id="FILENAME">%s</xliff:g>“ importavimą?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Atšaukti „<xliff:g id="FILENAME">%s</xliff:g>“ eksportavimą?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Nepav. atš. el. viz. kort. imp. / eksp."</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Nepavyko atidaryti „<xliff:g id="FILE_NAME">%s</xliff:g>“: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nepavyko paleisti eksportavimo priemonės: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nėra eksportuojamo kontakto."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Išjungėte būtiną leidimą."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Eksportuojant įvyko klaida: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Reikalingo failo pavadinimas per ilgas („<xliff:g id="FILENAME">%s</xliff:g>“)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Per daug el. vizitinių kortelių failų saugykloje."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Nepavyko surinkti pateikto (-ų) el. vizitinės kortelės failo (-ų) metainformacijos."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Nepavyko importuoti vieno ar daugiau failų (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Baigta eksportuoti „<xliff:g id="FILENAME">%s</xliff:g>“."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Baigta eksportuoti kontaktus."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"„<xliff:g id="FILENAME">%s</xliff:g>“ eksportavimas atšauktas."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Eksportuojami kontaktų duomenys"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kontaktų duomenys eksportuojami į: „<xliff:g id="FILE_NAME">%s</xliff:g>“."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"El. vizitinių kortelių rengyklė nebuvo tinkamai paleista."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Nepavyko eksportuoti"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontakto duomenys nebuvo eksportuoti.\nPriežastis: „<xliff:g id="FAIL_REASON">%s</xliff:g>“"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nerasta saugykla."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nerasta SD kortelė."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Jūsų kontaktų sąrašas bus eksportuotas į failą „<xliff:g id="VCARD_FILENAME">%s</xliff:g>“."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importuojama <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nepavyko nusk. el. vizit. kort. duomenų"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"El. vizit. kort. duomenų skaitymas atš."</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Failas bus netrukus importuotas."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"El. vizitinės kortelės importavimo užklausa atmesta. Vėliau bandykite dar kartą."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"„<xliff:g id="FILENAME">%s</xliff:g>“ bus netrukus eksportuotas."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Failas bus eksportuotas netrukus."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"El. vizitinės kortelės eksportavimo užklausa buvo atmesta. Vėliau bandykite dar kartą."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontaktas"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"El. vizitinė (-ės) kortelė (-ės) padedama (-os) į vietinę laikinąją saugyklą. Netrukus bus pradėtas tikrasis importavimas."</string>
@@ -213,27 +217,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD kortelėje nerasta jokių el. vizitinių kortelių failų."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kont. g. per ALR"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Eksportuoti kontaktus?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Rink. el. viz. kor. failą"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importuoti vieną el. vizitinės kortelės failą"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importuoti kelis el. vizitinės kortelės failus"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importuoti visus el. vizitinės kortelės failus"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Ieškoma el. vizitinės kortelės duomenų saugykloje…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD kortelėje ieškoma el. vizitinės kortelės duomenų…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Dedama į talpyklą"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Saugyklos negalima nuskaityti. (Priežastis: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD kortelės negalima nuskaityti. (Priežastis: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importuojama <xliff:g id="CURRENT_NUMBER">%s</xliff:g> / <xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksportuoti į saugyklą"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksportuoti į VCF failą"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Rūšiuoti pagal"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Vardas"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Pavardė"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Vardo formatas"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Pirmiausia vardas"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Pirmiausia pavardė"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Numatytoji naujų kontaktų paskyra"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontaktų metaduomenų sinchronizavimo paskyra"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Apie Kontaktus"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Bendrinti matomus kontaktus"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nepavyko bendrinti matomų kontaktų."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importuoti / eksportuoti kontaktus"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importuoti kontaktus"</string>
     <string name="share_error" msgid="665756457151793108">"Šio kontakto negalima bendrinti."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nėra bendrintinų kontaktų."</string>
     <string name="menu_search" msgid="7464453023659824700">"Ieškoti"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Pateiktini kontaktai"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Pateiktini kontaktai"</string>
@@ -242,11 +245,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Mėgstamiausi"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Kontaktų nėra."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nėra matomų kontaktų."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Į adresyną nieko neįtraukta."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nėra mėgstamiausių"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"„<xliff:g id="NAME">%s</xliff:g>“ kontaktų nėra"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Valyti dažniausiai naudojamus"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Pasirinkti SIM kortelę"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Paskyros"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Valdyti paskyras"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importuoti / eksportuoti"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"naudojant „<xliff:g id="SOURCE">%1$s</xliff:g>“"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> naudojant „<xliff:g id="SOURCE">%2$s</xliff:g>“"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Paskyra"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Visada naudoti tai skambučiams"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Skambinkite naudodami"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Skambutis su užrašu"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Įveskite užrašą, kurį galima išsiųsti skambinant..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SIŲSTI IR SKAMBINTI"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> „<xliff:g id="TITLE_2">%1$s</xliff:g>“. <xliff:g id="COUNT_3">%2$d</xliff:g> neskaitytas elementas. </item>
+      <item quantity="few"> „<xliff:g id="TITLE_2">%1$s</xliff:g>“. <xliff:g id="COUNT_3">%2$d</xliff:g> neskaityti elementai. </item>
+      <item quantity="many"> „<xliff:g id="TITLE_2">%1$s</xliff:g>“. <xliff:g id="COUNT_3">%2$d</xliff:g> neskaityto elemento. </item>
+      <item quantity="other"> „<xliff:g id="TITLE_2">%1$s</xliff:g>“. <xliff:g id="COUNT_3">%2$d</xliff:g> neskaitytų elementų. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versija"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Atvirojo šaltinio licencijos"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Išsami atvirojo šaltinio programinės įrangos licencijos informacija"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privatumo politika"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Paslaugų teikimo sąlygos"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Atvirojo šaltinio licencijos"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> pažymėta"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> nepažymėta"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Atlikti vaizdo skambutį"</string>
 </resources>
diff --git a/res-common/values-lv/strings.xml b/res-common/values-lv/strings.xml
index 48e5407..00aece3 100644
--- a/res-common/values-lv/strings.xml
+++ b/res-common/values-lv/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teksts ir nokopēts."</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopēt starpliktuvē"</string>
     <string name="call_custom" msgid="2786306789889210756">"Zvanīt: <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Zvanīt uz mājas tālruni"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Zvanīt uz mobilo tālruni"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktpersonas"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Cits"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Katalogs"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Darba katalogs"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Visas kontaktpersonas"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Es"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Notiek meklēšana…"</string>
@@ -86,6 +88,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Personas, ar kurām bieži sazināties"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Skatīt kontaktpersonu"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Visas kontaktpersonas ar tālruņa numuriem"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontaktpersonas darba profilā"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Skatīt atjauninājumus"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tikai planšetdatorā, bez sinhronizācijas"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Tikai tālrunī, bez sinhronizācijas"</string>
@@ -96,7 +99,7 @@
     <string name="name_family" msgid="5317387657540738981">"Uzvārds"</string>
     <string name="name_prefix" msgid="8219879405071462309">"Uzruna"</string>
     <string name="name_middle" msgid="3951610314424632183">"Otrais vārds"</string>
-    <string name="name_suffix" msgid="5436984808550075931">"Tituls"</string>
+    <string name="name_suffix" msgid="5436984808550075931">"Uzruna"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Vārda un uzvārda izruna"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Vārda izruna"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Otrā vārda izruna"</string>
@@ -107,7 +110,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Tūlītēja ziņapmaiņa"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizācija"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Saistība"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Īpašie datumi"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Īpašs datums"</string>
     <string name="sms" msgid="8086289395154598654">"Īsziņa"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adrese"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Uzņēmums"</string>
@@ -144,6 +147,7 @@
     <string name="chat" msgid="6297650784873558837">"Tērzēt"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"dzēst"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Izvērst vai sakļaut nosaukumu laukus"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Izvērst vai sakļaut vārda izrunas laukus"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Visas kontaktpersonas"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Atzīmēts ar zvaigznīti"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Pielāgot"</string>
@@ -158,13 +162,13 @@
     <string name="menu_done" msgid="32470053723443112">"Gatavs"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Atcelt"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontaktpersonas sarakstā <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kontaktpersonas pielāgotā skatījumā"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Lietotāju filtrs"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Viena kontaktpersona"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Izveidot jaunu kontaktpersonu kontā"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Saglabāt importētās kontaktpersonas šeit:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importēt no SIM kartes"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importēt no SIM kartes <xliff:g id="SIM_NAME">^1</xliff:g> — <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importēt no SIM kartes <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importēt no atmiņas"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importēt no .vcf faila"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Vai atcelt faila <xliff:g id="FILENAME">%s</xliff:g> importēšanu?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Vai atcelt faila <xliff:g id="FILENAME">%s</xliff:g> eksportēšanu?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Nevarēja atcelt vCard f. imp./eksp."</string>
@@ -172,6 +176,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Nevarēja atvērt failu <xliff:g id="FILE_NAME">%s</xliff:g>: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nevarēja startēt eksportētāju: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nav eksportējamu kontaktpersonu datu."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Jūs esat atspējojis obligātu atļauju."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Eksportēšanas laikā radās kļūda: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Faila nosaukums ir pārāk garš (<xliff:g id="FILENAME">%s</xliff:g>)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Atmiņā ir pārāk daudz vCard failu."</string>
@@ -183,6 +188,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Nevarēja iegūt metainformāciju par vienu vai vairākiem konkrētiem vCard failiem."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Nevarēja importēt vienu vai vairākus failus (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Faila <xliff:g id="FILENAME">%s</xliff:g> eksportēšana pabeigta"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontaktpersonu eksportēšana ir pabeigta."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Faila <xliff:g id="FILENAME">%s</xliff:g> eksportēšana atcelta"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontaktpersonu datu eksportēšana"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kontaktpersonas dati tiek eksportēti uz failu <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -192,9 +198,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard veidotājs netika pareizi startēts."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Nevarēja eksportēt"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontaktpersonas dati netika eksportēti.\nIemesls: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Netika atrasta atmiņa."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Netika atrasta SD karte."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Kontaktpersonu saraksts tiks eksportēts uz failu <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Notiek importēšana: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nevarēja nolasīt vCard datus"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Atcelta vCard datu lasīšana"</string>
@@ -204,6 +207,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Fails drīzumā tiks importēts."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Tika noraidīts vCard faila importēšanas pieprasījums. Vēlāk mēģiniet vēlreiz."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Fails <xliff:g id="FILENAME">%s</xliff:g> drīzumā tiks eksportēts."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Fails drīzumā tiks eksportēts."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Tika noraidīts vCard faila eksportēšanas pieprasījums. Vēlāk mēģiniet vēlreiz."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontaktpersona"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Notiek vCard failu saglabāšana vietējā pagaidu kešatmiņā. Importēšana tiks sākta pēc neilga brīža."</string>
@@ -212,40 +216,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD kartē netika atrasts neviens vCard fails."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kont. saņ., izm. NFC."</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Vai eksportēt kontaktp. datus?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard faila izvēle"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importēt vienu vCard failu"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importēt vairākus vCard failus"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importēt visus vCard failus"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Notiek vCard datu meklēšana atmiņā..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Notiek vCard datu meklēšana SD kartē..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Notiek saglabāšana kešatmiņā"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Atmiņu nevarēja skenēt. (Iemesls: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD karti nevarēja skenēt. (Iemesls: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importē <xliff:g id="CURRENT_NUMBER">%s</xliff:g>. no <xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksportēt uz atmiņu"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksportēt .vcf failā"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Kārtot pēc"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Vārds"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Uzvārds"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Vārda formāts"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Vispirms rādīt vārdu"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Vispirms rādīt uzvārdu"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Noklusējuma konts jaunām kontaktpersonām"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontaktpersonu metadatu sinhronizācijas konts"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Par lietotni Kontaktpersonas"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Kopīgot redzamo kontaktpersonu datus"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Neizdevās kopīgot redzamās kontaktpersonas."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Kontaktpersonu importēšana/eksportēšana"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Kontaktpersonu datu importēšana"</string>
     <string name="share_error" msgid="665756457151793108">"Šīs kontaktpersonas datus nevar kopīgot."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nav nevienas kontaktpersonas, ko kopīgot."</string>
     <string name="menu_search" msgid="7464453023659824700">"Meklēt"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Rādāmās kontaktpersonas"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Rādāmās kontaktpersonas"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Pielāgotā skatījuma definēšana"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Kontaktu grupas izvēle"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Meklēt kontaktpersonas"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Izlase"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nav kontaktpersonu."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nav redzamu kontaktpersonu."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Izlasē nav nevienas kontaktpersonas."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Izlasē nav nevienas kontaktpersonas."</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nav kontaktpersonu šādā grupā: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Dzēst bieži lietotos kontaktus"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Atlasiet SIM karti"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Konti"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Pārvaldīt kontus"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importēt/eksportēt"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"izmantojot <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>, izmantojot <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -255,4 +258,23 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konts"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Vienmēr izmantot zvaniem"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Zvanīt, izmantojot"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Zvanīt ar piezīmi"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Ierakstiet piezīmi, ko nosūtīt ar zvanu..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SŪTĪT un ZVANĪT"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> no <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="zero"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nelasītu vienumu. </item>
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nelasīts vienums. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nelasīti vienumi. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Būvējuma versija"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Atklātā pirmkoda licences"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licences informācija par atklātā pirmkoda programmatūru"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Konfidencialitātes politika"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Pakalpojumu sniegšanas noteikumi"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Atklātā pirmkoda licences"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> atzīmēts"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> nav atzīmēts"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Sākt videozvanu"</string>
 </resources>
diff --git a/res-common/values-mk-rMK/strings.xml b/res-common/values-mk-rMK/strings.xml
index a1dff4b..44441ea 100644
--- a/res-common/values-mk-rMK/strings.xml
+++ b/res-common/values-mk-rMK/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текстот е копиран"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Копирај во клип-таблата"</string>
     <string name="call_custom" msgid="2786306789889210756">"Повикај <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Јави се дома"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Повикај мобилен"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Контакти"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Друг"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Адресар"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Работен директориум"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Сите контакти"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Јас"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Се пребарува..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Често контактирани"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Прикажи контакт"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Сите контакти со телефонски броеви"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Контакти на работниот профил"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Прикажи ажурирања"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Само таблет, несинхронизиран"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Само телефон, несинхрнизиран"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Организација"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Врска"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Посебни датуми"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Посебен датум"</string>
     <string name="sms" msgid="8086289395154598654">"Текстуална порака"</string>
     <string name="postal_address" msgid="7692926530081579786">"Адреса"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Компанија"</string>
@@ -143,9 +146,10 @@
     <string name="chat" msgid="6297650784873558837">"Разговор"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"избриши"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Отвори или затвори полиња со име"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Прошири ги или собери ги полињата за фонетско име"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Сите контакти"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Со ѕвезда"</string>
-    <string name="list_filter_customize" msgid="2352794292558465089">"Прилагоди"</string>
+    <string name="list_filter_customize" msgid="2352794292558465089">"Приспособи"</string>
     <string name="list_filter_single" msgid="4553809449379139446">"Контакт"</string>
     <string name="display_ungrouped" msgid="3669471582032440138">"Сите други контакти"</string>
     <string name="display_all_contacts" msgid="7251385818740728862">"Сите контакти"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Контакти во <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Контакти во прилагоден приказ"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Еден контакт"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Создај контакт под сметка"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Зачувајте ги увезените контакти до:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Увези од СИМ картичка"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Увези од СИМ <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Увези од СИМ <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Увези од меморија"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Увези од датотеката .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Откажи увоз на <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Откажи извоз на <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Не можеше да се откаже увоз/извоз на визит картичка"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Не можеше да се отвори „<xliff:g id="FILE_NAME">%s</xliff:g>“: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Не можеше да се вклучи извозникот: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Нема контакт што може да се извезе."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Оневозможивте потребна дозвола."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Настанаи грешка при извоз: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Бараното име на датотеката е предолго („<xliff:g id="FILENAME">%s</xliff:g>“)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Во меморијата има премногу датотеки за визит картичка."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Не можеше да собере мета информации за дадени датотека(и) на визит картичка(и)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Една или повеќе датотеки не можеа да се увезат (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Заврши извезувањето на <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Извозот на контакти заврши."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Извезувањето на <xliff:g id="FILENAME">%s</xliff:g> е откажано."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Извезување податоци за контакт"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Вашите податоци за контакт се извезуваат во: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Композиторот на визит картичката не започна правилно."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Не можеа да се извезат"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Податоците за контакт не се извезоа.\nПричина: „<xliff:g id="FAIL_REASON">%s</xliff:g>“"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Не е пронајдена меморија."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Не е пронајдена СД картичка."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Вашиот список со контакти ќе се извезе во датотека: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Увезување <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Не можеше да прочита податоци од визит картичка"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Читањето податоци од визит картичка е откажано"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Датотеката ќе се увезе наскоро."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Барањето за увезување визит картичка беше одбиено. Обидете се повторно подоцна."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ќе се извезе наскоро."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Датотеката ќе се извезе наскоро."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Барањето за извезување визит картичка беше одбиено. Обидете се повторно подоцна."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"контакт"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Кеширање визит картичка(и) во локална привремена меморија. Реалниот увоз ќе започне наскоро."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Не е пронајдена датотека со визит картичка на СД картичката."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Контакт добиен преку NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Извези контакти?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Избери датотека со визит картичка"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Увези една датотека со визит картичка"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Увези повеќе датотеки со визит картичка"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Увези ги сите датотеки на визит-картички"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Се пребаруваат податоци за визит картичка во меморија..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Се пребаруваат податоци за визит картичка на СД картичка..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кеширање"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Меморијата не можеше да се скенира. (Причина: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"СД картичката не можеше да се скенира. (Причина: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Увезување <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Извези во меморија"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Извези во датотеката .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Подреди по"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Име"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Презиме"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Формат на име"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Прво името"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Прво презимето"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Стандардна сметка за новите контакти"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Сметка за синхронизација на метаподатоците на контактот"</string>
+    <string name="setting_about" msgid="3926137653588942297">"За контактите"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Сподели видливи контакти"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Не успеаја да се споделат видливите контакти."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Увези/извези контакти"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Увези контакти"</string>
     <string name="share_error" msgid="665756457151793108">"Овој контакт не може да се сподели."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Нема контакти за споделување."</string>
     <string name="menu_search" msgid="7464453023659824700">"Пребарај"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Контакти за прикажување"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Контакти за прикажување"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Омилени"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Нема контакти."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Нема видливи контакти."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Нема омилени."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Нема омилени"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Нема контакти во <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Исчисти чести"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Изберете СИМ-картичка"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Сметки"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Управувај со сметки"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Увези/извези"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"од <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"на <xliff:g id="DATE">%1$s</xliff:g> од <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Сметка"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Секогаш користи го ова за повици"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Повикајте со"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Повик со белешка"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Напишете белешка да се испрати со повикот..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ИСПРАТИ И ПОВИКАЈ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"><xliff:g id="TITLE_2">%1$s</xliff:g> <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитана ставка. </item>
+      <item quantity="other"><xliff:g id="TITLE_2">%1$s</xliff:g> <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитани ставки. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Вградена верзија"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Лиценци за софтвер со отворен код"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Детали за лиценците за софтвер со отворен код"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Политика за приватност"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Услови на користење"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Лиценци за софтвер со отворен код"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> е штиклирано"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> не е штиклирано"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Воспостави видеоповик"</string>
 </resources>
diff --git a/res-common/values-ml-rIN/strings.xml b/res-common/values-ml-rIN/strings.xml
index 4a20473..5ddda8b 100644
--- a/res-common/values-ml-rIN/strings.xml
+++ b/res-common/values-ml-rIN/strings.xml
@@ -18,7 +18,8 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"വാചകം പകർത്തി"</string>
-    <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> എന്നതിൽ വിളിക്കുക"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തുക"</string>
+    <string name="call_custom" msgid="2786306789889210756">"വിളിക്കുക <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"വീട്ടിലെ ഫോണിലേക്ക് വിളിക്കുക"</string>
     <string name="call_mobile" msgid="8618334085824709009">"മൊബൈലിലേക്ക് വിളിക്കുക"</string>
     <string name="call_work" msgid="8299062439076337075">"ഔദ്യോഗിക ഫോണിലേക്ക് വിളിക്കുക"</string>
@@ -37,7 +38,7 @@
     <string name="call_tty_tdd" msgid="6704940636171078852">"TTY/TDD-യിലേക്ക് വിളിക്കുക"</string>
     <string name="call_work_mobile" msgid="4408630608955148641">"ഔദ്യോഗിക മൊബൈലിലേക്ക് വിളിക്കുക"</string>
     <string name="call_work_pager" msgid="3036932765279753793">"ഔദ്യോഗിക പേജറിലേക്ക് വിളിക്കുക"</string>
-    <string name="call_assistant" msgid="5188990854852312696">"<xliff:g id="ASSISTANT">%s</xliff:g> എന്നതിൽ വിളിക്കുക"</string>
+    <string name="call_assistant" msgid="5188990854852312696">"വിളിക്കുക <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="call_mms" msgid="8998771923464696960">"MMS ഫോണിലേക്ക് വിളിക്കുക"</string>
     <string name="sms_custom" msgid="4601748252470175865">"<xliff:g id="CUSTOM">%s</xliff:g> എന്നതിലേക്ക് വാചക സന്ദേശമയയ്‌ക്കുക"</string>
     <string name="sms_home" msgid="7765831490534280540">"വീട്ടിലെ ഫോണിലേക്ക് വാചകസന്ദേശമയയ്‌ക്കുക"</string>
@@ -61,15 +62,16 @@
     <string name="sms_assistant" msgid="2677586547377136683">"<xliff:g id="ASSISTANT">%s</xliff:g> എന്നതിലേക്ക് വാചക സന്ദേശമയയ്‌ക്കുക"</string>
     <string name="sms_mms" msgid="4887206338311086612">"MMS നമ്പറിലേക്ക് വാചകസന്ദേശമയയ്‌ക്കുക"</string>
     <string name="description_video_call" msgid="4907306403398614909">"വീഡിയോ കോൾ ചെയ്യുക"</string>
-    <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"പതിവായി കോൺടാക്റ്റുചെയ്യുന്നവരെ മായ്‌ക്കണോ?"</string>
+    <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"സ്ഥിരംവിളിക്കുന്നവരെ മായ്‌ക്കണോ?"</string>
     <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"നിങ്ങൾ കോൺടാക്‌റ്റുകളുടെയും ഫോണിന്റെയും അപ്ലിക്കേഷനുകളിലെ പതിവായി കോൺടാക്റ്റുചെയ്യുന്നവരുടെ ലിസ്റ്റ് മായ്‌ക്കുകയും സ്‌ക്രാച്ചിൽ നിന്നും ബന്ധപ്പെടൽ മുൻഗണനകൾ അറിയാൻ ഇമെയിൽ അപ്ലിക്കേഷനുകളെ പ്രേരിപ്പിക്കുകയും ചെയ്യും."</string>
-    <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"പതിവായി കോൺടാക്റ്റുചെയ്യുന്നവരെ മായ്‌ക്കുന്നു…"</string>
+    <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"സ്ഥിരംവിളിക്കുന്നവരെ മായ്‌ക്കുന്നു…"</string>
     <string name="status_available" msgid="4832569677396634846">"ലഭ്യം"</string>
     <string name="status_away" msgid="6267905184545881094">"ലഭ്യമല്ല"</string>
     <string name="status_busy" msgid="7111912905211403545">"തിരക്കിലാണ്"</string>
     <string name="contactsList" msgid="7140022347217602605">"വിലാസങ്ങൾ"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"മറ്റുള്ളവ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ഡയറക്‌ടറി"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ഔദ്യോഗിക ഡയറക്ടറി"</string>
     <string name="local_search_label" msgid="9094584931063745728">"എല്ലാ കോൺടാക്റ്റുകളും"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ഞാന്‍"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"തിരയുന്നു…"</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"പതിവായി കോൺടാക്റ്റുചെയ്യുന്നവർ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"കോൺടാക്റ്റ് കാണുക"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ഫോൺ നമ്പറുകളുള്ള എല്ലാ കോൺടാക്റ്റുകളും"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"ഔദ്യോഗിക പ്രൊഫൈൽ കോണ്‍‌ടാക്റ്റുകള്‍‌"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"അപ്‌ഡേറ്റുകള്‍ കാണുക"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ടാബ്‌ലെറ്റിൽ മാത്രമുള്ളത്, സമന്വയിപ്പിക്കില്ല"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"ഫോണിൽ മാത്രമുള്ളത്, സമന്വയിപ്പിക്കില്ല"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"ഫോണിൽ മാത്രം, സമന്വയിപ്പിക്കില്ല"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"പേര്"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"വിളിപ്പേര്"</string>
     <string name="full_name" msgid="885420216812981202">"പേര്"</string>
@@ -97,16 +100,16 @@
     <string name="name_middle" msgid="3951610314424632183">"പേരിന്റെ മധ്യഭാഗം"</string>
     <string name="name_suffix" msgid="5436984808550075931">"പേര് സഫിക്‌സ്"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"ഉച്ചാരണപ്രകാരമുള്ള പേര്"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"ഉച്ചാരണപ്രകാരമുള്ള പേരിന്റെ ആദ്യ ഭാഗം"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"ഉച്ചാരണപ്രകാരമുള്ള പേരിന്റെ മധ്യഭാഗം"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"ഉച്ചാരണപ്രകാരമുള്ള പേരിന്റെ അവസാന ഭാഗം"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"പേരിന്റെ ആദ്യ ഭാഗം"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"പേരിന്റെ മധ്യഭാഗം"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"പേരിന്റെ അവസാന ഭാഗം"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"ഫോണ്‍"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"ഇമെയിൽ"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"വിലാസം"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ഓര്‍ഗനൈസേഷന്‍"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ബന്ധം"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"പ്രത്യേക തീയതികൾ"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"പ്രത്യേക തീയതി"</string>
     <string name="sms" msgid="8086289395154598654">"വാചക സന്ദേശം"</string>
     <string name="postal_address" msgid="7692926530081579786">"വിലാസം"</string>
     <string name="ghostData_company" msgid="22470841482615409">"കമ്പനി"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ചാറ്റുചെയ്യുക"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ഇല്ലാതാക്കുക"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"പേരിന്റെ ഫീൽഡുകൾ വിപുലീകരിക്കുക അല്ലെങ്കിൽ ചുരുക്കുക"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ഫോണിറ്റിക്ക് പേരിന്റെ ഫീൽഡുകൾ വികസിപ്പിക്കുക അല്ലെങ്കിൽ ചുരുക്കുക"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"എല്ലാ കോൺടാക്റ്റുകളും"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"നക്ഷത്രമിട്ടവ"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"ഇഷ്‌ടാനുസൃതമാക്കുക"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"പൂർത്തിയായി"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"റദ്ദാക്കുക"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> എന്നതിലെ കോൺടാക്റ്റുകൾ"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"ഇഷ്‌ടാനുസൃത കാഴ്‌ചയിലെ കോൺടാക്റ്റുകൾ"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"ഇഷ്‌ടാനുസൃതകാഴ്‌ചയിലെ കോൺടാക്റ്റ്"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"സിംഗിൾ കോൺടാക്റ്റ്"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"അക്കൗണ്ടിന് കീഴിൽ കോൺ‌ടാക്റ്റ് സൃഷ്‌ടിക്കുക"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"ഇമ്പോർട്ടുചെയ്ത കോൺടാക്റ്റുകൾ ഇനിപ്പറയുന്നതിലേക്ക് സംരക്ഷിക്കുക:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"സിം കാർഡിൽ നിന്നും ഇമ്പോർട്ടുചെയ്യുക"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM-ൽ നിന്ന് ഇമ്പോർട്ടുചെയ്യുക <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM-ൽ നിന്ന് ഇമ്പോർട്ടുചെയ്യുക <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"സംഭരണത്തിൽ നിന്നും ഇമ്പോർട്ടുചെയ്യുക"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ഫയലിൽ നിന്ന് ഇമ്പോർട്ടുചെയ്യൂ"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> എന്നത് ഇമ്പോർട്ടുചെയ്യുന്നത് റദ്ദാക്കണോ?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> എന്നത് എക്‌സ്‌പോർട്ടുചെയ്യുന്നത് റദ്ദാക്കണോ?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard ഡൗൺലോഡ്/അപ്‌ലോഡ് റദ്ദാക്കാനായില്ല"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" തുറക്കാനായില്ല: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"എക്‌സ്‌പോർട്ടർ ആരംഭിക്കാനായില്ല: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"എക്‌സ്‌പോർട്ടുചെയ്യാനാകുന്ന കോൺടാക്റ്റ് ഒന്നുമില്ല."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"ആവശ്യമായ ഒരു അനുമതി നിങ്ങൾ പ്രവർത്തനരഹിതമാക്കി."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"എക്‌സ്‌പോർട്ടുചെയ്യുമ്പോൾ ഒരു പിശക് സംഭവിച്ചു: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ആവശ്യമായ ഫയലിന്റെ പേര് ദൈർഘ്യമേറിയതാണ് (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"സംഭരണത്തിൽ വളരെയധികം vCard ഫയലുകളുണ്ട്."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"നൽകിയിരിക്കുന്ന vCard ഫയലിന്റെ (ഫയലുകളുടെ) മീറ്റ വിവരം ശേഖരിക്കാനായില്ല."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ഒന്നോ അതിലധികമോ ഫയലുകൾ ഇമ്പോർട്ടുചെയ്യാനായില്ല (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> എക്‌സ്‌പോർട്ടുചെയ്യൽ പൂർത്തിയായി."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"കോൺടാക്റ്റുകൾ എക്‌സ്‌പോർട്ടുചെയ്യൽ പൂർത്തിയായി."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> എക്‌സ്‌പോർട്ടുചെയ്യൽ റദ്ദാക്കി."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"കോൺടാക്റ്റ് ഡാറ്റ എക്‌സ്‌പോർട്ടുചെയ്യുന്നു"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"നിങ്ങളുടെ കോൺടാക്റ്റ് ഡാറ്റ ഇതിലേക്ക് എക്‌സ്‌പോർട്ടുചെയ്യുന്നു: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard കമ്പോസർ ശരിയായി ആരംഭിച്ചില്ല."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"എക്‌സ്‌പോർട്ടുചെയ്യാനായില്ല"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"കോൺടാക്റ്റ് ഡാറ്റ എക്‌സ്‌പോർട്ടുചെയ്‌തില്ല.\nകാരണം: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"സംഭരണമൊന്നും കണ്ടെത്തിയില്ല."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD കാർഡൊന്നും കണ്ടെത്തിയില്ല"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"നിങ്ങളുടെ കോൺടാക്റ്റ് ലിസ്റ്റ് ഫയലിലേക്ക് എക്‌സ്‌പോർട്ടുചെയ്യും: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> എന്നയാളെ ഇമ്പോർട്ടുചെയ്യുന്നു."</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard ഡാറ്റ വായിക്കാനായില്ല"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard ഡാറ്റ വായിക്കുന്നത് റദ്ദാക്കി"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ഈ ഫയൽ ഉടൻ ഇമ്പോർട്ടുചെയ്യും."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard ഇമ്പോർട്ടുചെയ്യൽ അഭ്യർത്ഥന നിരസിച്ചു. പിന്നീട് വീണ്ടും ശ്രമിക്കുക."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> എന്നത് ഉടൻ എക്‌സ്‌പോർട്ടുചെയ്യും."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ഫയൽ ഉടൻ എക്സ്പോർട്ടുചെയ്യും."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard എക്‌സ്‌പോർട്ടുചെയ്യൽ അഭ്യർത്ഥന നിരസിച്ചു. പിന്നീട് വീണ്ടും ശ്രമിക്കുക."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"കോൺടാക്റ്റ്"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"പ്രാദേശിക താൽക്കാലിക സംഭരണത്തിലേക്ക് vCard (vCard-കൾ) കാഷെ ചെയ്യുന്നു. യഥാർത്ഥ ഇമ്പോർട്ടുചെയ്യൽ ഉടൻ ആരംഭിക്കും."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD കാർഡിൽ vCard ഫയലുകളൊന്നും കണ്ടെത്തിയില്ല."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC മുഖേന ലഭിച്ച കോൺടാക്റ്റ്"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"കോൺടാക്റ്റുകൾ എക്‌സ്‌പോർട്ടുചെയ്യണോ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ഫയൽ തിരഞ്ഞെടുക്കുക"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ഒരു vCard ഫയൽ ഇമ്പോർട്ടുചെയ്യുക"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"ഒന്നിലധികം vCard ഫയലുകൾ ഇമ്പോർട്ടുചെയ്യുക"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"എല്ലാ vCard ഫയലുകളും ഇമ്പോർട്ടുചെയ്യുക"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"സംഭരണത്തിൽ vCard ഡാറ്റയ്‌ക്കായി തിരയുന്നു…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD കാർഡിൽ vCard ഡാറ്റയ്‌ക്കായി തിരയുന്നു…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"കാഷെ ചെയ്യൽ"</string>
-    <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"സംഭരണം സ്‌കാൻ ചെയ്യാനായില്ല. (കാരണം: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
+    <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"സ്റ്റോറേജ്  സ്‌കാൻ ചെയ്യാനായില്ല. (കാരണം: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD കാർഡ് സ്‌കാൻ ചെയ്യാനായില്ല. (കാരണം: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> ഇമ്പോർട്ടുചെയ്യുന്നു: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"സംഭരണത്തിലേക്ക് എക്‌സ്‌പോർട്ടുചെയ്യുക"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ഫയലിലേക്ക് എക്സ്പോർട്ട് ചെയ്യൂ"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ഇതുപ്രകാരം അടുക്കുക"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"പേരിന്‍റെ ആദ്യഭാഗം"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"പേരിന്റെ അവസാനഭാഗം"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"പേരിന്റെ ഫോർമാറ്റ്"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"പേരിന്റെ ആദ്യഭാഗം ആദ്യം"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"പേരിന്റെ അവസാന ഭാഗം ആദ്യം"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"പുതിയ കോൺടാക്റ്റുകൾക്കായുള്ള ഡിഫോൾട്ട് അക്കൗണ്ട്"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"കോൺടാക്റ്റ് മെറ്റാഡാറ്റ സമന്വയ അക്കൗണ്ട്"</string>
+    <string name="setting_about" msgid="3926137653588942297">"കോണ്‍ടാക്റ്റുകളെ കുറിച്ച്"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"ദൃശ്യമായ കോൺടാക്റ്റുകൾ പങ്കിടുക"</string>
-    <string name="dialog_import_export" msgid="1125776851100740858">"കോൺടാക്റ്റുകൾ ഡൗൺലോഡ്/അപ്‌ലോഡ് ചെയ്യുക"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"ദൃശ്യമായ കോൺടാക്റ്റുകൾ പങ്കിടുന്നത് പരാജയപ്പെട്ടു."</string>
+    <string name="dialog_import_export" msgid="1125776851100740858">"കോൺടാക്റ്റ് ഡൗൺലോഡ്/അപ്‌ലോഡ്"</string>
     <string name="dialog_import" msgid="5177004290082451296">"കോൺടാക്റ്റുകൾ ഇമ്പോർട്ടുചെയ്യുക"</string>
     <string name="share_error" msgid="665756457151793108">"ഈ കോൺടാക്റ്റ് പങ്കിടാനാകില്ല."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"പങ്കിടാൻ കോൺടാക്റ്റുകളൊന്നും ഇല്ല."</string>
     <string name="menu_search" msgid="7464453023659824700">"തിരയുക"</string>
-    <string name="menu_contacts_filter" msgid="586356478145511794">"ദൃശ്യമാക്കാനുള്ള കോൺടാക്റ്റുകൾ"</string>
-    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ദൃശ്യമാക്കേണ്ട കോൺടാക്റ്റുകൾ"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"ഇഷ്‌ടാനുസൃത കാഴ്‌ച നിശ്ചയിക്കുക"</string>
-    <string name="hint_findContacts" msgid="28151707326753522">"കോൺടാക്റ്റുകൾ കണ്ടെത്തുക"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"ദൃശ്യമാക്കേണ്ടവ"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ദൃശ്യമാക്കേണ്ടവ"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"കസ്റ്റം കാഴ്‌ച നിശ്ചയിക്കൂ"</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"കോൺടാക്റ്റ് കണ്ടെത്തൂ"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"പ്രിയപ്പെട്ടവർ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"കോൺടാക്റ്റുകൾ ഒന്നുമില്ല."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ദൃശ്യമായ കോൺടാക്റ്റുകളൊന്നുമില്ല."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"പ്രിയപ്പെട്ടവർ ആരുമില്ല."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"പ്രിയപ്പെട്ടവയൊന്നുമില്ല"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> എന്നതിൽ കോൺടാക്റ്റുകളൊന്നുമില്ല"</string>
-    <string name="menu_clear_frequents" msgid="8492322695770647639">"പതിവായി കോൺടാക്റ്റുചെയ്യുന്നവരെ മായ്‌ക്കുക"</string>
+    <string name="menu_clear_frequents" msgid="8492322695770647639">"സ്ഥിരംവിളിക്കുന്നവരെ മായ്‌ക്കുക"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"സിം കാർഡ് തിരഞ്ഞെടുക്കുക"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"അക്കൗണ്ടുകൾ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"മാനേജുചെയ്യുക"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"ഡൗൺലോഡ്/അപ്‌ലോഡ്"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> വഴി"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> വഴി <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"അക്കൗണ്ട്"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ഇത് എല്ലായ്‌പ്പോഴും കോളുകൾക്കായി ഉപയോഗിക്കുക"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ഇത് ഉപയോഗിച്ച് വിളിക്കുക"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"കുറിപ്പിനൊപ്പം വിളിക്കുക"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"കോളിനൊപ്പം അയയ്ക്കുന്നതിന് ഒരു കുറിപ്പ് ടൈപ്പുചെയ്യുക ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"അയയ്ക്കുക, വിളിക്കുക"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> വായിക്കാത്ത ഇനങ്ങൾ. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> വായിക്കാത്ത ഇനം. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"ബിൽഡ് പതിപ്പ്"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ഓപ്പൺ സോഴ്‌സ് ലൈസൻസ്"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ഓപ്പൺ സോഴ്‌സ് സോഫ്റ്റ്‌വെയറിനായുള്ള ലൈസൻസ് വിശദാംശങ്ങൾ"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"സ്വകാര്യതാ നയം"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"സേവന നിബന്ധനകള്‍"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ഓപ്പൺ സോഴ്‌സ് ലൈസൻസ്"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ചെക്കുചെയ്തു"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ചെക്കുചെയ്തില്ല"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"വീഡിയോ കോൾ ചെയ്യുക"</string>
 </resources>
diff --git a/res-common/values-mn-rMN/strings.xml b/res-common/values-mn-rMN/strings.xml
index 4fba52a..de1026f 100644
--- a/res-common/values-mn-rMN/strings.xml
+++ b/res-common/values-mn-rMN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текст хуулагдав"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Түр санах ойд хуулах"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> руу залгах"</string>
     <string name="call_home" msgid="1479549630992276827">"Гэрийн утас руу залгах"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Гар утас руу залгах"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Харилцагчид"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Бусад"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Директор"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Ажлын лавлагаа"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Бүх харилцагчид"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Би"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Хайж байна..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Байнга холбоо барьдаг"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Харилцагчийг харах"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Утасны дугаартай бүх харилцагчид"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Ажлын профайлын харилцагчид"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Шинэчлэлтүүдийг харах"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Синк хийгдээгүй, зөвхөн таблет"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Синк хийгдээгүй, зөвхөн утас"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Байгууллага"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Хамаарал"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Онцгой огноонууд"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Баярт өдөр"</string>
     <string name="sms" msgid="8086289395154598654">"Зурвас"</string>
     <string name="postal_address" msgid="7692926530081579786">"Хаяг"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Компани"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Чат"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"устгах"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Нэрийн талбаруудыг дэлгэх буюу хумих"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Нэр галиглах талбарыг дэлгэх болон хумих"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Бүх харилцагчид"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Одтой"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Тохируулах"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> доторх харилцагчид"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Хувийн тохиргоотой харагдац дахь харилцагчид"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Ганц харилцагч"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Акаунт дотор харилцагч үүсгэх"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Импортолсон харилцагчийн хаягийг хадгалах:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM картаас импорт хийх"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>-с импортлох"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>-с импортлох"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Сангаас импорт хийх"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf файлаас импортлох"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g>-г импорт хийхийг цуцлах уу?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g>-г экспорт хийхийг цуцлах уу?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard импорт/экспорт хийхийг цуцлаж чадсангүй"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\"-г нээж чадсангүй: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Экспорт хийгчийг эхлүүлж чадсангүй: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Экспорт хийж болох харилцагч байхгүй."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Та шаардлагатай зөвшөөрлийг идэвхгүй болгосон байна."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Экспорт хийх явцад алдаа гарсан: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Шаардагдах файлын нэр хэт урт (\"<xliff:g id="FILENAME">%s</xliff:g>\")"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Санд хэт олон vCard файл байна."</string>
@@ -184,6 +189,7 @@
     <!-- no translation found for fail_reason_failed_to_read_files (9213844535907986665) -->
     <skip />
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>-г экспорт хийж дууссан."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Харилцагчийн жагсаалтыг экспортолж дууслаа."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>-г экспорт хийхийг цуцлав."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Харилцагчийн өгөгдлийг экспорт хийж байна"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Таны харилцагчийн өгөгдлийг дараах руу экспорт хийж байна: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard бичигч зохих ёсоор эхэлсэнгүй."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Экспорт хийж чадсангүй"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Харилцагчийн өгөгдлийг экспорт хийсэнгүй.\nШалтгаан: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Хадгалах сан олдсонгүй."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD карт олдсонгүй."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Таны харилцагчдын жагсаалтыг дараах файл руу экспорт хийнэ: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g>-г импорт хийж байна"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard өгөгдлийг уншиж чадсангүй"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard өгөгдөл уншихыг цуцлав"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Файлыг удахгүй импорт хийх болно."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard импорт хийх хүсэлтийг зөвшөөрсөнгүй. Дараа дахин оролдоно уу."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g>-г удахгүй экспорт хийх болно."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Энэ файлыг удахгүй экспортлох болно."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard экспорт хийх хүсэлтийг зөвшөөрсөнгүй. Дараа дахин оролдоно уу."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"харилцагч"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard-г дотоод түр санд кеш хийж байна. Удахгүй бодитоор импорт хийж эхлэх болно."</string>
@@ -213,27 +217,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD карт дотор vCard файл олдсонгүй."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC-р хүлээн авсан харилцагч"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Харилцагчдыг экспорт хийх үү?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard файл сонгоно уу"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Нэг vCard файл импорт хийх"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Олон vCard файл импорт хийх"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Бүх vCard файлуудыг импорт хийх"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Сан дотроос vCard өгөгдлийг хайж байна…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD карт дотроос vCard өгөгдлийг хайж байна…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кеш хийж байна"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Хадгалах сан скан хийгдэхгүй байна. (Шалтгаан: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD карт скан хийгдэхгүй байна. (Шалтгаан: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Импорт хийж байна <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Сан руу экспорт хийх"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf файл болгож экспортлох"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Эрэмбэлэх"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Өөрийн нэр"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Овог"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Нэрний формат"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Өөрийн нэрийг эхэнд нь"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Овгийг эхэнд нь"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Шинэ харилцагчийн өгөгдмөл бүртгэл"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Мета-өгөгдлийн синк хийх бүртгэлтэй холбоо барих"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Харилцагчийн хаягийн тухай"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Харагдах харилцагчдыг хуваалцах"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Харагдаж байгаа харилцагчийн хаягийг хуваалцаж чадсангүй."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Харилцагчид импорт/экспорт хийх"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Харилцагчид импорт хийх"</string>
     <string name="share_error" msgid="665756457151793108">"Энэ харилцагчийг хуваалцах боломжгүй."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Хуваалцах харилцагчийн жагсаалт алга."</string>
     <string name="menu_search" msgid="7464453023659824700">"Хайх"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Харуулах харилцагчид"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Харуулах харилцагчид"</string>
@@ -242,11 +245,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Таалагддаг"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Харилцагч байхгүй."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Харагдах харилцагчид байхгүй."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Дуртай байхгүй."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Дуртай зүйл алга"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> дотор харилцагчид байхгүй"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Байнга харилцсаныг арилгах"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM карт сонгоно уу"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Акаунт"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Бүртгэлийг удирдах"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Импорт/экспорт"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g>-р"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g>-н <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -256,4 +259,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Акаунт"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Дуудлагад байнга үүнийг ашиглах"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Залгах"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Тэмдэглэл бүхий дуудлага хийх"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Дуудлаганд илгээх тэмдэглэл бичнэ үү..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ИЛГЭЭХ &amp; ЗАЛГАХ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> уншаагүй байна. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> уншаагүй байна. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Боловсруулсан хувилбар"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Нээлттэй эхийн лиценз"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Нээлттэй эхийн програм хангамжийн лицензийн мэдээлэл"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Нууцлалын бодлого"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Үйлчилгээний нөхцөл"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Нээлттэй эхийн лиценз"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g>-г шалгасан"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g>-г шалгаагүй"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Видео дуудлага хийх"</string>
 </resources>
diff --git a/res-common/values-mr-rIN/strings.xml b/res-common/values-mr-rIN/strings.xml
index 55d8ac8..2ca8440 100644
--- a/res-common/values-mr-rIN/strings.xml
+++ b/res-common/values-mr-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"मजकूर कॉपी केला"</string>
+    <string name="copy_text" msgid="3424081789297978355">"क्लिपबोर्डवर कॉपी करा"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> ला कॉल  करा"</string>
     <string name="call_home" msgid="1479549630992276827">"निवासस्‍थानी कॉल करा"</string>
     <string name="call_mobile" msgid="8618334085824709009">"मोबाईलवर कॉल करा"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"संपर्क"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"इतर"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"निर्देशिका"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"कार्य निर्देशिका"</string>
     <string name="local_search_label" msgid="9094584931063745728">"सर्व संपर्क"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"मी"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"शोधत आहे..."</string>
@@ -79,12 +81,13 @@
       <item quantity="one"><xliff:g id="COUNT">%d</xliff:g> आढळला</item>
       <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> आढळले</item>
     </plurals>
-    <string name="description_quick_contact_for" msgid="6355240770807101947">"<xliff:g id="NAME">%1$s</xliff:g> साठी दृत संपर्क"</string>
+    <string name="description_quick_contact_for" msgid="6355240770807101947">"<xliff:g id="NAME">%1$s</xliff:g> साठी द्रुत संपर्क"</string>
     <string name="missing_name" msgid="2633118852693000081">"(नाव नाही)"</string>
     <string name="favoritesFrequentCalled" msgid="6600127125011757687">"वारंवार कॉल केलेले"</string>
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"वारंवार संपर्क केलेले"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"संपर्क पहा"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"फोन नंबरसह सर्व संपर्क"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"कार्य प्रोफाईल संपर्क"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"अद्यतने पहा"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"केवळ-टॅब्‍लेट, संकालित न केलेले"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"केवळ-फोन, संकालित न केलेले"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"संस्था"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"नातेसंबंध"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"विशेष तारखा"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"विशिष्ट तारीख"</string>
     <string name="sms" msgid="8086289395154598654">"मजकूर संदेश"</string>
     <string name="postal_address" msgid="7692926530081579786">"पत्ता"</string>
     <string name="ghostData_company" msgid="22470841482615409">"कंपनी"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"चॅट करा"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"हटवा"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"नाव फील्‍ड विस्‍तृत करा किंवा संकुचित करा"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ध्वन्यात्मक नाव फील्ड विस्तृत करा किंवा संकुचित करा"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"सर्व संपर्क"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"तारांकित"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"सानुकूलित करा"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> मधील संपर्क"</string>
     <string name="listCustomView" msgid="1915154113477432033">"सानुकूल दृश्यामधील संपर्क"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"एकल संपर्क"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"खात्याअंतर्गत संपर्क तयार करा"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"आयात केलेले संपर्क यावर जतन करा:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"सिमकार्डवरुन आयात करा"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> SIM वरून आयात करा"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> SIM वरून आयात करा"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"संचयनावरुन आयात करा"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf फाईल वरून आयात करा"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> चे आयात रद्द करायचे?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> चे निर्यात रद्द करायचे?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard आयात/निर्यात रद्द करू शकलो नाही"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" उघडू शकलो नाही: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"निर्यातकर्ता प्रारंभ करू शकला नाही: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"कोणताही निर्यात करण्‍यायोग्‍य संपर्क नाही."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"आपण आवश्‍यक असलेली एक परवानगी अक्षम केली आहे."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"निर्यात दरम्‍यान त्रुटी आली: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"आवश्‍यक फाईल नाव (\"<xliff:g id="FILENAME">%s</xliff:g>\") खूप मोठे आहे."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"संचयनात खूप vCard फायली आहेत."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"दिलेल्‍या vCard फाईल(यली) ची मेटा माहिती संकलित करू शकलो नाही."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"एक किंवा अधिक फायली आयात केल्‍या जाऊ शकत नाहीत(%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> निर्यात करणे समाप्त झाले."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"संपर्क आयात करणे समाप्त झाले"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> निर्यात करणे रद्द केले."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"संपर्क डेटा निर्यात करीत आहे"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"आपला संपर्क डेटा यावर निर्यात केला जात आहे: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard रचनाकाराने योग्‍यरित्‍या प्रारंभ केला नाही."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"निर्यात करू शकलो नाही"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"संपर्क डेटा निर्यात केला नाही.\nकारण: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"कोणतेही संचयन आढळले नाही."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"कोणतेही SD कार्ड आढळले नाही."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"आपली संपर्क सूची या फाईलवर निर्यात केली जाईल: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> आयात करीत आहे"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard डेटा वाचू शकलो नाही"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard डेटा वाचणे रद्द केले"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"फाईल लवकरच आयात केली जाईल."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard आयात विनंती नाकारली. नंतर पुन्हा प्रयत्न करा."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> लवकरच निर्यात केली जाईल."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"फाईल लवकरच निर्यात केली जाईल."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard निर्यात विनंती नाकारली. नंतर पुन्हा प्रयत्न करा."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"संपर्क"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"स्‍थानिक तात्‍पुरत्‍या संचयनावर vCard(s) कॅशे करीत आहे. वास्‍तविक आयात लवकरच प्रारंभ होईल."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD कार्डवर कोणतीही vCard फाईल आढळली नाही."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC वरील संपर्काचे पुनरावलोकन केले"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"संपर्क निर्यात करायचे?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard फाईल निवडा"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"एक vCard फाईल आयात करा"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"एकाधिक vCard फायली आयात करा"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"सर्व vCard फायली आयात करा"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"संचयनामध्ये vCard डेटा शोधत आहे…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD कार्डवर vCard डेटा शोधत आहे…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"कॅशे करीत आहे"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"संचयन स्कॅन होऊ शकले नाही. (कारण: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD कार्ड स्कॅन होऊ शकले नाही. (कारण: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"आयात करत आहे <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"संचयनावर निर्यात करा"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf फाईलवर निर्यात करा"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"नुसार क्रमवारी लावा"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"नाव"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"आडनाव"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"नाव स्वरूपन"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"नाव प्रथम"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"आडनाव प्रथम"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"नवीन संपर्कांसाठी डीफॉल्ट खाते"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"मेटाडेटा संकालन खात्याशी संपर्क साधा"</string>
+    <string name="setting_about" msgid="3926137653588942297">"संपर्कांबद्दल"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"दृश्यमान संपर्क सामायिक करा"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"दृश्यमान संपर्क सामायिक करण्‍यात अयशस्वी झाले."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"संपर्क आयात/निर्यात करा"</string>
     <string name="dialog_import" msgid="5177004290082451296">"संपर्क आयात करा"</string>
     <string name="share_error" msgid="665756457151793108">"हा संपर्क सामायिक केला जाऊ शकत नाही."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"सामायिक करण्यासाठी कोणतेही संपर्क नाहीत."</string>
     <string name="menu_search" msgid="7464453023659824700">"शोधा"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"प्रदर्शित करण्यासाठी संपर्क"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"प्रदर्शित करण्यासाठी संपर्क"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"आवडते"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"कोणतेही संपर्क नाहीत."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"कोणतेही दृश्यमान संपर्क नाहीत."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"कोणत्याही आवडी नाहीत."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"कोणतेही मनपसंत नाही"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> मध्ये कोणतेही सपंर्क नाहीत"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"वारंवारता साफ करा"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"सिम कार्ड निवडा"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"खाती"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"खाती व्यवस्थापित करा"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"आयात/निर्यात"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> द्वारे"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> द्वारे <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"खाते"</string>
     <string name="set_default_account" msgid="3865970860434642695">"कॉलसाठी हे नेहमी वापरा"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"यासह कॉल करा"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"टीपसह कॉल करा"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"कॉलसह पाठविण्‍यासाठी एक टीप टाइप करा..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"पाठवा आणि कॉल करा"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> न वाचलेला आयटम. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> न वाचलेले आयटम. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"बिल्ड आवृत्ती"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"मुक्त स्त्रोत परवाने"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"मुक्त स्त्रोत सॉफ्टवेअरसाठी परवाना तपशील"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"गोपनीयता धोरण"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"सेवा अटी"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"मुक्त स्त्रोत परवाने"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> चेक केले"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> चेक केले नाही"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"व्हिडिओ कॉल करा"</string>
 </resources>
diff --git a/res-common/values-ms-rMY/strings.xml b/res-common/values-ms-rMY/strings.xml
index 463dcb6..e4d7616 100644
--- a/res-common/values-ms-rMY/strings.xml
+++ b/res-common/values-ms-rMY/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teks yang disalin"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Salin ke papan keratan"</string>
     <string name="call_custom" msgid="2786306789889210756">"Panggil <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Panggil nombor rumah"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Panggil nombor mudah alih"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kenalan"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Lain-lain"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktori"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Direktori Kerja"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Semua kenalan"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Saya"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Mencari..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Kerap dihubungi"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Lihat kenalan"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Semua kenalan dengan nombor telefon"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kenalan Profil Kerja"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Lihat kemas kini"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablet sahaja, tidak disegerakkan"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Telefon sahaja, tidak disegerakkan"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisasi"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Hubungan"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Tarikh istimewa"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Tarikh khas"</string>
     <string name="sms" msgid="8086289395154598654">"Mesej teks"</string>
     <string name="postal_address" msgid="7692926530081579786">"Alamat"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Syarikat"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Tajuk"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Jawatan"</string>
     <string name="label_notes" msgid="3997277594846722699">"Nota"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Tapak web"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Sembang"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"padam"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Kembangkan atau runtuhkan medan nama"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Kembangkan atau runtuhkan medan nama fonetik"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Semua kenalan"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Dibintangkan"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Peribadikan"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Selesai"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Batal"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kenalan dalam <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kenalan dalam pandangan tersuai"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Kenalan dalam paparan tersuai"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Kenalan tunggal"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Wujudkan kenalan di bawah akaun"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"Import dari kad SIM"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Simpan kenalan yang diimport ke:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Import daripada kad SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Import dari SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Import dari SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Import dari storan"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Import daripada fail .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Batalkan import <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Batalkan eksport <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Tidak dapat membatalkan import/eksport vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Tidak dapat membuka \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Tidak dapat memulakan pengeksport: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Tiada kenalan yang dapat dieksport."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Anda telah melumpuhkan kebenaran yang diperlukan."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Ralat berlaku semasa eksport: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Nama fail yang diperlukan terlalu panjang (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Terlalu banyak fail vCard dalam simpanan."</string>
@@ -184,6 +189,7 @@
     <!-- no translation found for fail_reason_failed_to_read_files (9213844535907986665) -->
     <skip />
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Selesai mengeksport <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Selesai mengeksport kenalan."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Mengeksport <xliff:g id="FILENAME">%s</xliff:g> dibatalkan."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Mengeksport data kenalan"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Data kenalan anda sedang dieksport ke: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Komposer vCard tidak bermula dengan betul."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Tidak dapat mengeksport"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Data kenalan tidak dieksport.\nAlasan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Tiada storan ditemui."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Tiada kad SD ditemui."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Senarai kenalan anda akan dieksport ke fail: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Mengimport <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Tidak dapat membaca data vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Membaca data vCard dibatalkan"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Fail akan diimport sebentar lagi."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Permintaan import vCard telah ditolak. Cuba lagi nanti."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g>akan dieksport sebentar lagi."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Fail akan dieksport sebentar lagi."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Permintaan eksport vCard telah ditolak. Cuba lagi nanti."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kenalan"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Membuat cache vCard ke storan sementara setempat. Pengimportan sebenar akan bermula tidak lama lagi."</string>
@@ -213,40 +217,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Tiada fail vCard ditemui pada kad SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Diterima dr NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Eksport kenalan?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Pilih fail vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Import satu fail vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Import berbilang fail vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Import semua fail vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Mencari data vCard pada storan..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Mencari data vCard pada kad SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Mengcache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Storan tidak dapat diimbas. (Alasan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Kad SD tidak dapat diimbas. (Alasan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Mengimport <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksport ke storan"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksport ke fail .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Isih mengikut"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nama pertama"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nama keluarga"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format nama"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Nama pertama dahulu"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Nama keluarga dahulu"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Akaun lalai untuk kenalan baharu"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Akaun penyegerakan metadata kenalan"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Perihal Kenalan"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Kongsi kenalan yang kelihatan"</string>
-    <string name="dialog_import_export" msgid="1125776851100740858">"Import/Eksport kenalan"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Gagal berkongsi kenalan yang kelihatan"</string>
+    <string name="dialog_import_export" msgid="1125776851100740858">"Import/eksport kenalan"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Import kenalan"</string>
     <string name="share_error" msgid="665756457151793108">"Kenalan ini tidak boleh dikongsi."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Tiada kenalan untuk dikongsi."</string>
     <string name="menu_search" msgid="7464453023659824700">"Cari"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kenalan untuk dipaparkan"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kenalan untuk dipaparkan"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Tentukan paparan peribadi"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Tentukan paparan tersuai"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Cari kenalan"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Kegemaran"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Tiada kenalan."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Tiada kenalan yang dapat dilihat."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Tiada kegemaran."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Tiada kegemaran"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Tiada kenalan dalam <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Padam bersih kerap dihubungi"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Pilih kad SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Akaun"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Urus akaun"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Import/eksport"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"melalui <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> melalui <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Akaun"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Sentiasa gunakan ini untuk panggilan"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Panggil dengan"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Panggilan dengan nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Taip nota untuk dihantar dengan panggilan…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"HANTAR &amp; PANGGIL"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> item belum dibaca. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> item belum dibaca. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versi binaan"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Lesen sumber terbuka"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Butiran lesen untuk perisian sumber terbuka"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Dasar privasi"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Syarat perkhidmatan"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Lesen sumber terbuka"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> disemak"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> tidak disemak"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Buat panggilan video"</string>
 </resources>
diff --git a/res-common/values-my-rMM/strings.xml b/res-common/values-my-rMM/strings.xml
index 621ba15..8cee30e 100644
--- a/res-common/values-my-rMM/strings.xml
+++ b/res-common/values-my-rMM/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"စာသားကူးယူပြီး"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ကလစ်ဘုတ်သို့ကူးယူရန်"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> ကိုခေါ်ပါ"</string>
     <string name="call_home" msgid="1479549630992276827">"အိမ်ကိုခေါ်ပါ"</string>
     <string name="call_mobile" msgid="8618334085824709009">"မိုဘိုင်းကိုခေါ်ပါ"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"အဆက်အသွယ်များ"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"တစ်ခြား"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"လမ်းညွှန်"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Work Directory"</string>
     <string name="local_search_label" msgid="9094584931063745728">"လိပ်စာများအားလုံး"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ကျွန်ုပ်"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"ရှာဖွေနေသည်…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"မကြာခဏဆက်သွယ်ရန်သူများ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"အဆက်အသွယ်အား ကြည့်ရန်"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ဖုန်းနံပါတ်ပါသော လိပ်စာများအားလုံး"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Work Profile အဆက်အသွယ်များ"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"အဆင့်မြှင့်ခြင်းများပြရန်"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"တက်ဘလက်တွင်သာ၊ ညီတူမညှိထားပါ"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ဖုန်းတွင်သာ ညီတူမညှိထားပါ"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"အဖွဲ့အစည်း"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ပတ်သတ်မှု"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"အထူးနေ့စွဲများ"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"အထူးနေ့"</string>
     <string name="sms" msgid="8086289395154598654">"စာတို စာပို့ခြင်း"</string>
     <string name="postal_address" msgid="7692926530081579786">"လိပ်စာ"</string>
     <string name="ghostData_company" msgid="22470841482615409">"ကုမ္ပဏီ"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ချက်တင်းပြောသည်"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ဖျက်သည်"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"နာမည်အကွက်များအား ဖြန့်ချ သို့မဟုတ် လိပ်တင်ပါ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"အသံထွက်ဆိုင်ရာ အကွက်များကို တိုးချဲ့ သို့မဟုတ် ခေါက်သိမ်းပါ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"လိပ်စာများအားလုံး"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"စတားပေးထားသော အရာ"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"မိမိစိတ်ကြိုက်ပြုလုပ်ခြင်း"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> ထဲမှ အဆက်အသွယ်များ"</string>
     <string name="listCustomView" msgid="1915154113477432033">"မိမိစိတ်ကြိုက် မြင်ကွင်းမှ"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"အဆက်အသွယ်တစ်ခုတည်း"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"အကောင့်အောက်မှာ အဆက်အသွယ်များပြုလုပ်ပါ"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"သွင်းထားသည့် အဆက်အသွယ်များကို သိမ်းဆည်းရန် −"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"ဆင်းမ်ကဒ်ထဲမှ အထဲသို့သွင်းရန်"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"ဆင်းမ်ကဒ်မှ သွင်းယူရန် <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"ဆင်းမ်ကဒ်မှ သွင်းယူရန် <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"သိုလှောင်ရာနေရာမှ အထဲသို့သွင့်ရန်"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ဖိုင်မှသွင်းမည်"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> ကို အထဲသို့သွင်းခြင်းအား ရပ်တန့်မလား?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> ကိုအပြင်သို့ထုတ်ခြင်းအား ရပ်တန့်မလား?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"လိပ်စာကဒ် အသွင်း၊အထုတ်ကို ရပ်၍မရပါ"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ကို ဖွင့်မရပါ: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"အပြင်ထုတ်သောစနစ်အား စတင်လို့မရပါ: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"အပြင်သို့ထုတ်ယူရနိုင်သော အဆက်အသွယ်မရှိပါ"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"လိုအပ်သည့် ခွင့်ပြုချက်ကို သင်ပိတ်လိုက်သည်။"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"အပြင်ထုတ်နေစဉ် အမှားပေါ်ပါသည်: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"လိုအပ်သောဖိုင်နာမည် အလွန်ရှည်နေပါသည် (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"သိမ်းဆည်သောနေရာတွင် လိပ်စာကဒ်ဖိုင်များ အရမ်းများနေပါသည်"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"ဖော်ပြပါ လိပ်စာကဒ်ဖိုင်(များ)၏ အချက်အလက်များအား စုဆောင်းလို့မရပါ"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ဖိုင်တစ်ခု သို့မဟုတ် တစ်ခုထက်ပိုသော ဖိုင်များအား အထဲသို့သွင်းလို့မရပါ(%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> ကို အပြင်ထုတ်ခြင်းပြီးစီးပါပြီး"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"အဆက်အသွယ်များ တင်ပို့ခြင်း ပြီးပါပြီ။"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> ကို အပြင်ထုတ်ခြင်းအား ပယ်ဖျက်ပြီး"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"အဆက်အသွယ်ဒေတာများအား အပြင်သို့ထုတ်နေစဉ်"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"သင့်အဆက်အသွယ်အချက်အလက်များကို ဖော်ပြပါထံထုတ်လိုက်ပါပြီ: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"လိပ်စာကဒ်ပြုလုပ်သောစန် ကောင်းမွန်စာ မစတင်ပါ"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"အပြင်ထုတ်လို့မရပါ"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"အဆက်အသွယ် အချက်အလက်ကို \nအကြောင်းပြချက်ကြောင့် မထုတ်နိုင်ပါ။  \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"မည်သည့်သိုလှောင်မှုနေရာမှ မတွေ့ပါ"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"မည်သည့်SD ကဒ်မှ မတွေ့ပါ"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"သင့် လိပ်စာစာရင်းမှာ ဖော်ပြပါဖိုင်အနေဖြင့် အပြင်သို့ထုတ်ပါမည်: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> အား အထဲသွင်းစဉ်"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"လိပ်စာကဒ်ဒေတာအား ဖတ်မရပါ"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"လိပ်စာကဒ်ဒေတာဖတ်ခြင်းအား ရပ်တန့်ပြီး"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ဖိုင်အား မကြာမှီ အထဲသို့ သွင်းပါမည်"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"လိပ်စာကဒ်အား အထဲသွင်းရန် တောင်းဆိုမှု ငြင်းဆန်ခံရပါသည်။ နောင်မှ ပြန်လည်ကြိုးစားပါ"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ကို မကြာမီ အပြင်သို့ ထုတ်ပါမည်"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ဖိုင်အား မကြာမီ တင်ပို့ပါလိမ့်မည်။"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"လိပ်စာကဒ်အား အပြင်ထုတ်ရန် တောင်းဆိုမှု ငြင်းဆန်ခံရပါသည်။ နောင်မှ ပြန်လည်ကြိုးစားပါ"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"အဆက်အသွယ်"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"လိပ်စာကဒ်(များ)ကို စက်တွင်း ခဏသိမ်းဆည်းရာနေရာသို့ ပို့နေပါသည်။ အမှန်တကယ် တင်သွင်းခြင်း မကြာခင် စပါမည်။"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD ကဒ်ထဲတွင် လိပ်စာကဒ်ဖိုင်မှမရှိပါ"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFCမှရသောလိပ်စာ"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"လိပ်စာများအပြင်သို့ထုတ်မလား?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"လိပ်စာကဒ်ဖိုင်အား ရွေးပါ"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"လိပ်စာကဒ်ဖိုင်တစ်ခုအား အထဲသို့သွင်းရန်"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"များစွာသော လိပ်စာကဒ်ဖိုင်များအား အထဲသွင်းရန်"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"လိပ်စာကဒ်ဖိုင်များအားလုံးအထဲသွင်းပါ"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"သိုလှောင်မှုထဲတွင် လိပ်စာကဒ် ဒေတာအား ရှာနေစဉ်…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SDကဒ်ထဲတွင် လိပ်စာကဒ် ဒေတာအား ရှာနေစဉ်…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ယာယီသိမ်းထားခြင်း"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"သိုလှောင်မှုအား စကင်လုပ်မရပါ။ (အကြောင်းပြချက်: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD ကဒ်ကို စကင်လုပ်မရပါ။ (အကြောင်းပြချက်: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>ကို သွင်းနေစဉ်: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"သိမ်းဆည်သောအရာသို့ပို့ပါ"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ဖိုင်သို့ထုတ်မည်"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ဖြင့် စီပေးရန်"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"ပထမ အမည်"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"နောက်ဆုံး အမည်"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"အမည် ချထားပုံစံ"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ပထမ အမည် ဦးစွာ"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"နောက်ဆုံး အမည် ဦးစွာ"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"အဆက်အသွယ် အသစ်များအတွက် မူရင်း အကောင့်"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"မက်တာဒေတာ ပြိုင်တူညိမှု အကောင့်ကို ဆက်သွယ်ပါ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"အဆက်အသွယ်များ အကြောင်း"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"မြင်နိုင်သော အဆက်အသွယ်များအား မျှဝေပါ"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"မြင်သာသော အဆက်အသွယ်တွေကိုဝေမျှခြင်းမပြုနိုင်ခဲ့ပါ။"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"အဆက်အသွယ်များ သွင်းယူ၊ ထုတ်ယူရန်"</string>
     <string name="dialog_import" msgid="5177004290082451296">"အဆက်အသွယ်များ တင်သွင်းပါ"</string>
     <string name="share_error" msgid="665756457151793108">"ဒီလိပ်စာအား မျှဝေလို့ မရပါ"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"မျှဝေရန် အဆက်အသွယ်များမရှိပါ။"</string>
     <string name="menu_search" msgid="7464453023659824700">"ရှာဖွေခြင်း"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ပြရန် အဆက်အသွယ်များ"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"အဆက်အသွယ်များပြရန်"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"အနှစ်သက်ဆုံးများ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"အဆက်အသွယ်များမရှိပါ"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"မြင်နိုင်သော အဆက်အသွယ်မရှိပါ"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"အနှစ်သက်ဆုံး မရှိပါ"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"အနှစ်သက်ဆုံး မရှိပါ"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> ထဲတွင် အဆက်အသွယ်မရှိပါ"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"မကြာခဏအရာများအား ဖယ်ရှားရန်"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM ကဒ်ကို ရွေးရန်"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"အကောင့်များ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"အကောင့်များကို စီမံကွပ်ကဲရန်"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"သွင်းယူ၊ ထုတ်ယူခြင်း"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> မှတဆင့်"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> မှတဆင့် <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"အကောင့်"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ခေါ်ဆိုမှုများ အတွက် အမြဲတမ်း ဒါကို သုံးရန်"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ဖြင့် ခေါ်ဆိုရန်"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"မှတ်စုတစ်ခုဖြင့် ခေါ်ဆိုမည်"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"ခေါ်ဆိုမှုဖြင့် ပေးပို့ရန် မှတ်စုတစ်ခု ရိုက်ပါ ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ပေးပို့မည် &amp; ခေါ်ဆိုမည်"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>။ မဖတ်ရသေးသည့် အရာ <xliff:g id="COUNT_3">%2$d</xliff:g> ခု။ </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>။ မဖတ်ရသေးသည့် အရာ <xliff:g id="COUNT_1">%2$d</xliff:g> ခု။ </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"တည်ဆောက်မှု ဗားရှင်း"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"အခမဲ့ ရင်းမြစ် လိုင်စင်များ"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"အခမဲ့  ဆော့ဝဲအတွက် လိုင်စင် အသေးစိတ်များ"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"ပုဂ္ဂိုလ်ရေး မူဝါဒ"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"ဝန်ဆောင်မှု စည်းကမ်းချက်များ"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"အခမဲ့ ရင်းမြစ် လိုင်စင်များ"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ကိုစစ်ဆေးပြီးပါပြီ"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ကိုမစစ်ဆေးရသေးပါ"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ဗီဒီယို ခေါ်ဆိုမှုကို ပြုလုပ်ပါ"</string>
 </resources>
diff --git a/res-common/values-nb/strings.xml b/res-common/values-nb/strings.xml
index daf4566..9f6837b 100644
--- a/res-common/values-nb/strings.xml
+++ b/res-common/values-nb/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teksten er kopiert"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiér til utklippstavlen"</string>
     <string name="call_custom" msgid="2786306789889210756">"Ring <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Ring hjem"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Ring mobilnummer"</string>
@@ -68,10 +69,11 @@
     <string name="status_away" msgid="6267905184545881094">"Borte"</string>
     <string name="status_busy" msgid="7111912905211403545">"Opptatt"</string>
     <string name="contactsList" msgid="7140022347217602605">"Kontakter"</string>
-    <string name="local_invisible_directory" msgid="8934840494825588347">"Andre"</string>
+    <string name="local_invisible_directory" msgid="8934840494825588347">"Annet"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Katalog"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Jobbkatalog"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Alle kontakter"</string>
-    <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Meg"</string>
+    <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Jeg"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Søker ..."</string>
     <string name="foundTooManyContacts" msgid="3060037437459313616">"Fant mer enn <xliff:g id="COUNT">%d</xliff:g>."</string>
     <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Ingen kontakter"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Ofte kontaktet"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Se kontakt"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Alle kontakter med telefonnumre"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Jobbprofilkontakter"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Se oppdateringer"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Bare nettbrett (usynkronisert)"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Bare telefon (usynkronisert)"</string>
@@ -93,9 +96,9 @@
     <string name="full_name" msgid="885420216812981202">"Navn"</string>
     <string name="name_given" msgid="4153709115654909377">"Fornavn"</string>
     <string name="name_family" msgid="5317387657540738981">"Etternavn"</string>
-    <string name="name_prefix" msgid="8219879405071462309">"Prefiks"</string>
+    <string name="name_prefix" msgid="8219879405071462309">"Navneprefiks"</string>
     <string name="name_middle" msgid="3951610314424632183">"Mellomnavn"</string>
-    <string name="name_suffix" msgid="5436984808550075931">"Suffiks"</string>
+    <string name="name_suffix" msgid="5436984808550075931">"Navnesuffiks"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Fonetisk navn"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetisk fornavn"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Fonetisk mellomnavn"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Nettprat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisasjon"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Tilknytning"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Spesielle datoer"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Spesialdato"</string>
     <string name="sms" msgid="8086289395154598654">"Tekstmelding"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresse"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Firma"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Nettprat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"slett"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Vis eller skjul navnefelt"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Vis eller skjul fonetiske navnefelt"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Alle kontakter"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Med stjerne"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Tilpass"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakter i <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontakter i tilpasset visning"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Enkeltkontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Opprett kontakt under konto"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"Importer fra SIM-kort"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Lagre importerte kontakter i:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Importér fra SIM-kort"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importér fra SIM-kortet <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importér fra SIM-kortet <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importer fra lagring"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importér fra .vcf-fil"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Vil du avbryte importeringen av <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Vil du avbryte eksporteringen av <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Kunne ikke avbryte imp./eksp. av vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Kan ikke åpne «<xliff:g id="FILE_NAME">%s</xliff:g>»: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Kunne ikke starte eksporteringen: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Du har ingen kontakter som kan eksporteres."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Du har slått av en nødvendig tillatelse."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Det oppsto en feil under eksporteringen: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Det obligatoriske filnavnet er for langt (<xliff:g id="FILENAME">%s</xliff:g>)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"For mange vCard-filer på lagringsenheten"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Kunne ikke hente metainformasjon for aktuell(e) vCard-fil(er)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"En eller flere filer kan ikke importeres (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Eksporteringen av <xliff:g id="FILENAME">%s</xliff:g> er fullført."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Eksportering av kontaktene er fullført."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Eksporteringen av <xliff:g id="FILENAME">%s</xliff:g> ble avbrutt."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Eksporterer kontaktdata"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kontaktdataene dine eksporteres til: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard-oppretteren startet ikke som den skulle."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Eksporten mislyktes"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontaktdataene ble ikke eksportert.\nÅrsak: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Finner ikke lagringsplass."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Finner ikke SD-kort."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Kontaktlisten din blir eksportert til: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importerer <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Kunne ikke lese vCard-dataene"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lesingen av vCard-dataene ble avbrutt"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Filen importeres snart."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Forespørselen om vCard-importering ble avvist. Prøv på nytt senere."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> blir snart eksportert."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Filen eksporteres snart."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Forespørselen om eksport av vCard ble avvist. Prøv på nytt senere."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Bufrer vCard for import til lokal, midlertidig lagring. Selve importeringen starter snart."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Fant ingen vCard-filer på SD-kortet."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt mottatt via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Vil du eksportere kontaktene?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Velg vCard-fil"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importer én vCard-fil"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importer flere vCard-filer"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importer alle vCard-filer"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Søker etter vCard-data i lagringsenheten …"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Søker etter vCard-data på SD-kortet …"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Bufrer"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Lagringsenheten kunne ikke skannes. (Årsak: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD-kortet kan ikke skannes. (Årsak: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importerer <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksporter til lagring"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksportér til .vcf-fil"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortér etter"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Fornavn"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Etternavn"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Navneformat"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Fornavnet først"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Etternavnet først"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Standardkonto for nye kontakter"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontaktmetadata for synkroniseringskonto"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Om Kontakter"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Del synlige kontakter"</string>
-    <string name="dialog_import_export" msgid="1125776851100740858">"Import og eksport av kontakter"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Delingen av synlige kontakter mislyktes."</string>
+    <string name="dialog_import_export" msgid="1125776851100740858">"Importer/eksporter kontakter"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importer kontakter"</string>
     <string name="share_error" msgid="665756457151793108">"Denne kontakten kan ikke deles."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Det finnes ingen kontakter å dele."</string>
     <string name="menu_search" msgid="7464453023659824700">"Søk"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakter som skal vises"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakter som skal vises"</string>
@@ -240,12 +243,12 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritter"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ingen kontakter."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ingen synlige kontakter."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ingen favoritter."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Ingen favoritter"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ingen kontakter i <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Fjern ofte kontaktede personer"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Velg SIM-kort"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Kontoer"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"Import og eksport"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Administrer kontoer"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Importer/eksporter"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"avslutt søket"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konto"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Bruk alltid dette for samtaler"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ring med"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Ring med et notat"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Skriv et notat du vil sende med anropet …"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SEND OG RING"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> uleste elementer. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> ulest element. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Delversjon"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Åpen kildekode-lisenser"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Lisensdetaljer for programvare med åpen kildekode"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Personvernregler"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Vilkår for bruk"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Lisenser for åpen kildekode"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Det er merket av for <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Det er ikke merket av for <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Start et videoanrop"</string>
 </resources>
diff --git a/res-common/values-ne-rNP/strings.xml b/res-common/values-ne-rNP/strings.xml
index 1e352f0..3ae43bf 100644
--- a/res-common/values-ne-rNP/strings.xml
+++ b/res-common/values-ne-rNP/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"पाठको प्रतिलिपि गरियो"</string>
+    <string name="copy_text" msgid="3424081789297978355">"क्लिपबोर्डमा प्रतिलिपि गर्नुहोस्"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> लाई कल गर्नुहोस्"</string>
     <string name="call_home" msgid="1479549630992276827">"घरमा कल गर्नुहोस्"</string>
     <string name="call_mobile" msgid="8618334085824709009">"मोबाइलमा कल गर्नुहोस्"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"सम्पर्कहरू"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"अन्य"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"निर्देशिका"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"कार्यको निर्देशिका"</string>
     <string name="local_search_label" msgid="9094584931063745728">"सबै सम्पर्कहरू"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"मलाई"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"खोजी गरिँदै..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"लगातार सम्पर्क गरिएको"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"सम्पर्क हेर्नुहोस्"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"फोन नम्बर भएका सबै सम्पर्कहरू"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"कार्य प्रोफाइलको सम्पर्कहरू"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"अद्यावधिकहरू अवलोकन गर्नुहोस्"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ट्याब्लेट मात्र, सिङ्क भएको।"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"फोन मात्र, सिङ्क नभएको"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"संगठन"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"सम्बन्ध"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"विशेष मितिहरु"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"विशेष मिति"</string>
     <string name="sms" msgid="8086289395154598654">"पाठ सन्देश"</string>
     <string name="postal_address" msgid="7692926530081579786">"ठेगाना"</string>
     <string name="ghostData_company" msgid="22470841482615409">"कम्पनी"</string>
@@ -137,12 +140,13 @@
     <string name="chat_yahoo" msgid="5542489454092719897">"याहुको प्रयोग गरेर च्याट गर्नुहोस्"</string>
     <string name="chat_skype" msgid="3145166404699830256">"स्काइप चलाएर कुराकानी गर्नुहोस्"</string>
     <string name="chat_qq" msgid="2811762660890755082">"QQ चलाएर कुराकानी गर्नुहोस्"</string>
-    <string name="chat_gtalk" msgid="6043734883347741789">"गुगल टक चलाएर कुराकानी गर्नुहोस्"</string>
+    <string name="chat_gtalk" msgid="6043734883347741789">"Google टक चलाएर कुराकानी गर्नुहोस्"</string>
     <string name="chat_icq" msgid="7538190395602030726">"ICQको प्रयोग गरेर च्याट गर्नुहोस्"</string>
     <string name="chat_jabber" msgid="4525546665986350869">"जाब्बरको प्रयोग गरेर च्याट गर्नुहोस्"</string>
     <string name="chat" msgid="6297650784873558837">"कुराकानी"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"मेटाउनुहोस्"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"नाम फिल्डहरू विस्तार गर्नुहोस् वा खुम्चाउनुहोस्"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"फोनेटिक नाम क्षेत्रहरू विस्तृत गर्नुहोस् वा संक्षिप्त गर्नुहोस्"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"सबै सम्पर्कहरू"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ताराङ्कित"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"व्यक्तिगत बनाउनुहोस्"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g>मा सम्पर्कहरू"</string>
     <string name="listCustomView" msgid="1915154113477432033">"कस्टम दृश्यमा रहेका सम्पर्कहरू"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"एकल सम्पर्क"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"खाताअन्तर्गत सम्पर्क सिर्जना गर्नुहोस्"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"आयातित् सम्पर्कहरू सुरक्षित गर्नुहोस्:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM कार्डबाट आयात गर्नुहोस्"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> बाट आयात"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> सिमबाट आयात"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"भण्डारणबाट आयात गर्नुहोस्"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf फाइलबाट आयात गर्नुहोस्"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g>को आयात रद्द गर्ने हो?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> को निर्यात रद्द गर्नहोस्?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"VCard आयात/निर्यात रद्द गर्न सकेन"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"खोल्न सकेन \" <xliff:g id="FILE_NAME">%s</xliff:g> : \" <xliff:g id="EXACT_REASON">%s</xliff:g> ."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"निर्यातकले सुरु गर्न सकेन \" <xliff:g id="EXACT_REASON">%s</xliff:g> \"।"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"निर्यात गर्न मिल्ने कुनै सम्पर्क छैन।"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"तपाईँले आवश्यक अनुमति असक्षम गर्नुभएको छ।"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"निर्यात गर्दा एउटा त्रुटि देखा पर्‍यो \" <xliff:g id="EXACT_REASON">%s</xliff:g> \"।"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"आवश्यक फाइल नाम धेरै लामो छ (\" <xliff:g id="FILENAME">%s</xliff:g> \")।"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"अधिक vCard फाइलहरू भण्डारणमा छन्।"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"दिइएको vCard फाइल(हरू)को अधिजानकारी जम्मा गर्न सकेन।"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"एक वा बढी फाइलहरू आयात गर्न सकिएन (%s)।"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>निर्यात सकियो।"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"सम्पर्क ठेगानाहरू निर्यात गर्ने सकियो।"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> निर्यात रद्द गरियो।"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"सम्पर्क डेटा निर्यात हुँदै"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"तपाईँको सम्पर्क डेटा  <xliff:g id="FILE_NAME">%s</xliff:g> मा निर्यात हुँदै छ।"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard रचनाकार राम्ररी सुरु भएन।"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"निर्यात गर्न सकेन"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"सम्पर्क डेटा निर्यात गरिएको थिएन \n कारण: \" <xliff:g id="FAIL_REASON">%s</xliff:g> \""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"कुनै भण्डारण पाइएन"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"कुने SD कार्ड  पाइएन"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"फाइल<xliff:g id="VCARD_FILENAME">%s</xliff:g> मा तपाईँको सम्पर्क सूची निर्यात गरिने छ।"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g>आयत गर्दै"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"VCard डेटा पढ्न सकेन"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard डेटा पढ्ने रद्द भयो"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"फाइल तुरुन्तै आयात गरिने छ।"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard आयात अनुरोध अस्वीकृत गरियो। पछि फेरि प्रयास गर्नुहोस्।"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> तुरुन्तै निर्यात गरिने छ।"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"फाइल तुरुन्तै निर्यात गरिने छ।"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard निर्यात अनुरोध अस्वीकार गरियो। कृपया फेरि प्रयास गर्नुहोस्।"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"सम्पर्क"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"स्थानीय अस्थायी भण्डारणका लागि vCard (हरू) क्यास गर्दै ।  वास्तविक आयात छिट्टै सुरु हुने छ।"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD कार्डमा कुनै पनि vCard फाइल भेटिएन।"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFCमा प्राप्त सम्पर्क"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"सम्पर्कहरू निर्यात गर्ने?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard फाइल छान्नुहोस्"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"एउटा vCard फाइल आयात गर्नुहोस्"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"बहु vCard फाइलहरू आयात गर्नुहोस्"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"सबै vCard फाइलहरू आयात गर्नुहोस्"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"भण्डारणमा vCard डेटाको खोजी गरिँदै..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD कार्डमा vCard डेटा खोज्दै..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"क्यासिङ हुँदै"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"भण्डारण स्क्यान गर्न सकिएन। (कारण: \" <xliff:g id="FAIL_REASON">%s</xliff:g> \")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD कार्ड स्क्यान गर्न सकिएन ।  (कारण: \" <xliff:g id="FAIL_REASON">%s</xliff:g> \")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"आयात गर्दै <xliff:g id="CURRENT_NUMBER">%s</xliff:g> / <xliff:g id="TOTAL_NUMBER">%s</xliff:g> : <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"भण्डारणमा निर्यात गर्नुहोस्"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf फाइलमा निर्यात गर्नुहोस्"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"क्रमवद्घ गर्नुहोस्"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"नाम"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"थर"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"नाम ढाँचा"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"नाम पहिले"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"थर पहिला"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"नयाँ सम्पर्कहरूका लागि पूर्वनिर्धारित खाता"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"मेटाडेटा सिंकको खातामा सम्पर्क गर्नुहोस्"</string>
+    <string name="setting_about" msgid="3926137653588942297">"सम्पर्कहरूको बारेमा"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"देखिने सम्पर्कहरू साझेदारी गर्नुहोस्"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"देख्न सकिने सम्पर्कहरू साझेदारी गर्न असफल भयो।"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"आयात/निर्यात सम्पर्कहरू"</string>
     <string name="dialog_import" msgid="5177004290082451296">"सम्पर्क आयात गर्नुहोस्"</string>
     <string name="share_error" msgid="665756457151793108">"यस सम्पर्कलाई साझेदारी गर्न सकिँदैन।"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"साझेदारी गर्न कुनै सम्पर्क ठेगानाहरू छैनन्।"</string>
     <string name="menu_search" msgid="7464453023659824700">"खोज्नुहोस्"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"प्रदर्शन गर्नका लागि सम्पर्कहरू"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"प्रदर्शन गर्न सम्पर्कहरू"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"मनपर्नेहरू"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"कुनै सम्पर्कहरू छैनन्।"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"देखिने कुनै सम्पर्कहरू छैनन्।"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"मनपर्ने कुनै छैन।"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"मनपर्नेहरू छैनन्"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> मा कुनै सम्पर्कहरू छैनन्"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"बारम्बारताहरू हटाउनुहोस्"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"सिम कार्ड चयन गर्नुहोस्"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"खाताहरू"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"खाताहरू व्यवस्थापन गर्नुहोस्"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"आयात/निर्यात"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g>को मार्फत"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> मार्फत <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"खाता"</string>
     <string name="set_default_account" msgid="3865970860434642695">"कल गर्नका लागि यसको प्रयोग सधैं गर्नुहोस्"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"संग कल"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"टिप्पणीसँगै कल गर्नुहोस्"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"यस कलसँग पठाउन एक टिप्पणी  टाइप गर्नुहोस्"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"पठाउनुहोस् र कल गर्नुहोस्"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> पढ्न बाँकी वस्तुहरू। </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> पढ्न बाँकी वस्तु। </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"बिल्ड संस्करण"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"खुला स्रोत इजाजतपत्रहरू"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"खुला स्रोत सफ्टवेयरका लागि इजाजतपत्र विवरणहरू"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"गोपनीयता नीति"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"सेवा सर्तहरू"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"खुलास्रोत इजाजतपत्रहरू"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> जाँच गरियो"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> जाँच गरिएन"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"भिडियो कल गर्नुहोस्"</string>
 </resources>
diff --git a/res-common/values-nl/strings.xml b/res-common/values-nl/strings.xml
index 25f3151..189e3d3 100644
--- a/res-common/values-nl/strings.xml
+++ b/res-common/values-nl/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Tekst gekopieerd"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiëren naar klembord"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> bellen"</string>
     <string name="call_home" msgid="1479549630992276827">"Privé bellen"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Mobiel bellen"</string>
@@ -62,7 +63,7 @@
     <string name="sms_mms" msgid="4887206338311086612">"Sms\'en naar MMS"</string>
     <string name="description_video_call" msgid="4907306403398614909">"Videogesprek starten"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Lijst regelmatige contacten wissen?"</string>
-    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"U wist de lijst met contacten waarmee u regelmatig contact opneemt in de apps Contacten en Telefoon, en e-mailapps moeten uw voorkeursadressen weer opnieuw leren."</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Je wist de lijst met contacten waarmee je regelmatig contact opneemt in de apps Contacten en Telefoon, en e-mailapps moeten je voorkeursadressen weer opnieuw leren."</string>
     <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Regelmatige contacten wissen..."</string>
     <string name="status_available" msgid="4832569677396634846">"Beschikbaar"</string>
     <string name="status_away" msgid="6267905184545881094">"Niet beschikbaar"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contacten"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Overig"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Directory"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Zakelijke contactenlijst"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Alle contacten"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ik"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Zoeken..."</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Regelmatig contact mee opgenomen"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Contact weergeven"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Alle contacten met telefoonnummers"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contacten uit werkprofiel"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Updates bekijken"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Alleen tablet, niet gesynchroniseerd"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Alleen voor telefoon, niet gesynchroniseerd"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Telefoon-contact, synchr. uit"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Naam"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Bijnaam"</string>
     <string name="full_name" msgid="885420216812981202">"Naam"</string>
@@ -96,9 +99,9 @@
     <string name="name_prefix" msgid="8219879405071462309">"Voorvoegsel van naam"</string>
     <string name="name_middle" msgid="3951610314424632183">"Tweede voornaam"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Achtervoegsel van naam"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"Fonetisch gespelde naam"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"Fonetische naam"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetische voornaam"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Fonetisch gespelde tweede voornaam"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Fonetische tweede voornaam"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Fonetische achternaam"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefoon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-mail"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisatie"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relatie"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Speciale datums"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Speciale datum"</string>
     <string name="sms" msgid="8086289395154598654">"Sms"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adres"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Bedrijf"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatten"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"verwijderen"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Naamvelden uitvouwen of samenvouwen"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Fonetische naamvelden uitvouwen of samenvouwen"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Alle contacten"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Met ster"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Aanpassen"</string>
@@ -152,18 +156,18 @@
     <string name="menu_sync_remove" msgid="6581565236520430269">"Synchronisatiegroep verwijderen"</string>
     <string name="dialog_sync_add" msgid="1795682729089027675">"Synchronisatiegroep toevoegen"</string>
     <string name="display_more_groups" msgid="6304997485733158224">"Meer groepen…"</string>
-    <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"Als u \'<xliff:g id="GROUP">%s</xliff:g>\' verwijdert uit de synchronisatie, worden ook contacten die niet bij een groep horen uit de synchronisatie verwijderd."</string>
+    <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"Als je \'<xliff:g id="GROUP">%s</xliff:g>\' verwijdert uit de synchronisatie, worden ook contacten die niet bij een groep horen uit de synchronisatie verwijderd."</string>
     <string name="savingDisplayGroups" msgid="6863012138107446030">"Weergaveopties opslaan..."</string>
     <string name="menu_done" msgid="32470053723443112">"Gereed"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Annuleren"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contacten in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contacten in aangepaste weergave"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Eén contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Contact in account maken"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Geïmporteerde contacten opslaan in:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importeren van simkaart"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importeren van simkaart <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importeren van simkaart <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importeren uit opslag"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importeren uit VCF-bestand"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Import van <xliff:g id="FILENAME">%s</xliff:g> annuleren?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Export van <xliff:g id="FILENAME">%s</xliff:g> annuleren?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Kan vCard-import/export niet annuleren"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Kan \'<xliff:g id="FILE_NAME">%s</xliff:g>\' niet openen: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Kan het exportprogramma niet starten: \'<xliff:g id="EXACT_REASON">%s</xliff:g>\'."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Er is geen contact dat kan worden geëxporteerd."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Je hebt een vereist recht uitgeschakeld."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Er is een fout opgetreden tijdens het exporteren: \'<xliff:g id="EXACT_REASON">%s</xliff:g>\'."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Vereiste bestandsnaam is te lang (\'<xliff:g id="FILENAME">%s</xliff:g>\')."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Er staan te veel vCard-bestanden in de opslag."</string>
@@ -182,18 +187,16 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Kan metagegevens niet verzamelen uit vCard-bestand(en)."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Kan een of meer bestanden niet importeren (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exporteren van <xliff:g id="FILENAME">%s</xliff:g> voltooid."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Contacten geëxporteerd."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exporteren van <xliff:g id="FILENAME">%s</xliff:g> geannuleerd."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Contactgegevens exporteren"</string>
-    <string name="exporting_contact_list_message" msgid="3955619563572081300">"Uw contactgegevens worden geëxporteerd naar: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
+    <string name="exporting_contact_list_message" msgid="3955619563572081300">"Je contactgegevens worden geëxporteerd naar: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
     <string name="composer_failed_to_get_database_infomation" msgid="7801276776746351694">"Kan databasegegevens niet ophalen."</string>
-    <string name="composer_has_no_exportable_contact" product="tablet" msgid="1534625366506752907">"Er zijn geen exporteerbare contacten. Als u wel contacten op uw tablet heeft opgeslagen, staat uw gegevensprovider het exporteren van contacten van de tablet mogelijk niet toe."</string>
-    <string name="composer_has_no_exportable_contact" product="default" msgid="7063040740576745307">"Er zijn geen exporteerbare contacten. Als u wel contacten op uw telefoon heeft opgeslagen, staat uw gegevensprovider het exporteren van contacten van de telefoon mogelijk niet toe."</string>
+    <string name="composer_has_no_exportable_contact" product="tablet" msgid="1534625366506752907">"Er zijn geen exporteerbare contacten. Als je wel contacten op je tablet hebt opgeslagen, staat je gegevensprovider het exporteren van contacten van de tablet mogelijk niet toe."</string>
+    <string name="composer_has_no_exportable_contact" product="default" msgid="7063040740576745307">"Er zijn geen exporteerbare contacten. Als je wel contacten op je telefoon hebt opgeslagen, staat je gegevensprovider het exporteren van contacten van de telefoon mogelijk niet toe."</string>
     <string name="composer_not_initialized" msgid="6514403866246950877">"De vCard-editor is niet correct gestart."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Kan niet exporteren"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"De contactgegevens zijn niet geëxporteerd.\nReden: \'<xliff:g id="FAIL_REASON">%s</xliff:g>\'"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Er is geen opslag gevonden."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Geen SD-kaart gevonden."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Uw lijst met contacten wordt geëxporteerd naar het bestand: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> importeren"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Kan vCard-gegevens niet lezen"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Lezen van vCard-gegevens geannuleerd"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Bestand wordt binnenkort geïmporteerd."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Verzoek voor vCard-import is geweigerd. Probeer het later opnieuw."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> wordt binnenkort geëxporteerd."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Dit bestand wordt binnenkort geëxporteerd."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Verzoek voor vCard-export is geweigerd. Probeer het later opnieuw."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Bezig met opslaan van vCard(s) in de lokale tijdelijke opslag. Het daadwerkelijke importeren begint binnenkort."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Geen vCard-bestand gevonden op SD-kaart."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contact via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Contacten exporteren?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard-bestand kiezen"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Eén vCard-bestand importeren"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Meerdere vCard-bestanden importeren"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Alle vCard-bestanden importeren"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Zoeken naar vCard-gegevens in opslag..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Zoeken naar vCard-gegevens op SD-kaart..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"In cachegeheugen opslaan"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"De opslag kan niet worden gescand. (Reden: \'<xliff:g id="FAIL_REASON">%s</xliff:g>\')"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"De SD-kaart kan niet worden gescand. (Reden: \'<xliff:g id="FAIL_REASON">%s</xliff:g>\')"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importeren <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exporteren naar opslag"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exporteren naar VCF-bestand"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sorteren op"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Voornaam"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Achternaam"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Naamindeling"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Voornaam eerst"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Achternaam eerst"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Standaardaccount voor nieuwe contacten"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Synchronisatieaccount voor metadata van contacten"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Over Contacten"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Zichtbare contacten delen"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Kan zichtbare contacten niet delen."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Contacten importeren/exporteren"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Contacten importeren"</string>
     <string name="share_error" msgid="665756457151793108">"Dit contact kan niet worden gedeeld."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Er zijn geen contacten om te delen."</string>
     <string name="menu_search" msgid="7464453023659824700">"Zoeken"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Zichtbare contacten"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Zichtbare contacten"</string>
     <string name="custom_list_filter" msgid="582616656313514803">"Aangepaste weergave definiëren"</string>
-    <string name="hint_findContacts" msgid="28151707326753522">"Contacten vinden"</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"Contacten zoeken"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favorieten"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Geen contacten."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Geen zichtbare contacten."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Geen favorieten."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Geen favorieten"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Geen contacten in <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Regelmatige contacten wissen"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Simkaart selecteren"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Accounts"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Accounts beheren"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importeren/exporteren"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Account"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Altijd gebruiken voor oproepen"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Bellen met"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Oproep met een notitie"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Typ een notitie om te verzenden met de oproep..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"VERZENDEN EN BELLEN"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ongelezen items. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> ongelezen item. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Buildversie"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Open-sourcelicenties"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licentiedetails voor open-sourcesoftware"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Privacybeleid"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Servicevoorwaarden"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Open-sourcelicenties"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> geselecteerd"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> niet geselecteerd"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Videogesprek starten"</string>
 </resources>
diff --git a/res-common/values-pa-rIN/strings.xml b/res-common/values-pa-rIN/strings.xml
index 94c4414..95c82f6 100644
--- a/res-common/values-pa-rIN/strings.xml
+++ b/res-common/values-pa-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"ਟੈਕਸਟ ਕਾਪੀ ਕੀਤਾ"</string>
+    <string name="copy_text" msgid="3424081789297978355">"ਕਲਿਪਬੋਰਡ ਤੇ ਕਾਪੀ ਕਰੋ"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> ਨੂੰ ਕਾਲ ਕਰੋ"</string>
     <string name="call_home" msgid="1479549630992276827">"ਘਰ ਕਾਲ ਕਰੋ"</string>
     <string name="call_mobile" msgid="8618334085824709009">"ਮੋਬਾਈਲ ਤੇ ਕਾਲ ਕਰੋ"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"ਸੰਪਰਕ"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"ਹੋਰ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ਡਾਇਰੈਕਟਰੀ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ਕੰਮ ਡਾਇਰੈਕਟਰੀ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"ਸਾਰੇ ਸੰਪਰਕ"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ਮੈਂ"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"ਖੋਜ ਰਿਹਾ ਹੈ..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"ਅਕਸਰ ਸੰਪਰਕ ਕੀਤੇ ਜਾਣ ਵਾਲੇ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"ਸੰਪਰਕ ਦੇਖੋ"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ਫੋਨ ਨੰਬਰਾਂ ਵਾਲੇ ਸਾਰੇ ਸੰਪਰਕ"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"ਕੰਮ ਪ੍ਰੋਫਾਈਲ ਸੰਪਰਕ"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"ਅਪਡੇਟਾਂ ਦੇਖੋ"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ਟੈਬਲੇਟ-ਓਨਲੀ, ਅਣਸਿੰਕਡ"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ਫੋਨ-ਓਨਲੀ, ਅਣਸਿੰਕਡ"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"ਕੰਪਨੀ"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ਰਿਸ਼ਤਾ"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"ਖ਼ਾਸ ਤਾਰੀਖਾਂ"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"ਵਿਸ਼ੇਸ਼ ਮਿਤੀ"</string>
     <string name="sms" msgid="8086289395154598654">"ਟੈਕਸਟ ਸੁਨੇਹਾ"</string>
     <string name="postal_address" msgid="7692926530081579786">"ਪਤਾ"</string>
     <string name="ghostData_company" msgid="22470841482615409">"ਕੰਪਨੀ"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"ਚੈਟ"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ਮਿਟਾਓ"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"ਨਾਮ ਖੇਤਰਾਂ ਦਾ ਵਿਸਤਾਰ ਕਰੋ ਜਾਂ ਨਸ਼ਟ ਕਰੋ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ਫੋਨੈਟਿਕ ਨਾਮ ਖੇਤਰਾਂ ਦਾ ਵਿਸਤਾਰ ਕਰੋ ਜਾਂ ਨਸ਼ਟ ਕਰੋ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"ਸਾਰੇ ਸੰਪਰਕ"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ਸਟਾਰ ਵਾਲੇ"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"ਅਨੁਕੂਲਿਤ ਕਰੋ"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> ਵਿੱਚ ਸੰਪਰਕ"</string>
     <string name="listCustomView" msgid="1915154113477432033">"ਕਸਟਮ ਦ੍ਰਿਸ਼ ਵਿੱਚ ਸੰਪਰਕ"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ਸਿੰਗਲ ਸੰਪਰਕ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"ਖਾਤੇ ਦੇ ਅਧੀਨ ਸੰਪਰਕ ਬਣਾਓ"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"ਆਯਾਤ ਕੀਤੇ ਸੰਪਰਕਾਂ ਨੂੰ ਇਸ ਵਿੱਚ ਰੱਖਿਅਤ ਕਰੋ:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM ਕਾਰਡ ਵਿੱਚੋਂ ਆਯਾਤ ਕਰੋ"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> ਵਿੱਚੋਂ ਆਯਾਤ ਕਰੋ"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM <xliff:g id="SIM_NAME">%1$s</xliff:g> ਵਿੱਚੋਂ ਆਯਾਤ ਕਰੋ"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"ਸਟੋਰੇਜ ਵਿੱਚੋਂ ਆਯਾਤ ਕਰੋ"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ਫ਼ਾਈਲ ਤੋਂ ਆਯਾਤ ਕਰੋ"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"ਕੀ <xliff:g id="FILENAME">%s</xliff:g> ਦਾ ਆਯਾਤ ਰੱਦ ਕਰਨਾ ਹੈ?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"ਕੀ <xliff:g id="FILENAME">%s</xliff:g> ਦਾ ਨਿਰਯਾਤ ਰੱਦ ਕਰਨਾ ਹੈ?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard ਆਯਾਤ/ਨਿਰਯਾਤ ਰੱਦ ਨਹੀਂ ਕਰ ਸਕਿਆ"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ਨੂੰ ਖੋਲ੍ਹ ਨਹੀਂ ਸਕਿਆ: <xliff:g id="EXACT_REASON">%s</xliff:g>।"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ਐਕਸਪੋਰਟ ਚਾਲੂ ਨਹੀੰ ਕਰ ਸਕਿਆ: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"।"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ਕੋਈ ਵੀ ਨਿਰਯਾਤ ਕਰਨ ਯੋਗ ਸੰਪਰਕ ਨਹੀਂ ਹਨ।"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"ਤੁਸੀਂ ਇੱਕ ਲੁੜੀਂਦੀ ਅਨੁਮਤੀ ਨੂੰ ਅਸਮਰੱਥ ਬਣਾਇਆ ਹੈ।"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"ਨਿਰਯਾਤ ਕਰਨ ਦੌਰਾਨ ਇੱਕ ਅਸ਼ੁੱਧੀ ਵਾਪਰੀ: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"।"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ਲੁੜੀਂਦਾ ਫਾਈਲ ਨਾਮ ਬਹੁਤ ਜ਼ਿਆਦਾ ਵੱਡਾ ਹੈ (\"<xliff:g id="FILENAME">%s</xliff:g>\")।"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"ਸਟੋਰੇਜ ਵਿੱਚ ਬਹੁਤ ਜ਼ਿਆਦਾ vCard ਫਾਈਲਾਂ ਹਨ।"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"ਦਿੱਤੀ ਗਈ vCard ਫਾਈਲ(ਫਾਈਲਾਂ) ਦੀ meta ਜਾਣਕਾਰੀ ਇਕੱਤਰ ਨਹੀਂ ਕਰ ਸਕਿਆ।"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ਇੱਕ ਜਾਂ ਵੱਧ ਫਾਈਲਾਂ ਆਯਾਤ ਨਹੀਂ ਕੀਤੀਆਂ ਜਾ ਸਕੀਆਂ (%s)।"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> ਨੂੰ ਨਿਰਯਾਤ ਕਰਨਾ ਪੂਰਾ ਹੋਇਆ।"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"ਸੰਪਰਕਾਂ ਨੂੰ ਨਿਰਯਾਤ ਕਰਨਾ ਪੂਰਾ ਹੋਇਆ।"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> ਨੂੰ ਨਿਰਯਾਤ ਕਰਨਾ ਰੱਦ ਕੀਤਾ।"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"ਸੰਪਰਕ ਡਾਟਾ ਨਿਰਯਾਤ ਕਰ ਰਿਹਾ ਹੈ"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"ਤੁਹਾਡਾ ਸੰਪਰਕ ਡਾਟਾ ਇਸ ਵਿੱਚ ਨਿਰਯਾਤ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ: <xliff:g id="FILE_NAME">%s</xliff:g>।"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard ਕੰਪੋਜ਼ਰ ਸਹੀ ਢੰਗ ਨਾਲ ਚਾਲੂ ਨਹੀਂ ਹੋਇਆ।"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ਨਿਰਯਾਤ ਨਹੀਂ ਕਰ ਸਕਿਆ"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"ਸੰਪਰਕ ਡਾਟਾ ਨਿਰਯਾਤ ਨਹੀਂ ਕੀਤਾ ਗਿਆ ਸੀ।\nਕਾਰਨ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ਕੋਈ ਸਟੋਰੇਜ ਨਹੀਂ ਮਿਲੀ ਸੀ।"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"ਕੋਈ SD ਕਾਰਡ ਨਹੀਂ ਮਿਲਿਆ ਸੀ।"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"ਤੁਹਾਡੀ ਸੰਪਰਕ ਸੂਚੀ ਇਸ ਫਾਈਲ ਵਿੱਚ ਨਿਰਯਾਤ ਕੀਤੀ ਜਾਏਗੀ: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> ਨੂੰ ਆਯਾਤ ਕਰ ਰਿਹਾ ਹੈ"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard ਡਾਟਾ ਨਹੀਂ ਪੜ੍ਹ ਸਕਿਆ"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard ਡਾਟਾ ਪੜ੍ਹਨਾ ਰੱਦ ਕੀਤਾ"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ਫਾਈਲ ਥੋੜ੍ਹੀ ਦੇਰ ਵਿੱਚ ਆਯਾਤ ਕੀਤੀ ਜਾਏਗੀ।"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard ਆਯਾਤ ਬੇਨਤੀ ਅਸਵੀਕਾਰ ਕੀਤੀ ਗਈ ਸੀ। ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> ਨੂੰ ਥੋੜ੍ਹੀ ਦੇਰ ਵਿੱਚ ਨਿਰਯਾਤ ਕੀਤਾ ਜਾਏਗਾ।"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ਫਾਈਲ ਥੋੜ੍ਹੀ ਦੇਰ ਵਿੱਚ ਨਿਰਯਾਤ ਕੀਤੀ ਜਾਏਗੀ।"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard ਨਿਰਯਾਤ ਬੇਨਤੀ ਅਸਵੀਕਾਰ ਕੀਤੀ ਗਈ ਸੀ। ਬਾਅਦ ਵਿੱਚ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"ਸੰਪਰਕ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"ਸਥਾਨਕ ਅਸਥਾਈ ਸਟੋਰੇਜ ਲਈ vCard ਕੈਚ ਕਰ ਰਿਹਾ ਹੈ। ਅਸਲੀ ਆਯਾਤ ਜਲਦੀ ਹੀ ਚਾਲੂ ਹੋਵੇਗਾ।"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD ਕਾਰਡ ਤੇ ਕੋਈ vCard ਫਾਈਲ ਨਹੀਂ ਮਿਲੀ।"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC ਤੇ ਪ੍ਰਾਪਤ ਕੀਤਾ ਸੰਪਰਕ"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"ਕੀ ਸੰਪਰਕ ਨਿਰਯਾਤ ਕਰਨੇ ਹਨ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ਫਾਈਲ ਚੁਣੋ"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ਇੱਕ vCard ਫਾਈਲ ਆਯਾਤ ਕਰੋ"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"ਮਲਟੀਪਲ vCard ਫਾਈਲਾਂ ਆਯਾਤ ਕਰੋ"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"ਸਾਰੀਆਂ vCard ਫਾਈਲਾਂ ਆਯਾਤ ਕਰੋ"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"ਸਟੋਰੇਜ ਵਿੱਚ vCard ਡਾਟਾ ਖੋਜ ਰਿਹਾ ਹੈ…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD ਕਾਰਡ ਤੇ vCard ਡਾਟਾ ਖੋਜ ਰਿਹਾ ਹੈ…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ਕੈਚ ਕਰ ਰਿਹਾ ਹੈ"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ਸਟੋਰੇਜ ਸਕੈਨ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ। (ਕਾਰਨ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD ਕਾਰਡ ਸਕੈਨ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ। (ਕਾਰਨ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> ਨੂੰ ਆਯਾਤ ਕਰ ਰਿਹਾ ਹੈ: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ਸਟੋਰੇਜ ਵਿੱਚ ਨਿਰਯਾਤ ਕਰੋ"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ਫ਼ਾਈਲ ਵਿੱਚ ਨਿਰਯਾਤ ਕਰੋ"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ਇਸ ਅਨੁਸਾਰ ਛਾਂਟੋ"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"ਪਹਿਲਾ ਨਾਮ"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"ਆਖਰੀ ਨਾਮ"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"ਨਾਮ ਫੌਰਮੈਟ"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ਪਹਿਲਾਂ ਪਹਿਲਾ ਨਾਮ"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"ਪਹਿਲਾਂ ਆਖ਼ਰੀ ਨਾਮ"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"ਨਵੇਂ ਸੰਪਰਕਾਂ ਲਈ ਪੂਰਵ-ਨਿਰਧਾਰਤ ਖਾਤਾ"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"ਸੰਪਰਕ ਮੈਟਾਡੈਟਾ ਸਮਕਾਲੀਕਰਨ ਖਾਤਾ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"ਸੰਪਰਕਾਂ ਬਾਰੇ"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"ਦਿੱਸਦੇ ਸੰਪਰਕ ਸ਼ੇਅਰ ਕਰੋ"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"ਦ੍ਰਿਸ਼ਮਾਨ ਸੰਪਰਕ ਸ਼ੇਅਰ ਕਰਨ ਵਿੱਚ ਅਸਫਲ।"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"ਸੰਪਰਕ ਆਯਾਤ/ਨਿਰਯਾਤ ਕਰੋ"</string>
     <string name="dialog_import" msgid="5177004290082451296">"ਸੰਪਰਕ ਆਯਾਤ ਕਰੋ"</string>
     <string name="share_error" msgid="665756457151793108">"ਇਸ ਸੰਪਰਕ ਸ਼ੇਅਰ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ।"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ਸ਼ੇਅਰ ਕਰਨ ਲਈ ਕੋਈ ਸੰਪਰਕ ਨਹੀਂ ਹਨ।"</string>
     <string name="menu_search" msgid="7464453023659824700">"ਖੋਜੋ"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ਡਿਸਪਲੇ ਕਰਨ ਲਈ ਸੰਪਰਕ"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ਡਿਸਪਲੇ ਕਰਨ ਲਈ ਸੰਪਰਕ"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"ਮਨਪਸੰਦ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"ਕੋਈ ਸੰਪਰਕ ਨਹੀਂ।"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ਕੋਈ ਦਿੱਸਦੇ ਸੰਪਰਕ ਨਹੀਂ।"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ਕੋਈ ਮਨਪਸੰਦ ਨਹੀਂ।"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ਕੋਈ ਮਨਪਸੰਦ ਨਹੀਂ"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> ਵਿੱਚ ਕੋਈ ਸੰਪਰਕ ਨਹੀਂ"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"ਫ੍ਰੀਕਵੈਂਟਸ ਹਟਾਓ"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM ਕਾਰਡ ਚੁਣੋ"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"ਖਾਤੇ"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"ਖਾਤੇ ਪ੍ਰਬੰਧਿਤ ਕਰੋ"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"ਆਯਾਤ/ਨਿਰਯਾਤ ਕਰੋ"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> ਰਾਹੀਂ"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> ਰਾਹੀਂ <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"ਖਾਤਾ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ਕਾਲਾਂ ਲਈ ਹਮੇਸ਼ਾਂ ਇਹ ਵਰਤੋ"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"ਇਸਦੇ ਨਾਲ ਕਾਲ ਕਰੋ"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ਕੋਈ ਨੋਟ ਦੇ ਨਾਲ ਕਾਲ ਕਰੋ"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"ਕਾਲ ਦੇ ਨਾਲ ਭੇਜਣ ਲਈ ਕੋਈ ਨੋਟ ਟਾਈਪ ਕਰੋ ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ਭੇਜੋ ਅਤੇ ਕਾਲ ਕਰੋ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>। <xliff:g id="COUNT_3">%2$d</xliff:g> ਬਿਨਾਂ ਪੜ੍ਹੀਆਂ ਆਈਟਮਾਂ। </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>। <xliff:g id="COUNT_3">%2$d</xliff:g> ਬਿਨਾਂ ਪੜ੍ਹੀਆਂ ਆਈਟਮਾਂ। </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"ਬਿਲਡ ਵਰਜਨ"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ਓਪਨ ਸੋਰਸ ਲਾਇਸੰਸ"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ਓਪਨ ਸੋਰਸ ਸੌਫਟਵੇਅਰ ਲਈ ਲਾਇਸੰਸ ਵੇਰਵੇ"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"ਪਰਦੇਦਾਰੀ ਨੀਤੀ"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"ਸੇਵਾ ਦੀਆਂ ਮਦਾਂ"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ਓਪਨ ਸੋਰਸ ਲਾਇਸੰਸ"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ਜਾਂਚੀ ਗਈ"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ਜਾਂਚੀ ਨਹੀਂ ਗਈ"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ਵੀਡੀਓ ਕਾਲ ਕਰੋ"</string>
 </resources>
diff --git a/res-common/values-pl/strings.xml b/res-common/values-pl/strings.xml
index 8912a0b..d8848ee 100644
--- a/res-common/values-pl/strings.xml
+++ b/res-common/values-pl/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Tekst skopiowany"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Skopiuj do schowka"</string>
     <string name="call_custom" msgid="2786306789889210756">"Połącz – <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Połącz – domowy"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Połącz – komórka"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakty"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Inne"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Katalog"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Katalog służbowy"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Wszystkie kontakty"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ja"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Szukam…"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Częste kontakty"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Pokaż kontakt"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Wszystkie kontakty z numerami telefonów"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontakty w profilu do pracy"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Pokaż aktualizacje"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tylko tablet, brak synchronizacji"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Tylko telefon, brak synchronizacji"</string>
@@ -108,7 +111,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Komunikator"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizacja"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relacja"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Specjalne daty"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Szczególna data"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adres"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Firma"</string>
@@ -145,9 +148,10 @@
     <string name="chat" msgid="6297650784873558837">"Czat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"usuń"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Rozwiń lub zwiń pola imion i nazwisk"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Rozwiń lub zwiń pola nazwisk zapisanych fonetycznie"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Wszystkie kontakty"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Oznaczone gwiazdką"</string>
-    <string name="list_filter_customize" msgid="2352794292558465089">"Dostosuj"</string>
+    <string name="list_filter_customize" msgid="2352794292558465089">"Zdefiniuj filtr"</string>
     <string name="list_filter_single" msgid="4553809449379139446">"Kontakt"</string>
     <string name="display_ungrouped" msgid="3669471582032440138">"Wszystkie inne kontakty"</string>
     <string name="display_all_contacts" msgid="7251385818740728862">"Wszystkie kontakty"</string>
@@ -159,13 +163,13 @@
     <string name="menu_done" msgid="32470053723443112">"Gotowe"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Anuluj"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakty na koncie <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kontakty w widoku niestandardowym"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Kontakty spełniające kryteria"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Jeden kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Utwórz kontakt na koncie:"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Zapisz zaimportowane kontakty na koncie:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importuj z karty SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importuj z karty SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importuj z karty SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importuj z nośnika"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importuj z pliku .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Anulować importowanie pliku <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Anulować eksportowanie pliku <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Nie można anulować importu/eksportu vCard"</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Nie udało się otworzyć pliku „<xliff:g id="FILE_NAME">%s</xliff:g>”: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nie udało się uruchomić programu eksportującego: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Brak kontaktów, które można wyeksportować."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Wyłączyłeś wymagane uprawnienia"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Podczas eksportu wystąpił błąd: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Wymagana nazwa pliku jest zbyt długa („<xliff:g id="FILENAME">%s</xliff:g>”)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Na nośniku znajduje się zbyt wiele plików vCard."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Nie można zebrać metainformacji z podanych plików vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Nie można zaimportować co najmniej jednego pliku (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Zakończono eksportowanie pliku <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Eksportowanie kontaktów zostało zakończone."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Anulowano eksportowanie pliku <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Eksportowanie danych kontaktowych"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Dane kontaktów są eksportowane do pliku <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Obiekt tworzenia danych vCard nie uruchomił się poprawnie."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Eksport nieudany"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Dane kontaktów nie zostały wyeksportowane.\nPrzyczyna: „<xliff:g id="FAIL_REASON">%s</xliff:g>”"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nie znaleziono nośnika."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nie znaleziono karty SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Lista kontaktów zostanie wyeksportowana do pliku <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importowanie: <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nie udało się odczytać danych vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Anulowano odczyt danych kart vCard"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Plik zostanie za chwilę zaimportowany."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Żądanie importu danych vCard zostało odrzucone. Spróbuj ponownie później."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Plik <xliff:g id="FILENAME">%s</xliff:g> zostanie za chwilę wyeksportowany."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Plik zostanie za chwilę wyeksportowany."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Żądanie eksportu danych vCard zostało odrzucone. Spróbuj ponownie później."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Trwa buforowanie plików vCard w lokalnym obszarze tymczasowym. Właściwy import rozpocznie się za chwilę."</string>
@@ -213,40 +217,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na karcie SD nie znaleziono żadnego pliku vCard."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt odebrany przez NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Wyeksportować kontakty?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Wybierz plik vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importuj jeden plik vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importuj wiele plików vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importuj wszystkie pliki vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Szukam danych vCard na nośniku…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Szukam danych vCard na karcie SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Buforowanie"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Nie udało się przeszukać nośnika. (Przyczyna: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Nie udało się przeszukać karty SD. (Przyczyna: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importuję <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksportuj na nośnik"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksportuj do pliku .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortuj według"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Imię"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nazwisko"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format imienia i nazwiska"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Najpierw imię"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Najpierw nazwisko"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Domyślne konto dla nowych kontaktów"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Konto do synchronizacji metadanych kontaktu"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Aplikacja Kontakty"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Udostępnij widoczne kontakty"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nie udało się udostępnić widocznych kontaktów."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importuj/eksportuj kontakty"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importuj kontakty"</string>
     <string name="share_error" msgid="665756457151793108">"Tego kontaktu nie można udostępnić."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Brak kontaktów do udostępnienia."</string>
     <string name="menu_search" msgid="7464453023659824700">"Wyszukiwarka"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakty do wyświetlenia"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakty do wyświetlenia"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Zdefiniuj widok niestandardowy"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Zdefiniuj filtr"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Znajdź kontakty"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Ulubione"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Brak kontaktów"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Brak widocznych kontaktów"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Brak ulubionych"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Brak ulubionych"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Brak kontaktów w grupie <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Wyczyść częste kontakty"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Wybierz kartę SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Konta"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Zarządzaj kontami"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importuj/eksportuj"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"przez: <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> przez: <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konto"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Zawsze używaj do połączeń"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Zadzwoń, używając"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Połącz i wyślij notatkę"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Wpisz notatkę, którą chcesz wysłać razem z połączeniem..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"WYŚLIJ I POŁĄCZ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nieprzeczytane elementy. </item>
+      <item quantity="many"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nieprzeczytanych elementów. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> nieprzeczytanego elementu. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> nieprzeczytany element. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Wersja kompilacji"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licencje open source"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Szczegóły licencji na oprogramowanie typu open source"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Polityka prywatności"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Warunki usługi"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licencje open source"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> zaznaczone"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> niezaznaczone"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Rozpocznij rozmowę wideo"</string>
 </resources>
diff --git a/res-common/values-pt-rBR/strings.xml b/res-common/values-pt-rBR/strings.xml
new file mode 100644
index 0000000..d5e330d
--- /dev/null
+++ b/res-common/values-pt-rBR/strings.xml
@@ -0,0 +1,278 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+  ~ Copyright (C) 2012 The Android Open Source Project
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License
+   -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="toast_text_copied" msgid="8327159932780920627">"Texto copiado"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiar para a área de transferência"</string>
+    <string name="call_custom" msgid="2786306789889210756">"Ligar para <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="call_home" msgid="1479549630992276827">"Ligar para residência"</string>
+    <string name="call_mobile" msgid="8618334085824709009">"Ligar para celular"</string>
+    <string name="call_work" msgid="8299062439076337075">"Ligar para trabalho"</string>
+    <string name="call_fax_work" msgid="3770754834467992571">"Ligar para fax comercial"</string>
+    <string name="call_fax_home" msgid="6219051113573396065">"Ligar para fax residencial"</string>
+    <string name="call_pager" msgid="3038080882899955112">"Ligar para pager"</string>
+    <string name="call_other" msgid="4472141328347894937">"Ligar"</string>
+    <string name="call_callback" msgid="687494744634190411">"Retornar chamada"</string>
+    <string name="call_car" msgid="9078083109758282133">"Ligar para carro"</string>
+    <string name="call_company_main" msgid="8768047233970315359">"Ligar para empresa (principal)"</string>
+    <string name="call_isdn" msgid="3342482563847537747">"Ligar para ISDN"</string>
+    <string name="call_main" msgid="4640261071249938558">"Ligar para principal"</string>
+    <string name="call_other_fax" msgid="2536328553125487877">"Ligar para fax"</string>
+    <string name="call_radio" msgid="9055749313292712021">"Ligar para rádio"</string>
+    <string name="call_telex" msgid="2909886619224843563">"Ligar para telex"</string>
+    <string name="call_tty_tdd" msgid="6704940636171078852">"Ligar para TTY/TDD"</string>
+    <string name="call_work_mobile" msgid="4408630608955148641">"Ligar para celular comercial"</string>
+    <string name="call_work_pager" msgid="3036932765279753793">"Ligar para pager comercial"</string>
+    <string name="call_assistant" msgid="5188990854852312696">"Ligar para <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
+    <string name="call_mms" msgid="8998771923464696960">"Ligar para MMS"</string>
+    <string name="sms_custom" msgid="4601748252470175865">"Enviar SMS para <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="sms_home" msgid="7765831490534280540">"Enviar SMS para residência"</string>
+    <string name="sms_mobile" msgid="8387632124165893103">"Enviar SMS para celular"</string>
+    <string name="sms_work" msgid="3910570578912367742">"Enviar SMS para trabalho"</string>
+    <string name="sms_fax_work" msgid="909086167151248212">"Enviar SMS para fax comercial"</string>
+    <string name="sms_fax_home" msgid="4145442497939634875">"Enviar SMS para fax residencial"</string>
+    <string name="sms_pager" msgid="5664381349583724906">"Enviar SMS para pager"</string>
+    <string name="sms_other" msgid="910895193552957097">"Enviar SMS"</string>
+    <string name="sms_callback" msgid="728414485478941361">"Enviar SMS para retorno de chamada"</string>
+    <string name="sms_car" msgid="8543669230270954512">"Enviar SMS para carro"</string>
+    <string name="sms_company_main" msgid="5441902128445061862">"Enviar SMS para empresa (principal)"</string>
+    <string name="sms_isdn" msgid="7142483128948042667">"Enviar SMS para ISDN"</string>
+    <string name="sms_main" msgid="6815987840926184815">"Enviar SMS para principal"</string>
+    <string name="sms_other_fax" msgid="8649822154879781466">"Enviar SMS para fax"</string>
+    <string name="sms_radio" msgid="8750339218480745940">"Enviar SMS para rádio"</string>
+    <string name="sms_telex" msgid="5469333785775443999">"Enviar SMS para telex"</string>
+    <string name="sms_tty_tdd" msgid="5057886576150816002">"Enviar SMS para TTY/TDD"</string>
+    <string name="sms_work_mobile" msgid="8426872094268475047">"Enviar SMS para celular comercial"</string>
+    <string name="sms_work_pager" msgid="499303540738557836">"Enviar SMS para pager comercial"</string>
+    <string name="sms_assistant" msgid="2677586547377136683">"Enviar SMS para <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
+    <string name="sms_mms" msgid="4887206338311086612">"Enviar SMS para MMS"</string>
+    <string name="description_video_call" msgid="4907306403398614909">"Fazer videochamada"</string>
+    <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Apagar contatos frequentes?"</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Você apagará a lista de contatos frequentes nos apps Contatos e Telefone, fazendo com que os apps de e-mail tenham que redefinir suas preferências de endereçamento."</string>
+    <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Apagando contatos frequentes…"</string>
+    <string name="status_available" msgid="4832569677396634846">"Disponível"</string>
+    <string name="status_away" msgid="6267905184545881094">"Ausente"</string>
+    <string name="status_busy" msgid="7111912905211403545">"Ocupado"</string>
+    <string name="contactsList" msgid="7140022347217602605">"Contatos"</string>
+    <string name="local_invisible_directory" msgid="8934840494825588347">"Outro"</string>
+    <string name="directory_search_label" msgid="4484648822765516947">"Diretório"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Diretório de trabalho"</string>
+    <string name="local_search_label" msgid="9094584931063745728">"Todos os contatos"</string>
+    <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Eu"</string>
+    <string name="search_results_searching" msgid="9022794597388306615">"Pesquisando…"</string>
+    <string name="foundTooManyContacts" msgid="3060037437459313616">"Mais de <xliff:g id="COUNT">%d</xliff:g> encontrados."</string>
+    <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Nenhum contato"</string>
+    <plurals name="searchFoundContacts" formatted="false" msgid="4016164064185890420">
+      <item quantity="one"><xliff:g id="COUNT">%d</xliff:g> encontrados</item>
+      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> encontrados</item>
+    </plurals>
+    <string name="description_quick_contact_for" msgid="6355240770807101947">"Contato rápido de <xliff:g id="NAME">%1$s</xliff:g>"</string>
+    <string name="missing_name" msgid="2633118852693000081">"(Sem nome)"</string>
+    <string name="favoritesFrequentCalled" msgid="6600127125011757687">"Mais chamados"</string>
+    <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contatos frequentes"</string>
+    <string name="description_view_contact_detail" msgid="2756753096193839285">"Visualizar contato"</string>
+    <string name="list_filter_phones" msgid="3692815632088465422">"Todos os contatos com números de telefone"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contatos do perfil de trabalho"</string>
+    <string name="view_updates_from_group" msgid="3310864388165884352">"Ver atualizações"</string>
+    <string name="account_phone" product="tablet" msgid="1143884271396601338">"Somente tablet, não sincronizado"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Somente telefone, não sincronizado"</string>
+    <string name="nameLabelsGroup" msgid="1817502703362057154">"Nome"</string>
+    <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Apelido"</string>
+    <string name="full_name" msgid="885420216812981202">"Nome"</string>
+    <string name="name_given" msgid="4153709115654909377">"Nome"</string>
+    <string name="name_family" msgid="5317387657540738981">"Sobrenome"</string>
+    <string name="name_prefix" msgid="8219879405071462309">"Prefixo do nome"</string>
+    <string name="name_middle" msgid="3951610314424632183">"Nome do meio"</string>
+    <string name="name_suffix" msgid="5436984808550075931">"Sufixo do nome"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"Nome fonético"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Nome fonético"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Nome do meio fonético"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Sobrenome fonético"</string>
+    <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefone"</string>
+    <string name="emailLabelsGroup" msgid="4696310712601184208">"E-mail"</string>
+    <string name="postalLabelsGroup" msgid="3727124282406728557">"Endereço"</string>
+    <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
+    <string name="organizationLabelsGroup" msgid="961008074745871784">"Organização"</string>
+    <string name="relationLabelsGroup" msgid="3585294036166325520">"Relacionamento"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data especial"</string>
+    <string name="sms" msgid="8086289395154598654">"Enviar SMS"</string>
+    <string name="postal_address" msgid="7692926530081579786">"Endereço"</string>
+    <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Título"</string>
+    <string name="label_notes" msgid="3997277594846722699">"Notas"</string>
+    <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
+    <string name="websiteLabelsGroup" msgid="8620657380165071493">"Website"</string>
+    <string name="groupsLabel" msgid="3574316547053047551">"Grupos"</string>
+    <string name="email_home" msgid="2230967805906450693">"Enviar e-mail para residencial"</string>
+    <string name="email_mobile" msgid="7532438378678903685">"Enviar e-mail para celular"</string>
+    <string name="email_work" msgid="7065971921227432400">"Enviar e-mail para comercial"</string>
+    <string name="email_other" msgid="4601881243553289615">"Enviar e-mail"</string>
+    <string name="email_custom" msgid="5777583741581538870">"Enviar e-mail para <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="email" msgid="5624424151176351591">"Enviar e-mail"</string>
+    <string name="postal_street" msgid="881349814077356134">"Rua"</string>
+    <string name="postal_pobox" msgid="1799978742074885091">"Caixa postal"</string>
+    <string name="postal_neighborhood" msgid="3721092668038527674">"Bairro"</string>
+    <string name="postal_city" msgid="3173008531169519309">"Cidade"</string>
+    <string name="postal_region" msgid="1695206048198921115">"Estado"</string>
+    <string name="postal_postcode" msgid="6542806670034753265">"CEP"</string>
+    <string name="postal_country" msgid="3988452247038791892">"País"</string>
+    <string name="map_home" msgid="1221397355014741634">"Ver endereço residencial"</string>
+    <string name="map_work" msgid="9015981646907637207">"Ver endereço comercial"</string>
+    <string name="map_other" msgid="55098598855607997">"Ver endereço"</string>
+    <string name="map_custom" msgid="4943554530347163288">"Ver endereço de <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="chat_aim" msgid="6479001490307452172">"Bater papo usando o AIM"</string>
+    <string name="chat_msn" msgid="627481952525245054">"Bater papo usando o Windows Live"</string>
+    <string name="chat_yahoo" msgid="5542489454092719897">"Bater papo usando o Yahoo"</string>
+    <string name="chat_skype" msgid="3145166404699830256">"Bater papo usando o Skype"</string>
+    <string name="chat_qq" msgid="2811762660890755082">"Bater papo usando o QQ"</string>
+    <string name="chat_gtalk" msgid="6043734883347741789">"Bater papo usando o Google Talk"</string>
+    <string name="chat_icq" msgid="7538190395602030726">"Bater papo usando o ICQ"</string>
+    <string name="chat_jabber" msgid="4525546665986350869">"Bater papo usando o Jabber"</string>
+    <string name="chat" msgid="6297650784873558837">"Bater papo"</string>
+    <string name="description_minus_button" msgid="2142439445814730827">"excluir"</string>
+    <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expandir ou recolher campos de nome"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expandir ou recolher campos de nome fonético"</string>
+    <string name="list_filter_all_accounts" msgid="4265359896628915784">"Todos os contatos"</string>
+    <string name="list_filter_all_starred" msgid="9060325494254507806">"Com estrela"</string>
+    <string name="list_filter_customize" msgid="2352794292558465089">"Personalizar"</string>
+    <string name="list_filter_single" msgid="4553809449379139446">"Contato"</string>
+    <string name="display_ungrouped" msgid="3669471582032440138">"Todos os outros contatos"</string>
+    <string name="display_all_contacts" msgid="7251385818740728862">"Todos os contatos"</string>
+    <string name="menu_sync_remove" msgid="6581565236520430269">"Remover sincronização do grupo"</string>
+    <string name="dialog_sync_add" msgid="1795682729089027675">"Adicionar grupo de sincronização"</string>
+    <string name="display_more_groups" msgid="6304997485733158224">"Mais grupos…"</string>
+    <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"A remoção de \"<xliff:g id="GROUP">%s</xliff:g>\" da sincronização também removerá os contatos não agrupados da sincronização."</string>
+    <string name="savingDisplayGroups" msgid="6863012138107446030">"Salvando opções de exibição…"</string>
+    <string name="menu_done" msgid="32470053723443112">"Concluído"</string>
+    <string name="menu_doNotSave" msgid="6012426160993364871">"Cancelar"</string>
+    <string name="listAllContactsInAccount" msgid="755499980092808715">"Contatos em <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Cont. na vis. pers."</string>
+    <string name="listSingleContact" msgid="8525131203887307088">"Contato único"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Salvar contatos importados em:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Importar do cartão SIM"</string>
+    <string name="import_from_sim_summary" msgid="2306434118233541675">"Importar do SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
+    <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importar do SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importar de arquivo .vcf"</string>
+    <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancelar a importação de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
+    <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancelar a exportação de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
+    <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Impossível cancelar imp./export. vCard"</string>
+    <string name="fail_reason_unknown" msgid="8541352164960008557">"Erro desconhecido."</string>
+    <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Não foi possível abrir \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
+    <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Não foi possível iniciar o exportador: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
+    <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Não há contato exportável."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Você desativou uma permissão obrigatória."</string>
+    <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Ocorreu um erro ao exportar: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
+    <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"O nome de arquivo exigido é muito longo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
+    <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Excesso de arquivos vCard no armazenamento."</string>
+    <string name="fail_reason_too_many_vcard" product="default" msgid="3793454448838716962">"Excesso de arquivos vCard no cartão SD."</string>
+    <string name="fail_reason_io_error" msgid="7736686553669161933">"Erro E/S"</string>
+    <string name="fail_reason_low_memory_during_import" msgid="3277485820827338116">"Não há memória suficiente. O arquivo pode ser muito grande."</string>
+    <string name="fail_reason_vcard_parse_error" msgid="514012644716565082">"Não foi possível analisar o vCard por um motivo inesperado."</string>
+    <string name="fail_reason_not_supported" msgid="388664373573337601">"O formato não é suportado."</string>
+    <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Não foi possível coletar informações meta de determinados arquivos vCard."</string>
+    <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Um ou mais arquivos não puderam ser importados (%s)."</string>
+    <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportação de <xliff:g id="FILENAME">%s</xliff:g> concluída."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"A exportação de contatos foi concluída."</string>
+    <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exportação de <xliff:g id="FILENAME">%s</xliff:g> cancelada."</string>
+    <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportando dados do contato"</string>
+    <string name="exporting_contact_list_message" msgid="3955619563572081300">"Seus dados de contato estão sendo exportados para: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
+    <string name="composer_failed_to_get_database_infomation" msgid="7801276776746351694">"Não foi possível obter as informações do banco de dados."</string>
+    <string name="composer_has_no_exportable_contact" product="tablet" msgid="1534625366506752907">"Não há contatos exportáveis. Se você tiver contatos em seu tablet, alguns provedores de dados podem não permitir que os contatos sejam exportados a partir do tablet."</string>
+    <string name="composer_has_no_exportable_contact" product="default" msgid="7063040740576745307">"Não há contatos exportáveis. Se você tiver contatos em seu telefone, alguns provedores de dados podem não permitir que os contatos sejam exportados a partir do telefone."</string>
+    <string name="composer_not_initialized" msgid="6514403866246950877">"O criador do vCard não iniciou corretamente."</string>
+    <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Impossível exportar"</string>
+    <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Os dados de contato não foram exportados.\nMotivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
+    <string name="importing_vcard_description" msgid="7206609625359484356">"Importando <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Não foi possível ler os dados do vCard"</string>
+    <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Leitura dos dados do vCard cancelada"</string>
+    <string name="importing_vcard_finished_title" msgid="5590676758277628951">"Importação do vCard <xliff:g id="FILENAME">%s</xliff:g> concluída"</string>
+    <string name="importing_vcard_canceled_title" msgid="556913863250769870">"Importação do vCard <xliff:g id="FILENAME">%s</xliff:g> cancelada"</string>
+    <string name="vcard_import_will_start_message" msgid="7184603116300604514">"<xliff:g id="FILENAME">%s</xliff:g> será importado em breve."</string>
+    <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"O arquivo será importado em breve."</string>
+    <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"O pedido de importação do vCard foi rejeitado. Tente novamente mais tarde."</string>
+    <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> será exportado em breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"O arquivo será exportado em breve."</string>
+    <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"O pedido de exportação do vCard foi rejeitado. Tente novamente mais tarde."</string>
+    <string name="vcard_unknown_filename" msgid="4832657686149881554">"contato"</string>
+    <string name="caching_vcard_message" msgid="6635485116655518520">"Armazenando VCards em cache no armazenamento temporário local. A importação real começará em breve."</string>
+    <string name="vcard_import_failed" msgid="4105296876768072508">"Não foi possível importar o vCard."</string>
+    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"Nenhum arquivo vCard encontrado no armazenamento."</string>
+    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Nenhum arquivo vCard encontrado no cartão SD."</string>
+    <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contato via NFC"</string>
+    <string name="confirm_export_title" msgid="3240899428149018226">"Exportar contatos?"</string>
+    <string name="caching_vcard_title" msgid="9185299351381102305">"Armazenando em cache"</string>
+    <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Não foi possível verificar o armazenamento. Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\"."</string>
+    <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Não foi possível ler o cartão SD. Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\"."</string>
+    <string name="progress_notifier_message" msgid="359931715339778107">"Importando <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportar p/ arquivo .vcf"</string>
+    <string name="display_options_sort_list_by" msgid="8635268562263708102">"Classificar por"</string>
+    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nome"</string>
+    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Sobrenome"</string>
+    <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato de nome"</string>
+    <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Primeiro o nome"</string>
+    <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Primeiro o sobrenome"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Conta padrão para novos contatos"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Conta de sincronização de metadados de contato"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Sobre Contatos"</string>
+    <string name="share_visible_contacts" msgid="2150662668080757107">"Compartilhar contatos visíveis"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Falha ao compartilhar contatos visíveis."</string>
+    <string name="dialog_import_export" msgid="1125776851100740858">"Importar/exportar contatos"</string>
+    <string name="dialog_import" msgid="5177004290082451296">"Importar contatos"</string>
+    <string name="share_error" msgid="665756457151793108">"Este contato não pode ser compartilhado."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Não há contatos para compartilhar."</string>
+    <string name="menu_search" msgid="7464453023659824700">"Pesquisar"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"Contatos para exibição"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contatos para exibição"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Def. vis. pers."</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"Localizar contatos"</string>
+    <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritos"</string>
+    <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nenhum contato."</string>
+    <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Não há contatos visíveis."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nenhum favorito"</string>
+    <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nenhum contato em <xliff:g id="NAME">%s</xliff:g>"</string>
+    <string name="menu_clear_frequents" msgid="8492322695770647639">"Apagar frequentes"</string>
+    <string name="menu_select_sim" msgid="7814841439832447299">"Selecionar cartão SIM"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gerenciar contas"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Importar/exportar"</string>
+    <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
+    <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
+    <string name="action_menu_back_from_search" msgid="1138551123844019647">"parar de pesquisar"</string>
+    <string name="description_clear_search" msgid="3893511425518852086">"Limpar pesquisa"</string>
+    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"Opções de exibição de contato"</string>
+    <string name="select_account_dialog_title" msgid="5509088895267310568">"Conta"</string>
+    <string name="set_default_account" msgid="3865970860434642695">"Sempre usar esta opção para chamadas"</string>
+    <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ligar com"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Chamada com uma nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escreva uma nota para enviar com a chamada..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIAR E LIGAR"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> itens não lidos. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> itens não lidos. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versão"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licenças de código aberto"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalhes de licença do software de código aberto"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de Privacidade"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Termos de Serviço"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licenças de código aberto"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> verificado"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> não verificado"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Realizar videochamada"</string>
+</resources>
diff --git a/res-common/values-pt-rPT/strings.xml b/res-common/values-pt-rPT/strings.xml
index fe98dde..6e5b27b 100644
--- a/res-common/values-pt-rPT/strings.xml
+++ b/res-common/values-pt-rPT/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texto copiado"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiar para a área de transferência"</string>
     <string name="call_custom" msgid="2786306789889210756">"Telefonar para <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Telefonar para casa"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Telefonar para telemóvel"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contactos"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Outro"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Diretório"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Diretório de trabalho"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Todos os contactos"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Eu"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"A pesquisar…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contactados frequentemente"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Ver contacto"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Todos os contactos com números de telefone"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contactos do perfil de trabalho"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ver atualizações"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Apenas tablet, não sincronizado"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Apenas telemóvel, não sincronizado"</string>
@@ -93,12 +96,12 @@
     <string name="full_name" msgid="885420216812981202">"Nome"</string>
     <string name="name_given" msgid="4153709115654909377">"Nome próprio"</string>
     <string name="name_family" msgid="5317387657540738981">"Apelido"</string>
-    <string name="name_prefix" msgid="8219879405071462309">"Título académico ou profissional"</string>
+    <string name="name_prefix" msgid="8219879405071462309">"Prefixo do nome"</string>
     <string name="name_middle" msgid="3951610314424632183">"Primeiro apelido"</string>
-    <string name="name_suffix" msgid="5436984808550075931">"Título honorífico ou eclesiástico"</string>
+    <string name="name_suffix" msgid="5436984808550075931">"Sufixo do nome"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Nome (fonética)"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Nome próprio fonético"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Primeiro apelido (fonética)"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Nome do meio fonético"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Apelido fonético"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefone"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Email"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chat"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Entidade"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Tipo de relação"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Datas especiais"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data especial"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Endereço"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"eliminar"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expandir ou reduzir campos dos nomes"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expandir ou reduzir campos de nomes fonéticos"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Todos os contactos"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Com estrela"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizar"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contactos em <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Contactos na vista personalizada"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contacto único"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Criar contacto na conta"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Guardar contactos importados em:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importar do cartão SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importar do SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importar do SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importar do armazenamento"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importar de ficheiro .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancelar a importação de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancelar a exportação de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Imposs. cancel. import./export. do vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Não foi possível abrir \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Não foi possível iniciar o exportador: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Não existe um contacto exportável."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Desativou uma autorização obrigatória."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Ocorreu um erro durante a exportação: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Nome de ficheiro demasiado longo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Existem demasiados ficheiros vCard no armazenamento."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Não foi possível recolher meta informações de determinado(s) ficheiro(s) vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Não foi possível importar um ou mais ficheiros (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"A exportação de <xliff:g id="FILENAME">%s</xliff:g> terminou."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Exportação de contactos concluída."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"A exportação de <xliff:g id="FILENAME">%s</xliff:g> foi cancelada."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"A exportar dados do contacto"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Os dados de contactos estão a ser exportados para: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"O compositor vCard não iniciou corretamente."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Impossível exportar"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Os dados de contactos não foram exportados.\nMotivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nenhum armazen. encontrado."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Não foi encontrado nenhum cartão SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"A sua lista de contactos será exportada para o ficheiro: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"A importar <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Não foi possível ler dados do vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"A leitura de dados vCard foi cancelada"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"O ficheiro será importado em breve."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"O pedido de importação do vCard foi rejeitado. Tente novamente mais tarde."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"O <xliff:g id="FILENAME">%s</xliff:g> será exportado em breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"O ficheiro é exportado em breve."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"O pedido de exportação do vCard foi rejeitado. Tente novamente mais tarde."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contacto"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"A colocar vCard(s) em cache no armazenamento temporário local. A importação efetiva começará brevemente."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Não foi encontrado nenhum ficheiro vCard no cartão SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contacto recebido através de NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportar contactos?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Escolher fich. vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importar um ficheiro VCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importar vários ficheiros vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importar todos os ficheiros VCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"A pesquisar dados de vCard no armazenamento..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"A pesquisar dados de vCard no cartão SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"A colocar em cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Não foi possível analisar o armazenamento. (Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Não foi possível analisar o cartão SD. (Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"A importar <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportar para o armazenamento"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportar p/ ficheiro .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Ordenar por"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nome próprio"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Apelido"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato do nome"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Nome próprio em primeiro lugar"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Apelido em primeiro lugar"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Conta predefinida para novos contactos"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Conta de sincronização de metadados de contactos"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Acerca dos Contactos"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Partilhar contactos visíveis"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Falha ao partilhar os contactos visíveis."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importar/exportar contactos"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importar contactos"</string>
     <string name="share_error" msgid="665756457151793108">"Não é possível partilhar este contacto."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Não existem contactos para partilhar."</string>
     <string name="menu_search" msgid="7464453023659824700">"Pesquisar"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contactos a apresentar"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contactos a apresentar"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritos"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Sem contactos."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Sem contactos visíveis"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Sem favoritos."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Sem favoritos"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Sem contactos em <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Limpar frequentes"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Selecionar cartão SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Contas"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gerir contas"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importar/exportar"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"através do <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> através do <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Conta"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Utilizar sempre este para chamadas"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ao telefone com"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Ligar com uma nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escrever uma nota para enviar com a chamada..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIAR E LIGAR"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> itens não lidos. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> item não lido. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versão da compilação"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licenças de código aberto"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalhes da licença para software de código aberto"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de Privacidade"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Termos de Utilização"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licenças de código aberto"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> verificado"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> não verificado"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Efetuar videochamada"</string>
 </resources>
diff --git a/res-common/values-pt/strings.xml b/res-common/values-pt/strings.xml
index d56f632..d5e330d 100644
--- a/res-common/values-pt/strings.xml
+++ b/res-common/values-pt/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texto copiado"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiar para a área de transferência"</string>
     <string name="call_custom" msgid="2786306789889210756">"Ligar para <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Ligar para residência"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Ligar para celular"</string>
@@ -60,7 +61,7 @@
     <string name="sms_work_pager" msgid="499303540738557836">"Enviar SMS para pager comercial"</string>
     <string name="sms_assistant" msgid="2677586547377136683">"Enviar SMS para <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="sms_mms" msgid="4887206338311086612">"Enviar SMS para MMS"</string>
-    <string name="description_video_call" msgid="4907306403398614909">"Fazer vídeo chamada"</string>
+    <string name="description_video_call" msgid="4907306403398614909">"Fazer videochamada"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Apagar contatos frequentes?"</string>
     <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Você apagará a lista de contatos frequentes nos apps Contatos e Telefone, fazendo com que os apps de e-mail tenham que redefinir suas preferências de endereçamento."</string>
     <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Apagando contatos frequentes…"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Contatos"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Outro"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Diretório"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Diretório de trabalho"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Todos os contatos"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Eu"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Pesquisando…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contatos frequentes"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Visualizar contato"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Todos os contatos com números de telefone"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Contatos do perfil de trabalho"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ver atualizações"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Somente tablet, não sincronizado"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Somente telefone, não sincronizado"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organização"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relacionamento"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Datas especiais"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data especial"</string>
     <string name="sms" msgid="8086289395154598654">"Enviar SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Endereço"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Empresa"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Bater papo"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"excluir"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expandir ou recolher campos de nome"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expandir ou recolher campos de nome fonético"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Todos os contatos"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Com estrela"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizar"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"Concluído"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Cancelar"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Contatos em <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Contatos na visualização personalizada"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Cont. na vis. pers."</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Contato único"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Criar contato na conta"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Salvar contatos importados em:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importar do cartão SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importar do SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importar do SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importar do armazenamento"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importar de arquivo .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Cancelar a importação de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Cancelar a exportação de <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Impossível cancelar imp./export. vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Não foi possível abrir \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Não foi possível iniciar o exportador: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Não há contato exportável."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Você desativou uma permissão obrigatória."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Ocorreu um erro ao exportar: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"O nome de arquivo exigido é muito longo (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Excesso de arquivos vCard no armazenamento."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Não foi possível coletar informações meta de determinados arquivos vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Um ou mais arquivos não puderam ser importados (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportação de <xliff:g id="FILENAME">%s</xliff:g> concluída."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"A exportação de contatos foi concluída."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exportação de <xliff:g id="FILENAME">%s</xliff:g> cancelada."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Exportando dados do contato"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Seus dados de contato estão sendo exportados para: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"O criador do vCard não iniciou corretamente."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Impossível exportar"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Os dados de contato não foram exportados.\nMotivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nenhum armazenamento foi encontrado."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nenhum cartão SD foi encontrado."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Sua lista de contatos será exportada para o arquivo: <xliff:g id="VCARD_FILENAME">%s</xliff:g> ."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importando <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Não foi possível ler os dados do vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Leitura dos dados do vCard cancelada"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"O arquivo será importado em breve."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"O pedido de importação do vCard foi rejeitado. Tente novamente mais tarde."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> será exportado em breve."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"O arquivo será exportado em breve."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"O pedido de exportação do vCard foi rejeitado. Tente novamente mais tarde."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contato"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Armazenando VCards em cache no armazenamento temporário local. A importação real começará em breve."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Nenhum arquivo vCard encontrado no cartão SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Contato via NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportar contatos?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Escolha o arquivo vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importar um arquivo vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importar vários arquivos vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importar todos os arquivos vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Procurando dados do vCard no armazenamento..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Procurando dados do vCard no cartão SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Armazenando em cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Não foi possível verificar o armazenamento. Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\"."</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Não foi possível ler o cartão SD. Motivo: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\"."</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importando <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportar para o armazenamento"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportar p/ arquivo .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Classificar por"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Nome"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Sobrenome"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formato de nome"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Primeiro o nome"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Primeiro o sobrenome"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Conta padrão para novos contatos"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Conta de sincronização de metadados de contato"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Sobre Contatos"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Compartilhar contatos visíveis"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Falha ao compartilhar contatos visíveis."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importar/exportar contatos"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importar contatos"</string>
     <string name="share_error" msgid="665756457151793108">"Este contato não pode ser compartilhado."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Não há contatos para compartilhar."</string>
     <string name="menu_search" msgid="7464453023659824700">"Pesquisar"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Contatos para exibição"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Contatos para exibição"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definir visualização personalizada"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Def. vis. pers."</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Localizar contatos"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoritos"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nenhum contato."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Não há contatos visíveis."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Nenhum favorito."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nenhum favorito"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nenhum contato em <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Apagar frequentes"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Selecionar cartão SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Contas"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gerenciar contas"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importar/exportar"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Conta"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Sempre usar esta opção para chamadas"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ligar com"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Chamada com uma nota"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Escreva uma nota para enviar com a chamada..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ENVIAR E LIGAR"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> itens não lidos. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> itens não lidos. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versão"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licenças de código aberto"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalhes de licença do software de código aberto"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Política de Privacidade"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Termos de Serviço"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licenças de código aberto"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> verificado"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> não verificado"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Realizar videochamada"</string>
 </resources>
diff --git a/res-common/values-ro/strings.xml b/res-common/values-ro/strings.xml
index 92525b6..68c36d9 100644
--- a/res-common/values-ro/strings.xml
+++ b/res-common/values-ro/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text copiat"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Copiați în clipboard"</string>
     <string name="call_custom" msgid="2786306789889210756">"Apelaţi <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Apelaţi numărul de domiciliu"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Apelaţi numărul de mobil"</string>
@@ -39,27 +40,27 @@
     <string name="call_work_pager" msgid="3036932765279753793">"Apelaţi numărul de pager de serviciu"</string>
     <string name="call_assistant" msgid="5188990854852312696">"Apelaţi <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="call_mms" msgid="8998771923464696960">"Apelaţi MMS"</string>
-    <string name="sms_custom" msgid="4601748252470175865">"Trimiteţi un mesaj text către <xliff:g id="CUSTOM">%s</xliff:g>"</string>
-    <string name="sms_home" msgid="7765831490534280540">"Trimiteţi un mesaj text către telefonul de domiciliu"</string>
-    <string name="sms_mobile" msgid="8387632124165893103">"Trimiteţi un mesaj text către numărul de mobil"</string>
-    <string name="sms_work" msgid="3910570578912367742">"Trimiteţi un mesaj text către numărul de serviciu"</string>
-    <string name="sms_fax_work" msgid="909086167151248212">"Trimiteţi un mesaj text către un număr de fax de serviciu"</string>
-    <string name="sms_fax_home" msgid="4145442497939634875">"Trimiteţi un mesaj text către un număr de fax de domiciliu"</string>
-    <string name="sms_pager" msgid="5664381349583724906">"Trimiteţi un mesaj text către un număr de pager"</string>
-    <string name="sms_other" msgid="910895193552957097">"Trimiteţi un mesaj text"</string>
-    <string name="sms_callback" msgid="728414485478941361">"Trimiteţi un mesaj text către un număr cu apelare inversă"</string>
-    <string name="sms_car" msgid="8543669230270954512">"Trimiteţi un mesaj text către un număr de telefon de maşină"</string>
-    <string name="sms_company_main" msgid="5441902128445061862">"Trimiteţi un mesaj text către numărul principal al companiei"</string>
-    <string name="sms_isdn" msgid="7142483128948042667">"Trimiteţi un mesaj text către un număr ISDN"</string>
-    <string name="sms_main" msgid="6815987840926184815">"Trimiteţi un mesaj text către numărul principal"</string>
-    <string name="sms_other_fax" msgid="8649822154879781466">"Trimiteţi un mesaj text către un număr de fax"</string>
-    <string name="sms_radio" msgid="8750339218480745940">"Trimiteţi un mesaj text către un număr radio"</string>
-    <string name="sms_telex" msgid="5469333785775443999">"Trimiteţi un mesaj text către un număr de telex"</string>
-    <string name="sms_tty_tdd" msgid="5057886576150816002">"Trimiteţi un mesaj text către TTY/TDD"</string>
-    <string name="sms_work_mobile" msgid="8426872094268475047">"Trimiteţi un mesaj text către numărul de mobil de serviciu"</string>
-    <string name="sms_work_pager" msgid="499303540738557836">"Trimiteţi un mesaj text către un număr de pager de serviciu"</string>
-    <string name="sms_assistant" msgid="2677586547377136683">"Trimiteţi un mesaj text către <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
-    <string name="sms_mms" msgid="4887206338311086612">"Trimiteţi un mesaj text către un număr MMS"</string>
+    <string name="sms_custom" msgid="4601748252470175865">"Trimiteți un mesaj text către <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="sms_home" msgid="7765831490534280540">"Trimiteți un mesaj text către telefonul de domiciliu"</string>
+    <string name="sms_mobile" msgid="8387632124165893103">"Trimiteți un mesaj text către numărul de mobil"</string>
+    <string name="sms_work" msgid="3910570578912367742">"Trimiteți un mesaj text către numărul de serviciu"</string>
+    <string name="sms_fax_work" msgid="909086167151248212">"Trimiteți un mesaj text către un număr de fax de serviciu"</string>
+    <string name="sms_fax_home" msgid="4145442497939634875">"Trimiteți un mesaj text către un număr de fax de domiciliu"</string>
+    <string name="sms_pager" msgid="5664381349583724906">"Trimiteți un mesaj text către un număr de pager"</string>
+    <string name="sms_other" msgid="910895193552957097">"Trimiteți un mesaj text"</string>
+    <string name="sms_callback" msgid="728414485478941361">"Trimiteți un mesaj text către un număr cu apelare inversă"</string>
+    <string name="sms_car" msgid="8543669230270954512">"Trimiteți un mesaj text către un număr de telefon de maşină"</string>
+    <string name="sms_company_main" msgid="5441902128445061862">"Trimiteți un mesaj text către numărul principal al companiei"</string>
+    <string name="sms_isdn" msgid="7142483128948042667">"Trimiteți un mesaj text către un număr ISDN"</string>
+    <string name="sms_main" msgid="6815987840926184815">"Trimiteți un mesaj text către numărul principal"</string>
+    <string name="sms_other_fax" msgid="8649822154879781466">"Trimiteți un mesaj text către un număr de fax"</string>
+    <string name="sms_radio" msgid="8750339218480745940">"Trimiteți un mesaj text către un număr radio"</string>
+    <string name="sms_telex" msgid="5469333785775443999">"Trimiteți un mesaj text către un număr de telex"</string>
+    <string name="sms_tty_tdd" msgid="5057886576150816002">"Trimiteți un mesaj text către TTY/TDD"</string>
+    <string name="sms_work_mobile" msgid="8426872094268475047">"Trimiteți un mesaj text către numărul de mobil de serviciu"</string>
+    <string name="sms_work_pager" msgid="499303540738557836">"Trimiteți un mesaj text către un număr de pager de serviciu"</string>
+    <string name="sms_assistant" msgid="2677586547377136683">"Trimiteți un mesaj text către <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
+    <string name="sms_mms" msgid="4887206338311086612">"Trimiteți un mesaj text către un număr MMS"</string>
     <string name="description_video_call" msgid="4907306403398614909">"Inițiați un apel video"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Ștergeţi pers. frecvent contactate?"</string>
     <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Veți șterge lista persoanelor contactate frecvent din aplicațiile Agendă și Telefon și veți forța aplicațiile de e-mail să vă învețe preferințele pentru adrese de la zero."</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Agendă"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Altele"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Director"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Directorul de serviciu"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Toată Agenda"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Eu"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Se caută…"</string>
@@ -86,6 +88,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Contactate frecvent"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Afişaţi persoana de contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Toate persoanele de contact cu numere de telefon"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Persoane de contact din profilul de serviciu"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Afişaţi actualizări"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Numai pe tabletă, nesincronizată"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Numai pe telefon, nesincronizată"</string>
@@ -103,11 +106,11 @@
     <string name="name_phonetic_family" msgid="1572398622239414464">"Nume fonetic"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Adrese de e-mail"</string>
-    <string name="postalLabelsGroup" msgid="3727124282406728557">"Adrese poştale"</string>
+    <string name="postalLabelsGroup" msgid="3727124282406728557">"Adrese poștale"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
-    <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizaţie"</string>
+    <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizație"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relaţie"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Date speciale"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Dată specială"</string>
     <string name="sms" msgid="8086289395154598654">"Mesaj text"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresă poştală"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Companie"</string>
@@ -116,12 +119,12 @@
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Site web"</string>
     <string name="groupsLabel" msgid="3574316547053047551">"Grupuri"</string>
-    <string name="email_home" msgid="2230967805906450693">"Trimiteţi un e-mail la o adresă de e-mail de domiciliu"</string>
-    <string name="email_mobile" msgid="7532438378678903685">"Trimiteţi un e-mail către un telefon mobil"</string>
-    <string name="email_work" msgid="7065971921227432400">"Trimiteţi un e-mail la o adresă de e-mail de serviciu"</string>
-    <string name="email_other" msgid="4601881243553289615">"Trimiteţi un e-mail"</string>
-    <string name="email_custom" msgid="5777583741581538870">"Trimiteţi un e-mail la <xliff:g id="CUSTOM">%s</xliff:g>"</string>
-    <string name="email" msgid="5624424151176351591">"Trimiteţi un e-mail"</string>
+    <string name="email_home" msgid="2230967805906450693">"Trimiteți un e-mail la o adresă de e-mail de domiciliu"</string>
+    <string name="email_mobile" msgid="7532438378678903685">"Trimiteți un e-mail către un telefon mobil"</string>
+    <string name="email_work" msgid="7065971921227432400">"Trimiteți un e-mail la o adresă de e-mail de serviciu"</string>
+    <string name="email_other" msgid="4601881243553289615">"Trimiteți un e-mail"</string>
+    <string name="email_custom" msgid="5777583741581538870">"Trimiteți un e-mail la <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="email" msgid="5624424151176351591">"Trimiteți un e-mail"</string>
     <string name="postal_street" msgid="881349814077356134">"Stradă"</string>
     <string name="postal_pobox" msgid="1799978742074885091">"Căsuţă poştală"</string>
     <string name="postal_neighborhood" msgid="3721092668038527674">"Cartier"</string>
@@ -129,10 +132,10 @@
     <string name="postal_region" msgid="1695206048198921115">"Stat"</string>
     <string name="postal_postcode" msgid="6542806670034753265">"Cod poştal"</string>
     <string name="postal_country" msgid="3988452247038791892">"Țară"</string>
-    <string name="map_home" msgid="1221397355014741634">"Vizualizaţi adresa de domiciliu"</string>
-    <string name="map_work" msgid="9015981646907637207">"Vizualizaţi adresa de serviciu"</string>
-    <string name="map_other" msgid="55098598855607997">"Vizualizaţi adresa poştală"</string>
-    <string name="map_custom" msgid="4943554530347163288">"Vizualizaţi adresa <xliff:g id="CUSTOM">%s</xliff:g>"</string>
+    <string name="map_home" msgid="1221397355014741634">"Vizualizați adresa de domiciliu"</string>
+    <string name="map_work" msgid="9015981646907637207">"Vizualizați adresa de serviciu"</string>
+    <string name="map_other" msgid="55098598855607997">"Vizualizați adresa poştală"</string>
+    <string name="map_custom" msgid="4943554530347163288">"Vizualizați adresa <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="chat_aim" msgid="6479001490307452172">"Conversaţi prin AIM"</string>
     <string name="chat_msn" msgid="627481952525245054">"Conversaţi prin Windows Live"</string>
     <string name="chat_yahoo" msgid="5542489454092719897">"Conversaţi prin Yahoo"</string>
@@ -142,8 +145,9 @@
     <string name="chat_icq" msgid="7538190395602030726">"Conversaţi prin ICQ"</string>
     <string name="chat_jabber" msgid="4525546665986350869">"Conversaţi prin Jabber"</string>
     <string name="chat" msgid="6297650784873558837">"Conversaţi prin chat"</string>
-    <string name="description_minus_button" msgid="2142439445814730827">"ştergeţi"</string>
-    <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Extindeţi sau restrângeţi câmpurile pentru nume"</string>
+    <string name="description_minus_button" msgid="2142439445814730827">"ștergeți"</string>
+    <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Extindeţi sau restrângeți câmpurile pentru nume"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Extindeți sau restrângeți câmpurile pentru nume fonetice"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Toată agenda"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Cu stea"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizați"</string>
@@ -160,11 +164,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Agenda din <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Agenda în afișarea personalizată"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"O singură persoană de contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Creați o persoană de contact în contul"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Salvați persoanele de contact importate în:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importați de pe cardul SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importați de pe cardul SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importați de pe cardul SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importați din stocare"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importați din fișier .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Anulați importul fișierului <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Anulați exportul fișierului <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Anulare import/export vCard nereușită"</string>
@@ -172,6 +176,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Nu s-a putut deschide fișierul „<xliff:g id="FILE_NAME">%s</xliff:g>”: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nu s-a putut inițializa instrumentul de export: „<xliff:g id="EXACT_REASON">%s</xliff:g>”"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nu există persoane de contact care să poată fi exportate."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Ați dezactivat o permisiune necesară."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"A apărut o eroare în timpul exportului: „<xliff:g id="EXACT_REASON">%s</xliff:g>”."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Numele de fișier solicitat este prea lung („<xliff:g id="FILENAME">%s</xliff:g>”)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Există prea multe fișiere vCard în stocare."</string>
@@ -183,6 +188,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Nu s-au putut colecta metainformațiile pentru fișierele vCard indicate."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Unul sau mai multe fișiere nu s-au putut importa (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"S-a finalizat exportul fișierului <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Persoanele de contact au fost exportate."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exportul fișierului <xliff:g id="FILENAME">%s</xliff:g> a fost anulat."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Se exportă datele persoanelor de contact"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Datele persoanelor de contact se exportă în fișierul: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -192,9 +198,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Editorul de vCard nu a pornit în mod corespunzător."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Nu s-a putut exporta"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Datele persoanelor de contact nu au fost exportate.\nMotivul: „<xliff:g id="FAIL_REASON">%s</xliff:g>”"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nu s-a găsit o stocare."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nu s-a găsit un card SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Lista cu persoane de contact va fi exportată în fișierul: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Se importă <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nu s-au putut citi datele de pe vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Citirea datelor vCard a fost anulată"</string>
@@ -204,6 +207,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Fișierul va fi importat în curând."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Solicitarea de import a fișierului vCard a fost respinsă. Încercați din nou mai târziu."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> va fi exportat în curând."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Fișierul va fi exportat în curând."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Solicitarea de export a fișierului vCard a fost respinsă. Încercați din nou mai târziu."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"persoană de contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Fișierele vCard se stochează în memoria cache într-un spațiu de stocare local temporar. Importul propriu-zis va începe în curând."</string>
@@ -212,27 +216,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Nu s-a găsit niciun fișier vCard pe cardul SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Persoană primită prin NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportați agenda?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Alegeți fișier vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importați un fișier vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importați fișiere multiple vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importați toate fișierele vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Se caută date vCard în stocare…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Se caută date vCard pe cardul SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Se stochează în cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Stocarea nu s-a putut scana. (Motivul: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Cardul SD nu s-a putut scana. (Motivul: „<xliff:g id="FAIL_REASON">%s</xliff:g>”)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Se importă <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportați în stocare"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportați ca fișier .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortați după"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Prenume"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Nume"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format pentru nume"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Întâi prenumele"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Întâi numele"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Contul prestabilit pentru persoanele de contact noi"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Contul de sincronizare a metadatelor pentru persoanele de contact"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Despre Agendă"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Distribuiți persoanele de contact vizibile"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Persoanele de contact vizibile nu au putut fi trimise."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importați/exportați agenda"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importați agenda"</string>
-    <string name="share_error" msgid="665756457151793108">"Această persoană de contact nu poate fi distribuită."</string>
+    <string name="share_error" msgid="665756457151793108">"Nu se poate permite accesul la această intrare."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nu există persoane de contact de trimis."</string>
     <string name="menu_search" msgid="7464453023659824700">"Căutați"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Agendă de afișat"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Agendă de afișat"</string>
@@ -241,12 +244,12 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Preferate"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nicio persoană de contact."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nicio persoană de contact nu este vizibilă."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Nu există preferate."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nu există preferate"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nicio persoană de contact în <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Ștergeți contacte frecvente"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Selectați cardul SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Conturi"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"Importați/exportați"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Gestionați conturile"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Importați/Exportați"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"prin <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> prin <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"nu mai căutați"</string>
@@ -255,4 +258,23 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Cont"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Utilizați mereu pentru apeluri"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Apelați cu"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Apelați împreună cu o notă"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Introduceți o notă ca să o trimiteți împreună cu apelul..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"TRIMITEȚI ȘI APELAȚI"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> elemente necitite. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> de elemente necitite. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> element necitit. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versiunea"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licențe open source"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detalii privind licența pentru software-ul open source"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Politica de confidențialitate"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Termeni și condiții"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licențe open source"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Contul <xliff:g id="ACCOUNT_INFO">%s</xliff:g> este selectat"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Contul <xliff:g id="ACCOUNT_INFO">%s</xliff:g> nu este selectat"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Efectuați un apel video"</string>
 </resources>
diff --git a/res-common/values-ru/strings.xml b/res-common/values-ru/strings.xml
index 87f8450..a762ef4 100644
--- a/res-common/values-ru/strings.xml
+++ b/res-common/values-ru/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текст скопирован"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Копировать в буфер обмена"</string>
     <string name="call_custom" msgid="2786306789889210756">"Вызов:<xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Домашний"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Мобильный"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Контакты"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Другое"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Каталог"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Каталог контактов из рабочего профиля"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Все контакты"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Я"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Поиск…"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Часто набираемые"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Показать сведения о контакте"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Контакты с номерами телефонов"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Контакты из рабочего профиля"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Просмотреть обновления"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Только планшетный ПК, без синхронизации"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Только телефон, без синхронизации"</string>
@@ -108,7 +111,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Чат"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Организация"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Связи"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Значимые даты"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Определенная дата"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Адрес"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Организация"</string>
@@ -145,6 +148,7 @@
     <string name="chat" msgid="6297650784873558837">"Чат"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"удалить"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Показать/скрыть дополнительные поля"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Показать или скрыть поля с транскрипцией имени"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Все контакты"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Помеченные"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Настроить"</string>
@@ -161,11 +165,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Контакты аккаунта \"<xliff:g id="NAME">%s</xliff:g>\""</string>
     <string name="listCustomView" msgid="1915154113477432033">"Пользовательский фильтр"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Один контакт"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Создать контакт в аккаунте"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Куда сохранить контакты?"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Импорт с SIM-карты"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Импорт с SIM-карты <xliff:g id="SIM_NAME">^1</xliff:g> (<xliff:g id="SIM_NUMBER">^2</xliff:g>)"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Импорт с SIM-карты <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Импорт с накопителя"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Импортировать из файла VCF"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Отменить импорт файла \"<xliff:g id="FILENAME">%s</xliff:g>\"?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Отменить экспорт файла \"<xliff:g id="FILENAME">%s</xliff:g>\"?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Не удалось отменить импорт/экспорт vCard"</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Не удалось открыть файл \"<xliff:g id="FILE_NAME">%s</xliff:g>\". <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Не удалось запустить инструмент экспорта. <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Нет контактов для экспорта."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Отсутствует необходимое разрешение."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Произошла ошибка экспорта. <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Слишком длинное название файла (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Слишком много файлов vCard на накопителе."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Не удалось собрать метаданные файлов vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Не удалось импортировать один или несколько файлов (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Экспорт файла \"<xliff:g id="FILENAME">%s</xliff:g>\" завершен"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Экспорт контактов завершен."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Экспорт файла \"<xliff:g id="FILENAME">%s</xliff:g>\" отменен"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Экспорт данных контакта"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Данные экспортируются в файл \"<xliff:g id="FILE_NAME">%s</xliff:g>\"."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Сбой при запуске редактора vCard."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Ошибка экспорта"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Не удалось экспортировать данные.\nПричина: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Накопитель не обнаружен"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD-карта не обнаружена"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Список контактов будет экспортирован в файл \"<xliff:g id="VCARD_FILENAME">%s</xliff:g>\"."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Импорт файла \"<xliff:g id="NAME">%s</xliff:g>\"…"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Данные файла vCard не прочитаны"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Чтение данных vCard отменено"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Импорт файла скоро начнется."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Запрос на импорт данных vCard отклонен. Повторите попытку позже."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Экспорт файла \"<xliff:g id="FILENAME">%s</xliff:g>\" скоро начнется."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Файл будет экспортирован в ближайшее время."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Запрос на экспорт данных vCard отклонен. Повторите попытку позже."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"контакт"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Выполняется кеширование файлов vCard в локальное временное хранилище, после чего начнется импорт."</string>
@@ -213,40 +217,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"На SD-карте нет файлов vCard."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Получено по NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Экспортировать контакты?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Выберите файл vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Импорт одного файла vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Импорт нескольких файлов vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Импорт всех файлов vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Поиск данных vCard на накопителе…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Поиск данных vCard на SD-карте…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кеширование…"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Не удалось сканировать накопитель. <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Не удалось сканировать SD-карту. <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Импорт <xliff:g id="CURRENT_NUMBER">%s</xliff:g> из <xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>..."</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Экспорт на накопитель"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Экспортировать в файл VCF"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Сортировка"</string>
-    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Имя"</string>
-    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Фамилия"</string>
+    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"По имени"</string>
+    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"По фамилии"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Формат имени"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Сначала имя"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Сначала фамилия"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Аккаунт по умолчанию для новых контактов"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Синхронизируемый аккаунт метаданных контактов"</string>
+    <string name="setting_about" msgid="3926137653588942297">"О Контактах"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Передать видимые контакты"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Не удалось поделиться видимыми контактами."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Импорт/экспорт контактов"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Импорт контактов"</string>
     <string name="share_error" msgid="665756457151793108">"Не удалось передать данные"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Доступных контактов нет"</string>
     <string name="menu_search" msgid="7464453023659824700">"Поиск"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Фильтр контактов"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Фильтр контактов"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Выберите группы контактов"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Выберите группы"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Поиск контактов"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Избранное"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Нет контактов"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Нет видимых контактов"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Нет избранных контактов"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Здесь пока ничего нет"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Нет контактов в группе \"<xliff:g id="NAME">%s</xliff:g>\""</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Очистить популярные"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Выбрать SIM-карту"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Аккаунты"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Управление аккаунтами"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Импорт/экспорт"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"в <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> в <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Аккаунт"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Всегда использовать для звонков"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Аккаунт для звонка"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Написать сообщение абоненту"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Введите текст…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ОТПРАВИТЬ СООБЩЕНИЕ И ПОЗВОНИТЬ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"><xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитанный элемент. </item>
+      <item quantity="few"><xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитанных элемента. </item>
+      <item quantity="many"><xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитанных элементов. </item>
+      <item quantity="other"><xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитанного элемента. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Версия сборки"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Лицензии на ПО с открытым исходным кодом"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Сведения о лицензиях на ПО с открытым исходным кодом"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Политика конфиденциальности"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Условия использования"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Лицензии открытого ПО"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Аккаунт <xliff:g id="ACCOUNT_INFO">%s</xliff:g> выбран"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Аккаунт <xliff:g id="ACCOUNT_INFO">%s</xliff:g> не выбран"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Видеовызов"</string>
 </resources>
diff --git a/res-common/values-si-rLK/strings.xml b/res-common/values-si-rLK/strings.xml
index 3c821c9..e32a23b 100644
--- a/res-common/values-si-rLK/strings.xml
+++ b/res-common/values-si-rLK/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"පෙළ පිටපත් කරන ලදී"</string>
+    <string name="copy_text" msgid="3424081789297978355">"පසුරු පුවරුවට පිටපත් කරන්න"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> අමතන්න"</string>
     <string name="call_home" msgid="1479549630992276827">"ගෙදර අමතන්න"</string>
     <string name="call_mobile" msgid="8618334085824709009">"ජංගම දුරකථනය අමතන්න"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"සම්බන්ධතා"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"වෙනත්"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"නාමාවලිය"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"කාර්යාල සම්බන්ධතා නාමාවලිය"</string>
     <string name="local_search_label" msgid="9094584931063745728">"සියලුම සම්බන්ධතා"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"මම"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"සොයමින්..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"නිතරම සම්බන්ධ වන"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"සම්බන්ධතාව පෙන්වන්න"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"දුරකථන අංක සහිත සම්බන්ධතා"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"කාර්යාල පැතිකඩ සම්බන්ධතා"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"යාවත්කාලීන වීම් පෙන්වන්න"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"ටැබ්ලට්-පමණි, සමමුහුර්ත නොකරන"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"දුරකථනය-පමණි, සමමුහුර්ත නොකරනලද"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"සංවිධානය"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ඥාතිත්වය"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"විශේෂ දින"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"විශේෂ දිනය"</string>
     <string name="sms" msgid="8086289395154598654">"පෙළ පණිවුඩය"</string>
     <string name="postal_address" msgid="7692926530081579786">"ලිපිනය"</string>
     <string name="ghostData_company" msgid="22470841482615409">"සමාගම"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"කතාබස්"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"මකන්න"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"නම් ක්ෂේත්‍ර විහිදන්න හෝ හකුළන්න"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ශබ්දිම නම් ක්ෂේත්‍ර විහිදීම හෝ හැකිළීම"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"සියලුම සම්බන්ධතා"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"තරුව සලකුණු කළ"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"අභිරුචිකරණය"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> හි සම්බන්ධතා"</string>
     <string name="listCustomView" msgid="1915154113477432033">"අභිරුචි පෙනුමේ සම්බන්ධතා"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"එක් සම්බන්ධතාවය"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"ගිණුම යටතේ සම්බන්ධතාවය නිර්මාණය කරන්න"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"ආයාත කළ සම්බන්ධතා මෙහි සුරකින්න:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM පතෙන් ආයාත කරන්න"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> වෙතින් ආයාත කරන්න"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM <xliff:g id="SIM_NAME">%1$s</xliff:g> වෙතින් ආයාත කරන්න"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"ආචයනයෙන් ආයාත කරන්න"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ගොනු වෙතින් ආයාත කිරීම"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> ආයාත කිරීම අවලංගු කරන්නද?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> නිර්යාත කිරීම අවලංගු කරන්නද?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard ආයාත/නිර්යාත කිරීම අවලංගු කළ නොහැක"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" විවෘත කිරීමට නොහැක: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"නිර්යාතකරු පටන් ගැනීමට නොහැක: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"නිර්යාත කළ හැකි සම්බන්ධතාවයක් නොමැත."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"ඔබ අවශ්‍ය අවසරයක් අබල කර ඇත."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"නිර්යාතය අතරතුර දෝෂයක් සිදු විය: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"අවශ්‍ය කරන ගොනු නම දිග වැඩිය (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"ආචයනයේ vCard ගොනු ඉතා විශාල ප්‍රමාණයක් ඇත."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"ලබාදුන් vCard ගොනු(ව) වල පාර දත්ත එකතු කළ නොහැකි විය."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ගොනු එකක් හෝ කිහිපයක් ආයාත කිරීමට නොහැකි විය (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> නිර්යාත කිරීම සම්පූර්ණ කෙරුණි."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"සම්බන්ධතා නිර්යාත කිරීම සම්පූර්ණ කෙරුණි."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> නිර්යාත කිරීම අවලංගු කෙරුණි."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"සම්බන්ධතා දත්ත නිර්යාත කිරීම"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"<xliff:g id="FILE_NAME">%s</xliff:g> වෙත ඔබගේ සම්බන්ධතා දත්ත නිර්යාත කරමින් පවතී."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard සකසනය නිවැරදිව පටන් ගත්තේ නැත."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"නිර්යාත කළ නොහැකි වීය"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"සම්බන්ධතා දත්ත නිර්යාත නොකරන ලදි.\nහේතුව: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ආචයනයක් සොයා නොගන්නා ලදී."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD පතක් සොයා නොගන්නා ලදී."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"ඔබගේ සම්බන්ධතා ලැයිස්තුව පහත ගොනුවට නිර්යාත කරනු ඇත: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> ආයාත කරමින්"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard දත්ත කියවිය නොහැක විය"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard දත්ත කියවීම අවලංගු කෙරුණි"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ගොනුව කෙටි වේලාවකින් ආයාත කරනු ඇත."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard ආයාත ඉල්ලීම ප්‍රතික්ෂේප කරන ලදි. පසුව නැවත උත්සාහ කරන්න."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> කෙටි වේලාවකින් නිර්යාත කරනු ඇත."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ගොනුව කෙටි වේලාවකින් නිර්යාත කරනු ඇත."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard නිර්යාත අයැදුම ප්‍රතික්ෂේප කරන ලදි. පසුව නැවත උත්සාහ කරන්න."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"සම්බන්ධතාවය"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"පෙදෙසි තාවකාලික ආචයනයට vCard(s) හැඹිලිගත කරමින් පවතී. සැබෑ ආයාත කිරීම ඉක්මනින් පටන් ගනු ඇත."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD පතෙහි vCard ගොනුවක් සොයා නොගන්නා ලදී."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC හරහා සම්බන්ධතාව ලැබුණි"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"සම්බන්ධතා නිර්යාත කරන්නද?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ගොනුව තෝරන්න"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"එක් vCard ගොනුවක් ආයාත කරන්න"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"vCard ගොනු කිහිපයක් ආයාත කරන්න"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"සියලු vCard ගොනු ආයාත කරන්න"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"ආචයනය තුළ vCard දත්ත සඳහා සොයමින්..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD පත තුළ vCard දත්ත සඳහා සොයමින්..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"හැඹිලි ගත කරමින්"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ආචයනය පරිලෝකනය කළ නොහැක. (හේතුව: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD පත පරිලෝකනය කළ නොහැකි විය. (හේතුව: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g> ආයාත කරමින්"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ආචයනය වෙත නිර්යාත කරන්න"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ගොනු වෙත නිර්යාත කිරීම"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"අනුපිළිවෙලට සකසා ඇත්තේ"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"පළමු නම"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"අවසාන නම"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"නමේ ආකෘතිය"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"මුල් නම මුලින්ම"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"අවසාන නම මුලින්ම"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"නව සම්බන්ධතා සඳහා පෙරනිමි ගිණුම"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"සම්බන්ධතා පාරදත්ත සමමුහුර්ත ගිණුම"</string>
+    <string name="setting_about" msgid="3926137653588942297">"සම්බන්ධතා ගැන"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"පෙනෙන සම්බන්ධතා බෙදාගන්න"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"දෘශ්‍යමාන සම්බන්ධතා බෙදා ගැනීම අසාර්ථක විය."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"සම්බන්ධතා ආයාත/නිර්යාත කිරීම"</string>
     <string name="dialog_import" msgid="5177004290082451296">"සම්බන්ධතා ආයාත කරන්න"</string>
     <string name="share_error" msgid="665756457151793108">"මෙම සම්බන්ධතාව බෙදා ගත නොහැක."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"බෙදාගැනීමට සම්බන්ධතා නොමැත."</string>
     <string name="menu_search" msgid="7464453023659824700">"සෙවීම"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"පෙන්වීමට සම්බන්ධතා"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"පෙන්වීමට සම්බන්ධතා"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"ප්‍රියතම"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"සම්බන්ධතා නැත."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"දෘශ්‍ය සම්බන්ධතා නැත."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ප්‍රියතමයන් නැත."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ප්‍රියතම නැත"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> හි සම්බන්ධතා නැත"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"නිතරමයන් හිස් කරන්න"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM කාඩ්පත තෝරන්න"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"ගිණුම්"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"ගිණුම් කළමනාකරණය කරන්න"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"ආයාත/නිර්යාත"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> හරහා"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> මඟින් <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"ගිණුම"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ඇමතුම් සඳහා මෙම එක සැමවිටම භාවිතා කරන්න"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"සමඟ අමතන්න"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"සටහනක් සමගින් අමතන්න"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"ඇමතුම සමග යැවීමට සටහනක් ටයිප් කරන්න ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"යවන්න සහ අමතන්න"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. නොකියවූ අයිතම <xliff:g id="COUNT_3">%2$d</xliff:g>. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. නොකියවූ අයිතම <xliff:g id="COUNT_3">%2$d</xliff:g>. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"තැනුම් අනුවාදය"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"විවෘත මූලාශ්‍ර බලපත්‍ර"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"විවෘත මූලාශ්‍ර මෘදුකාංග සඳහා බලපත්‍ර විස්තර"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"රහස්‍යතා ප්‍රතිපත්තිය"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"සේවා නියම"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"විවෘත මූලාශ්‍ර බලපත්‍ර"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ලකුණු කරන ලදී"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ලකුණු කර නැත"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"වීඩියෝ ඇමතුම සිදු කිරීම"</string>
 </resources>
diff --git a/res-common/values-sk/strings.xml b/res-common/values-sk/strings.xml
index 50db126..6e3315e 100644
--- a/res-common/values-sk/strings.xml
+++ b/res-common/values-sk/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Text bol skopírovaný"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopírovať do schránky"</string>
     <string name="call_custom" msgid="2786306789889210756">"Volať kontakt <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Volať na domáci telefón"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Volať na mobil"</string>
@@ -70,9 +71,10 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakty"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Iné"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Adresár"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Pracovný adresár"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Všetky kontakty"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ja"</string>
-    <string name="search_results_searching" msgid="9022794597388306615">"Hľadá sa..."</string>
+    <string name="search_results_searching" msgid="9022794597388306615">"Hľadá sa…"</string>
     <string name="foundTooManyContacts" msgid="3060037437459313616">"Našlo sa viac ako <xliff:g id="COUNT">%d</xliff:g>."</string>
     <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Žiadne kontakty"</string>
     <plurals name="searchFoundContacts" formatted="false" msgid="4016164064185890420">
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Najčastejšie používané kontakty"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Zobraziť kontakt"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Všetky kontakty s telefónnymi číslami"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontakty v pracovnom profile"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Zobraziť aktualizácie"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Iba v tablete, nesynchronizované"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Iba v telefóne, nesynchronizované"</string>
@@ -99,16 +102,16 @@
     <string name="name_middle" msgid="3951610314424632183">"Stredné meno"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Titul za menom"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Meno (foneticky)"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetické meno"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Krstné meno (foneticky)"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Stredné meno (foneticky)"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Fonetické priezvisko"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Priezvisko (foneticky)"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefón"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-mail"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Adresa"</string>
-    <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
+    <string name="imLabelsGroup" msgid="8733603247535725786">"Čet"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizácia"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Vzťah"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Mimoriadne dátumy"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Špeciálny dátum"</string>
     <string name="sms" msgid="8086289395154598654">"Textová správa"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresa"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Spoločnosť"</string>
@@ -142,9 +145,10 @@
     <string name="chat_gtalk" msgid="6043734883347741789">"Zhovárať sa pomocou aplikácie Google Talk"</string>
     <string name="chat_icq" msgid="7538190395602030726">"Zhovárať sa pomocou služby ICQ"</string>
     <string name="chat_jabber" msgid="4525546665986350869">"Zhovárať sa pomocou služby Jabber"</string>
-    <string name="chat" msgid="6297650784873558837">"Rozhovor"</string>
+    <string name="chat" msgid="6297650784873558837">"Četovať"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"odstrániť"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Rozbaliť alebo zbaliť pole mena"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Rozbaliť alebo zbaliť polia foneticky zadaných mien"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Všetky kontakty"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Označené hviezdičkou"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Prispôsobiť"</string>
@@ -161,11 +165,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakty v účte <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontakty vo vlastnom zobrazení"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Jednotlivý kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Vytvoriť kontakt na základe účtu"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"Importovať z karty SIM"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Účet na ukladanie importovaných kontaktov:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Importovať zo SIM karty"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importovať zo SIM karty <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importovať zo SIM karty <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importovať z úložiska"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importovať zo súboru .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Zrušiť importovanie súboru <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Zrušiť exportovanie súboru <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Import alebo export vizitky nie je možné zrušiť"</string>
@@ -173,10 +177,11 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Súbor „<xliff:g id="FILE_NAME">%s</xliff:g>“ sa nepodarilo otvoriť: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Nástroj na exportovanie sa nepodarilo spustiť: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nedá sa exportovať žiadny kontakt."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Zakázali ste požadované povolenie."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Počas exportovania sa vyskytla chyba: „<xliff:g id="EXACT_REASON">%s</xliff:g>“."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Požadovaný názov súboru (<xliff:g id="FILENAME">%s</xliff:g>) je príliš dlhý."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"V ukladacom priestore je príliš veľa súborov vCard."</string>
-    <string name="fail_reason_too_many_vcard" product="default" msgid="3793454448838716962">"Na karte SD sa nachádza príliš veľa súborov vCard."</string>
+    <string name="fail_reason_too_many_vcard" product="default" msgid="3793454448838716962">"Na SD karte sa nachádza príliš veľa súborov vCard."</string>
     <string name="fail_reason_io_error" msgid="7736686553669161933">"Chyba I/O"</string>
     <string name="fail_reason_low_memory_during_import" msgid="3277485820827338116">"Nedostatok pamäte. Súbor je možno príliš veľký."</string>
     <string name="fail_reason_vcard_parse_error" msgid="514012644716565082">"Analýza karty vCard zlyhala z neznámeho dôvodu."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Metaúdaje daných súborov vizitiek vCard sa nepodarilo zhromaždiť."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Nepodaril sa import jedného alebo viacerých súborov (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Exportovanie súboru <xliff:g id="FILENAME">%s</xliff:g> bolo dokončené."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Exportovanie kontaktov bolo dokončené"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exportovanie súboru <xliff:g id="FILENAME">%s</xliff:g> bolo zrušené."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Export údajov kontaktov"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Vaše údaje o kontaktoch sa exportujú do súboru: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Nástroj na tvorbu vizitiek vCard sa nespustil správne."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Exportovanie zlyhalo"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Údaje o kontaktoch sa neexportovali.\nDôvod: „<xliff:g id="FAIL_REASON">%s</xliff:g>“"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Ukladací priestor sa nenašiel."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nenašla sa žiadna karta SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Váš zoznam kontaktov bude exportovaný do súboru: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importuje sa <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Nepodarilo sa prečítať údaje vizitky vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Čítanie údajov vizitky vCard bolo zrušené"</string>
@@ -205,48 +208,48 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Súbor bude čoskoro importovaný."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Žiadosť o import vizitky vCard bola odmietnutá. Skúste to znova neskôr."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Vizitka <xliff:g id="FILENAME">%s</xliff:g> bude čoskoro exportovaná."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Súbor bude čoskoro exportovaný."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Žiadosť o exportovanie vizitky vCard bola odmietnutá. Skúste to znova neskôr."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Prebieha načítavanie vizitiek vCard do vyrovnávacej pamäte miestneho dočasného úložiska. Samotné importovanie začne o chvíľu."</string>
     <string name="vcard_import_failed" msgid="4105296876768072508">"Vizitku vCard sa nepodarilo importovať."</string>
-    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"V ukladacom priestore sa nenašla žiadna vizitka vCard."</string>
-    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na karte SD sa nenašla žiadna vizitka vCard."</string>
+    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"V úložisku sa nenašla žiadna vizitka vCard."</string>
+    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na SD karte sa nenašla žiadna vizitka vCard."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt cez NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Exportovať kontakty?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Vyberte súbor vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importovať jeden súbor vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importovať niekoľko súborov vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importovať všetky súbory vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Prebieha hľadanie údajov vizitky vCard v ukladacom priestore..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Prebieha hľadanie údajov vizitky vCard na karte SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Ukladanie do vyrovnávacej pamäte..."</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Ukladací priestor sa nepodarilo prehľadať. (Dôvod: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
-    <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Kartu SD sa nepodarilo prehľadať. (Dôvod: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
+    <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD kartu sa nepodarilo prehľadať. (Dôvod: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Import: <xliff:g id="CURRENT_NUMBER">%s</xliff:g> / <xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportovať do úložiska"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportovať do súboru .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Zoradiť podľa"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Meno"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Priezvisko"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formát mena"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Najprv meno"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Najprv priezvisko"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Predvolený účet pre nové kontakty"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontaktovať účet na synchronizáciu metadát"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Informácie o kontaktoch"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Zdieľať viditeľné kontakty"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Nepodarilo sa zdieľať viditeľné kontakty"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Import a export kontaktov"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importovať kontakty"</string>
-    <string name="share_error" msgid="665756457151793108">"Tento kontakt nie je možné zdieľať."</string>
-    <string name="menu_search" msgid="7464453023659824700">"Vyhľadávanie"</string>
+    <string name="share_error" msgid="665756457151793108">"Tento kontakt nie je možné zdieľať"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nemáte žiadne kontakty na zdieľanie."</string>
+    <string name="menu_search" msgid="7464453023659824700">"Hľadať"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakty na zobrazenie"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakty na zobrazenie"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definícia vlastného zobrazenia"</string>
-    <string name="hint_findContacts" msgid="28151707326753522">"Nájsť kontakty"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Definícia vl. zobrazenia"</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"Hľadať kontakty"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Obľúbené"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Žiadne kontakty."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Žiadne kontakty nie sú viditeľné."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Žiadne obľúbené položky"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Žiadne obľúbené položky"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"V skupine <xliff:g id="NAME">%s</xliff:g> nie sú žiadne kontakty"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Vymazať často kontaktovaných"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Vybrať SIM kartu"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Účty"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Spravovať účty"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Import a export"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"zdroj: <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>, zdroj: <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Účet"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Vždy používať pre hovory"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Volať pomocou"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Hovor s poznámkou"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Napíšte poznámku, ktorá sa odošle s hovorom..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ODOSLAŤ A VOLAŤ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprečítané položky. </item>
+      <item quantity="many"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprečítanej položky. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprečítaných položiek. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> neprečítaná položka. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Verzia zostavy"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licencie Open source"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Podrobnosti o licencii pre softvér open source"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Pravidlá ochrany súkromia"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Zmluvné podmienky"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licencie open source"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> – skontrolované"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> – neskontrolované"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Uskutočniť videohovor"</string>
 </resources>
diff --git a/res-common/values-sl/strings.xml b/res-common/values-sl/strings.xml
index ec3e94d..7e55bca 100644
--- a/res-common/values-sl/strings.xml
+++ b/res-common/values-sl/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Besedilo kopirano"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiraj v odložišče"</string>
     <string name="call_custom" msgid="2786306789889210756">"Pokliči številko <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Pokliči domov"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Pokliči mobilni telefon"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Stiki"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Drugo"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Imenik"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Delovni imenik"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Vsi stiki"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Jaz"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Iskanje …"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Pogosto uporabljeni stiki"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Ogled stika"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Vsi stiki s telefonskimi številkami"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Stiki za delovni profil"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Prikaži posodobitve"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Samo v tabličnem računalniku, nesinhroniziran"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Samo v telefonu, nesinhroniziran"</string>
@@ -99,20 +102,20 @@
     <string name="name_middle" msgid="3951610314424632183">"Drugo ime"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Naziv (za imenom)"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Ime – fonetično"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"Fonetično ime"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Ime – fonetično"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Drugo ime – fonetično"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Fonetični priimek"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Priimek – fonetično"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-poštni naslov"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Naslov"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"Neposredno sporočanje"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizacija"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Razmerje"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Posebni datumi"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Posebni datum"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Naslov"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Podjetje"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Naslov"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Naziv"</string>
     <string name="label_notes" msgid="3997277594846722699">"Opombe"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Spletno mesto"</string>
@@ -145,6 +148,7 @@
     <string name="chat" msgid="6297650784873558837">"Klepet"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"izbriši"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Razširi ali strni imenska polja"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Razširitev ali strnitev fonetičnih imenskih polj"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Vsi stiki"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Z zvezdico"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Prilagodi"</string>
@@ -161,11 +165,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Stiki v <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Stiki v pogledu po meri"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Posamezen stik"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Ustvari stik v računu"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"Uvozi s kartice SIM"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Shranjevanje uvoženih stikov v račun:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"Uvoz s kartice SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Uvoz s kartice SIM <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Uvoz s kartice SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Uvoz iz shrambe"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Uvoz iz datoteke .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Želite preklicati izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Želite preklicati izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Uvoza/izvoza vCard ni mogoče preklicati"</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Datoteke »<xliff:g id="FILE_NAME">%s</xliff:g>« ni bilo mogoče odpreti: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Funkcije za izvoz ni bilo mogoče zagnati: »<xliff:g id="EXACT_REASON">%s</xliff:g>«."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Ni stikov za izvoz."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Onemogočili ste zahtevano dovoljenje."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Pri izvozu je prišlo do napake: »<xliff:g id="EXACT_REASON">%s</xliff:g>«."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Zahtevano ime datoteke je predolgo (»<xliff:g id="FILENAME">%s</xliff:g>«)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"V shrambi je preveč datotek vCard."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Metapodatkov za določene datoteke vCard ni bilo mogoče zbrati."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Ene ali več datotek ni bilo mogoče uvoziti (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g> je končan."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Izvoz stikov je končan."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Izvoz datoteke <xliff:g id="FILENAME">%s</xliff:g> je preklican."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Izvažanje podatkov o stikih"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Podatki o stikih se izvažajo v to datoteko: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Urejevalnik za vCard se ni pravilno zagnal."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Izvoz ni mogoč"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Podatki stika niso bili izvoženi.\nRazlog: »<xliff:g id="FAIL_REASON">%s</xliff:g>«"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Shrambe ni mogoče najti."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Kartice SD ni mogoče najti."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Seznam stikov bo izvožen v datoteko: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Uvažanje <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Podatkov vCard ni bilo mogoče prebrati"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Branje podatkov vCard je preklicano"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Datoteka bo kmalu uvožena."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Zahteva za uvoz datoteke vCard je bila zavrnjena. Poskusite znova pozneje."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Datoteka <xliff:g id="FILENAME">%s</xliff:g> bo kmalu izvožena."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Datoteka bo kmalu izvožena."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Zahteva za izvoz datoteke vCard je bila zavrnjena. Poskusite znova pozneje."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"stik"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Predpomnjenje datotek vCard v lokalno začasno shrambo. Dejanski uvoz se bo začel kmalu."</string>
@@ -213,27 +217,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Na kartici SD ni mogoče najti datotek vCard."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Stik prejet prek NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Želite izvoziti stike?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Izberite datoteko vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Uvozi eno datoteko vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Uvozi več datotek vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Uvozi vse datoteke vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Iskanje podatkov vCard v shrambi ..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Iskanje podatkov vCard na kartici SD ..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Predpomnjenje"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Shrambe ni mogoče pregledati. (Razlog: »<xliff:g id="FAIL_REASON">%s</xliff:g>«)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Kartice SD ni mogoče pregledati. (Razlog: »<xliff:g id="FAIL_REASON">%s</xliff:g>«)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Uvažanje <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Izvoz v shrambo"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Izvoz v datoteko .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Razvrsti glede na"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ime"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Priimek"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Oblika imena"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Najprej ime"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Najprej priimek"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Privzeti račun za nove stike"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Račun za sinhronizacijo metapodatkov za stike"</string>
+    <string name="setting_about" msgid="3926137653588942297">"O programu za stike"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Vidne stike deli z drugimi"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Deljenje vidnih stikov z drugimi ni uspelo."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Uvoz/izvoz stikov"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Uvozi stike"</string>
     <string name="share_error" msgid="665756457151793108">"Tega stika ni mogoče dati v skupno rabo."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Ni stikov za deljenje z drugimi"</string>
     <string name="menu_search" msgid="7464453023659824700">"Išči"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Stiki, ki bodo prikazani"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Stiki, ki bodo prikazani"</string>
@@ -242,11 +245,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Priljubljeni"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Ni stikov."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ni vidnih stikov."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Ni priljubljenih."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Ni priljubljenih"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Ni stikov v kategoriji <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Izbriši seznam pogostih stikov"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Izberite kartico SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Računi"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Upravljanje računov"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Uvozi/izvozi"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"vir: <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"vir: <xliff:g id="SOURCE">%2$s</xliff:g> – <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Račun"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Vedno uporabi to možnost za klice"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Klicanje z …"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Klic z zapiskom"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Vnesite zapisek, ki ga želite poslati s klicem ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"POŠLJI IN KLIČI"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprebran element. </item>
+      <item quantity="two"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprebrana elementa. </item>
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprebrani elementi. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> neprebranih elementov. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Delovna različica"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Odprtokodne licence"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Podrobnosti o licenci za odprtokodno programsko opremo"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Pravilnik o zasebnosti"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Pogoji storitve"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Odprtokodne licence"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> – označeno"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> – ni označeno"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Začetek videoklica"</string>
 </resources>
diff --git a/res-common/values-sq-rAL/strings.xml b/res-common/values-sq-rAL/strings.xml
index e994f47..82b0418 100644
--- a/res-common/values-sq-rAL/strings.xml
+++ b/res-common/values-sq-rAL/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Teksti u kopjua"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopjo në kujtesën e fragmenteve"</string>
     <string name="call_custom" msgid="2786306789889210756">"Telefono <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Telefono numrin e shtëpisë"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Telefono numrin celular"</string>
@@ -62,7 +63,7 @@
     <string name="sms_mms" msgid="4887206338311086612">"Dërgo mesazh te numri i MMS-së"</string>
     <string name="description_video_call" msgid="4907306403398614909">"Bëj një telefonatë me video"</string>
     <string name="clearFrequentsConfirmation_title" msgid="1482750234535491083">"Të pastrohen kontaktet e shpeshta?"</string>
-    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Do ta pastrosh listën e kontakteve të shpeshta në aplikacionet Kontaktet dhe Telefoni dhe do t\'i detyrosh aplikacionet e emailit të mësojnë preferencat e tua të adresimit nga e para."</string>
+    <string name="clearFrequentsConfirmation" msgid="1117709667923254374">"Do ta pastrosh listën e kontakteve të shpeshta në aplikacionet \"Kontaktet\" dhe \"Telefoni\" dhe do t\'i detyrosh aplikacionet e mail-it të mësojnë preferencat e tua të adresimit nga e para."</string>
     <string name="clearFrequentsProgress_title" msgid="3738406170865048982">"Po pastron kontaktet e shpeshta…"</string>
     <string name="status_available" msgid="4832569677396634846">"I gatshëm"</string>
     <string name="status_away" msgid="6267905184545881094">"I larguar"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktet"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Tjetër"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktoria"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Direktoria e punës"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Të gjitha kontaktet"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Unë"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Po kërkon..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Të kontaktuara shpesh"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Shiko kontaktin"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Të gjitha kontaktet me numra telefoni"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontaktet e profilit të punës"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Shiko përditësimet"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Vetëm në tablet, i pasinkronizuar"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Vetëm në telefon, i pasinkronizuar"</string>
@@ -103,10 +106,10 @@
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefoni"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Mail-i"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Adresa"</string>
-    <string name="imLabelsGroup" msgid="8733603247535725786">"Mesazh i çastit"</string>
+    <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organizata"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Marrëdhënia"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Datat e veçanta"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Data e veçantë"</string>
     <string name="sms" msgid="8086289395154598654">"Mesazh me tekst"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adresa"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Kompania"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Bisedo"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"fshi"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Zgjero ose palos fushat e emrit"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Zgjero ose palos fushat e emrit fonetik"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Të gjitha kontaktet"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Me yll"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Personalizo"</string>
@@ -157,13 +161,13 @@
     <string name="menu_done" msgid="32470053723443112">"U krye!"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Anulo"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontaktet në <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kontaktet në pamjen e personalizuar"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Pamja e personalizuar"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Një kontakt i vetëm"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Krijo një kontakt nën llogari"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Ruaji kontaktet e importuara në:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importo nga karta SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importo nga karta SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importo nga karta SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importo nga hapësira ruajtëse"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importo nga skedar .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Të anulohet importimi i <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Të anulohet eksportimi i <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Importimi/eksportimi i vCard nuk mund të anulohej"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" nuk mund të hapej: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Eksportuesi nuk mund të nisej: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Nuk ka asnjë kontakt që mund të eksportohet."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Ke çaktivizuar një leje e cila është të detyrueshme."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Ndodhi një gabim gjatë eksportimit: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Emri i kërkuar i skedarit është shumë i gjatë (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Ka shumë skedarë vCard në hapësirën ruajtëse."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Informacionet e skedarit(ëve) të dhënë të vCard nuk mund të mblidheshin."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Një ose më shumë skedarë nuk mundën të importoheshin (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Eksportimi i <xliff:g id="FILENAME">%s</xliff:g> përfundoi."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Eksportimi i kontakteve përfundoi."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Eksportimi i <xliff:g id="FILENAME">%s</xliff:g> u anulua."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Po eksporton të dhënat e kontaktit"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Të dhënat e kontaktit po eksportohen te: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Kompozitori i vCard nuk u nis si duhet."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Nuk mund të eksportoheshin"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Të dhënat e kontaktit nuk u eksportuan.\nArsyeja: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Nuk u gjet asnjë hapësirë ruajtëse."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Nuk u gjet asnjë kartë SD."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Lista jote e kontakteve do të eksportohet te skedari: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Po importon <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Të dhënat e vCard nuk mund të lexoheshin"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Leximi i të dhënave të vCard u anulua."</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Skedari do të importohet së shpejti."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Kërkesa e importit të vCard u refuzua. Provo përsëri më vonë."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> do të eksportohet së shpejti."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Skedari do të eksportohet së shpejti."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Kërkesa e eksportimit të vCard u refuzua. Provo përsëri më vonë."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakti"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Po ruan vCard në hapësirën ruajtëse lokale të përkohshme. Importimi aktual do të nisë së shpejti."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Nuk u gjet asnjë skedar vCard në kartën SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakti u mor nëpërmjet NFC-së"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Të eksportohen kontaktet?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Zgjidh skedarin vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importo një skedar vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importo shumë skedarë vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importo të gjithë skedarët vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Po kërkon për të dhënat e vCard në hapësirën ruajtëse…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Po kërkon për të dhënat e vCard në kartën SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Po ruan memorien e përkohshme"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Hapësira ruajtëse nuk mund të skanohej. (Arsyeja: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Karta SD nuk mund të skanohej. (Arsyeja: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Po importon <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Eksporto te hapësira ruajtëse"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Eksporto në skedar .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Rendit sipas"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Emri"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Mbiemri"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Formati i emrit"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Emri në fillim"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Mbiemri në fillim"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Llogaria e parazgjedhur për kontaktet e reja"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Llogari sinkronizimi për meta të dhënat e kontaktit"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Rreth Kontakteve"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Shpërnda kontaktet e dukshme"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Ndarja e kontakteve të dukshme dështoi."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importo/eksporto kontaktet"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importo kontaktet"</string>
     <string name="share_error" msgid="665756457151793108">"Ky kontakt nuk mund të shpërndahet"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Nuk ka kontakte për të shpërndarë"</string>
     <string name="menu_search" msgid="7464453023659824700">"Kërko"</string>
-    <string name="menu_contacts_filter" msgid="586356478145511794">"Kontaktet për t\'u paraqitur"</string>
-    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontaktet për t\'u paraqitur"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Përcakto pamjen e personalizuar"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakte për t\'u shfaqur"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakte për t\'u shfaqur"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Pamja e personalizuar"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Gjej kontaktet"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Të preferuarat"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Nuk ka asnjë kontakt."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Nuk ka kontakte të dukshme."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Nuk ka të preferuara."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Nuk ka të preferuara"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Nuk ka kontakte në <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Pastro kontaktet e shpeshta"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Zgjidh kartën SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Llogaritë"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Menaxho llogaritë"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importo/eksporto"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"nëpërmjet <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> nëpërmjet <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Llogaria"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Përdor gjithmonë këtë për telefonatat"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Telefono me"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Telefono me shënim"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Shkruaj një shënim për të dërguar një telefonatë..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"DËRGO DHE TELEFONO"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> artikuj të palexuar. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> artikull i palexuar. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Versioni i ndërtimit"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licencat me burim të hapur"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Detajet e licencës për softuer me burim të hapur"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Politika e privatësisë"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Kushtet e shërbimit"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licencat me burim të hapur"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> u shënua"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> nuk u shënua"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Kryej një telefonatë me video"</string>
 </resources>
diff --git a/res-common/values-sr/strings.xml b/res-common/values-sr/strings.xml
index 9952094..a46ba6b 100644
--- a/res-common/values-sr/strings.xml
+++ b/res-common/values-sr/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текст је копиран"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Копирај у привремену меморију"</string>
     <string name="call_custom" msgid="2786306789889210756">"Позови <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Позови кућни телефон"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Позови мобилни телефон"</string>
@@ -70,9 +71,10 @@
     <string name="contactsList" msgid="7140022347217602605">"Контакти"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Друго"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Директоријум"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Директоријум за Work"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Сви контакти"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ја"</string>
-    <string name="search_results_searching" msgid="9022794597388306615">"Претраживање..."</string>
+    <string name="search_results_searching" msgid="9022794597388306615">"Претражује се..."</string>
     <string name="foundTooManyContacts" msgid="3060037437459313616">"Пронађено је више од <xliff:g id="COUNT">%d</xliff:g>."</string>
     <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Нема контаката"</string>
     <plurals name="searchFoundContacts" formatted="false" msgid="4016164064185890420">
@@ -86,6 +88,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Често контактирани"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Приказивање контакта"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Сви контакти са бројевима телефона"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Контакти профила за Work"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Прикажи ажурирања"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Само на таблету, без синхронизације"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Само на телефону, без синхронизације"</string>
@@ -98,16 +101,16 @@
     <string name="name_middle" msgid="3951610314424632183">"Средње име"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Суфикс имена"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Име – фонетски"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"Фонетски написано име"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"Име – фонетски"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"Средње име – фонетски"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"Фонетски написано презиме"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"Презиме – фонетски"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Телефон"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Имејл адреса"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Адреса"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"Размена тренутних порука"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Организација"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Однос"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Специјални датуми"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Посебан дан"</string>
     <string name="sms" msgid="8086289395154598654">"Текстуална порука"</string>
     <string name="postal_address" msgid="7692926530081579786">"Адреса"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Предузеће"</string>
@@ -144,6 +147,7 @@
     <string name="chat" msgid="6297650784873558837">"Ћаскање"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"избриши"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Проширивање или скупљање поља за називе"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Прошири или скупи поља за фонетско име"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Сви контакти"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Са звездицом"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Прилагоди"</string>
@@ -160,11 +164,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Контакти у групи <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Контакти у прилагођеном приказу"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Појединачни контакт"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Прављење контакта у оквиру налога"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Сачувајте увезене контакте на:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Увези са SIM картице"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Увоз са SIM картице <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Увоз са SIM картице <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Увези из меморије"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Увези из .vcf датотеке"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Желите ли да откажете увоз датотеке <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Желите ли да откажете извоз датотеке <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Није могуће отказати vCard увоз/извоз"</string>
@@ -172,6 +176,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Није могуће отворити датотеку „<xliff:g id="FILE_NAME">%s</xliff:g>“: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Није могуће покренути програм за извоз: „<xliff:g id="EXACT_REASON">%s</xliff:g>“"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Нема контаката за извоз."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Онемогућили сте обавезну дозволу."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Дошло је до грешке при извозу: „<xliff:g id="EXACT_REASON">%s</xliff:g>“"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Захтевани назив датотеке је предугачак („<xliff:g id="FILENAME">%s</xliff:g>“)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"У меморији има превише vCard датотека."</string>
@@ -183,6 +188,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Није могуће прикупити метаподатке наведених vCard датотека."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Није могућ увоз једне или више датотека (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Извоз датотеке <xliff:g id="FILENAME">%s</xliff:g> је завршен."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Извоз контаката је завршен."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Извоз датотеке <xliff:g id="FILENAME">%s</xliff:g> је отказан."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Извоз података о контактима је у току"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Подаци о контактима се извозе у: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -192,9 +198,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Програм за израду vCard датотека се није исправно покренуо."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Извоз није могућ"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Подаци о контактима низу извезени.\nРазлог: „<xliff:g id="FAIL_REASON">%s</xliff:g>“"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Меморија није пронађена."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD картица није пронађена."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Листа контаката ће бити извезена у датотеку: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Увоз контакта <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Читање vCard података није могуће"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Читање vCard података је отказано"</string>
@@ -204,6 +207,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Датотека ће ускоро бити увезена."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Захтев за увоз vCard датотеке је одбијен. Покушајте поново касније."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Датотека <xliff:g id="FILENAME">%s</xliff:g> ће ускоро бити извезена."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Датотека ће ускоро бити извезена."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Захтев за извоз vCard датотеке је одбијен. Покушајте поново касније."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"контакт"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Кеширање vCard датотекa у локалну привремену меморију. Увоз ће ускоро започети."</string>
@@ -212,40 +216,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"На SD картици није пронађена ниједна vCard датотека."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Контакт преко NFC-а"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Желите ли да извезете контакте?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Избор vCard датотеке"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Увези једну vCard датотеку"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Увези више vCard датотека"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Увези све vCard датотеке"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Претрага vCard података у меморији..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Претрага vCard података на SD картици..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кеширање"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Није могуће скенирати меморију. (Разлог: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Није могуће скенирати SD картицу. (Разлог: „<xliff:g id="FAIL_REASON">%s</xliff:g>“)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Увози се <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Извези у меморију"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Извези у .vcf датотеку"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Сортирај према"</string>
-    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Име"</string>
-    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Презиме"</string>
+    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Имену"</string>
+    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Презимену"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Формат имена и презимена"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Прво име"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Прво презиме"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Подразумевани налог за нове контакте"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Налог за синхронизовање метаподатака контакта"</string>
+    <string name="setting_about" msgid="3926137653588942297">"О Контактима"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Дели видљиве контакте"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Није успело дељење видљивих контаката."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Увоз/извоз контаката"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Увоз контаката"</string>
     <string name="share_error" msgid="665756457151793108">"Овај контакт не може да се дели."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Нема контаката за дељење."</string>
     <string name="menu_search" msgid="7464453023659824700">"Претражи"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Контакти за приказ"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Контакти за приказ"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Дефинисање прилагођеног приказа"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Прилагођени приказ"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Пронађите контакте"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Омиљено"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Нема контаката."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Нема видљивих контаката."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Нема омиљених."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Нема омиљених"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Нема контаката у групи <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Обриши често контактиране"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Изаберите SIM картицу"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Налози"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Управљај налозима"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Увези/извези"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"преко <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> преко <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -255,4 +258,23 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Налог"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Увек користи ово за позиве"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Позови помоћу"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Позив са белешком"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Унесите белешку коју ћете послати уз позив..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ПОШАЉИ И ПОЗОВИ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитана ставка. </item>
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитане ставке. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитаних ставки. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Верзија"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Лиценце отвореног кода"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Детаљи лиценце за софтвер отвореног кода"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Политика приватности"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Услови коришћења услуге"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Лиценце отвореног кода"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Означено: <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Није означено: <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Упути видео позив"</string>
 </resources>
diff --git a/res-common/values-sv/strings.xml b/res-common/values-sv/strings.xml
index 354569e..d4058ea 100644
--- a/res-common/values-sv/strings.xml
+++ b/res-common/values-sv/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Texten har kopierats"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopiera till Urklipp"</string>
     <string name="call_custom" msgid="2786306789889210756">"Ring <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Ring hem"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Ring mobilen"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontakter"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Annan"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Katalog"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Jobbkatalog"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Alla kontakter"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Jag"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Söker ..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Kontaktar ofta"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Visa kontakt"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Alla kontakter med telefonnummer"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Kontakter i jobbprofilen"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Visa uppdateringar"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Bara surfplatta (osynkad)"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Bara telefon (osynkad)"</string>
@@ -106,11 +109,11 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Chatt"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Organisation"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Relation"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Särskilda datum"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Särskilt datum"</string>
     <string name="sms" msgid="8086289395154598654">"SMS"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adress"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Företag"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Rubrik"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Befattning"</string>
     <string name="label_notes" msgid="3997277594846722699">"Kommentarer"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
     <string name="websiteLabelsGroup" msgid="8620657380165071493">"Webbplats"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chatta"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ta bort"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Expandera eller komprimera namnfält"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Expandera eller komprimera fonetiska namnfält"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Alla kontakter"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Stjärnmärkta"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Anpassa"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Kontakter i <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Kontakter i anpassad vy"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"En kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Skapa kontakt under konto"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Spara importerade kontakter i:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Importera från SIM-kort"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Importera från SIM-kort <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Importera från SIM-kort <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Importera från USB"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Importera från VCF-fil"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Vill du avbryta importen av <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Vill du avbryta exporten av <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Kunde ej avbryta import/export av vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Det gick inte att öppna <xliff:g id="FILE_NAME">%s</xliff:g>: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Det gick inte att starta exportverktyget: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Det finns ingen kontakt att exportera."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Du har inaktiverat en behörighet som krävs."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Ett fel inträffade under exporten: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Det obligatoriska filnamnet är för långt (<xliff:g id="FILENAME">%s</xliff:g>)."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Det finns för många vCard-filer på lagringsenheten."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Det gick inte att samla in metainformation för de angivna vCard-filerna."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"En eller flera filer kunde inte importeras (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> har exporterats."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontakterna har exporterats."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Exporten av <xliff:g id="FILENAME">%s</xliff:g> avbröts."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontaktuppgifter exporteras"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kontaktuppgifterna exporteras till: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard-kompositören initierades inte korrekt."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Kunde inte exportera"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontaktuppgifterna exporterades inte.\nOrsak: <xliff:g id="FAIL_REASON">%s</xliff:g>"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Ingen lagringsenhet hittades."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Inget SD-kort hittades."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Kontaktlistan exporteras till filen: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Importerar <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Det gick inte att läsa vCard-data"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Inläsningen av vCard-data avbröts"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Filen kommer snart att importeras."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Begäran om vCard-import avvisades. Försök igen vid ett senare tillfälle."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> exporteras snart."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Filen kommer snart att exporteras."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Begäran om vCard-export avvisades. Försök igen vid ett senare tillfälle."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard-fil(er) cachelagras till en lokal tillfällig lagringsenhet. Den faktiska importen börjar snart."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Det finns ingen vCard-fil på SD-kortet."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Mott. v. NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Vill du exportera kontakter?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Välj vCard-fil"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Importera en vCard-fil"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Importera flera vCard-filer"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Importera alla vCard-filer"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Söker efter vCard-data på lagringsenheten ..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Söker efter vCard-data på SD-kortet ..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Cachelagrar"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Det gick inte att skanna lagringsenheten. (Orsak: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Det gick inte att skanna SD-kortet. (Orsak: <xliff:g id="FAIL_REASON">%s</xliff:g>)"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Importerar <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Exportera till lagring"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Exportera till VCF-fil"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sortera efter"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Förnamn"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Efternamn"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Namnformat"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Förnamn först"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Efternamn först"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Standardkonto för nya kontakter"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kontaktmetadata för synkroniseringskonto"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Om Kontakter"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Dela synliga kontakter"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Det gick inte att dela synliga kontakter."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Importera/exportera kontakter"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Importera kontakter"</string>
     <string name="share_error" msgid="665756457151793108">"Den här kontakten kan inte delas."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Det finns inga kontakter att dela."</string>
     <string name="menu_search" msgid="7464453023659824700">"Sök"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Kontakter som ska visas"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontakter som ska visas"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Definiera anpassad visning"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Definiera anpassad vy"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Sök efter kontakter"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoriter"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Inga kontakter."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Det finns inga synliga kontakter."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Inga favoriter."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Inga favoriter"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Inga kontakter i <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Rensa listan över kontakter"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Välj SIM-kort"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Konton"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Hantera konton"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Importera/exportera"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"via <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Konto"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Använd alltid för samtal"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ring med"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Ring med anteckning"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Gör en anteckning som skickas när du ringer …"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"SKICKA OCH RING"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> olästa poster. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> oläst post. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Programversion"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Licenser för öppen källkod"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Licensinformation för programvara med öppen källkod"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Sekretesspolicy"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Användarvillkor"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Licenser för öppen källkod"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> har markerats"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> har inte markerats"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Ring ett videosamtal"</string>
 </resources>
diff --git a/res-common/values-sw/strings.xml b/res-common/values-sw/strings.xml
index fdc6938..3f456e6 100644
--- a/res-common/values-sw/strings.xml
+++ b/res-common/values-sw/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Maandishi yamenakiliwa"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Nakili kwenye ubao wa kunakili"</string>
     <string name="call_custom" msgid="2786306789889210756">"Pia simu <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Piga simu nyumbani"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Pigia simu ya mkononi"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Anwani"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Kingine"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Saraka"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Saraka ya Kazi"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Anwani zote"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Mimi"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Inatafuta…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Unaowasiliana nao zaidi"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Angalia anwani"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Anwani zote zilizo na nambari ya simu"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Anwani za Wasifu wa Kazini"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Ona sasisho"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Kompyuta ndogo pekee, haijalandanishwa"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Simu pekee, haijalandanishwa"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Ujumbe wa Papo Hapo"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Shirika"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Uhusiano"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Tarehe maalum"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Tarehe maalum"</string>
     <string name="sms" msgid="8086289395154598654">"SMS, (Ujumbe wa maandishi)"</string>
     <string name="postal_address" msgid="7692926530081579786">"Anwani"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Kampuni"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Gumzo"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"futa"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Panua au ukunje sehemu za jina"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Panua au ukunje sehemu za majina ya kifonetiki"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Anwani zote"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Yenye nyota"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Badilisha kukufaa"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Anwani kwenye <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Anwani katika mwoneko maalum"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Anwani moja"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Weka anwani katika akaunti"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Hifadhi anwani zinazoingizwa kwenye:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Ingiza kutoka SIM kadi"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Leta kutoka SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Leta kutoka SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Ingiza kutoka hifadhi"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Leta kutoka faili ya .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Ghairi uhamisho wa <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Ighairi uhamisho wa <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Haikuweza kughairi uingizaji/uhamishaji wa vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Haikuweza kufungua \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Haikuweza kuanzisha kihamishaji: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Hakuna anwani inayoweza kuhamishwa."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Umezima ruhusa inayohitajika."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Hitilafu imetokea wakati wa uhamisho: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Jina la faili linalohitajika ni ndefu sana (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Kuna faili nyingi mno za vCard katika hifadhi."</string>
@@ -184,6 +189,7 @@
     <!-- no translation found for fail_reason_failed_to_read_files (9213844535907986665) -->
     <skip />
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Imemaliza kuhamisha <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Imekamilisha kuhamisha anwani."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Kuhamisha <xliff:g id="FILENAME">%s</xliff:g> kumeghairiwa."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Inahamisha data ya anwani"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Data ya anwani yako inahamishwa <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Kitunzi cha vCard hakikuanza vizuri."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Isingehamishika"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Data ya anwani haikuhamishwa.\nKwa sababu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Hakuna hifadhi iliyopatikana."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Hakuna kadi ya SD iliyopatikana."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Orodha yako ya anwani itahamishwa hadi faili: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Inaleta <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Haikuweza kusoma data ya vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Kusoma data ya VCard kumeghairiwa"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Faili italetwa hivi karibuni."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Ombi la kuleta vCard limekataliwa. Tafadhali jaribu baadaye."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> itahamishwa baada ya muda mfupi."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Faili itahamishwa baada ya dakika chache."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Ombi la kuhamishwa kwa vCard limekataliwa. Jaribu tena baadaye."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"anwani"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Vcard Inaakibisha ndani ya hifadhi ya muda mfupi. Uhamisho halisi utaanza hivi karibuni."</string>
@@ -213,27 +217,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Hakuna faili ya vCard iliyopatikana kwenye kadi ya SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Anwani imepokewa kupitia NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Anwani Zihamishwe?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Chagua faili ya vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Leta faili moja ya vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Leta faili anuwai za vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Ingiza faili zote za vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Inatafuta data ya vCard katika hifadhi..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Inatafuta data ya vKadi kwenye kadi ya SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Inaakibisha"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Hifadhi haikutambazwa. (Sababu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Kadi ya SD haikutambazwa. (Sababu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Inaleta <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Hamisha hadi kwenye hifadhi"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Tuma kwenye faili ya .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Panga kulingana na"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Jina la kwanza"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Jina la mwisho"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Mpangilio wa majina"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Jina la kwanza liwe mwanzo"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Jina la mwisho kwanza"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Akaunti ya msingi ya anwani mpya"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Akaunti iliyosawazishwa yenye metadata ya anwani"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Kuhusu Anwani"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Shiriki anwani zinazoonekana"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Imeshindwa kushiriki anwani zinazoonekana."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Ingiza au uhamishe anwani"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Ingiza anwani"</string>
     <string name="share_error" msgid="665756457151793108">"Anwani hii haiwezi kushirikiwa."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Hakuna anwani za kushiriki."</string>
     <string name="menu_search" msgid="7464453023659824700">"Tafuta"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Anwani za kuonyesha"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Anwani za kuonyesha"</string>
@@ -242,11 +245,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Vipendwa"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Hakuna anwani."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Hakuna anwani zinazoonekana"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Hakuna vipendwa."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Hakuna vipendwa"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Hakuna anwani kwenye <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Futa za mara kwa mara"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Chagua SIM kadi"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Akaunti"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Dhibiti akaunti"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Ingiza au uhamishe"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"kupitia <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> kupitia <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Akaunti"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Tumia hii kwa simu wakati wote"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Piga simu ukitumia"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Piga simu inayoambatana na dokezo"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Andika dokezo litakaloambatana na simu utakayopiga ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"TUMA na UPIGE SIMU"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. Ujumbe <xliff:g id="COUNT_3">%2$d</xliff:g> ambao haujasomwa. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. Ujumbe <xliff:g id="COUNT_1">%2$d</xliff:g> ambao haujasomwa. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Unda toleo"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Leseni za programu huria"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Maelezo ya leseni ya programu huria"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Sera ya faragha"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Sheria na masharti"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Leseni za programu huria"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> imeteuliwa"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> haijateuliwa"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Anzisha Hangout ya Video"</string>
 </resources>
diff --git a/res-common/values-sw600dp/styles.xml b/res-common/values-sw600dp/styles.xml
index 2130ce1..2550683 100644
--- a/res-common/values-sw600dp/styles.xml
+++ b/res-common/values-sw600dp/styles.xml
@@ -15,9 +15,12 @@
   -->
 
 <resources>
-    <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light.Dialog">
+    <style name="ContactListFilterTheme" parent="Theme.AppCompat.Light.Dialog">
         <item name="android:windowCloseOnTouchOutside">true</item>
         <item name="android:listViewStyle">@style/ListViewStyle</item>
+        <!-- Styles that require AppCompat compatibility, remember to update both sets -->
+        <item name="android:colorAccent">@color/dialtacts_theme_color</item>
+        <item name="colorAccent">@color/dialtacts_theme_color</item>
     </style>
 
     <style name="CustomContactListFilterView" parent="ContactListFilterTheme">
diff --git a/res-common/values-ta-rIN/strings.xml b/res-common/values-ta-rIN/strings.xml
index f2b32cc..c1b197b 100644
--- a/res-common/values-ta-rIN/strings.xml
+++ b/res-common/values-ta-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"உரை நகலெடுக்கப்பட்டது"</string>
+    <string name="copy_text" msgid="3424081789297978355">"கிளிப்போர்டுக்கு நகலெடு"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> மொபைல் எண்ணில் அழை"</string>
     <string name="call_home" msgid="1479549630992276827">"வீட்டு தொலைபேசி எண்ணில் அழை"</string>
     <string name="call_mobile" msgid="8618334085824709009">"மொபைல் எண்ணில் அழை"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"தொடர்புகள்"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"பிற"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"கோப்பகம்"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"பணி கோப்பகம்"</string>
     <string name="local_search_label" msgid="9094584931063745728">"எல்லா தொடர்புகளும்"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"நான்"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"தேடுகிறது..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"அடிக்கடி தொடர்புகொண்டவர்கள்"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"தொடர்பைக் காட்டு"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"மொபைல் எண்களுடனான எல்லா தொடர்புகளும்"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"பணி சுயவிவரத் தொடர்புகள்"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"புதுப்பிப்புகளைக் காட்டு"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"டேப்லெட் மட்டும், ஒத்திசைக்கப்படவில்லை"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"மொபைல் மட்டும், ஒத்திசைக்கப்படவில்லை"</string>
@@ -96,7 +99,7 @@
     <string name="name_prefix" msgid="8219879405071462309">"பெயரின் முன்னொட்டு"</string>
     <string name="name_middle" msgid="3951610314424632183">"பெயரின் நடுப்பகுதி"</string>
     <string name="name_suffix" msgid="5436984808550075931">"பெயரின் பின்னொட்டு"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"ஒலிப்புமுறைப் பெயர்"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"ஒலிப்புமுறை பெயர்"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"ஒலிப்புமுறை முதல் பெயர்"</string>
     <string name="name_phonetic_middle" msgid="5970174427249235577">"ஒலிப்புமுறையில் பெயரின் நடுப்பகுதி"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"ஒலிப்புமுறை இறுதிப் பெயர்"</string>
@@ -105,8 +108,8 @@
     <string name="postalLabelsGroup" msgid="3727124282406728557">"முகவரி"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"நிறுவனம்"</string>
-    <string name="relationLabelsGroup" msgid="3585294036166325520">"தொடர்புமுறை"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"முக்கிய தேதிகள்"</string>
+    <string name="relationLabelsGroup" msgid="3585294036166325520">"உறவுமுறை"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"சிறப்புத் தேதி"</string>
     <string name="sms" msgid="8086289395154598654">"உரைச் செய்தி"</string>
     <string name="postal_address" msgid="7692926530081579786">"முகவரி"</string>
     <string name="ghostData_company" msgid="22470841482615409">"நிறுவனம்"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"அரட்டை"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"நீக்கு"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"பெயர் புலங்களை விரிவுப்படுத்து அல்லது சுருக்கு"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ஒலிப்புமுறை பெயர் புலங்களை விரி அல்லது சுருக்கு"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"எல்லா தொடர்புகளும்"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"நட்சத்திரமிட்டது"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"தனிப்பயனாக்கு"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> இல் உள்ள தொடர்புகள்"</string>
     <string name="listCustomView" msgid="1915154113477432033">"தனிப்பயன் காட்சியில் உள்ள தொடர்புகள்"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ஒரு தொடர்பு"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"கணக்கின் கீழ் தொடர்பை உருவாக்கு"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"இறக்கிய தொடர்புகளை இதில் சேமி:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"சிம் கார்டிலிருந்து இறக்குமதிசெய்"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> என்ற SIM இல் இருந்து இறக்குமதிசெய்"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> என்ற SIM இல் இருந்து இறக்குமதிசெய்"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"சேமிப்பிடத்திலிருந்து இறக்குமதிசெய்"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf கோப்பிலிருந்து இறக்கு"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> இன் இறக்குமதியை ரத்துசெய்யவா?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> இன் ஏற்றுமதியை ரத்துசெய்யவா?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard இன் இறக்குமதி/ஏற்றுமதியை ரத்துசெய்ய முடியவில்லை"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ஐத் திறக்க முடியவில்லை: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ஏற்றுமதியைத் தொடங்க முடியவில்லை: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ஏற்றுமதி செய்யக்கூடிய தொடர்பு இல்லை."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"தேவைப்படும் அனுமதியை முடக்கியுள்ளீர்கள்."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"ஏற்றுமதி செய்யும்போது பிழை: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"தேவையான கோப்பின் பெயர் மிகவும் நீளமாக உள்ளது (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"சேமிப்பிடத்தில் அதிகமான vCard கோப்புகள் உள்ளன."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"வழங்கப்பட்ட vCard கோப்பின்(களின்) மெட்டா தகவலைச் சேகரிக்க முடியவில்லை."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ஒன்று அல்லது அதற்கு மேற்பட்ட கோப்புகளை ஏற்றுமதி செய்ய முடியவில்லை (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> ஐ ஏற்றுமதி செய்வது முடிந்தது."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"தொடர்புகளை ஏற்றுவது முடிந்தது."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> ஐ ஏற்றுமதி செய்வது ரத்துசெய்யப்பட்டது."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"தொடர்பு தரவை ஏற்றுமதி செய்கிறது"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"தொடர்பின் தரவு ஏற்றுமதி செய்யப்படுகிறது: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard தொகுப்பான் முறையாகத் தொடங்கவில்லை."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ஏற்றுமதி செய்ய முடியவில்லை"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"தொடர்பு தரவு ஏற்றுமதி செய்யப்படவில்லை.\nகாரணம்: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"சேமிப்பிடம் இல்லை."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD கார்டு கண்டறியப்படவில்லை."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"உங்கள் தொடர்பு பட்டியல் பின்வரும் கோப்பிற்கு ஏற்றுமதி செய்யப்படும்: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> ஐ இறக்குமதி செய்கிறது"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard தரவைப் படிக்க முடியவில்லை"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard தரவைப் படிப்பது ரத்துசெய்யப்பட்டது"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"கோப்பு விரைவில் இறக்குமதி செய்யப்படும்."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard இன் இறக்குமதி கோரிக்கை நிராகரிக்கப்பட்டது. பிறகு முயற்சிக்கவும்."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> விரைவில் ஏற்றுமதி செய்யப்படும்."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"கோப்பு விரைவில் ஏற்றப்படும்."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard இன் ஏற்றுமதி கோரிக்கை நிராகரிக்கப்பட்டது. பிறகு முயற்சிக்கவும்."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"தொடர்பு"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(களை) ஐ அகச் சேமிப்பிடத்தில் தற்காலிகமாகச் சேமிக்கிறது. அசல் இறக்குமதி உடனடியாக தொடங்கப்படும்."</string>
@@ -210,28 +214,27 @@
     <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"சேமிப்பிடத்தில் vCard கோப்பு இல்லை."</string>
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD கார்டில் vCard கோப்பு இல்லை."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"NFC வழியாக தொடர்பு பெறப்பட்டது"</string>
-    <string name="confirm_export_title" msgid="3240899428149018226">"தொடர்புகளை ஏற்றுமதி செய்யவா?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard கோப்பைத் தேர்வுசெய்யவும்"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ஒரு vCard கோப்பை இறக்குமதிசெய்"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"பல vCard கோப்புகளை இறக்குமதிசெய்"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"எல்லா vCard கோப்புகளையும் இறக்குமதி செய்யவும்"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"சேமிப்பிடத்தில் உள்ள vCard தரவைத் தேடுகிறது…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD கார்டில் உள்ள vCard தரவைத் தேடுகிறது…"</string>
+    <string name="confirm_export_title" msgid="3240899428149018226">"தொடர்புகளை இறக்கவா?"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"தற்காலிகமாகச் சேமித்தல்"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"சேமிப்பிடம் ஸ்கேன் செய்யப்படவில்லை. (காரணம்: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD கார்டு ஸ்கேன் செய்யப்படவில்லை. (காரணம்: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g> ஐ இறக்குமதி செய்கிறது: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"சேமிப்பிடத்திற்கு ஏற்றுமதி செய்"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf கோப்பிற்கு ஏற்று"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"வரிசைப்படுத்து"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"முதல் பெயர்"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"இறுதிப் பெயர்"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"பெயர் வடிவம்"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"முதல் பெயர் முதலில்"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"இறுதிப் பெயர் முதலில்"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"புதிய தொடர்புகளுக்கான இயல்பு கணக்கு"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"தொடர்பின் மீத்தரவை ஒத்திசைப்பதற்கான கணக்கு"</string>
+    <string name="setting_about" msgid="3926137653588942297">"தொடர்புகள் விவரம்"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"தெரியும் தொடர்புகளைப் பகிர்"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"தெரியும் தொடர்புகளைப் பகிர்வதில் தோல்வி."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"தொடர்புகளை இறக்கு/ஏற்று"</string>
     <string name="dialog_import" msgid="5177004290082451296">"தொடர்புகளை இறக்குமதி செய்தல்"</string>
     <string name="share_error" msgid="665756457151793108">"தொடர்பைப் பகிர முடியவில்லை."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"பகிர்வதற்குத் தொடர்புகள் இல்லை."</string>
     <string name="menu_search" msgid="7464453023659824700">"தேடு"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"காட்டுவதற்கான தொடர்புகள்"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"காட்டுவதற்கான தொடர்புகள்"</string>
@@ -240,18 +243,36 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"பிடித்தவை"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"தொடர்புகள் இல்லை."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"தெரியும் தொடர்புகள் எதுவுமில்லை."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"பிடித்தவை எதுவும் இல்லை."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"பிடித்தவை எதுவும் இல்லை"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> இல் தொடர்புகள் இல்லை"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"அடிக்கடி தொடர்புகொண்டவர்களை அழி"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"சிம் ஐத் தேர்ந்தெடுக்கவும்"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"கணக்குகள்"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"கணக்குகளை நிர்வகி"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"இறக்கு/ஏற்று"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> வழியாக"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> வழியாக <xliff:g id="DATE">%1$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"தேடுவதை நிறுத்து"</string>
     <string name="description_clear_search" msgid="3893511425518852086">"தேடலை அழி"</string>
-    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"தொடர்பின் காட்சி விருப்பங்கள்"</string>
+    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"தொடர்பின் காட்சி விருப்பத்தேர்வு"</string>
     <string name="select_account_dialog_title" msgid="5509088895267310568">"கணக்கு"</string>
     <string name="set_default_account" msgid="3865970860434642695">"அழைப்புகளுக்கு எப்போதும் இதைப் பயன்படுத்து"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"இதன் மூலம் அழை"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"குறிப்புடன் அழைக்கவும்"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"அழைப்புடன் சேர்த்து அனுப்ப, குறிப்பை உள்ளிடவும்..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"அனுப்பு &amp; அழை"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. படிக்காதவை (<xliff:g id="COUNT_3">%2$d</xliff:g>). </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. படிக்காதது (<xliff:g id="COUNT_1">%2$d</xliff:g>). </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"அகநிரல் பதிப்பு"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ஓப்பன் சோர்ஸ் உரிமங்கள்"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ஓப்பன் சோர்ஸ் மென்பொருளுக்கான உரிம விவரங்கள்"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"தனியுரிமைக் கொள்கை"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"சேவை விதிமுறைகள்"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ஓப்பன் சோர்ஸ் உரிமங்கள்"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> தேர்ந்தெடுக்கப்பட்டது"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> தேர்ந்தெடுக்கப்படவில்லை"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"வீடியோ அழைப்பைச் செய்"</string>
 </resources>
diff --git a/res-common/values-te-rIN/strings.xml b/res-common/values-te-rIN/strings.xml
index 1a32763..ec9012b 100644
--- a/res-common/values-te-rIN/strings.xml
+++ b/res-common/values-te-rIN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"వచనం కాపీ చేయబడింది"</string>
+    <string name="copy_text" msgid="3424081789297978355">"క్లిప్‌బోర్డ్‌కు కాపీ చేయి"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g>కు కాల్ చేయండి"</string>
     <string name="call_home" msgid="1479549630992276827">"ఇంటికి కాల్ చేయండి"</string>
     <string name="call_mobile" msgid="8618334085824709009">"మొబైల్‌కు కాల్ చేయండి"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"పరిచయాలు"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"ఇతరం"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"డైరెక్టరీ"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"కార్యాలయ డైరెక్టరీ"</string>
     <string name="local_search_label" msgid="9094584931063745728">"అన్ని పరిచయాలు"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"నేను"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"శోధిస్తోంది..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"తరచుగా సంప్రదించబడినవి"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"పరిచయాన్ని వీక్షించండి"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"ఫోన్ నంబర్‌లు గల అన్ని పరిచయాలు"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"కార్యాలయ ప్రొఫైల్ పరిచయాలు"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"నవీకరణలను వీక్షించండి"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"టాబ్లెట్-మాత్రమే, సమకాలీకరించబడలేదు"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"ఫోన్-మాత్రమే, సమకాలీకరించబడలేదు"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"సంస్థ"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"సంబంధం"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"ప్రత్యేక తేదీలు"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"ప్రత్యేక తేదీ"</string>
     <string name="sms" msgid="8086289395154598654">"వచన సందేశం"</string>
     <string name="postal_address" msgid="7692926530081579786">"చిరునామా"</string>
     <string name="ghostData_company" msgid="22470841482615409">"కంపెనీ"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"చాట్ చేయండి"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"తొలగించు"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"పేరు ఫీల్డ్‌లను విస్తరింపజేయి లేదా కుదించు"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ఫొనెటిక్ పేరు ఫీల్డ్‌లను విస్తరింపజేస్తుంది లేదా కుదిస్తుంది"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"అన్ని పరిచయాలు"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"నక్షత్రం గుర్తు ఉన్నవి"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"అనుకూలీకరించండి"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g>లో పరిచయాలు"</string>
     <string name="listCustomView" msgid="1915154113477432033">"అనుకూల వీక్షణలో పరిచయాలు"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"ఒక పరిచయం"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"ఖాతాలో పరిచయాన్ని సృష్టించండి"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"దిగుమతి చేసిన పరిచయాలను దీనికి సేవ్ చేయి:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"సిమ్ కార్డు నుండి దిగుమతి చేయండి"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> SIM నుండి దిగుమతి చేయండి"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"<xliff:g id="SIM_NAME">%1$s</xliff:g> SIM నుండి దిగుమతి చేయండి"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"నిల్వ నుండి దిగుమతి చేయండి"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf ఫైల్ నుండి దిగుమతి చేయి"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> యొక్క దిగుమతిని రద్దు చేయాలా?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> యొక్క ఎగుమతిని రద్దు చేయాలా?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"vCard దిగుమతి/ఎగుమతిని రద్దు చేయడం సాధ్యపడలేదు"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\"ని తెరవడం సాధ్యపడలేదు: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"ఎక్స్‌పోర్టర్‌ను ప్రారంభించడం సాధ్యపడలేదు: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ఎగమతి చేయగల పరిచయం లేదు."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"మీరు అవసరమయ్యే అనుమతిని నిలిపివేసారు."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"ఎగుమతి సమయంలో లోపం సంభవించింది: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"అవసరమైన ఫైల్ పేరు (\"<xliff:g id="FILENAME">%s</xliff:g>\") చాలా పెద్దదిగా ఉంది."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"నిల్వలో చాలా ఎక్కువ vCard ఫైల్‌లు ఉన్నాయి."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"అందించిన vCard ఫైల్(లు) యొక్క మెటా డేటా సమాచారాన్ని సేకరించడం సాధ్యపడలేదు."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ఒకటి లేదా అంతకంటే ఎక్కువ ఫైల్‌లను (%s) దిగుమతి చేయడం సాధ్యపడలేదు."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>ని ఎగుమతి చేయడం పూర్తయింది."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"పరిచయాలను ఎగుమతి చేయడం పూర్తయింది."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>ని ఎగుమతి చేయడం రద్దు చేయబడింది."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"పరిచయ డేటాను ఎగుమతి చేస్తోంది"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"మీ పరిచయ డేటా దీనికి ఎగుమతి చేయబడుతోంది: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard కంపోజర్ సరిగ్గా ప్రారంభించబడలేదు."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ఎగుమతి చేయడం సాధ్యపడలేదు"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"పరిచయ డేటా ఎగుమతి చేయబడలేదు.\nకారణం: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"నిల్వ కనుగొనబడలేదు."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD కార్డు కనుగొనబడలేదు."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"మీ పరిచయ జాబితా ఫైల్‌కు ఎగుమతి చేయబడుతుంది: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g>ని దిగుమతి చేస్తోంది"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard డేటాను చదవడం సాధ్యపడలేదు"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard డేటాను చదవడం రద్దయింది"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ఫైల్ కొద్దిసేపట్లో దిగుమతి చేయబడుతుంది."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard దిగుమతి అభ్యర్థన తిరస్కరించబడింది. తర్వాత మళ్లీ ప్రయత్నించండి."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> కొద్దిసేపట్లో ఎగుమతి చేయబడుతుంది."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ఫైల్ కాసేపట్లో ఎగుమతి చేయబడుతుంది."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard ఎగుమతి అభ్యర్థన తిరస్కరించబడింది. తర్వాత మళ్లీ ప్రయత్నించండి."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"పరిచయం"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard(ల)ను స్థానిక తాత్కాలిక నిల్వకు కాష్ చేస్తోంది. అసలు దిగుమతి కొద్దిసేపట్లో ప్రారంభమవుతుంది."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD కార్డులో vCard ఫైల్ ఏదీ కనుగొనబడలేదు."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"పరిచయం NFC ద్వారా స్వీకరించబడింది"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"పరిచయాలను ఎగుమతి చేయాలా?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard ఫైల్‌ను ఎంచుకోండి"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ఒక vCard ఫైల్‌ను దిగుమతి చేయండి"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"బహుళ vCard ఫైల్‌లను దిగుమతి చేయండి"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"అన్ని vCard ఫైల్‌లను దిగుమతి చేయండి"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"నిల్వలో vCard డేటా కోసం శోధిస్తోంది…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD కార్డులో vCard డేటా కోసం శోధిస్తోంది…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"కాష్ చేస్తోంది"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"నిల్వను స్కాన్ చేయడం సాధ్యపడలేదు. (కారణం: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD కార్డును స్కాన్ చేయడం సాధ్యపడలేదు. (కారణం: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="TOTAL_NUMBER">%s</xliff:g>లో <xliff:g id="CURRENT_NUMBER">%s</xliff:g> దిగుమతి చేయబడుతోంది: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"నిల్వకు ఎగుమతి చేయండి"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf ఫైల్‌కు ఎగుమతి చేయి"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ఇలా క్రమబద్ధీకరించు"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"మొదటి పేరు"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"చివరి పేరు"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"పేరు ఆకృతి"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ముందుగా మొదటి పేరు"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"ముందుగా చివరి పేరు"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"కొత్త పరిచయాల కోసం డిఫాల్ట్ ఖాతా"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"పరిచయ మెటాడేటా సమకాలీకరణ ఖాతా"</string>
+    <string name="setting_about" msgid="3926137653588942297">"పరిచయాల గురించి"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"కనిపించే పరిచయాలను భాగస్వామ్యం చేయండి"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"కనిపించే పరిచయాలను భాగస్వామ్యం చేయడం విఫలమైంది."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"పరిచయాలను దిగుమతి/ఎగుమతి చేయండి"</string>
     <string name="dialog_import" msgid="5177004290082451296">"పరిచయాలను దిగుమతి చేయండి"</string>
     <string name="share_error" msgid="665756457151793108">"ఈ పరిచయాన్ని భాగస్వామ్యం చేయడం సాధ్యపడదు."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"భాగస్వామ్యం చేయడానికి పరిచయాలు ఏవీ లేవు."</string>
     <string name="menu_search" msgid="7464453023659824700">"శోధించు"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ప్రదర్శించాల్సిన పరిచయాలు"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ప్రదర్శించాల్సిన పరిచయాలు"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"అనుకూల వీక్షణను నిర్వచించండి"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"అనుకూల వీక్షణ నిర్వచనం"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"పరిచయాలను కనుగొనండి"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"ఇష్టమైనవి"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"పరిచయాలు లేవు."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"కనిపించే పరిచయాలు ఏవీ లేవు."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ఇష్టమైనవి లేవు."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ఇష్టమైనవి లేవు"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>లో పరిచయాలు లేవు"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"తరచుగా ఉన్నవాటిని క్లియర్ చేయి"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"సిమ్ కార్డును ఎంచుకోండి"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"ఖాతాలు"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"ఖాతాలను నిర్వహించు"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"దిగుమతి చేయి/ఎగుమతి చేయి"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> ద్వారా"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> ద్వారా <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"ఖాతా"</string>
     <string name="set_default_account" msgid="3865970860434642695">"కాల్‌ల కోసం ఎల్లప్పుడూ దీన్ని ఉపయోగించు"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"దీనితో కాల్ చేయండి"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"గమనికతో కాల్ చేయి"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"కాల్‌తో పాటు పంపడానికి గమనికను టైప్ చేయండి ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"పంపు &amp; కాల్ చేయి"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> చదవని అంశాలు. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> చదవని అంశం. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"బిల్డ్ సంస్కరణ"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ఓపెన్ సోర్స్ లైసెన్స్‌లు"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"ఓపెన్ సోర్స్ సాఫ్ట్‌వేర్ కోసం లైసెన్స్ వివరాలు"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"గోప్యతా విధానం"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"సేవా నిబంధనలు"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ఓపెన్ సోర్స్ లైసెన్స్‌లు"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ఎంచుకోబడింది"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> ఎంచుకోబడలేదు"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"వీడియో కాల్ చేస్తుంది"</string>
 </resources>
diff --git a/res-common/values-th/strings.xml b/res-common/values-th/strings.xml
index 01e8561..a7daa8c 100644
--- a/res-common/values-th/strings.xml
+++ b/res-common/values-th/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"คัดลอกข้อความแล้ว"</string>
+    <string name="copy_text" msgid="3424081789297978355">"คัดลอกไปยังคลิปบอร์ด"</string>
     <string name="call_custom" msgid="2786306789889210756">"โทรหา <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"โทรเข้าบ้าน"</string>
     <string name="call_mobile" msgid="8618334085824709009">"โทรเข้ามือถือ"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"สมุดโทรศัพท์"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"อื่นๆ"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ไดเรกทอรี"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"ไดเรกทอรีที่ทำงาน"</string>
     <string name="local_search_label" msgid="9094584931063745728">"รายชื่อติดต่อทั้งหมด"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"ฉัน"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"กำลังค้นหา…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"ติดต่อบ่อยครั้ง"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"ดูรายชื่อติดต่อ"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"รายชื่อติดต่อทั้งหมดที่มีหมายเลขโทรศัพท์"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"รายชื่อติดต่อในโปรไฟล์งาน"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"ดูการอัปเดต"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"แท็บเล็ตเท่านั้น ไม่ซิงค์"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"โทรศัพท์เท่านั้น ไม่ซิงค์"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"องค์กร"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"ความเกี่ยวข้อง"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"วันพิเศษ"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"วันที่พิเศษ"</string>
     <string name="sms" msgid="8086289395154598654">"ข้อความ"</string>
     <string name="postal_address" msgid="7692926530081579786">"ที่อยู่"</string>
     <string name="ghostData_company" msgid="22470841482615409">"บริษัท"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"แชท"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"ลบ"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"ขยายหรือยุบฟิลด์ชื่อ"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"ขยายหรือยุบช่องคำอ่านชื่อ"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"รายชื่อติดต่อทั้งหมด"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ที่ติดดาว"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"กำหนดค่า"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"รายชื่อติดต่อใน <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"รายชื่อติดต่อในมุมมองที่กำหนดเอง"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"รายชื่อติดต่อเดียว"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"สร้างรายชื่อภายในบัญชี"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"บันทึกรายชื่อติดต่อที่นำเข้าลงใน:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"นำเข้าจากซิมการ์ด"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"นำเข้าจากซิม <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"นำเข้าจากซิม <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"นำเข้าจากที่เก็บข้อมูล"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"นำเข้าจากไฟล์ .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"ยกเลิกการนำเข้า <xliff:g id="FILENAME">%s</xliff:g> หรือไม่"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"ยกเลิกการส่งออก <xliff:g id="FILENAME">%s</xliff:g> หรือไม่"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"ไม่สามารถยกเลิกการนำเข้า/ส่งออก vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"ไม่สามารถเปิด \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"เริ่มใช้งานโปรแกรมส่งออกไม่ได้: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"ไม่มีรายชื่อติดต่อที่สามารถส่งออกได้"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"คุณได้ปิดใช้สิทธิ์ที่จำเป็น"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"เกิดข้อผิดพลาดระหว่างส่งออก: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"ชื่อไฟล์ที่ต้องระบุยาวเกินไป (\"<xliff:g id="FILENAME">%s</xliff:g>\")"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"มีไฟล์ vCard ในที่จัดเก็บข้อมูลมากเกินไป"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"ไม่สามารถรวบรวมข้อมูลเมตาของ vCard ที่ระบุ"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"ไม่สามารถนำเข้าไฟล์ตั้งแต่หนึ่งไฟล์ขึ้นไป (%s)"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"ส่งออก <xliff:g id="FILENAME">%s</xliff:g> เสร็จแล้ว"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"ส่งออกรายชื่อติดต่อเรียบร้อยแล้ว"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"ยกเลิกการส่งออก <xliff:g id="FILENAME">%s</xliff:g> แล้ว"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"กำลังส่งออกข้อมูลสมุดโทรศัพท์"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"กำลังส่งออกข้อมูลรายชื่อติดต่อของคุณไปยัง: <xliff:g id="FILE_NAME">%s</xliff:g>"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"โปรแกรมเขียนข้อความ vCard เริ่มการทำงานไม่ถูกต้อง"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"ไม่สามารถส่งออก"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"ไม่ได้ส่งออกข้อมูลรายชื่อติดต่อ\nสาเหตุ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"ไม่พบที่จัดเก็บข้อมูล"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"ไม่พบการ์ด SD"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"รายชื่อติดต่อของคุณจะถูกส่งออกเป็นไฟล์: <xliff:g id="VCARD_FILENAME">%s</xliff:g>"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"กำลังนำเข้า <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"ไม่สามารถอ่านข้อมูล vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"ยกเลิกการอ่านข้อมูล vCard แล้ว"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"ไฟล์จะถูกนำเข้าในไม่ช้า"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"คำขอนำเข้า vCard ถูกปฏิเสธ ลองใหม่ภายหลัง"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"การส่งออก <xliff:g id="FILENAME">%s</xliff:g> จะเกิดขึ้นในไม่ช้า"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"ระบบจะส่งออกไฟล์ในอีกสักครู่"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"คำขอส่งออก vCard ถูกปฏิเสธ ลองใหม่ภายหลัง"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"รายชื่อติดต่อ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"กำลังแคช vCard ไปยังที่จัดเก็บข้อมูลชั่วคราวในตัวเครื่อง การนำเข้าจริงจะเริ่มต้นในอีกสักครู่"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"ไม่พบไฟล์ vCard บนการ์ด SD"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"รับรายชื่อผ่าน NFC แล้ว"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"ส่งออกรายชื่อติดต่อ"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"เลือกไฟล์ vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"นำเข้าไฟล์ vCard หนึ่งไฟล์"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"นำเข้าไฟล์ vCard หลายไฟล์"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"นำเข้าไฟล์ vCard ทั้งหมด"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"กำลังค้นหาข้อมูล vCard ในที่จัดเก็บข้อมูล..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"กำลังค้นหาข้อมูล vCard บนการ์ด SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"กำลังแคช"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"ไม่สามารถสแกนที่จัดเก็บข้อมูล (สาเหตุ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"ไม่สามารถสแกนการ์ด SD (สาเหตุ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"กำลังนำเข้า <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"ส่งออกไปยังที่เก็บข้อมูล"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"ส่งออกเป็นไฟล์ .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"จัดเรียงตาม"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"ชื่อ"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"นามสกุล"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"รูปแบบชื่อ"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"ชื่อขึ้นก่อน"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"นามสกุลขึ้นก่อน"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"บัญชีเริ่มต้นสำหรับรายชื่อติดต่อใหม่"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"ติดต่อบัญชีซิงค์ข้อมูลเมตา"</string>
+    <string name="setting_about" msgid="3926137653588942297">"เกี่ยวกับ \"รายชื่อติดต่อ\""</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"แชร์รายชื่อติดต่อที่มองเห็น"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"ไม่สามารถแชร์รายชื่อติดต่อที่มองเห็นได้"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"นำเข้า/ส่งออกรายชื่อติดต่อ"</string>
     <string name="dialog_import" msgid="5177004290082451296">"นำเข้ารายชื่อติดต่อ"</string>
     <string name="share_error" msgid="665756457151793108">"ไม่สามารถแชร์รายชื่อติดต่อนี้ได้"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"ไม่มีรายชื่อติดต่อที่จะแชร์"</string>
     <string name="menu_search" msgid="7464453023659824700">"ค้นหา"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"รายชื่อติดต่อที่จะแสดง"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"รายชื่อติดต่อที่จะแสดง"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"รายการโปรด"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"ไม่มีรายชื่อติดต่อ"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"ไม่มีรายชื่อติดต่อที่แสดงไว้"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"ไม่มีรายการโปรด"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"ไม่มีรายการโปรด"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"ไม่มีรายชื่อติดต่อใน <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"ล้างรายชื่อที่ติดต่อบ่อย"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"เลือกซิมการ์ด"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"บัญชี"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"จัดการบัญชี"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"นำเข้า/ส่งออก"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"ผ่านทาง <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> ผ่านทาง <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"บัญชี"</string>
     <string name="set_default_account" msgid="3865970860434642695">"ใช้ในการโทรทุกครั้ง"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"โทรด้วย"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"โทรพร้อมโน้ต"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"พิมพ์โน้ตเพื่อส่งพร้อมการโทร ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ส่งและโทร"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g> ยังไม่อ่าน <xliff:g id="COUNT_3">%2$d</xliff:g> รายการ </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g> ยังไม่อ่าน <xliff:g id="COUNT_1">%2$d</xliff:g> รายการ </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"เวอร์ชันบิวด์"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"ใบอนุญาตโอเพนซอร์ส"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"รายละเอียดใบอนุญาตสำหรับซอฟต์แวร์โอเพนซอร์ส"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"นโยบายส่วนบุคคล"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"ข้อกำหนดในการให้บริการ"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"ใบอนุญาตโอเพนซอร์ส"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"เลือก <xliff:g id="ACCOUNT_INFO">%s</xliff:g> แล้ว"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"ไม่ได้เลือก <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"เริ่มแฮงเอาท์วิดีโอ"</string>
 </resources>
diff --git a/res-common/values-tl/strings.xml b/res-common/values-tl/strings.xml
index ee98714..7a135c0 100644
--- a/res-common/values-tl/strings.xml
+++ b/res-common/values-tl/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Kinopya ang teksto"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopyahin sa clipboard"</string>
     <string name="call_custom" msgid="2786306789889210756">"Tawagan sa <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Tawagan sa bahay"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Tawagan sa mobile"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Mga Contact"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Iba pa"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktoryo"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Direktoryo sa Trabaho"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Lahat ng contact"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ako"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Naghahanap…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Madalas na kino-contact"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Tingnan ang contact"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Lahat ng contact na may mga numero ng telepono"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Mga contact ng Profile sa Trabaho"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Tingnan ang mga update"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Tablet lang, hindi naka-sync"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Telepono lang, hindi naka-sync"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Samahan"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Kaugnayan"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Mga espesyal na petsa"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Espesyal na petsa"</string>
     <string name="sms" msgid="8086289395154598654">"Text message"</string>
     <string name="postal_address" msgid="7692926530081579786">"Address"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Kumpanya"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Chat"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"tanggalin"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Palawakin o tiklupin ang mga field ng pangalan"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Palakihin o i-collapse ang mga field ng phonetic na pangalan"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Lahat ng contact"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Naka-star"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"I-customize"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Mga contact sa <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Mga contact sa custom na view"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Iisang contact"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Lumikha ng contact sa ilalim ng account"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"I-save ang mga ii-import na contact sa:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"I-import mula sa SIM card"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"I-import mula sa SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"I-import mula sa SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"I-import mula sa storage"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Mag-import mula sa .vcf file"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Kanselahin ang pag-import ng <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Kanselahin ang pag-export ng <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Di makansela pag-import/pag-export vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Hindi mabuksan ang \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Hindi masimulan ang exporter: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Walang na-e-export na contact."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Na-disable mo ang isang kinakailangang pahintulot."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"May naganap na error habang nag-e-export: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Masyadong mahaba ang kinakailangang filename (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Masyadong maraming vCard file ang nasa storage."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Hindi makakolekta ng impormasyon ng meta ng ibinigay na (mga) vCard file."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Hindi ma-import ang isa o higit pang mga file (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Tapos na ang pag-export ng <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Tapos nang i-export ang mga contact."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Kinansela ang pag-export ng <xliff:g id="FILENAME">%s</xliff:g>."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Ine-export ang data ng contact"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Ine-export ang data ng iyong contact sa: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Hindi nagsimula nang maayos ang composer ng vCard."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Hindi ma-export"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Hindi na-export ang data ng contact.\nDahilan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Walang nahanap na storage."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Walang nahanap na SD card."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Ma-e-export ang listahan ng iyong contact sa file na: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Ini-import ang <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Hindi mabasa ang data ng vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Kinansela ang pagbabasa ng data ng vCard"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Ii-import ang file sa ilang sandali."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Tinanggihan ang kahilingan sa pag-import ng vCard. Subukang muli sa ibang pagkakataon."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"I-e-export ang <xliff:g id="FILENAME">%s</xliff:g> sa ilang sandali."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Ie-export ang file sa ilang sandali."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Tinanggihan ang kahilingan sa pag-export ng vCard. Subukang muli sa ibang pagkakataon."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"contact"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Kina-cache ang (mga) vCard sa lokal na pansamantalang storage. Magsisimula sa lalong madaling panahon ang aktwal na pag-import."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Walang nahanap na vCard file sa SD card."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Natanggap contact sa NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"I-export ang mga contact?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Piliin ang vCard file"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Mag-import ng isang vCard file"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Mag-import ng maraming vCard file"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"I-import ang lahat ng vCard file"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Naghahanap ng data ng vCard sa storage…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Naghahanap ng data ng vCard sa SD card…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Nagka-cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Hindi ma-scan ang storage. (Dahilan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Hindi ma-scan ang SD card. (Dahilan: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Nag-i-import ng <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"I-export sa storage"</string>
-    <string name="display_options_sort_list_by" msgid="8635268562263708102">"Pag-uri-uriin ayon sa"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"I-export sa .vcf file"</string>
+    <string name="display_options_sort_list_by" msgid="8635268562263708102">"Uriin ayon sa"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Pangalan"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Apelyido"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Format ng pangalan"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Pangalan muna"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Apelyido muna"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Default na account para sa mga bagong contact"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Account ng pag-sync ng metadata ng contact"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Tungkol sa Mga Contact"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Magbahagi ng mga nakikitang contact"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Hindi naibahagi ang mga nakikitang contact."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Mag-import/mag-export ng mga contact"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Mag-import ng mga contact"</string>
-    <string name="share_error" msgid="665756457151793108">"Hindi maibahagi ang contact na ito."</string>
+    <string name="share_error" msgid="665756457151793108">"Hindi maibabahagi ang contact na ito."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Walang ibabahaging mga contact."</string>
     <string name="menu_search" msgid="7464453023659824700">"Hanapin"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Mga contact na ipapakita"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Mga contact na ipapakita"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Tukuyin ang custom na view"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Tukuyin ang custom view"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Maghanap ng mga contact"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Mga Paborito"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Walang mga contact."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Walang mga nakikitang contact."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Walang mga paborito."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Walang mga paborito"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Walang mga contact sa <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"I-clear ang mga frequent"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Pumili ng SIM card"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Mga account"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Pamahalaan ang mga account"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Mag-import/mag-export"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"sa pamamagitan ng <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> sa pamamagitan ng <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Account"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Gamitin ito palagi sa mga tawag"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Tumawag gamit ang"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Tumawag nang may kasamang tala"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Mag-type ng isang tala na ipadadala kasama ng tawag ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"IPADALA &amp; TUMAWAG"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> hindi nabasang item. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> na hindi nabasang item. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Bersyon ng build"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Mga open source na lisensya"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Mga detalye ng lisensya para sa open source na software"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Patakaran sa privacy"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Mga tuntunin ng serbisyo"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Mga open source na lisensya"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Nilagyan ng check ang <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Hindi nilagyan ng check ang <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Magsimula ng video call"</string>
 </resources>
diff --git a/res-common/values-tr/strings.xml b/res-common/values-tr/strings.xml
index 52cbc14..09a725b 100644
--- a/res-common/values-tr/strings.xml
+++ b/res-common/values-tr/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Metin kopyalandı"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Panoya kopyala"</string>
     <string name="call_custom" msgid="2786306789889210756">"Sesli arama yap (<xliff:g id="CUSTOM">%s</xliff:g>)"</string>
     <string name="call_home" msgid="1479549630992276827">"Sesli arama yap (ev)"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Sesli arama yap (mobil)"</string>
@@ -28,7 +29,7 @@
     <string name="call_other" msgid="4472141328347894937">"Sesli arama yap"</string>
     <string name="call_callback" msgid="687494744634190411">"Sesli arama yap (geri arama)"</string>
     <string name="call_car" msgid="9078083109758282133">"Sesli arama yap (araç)"</string>
-    <string name="call_company_main" msgid="8768047233970315359">"Sesli arama yap (şirket ana hattı)"</string>
+    <string name="call_company_main" msgid="8768047233970315359">"Sesli arama yap (şirket santrali)"</string>
     <string name="call_isdn" msgid="3342482563847537747">"Sesli arama yap (ISDN)"</string>
     <string name="call_main" msgid="4640261071249938558">"Sesli arama yap (santral)"</string>
     <string name="call_other_fax" msgid="2536328553125487877">"Sesli arama yap (faks)"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Kişiler"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Diğer"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Dizin"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"İş Dizini"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Tüm kişiler"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Ben"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Aranıyor…"</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Sık iletişim kurulanlar"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Kişiyi görüntüle"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Telefon numarası olan tüm kişiler"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"İş Profili kişileri"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Güncellemeleri görüntüle"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Yalnızca tablet, senkronize değil"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Yalnızca telefon, senkronize değil"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Yalnızca telefonda saklanan, senkronize olmayan"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Adı"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Takma ad"</string>
     <string name="full_name" msgid="885420216812981202">"Adı"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Kuruluş"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"İlişki"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Özel tarihler"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Özel tarih"</string>
     <string name="sms" msgid="8086289395154598654">"Kısa mesaj"</string>
     <string name="postal_address" msgid="7692926530081579786">"Adres"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Şirket"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Sohbet"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"sil"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ad alanlarını genişlet veya daralt"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Fonetik ad alanlarını genişlet veya daralt"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Tüm kişiler"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Yıldız işaretli"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Özelleştir"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> hesabındaki kişiler"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Özel görünümdeki kişiler"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Tek kişi"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Şu hesap altında kişi oluştur:"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"İçe aktarılan kişilerin kaydedileceği yer:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"SIM karttan içe aktar"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"SIM\'den (<xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>) içe aktar"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"SIM\'den (<xliff:g id="SIM_NAME">%1$s</xliff:g>) içe aktar"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Depolama biriminden içe aktar"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">".vcf dosyasından aktar"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> dosyasının içe aktarılması iptal edilsin mi?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> dosyasının dışa aktarılması iptal edilsin mi?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"İçe/dışa aktarma işlemi iptal edilemedi"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" açılamadı: <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Dışa aktarıcı başlatılamadı: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Dışa aktarabilecek kişi yok."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Gerekli bir izni devre dışı bıraktınız."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Dışa aktarma sırasında bir hata oluştu: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Gereken dosya adı çok uzun (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Depolama biriminde çok fazla vCard dosyası var."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Belirtilen vCard dosyalarının meta bilgileri toplanamadı."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Bir veya daha fazla dosya içe aktarılamadı (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> dosyasını dışa aktarma tamamlandı."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kişileri dışa aktarma işlemi tamamlandı."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> dosyasını dışa aktarma iptal edildi."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kişi verileri dışa aktarılıyor"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kişi verileriniz şu dosyaya aktarılıyor: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard oluşturucu düzgün başlamadı."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Dışa aktarılamadı"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kişi verileri dışa aktarılamadı.\nNedeni: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Depolama birimi bulunamadı."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD kart bulunamadı."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Kişi listeniz şu dosyaya aktarılacak: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> içe aktarılıyor"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"vCard verileri okunamadı"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"vCard verilerini okuma işlemi iptal edildi"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Dosya kısa bir süre sonra içe aktarılacak."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard\'ı içe aktarma isteği reddedildi. Daha sonra tekrar deneyin."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> kısa bir süre içinde dışa aktarılacak."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Dosya kısa bir süre sonra dışa aktarılacak."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard\'ı dışa aktarma isteği reddedildi. Daha sonra tekrar deneyin."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kişi"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"vCard\'lar geçici bir yerel depolama alanında önbelleğe alınıyor. Asıl içe aktarma işlemi kısa süre içinde başlayacak."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD kartta hiç vCard dosyası bulunamadı."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kişi NFC ile alındı"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Kişiler dışa aktarılsın mı?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"vCard dosyası seçin"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Bir vCard dosyasını içe aktar"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Birden fazla vCard dosyasını içe aktar"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Tüm vCard dosyalarını içe aktar"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Depolama birimindeki vCard verileri aranıyor..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD kartta vCard verileri aranıyor..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Önbelleğe alınıyor"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Depolama biriminiz taranamadı. (Nedeni: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD kart taranamadı. (Nedeni: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"İçe aktarılıyor <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Depolama birimine aktar"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">".vcf dosyasına aktar"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sıralama ölçütü"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ad"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Soyadı"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Ad biçimi"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Önce ad"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Önce soyadı"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Yeni kişiler için varsayılan hesap"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Kişi meta veri senkronizasyon hesabı"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Kişiler Hakkında"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Görülebilir kişileri paylaş"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Görünür kişiler paylaşılamadı."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Kişileri içe/dışa aktar"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Kişileri içe aktar"</string>
     <string name="share_error" msgid="665756457151793108">"Bu kişi paylaşılamıyor."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Paylaşılacak kişi yok."</string>
     <string name="menu_search" msgid="7464453023659824700">"Ara"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Görüntülenecek kişiler"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Görüntülenecek kişiler"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Favoriler"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Kişi yok."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Görülebilir kişi yok."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Favori yok."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Favori yok"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> içinde kişi yok"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Sık iletişim kurulanları sil"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM kart seç"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Hesaplar"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Hesapları yönet"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"İçe/Dışa aktar"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> üzerinden"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> üzerinden şu zamanda: <xliff:g id="DATE">%1$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Hesap"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Çağrılar için her zaman bunu kullan"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Çağrıyı şununla yap:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Notla telefon et"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Çağrıyla göndermek için bir not yazın..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"GÖNDER VE TELEFON ET"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> okunmamış öğe. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> okunmamış öğe. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Derleme sürümü"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Açık kaynak lisansları"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Açık kaynak yazılımlar için lisans ayrıntıları"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Gizlilik politikası"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Hizmet şartları"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Açık kaynak lisansları"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> işaretlendi"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> işaretlenmedi"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Video görüşmesi yap"</string>
 </resources>
diff --git a/res-common/values-uk/strings.xml b/res-common/values-uk/strings.xml
index 0029161..81b9a61 100644
--- a/res-common/values-uk/strings.xml
+++ b/res-common/values-uk/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Текст скопійовано"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Копіювати в буфер обміну"</string>
     <string name="call_custom" msgid="2786306789889210756">"Набрати <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Набрати домашній номер телефону"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Набрати номер мобільного телефону"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Контакти"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Інше"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Каталог"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Робочий каталог"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Усі контакти"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Я"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Пошук…"</string>
@@ -87,6 +89,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Часті контакти"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Переглянути контакт"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Усі контакти з номерами телефону"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Контакти в робочому профілі"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Переглянути оновлення"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Лише на пристрої, не синхронізується"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Лише в телефоні, не синхронізується"</string>
@@ -96,11 +99,11 @@
     <string name="name_given" msgid="4153709115654909377">"Ім’я"</string>
     <string name="name_family" msgid="5317387657540738981">"Прізвище"</string>
     <string name="name_prefix" msgid="8219879405071462309">"Префікс імені"</string>
-    <string name="name_middle" msgid="3951610314424632183">"По-батькові"</string>
+    <string name="name_middle" msgid="3951610314424632183">"По батькові"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Суфікс імені"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"Вимова імені"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Вимова імені"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Вимова по-батькові"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Вимова по батькові"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Вимова прізвища"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Телефон"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"Електронна адреса"</string>
@@ -108,7 +111,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"Чат"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Організація"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Зв’язки"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Особливі дати"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Спеціальна дата"</string>
     <string name="sms" msgid="8086289395154598654">"Текстове повідомлення"</string>
     <string name="postal_address" msgid="7692926530081579786">"Адреса"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Компанія"</string>
@@ -145,6 +148,7 @@
     <string name="chat" msgid="6297650784873558837">"Чат"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"видалити"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Розгорнути або згорнути поля імен"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Розгорнути або згорнути поля вимови імен"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Усі контакти"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Із зірочками"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Спеціальний"</string>
@@ -159,13 +163,13 @@
     <string name="menu_done" msgid="32470053723443112">"Готово"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Скасувати"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Контакти в обліковому записі <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Контакти в спеціальному перегляді"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Користувацький фільтр"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Один контакт"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Створити контакт в обліковому записі"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Зберегти імпортовані контакти в обліковий запис:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Імпорт із SIM-карти"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Імпортувати із SIM-карти \"<xliff:g id="SIM_NAME">^1</xliff:g>\" – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Імпортувати із SIM-карти \"<xliff:g id="SIM_NAME">%1$s</xliff:g>\""</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Імпорт із носія"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Імпортувати з файлу .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Скасувати імпорт файлу <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Скасувати експорт файлу <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Не вдалося скасув. імпорт/експорт vCard"</string>
@@ -173,6 +177,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Не вдалося відкрити файл \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Не вдалося запустити експортер: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Немає контактів, які можна експортувати."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Ви вимкнули обов’язковий дозвіл."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Під час експорту сталася помилка: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Потрібна назва файлу задовга (\"<xliff:g id="FILENAME">%s</xliff:g>\")"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"У пам’яті забагато файлів vCard."</string>
@@ -184,6 +189,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Не вдалося зібрати мета-інформацію файлів цієї vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Не вдалось імпортувати один або декілька файлів (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Експорт файлу <xliff:g id="FILENAME">%s</xliff:g> завершено."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Контакти експортовано."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Експорт файлу <xliff:g id="FILENAME">%s</xliff:g> скасовано."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Експортувати контактні дані"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Ваші контактні дані експортуються у файл: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -193,9 +199,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Майстер vCard не запущено належним чином."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Помилка експорту"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Контактні дані не експортовано.\nПричина: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Пам’ять не знайдено."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Карту SD не знайдено."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Ваш список контактів буде експортовано у файл: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Імпорт контакта <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Не вдалося прочитати дані vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Читання даних vCard скасовано"</string>
@@ -205,6 +208,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Файл незабаром буде імпортовано."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Запит на імпорт файлу vCard відхилено. Повторіть спробу пізніше."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"Файл <xliff:g id="FILENAME">%s</xliff:g> незабаром буде експортовано."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Невдовзі файл буде експортовано."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Запит на експорт файлу vCard відхилено. Повторіть спробу пізніше."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"контакт"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Кешування файлів vCard у локальну тимчасову пам’ять. Імпорт почнеться незабаром."</string>
@@ -213,40 +217,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"На карті SD не знайдено жодного файлу vCard."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Контакт через NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Експортувати контакти?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Вибрати файл vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Імпортувати 1 файл vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Імпортувати декілька файлів vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Імпортувати всі файли vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Пошук даних vCard у пам’яті…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Пошук даних vCard на карті SD…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Кешування"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Не вдалося просканувати пам’ять. (Причина: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Не вдалося просканувати карту SD. (Причина: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Імпорт <xliff:g id="CURRENT_NUMBER">%s</xliff:g> з <xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Експорт на носій"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Експортувати у файл .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Параметри сортування"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ім’я"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Прізвище"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Формат імені"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Ім’я спочатку"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Прізвище спочатку"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Обліковий запис за умовчанням для нових контактів"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Обліковий запис для синхронізації метаданих контактів"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Про додаток Контакти"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Надіслати видимі контакти"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Не вдалося поділитись видимими контактами."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Імпорт/експорт контактів"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Імпорт контактів"</string>
     <string name="share_error" msgid="665756457151793108">"Цей контакт неможливо надіслати."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Немає контактів, якими можна поділитися."</string>
     <string name="menu_search" msgid="7464453023659824700">"Пошук"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Контакти для показу"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Контакти для показу"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Налаштувати спеціальний перегляд"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Вибрати групи"</string>
     <string name="hint_findContacts" msgid="28151707326753522">"Пошук контактів"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Вибране"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Контактів немає."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Видимих контактів немає."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Немає вибраних."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Немає вибраних контактів"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> – контактів немає"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Очистити часті контакти"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Вибрати SIM-карту"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Облікові записи"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Керувати обліковими записами"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Імпорт або експорт"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"через <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> через <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -256,4 +259,24 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Обліковий запис"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Завжди використовувати для дзвінків"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Телефонувати за допомогою"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Зателефонувати й надіслати нотатку"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Введіть нотатку, яку хочете надіслати під час дзвінка…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"ЗАТЕЛЕФОНУВАТИ Й НАДІСЛАТИ"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> з <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитаний елемент. </item>
+      <item quantity="few"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитані елементи. </item>
+      <item quantity="many"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитаних елементів. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> непрочитаного елемента. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Версія складання"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Ліцензії відкритого коду"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Деталі ліцензії для програмного забезпечення з відкритим кодом"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Політика конфіденційності"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Умови використання"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Ліцензії відкритого коду"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> вибрано"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> не вибрано"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Почати відеодзвінок"</string>
 </resources>
diff --git a/res-common/values-ur-rPK/strings.xml b/res-common/values-ur-rPK/strings.xml
index 3e6e101..bd312d1 100644
--- a/res-common/values-ur-rPK/strings.xml
+++ b/res-common/values-ur-rPK/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"متن کاپی ہوگیا"</string>
+    <string name="copy_text" msgid="3424081789297978355">"کلپ بورڈ میں کاپی کریں"</string>
     <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g> کو کال کریں"</string>
     <string name="call_home" msgid="1479549630992276827">"گھر پر کال کریں"</string>
     <string name="call_mobile" msgid="8618334085824709009">"موبائل پر کال کریں"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"رابطے"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"دیگر"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"ڈائریکٹری"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"کام کی ڈائرکٹری"</string>
     <string name="local_search_label" msgid="9094584931063745728">"سبھی رابطے"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"میں"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"تلاش کر رہا ہے…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"اکثر رابطہ کردہ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"رابطہ دیکھیں"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"فون نمبرز کے ساتھ سبھی رابطے"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"دفتری پروفائل رابطے"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"اپ ڈیٹس دیکھیں"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"صرف ٹیبلٹ، غیر مطابقت پذیر"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"صرف فون، غیر مطابقت پذیر"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"تنظیم"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"تعلق"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"خصوصی تاریخیں"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"خاص تاریخ"</string>
     <string name="sms" msgid="8086289395154598654">"متنی پیغام"</string>
     <string name="postal_address" msgid="7692926530081579786">"پتہ"</string>
     <string name="ghostData_company" msgid="22470841482615409">"کمپنی"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"چیٹ کریں"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"حذف کریں"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"نام کی فیلڈز کو پھیلائیں یا چھوٹا کریں"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"فونیٹک نام کی فیلڈز کو پھیلائیں یا سکیڑیں"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"سبھی رابطے"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"ستارے کے نشان والے"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"حسب ضرورت بنائیں"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> میں رابطے"</string>
     <string name="listCustomView" msgid="1915154113477432033">"حسب ضرورت منظر میں رابطے"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"واحد رابطہ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"اکاؤنٹ کے تحت رابطہ بنائیں"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"درآمد کردہ رابطے اس میں محفوظ کریں:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"‏SIM کارڈ سے درآمد کریں"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"‏SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>‎ سے درآمد کریں"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"‏SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>‎ سے درآمد کریں"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"اسٹوریج سے درآمد کریں"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"‏‎.vcf فائل سے درآمد کریں"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g> کی درآمد منسوخ کریں؟"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g> کی برآمد منسوخ کریں؟"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"وی کارڈ کی درآمد/برآمد کو منسوخ نہیں کرسکا"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" کو نہیں کھول سکا: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"۔"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"برآمد کنندہ شروع نہیں ہو سکا: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"۔"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"کوئی قابل برآمد رابطہ نہیں ہے۔"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"آپ نے ایک درکار اجازت غیر فعال کر دی ہے۔"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"برآمد کرنے کے دوران ایک غلطی ہوگئی: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"۔"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"مطلوبہ فائل کا نام کافی لمبا (\"<xliff:g id="FILENAME">%s</xliff:g>\") ہے۔"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"اسٹوریج میں بہت زیادہ وی کارڈ فائلیں ہیں۔"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"مقررہ وی کارڈ فائل (فائلوں) کی میٹا معلومات اکٹھا نہیں کرسکا۔"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"‏ایک یا مزید فائلیں درآمد نہیں ہوسکیں (%s)۔"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g> کی برآمد پوری ہوگئی۔"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"رابطوں کی برآمدگی مکمل ہو گئی۔"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g> کی برآمد منسوخ ہوگئی۔"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"رابطہ کا ڈیٹا برآمد کر رہا ہے"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"آپ کا رابطے کا ڈیٹا اس میں برآمد کیا جا رہا ہے: <xliff:g id="FILE_NAME">%s</xliff:g>۔"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"وی کارڈ کمپوزر مناسب طریقے سے شروع نہیں ہوا۔"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"برآمد نہیں کیا جاسکا"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"رابطہ کا ڈیٹا برآمد نہیں ہوا۔\nوجہ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"کوئی اسٹوریج نہیں ملا۔"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"‏کوئی SD کارڈ نہیں ملا۔"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"آپ کے رابطوں کی فہرست فائل: <xliff:g id="VCARD_FILENAME">%s</xliff:g> میں برآمد ہوگی۔"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> کو درآمد کر رہا ہے"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"وی کارڈ کا ڈیٹا نہیں پڑھ سکا"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"وی کارڈ کا ڈیٹا پڑھنا منسوخ ہوگیا"</string>
@@ -203,35 +206,35 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"فائل جلد ہی درآمد کی جائے گی۔"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"وی کارڈ درآمد کرنے کی درخواست مسترد ہوگئی تھی۔ بعد میں دوبارہ کوشش کریں۔"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> جلد ہی برآمد کی جائے گی۔"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"فائل تھوڑی دیر میں برآمد کر دی جائے گی۔"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"وی کارڈ برآمد کرنے کی درخواست مسترد ہوگئی تھی۔ بعد میں دوبارہ کوشش کریں۔"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"رابطہ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"وی کارڈ (کارڈز) کو مقامی عارضی اسٹوریج میں ذخیرہ کر رہا ہے۔ اصل درآمد جلد ہی شروع ہوگی۔"</string>
     <string name="vcard_import_failed" msgid="4105296876768072508">"وی کارڈ درآمد نہیں کرسکا۔"</string>
-    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"اسٹوریج میں کوئی وی کارڈ فائل نہیں ملی۔"</string>
-    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"‏SD کارڈ میں کوئی وی کارڈ فائل نہیں ملی۔"</string>
+    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"‏اسٹوریج میں کوئی vCard فائل نہیں ملی۔"</string>
+    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"‏SD کارڈ میں کوئی vCard فائل نہیں ملی۔"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"‏NFC پر موصولہ رابطہ"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"رابطے برآمد کریں؟"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"وی کارڈ فائل منتخب کریں"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"ایک وی کارڈ فائل درآمد کریں"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"متعدد وی ​​کارڈ فائلیں درآمد کریں"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"سبھی وی کارڈ فائلیں درآمد کریں"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"اسٹوریج میں وی کارڈ کا ڈیٹا تلاش کر رہا ہے…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"‏SD کارڈ میں وی کارڈ کا ڈیٹا تلاش کر رہا ہے…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"ذخیرہ کر رہا ہے"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"اسٹوریج کو اسکین نہیں کیا جا سکا۔ (وجہ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"‏SD کارڈ کو اسکین نہیں کیا جا سکا۔ (وجہ: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g> درآمد کر رہا ہے"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"اسٹوریج میں برآمد کریں"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"‏‎.vcf فائل میں برآمد کریں"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"ترتیب دیں بلحاظ"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"پہلا نام"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"آخری نام"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"نام کا فارمیٹ"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"پہلا نام پہلے"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"آخری نام پہلے"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"نئے رابطوں کیلئے ڈیفالٹ اکاؤنٹ"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"رابطہ میٹا ڈیٹا کیلئے مطابقت پذیر اکاؤنٹ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"رابطوں کے بارے میں"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"مرئی رابطوں کا اشتراک کریں"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"مرئی رابطوں کا اشتراک کرنے میں ناکام ہو گیا۔"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"رابطے درآمد/برآمد کریں"</string>
     <string name="dialog_import" msgid="5177004290082451296">"رابطے درآمد کریں"</string>
     <string name="share_error" msgid="665756457151793108">"اس رابطہ کا اشتراک نہیں کیا جا سکتا۔"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"اشتراک کرنے کے لئے کوئی رابطے نہیں ہیں۔"</string>
     <string name="menu_search" msgid="7464453023659824700">"تلاش کریں"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"ڈسپلے کرنے کیلئے رابطے"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"ڈسپلے کرنے کیلئے رابطے"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"پسندیدہ"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"کوئی رابطے نہیں ہیں۔"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"کوئی مرئی رابطے نہیں ہیں۔"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"کوئی پسندیدہ نہیں ہیں۔"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"کوئی پسندیدہ نہیں"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> میں کوئی رابطے نہیں ہیں"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"اکثر و بیشتر کو صاف کریں"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"‏SIM کارڈ منتخب کریں"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"اکاؤنٹس"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"اکاؤنٹس کا نظم کریں"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"درآمد/برآمد کریں"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"معرفت <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> معرفت <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"اکاؤنٹ"</string>
     <string name="set_default_account" msgid="3865970860434642695">"کالز کیلئے ہمیشہ اس کا استعمال کریں"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"کال کریں مع"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"ایک نوٹ کے ساتھ کال کریں"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"کال کے ساتھ بھیجنے کیلئے ایک نوٹ ٹائپ کریں…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"بھیجیں اور کال کریں"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"><xliff:g id="TITLE_2">%1$s</xliff:g>۔ <xliff:g id="COUNT_3">%2$d</xliff:g> بغیر پڑھی ہوئی آئٹمز۔ </item>
+      <item quantity="one"><xliff:g id="TITLE_0">%1$s</xliff:g>۔ <xliff:g id="COUNT_1">%2$d</xliff:g> بغیر پڑھی ہوئی آئٹم۔ </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"بلڈ ورژن"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"اوپن سورس لائسنسز"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"اوپن سورس سافٹ ویئر کیلئے لائسنس کی تفصیلات"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"رازداری کی پالیسی"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"سروس کی شرائط"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"اوپن سورس لائسنسز"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> چیک ہو گیا"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> چیک نہیں ہوا"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"ویڈیو کال کریں"</string>
 </resources>
diff --git a/res-common/values-uz-rUZ/strings.xml b/res-common/values-uz-rUZ/strings.xml
index 9aad01c..5139408 100644
--- a/res-common/values-uz-rUZ/strings.xml
+++ b/res-common/values-uz-rUZ/strings.xml
@@ -18,9 +18,10 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Matndan nusxa olindi"</string>
-    <string name="call_custom" msgid="2786306789889210756">"<xliff:g id="CUSTOM">%s</xliff:g>ga qo‘ng‘iroq qilish"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Vaqtinchalik xotiraga nusxalash"</string>
+    <string name="call_custom" msgid="2786306789889210756">"Qo‘ng‘iroq: <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Uy telefoniga qo‘ng‘iroq qilish"</string>
-    <string name="call_mobile" msgid="8618334085824709009">"Qo‘l telefoniga qo‘ng‘iroq qilish"</string>
+    <string name="call_mobile" msgid="8618334085824709009">"Mobil"</string>
     <string name="call_work" msgid="8299062439076337075">"Ish telefoniga qo‘ng‘iroq qilish"</string>
     <string name="call_fax_work" msgid="3770754834467992571">"Ish faks raqamiga qo‘ng‘iroq qilish"</string>
     <string name="call_fax_home" msgid="6219051113573396065">"Uy faks raqamiga qo‘ng‘iroq qilish"</string>
@@ -35,13 +36,13 @@
     <string name="call_radio" msgid="9055749313292712021">"Radio telefon raqamiga qo‘ng‘iroq qilish"</string>
     <string name="call_telex" msgid="2909886619224843563">"Teleks telefon raqamiga qo‘ng‘iroq qilish"</string>
     <string name="call_tty_tdd" msgid="6704940636171078852">"TTY/TDD telefoniga qo‘ng‘iroq qilish"</string>
-    <string name="call_work_mobile" msgid="4408630608955148641">"Ish uyali telefoniga qo‘ng‘iroq qilish"</string>
+    <string name="call_work_mobile" msgid="4408630608955148641">"Ishxona: mobil"</string>
     <string name="call_work_pager" msgid="3036932765279753793">"Ish peyjeriga qo‘ng‘iroq qilish"</string>
-    <string name="call_assistant" msgid="5188990854852312696">"<xliff:g id="ASSISTANT">%s</xliff:g>ga qo‘ng‘iroq qilish"</string>
+    <string name="call_assistant" msgid="5188990854852312696">"Qo‘ng‘iroq: <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="call_mms" msgid="8998771923464696960">"MMS raqamga qo‘ng‘iroq qilish"</string>
     <string name="sms_custom" msgid="4601748252470175865">"<xliff:g id="CUSTOM">%s</xliff:g>ga sms jo‘natish"</string>
     <string name="sms_home" msgid="7765831490534280540">"Uy telefoniga sms jo‘natish"</string>
-    <string name="sms_mobile" msgid="8387632124165893103">"Qo‘l telefoniga sms jo‘natish"</string>
+    <string name="sms_mobile" msgid="8387632124165893103">"SMS: mobil"</string>
     <string name="sms_work" msgid="3910570578912367742">"Ish telefoniga sms yozish"</string>
     <string name="sms_fax_work" msgid="909086167151248212">"Ish faksiga sms jo‘natish"</string>
     <string name="sms_fax_home" msgid="4145442497939634875">"Uy faksiga sms jo‘natish"</string>
@@ -56,7 +57,7 @@
     <string name="sms_radio" msgid="8750339218480745940">"Radio telefonga sms jo‘natish"</string>
     <string name="sms_telex" msgid="5469333785775443999">"Teleks telefoniga sms jo‘natish"</string>
     <string name="sms_tty_tdd" msgid="5057886576150816002">"TTY/TDD telefoniga sms jo‘natish"</string>
-    <string name="sms_work_mobile" msgid="8426872094268475047">"Ish uyali telefoniga sms jo‘natish"</string>
+    <string name="sms_work_mobile" msgid="8426872094268475047">"SMS: ishxona (mobil)"</string>
     <string name="sms_work_pager" msgid="499303540738557836">"Ish peyjeriga sms jo‘natish"</string>
     <string name="sms_assistant" msgid="2677586547377136683">"<xliff:g id="ASSISTANT">%s</xliff:g> telefoniga qo‘ng‘iroq qilish"</string>
     <string name="sms_mms" msgid="4887206338311086612">"MMS telefonga sms jo‘natish"</string>
@@ -70,53 +71,55 @@
     <string name="contactsList" msgid="7140022347217602605">"Kontaktlar"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Boshqa"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Direktoriya"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Ishchi guruhi"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Barcha kontaktlar"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Men"</string>
-    <string name="search_results_searching" msgid="9022794597388306615">"Qidirmoqda…"</string>
+    <string name="search_results_searching" msgid="9022794597388306615">"Qidirilmoqda…"</string>
     <string name="foundTooManyContacts" msgid="3060037437459313616">"<xliff:g id="COUNT">%d</xliff:g>dan ko‘proq topildi."</string>
-    <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Kontaktlar yo‘q"</string>
+    <string name="listFoundAllContactsZero" msgid="4406036083994138930">"Hech qanday kontakt yo‘q"</string>
     <plurals name="searchFoundContacts" formatted="false" msgid="4016164064185890420">
       <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> ta topildi</item>
       <item quantity="one">1 found</item>
     </plurals>
     <string name="description_quick_contact_for" msgid="6355240770807101947">"<xliff:g id="NAME">%1$s</xliff:g> uchun tez kontakt"</string>
-    <string name="missing_name" msgid="2633118852693000081">"(Nomi yo‘q)"</string>
+    <string name="missing_name" msgid="2633118852693000081">"(Ismi yo‘q)"</string>
     <string name="favoritesFrequentCalled" msgid="6600127125011757687">"Ko‘p qo‘ng‘iroq qilingan kontaktlar"</string>
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Ko‘p gaplashilgan kontaktlar"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Kontaktni ko‘rish"</string>
-    <string name="list_filter_phones" msgid="3692815632088465422">"Telefon raqamli barcha manzillar"</string>
+    <string name="list_filter_phones" msgid="3692815632088465422">"Telefon raqamli kontaktlar"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Ishchi profil kontaktlari"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Yangilanishlarni ko‘rish"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Faqat planshet, sinxronlanmagan"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Faqat telefon, sinxronlanmagan"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Faqat telefonda, sinxronlanmaydi"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Ismi"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Taxallusi"</string>
-    <string name="full_name" msgid="885420216812981202">"Nomi"</string>
-    <string name="name_given" msgid="4153709115654909377">"Ism"</string>
-    <string name="name_family" msgid="5317387657540738981">"Familiya"</string>
-    <string name="name_prefix" msgid="8219879405071462309">"Murojaat turi"</string>
+    <string name="full_name" msgid="885420216812981202">"To‘liq ismi"</string>
+    <string name="name_given" msgid="4153709115654909377">"Ismi"</string>
+    <string name="name_family" msgid="5317387657540738981">"Familiyasi"</string>
+    <string name="name_prefix" msgid="8219879405071462309">"Ismga old qo‘shimcha"</string>
     <string name="name_middle" msgid="3951610314424632183">"Otasining ismi"</string>
     <string name="name_suffix" msgid="5436984808550075931">"Ismga qo‘shimcha"</string>
-    <string name="name_phonetic" msgid="2249169131785620210">"Fonetik ismi"</string>
+    <string name="name_phonetic" msgid="2249169131785620210">"Ism talaffuzi"</string>
     <string name="name_phonetic_given" msgid="2863316331175661852">"Ism talaffuzi"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"Fonetik otasining ismi"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"Otasining ismi talaffuzi"</string>
     <string name="name_phonetic_family" msgid="1572398622239414464">"Familiya talaffuzi"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"Telefon"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"E-pochta"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"Manzil"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Tashkilot"</string>
-    <string name="relationLabelsGroup" msgid="3585294036166325520">"Qarindoshligi"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Maxsus sanalar"</string>
+    <string name="relationLabelsGroup" msgid="3585294036166325520">"Aloqadorligi"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Maxsus sana"</string>
     <string name="sms" msgid="8086289395154598654">"Matn xabari"</string>
     <string name="postal_address" msgid="7692926530081579786">"Manzil"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Kompaniya"</string>
-    <string name="ghostData_title" msgid="6221293237772204604">"Sarlavhasi"</string>
+    <string name="ghostData_title" msgid="6221293237772204604">"Lavozimi"</string>
     <string name="label_notes" msgid="3997277594846722699">"Eslatmalar"</string>
     <string name="label_sip_address" msgid="3754551597798479318">"SIP"</string>
-    <string name="websiteLabelsGroup" msgid="8620657380165071493">"Vebsayt"</string>
+    <string name="websiteLabelsGroup" msgid="8620657380165071493">"Veb-sayt"</string>
     <string name="groupsLabel" msgid="3574316547053047551">"Guruhlar"</string>
     <string name="email_home" msgid="2230967805906450693">"Uy e-pochtasiga xat jo‘natish"</string>
-    <string name="email_mobile" msgid="7532438378678903685">"Uyali telefonga xat jo‘natish"</string>
+    <string name="email_mobile" msgid="7532438378678903685">"Mobil e-pochtaga xat yozish"</string>
     <string name="email_work" msgid="7065971921227432400">"Ish e-pochtasiga xat jo‘natish"</string>
     <string name="email_other" msgid="4601881243553289615">"Boshqa e-pochtalarga xat jo‘natish"</string>
     <string name="email_custom" msgid="5777583741581538870">"<xliff:g id="CUSTOM">%s</xliff:g>ga xat jo‘natish"</string>
@@ -133,7 +136,7 @@
     <string name="map_other" msgid="55098598855607997">"Manzilni ko‘rish"</string>
     <string name="map_custom" msgid="4943554530347163288">"<xliff:g id="CUSTOM">%s</xliff:g> manzillarni ko‘rish"</string>
     <string name="chat_aim" msgid="6479001490307452172">"AIM’da suhbatlashish"</string>
-    <string name="chat_msn" msgid="627481952525245054">"Windows Live’da suhbatlashish"</string>
+    <string name="chat_msn" msgid="627481952525245054">"Windows Live orqali chat"</string>
     <string name="chat_yahoo" msgid="5542489454092719897">"Yahoo’da suhbatlashish"</string>
     <string name="chat_skype" msgid="3145166404699830256">"Skype’da suhbatlashish"</string>
     <string name="chat_qq" msgid="2811762660890755082">"QQ’da suhbatlashish"</string>
@@ -142,28 +145,29 @@
     <string name="chat_jabber" msgid="4525546665986350869">"Jabber’da suhbatlashish"</string>
     <string name="chat" msgid="6297650784873558837">"Suhbatlashish"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"o‘chirib tashlash"</string>
-    <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Ism maydonlarini yoyish va yig‘ish"</string>
+    <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Qo‘shimcha maydonlarni ko‘rsatish va berkitish"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Fonetik ism maydonlarni ko‘rsatish va berkitish"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Barcha kontaktlar"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Baho berilgan"</string>
-    <string name="list_filter_customize" msgid="2352794292558465089">"Moslash"</string>
+    <string name="list_filter_customize" msgid="2352794292558465089">"Sozlash"</string>
     <string name="list_filter_single" msgid="4553809449379139446">"Kontakt"</string>
-    <string name="display_ungrouped" msgid="3669471582032440138">"Barcha boshqa kontaktlar"</string>
+    <string name="display_ungrouped" msgid="3669471582032440138">"Boshqa kontaktlar"</string>
     <string name="display_all_contacts" msgid="7251385818740728862">"Barcha kontaktlar"</string>
     <string name="menu_sync_remove" msgid="6581565236520430269">"Sinx. guruhini o‘chirish"</string>
     <string name="dialog_sync_add" msgid="1795682729089027675">"Sinxronlash guruhini qo‘shish"</string>
     <string name="display_more_groups" msgid="6304997485733158224">"Ko‘proq guruhlar…"</string>
     <string name="display_warn_remove_ungrouped" msgid="7297678747857509619">"\"<xliff:g id="GROUP">%s</xliff:g>\"ni sinxronlashdan olib tashlash, shuningdek, har qanday guruhlanmagan kontaktlarni sinxronlashdan olib tashlaydi."</string>
-    <string name="savingDisplayGroups" msgid="6863012138107446030">"Ko‘rsatish sozlamalari saqlanmoqda…"</string>
+    <string name="savingDisplayGroups" msgid="6863012138107446030">"Parametrlar saqlanmoqda…"</string>
     <string name="menu_done" msgid="32470053723443112">"Tayyor"</string>
     <string name="menu_doNotSave" msgid="6012426160993364871">"Bekor qilish"</string>
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g>dagi kontaktlar"</string>
-    <string name="listCustomView" msgid="1915154113477432033">"Kontaktlar moslangan ko‘rinishda"</string>
+    <string name="listCustomView" msgid="1915154113477432033">"Filtrlangan kontaktlar"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Bitta kontakt"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Hisob ostida kontakt yaratish"</string>
-    <string name="import_from_sim" msgid="4749894687871835873">"SIM kartadan import qilish"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Import qilingan kontaktlarni saqlash joyi:"</string>
+    <string name="import_from_sim" msgid="4749894687871835873">"SIM-kartadan import qilish"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Quyidagi SIM-kartadan import qilish: <xliff:g id="SIM_NAME">^1</xliff:g> – <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Quyidagi SIM-kartadan import qilish: <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Xotiradan import qilish"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"VCF fayldan import qilish"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"<xliff:g id="FILENAME">%s</xliff:g>ni import qilish bekor qilinsinmi?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"<xliff:g id="FILENAME">%s</xliff:g>ni eksport qilish bekor qilinsinmi?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Tashrifnomani import/eksport qilishni bekor qilib bo‘lmadi"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"\"<xliff:g id="FILE_NAME">%s</xliff:g>\" ochilmadi: <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Eksport qiluvchini ishga tushirib bo‘lmaydi: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Eksport qilsa bo‘ladigan kontakt mavjud emas."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Siz zarur ruxsatni o‘chirib qo‘ygansiz."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Eksport jarayonida xato yuz berdi: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"So‘ralgan fayl nomi juda uzun (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Xotirada juda ko‘p tashrifnoma fayllari bor."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Berilgan tashrifnoma(lar) meta ma’lumotini yig‘ib bo‘lmadi."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Bir yoki bir necha fayllarni import qilib bo‘lmadi (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"<xliff:g id="FILENAME">%s</xliff:g>ni eksport qilish tugadi."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Kontaktlar eksport qilindi."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"<xliff:g id="FILENAME">%s</xliff:g>ni eksport qilish bekor qilindi."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kontakt ma’lumoti eksport qilinmoqda"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Kontakt ma’lumotlaringiz <xliff:g id="FILE_NAME">%s</xliff:g>ga eksport qilinmoqda."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Tashrifnoma yaratgich to‘g‘ri ishga tushmagan."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Eksport qilinmadi"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Kontakt ma’lumoti eksport qilinmadi.\nSababi: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Xotira topilmadi."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"SD xotira kartasi topilmadi."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Kontaktlar ro‘yxatingiz ushbu faylga eksport qilinadi: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"<xliff:g id="NAME">%s</xliff:g> import qilinmoqda"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Tashrifnoma ma’lumotlari o‘qilmadi"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Tashrifnomani o‘qish bekor qilindi"</string>
@@ -203,55 +206,73 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Fayl tezda import qilinadi."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Tashrifnomani import qilish so‘rovi rad qilindi. Keyinroq urinib ko‘ring."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> tezda eksport qilinadi."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Fayl tez orada eksport qilinadi."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Tashrifnomani eksport qilish rad qilindi. Keyinroq urinib ko‘ring."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"kontakt"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Tashrifnoma(lar) telefondagi vaqtinchalik xotira keshiga yuklanmoqda. Import qilish jarayoni tezda boshlanadi."</string>
     <string name="vcard_import_failed" msgid="4105296876768072508">"Tashrifnoma import qilinmadi."</string>
-    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"Xotiradan birorta ham tashrifnoma topilmadi."</string>
-    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD kartadan birorta ham tashrifnoma topilmadi."</string>
+    <string name="import_failure_no_vcard_file" product="nosdcard" msgid="2066107150525521097">"Xotira kartasida hech qanday vCard fayli yo‘q."</string>
+    <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"SD-kartada hech qanday vCard fayli yo‘q."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Kontakt NFC orqali olindi"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Kontaktlar eksport qilinsinmi?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Tashrifnomani tanlang"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Bitta tashrifnoma faylini import qilish"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Bir nechta tashrifnoma fayllarini import qilish"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Barcha tashrifnomalarni import qilish"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Xotiradan tashrifnoma ma’lumotlari izlanmoqda…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"SD xotira kartasidan tashrifnoma ma’lumotlari izlanmoqda…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Keshga yuklanmoqda"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Xotirani tekshirib bo‘lmaydi. (Sababi: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"SD kartani tekshirib bo‘lmaydi. (Sababi: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"<xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g> import qilinmoqda"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Xotiraga eksport qilish"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"VCF faylga eksport qilish"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Saralash"</string>
-    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ism"</string>
-    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Familiya"</string>
+    <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Ismi"</string>
+    <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Familiyasi"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Ism formati"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Avval ismi"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Avval familiyasi"</string>
-    <string name="share_visible_contacts" msgid="2150662668080757107">"Ko‘rinadigan kontaktlarni ulashish"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Yangi kontaktlar uchun birlamchi hisob"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Hisobni sinxronlash kontakt meta-ma’lumotlari"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Kontaktlar haqida"</string>
+    <string name="share_visible_contacts" msgid="2150662668080757107">"Ko‘rinadigan kontaktlarni yuborish"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Ko‘rinadigan kontaktlarni yuborib bo‘lmadi."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Kontaktlarni import/eksport qilish"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Kontaktlarni import qilish"</string>
-    <string name="share_error" msgid="665756457151793108">"Ushbu kontaktni ulashib bo‘lmaydi."</string>
-    <string name="menu_search" msgid="7464453023659824700">"Izlash"</string>
-    <string name="menu_contacts_filter" msgid="586356478145511794">"Ko‘rsatiladigan kontaktlar"</string>
-    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Ko‘rsatish uchun kontakt"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Boshqa ko‘rinishni sozlash"</string>
-    <string name="hint_findContacts" msgid="28151707326753522">"Kontaktlarni topish"</string>
+    <string name="share_error" msgid="665756457151793108">"Kontaktni yuborib bo‘lmadi."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Ulashish uchun hech qanday kontakt yo‘q."</string>
+    <string name="menu_search" msgid="7464453023659824700">"Qidirish"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"Kontaktlarni filtrlash"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Kontaktlarni filtrlash"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Kontaktlar guruhini tanlang"</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"Kontakt qidirish"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Saralar"</string>
-    <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Kontaktlar yo‘q."</string>
+    <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Hech qanday kontakt yo‘q."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Ko‘rinadigan kontaktlar yo‘q."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Saralar yo‘q."</string>
-    <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>da kontaktlar yo‘q"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Hech narsa yo‘q"</string>
+    <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g> guruhida hech qanday kontakt yo‘q"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Muntazam qo‘n-qlarni tozalash"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"SIM kartani tanlash"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Hisoblar"</string>
-    <string name="menu_import_export" msgid="6446229463809981669">"Import/eksport qilish"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Hisoblarni boshqarish"</string>
+    <string name="menu_import_export" msgid="6446229463809981669">"Import/eksport"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"<xliff:g id="SOURCE">%1$s</xliff:g> orqali"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="SOURCE">%2$s</xliff:g> orqali <xliff:g id="DATE">%1$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"qidiruvni to‘xtatish"</string>
     <string name="description_clear_search" msgid="3893511425518852086">"Qidiruvni tozalash"</string>
-    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"Kontaktlarning ko‘rinishi sozlamalari"</string>
+    <string name="settings_contact_display_options_title" msgid="1020420603072835628">"Kontaktlarni ko‘rsatish"</string>
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Hisob"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Har doim qo‘ng‘iroqlar u-n foyd-sin"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Ushbu bilan qo‘ng‘iroq qilish"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Qo‘ng‘iroq va izoh"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Qo‘ng‘iroqqa qo‘shib yuborish uchun izoh yozing ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"YUBORISH va QO‘NG‘IROQ QILISH"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> ta o‘qilmagan. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> ta o‘qilmagan. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Yig‘ma versiyasi"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Ochiq kodli dasturiy ta’minot litsenziyalari"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Ochiq kodli dasturiy ta’minot litsenziyalari haqida ma’lumot"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Maxfiylik siyosati"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Foydalanish shartlari"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Ochiq kodli dasturiy ta’minot litsenziyalari"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> belgilandi"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> belgilanmadi"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Video qo‘ng‘iroq qilish"</string>
 </resources>
diff --git a/res-common/values-vi/strings.xml b/res-common/values-vi/strings.xml
index ab288a7..d922ebc 100644
--- a/res-common/values-vi/strings.xml
+++ b/res-common/values-vi/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Đã sao chép văn bản"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Sao chép vào khay nhớ tạm"</string>
     <string name="call_custom" msgid="2786306789889210756">"Gọi <xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Gọi số điện thoại nhà riêng"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Gọi số điện thoại di động"</string>
@@ -36,7 +37,7 @@
     <string name="call_telex" msgid="2909886619224843563">"Gọi số telex"</string>
     <string name="call_tty_tdd" msgid="6704940636171078852">"Gọi số điện thoại TTY/TDD"</string>
     <string name="call_work_mobile" msgid="4408630608955148641">"Gọi số điện thoại di động tại cơ quan"</string>
-    <string name="call_work_pager" msgid="3036932765279753793">"Gọi số máy nhắn tin tại cơ quan"</string>
+    <string name="call_work_pager" msgid="3036932765279753793">"Gọi số máy nhắn tin cơ quan"</string>
     <string name="call_assistant" msgid="5188990854852312696">"Gọi <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="call_mms" msgid="8998771923464696960">"Gọi MMS"</string>
     <string name="sms_custom" msgid="4601748252470175865">"Nhắn tin tới <xliff:g id="CUSTOM">%s</xliff:g>"</string>
@@ -57,7 +58,7 @@
     <string name="sms_telex" msgid="5469333785775443999">"Nhắn tin tới số telex"</string>
     <string name="sms_tty_tdd" msgid="5057886576150816002">"Nhắn tới số TTY/TDD"</string>
     <string name="sms_work_mobile" msgid="8426872094268475047">"Nhắn tới số điện thoại di động tại cơ quan"</string>
-    <string name="sms_work_pager" msgid="499303540738557836">"Nhắn tin tới số máy nhắn tin tại cơ quan"</string>
+    <string name="sms_work_pager" msgid="499303540738557836">"Nhắn tin tới số máy nhắn tin cơ quan"</string>
     <string name="sms_assistant" msgid="2677586547377136683">"Nhắn tin tới <xliff:g id="ASSISTANT">%s</xliff:g>"</string>
     <string name="sms_mms" msgid="4887206338311086612">"Nhắn tin tới số điện thoại MMS"</string>
     <string name="description_video_call" msgid="4907306403398614909">"Gọi điện video"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Danh bạ"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Khác"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Thư mục"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Thư mục công việc"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Tất cả người liên hệ"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Tôi"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Đang tìm kiếm…"</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Thường xuyên được liên hệ"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Xem người liên hệ"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Tất cả người liên hệ có số điện thoại"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Danh bạ trên Hồ sơ công việc"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Xem thông tin cập nhật"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Chỉ trên máy tính bảng, chưa được đồng bộ hóa"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"Chỉ trên điện thoại, chưa đồng bộ hóa"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"Chỉ trên điện thoại, ko đồng bộ"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"Tên"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"Biệt hiệu"</string>
     <string name="full_name" msgid="885420216812981202">"Tên"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Tổ chức"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Mối quan hệ"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Ngày đặc biệt"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Ngày đặc biệt"</string>
     <string name="sms" msgid="8086289395154598654">"Tin nhắn văn bản"</string>
     <string name="postal_address" msgid="7692926530081579786">"Địa chỉ"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Công ty"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Trò chuyện"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"xóa"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Mở rộng hoặc thu gọn trường tên"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Mở rộng hoặc thu gọn trường tên theo phiên âm"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Tất cả liên hệ"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Có gắn dấu sao"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Tùy chỉnh"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Danh bạ trong <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Danh bạ ở chế độ xem tùy chỉnh"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Một liên hệ"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Tạo liên hệ trong tài khoản"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Lưu danh bạ đã nhập vào:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Nhập từ thẻ SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Nhập từ SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Nhập từ SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Nhập từ bộ nhớ"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Nhập từ tệp .vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Hủy nhập <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Hủy xuất <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Không thể nhập/xuất vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Không thể mở \"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>."</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Không thể chạy trình xuất: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Không thể xuất liên hệ nào."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Bạn đã tắt quyền được yêu cầu."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Đã xảy ra lỗi khi xuất: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Tên tệp yêu cầu quá dài (\"<xliff:g id="FILENAME">%s</xliff:g>\")."</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Quá nhiều tệp vCard trong bộ nhớ."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Không thể thu thập thông tin meta của (các) tệp vCard cụ thể."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Không thể nhập một hoặc nhiều tệp (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Đã xuất xong <xliff:g id="FILENAME">%s</xliff:g>."</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Đã xuất xong danh bạ."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Quá trình xuất <xliff:g id="FILENAME">%s</xliff:g> bị hủy."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Đang xuất dữ liệu liên hệ"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Dữ liệu liên hệ của bạn đang được xuất sang: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Trình soạn vCard không khởi động đúng."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Không thể xuất"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Không xuất được dữ liệu liên hệ.\nLý do: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Không tìm thấy bộ nhớ nào."</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Không tìm thấy thẻ SD nào."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Danh bạ của bạn sẽ được xuất sang tệp: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Đang nhập <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Không thể đọc dữ liệu vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Thao tác đọc dữ liệu vCard bị hủy"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Tệp sẽ sớm được nhập."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Yêu cầu nhập vCard bị từ chối. Hãy thử lại sau."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> sẽ sớm được xuất."</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Tệp sẽ sớm được xuất."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Yêu cầu xuất vCard bị từ chối. Hãy thử lại sau."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"liên hệ"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Đang lưu vào bộ nhớ cache các tệp vCard sẽ được nhập vào bộ nhớ cục bộ tạm thời. Thao tác nhập thực sự sẽ sớm bắt đầu."</string>
@@ -211,40 +215,39 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Không tìm thấy tệp vCard trên thẻ SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"L.h nhận qua NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Xuất danh bạ?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Chọn tệp vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Nhập một tệp vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Nhập nhiều tệp vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Nhập tất cả tệp vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Đang tìm kiếm dữ liệu vCard trong bộ nhớ..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Đang tìm kiếm dữ liệu vCard trên thẻ SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Đang lưu vào bộ nhớ cache"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Không thể quét bộ nhớ. (Lý do: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Không thể quét thẻ SD. (Lý do: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Đang nhập <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>: <xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Xuất sang bộ nhớ"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Xuất sang tệp .vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Sắp xếp theo"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Tên"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Họ"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Định dạng tên"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Tên trước"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Họ trước"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"Tài khoản mặc định cho các liên hệ mới"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"Tài khoản đồng bộ hóa siêu dữ liệu liên hệ"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Giới thiệu về Danh bạ"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Chia sẻ liên hệ hiển thị"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Không chia sẻ được liên hệ được hiển thị."</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Nhập/xuất danh bạ"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Nhập danh bạ"</string>
     <string name="share_error" msgid="665756457151793108">"Không thể chia sẻ liên hệ này."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Không có liên hệ nào để chia sẻ."</string>
     <string name="menu_search" msgid="7464453023659824700">"Tìm kiếm"</string>
-    <string name="menu_contacts_filter" msgid="586356478145511794">"Danh bạ để hiển thị"</string>
-    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"DS liên hệ để hiển thị"</string>
-    <string name="custom_list_filter" msgid="582616656313514803">"Xác định chế độ xem tùy chỉnh"</string>
-    <string name="hint_findContacts" msgid="28151707326753522">"Tìm địa chỉ liên hệ"</string>
+    <string name="menu_contacts_filter" msgid="586356478145511794">"Danh bạ hiển thị"</string>
+    <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Danh bạ hiển thị"</string>
+    <string name="custom_list_filter" msgid="582616656313514803">"Xác định kiểu xem tùy chỉnh"</string>
+    <string name="hint_findContacts" msgid="28151707326753522">"Tìm liên hệ"</string>
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Mục yêu thích"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Không có địa chỉ liên hệ nào."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Không có địa chỉ liên hệ nào hiển thị."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Không có địa chỉ liên hệ yêu thích nào."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Không có liên hệ yêu thích nào"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Không có địa chỉ liên hệ nào trong <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Xóa DS liên hệ thường xuyên"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Chọn thẻ SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Tài khoản"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Quản lý tài khoản"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Nhập/xuất"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"qua <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> qua <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"Tài khoản"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Luôn sử dụng SIM này để gọi"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Gọi bằng"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Gọi điện kèm theo ghi chú"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Nhập ghi chú để gửi kèm cuộc gọi..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"GỬI VÀ GỌI"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> mục chưa đọc. </item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>. <xliff:g id="COUNT_1">%2$d</xliff:g> mục chưa đọc. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Phiên bản đóng gói"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Giấy phép nguồn mở"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Chi tiết giấy phép cho phần mềm nguồn mở"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Chính sách bảo mật"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Điều khoản dịch vụ"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Giấy phép nguồn mở"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"Đã kiểm tra <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"Chưa kiểm tra <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Gọi điện video"</string>
 </resources>
diff --git a/res-common/values-zh-rCN/donottranslate_config.xml b/res-common/values-zh-rCN/donottranslate_config.xml
new file mode 100644
index 0000000..b357856
--- /dev/null
+++ b/res-common/values-zh-rCN/donottranslate_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2016, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+    <!-- If true, an option is shown in Display Options UI to choose a sort order -->
+    <bool name="config_sort_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_sort_order_primary">true</bool>
+
+    <!-- If true, an option is shown in Display Options UI to choose a name display order -->
+    <bool name="config_display_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_display_order_primary">true</bool>
+
+    <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
+    <bool name="config_editor_field_order_primary">false</bool>
+</resources>
diff --git a/res-common/values-zh-rCN/strings.xml b/res-common/values-zh-rCN/strings.xml
index 1c5b624..8190d53 100644
--- a/res-common/values-zh-rCN/strings.xml
+++ b/res-common/values-zh-rCN/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"文本已复制"</string>
+    <string name="copy_text" msgid="3424081789297978355">"复制到剪贴板"</string>
     <string name="call_custom" msgid="2786306789889210756">"拨打<xliff:g id="CUSTOM">%s</xliff:g>的电话号码"</string>
     <string name="call_home" msgid="1479549630992276827">"拨打家庭电话号码"</string>
     <string name="call_mobile" msgid="8618334085824709009">"拨打手机号码"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"通讯录"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"其他"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"目录"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"工作目录"</string>
     <string name="local_search_label" msgid="9094584931063745728">"所有联系人"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"我"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"正在搜索…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"常用联系人"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"查看联系人"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"所有拥有电话号码的联系人"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"工作资料通讯录"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"查看最新动态"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"仅保存在平板电脑中,不同步"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"仅保存在手机中,不同步"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"聊天工具"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"公司或组织"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"关系"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"特殊日期"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"特别的日子"</string>
     <string name="sms" msgid="8086289395154598654">"发送短信"</string>
     <string name="postal_address" msgid="7692926530081579786">"地址"</string>
     <string name="ghostData_company" msgid="22470841482615409">"公司"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"聊天"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"删除"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"展开或折叠姓名字段"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"展开或折叠姓名拼音字段"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"所有联系人"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"已加星标"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"自定义"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> 中的联系人"</string>
     <string name="listCustomView" msgid="1915154113477432033">"自定义视图中的联系人"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"单个联系人"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"在以下帐户中创建联系人:"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"将导入的联系人保存到:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"从 SIM 卡导入"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"从 SIM 卡“<xliff:g id="SIM_NAME">^1</xliff:g>” - <xliff:g id="SIM_NUMBER">^2</xliff:g> 导入"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"从 SIM 卡“<xliff:g id="SIM_NAME">%1$s</xliff:g>”导入"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"从存储设备导入"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"从 .vcf 文件导入"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"要取消导入“<xliff:g id="FILENAME">%s</xliff:g>”吗?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"要取消导出“<xliff:g id="FILENAME">%s</xliff:g>”吗?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"无法取消导入/导出 vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"无法打开“<xliff:g id="FILE_NAME">%s</xliff:g>”:<xliff:g id="EXACT_REASON">%s</xliff:g>。"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"无法启动导出程序:“<xliff:g id="EXACT_REASON">%s</xliff:g>”。"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"没有可导出的联系人。"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"您已停用某项必需权限。"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"导出时出错:“<xliff:g id="EXACT_REASON">%s</xliff:g>”。"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"指定的文件名过长(“<xliff:g id="FILENAME">%s</xliff:g>”)。"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"存储设备中的 vCard 文件过多。"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"无法收集指定 vCard 文件的元信息。"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"一个或多个文件无法导入 (%s)。"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"已顺利导出“<xliff:g id="FILENAME">%s</xliff:g>”。"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"已成功导出联系人。"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"已取消导出“<xliff:g id="FILENAME">%s</xliff:g>”。"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"正在导出联系人数据"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"正在将您的联系人数据导出到以下文件:<xliff:g id="FILE_NAME">%s</xliff:g>。"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard 制作程序未正确启动。"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"无法导出"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"未导出联系人数据。\n原因:“<xliff:g id="FAIL_REASON">%s</xliff:g>”"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"找不到任何存储设备。"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"找不到SD卡。"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"系统会将您的联系人列表导出到以下文件:<xliff:g id="VCARD_FILENAME">%s</xliff:g>。"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"正在导入<xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"无法读取 vCard 数据"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"已取消读取 vCard 数据"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"该文件将在稍后导入。"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard 导入请求遭拒,请稍后重试。"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"“<xliff:g id="FILENAME">%s</xliff:g>”将在稍后导出。"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"该文件将在稍后导出。"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard 导出请求遭拒,请稍后重试。"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"联系人"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"正在将 vCard 缓存到本地临时存储空间。实际导入操作即将开始。"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"未在SD卡上找到 vCard 文件。"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"通过NFC收到的联系人"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"要导出联系人吗?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"选择 vCard 文件"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"导入一个 vCard 文件"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"导入多个 vCard 文件"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"导入所有 vCard 文件"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"正在搜索存储设备中的 vCard 数据..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"正在搜索SD卡中的 vCard 数据..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"正在缓存"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"无法扫描存储设备(原因:“<xliff:g id="FAIL_REASON">%s</xliff:g>”)。"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"无法扫描SD卡(原因:“<xliff:g id="FAIL_REASON">%s</xliff:g>”)。"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"正在导入 - <xliff:g id="CURRENT_NUMBER">%s</xliff:g>/<xliff:g id="TOTAL_NUMBER">%s</xliff:g>:<xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"导出到存储设备"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"导出为 .vcf 文件"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"排序方式"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"名字"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"姓氏"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"姓名格式"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"名字在前"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"姓氏在前"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"用于保存新联系人的默认帐号"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"联系人元数据同步帐号"</string>
+    <string name="setting_about" msgid="3926137653588942297">"关于通讯录"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"分享所显示的联系人"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"无法分享所显示的联系人。"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"导入/导出联系人"</string>
     <string name="dialog_import" msgid="5177004290082451296">"导入联系人"</string>
     <string name="share_error" msgid="665756457151793108">"无法分享此联系人。"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"没有可供分享的联系人。"</string>
     <string name="menu_search" msgid="7464453023659824700">"搜索"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"要显示的联系人"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"要显示的联系人"</string>
@@ -240,18 +243,36 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"收藏"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"没有联系人。"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"没有可显示的联系人。"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"没有收藏的联系人。"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"没有收藏的联系人"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"<xliff:g id="NAME">%s</xliff:g>中没有联系人"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"清除常用联系人"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"选择SIM卡"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"帐户"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"管理帐号"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"导入/导出"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"来源:<xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g>,来源:<xliff:g id="SOURCE">%2$s</xliff:g>"</string>
     <string name="action_menu_back_from_search" msgid="1138551123844019647">"停止搜索"</string>
     <string name="description_clear_search" msgid="3893511425518852086">"清除搜索内容"</string>
     <string name="settings_contact_display_options_title" msgid="1020420603072835628">"联系人显示选项"</string>
-    <string name="select_account_dialog_title" msgid="5509088895267310568">"帐户"</string>
+    <string name="select_account_dialog_title" msgid="5509088895267310568">"帐号"</string>
     <string name="set_default_account" msgid="3865970860434642695">"一律使用这张卡进行通话"</string>
-    <string name="select_phone_account_for_calls" msgid="933905607702811164">"用于外拨电话的帐户"</string>
+    <string name="select_phone_account_for_calls" msgid="933905607702811164">"用于外拨电话的帐号"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"拨打电话时发送记事"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"输入可在拨打电话时发送的记事…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"发送记事并拨打电话"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>。<xliff:g id="COUNT_3">%2$d</xliff:g> 项未读内容。</item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>。<xliff:g id="COUNT_1">%2$d</xliff:g> 项未读内容。</item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"版本号"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"开放源代码许可"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"开放源代码软件的许可详情"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"隐私权政策"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"服务条款"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"开放源代码许可"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"已选中 <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"未选中 <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"发起视频通话"</string>
 </resources>
diff --git a/res-common/values-zh-rHK/strings.xml b/res-common/values-zh-rHK/strings.xml
index 292e332..8587f02 100644
--- a/res-common/values-zh-rHK/strings.xml
+++ b/res-common/values-zh-rHK/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"文字已複製"</string>
+    <string name="copy_text" msgid="3424081789297978355">"複製到剪貼簿"</string>
     <string name="call_custom" msgid="2786306789889210756">"撥打<xliff:g id="CUSTOM">%s</xliff:g>電話號碼"</string>
     <string name="call_home" msgid="1479549630992276827">"撥打住家電話號碼"</string>
     <string name="call_mobile" msgid="8618334085824709009">"撥打手機號碼"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"通訊錄"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"其他"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"名錄"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"工作目錄"</string>
     <string name="local_search_label" msgid="9094584931063745728">"所有聯絡人"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"我本人"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"正在搜尋..."</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"常用聯絡人"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"查看聯絡人資料"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"所有附有電話號碼的聯絡人"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"工作設定檔通訊錄"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"瀏覽更新資訊"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"只限平板電腦,不會保持同步"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"只限手機,不會保持同步"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"即時通訊"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"機構"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"關係"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"特別日子"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"特別日期"</string>
     <string name="sms" msgid="8086289395154598654">"傳送短訊"</string>
     <string name="postal_address" msgid="7692926530081579786">"地址"</string>
     <string name="ghostData_company" msgid="22470841482615409">"公司"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"即時通訊"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"刪除"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"展開或收合名稱欄位"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"展開或收合拼音名稱欄"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"所有聯絡人"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"已加星號"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"自訂"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> 中的聯絡人"</string>
     <string name="listCustomView" msgid="1915154113477432033">"聯絡人自訂檢視"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"單一聯絡人"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"在帳戶中建立聯絡人"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"儲存匯入的聯絡人至以下帳戶:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"從 SIM 卡匯入"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"從 SIM 卡匯入 <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"從 SIM 卡匯入 <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"從儲存匯入"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"匯入 .vcf 檔案"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"要取消匯入 <xliff:g id="FILENAME">%s</xliff:g> 嗎?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"要取消匯出 <xliff:g id="FILENAME">%s</xliff:g> 嗎?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"無法取消匯入/匯出 vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"無法開啟 <xliff:g id="FILE_NAME">%s</xliff:g>:「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"無法啟動匯出程式:「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"沒有聯絡人資料可以匯出。"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"您已停用所需權限。"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"匯出時發生錯誤:「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"要求的檔案名稱過長 (「<xliff:g id="FILENAME">%s</xliff:g>」)。"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"儲存中的 vCard 檔案過多。"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"無法從指定的 vCard 檔案收集中繼資料。"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"無法匯入一個或多個檔案 (%s)。"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"已完成匯出 <xliff:g id="FILENAME">%s</xliff:g>。"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"已匯出聯絡人。"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"已取消匯出 <xliff:g id="FILENAME">%s</xliff:g>。"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"正在匯出聯絡人資料"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"正在將您的聯絡人資料匯出至:<xliff:g id="FILE_NAME">%s</xliff:g>。"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard 編輯器並未正確啟動。"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"無法匯出"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"聯絡人資料未匯出。\n原因:「<xliff:g id="FAIL_REASON">%s</xliff:g>」"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"找不到儲存裝置。"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"找不到 SD 記憶卡。"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"您的聯絡人名單即將匯出至以下檔案:<xliff:g id="VCARD_FILENAME">%s</xliff:g>。"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"正在匯入 <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"無法讀取 vCard 資料"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"已取消讀取 vCard 資料的操作"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"稍後即將匯入檔案。"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard 匯入要求已被拒,請稍後再試。"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> 將在稍後匯出。"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"檔案即將匯出。"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard 匯出要求已被拒,請稍後再試。"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"聯絡人"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"正在將 vCard 資料快取至本機暫存空間,隨即將開始實際的匯入操作。"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"在 SD 記憶卡上找不到 vCard 檔案。"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"已透過 NFC 收到聯絡人資料"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"要匯出聯絡人資料嗎?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"選擇 vCard 檔案"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"匯入一個 vCard 檔案"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"匯入多個 vCard 檔案"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"匯入所有 vCard 檔案"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"正在搜尋儲存中的 vCard 資料..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"正在 SD 記憶卡上搜尋 vCard 資料..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"快取中"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"無法掃瞄儲存 (原因:「<xliff:g id="FAIL_REASON">%s</xliff:g>」)。"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"無法掃瞄 SD 記憶卡 (原因:「<xliff:g id="FAIL_REASON">%s</xliff:g>」)。"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"正在匯入第 <xliff:g id="CURRENT_NUMBER">%s</xliff:g> 個:<xliff:g id="NAME">%s</xliff:g>,共 <xliff:g id="TOTAL_NUMBER">%s</xliff:g> 個"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"匯出至儲存"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"匯出至 .vcf 檔案"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"排序方式"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"名字"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"姓氏"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"姓名格式"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"名字在前"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"姓氏在前"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"新聯絡人的預設帳戶"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"聯絡人元數據同步處理帳戶"</string>
+    <string name="setting_about" msgid="3926137653588942297">"有關通訊錄"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"分享正常顯示的聯絡人"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"無法分享顯示的聯絡人"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"匯入/匯出聯絡人資料"</string>
     <string name="dialog_import" msgid="5177004290082451296">"匯入聯絡人資料"</string>
     <string name="share_error" msgid="665756457151793108">"無法分享這位聯絡人的資料。"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"沒有聯絡人可供分享。"</string>
     <string name="menu_search" msgid="7464453023659824700">"搜尋"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"要顯示的聯絡人"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"要顯示的聯絡人"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"最愛的聯絡人"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"沒有聯絡人。"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"沒有可顯示的聯絡人。"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"沒有最愛的聯絡人。"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"沒有最愛聯絡人"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"「<xliff:g id="NAME">%s</xliff:g>」中沒有聯絡人"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"清除常用聯絡人"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"選取 SIM 卡"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"帳戶"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"管理帳戶"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"匯入/匯出"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"透過 <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> (透過 <xliff:g id="SOURCE">%2$s</xliff:g>)"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"帳戶"</string>
     <string name="set_default_account" msgid="3865970860434642695">"永遠使用這張 SIM 卡通話"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"選取用於撥號的 SIM 卡:"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"撥號時傳送筆記"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"撥號時可以書寫和傳送筆記…"</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"傳送和撥號"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g> (<xliff:g id="COUNT_3">%2$d</xliff:g> 個未讀取項目)</item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g> (<xliff:g id="COUNT_1">%2$d</xliff:g> 個未讀取項目)</item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"版本"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"開放原始碼授權"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"開放原始碼軟件的授權詳細資料"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"私隱權政策"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"服務條款"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"開放原始碼授權"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"已選取 <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"未選取 <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"開始視像通話"</string>
 </resources>
diff --git a/res-common/values-zh-rTW/donottranslate_config.xml b/res-common/values-zh-rTW/donottranslate_config.xml
new file mode 100644
index 0000000..b357856
--- /dev/null
+++ b/res-common/values-zh-rTW/donottranslate_config.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2016, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+**     http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<resources>
+    <!-- If true, an option is shown in Display Options UI to choose a sort order -->
+    <bool name="config_sort_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_sort_order_primary">true</bool>
+
+    <!-- If true, an option is shown in Display Options UI to choose a name display order -->
+    <bool name="config_display_order_user_changeable">false</bool>
+
+    <!-- If true, the default sort order is primary (i.e. by given name) -->
+    <bool name="config_default_display_order_primary">true</bool>
+
+    <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
+    <bool name="config_editor_field_order_primary">false</bool>
+</resources>
diff --git a/res-common/values-zh-rTW/strings.xml b/res-common/values-zh-rTW/strings.xml
index b2458de..a31e3fe 100644
--- a/res-common/values-zh-rTW/strings.xml
+++ b/res-common/values-zh-rTW/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"文字已複製"</string>
+    <string name="copy_text" msgid="3424081789297978355">"複製到剪貼簿"</string>
     <string name="call_custom" msgid="2786306789889210756">"撥打<xliff:g id="CUSTOM">%s</xliff:g>電話號碼"</string>
     <string name="call_home" msgid="1479549630992276827">"撥打住家電話號碼"</string>
     <string name="call_mobile" msgid="8618334085824709009">"撥打手機號碼"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"聯絡人"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"其他"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"目錄"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Work 聯絡人目錄"</string>
     <string name="local_search_label" msgid="9094584931063745728">"所有聯絡人"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"我"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"搜尋中…"</string>
@@ -85,9 +87,10 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"經常聯絡"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"查看聯絡人"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"所有包含電話號碼的聯絡人資訊"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Work 設定檔聯絡人"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"查看最新動態"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"僅儲存在平板電腦中 (不同步處理)"</string>
-    <string name="account_phone" product="default" msgid="6104157990869081962">"僅儲存在手機中 (不同步處理)"</string>
+    <string name="account_phone" product="default" msgid="6104157990869081962">"僅儲存在手機中,不同步"</string>
     <string name="nameLabelsGroup" msgid="1817502703362057154">"姓名"</string>
     <string name="nicknameLabelsGroup" msgid="6312795212164843246">"暱稱"</string>
     <string name="full_name" msgid="885420216812981202">"姓名"</string>
@@ -97,16 +100,16 @@
     <string name="name_middle" msgid="3951610314424632183">"中間名"</string>
     <string name="name_suffix" msgid="5436984808550075931">"姓名後稱銜"</string>
     <string name="name_phonetic" msgid="2249169131785620210">"姓名拼音"</string>
-    <string name="name_phonetic_given" msgid="2863316331175661852">"拼音名字"</string>
-    <string name="name_phonetic_middle" msgid="5970174427249235577">"中間名 (拼音)"</string>
-    <string name="name_phonetic_family" msgid="1572398622239414464">"拼音姓氏"</string>
+    <string name="name_phonetic_given" msgid="2863316331175661852">"名字拼音"</string>
+    <string name="name_phonetic_middle" msgid="5970174427249235577">"中間名拼音"</string>
+    <string name="name_phonetic_family" msgid="1572398622239414464">"姓氏拼音"</string>
     <string name="phoneLabelsGroup" msgid="7913782787902007482">"電話號碼"</string>
     <string name="emailLabelsGroup" msgid="4696310712601184208">"電子郵件"</string>
     <string name="postalLabelsGroup" msgid="3727124282406728557">"地址"</string>
     <string name="imLabelsGroup" msgid="8733603247535725786">"即時訊息"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"機構"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"關係"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"特別的日子"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"特別的日子"</string>
     <string name="sms" msgid="8086289395154598654">"簡訊"</string>
     <string name="postal_address" msgid="7692926530081579786">"地址"</string>
     <string name="ghostData_company" msgid="22470841482615409">"公司"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"即時通訊"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"刪除"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"展開或收合名稱欄位"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"展開或收合姓名拼音欄位"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"所有聯絡人"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"已加星號"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"自訂"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"<xliff:g id="NAME">%s</xliff:g> 中的聯絡人"</string>
     <string name="listCustomView" msgid="1915154113477432033">"聯絡人自訂檢視"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"單一聯絡人"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"在帳戶下建立聯絡人"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"將匯入的聯絡人儲存到:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"從 SIM 卡匯入"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"從 SIM 卡 <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g> 匯入"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"從 SIM 卡 <xliff:g id="SIM_NAME">%1$s</xliff:g> 匯入"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"從儲存裝置匯入"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"從 .vcf 檔案匯入"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"確定要取消匯入 <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"確定要取消匯出 <xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"無法取消匯入/匯出 vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"無法開啟「<xliff:g id="FILE_NAME">%s</xliff:g>」:<xliff:g id="EXACT_REASON">%s</xliff:g>。"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"無法啟動匯出程式:「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"沒有可匯出的聯絡人。"</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"必要權限已停用。"</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"匯出時發生錯誤:「<xliff:g id="EXACT_REASON">%s</xliff:g>」。"</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"要求的檔案名稱過長 (「<xliff:g id="FILENAME">%s</xliff:g>」)。"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"儲存裝置中的 vCard 檔案過多。"</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"無法從指定的 vCard 檔案收集中繼資料。"</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"無法匯入一或多個檔案 (%s)。"</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"已完成 <xliff:g id="FILENAME">%s</xliff:g> 匯出作業。"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"匯出聯絡人完成。"</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"已取消匯出 <xliff:g id="FILENAME">%s</xliff:g>。"</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"正在匯出聯絡人資料"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"正在將您的聯絡人資料匯出至以下檔案:<xliff:g id="FILE_NAME">%s</xliff:g>。"</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"vCard 編輯器並未正確啟動。"</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"無法匯出"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"聯絡人資料未匯出。\n原因:「<xliff:g id="FAIL_REASON">%s</xliff:g>」"</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"找不到任何儲存裝置。"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"找不到 SD 卡。"</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"您的聯絡人清單即將匯出至以下檔案:<xliff:g id="VCARD_FILENAME">%s</xliff:g>。"</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"正在匯入 <xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"無法讀取 vCard 資料"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"已取消讀取 vCard 資料"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"稍後即將匯入該檔案。"</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"vCard 匯入要求遭到拒絕,請稍後再試。"</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> 將在稍後匯出。"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"稍後即將匯出該檔案。"</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"vCard 匯出要求遭到拒絕,請稍後再試。"</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"聯絡人"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"正在將 vCard 資料快取至本機暫存空間,隨即將啟動實際的匯入作業。"</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"在 SD 卡上找不到 vCard 檔案。"</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"已透過 NFC 收到聯絡人資訊"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"確定要匯出聯絡人?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"選擇 vCard 檔案"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"匯入一個 vCard 檔案"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"匯入多個 vCard 檔案"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"匯入所有 vCard 檔案"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"正在搜尋儲存裝置中的 vCard 資料…"</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"正在 SD 卡上搜尋 vCard 資料…"</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"快取中"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"無法掃描儲存裝置 (原因:「<xliff:g id="FAIL_REASON">%s</xliff:g>」)。"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"無法掃描 SD 卡 (原因:「<xliff:g id="FAIL_REASON">%s</xliff:g>」)。"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"正在匯入第 <xliff:g id="CURRENT_NUMBER">%s</xliff:g> 筆資料 (共 <xliff:g id="TOTAL_NUMBER">%s</xliff:g> 筆):<xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"匯出到儲存裝置"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"匯出成 .vcf 檔案"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"排序依據"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"名字"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"姓氏"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"姓名格式"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"名字在前"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"姓氏在前"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"新聯絡人的預設帳戶"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"聯絡人中繼資料同步處理帳戶"</string>
+    <string name="setting_about" msgid="3926137653588942297">"關於聯絡人"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"分享正常顯示的聯絡人"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"無法分享目前顯示的聯絡人資料。"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"匯入/匯出聯絡人"</string>
     <string name="dialog_import" msgid="5177004290082451296">"匯入聯絡人"</string>
     <string name="share_error" msgid="665756457151793108">"無法分享這位聯絡人的資料。"</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"沒有任何聯絡人資料可供分享。"</string>
     <string name="menu_search" msgid="7464453023659824700">"搜尋"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"要顯示的聯絡人"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"要顯示的聯絡人"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"最愛的聯絡人"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"沒有聯絡人。"</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"沒有可顯示的聯絡人。"</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"沒有最愛的聯絡人。"</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"沒有常用聯絡人"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"「<xliff:g id="NAME">%s</xliff:g>」中沒有聯絡人"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"清除常用聯絡人"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"選取 SIM 卡"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"帳戶"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"管理帳戶"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"匯入/匯出"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"透過 <xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> (透過 <xliff:g id="SOURCE">%2$s</xliff:g>)"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"帳戶"</string>
     <string name="set_default_account" msgid="3865970860434642695">"一律使用這張 SIM 卡通話"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"選擇通話帳戶"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"撥號時傳送備註"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"輸入可在撥號時傳送的備註..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"傳送並撥號"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g>/<xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>。<xliff:g id="COUNT_3">%2$d</xliff:g> 個未讀取的項目。</item>
+      <item quantity="one"> <xliff:g id="TITLE_0">%1$s</xliff:g>。<xliff:g id="COUNT_1">%2$d</xliff:g> 個未讀取的項目。</item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"版本"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"開放原始碼授權"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"開放原始碼軟體的授權詳細資料"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"隱私權政策"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"服務條款"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"開放原始碼授權"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"已勾選 <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"未勾選 <xliff:g id="ACCOUNT_INFO">%s</xliff:g>"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"撥打視訊通話"</string>
 </resources>
diff --git a/res-common/values-zu/strings.xml b/res-common/values-zu/strings.xml
index 4d30866..4062892 100644
--- a/res-common/values-zu/strings.xml
+++ b/res-common/values-zu/strings.xml
@@ -18,6 +18,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="toast_text_copied" msgid="8327159932780920627">"Umbhalo okopishiwe"</string>
+    <string name="copy_text" msgid="3424081789297978355">"Kopisha kubhodi lokunamathisela"</string>
     <string name="call_custom" msgid="2786306789889210756">"Fonela ku-<xliff:g id="CUSTOM">%s</xliff:g>"</string>
     <string name="call_home" msgid="1479549630992276827">"Fonela ekhaya"</string>
     <string name="call_mobile" msgid="8618334085824709009">"Fonela iselula"</string>
@@ -70,6 +71,7 @@
     <string name="contactsList" msgid="7140022347217602605">"Oxhumana nabo"</string>
     <string name="local_invisible_directory" msgid="8934840494825588347">"Okunye"</string>
     <string name="directory_search_label" msgid="4484648822765516947">"Uhla lwemibhalo"</string>
+    <string name="directory_search_label_work" msgid="8927844610764999234">"Uhla lwemibhalo yomsebenzi"</string>
     <string name="local_search_label" msgid="9094584931063745728">"Bonke oxhumana nabo"</string>
     <string name="user_profile_contacts_list_header" msgid="8436133790234197565">"Mina"</string>
     <string name="search_results_searching" msgid="9022794597388306615">"Iyasesha…"</string>
@@ -85,6 +87,7 @@
     <string name="favoritesFrequentContacted" msgid="2849493314447751970">"Abathintwa njalo"</string>
     <string name="description_view_contact_detail" msgid="2756753096193839285">"Buka oxhumana naye"</string>
     <string name="list_filter_phones" msgid="3692815632088465422">"Bonke othintana nabo kanye nezinombolo zabo zefoni"</string>
+    <string name="list_filter_phones_work" msgid="484839599760375521">"Oxhumana nabo bephrofayela yomsebenzi"</string>
     <string name="view_updates_from_group" msgid="3310864388165884352">"Buka okubuyekeziwe"</string>
     <string name="account_phone" product="tablet" msgid="1143884271396601338">"Ithebulethi kuphela, ayivumelanisiwe"</string>
     <string name="account_phone" product="default" msgid="6104157990869081962">"Iselula kuphela, ayivumelanisiwe"</string>
@@ -106,7 +109,7 @@
     <string name="imLabelsGroup" msgid="8733603247535725786">"I-IM"</string>
     <string name="organizationLabelsGroup" msgid="961008074745871784">"Inhlangano"</string>
     <string name="relationLabelsGroup" msgid="3585294036166325520">"Ubudlelwane"</string>
-    <string name="eventLabelsGroup" msgid="5633007096910029346">"Amadethi abalulekile"</string>
+    <string name="eventLabelsGroup" msgid="4801419345682462171">"Idethi ekhethekile"</string>
     <string name="sms" msgid="8086289395154598654">"Umlayezo wombhalo"</string>
     <string name="postal_address" msgid="7692926530081579786">"Ikheli"</string>
     <string name="ghostData_company" msgid="22470841482615409">"Inkampani"</string>
@@ -143,6 +146,7 @@
     <string name="chat" msgid="6297650784873558837">"Xoxa"</string>
     <string name="description_minus_button" msgid="2142439445814730827">"susa"</string>
     <string name="expand_collapse_name_fields_description" msgid="5073419090665464541">"Nweba noma goqa izinkambu zegama"</string>
+    <string name="expand_collapse_phonetic_name_fields_description" msgid="5241493357460353777">"Nweba noma goqa izinkambu zegama lefonotiki"</string>
     <string name="list_filter_all_accounts" msgid="4265359896628915784">"Bonke oxhumana nabo"</string>
     <string name="list_filter_all_starred" msgid="9060325494254507806">"Okufakwe omakhanya"</string>
     <string name="list_filter_customize" msgid="2352794292558465089">"Enza ngendlela oyifisayo"</string>
@@ -159,11 +163,11 @@
     <string name="listAllContactsInAccount" msgid="755499980092808715">"Oxhumana nabo ku-<xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="listCustomView" msgid="1915154113477432033">"Oxhumana nabo ekubukweni okwenziwe ngendlela oyifisayo"</string>
     <string name="listSingleContact" msgid="8525131203887307088">"Oyedwa oxhumana naye"</string>
-    <string name="dialog_new_contact_account" msgid="4107520273478326011">"Dala oxhumana naye ngaphansi kwe-akhawunti"</string>
+    <string name="dialog_new_contact_account" msgid="32435918254518570">"Londoloza oxhumana nabo abangenisiwe ku-:"</string>
     <string name="import_from_sim" msgid="4749894687871835873">"Landa kusuka kwikhadi le-SIM"</string>
     <string name="import_from_sim_summary" msgid="2306434118233541675">"Ngenisa kusuka ku-SIM <xliff:g id="SIM_NAME">^1</xliff:g> - <xliff:g id="SIM_NUMBER">^2</xliff:g>"</string>
     <string name="import_from_sim_summary_no_number" msgid="8498561004799710237">"Ngenisa kusuka ku-SIM <xliff:g id="SIM_NAME">%1$s</xliff:g>"</string>
-    <string name="import_from_sdcard" product="default" msgid="6423964533801496764">"Landa kusukela kusitoreji"</string>
+    <string name="import_from_vcf_file" product="default" msgid="1381675161522633950">"Ngenisa kusukela kufayela le-.vcf"</string>
     <string name="cancel_import_confirmation_message" msgid="7764915400478970495">"Khansela ukulandwa kwe-<xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_export_confirmation_message" msgid="4063783315931861656">"Khansela ukuthunyelwa kwe-<xliff:g id="FILENAME">%s</xliff:g>?"</string>
     <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Yehlulekile ukukhansela ukulanda/ukuthumela i-vCard"</string>
@@ -171,6 +175,7 @@
     <string name="fail_reason_could_not_open_file" msgid="7041148341788958325">"Ayikwazi ukuvula i-\"<xliff:g id="FILE_NAME">%s</xliff:g>\": <xliff:g id="EXACT_REASON">%s</xliff:g>"</string>
     <string name="fail_reason_could_not_initialize_exporter" msgid="1231982631020480035">"Ayikwazanga ukuqalisa isithumeli: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\""</string>
     <string name="fail_reason_no_exportable_contact" msgid="3717046989062541369">"Abekho oxhumana nabo abathumelekayo."</string>
+    <string name="missing_required_permission" msgid="3120850759881656369">"Ukhubaze imvume edingekayo."</string>
     <string name="fail_reason_error_occurred_during_export" msgid="8426833603664168716">"Kube khona iphutha ngesikhathi kuthunyelwa: \"<xliff:g id="EXACT_REASON">%s</xliff:g>\"."</string>
     <string name="fail_reason_too_long_filename" msgid="3996610741248972232">"Igama lefayela elidingekayo lide kakhulu (\"<xliff:g id="FILENAME">%s</xliff:g>\")"</string>
     <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Maningi kakhulu amafayela e-Vcard endaweni yokulondoloza."</string>
@@ -182,6 +187,7 @@
     <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Yehlulekile ukuqoqa ulwazi lwemetha noma amafayela we-vCard."</string>
     <string name="fail_reason_failed_to_read_files" msgid="9213844535907986665">"Ifayela elilodwa noma amafayela angaphezulu ehlulekile ukulandwa (%s)."</string>
     <string name="exporting_vcard_finished_title" msgid="3581883972188707378">"Iqedile ukuthumela i-<xliff:g id="FILENAME">%s</xliff:g>"</string>
+    <string name="exporting_vcard_finished_title_fallback" msgid="2953278060195308065">"Iqedile ukukhipha oxhumana nabo."</string>
     <string name="exporting_vcard_canceled_title" msgid="6993607802553630980">"Ukulandwa kwe-<xliff:g id="FILENAME">%s</xliff:g> kukhanseliwe."</string>
     <string name="exporting_contact_list_title" msgid="5663945499580026953">"Kuthunyelwa idatha yoxhumana naye"</string>
     <string name="exporting_contact_list_message" msgid="3955619563572081300">"Idatha yoxhumana naye ithunyelelwa lapha: <xliff:g id="FILE_NAME">%s</xliff:g>."</string>
@@ -191,9 +197,6 @@
     <string name="composer_not_initialized" msgid="6514403866246950877">"Umqambi we-Vcard akazange aqale ngendlela efanele."</string>
     <string name="exporting_contact_failed_title" msgid="6059039606302373945">"Yehlulekile ukuthumela"</string>
     <string name="exporting_contact_failed_message" msgid="3922498776695333328">"Idatha yoxhumana naye ayizange ithunyelwe.\nIsizathu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\""</string>
-    <string name="no_sdcard_message" product="nosdcard" msgid="5131553549320038333">"Asikho isitoreji esitholakele"</string>
-    <string name="no_sdcard_message" product="default" msgid="3246805937562594626">"Alikho ikhadi le-SD elitholakele."</string>
-    <string name="confirm_export_message" msgid="7234189779260525384">"Uhlu loxhumana nabo luzothunyelwa kufayela: <xliff:g id="VCARD_FILENAME">%s</xliff:g>."</string>
     <string name="importing_vcard_description" msgid="7206609625359484356">"Ilanda i-<xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Yehlulekile ukufunda idatha ye-vCard"</string>
     <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Ukufundwa kwe-vCard kukhanseliwe"</string>
@@ -203,6 +206,7 @@
     <string name="vcard_import_will_start_message_with_default_name" msgid="2560192057642180334">"Ifayela lizothunyelwa maduzane."</string>
     <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Isicelo sokungenisa i-vCard sinqatshelwe. Zama futhi emuva kwesikhathi."</string>
     <string name="vcard_export_will_start_message" msgid="2168853666316526278">"<xliff:g id="FILENAME">%s</xliff:g> izothunyelwa maduzane"</string>
+    <string name="vcard_export_will_start_message_fallback" msgid="6418767460851707308">"Ifayela lizokhishwa maduze."</string>
     <string name="vcard_export_request_rejected_message" msgid="8044599716727705282">"Isicelo sokuthumela i-vCard sinqatshelwe. Sicela uzame futhi emuva kwesikhathi."</string>
     <string name="vcard_unknown_filename" msgid="4832657686149881554">"oxhumana naye"</string>
     <string name="caching_vcard_message" msgid="6635485116655518520">"Ifaka kunqolobane ama-vCard kusitoreji sesikhashana. Ukulandwa kwangempela kuzoqala khona maduze."</string>
@@ -211,27 +215,26 @@
     <string name="import_failure_no_vcard_file" product="default" msgid="1748300468382501403">"Alikho ifayela le-vCard elitholakele ekhadini le-SD."</string>
     <string name="nfc_vcard_file_name" msgid="305679412445157370">"Othintana naye utholakale nge-NFC"</string>
     <string name="confirm_export_title" msgid="3240899428149018226">"Thumela oxhumana nabo?"</string>
-    <string name="select_vcard_title" msgid="1536575036597557639">"Khetha ifayela le-vCard"</string>
-    <string name="import_one_vcard_string" msgid="6199149175802496361">"Landa ifayela eyodwa ye-vCard"</string>
-    <string name="import_multiple_vcard_string" msgid="8931879029943141122">"Landa amafayela amaningi we-vCard"</string>
-    <string name="import_all_vcard_string" msgid="1037495558362397535">"Landa wonke amafayela e-vCard"</string>
-    <string name="searching_vcard_message" product="nosdcard" msgid="2703499592557555234">"Isesha idatha ye-vCard kusitoreji..."</string>
-    <string name="searching_vcard_message" product="default" msgid="6108691847266062338">"Iseshela idatha ye-vCard ekhadini le-SD..."</string>
     <string name="caching_vcard_title" msgid="9185299351381102305">"Ukulondoloza isikhashana"</string>
     <string name="scanning_sdcard_failed_message" product="nosdcard" msgid="8442457519490864500">"Isitoreji asiskenekanga. (Isizathu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="scanning_sdcard_failed_message" product="default" msgid="1409798274361146091">"Ikhadi le-SD aliskenekanga. (Isizathu: \"<xliff:g id="FAIL_REASON">%s</xliff:g>\")"</string>
     <string name="progress_notifier_message" msgid="359931715339778107">"Ilanda i-<xliff:g id="CURRENT_NUMBER">%s</xliff:g><xliff:g id="TOTAL_NUMBER">%s</xliff:g><xliff:g id="NAME">%s</xliff:g>"</string>
-    <string name="export_to_sdcard" product="default" msgid="3665618085563543169">"Thumela kusitoreji"</string>
+    <string name="export_to_vcf_file" product="default" msgid="4142192068495589925">"Thumela kufayela le-.vcf"</string>
     <string name="display_options_sort_list_by" msgid="8635268562263708102">"Hlunga nge-"</string>
     <string name="display_options_sort_by_given_name" msgid="7775798046001047995">"Igama lokuqala"</string>
     <string name="display_options_sort_by_family_name" msgid="8196947856299225342">"Isibongo"</string>
     <string name="display_options_view_names_as" msgid="3232196224409242435">"Ifomethi yegama"</string>
     <string name="display_options_view_given_name_first" msgid="7283772578267332801">"Igama lokuqala kuqala"</string>
     <string name="display_options_view_family_name_first" msgid="8133167685885174166">"Isibongo kuqala"</string>
+    <string name="default_editor_account" msgid="4338725881650654966">"I-akhawunti ezenzakalelayo yoxhumana nabo abasha"</string>
+    <string name="contact_metadata_sync_account" msgid="1787463969598716702">"I-akhawunti yokuvumelanisa imethadatha yoxhumana naye"</string>
+    <string name="setting_about" msgid="3926137653588942297">"Mayelana noxhumana nabo"</string>
     <string name="share_visible_contacts" msgid="2150662668080757107">"Yabelana noxhumana nabo ababonakalayo"</string>
+    <string name="share_visible_contacts_failure" msgid="5895137872238059893">"Yehlulekile ukwabelana ngoxhumana nabo ababonakalayo"</string>
     <string name="dialog_import_export" msgid="1125776851100740858">"Landa/thumela oxhumana nabo"</string>
     <string name="dialog_import" msgid="5177004290082451296">"Landa oxhumana nabo"</string>
     <string name="share_error" msgid="665756457151793108">"Lona oxhumana naye ngeke ukwazi ukwabelana ngaye."</string>
+    <string name="no_contact_to_share" msgid="5749367538191552509">"Abekho oxhumana nabo ongabelana nabo."</string>
     <string name="menu_search" msgid="7464453023659824700">"Sesha"</string>
     <string name="menu_contacts_filter" msgid="586356478145511794">"Othintana nabo abazoboniswa"</string>
     <string name="activity_title_contacts_filter" msgid="7689519428197855166">"Othintana nabo abazoboniswa"</string>
@@ -240,11 +243,11 @@
     <string name="contactsFavoritesLabel" msgid="1222038757062409949">"Izindandokazi"</string>
     <string name="listTotalAllContactsZero" msgid="6041341919823872732">"Abekho othintana nabo."</string>
     <string name="listTotalAllContactsZeroCustom" msgid="5661794891640163617">"Abekho othintana nabo ababonakalayo."</string>
-    <string name="listTotalAllContactsZeroStarred" msgid="4176827228429279164">"Azikho izintandokazi."</string>
+    <string name="listTotalAllContactsZeroStarred" msgid="2747107662985362061">"Azikho izintandokazi"</string>
     <string name="listTotalAllContactsZeroGroup" msgid="7450331854661098879">"Abekho othintana nabo ku-<xliff:g id="NAME">%s</xliff:g>"</string>
     <string name="menu_clear_frequents" msgid="8492322695770647639">"Sula oxhumana nabo njalo"</string>
     <string name="menu_select_sim" msgid="7814841439832447299">"Khetha ikhadi le-SIM"</string>
-    <string name="menu_accounts" msgid="795417468541517082">"Ama-akhawunti"</string>
+    <string name="menu_accounts" msgid="2944004960829403994">"Phatha ama-akhawunti"</string>
     <string name="menu_import_export" msgid="6446229463809981669">"Ngenisa/ thekelisa"</string>
     <string name="contact_status_update_attribution" msgid="8419168578670128134">"nge-<xliff:g id="SOURCE">%1$s</xliff:g>"</string>
     <string name="contact_status_update_attribution_with_date" msgid="7492465535645607473">"<xliff:g id="DATE">%1$s</xliff:g> nge-<xliff:g id="SOURCE">%2$s</xliff:g>"</string>
@@ -254,4 +257,22 @@
     <string name="select_account_dialog_title" msgid="5509088895267310568">"I-Akhawunti"</string>
     <string name="set_default_account" msgid="3865970860434642695">"Njalo sebenzisa lokhu kumakholi"</string>
     <string name="select_phone_account_for_calls" msgid="933905607702811164">"Shaya nge"</string>
+    <string name="call_with_a_note" msgid="8453800473226831257">"Shaya ngenothi"</string>
+    <string name="call_subject_hint" msgid="2270115162050853866">"Thayipha inothi ukuthumela nekholi ..."</string>
+    <string name="send_and_call_button" msgid="7459507823002185202">"THUMELA FUTHI USHAYE"</string>
+    <string name="call_subject_limit" msgid="4746194916585506281">"<xliff:g id="COUNT">%1$s</xliff:g> / <xliff:g id="LIMIT">%2$s</xliff:g>"</string>
+    <string name="call_subject_type_and_number" msgid="517676698821671164">"<xliff:g id="TYPE">%1$s</xliff:g> • <xliff:g id="NUMBER">%2$s</xliff:g>"</string>
+    <plurals name="tab_title_with_unread_items" formatted="false" msgid="6318422670912575609">
+      <item quantity="one"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> izinto ezingafundiwe. </item>
+      <item quantity="other"> <xliff:g id="TITLE_2">%1$s</xliff:g>. <xliff:g id="COUNT_3">%2$d</xliff:g> izinto ezingafundiwe. </item>
+    </plurals>
+    <string name="about_build_version" msgid="4221971683776635130">"Inguqulo yesakhiwo"</string>
+    <string name="about_open_source_licenses" msgid="3224958101863814649">"Amalayisensi womthombo ovulekile"</string>
+    <string name="about_open_source_licenses_summary" msgid="3009343539281606716">"Iminingwane yelayisensi yesofthiwe yomthombo ovulelekile"</string>
+    <string name="about_privacy_policy" msgid="8458337666582973913">"Inqubomgomo yobumfihlo"</string>
+    <string name="about_terms_of_service" msgid="628537491496465267">"Imigomo yesevisi"</string>
+    <string name="activity_title_licenses" msgid="7812517458691564230">"Amalayisensi womthombo ovulekile"</string>
+    <string name="account_filter_view_checked" msgid="4368757211136754319">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> kuhloliwe"</string>
+    <string name="account_filter_view_not_checked" msgid="5652044086126815700">"<xliff:g id="ACCOUNT_INFO">%s</xliff:g> akuhloliwe"</string>
+    <string name="description_search_video_call" msgid="1699305143973045516">"Yenza ikholi yevidiyo"</string>
 </resources>
diff --git a/res-common/values/attrs.xml b/res-common/values/attrs.xml
index 64397ca..79d4ee7 100644
--- a/res-common/values/attrs.xml
+++ b/res-common/values/attrs.xml
@@ -62,6 +62,8 @@
         <attr name="list_item_text_offset_top" format="dimension"/>
         <attr name="list_item_data_width_weight" format="integer"/>
         <attr name="list_item_label_width_weight" format="integer"/>
+        <attr name="list_item_video_call_icon_size" format="dimension"/>
+        <attr name="list_item_video_call_icon_margin" format="dimension"/>
     </declare-styleable>
 
     <declare-styleable name="ContactBrowser">
diff --git a/res-common/values/colors.xml b/res-common/values/colors.xml
index 0dc85b5..339b0e3 100644
--- a/res-common/values/colors.xml
+++ b/res-common/values/colors.xml
@@ -129,6 +129,7 @@
     <color name="tab_ripple_color">@color/tab_accent_color</color>
     <color name="tab_accent_color">#ffffff</color>
     <color name="tab_selected_underline_color">@color/tab_accent_color</color>
+    <color name="tab_unread_count_background_color">#700f4b70</color>
 
     <!-- Color of the title to the Frequently Contacted section -->
     <color name="frequently_contacted_title_color">@color/actionbar_background_color</color>
@@ -155,10 +156,10 @@
     <!-- Text color used for character counter when the max limit has been exceeded -->
     <color name="call_subject_limit_exceeded">#d1041c</color>
 
-    <!-- Tint color for the call subhect history icon. -->
+    <!-- Tint color for the call subject history icon. -->
     <color name="call_subject_history_icon">#000000</color>
 
-    <!-- Divider line on the call subhect dialog. -->
+    <!-- Divider line on the call subject dialog. -->
     <color name="call_subject_divider">#d8d8d8</color>
 
     <!-- Text color for the SEND & CALL button on the call subject dialog. -->
@@ -166,4 +167,5 @@
 
     <!-- Background color for the call subject history view. -->
     <color name="call_subject_history_background">#ffffff</color>
+    <color name="search_video_call_icon_tint">@color/searchbox_hint_text_color</color>
 </resources>
diff --git a/res-common/values/dimens.xml b/res-common/values/dimens.xml
index 8d612ff..b75e0a7 100644
--- a/res-common/values/dimens.xml
+++ b/res-common/values/dimens.xml
@@ -117,11 +117,17 @@
     <!-- Size of text in tabs. -->
     <dimen name="tab_text_size">14sp</dimen>
     <dimen name="tab_elevation">2dp</dimen>
+    <dimen name="tab_unread_count_background_size">16dp</dimen>
+    <dimen name="tab_unread_count_background_radius">2dp</dimen>
+    <dimen name="tab_unread_count_margin_left">10dp</dimen>
+    <dimen name="tab_unread_count_margin_top">2dp</dimen>
+    <dimen name="tab_unread_count_text_size">12sp</dimen>
+    <dimen name="tab_unread_count_text_padding">2dp</dimen>
 
     <!-- Padding around the icon in the search box. -->
     <dimen name="search_box_icon_margin">4dp</dimen>
     <!-- Size of the icon (voice search, back arrow) in the search box. -->
-    <dimen name="search_box_icon_size">28dp</dimen>
+    <dimen name="search_box_icon_size">36dp</dimen>
     <!-- Size of the close icon.-->
     <dimen name="search_box_close_icon_size">56dp</dimen>
     <!-- Padding around the close button. It's visible size without padding is 24dp. -->
diff --git a/res-common/values/donottranslate_config.xml b/res-common/values/donottranslate_config.xml
index 9d9513b..a7142e2 100644
--- a/res-common/values/donottranslate_config.xml
+++ b/res-common/values/donottranslate_config.xml
@@ -33,6 +33,15 @@
     <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
     <bool name="config_editor_field_order_primary">true</bool>
 
+    <!-- If true, an option is shown in Display Options UI to choose a default account -->
+    <bool name="config_default_account_user_changeable">true</bool>
+
+    <!-- Contacts preferences key for contact editor default account -->
+    <string name="contact_editor_default_account_key">ContactEditorUtils_default_account</string>
+
+    <!-- Contacts preferences key for contact editor anything saved -->
+    <string name="contact_editor_anything_saved_key">ContactEditorUtils_anything_saved</string>
+
     <!-- The type of VCard for export. If you want to let the app emit vCard which is
     specific to some vendor (like DoCoMo), specify this type (e.g. "docomo") -->
     <string name="config_export_vcard_type" translatable="false">default</string>
@@ -75,6 +84,10 @@
     <bool name="config_allow_export">true</bool>
 
     <!-- Flag indicating whether Contacts app is allowed to share contacts with devices outside -->
-    <bool name="config_allow_share_visible_contacts">true</bool>
+    <bool name="config_allow_share_contacts">true</bool>
 
+    <string name="pref_build_version_key">pref_build_version</string>
+    <string name="pref_open_source_licenses_key">pref_open_source_licenses</string>
+    <string name="pref_privacy_policy_key">pref_privacy_policy</string>
+    <string name="pref_terms_of_service_key">pref_terms_of_service</string>
 </resources>
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index fab8e97..ce4cd30 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -148,6 +148,9 @@
     <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
     <string name="directory_search_label">Directory</string>
 
+    <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
+    <string name="directory_search_label_work">Work Directory</string>
+
     <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
     <string name="local_search_label">All contacts</string>
 
@@ -199,6 +202,9 @@
     <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
     <string name="list_filter_phones">All contacts with phone numbers</string>
 
+    <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
+    <string name="list_filter_phones_work">Work Profile contacts</string>
+
     <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
     <string name="view_updates_from_group">View updates</string>
 
@@ -268,7 +274,7 @@
 
     <!-- Header that expands to list all event types when editing an event of a contact
          [CHAR LIMIT=20] -->
-    <string name="eventLabelsGroup">Special dates</string>
+    <string name="eventLabelsGroup">Special date</string>
 
     <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
          announce the purpose of the view. [CHAR LIMIT=NONE] -->
@@ -371,6 +377,9 @@
          [CHAR LIMIT=NONE] -->
     <string name="expand_collapse_name_fields_description">Expand or collapse name fields</string>
 
+    <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
+    <string name="expand_collapse_phonetic_name_fields_description">Expand or collapse phonetic
+        name fields</string>
 
     <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
     <string name="list_filter_all_accounts">All contacts</string>
@@ -417,7 +426,8 @@
     <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
     <string name="listSingleContact">Single contact</string>
 
-    <string name="dialog_new_contact_account">Create contact under account</string>
+    <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
+    <string name="dialog_new_contact_account">Save imported contacts to:</string>
 
     <!-- Action string for selecting SIM for importing contacts -->
     <string name="import_from_sim">Import from SIM card</string>
@@ -656,12 +666,36 @@
     <!-- An allowable value for the "view names as" contact display option  -->
     <string name="display_options_view_family_name_first">Last name first</string>
 
+    <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
+    <string name="default_editor_account">Default account for new contacts</string>
+
+    <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
+    <string name="sync_contact_metadata_title">Sync contact metadata [DOGFOOD]</string>
+
+    <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
+    <string name="sync_contact_metadata_dialog_title">Sync contact metadata</string>
+
+    <!-- Label of the "About" setting -->
+    <string name="setting_about">About Contacts</string>
+
+    <!-- Title of the settings activity [CHAR LIMIT=64] -->
+    <string name="activity_title_settings">Settings</string>
+
     <!-- Action that shares visible contacts -->
     <string name="share_visible_contacts">Share visible contacts</string>
 
     <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
     <string name="share_visible_contacts_failure">Failed to share visible contacts.</string>
 
+    <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
+    <string name="share_favorite_contacts">Share favorite contacts</string>
+
+    <!-- Action that shares contacts [CHAR LIMIT=30]-->
+    <string name="share_contacts">Share all contacts</string>
+
+    <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
+    <string name="share_contacts_failure">Failed to share contacts.</string>
+
     <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
     <string name="dialog_import_export">Import/export contacts</string>
 
@@ -671,6 +705,9 @@
     <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE]  -->
     <string name="share_error">This contact can\'t be shared.</string>
 
+    <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE]  -->
+    <string name="no_contact_to_share">There are no contacts to share.</string>
+
     <!-- Menu item to search contacts -->
     <string name="menu_search">Search</string>
 
@@ -701,7 +738,7 @@
     <string name="listTotalAllContactsZeroCustom">No visible contacts.</string>
 
     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected  [CHAR LIMIT=64]-->
-    <string name="listTotalAllContactsZeroStarred">No favorites.</string>
+    <string name="listTotalAllContactsZeroStarred">No favorites</string>
 
     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected  [CHAR LIMIT=64]-->
     <string name="listTotalAllContactsZeroGroup">No contacts in <xliff:g id="name" example="Friends">%s</xliff:g></string>
@@ -712,8 +749,8 @@
     <!-- Menu item to select SIM card -->
     <string name="menu_select_sim">Select SIM card</string>
 
-    <!-- The menu item to open the list of accounts -->
-    <string name="menu_accounts">Accounts</string>
+    <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
+    <string name="menu_accounts">Manage accounts</string>
 
     <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card.  [CHAR LIMIT=30]-->
     <string name="menu_import_export">Import/export</string>
@@ -775,4 +812,50 @@
          Example: Mobile • 650-555-1212  -->
     <string name="call_subject_type_and_number"><xliff:g id="type" example="Mobile">%1$s</xliff:g> • <xliff:g id="number" example="(650) 555-1212">%2$s</xliff:g></string>
 
+    <!-- String format to describe the number of unread items in a tab.
+
+        Note: AccessibilityServices use this attribute to announce what the view represents.
+              This is especially valuable for views without textual representation like ImageView.
+    -->
+    <plurals name="tab_title_with_unread_items">
+        <item quantity="one">
+            <xliff:g id="title">%1$s</xliff:g>. <xliff:g id="count">%2$d</xliff:g> unread item.
+        </item>
+        <item quantity="other">
+            <xliff:g id="title">%1$s</xliff:g>. <xliff:g id="count">%2$d</xliff:g> unread items.
+        </item>
+    </plurals>
+
+    <!-- Build version title in About preference. [CHAR LIMIT=40]-->
+    <string name="about_build_version">Build version</string>
+
+    <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
+    <string name="about_open_source_licenses">Open source licenses</string>
+
+    <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
+    <string name="about_open_source_licenses_summary">License details for open source software</string>
+
+    <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
+    <string name="about_privacy_policy">Privacy policy</string>
+
+    <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
+    <string name="about_terms_of_service">Terms of service</string>
+
+    <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
+    <string name="activity_title_licenses">Open source licenses</string>
+
+    <!-- Content description of entries (including that radio button is checked) in contact
+         accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
+    <string name="account_filter_view_checked"><xliff:g id="account_info">%s</xliff:g> checked</string>
+
+    <!-- Content description of entries (including that the radio button is not checked) in contact
+         accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
+    <string name="account_filter_view_not_checked"><xliff:g id="account_info">%s</xliff:g> not checked</string>
+
+    <!-- Description string for an action button to initiate a video call from search results.
+         Note: AccessibilityServices use this attribute to announce what the view represents.
+         This is especially valuable for views without textual representation like ImageView.
+
+         [CHAR LIMIT=NONE]-->
+    <string name="description_search_video_call">Place video call</string>
 </resources>
diff --git a/res-common/values/styles.xml b/res-common/values/styles.xml
index 77c4677..aa52220 100644
--- a/res-common/values/styles.xml
+++ b/res-common/values/styles.xml
@@ -69,8 +69,11 @@
         <item name="android:overScrollMode">always</item>
     </style>
 
-    <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light">
+    <style name="ContactListFilterTheme" parent="Theme.AppCompat.Light">
         <item name="android:listViewStyle">@style/ListViewStyle</item>
+        <!-- Styles that require AppCompat compatibility, remember to update both sets -->
+        <item name="android:colorAccent">@color/dialtacts_theme_color</item>
+        <item name="colorAccent">@color/dialtacts_theme_color</item>
     </style>
 
     <style name="CustomContactListFilterView" parent="ContactListFilterTheme">
diff --git a/res-common/xml/preference_about.xml b/res-common/xml/preference_about.xml
new file mode 100644
index 0000000..005485c
--- /dev/null
+++ b/res-common/xml/preference_about.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+    <Preference
+            android:icon="@null"
+            android:key="@string/pref_build_version_key"
+            android:title="@string/about_build_version"/>
+
+    <Preference
+            android:icon="@null"
+            android:key="@string/pref_open_source_licenses_key"
+            android:title="@string/about_open_source_licenses"
+            android:summary="@string/about_open_source_licenses_summary"/>
+
+    <Preference
+            android:icon="@null"
+            android:key="@string/pref_privacy_policy_key"
+            android:title="@string/about_privacy_policy">
+        <intent android:action="android.intent.action.VIEW"
+                android:data="http://www.google.com/policies/privacy" />
+    </Preference>
+
+    <Preference
+            android:icon="@null"
+            android:key="@string/pref_terms_of_service_key"
+            android:title="@string/about_terms_of_service">
+        <intent android:action="android.intent.action.VIEW"
+                android:data="http://www.google.com/policies/terms" />
+    </Preference>
+</PreferenceScreen>
diff --git a/res-common/xml/preference_display_options.xml b/res-common/xml/preference_display_options.xml
index f327fac..6e23d47 100644
--- a/res-common/xml/preference_display_options.xml
+++ b/res-common/xml/preference_display_options.xml
@@ -16,12 +16,31 @@
 
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
     <com.android.contacts.common.preference.SortOrderPreference
+        android:icon="@null"
         android:key="sortOrder"
         android:title="@string/display_options_sort_list_by"
         android:dialogTitle="@string/display_options_sort_list_by" />
 
     <com.android.contacts.common.preference.DisplayOrderPreference
+        android:icon="@null"
         android:key="displayOrder"
         android:title="@string/display_options_view_names_as"
         android:dialogTitle="@string/display_options_view_names_as" />
+
+    <com.android.contacts.common.preference.DefaultAccountPreference
+        android:icon="@null"
+        android:key="accounts"
+        android:title="@string/default_editor_account"
+        android:dialogTitle="@string/default_editor_account" />
+
+    <com.android.contacts.common.preference.ContactMetadataSyncAccountPreference
+            android:icon="@null"
+            android:key="contactMetadata"
+            android:title="@string/sync_contact_metadata_title"
+            android:dialogTitle="@string/sync_contact_metadata_dialog_title" />
+
+    <Preference
+        android:icon="@null"
+        android:key="about"
+        android:title="@string/setting_about"/>
 </PreferenceScreen>