summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/main/impl
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-06-19 12:40:59 -0700
committerEric Erfanian <erfanian@google.com>2017-06-19 20:00:08 +0000
commitea7890cd5e829ed3f0b5f726561c569690af2030 (patch)
tree235ab5ab9f9215782c29ef350d275fe12e7b2f74 /java/com/android/dialer/main/impl
parent91ce7d2a476bd04fe525049a37a2f8b2824e9724 (diff)
downloadandroid_packages_apps_Dialer-ea7890cd5e829ed3f0b5f726561c569690af2030.tar.gz
android_packages_apps_Dialer-ea7890cd5e829ed3f0b5f726561c569690af2030.tar.bz2
android_packages_apps_Dialer-ea7890cd5e829ed3f0b5f726561c569690af2030.zip
Update AOSP Dialer source from internal google3 repository at
cl/159428781. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/158012278 (6/05/2017) to cl/159428781 (6/19/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Merged-In: Ie60a84b3936efd0ea3d95d7c86bf96d2b1663030 Change-Id: If1fa394df2609f0d38b4f794c83f4db3f1006484
Diffstat (limited to 'java/com/android/dialer/main/impl')
-rw-r--r--java/com/android/dialer/main/impl/AndroidManifest.xml110
-rw-r--r--java/com/android/dialer/main/impl/MainActivity.java91
-rw-r--r--java/com/android/dialer/main/impl/MainImpl.java90
-rw-r--r--java/com/android/dialer/main/impl/MainModule.java30
-rw-r--r--java/com/android/dialer/main/impl/MainPagerAdapter.java75
-rw-r--r--java/com/android/dialer/main/impl/StubFragment.java35
-rw-r--r--java/com/android/dialer/main/impl/res/drawable-xxxhdpi/nui_launcher_icon.pngbin0 -> 5554 bytes
-rw-r--r--java/com/android/dialer/main/impl/res/layout/main_activity.xml68
-rw-r--r--java/com/android/dialer/main/impl/res/layout/stub_fragment.xml27
-rw-r--r--java/com/android/dialer/main/impl/res/menu/main_menu.xml47
-rw-r--r--java/com/android/dialer/main/impl/res/values-af/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-am/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ar/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-az/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-b+sr+Latn/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-be/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-bg/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-bn/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-bs/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ca/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-cs/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-da/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-de/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-el/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-en-rAU/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-en-rGB/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-en-rIN/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-es-rUS/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-es/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-et/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-eu/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-fa/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-fi/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-fr-rCA/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-fr/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-gl/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-gu/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-hi/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-hr/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-hu/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-hy/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-in/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-is/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-it/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-iw/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ja/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ka/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-kk/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-km/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-kn/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ko/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ky/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-lo/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-lt/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-lv/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-mk/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ml/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-mn/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-mr/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ms/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-my/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-nb/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ne/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-nl/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-no/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-pa/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-pl/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-pt-rBR/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-pt-rPT/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-pt/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ro/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ru/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-si/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-sk/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-sl/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-sq/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-sr/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-sv/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-sw/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-ta/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-te/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-th/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-tl/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-tr/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-uk/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ur/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-uz/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-vi/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-zh-rCN/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-zh-rHK/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-zh-rTW/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values-zu/strings.xml36
-rw-r--r--java/com/android/dialer/main/impl/res/values/strings.xml49
-rw-r--r--java/com/android/dialer/main/impl/res/values/styles.xml28
94 files changed, 3454 insertions, 0 deletions
diff --git a/java/com/android/dialer/main/impl/AndroidManifest.xml b/java/com/android/dialer/main/impl/AndroidManifest.xml
new file mode 100644
index 000000000..8edde507c
--- /dev/null
+++ b/java/com/android/dialer/main/impl/AndroidManifest.xml
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.dialer.main.impl">
+
+ <application>
+
+ <activity
+ android:clearTaskOnLaunch="true"
+ android:directBootAware="true"
+ android:enabled="false"
+ android:exported="true"
+ android:icon="@drawable/nui_launcher_icon"
+ android:label="@string/main_activity_label"
+ android:launchMode="singleTask"
+ android:name="com.android.dialer.main.impl.MainActivity"
+ android:resizeableActivity="true"
+ android:theme="@style/NuiMainActivityTheme"
+ android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
+
+ <!-- LINT.IfChange -->
+ <intent-filter>
+ <action android:name="android.intent.action.DIAL"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.BROWSABLE"/>
+
+ <data android:mimeType="vnd.android.cursor.item/phone"/>
+ <data android:mimeType="vnd.android.cursor.item/person"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.DIAL"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.BROWSABLE"/>
+
+ <data android:scheme="voicemail"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.DIAL"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
+ <category android:name="android.intent.category.BROWSABLE"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW"/>
+ <action android:name="android.intent.action.DIAL"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.BROWSABLE"/>
+
+ <data android:scheme="tel"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.VIEW"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.BROWSABLE"/>
+
+ <data android:mimeType="vnd.android.cursor.dir/calls"/>
+ </intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.CALL_BUTTON"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.BROWSABLE"/>
+ </intent-filter>
+ <!-- This was never intended to be public, but is here for backward
+ compatibility. Use Intent.ACTION_DIAL instead. -->
+ <intent-filter>
+ <action android:name="com.android.phone.action.TOUCH_DIALER"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.TAB"/>
+ </intent-filter>
+ <intent-filter android:label="@string/main_call_history_tab_description">
+ <action android:name="com.android.phone.action.RECENT_CALLS"/>
+
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.TAB"/>
+ </intent-filter>
+ <!-- LINT.ThenChange(//depot/google3/third_party/java_src/android_app/dialer/java/com/android/dialer/app/manifests/activities/AndroidManifest.xml) -->
+
+ <meta-data
+ android:name="com.android.keyguard.layout"
+ android:resource="@layout/keyguard_preview"/>
+ </activity>
+
+ </application>
+
+</manifest>
diff --git a/java/com/android/dialer/main/impl/MainActivity.java b/java/com/android/dialer/main/impl/MainActivity.java
new file mode 100644
index 000000000..4b2bd2e05
--- /dev/null
+++ b/java/com/android/dialer/main/impl/MainActivity.java
@@ -0,0 +1,91 @@
+/*
+ * Copyright (C) 2017 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License
+ */
+
+package com.android.dialer.main.impl;
+
+import android.content.Context;
+import android.content.Intent;
+import android.os.Bundle;
+import android.support.design.widget.TabLayout;
+import android.support.v4.view.ViewPager;
+import android.support.v7.app.AppCompatActivity;
+import android.support.v7.widget.Toolbar;
+import android.view.Menu;
+import android.view.MenuItem;
+import android.view.View;
+import android.widget.Toast;
+import com.android.dialer.common.LogUtil;
+
+/** This is the main activity for dialer. It hosts favorites, call log, search, dialpad, etc... */
+public final class MainActivity extends AppCompatActivity implements View.OnClickListener {
+
+ static Intent getIntent(Context context) {
+ return new Intent(context, MainActivity.class)
+ .setAction(Intent.ACTION_VIEW)
+ .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+ }
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ LogUtil.enterBlock("MainActivity.onCreate");
+ setContentView(R.layout.main_activity);
+ initLayout();
+ }
+
+ private void initLayout() {
+ findViewById(R.id.fab).setOnClickListener(this);
+
+ ViewPager pager = findViewById(R.id.pager);
+ MainPagerAdapter pagerAdapter = new MainPagerAdapter(this, getSupportFragmentManager());
+ pager.setAdapter(pagerAdapter);
+
+ TabLayout tabLayout = findViewById(R.id.tab_layout);
+ tabLayout.setupWithViewPager(pager);
+
+ Toolbar toolbar = findViewById(R.id.toolbar);
+ toolbar.setPopupTheme(android.R.style.Theme_Material_Light);
+ setSupportActionBar(toolbar);
+ }
+
+ @Override
+ public boolean onCreateOptionsMenu(Menu menu) {
+ getMenuInflater().inflate(R.menu.main_menu, menu);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item) {
+ Toast.makeText(this, "Not yet implemented", Toast.LENGTH_SHORT).show();
+ if (item.getItemId() == R.id.search) {
+ // open search
+ return true;
+ } else if (item.getItemId() == R.id.contacts) {
+ // open contacts
+ return true;
+ } else {
+ // TODO handle other menu items
+ return super.onOptionsItemSelected(item);
+ }
+ }
+
+ @Override
+ public void onClick(View v) {
+ if (v.getId() == R.id.fab) {
+ // open dialpad search
+ }
+ }
+}
diff --git a/java/com/android/dialer/main/impl/MainImpl.java b/java/com/android/dialer/main/impl/MainImpl.java
new file mode 100644
index 000000000..d29e8c0a5
--- /dev/null
+++ b/java/com/android/dialer/main/impl/MainImpl.java
@@ -0,0 +1,90 @@
+/*
+ * Copyright (C) 2017 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License
+ */
+
+package com.android.dialer.main.impl;
+
+import android.annotation.TargetApi;
+import android.content.ComponentName;
+import android.content.Context;
+import android.content.Intent;
+import android.content.pm.PackageManager;
+import android.os.Build.VERSION_CODES;
+import android.support.v4.content.pm.ShortcutInfoCompat;
+import android.support.v4.content.pm.ShortcutManagerCompat;
+import android.support.v4.graphics.drawable.IconCompat;
+import android.support.v4.os.BuildCompat;
+import com.android.dialer.buildtype.BuildType;
+import com.android.dialer.common.LogUtil;
+import com.android.dialer.main.Main;
+import javax.inject.Inject;
+
+/** The entry point for the main feature. */
+final class MainImpl implements Main {
+ private static final String SHORTCUT_KEY = "nui_launcher_shortcut";
+
+ @Inject
+ public MainImpl() {}
+
+ @Override
+ public boolean isNewUiEnabled(Context context) {
+ return BuildType.get() == BuildType.BUGFOOD || LogUtil.isDebugEnabled();
+ }
+
+ @Override
+ public void createNewUiLauncherShortcut(Context context) {
+ enableComponent(context);
+ if (BuildCompat.isAtLeastO()) {
+ createLauncherShortcutO(context);
+ } else {
+ createLauncherShortcutPreO(context);
+ }
+ }
+
+ /**
+ * Enables the NUI activity component. By default the component is disabled and can't be accessed.
+ * Once the component has been enabled the user will get an option to use the new UI to handle
+ * DIAL (and other) intents.
+ */
+ private static void enableComponent(Context context) {
+ context
+ .getPackageManager()
+ .setComponentEnabledSetting(
+ new ComponentName(context, MainActivity.class),
+ PackageManager.COMPONENT_ENABLED_STATE_ENABLED,
+ PackageManager.DONT_KILL_APP);
+ }
+
+ @TargetApi(VERSION_CODES.O)
+ private static void createLauncherShortcutO(Context context) {
+ ShortcutInfoCompat shortcutInfo =
+ new ShortcutInfoCompat.Builder(context, SHORTCUT_KEY)
+ .setIcon(IconCompat.createWithResource(context, R.drawable.nui_launcher_icon))
+ .setIntent(MainActivity.getIntent(context))
+ .setShortLabel(context.getString(R.string.nui_shortcut_name))
+ .build();
+ ShortcutManagerCompat.requestPinShortcut(context, shortcutInfo, null);
+ }
+
+ private static void createLauncherShortcutPreO(Context context) {
+ Intent intent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT");
+ intent.putExtra(
+ Intent.EXTRA_SHORTCUT_ICON,
+ Intent.ShortcutIconResource.fromContext(context, R.drawable.nui_launcher_icon));
+ intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, context.getString(R.string.nui_shortcut_name));
+ intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, MainActivity.getIntent(context));
+ context.sendBroadcast(intent);
+ }
+}
diff --git a/java/com/android/dialer/main/impl/MainModule.java b/java/com/android/dialer/main/impl/MainModule.java
new file mode 100644
index 000000000..90342cf59
--- /dev/null
+++ b/java/com/android/dialer/main/impl/MainModule.java
@@ -0,0 +1,30 @@
+/*
+ * Copyright (C) 2017 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License
+ */
+
+package com.android.dialer.main.impl;
+
+import com.android.dialer.main.Main;
+import dagger.Module;
+import dagger.Provides;
+
+/** This module provides an instance of {@link Main}. */
+@Module
+public final class MainModule {
+ @Provides
+ public static Main provideMain() {
+ return new MainImpl();
+ }
+}
diff --git a/java/com/android/dialer/main/impl/MainPagerAdapter.java b/java/com/android/dialer/main/impl/MainPagerAdapter.java
new file mode 100644
index 000000000..19cf4e7b1
--- /dev/null
+++ b/java/com/android/dialer/main/impl/MainPagerAdapter.java
@@ -0,0 +1,75 @@
+/*
+ * Copyright (C) 2017 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License
+ */
+
+package com.android.dialer.main.impl;
+
+import android.content.Context;
+import android.support.annotation.IntDef;
+import android.support.v4.app.Fragment;
+import android.support.v4.app.FragmentManager;
+import android.support.v4.app.FragmentStatePagerAdapter;
+import com.android.dialer.common.Assert;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+
+/** Adapter for {@link MainActivity} ViewPager. */
+final class MainPagerAdapter extends FragmentStatePagerAdapter {
+
+ @Retention(RetentionPolicy.SOURCE)
+ @IntDef({
+ TabIndex.SPEED_DIAL,
+ TabIndex.HISTORY,
+ TabIndex.VOICEMAIL,
+ })
+ private @interface TabIndex {
+ int SPEED_DIAL = 0;
+ int HISTORY = 1;
+ int VOICEMAIL = 2;
+ }
+
+ private final Context context;
+
+ MainPagerAdapter(Context context, FragmentManager fragmentManager) {
+ super(fragmentManager);
+ this.context = context;
+ }
+
+ @Override
+ public int getCount() {
+ // TODO: add logic to hide/show voicemail tab
+ return 3;
+ }
+
+ @Override
+ public Fragment getItem(int position) {
+ // TODO: implement tabs
+ return new StubFragment();
+ }
+
+ @Override
+ public CharSequence getPageTitle(int position) {
+ switch (position) {
+ case TabIndex.SPEED_DIAL:
+ return context.getString(R.string.tab_title_speed_dial);
+ case TabIndex.HISTORY:
+ return context.getString(R.string.tab_title_call_history);
+ case TabIndex.VOICEMAIL:
+ return context.getString(R.string.tab_title_voicemail);
+ default:
+ throw Assert.createIllegalStateFailException("Tab position with no title: " + position);
+ }
+ }
+}
diff --git a/java/com/android/dialer/main/impl/StubFragment.java b/java/com/android/dialer/main/impl/StubFragment.java
new file mode 100644
index 000000000..8e0accf29
--- /dev/null
+++ b/java/com/android/dialer/main/impl/StubFragment.java
@@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2017 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License
+ */
+
+package com.android.dialer.main.impl;
+
+import android.os.Bundle;
+import android.support.annotation.Nullable;
+import android.support.v4.app.Fragment;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+
+/** Stub Fragment for Dialer. */
+public class StubFragment extends Fragment {
+
+ @Nullable
+ @Override
+ public View onCreateView(
+ LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
+ return inflater.inflate(R.layout.stub_fragment, container, false);
+ }
+}
diff --git a/java/com/android/dialer/main/impl/res/drawable-xxxhdpi/nui_launcher_icon.png b/java/com/android/dialer/main/impl/res/drawable-xxxhdpi/nui_launcher_icon.png
new file mode 100644
index 000000000..7845ebca4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/drawable-xxxhdpi/nui_launcher_icon.png
Binary files differ
diff --git a/java/com/android/dialer/main/impl/res/layout/main_activity.xml b/java/com/android/dialer/main/impl/res/layout/main_activity.xml
new file mode 100644
index 000000000..73b2eae33
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/layout/main_activity.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:id="@+id/container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:textColor="@android:color/secondary_text_dark_nodisable"/>
+
+ <android.support.design.widget.CoordinatorLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <android.support.design.widget.AppBarLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:theme="@style/AppBarTheme">
+
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/toolbar"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:background="?android:attr/colorPrimary"/>
+
+ <android.support.design.widget.TabLayout
+ android:id="@+id/tab_layout"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="?android:attr/colorPrimary"
+ app:tabIndicatorColor="?android:attr/colorAccent"
+ app:layout_scrollFlags="enterAlwaysCollapsed"/>
+ </android.support.design.widget.AppBarLayout>
+
+ <android.support.v4.view.ViewPager
+ android:id="@+id/pager"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
+
+ <android.support.design.widget.FloatingActionButton
+ android:id="@+id/fab"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom|end"
+ android:layout_margin="16dp"
+ android:src="@drawable/quantum_ic_dialpad_white_24"
+ app:backgroundTint="?android:attr/colorAccent"/>
+ </android.support.design.widget.CoordinatorLayout>
+</FrameLayout> \ No newline at end of file
diff --git a/java/com/android/dialer/main/impl/res/layout/stub_fragment.xml b/java/com/android/dialer/main/impl/res/layout/stub_fragment.xml
new file mode 100644
index 000000000..3bb744fbd
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/layout/stub_fragment.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<FrameLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextView
+ android:text="hello world!"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"/>
+</FrameLayout> \ No newline at end of file
diff --git a/java/com/android/dialer/main/impl/res/menu/main_menu.xml b/java/com/android/dialer/main/impl/res/menu/main_menu.xml
new file mode 100644
index 000000000..09bcbf823
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/menu/main_menu.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+ <item
+ android:id="@+id/search"
+ android:icon="@drawable/quantum_ic_search_white_24"
+ android:title="@string/search"
+ android:contentDescription="@string/description_search"
+ app:showAsAction="always"/>
+
+ <item
+ android:id="@+id/contacts"
+ android:icon="@drawable/quantum_ic_person_white_24"
+ android:title="@string/contacts"
+ android:contentDescription="@string/description_contacts"
+ app:showAsAction="always"/>
+
+ <item
+ android:id="@+id/call_history"
+ android:title="@string/tab_title_call_history"
+ app:showAsAction="collapseActionView"/>
+
+ <item
+ android:id="@+id/settings"
+ android:title="@string/settings"
+ app:showAsAction="collapseActionView"/>
+
+ <item
+ android:id="@+id/feedback"
+ android:title="@string/main_send_feedback"
+ app:showAsAction="collapseActionView"/>
+</menu> \ No newline at end of file
diff --git a/java/com/android/dialer/main/impl/res/values-af/strings.xml b/java/com/android/dialer/main/impl/res/values-af/strings.xml
new file mode 100644
index 000000000..fd1a85995
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-af/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Foon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Foon-NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Oproepgeskiedenis"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Deursoek kontakte en plekke"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakte"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Bekyk kontakte"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Oproepgeskiedenis"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Spoedbel"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Stemboodskap"</string>
+ <string name="settings" msgid="7614336599112169779">"Instellings"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Stuur terugvoer"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-am/strings.xml b/java/com/android/dialer/main/impl/res/values-am/strings.xml
new file mode 100644
index 000000000..e45382b45
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-am/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ስልክ"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ስልክ NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"የጥሪ ታሪክ"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"ዕውቂያዎችን እና ቦታዎችን ይፈልጉ"</string>
+ <string name="contacts" msgid="4464246185723317911">"እውቂያዎች"</string>
+ <string name="description_contacts" msgid="12768481422137448">"እውቂያዎችን ይመልከቱ"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"ቅንብሮች"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ar/strings.xml b/java/com/android/dialer/main/impl/res/values-ar/strings.xml
new file mode 100644
index 000000000..2be1289d0
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ar/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"الهاتف"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"واجهة مستخدم جديدة للهاتف"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"سجل المكالمات"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"البحث عن جهات الاتصال والأماكن"</string>
+ <string name="contacts" msgid="4464246185723317911">"جهات الاتصال"</string>
+ <string name="description_contacts" msgid="12768481422137448">"عرض جهات الاتصال"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"سجلّ المكالمات"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"اتصال سريع"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"بريد صوتي"</string>
+ <string name="settings" msgid="7614336599112169779">"الإعدادات"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"إرسال تعليقات"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-az/strings.xml b/java/com/android/dialer/main/impl/res/values-az/strings.xml
new file mode 100644
index 000000000..baa702ccc
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-az/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Telefon Yeni İİ"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Zəng tarixçəsi"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Kontakt və yer axtarın"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktlar"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Kontaktlara Baxın"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Ayarlar"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-b+sr+Latn/strings.xml b/java/com/android/dialer/main/impl/res/values-b+sr+Latn/strings.xml
new file mode 100644
index 000000000..75be4b8dd
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-b+sr+Latn/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Novi UI Telefona"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Istorija poziva"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Pretražite kontakte i mesta"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakti"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Pregledajte kontakte"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Ist. poziva"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Brzo poz."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Gov. pošta"</string>
+ <string name="settings" msgid="7614336599112169779">"Podešavanja"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Pošalji povr. inform."</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-be/strings.xml b/java/com/android/dialer/main/impl/res/values-be/strings.xml
new file mode 100644
index 000000000..390eec190
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-be/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Тэлефон"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Новы карыстальніцкі інтэрфейс тэлефона"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Гісторыя выклікаў"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Пошук кантактаў і месцаў"</string>
+ <string name="contacts" msgid="4464246185723317911">"Кантакты"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Прагляд кантактаў"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Налады"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-bg/strings.xml b/java/com/android/dialer/main/impl/res/values-bg/strings.xml
new file mode 100644
index 000000000..075e3e9ce
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-bg/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Телефон"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Телефон – НПИ"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"История на обажданията"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Търсене на контакти и места"</string>
+ <string name="contacts" msgid="4464246185723317911">"Контакти"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Преглед на контактите"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"История"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Бързо наб."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Гл. поща"</string>
+ <string name="settings" msgid="7614336599112169779">"Настройки"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Изпращане на отзиви"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-bn/strings.xml b/java/com/android/dialer/main/impl/res/values-bn/strings.xml
new file mode 100644
index 000000000..e5b56ff7f
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-bn/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ফোন"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ফোন NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"কলের ইতিহাস"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"পরিচিতি এবং স্থানগুলি অনুসন্ধান করুন"</string>
+ <string name="contacts" msgid="4464246185723317911">"পরিচিতিগুলি"</string>
+ <string name="description_contacts" msgid="12768481422137448">"পরিচিতিগুলি দেখুন"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"কলের ইতিহাস"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"দ্রুত ডায়াল"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"ভয়েসমেল"</string>
+ <string name="settings" msgid="7614336599112169779">"সেটিংস"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"প্রতিক্রিয়া পাঠান"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-bs/strings.xml b/java/com/android/dialer/main/impl/res/values-bs/strings.xml
new file mode 100644
index 000000000..989fa5cf0
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-bs/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historija poziva"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Pretraži kontakte i mjesta"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakti"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Prikaži kontakte"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"His. pozi."</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Brzo bira."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Govor. poš."</string>
+ <string name="settings" msgid="7614336599112169779">"Postavke"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Poša. povrat. infor."</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ca/strings.xml b/java/com/android/dialer/main/impl/res/values-ca/strings.xml
new file mode 100644
index 000000000..d8a463310
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ca/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telèfon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nova IU de telèfon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historial de trucades"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Cerca contactes i llocs"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contactes"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Mostra contactes"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Configuració"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-cs/strings.xml b/java/com/android/dialer/main/impl/res/values-cs/strings.xml
new file mode 100644
index 000000000..6bfc24d97
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-cs/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nové rozhraní Telefonu"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historie volání"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Hledat kontakty a místa"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakty"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Zobrazit kontakty"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Nastavení"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-da/strings.xml b/java/com/android/dialer/main/impl/res/values-da/strings.xml
new file mode 100644
index 000000000..1dc96da11
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-da/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Ny genvej til telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Opkaldshistorik"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Søg efter kontaktpersoner og steder"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktpersoner"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Se kontaktpersoner"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Indstillinger"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-de/strings.xml b/java/com/android/dialer/main/impl/res/values-de/strings.xml
new file mode 100644
index 000000000..a305ed4a3
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-de/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Neue Benutzeroberfläche für Telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Anrufliste"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Kontakte und Orte suchen"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakte"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Kontakte ansehen"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Anrufliste"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Kurzwahl"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Mailbox"</string>
+ <string name="settings" msgid="7614336599112169779">"Einstellungen"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Feedback geben"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-el/strings.xml b/java/com/android/dialer/main/impl/res/values-el/strings.xml
new file mode 100644
index 000000000..df58b08f4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-el/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Τηλέφωνο"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Νέα διεπαφή χρήστη για το Τηλέφωνο"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Ιστορικό κλήσεων"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Αναζητήστε επαφές και μέρη"</string>
+ <string name="contacts" msgid="4464246185723317911">"Επαφές"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Προβολή επαφών"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Ρυθμίσεις"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-en-rAU/strings.xml b/java/com/android/dialer/main/impl/res/values-en-rAU/strings.xml
new file mode 100644
index 000000000..b6c139f38
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-en-rAU/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telephone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Call history"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Search contacts and places"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contacts"</string>
+ <string name="description_contacts" msgid="12768481422137448">"View contacts"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Call history"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Speed dial"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Voicemail"</string>
+ <string name="settings" msgid="7614336599112169779">"Settings"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Sending feedback"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-en-rGB/strings.xml b/java/com/android/dialer/main/impl/res/values-en-rGB/strings.xml
new file mode 100644
index 000000000..b6c139f38
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-en-rGB/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telephone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Call history"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Search contacts and places"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contacts"</string>
+ <string name="description_contacts" msgid="12768481422137448">"View contacts"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Call history"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Speed dial"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Voicemail"</string>
+ <string name="settings" msgid="7614336599112169779">"Settings"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Sending feedback"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-en-rIN/strings.xml b/java/com/android/dialer/main/impl/res/values-en-rIN/strings.xml
new file mode 100644
index 000000000..b6c139f38
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-en-rIN/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telephone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Call history"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Search contacts and places"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contacts"</string>
+ <string name="description_contacts" msgid="12768481422137448">"View contacts"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Call history"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Speed dial"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Voicemail"</string>
+ <string name="settings" msgid="7614336599112169779">"Settings"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Sending feedback"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-es-rUS/strings.xml b/java/com/android/dialer/main/impl/res/values-es-rUS/strings.xml
new file mode 100644
index 000000000..6ddb77571
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-es-rUS/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Teléfono"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nueva IU del teléfono"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historial de llamadas"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Buscar contactos y lugares"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contactos"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Ver contactos"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Configuración"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-es/strings.xml b/java/com/android/dialer/main/impl/res/values-es/strings.xml
new file mode 100644
index 000000000..5ccc9e980
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-es/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Teléfono"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nueva interfaz de usuario del teléfono"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historial de llamadas"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Buscar contactos y sitios"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contactos"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Ver contactos"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Historial"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Marcación"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Buzón"</string>
+ <string name="settings" msgid="7614336599112169779">"Ajustes"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Enviar comentarios"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-et/strings.xml b/java/com/android/dialer/main/impl/res/values-et/strings.xml
new file mode 100644
index 000000000..1e681a9e1
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-et/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Telefoni uus kasutajaliides"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Kõneajalugu"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Otsige kontakte ja soovitusi"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktid"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Vaadake kontakte"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Seaded"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-eu/strings.xml b/java/com/android/dialer/main/impl/res/values-eu/strings.xml
new file mode 100644
index 000000000..3204c43b6
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-eu/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefonoa"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Telefonoko erabiltzaile-interfaze naturala"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Deien historia"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Ikusi kontaktuak eta tokiak"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktuak"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Ikusi kontaktuak"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Ezarpenak"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-fa/strings.xml b/java/com/android/dialer/main/impl/res/values-fa/strings.xml
new file mode 100644
index 000000000..82ba23bd2
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-fa/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"تلفن"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"رابط کاربری جدید تلفن"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"سابقه تماس"</string>
+ <string name="search" msgid="3570654445331155513">"‎@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"جستجوی مخاطبین و مکان‌ها"</string>
+ <string name="contacts" msgid="4464246185723317911">"مخاطبین"</string>
+ <string name="description_contacts" msgid="12768481422137448">"مشاهده مخاطبین"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"تنظیمات"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-fi/strings.xml b/java/com/android/dialer/main/impl/res/values-fi/strings.xml
new file mode 100644
index 000000000..f997a30a4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-fi/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Puhelin"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Puhelimen uusi UI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Soittohistoria"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/haku_aloita"</string>
+ <string name="description_search" msgid="3443578912463129718">"Haku yhteystiedoista ja paikoista"</string>
+ <string name="contacts" msgid="4464246185723317911">"Yhteystiedot"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Näytä yhteystiedot"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Asetukset"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-fr-rCA/strings.xml b/java/com/android/dialer/main/impl/res/values-fr-rCA/strings.xml
new file mode 100644
index 000000000..5d8197222
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-fr-rCA/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Téléphoner"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Téléphoner (nouvelle IU)"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historique des appels"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Rechercher dans les contacts et les lieux"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contacts"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Afficher les contacts"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Appels"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Comp. abr."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Mess. voc."</string>
+ <string name="settings" msgid="7614336599112169779">"Paramètres"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Envoyer commentaires"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-fr/strings.xml b/java/com/android/dialer/main/impl/res/values-fr/strings.xml
new file mode 100644
index 000000000..613ffb2bc
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-fr/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Téléphone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Téléphone (nouvelle version)"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historique des appels"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Recherchez des contacts et des adresses"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contacts"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Consultez vos contacts"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Historique"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Num. abrégée"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Messagerie"</string>
+ <string name="settings" msgid="7614336599112169779">"Paramètres"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Laisser un avis"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-gl/strings.xml b/java/com/android/dialer/main/impl/res/values-gl/strings.xml
new file mode 100644
index 000000000..a8b4b4e20
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-gl/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Teléfono"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nova IU do teléfono"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historial de chamadas"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Busca contactos e lugares"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contactos"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Mira os contactos"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Historial"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Marc. ráp."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Correo voz"</string>
+ <string name="settings" msgid="7614336599112169779">"Configuración"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Enviar comentarios"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-gu/strings.xml b/java/com/android/dialer/main/impl/res/values-gu/strings.xml
new file mode 100644
index 000000000..2bf613762
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-gu/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ફોન"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ફોન NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"કૉલ ઇતિહાસ"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"સંપર્કો અને સ્થાનો શોધો"</string>
+ <string name="contacts" msgid="4464246185723317911">"સંપર્કો"</string>
+ <string name="description_contacts" msgid="12768481422137448">"સંપર્કો જુઓ"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"કૉલ ઇતિહાસ"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"સ્પીડ ડાયલ"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"વૉઇસમેઇલ"</string>
+ <string name="settings" msgid="7614336599112169779">"સેટિંગ્સ"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"પ્રતિસાદ મોકલો"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-hi/strings.xml b/java/com/android/dialer/main/impl/res/values-hi/strings.xml
new file mode 100644
index 000000000..99cc7806d
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-hi/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"फ़ोन"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"फ़ोन NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"कॉल इतिहास"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"संपर्क और स्थान खोजें"</string>
+ <string name="contacts" msgid="4464246185723317911">"संपर्क"</string>
+ <string name="description_contacts" msgid="12768481422137448">"संपर्क देखें"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"कॉल इतिहास"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"स्पीड डायल"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"वॉइसमेल"</string>
+ <string name="settings" msgid="7614336599112169779">"सेटिंग"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"फ़ीडबैक भेजें"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-hr/strings.xml b/java/com/android/dialer/main/impl/res/values-hr/strings.xml
new file mode 100644
index 000000000..037dd1247
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-hr/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI telefona"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Povijest poziva"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Pretraži kontakte i mjesta"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakti"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Prikaži kontakte"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Postavke"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-hu/strings.xml b/java/com/android/dialer/main/impl/res/values-hu/strings.xml
new file mode 100644
index 000000000..f86ed245e
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-hu/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Telefon új felhasználói felülete"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Híváslista"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Névjegyek és helyek keresése"</string>
+ <string name="contacts" msgid="4464246185723317911">"Névjegyek"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Névjegyek megtekintése"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Beállítások"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-hy/strings.xml b/java/com/android/dialer/main/impl/res/values-hy/strings.xml
new file mode 100644
index 000000000..e8334ca67
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-hy/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Հեռախոս"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Հեռախոսի նոր միջերես"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Զանգերի պատմություն"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Գտնել կոնտակտներ և վայրեր"</string>
+ <string name="contacts" msgid="4464246185723317911">"Կոնտակտներ"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Դիտել կոնտակտները"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Զանգերի պատմ."</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Արագ հավաքում"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Ձայն. փոստ"</string>
+ <string name="settings" msgid="7614336599112169779">"Կարգավորումներ"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Կարծիք հայտնել"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-in/strings.xml b/java/com/android/dialer/main/impl/res/values-in/strings.xml
new file mode 100644
index 000000000..f3effe192
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-in/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telepon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI Telepon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Histori panggilan"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Telusuri kontak dan tempat"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontak"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Lihat Kontak"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Setelan"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-is/strings.xml b/java/com/android/dialer/main/impl/res/values-is/strings.xml
new file mode 100644
index 000000000..988eef460
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-is/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Sími"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nýtt viðmót síma"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Símtalaferill"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Leita að tengiliðum og stöðum"</string>
+ <string name="contacts" msgid="4464246185723317911">"Tengiliðir"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Skoða tengiliði"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Stillingar"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-it/strings.xml b/java/com/android/dialer/main/impl/res/values-it/strings.xml
new file mode 100644
index 000000000..324359f5d
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-it/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefono"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI telefono"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Cronologia chiamate"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Cerca contatti e luoghi"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contatti"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Visualizza contatti"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Impostazioni"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-iw/strings.xml b/java/com/android/dialer/main/impl/res/values-iw/strings.xml
new file mode 100644
index 000000000..645ef200b
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-iw/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"טלפון"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ממשק משתמש חדש לטלפון"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"היסטוריית שיחות"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"חיפוש אנשי קשר ומקומות"</string>
+ <string name="contacts" msgid="4464246185723317911">"אנשי קשר"</string>
+ <string name="description_contacts" msgid="12768481422137448">"הצגת אנשי הקשר"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"היסטוריית שיחות"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"חיוג מהיר"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"דואר קולי"</string>
+ <string name="settings" msgid="7614336599112169779">"הגדרות"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"משוב"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ja/strings.xml b/java/com/android/dialer/main/impl/res/values-ja/strings.xml
new file mode 100644
index 000000000..579153884
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ja/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"電話"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"電話 NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"通話履歴"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"連絡先や場所を検索"</string>
+ <string name="contacts" msgid="4464246185723317911">"連絡先"</string>
+ <string name="description_contacts" msgid="12768481422137448">"連絡先を表示"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"設定"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ka/strings.xml b/java/com/android/dialer/main/impl/res/values-ka/strings.xml
new file mode 100644
index 000000000..e2570a198
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ka/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ტელეფონი"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ტელეფონის NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ზარების ისტორია"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"კონტაქტებისა და ადგილების ძიება"</string>
+ <string name="contacts" msgid="4464246185723317911">"კონტაქტები"</string>
+ <string name="description_contacts" msgid="12768481422137448">"კონტაქტების ნახვა"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"პარამეტრები"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-kk/strings.xml b/java/com/android/dialer/main/impl/res/values-kk/strings.xml
new file mode 100644
index 000000000..e29f53aeb
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-kk/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Телефон"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Телефонға арналған жаңа пайдаланушы интерфейсі"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Қоңыраулар тарихы"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Контактілер мен орындарды іздеу"</string>
+ <string name="contacts" msgid="4464246185723317911">"Контактілер"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Контактілерді көру"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Параметрлер"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-km/strings.xml b/java/com/android/dialer/main/impl/res/values-km/strings.xml
new file mode 100644
index 000000000..c6c6dc5bb
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-km/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ទូរសព្ទ"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI ទូរសព្ទ"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ប្រវត្តិហៅ"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"ទំនាក់ទំនង និង​កន្លែង​ស្វែងរក"</string>
+ <string name="contacts" msgid="4464246185723317911">"ទំនាក់ទំនង"</string>
+ <string name="description_contacts" msgid="12768481422137448">"មើលទំនាក់ទំនង"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"ការ​កំណត់"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-kn/strings.xml b/java/com/android/dialer/main/impl/res/values-kn/strings.xml
new file mode 100644
index 000000000..48b8f83f0
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-kn/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ಫೋನ್"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ಫೋನ್ NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ಕರೆ ಇತಿಹಾಸ"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"ಸಂಪರ್ಕಗಳು ಮತ್ತು ಸ್ಥಳಗಳನ್ನು ಹುಡುಕಿ"</string>
+ <string name="contacts" msgid="4464246185723317911">"ಸಂಪರ್ಕಗಳು"</string>
+ <string name="description_contacts" msgid="12768481422137448">"ಸಂಪರ್ಕ ವೀಕ್ಷಿಸು"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"ಸೆಟ್ಟಿಂಗ್‌ಗಳು"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ko/strings.xml b/java/com/android/dialer/main/impl/res/values-ko/strings.xml
new file mode 100644
index 000000000..1f98f7f86
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ko/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"전화"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"새 전화 UI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"통화 기록"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"연락처 및 장소 검색"</string>
+ <string name="contacts" msgid="4464246185723317911">"연락처"</string>
+ <string name="description_contacts" msgid="12768481422137448">"연락처 보기"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"통화 기록"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"단축 다이얼"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"음성사서함"</string>
+ <string name="settings" msgid="7614336599112169779">"설정"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"의견 보내기"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ky/strings.xml b/java/com/android/dialer/main/impl/res/values-ky/strings.xml
new file mode 100644
index 000000000..66f06d281
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ky/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Чалуу"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Жаы интерфейсте чалуу"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Чалуулар таржымалы"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Байланыштарды жана жерлерди издөө"</string>
+ <string name="contacts" msgid="4464246185723317911">"Байланыштар"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Байланыштарды көрүү"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Жөндөөлөр"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-lo/strings.xml b/java/com/android/dialer/main/impl/res/values-lo/strings.xml
new file mode 100644
index 000000000..8b7e54712
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-lo/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ໂທລະສັບ"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ປະຫວັດການໂທ"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"ຊອກຫາລາຍຊື່ຜູ້ຕິດຕໍ່ ແລະ ສະຖານທີ່"</string>
+ <string name="contacts" msgid="4464246185723317911">"ລາຍຊື່ຜູ້ຕິດຕໍ່"</string>
+ <string name="description_contacts" msgid="12768481422137448">"ເບິ່ງລາຍຊື່ຜູ້ຕິດຕໍ່"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"ປະຫວັດການໂທ"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"ໂທດ່ວນ"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"ຂໍ້ຄວາມສຽງ"</string>
+ <string name="settings" msgid="7614336599112169779">"ການຕັ້ງຄ່າ"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"ສົ່ງຄຳຕິຊົມ"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-lt/strings.xml b/java/com/android/dialer/main/impl/res/values-lt/strings.xml
new file mode 100644
index 000000000..4b3e3b9b3
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-lt/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefonas"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nauja telefono NS"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Skambučių istorija"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Ieškoti kontaktų ir vietų"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktai"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Žr. kontaktus"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Sk. istor."</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Sp. rink."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Balso p."</string>
+ <string name="settings" msgid="7614336599112169779">"Nustatymai"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Siųsti atsiliepimą"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-lv/strings.xml b/java/com/android/dialer/main/impl/res/values-lv/strings.xml
new file mode 100644
index 000000000..459950bae
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-lv/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Tālrunis"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Tālruņa jaunā lietotāja saskarne"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Zvanu vēsture"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Meklēt kontaktpersonas un vietas"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktpersonas"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Skatīt kontaktpersonas"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Iestatījumi"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-mk/strings.xml b/java/com/android/dialer/main/impl/res/values-mk/strings.xml
new file mode 100644
index 000000000..0543f3351
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-mk/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Телефон"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Нов интерфејс на телефон"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Историја на повици"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Пребарајте контакти и места"</string>
+ <string name="contacts" msgid="4464246185723317911">"Контакти"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Прикажи контакти"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Поставки"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ml/strings.xml b/java/com/android/dialer/main/impl/res/values-ml/strings.xml
new file mode 100644
index 000000000..d143e6c50
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ml/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ഫോണ്‍"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ഫോൺ NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"കോള്‍‌ ചരിത്രം"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"കോൺടാക്റ്റുകളും സ്ഥലങ്ങളും തിരയുക"</string>
+ <string name="contacts" msgid="4464246185723317911">"കോൺടാക്റ്റുകൾ"</string>
+ <string name="description_contacts" msgid="12768481422137448">"കോൺടാക്റ്റുകൾ കാണുക"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"ക്രമീകരണം"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-mn/strings.xml b/java/com/android/dialer/main/impl/res/values-mn/strings.xml
new file mode 100644
index 000000000..6dee1677e
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-mn/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Утас"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Утас NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Дуудлагын түүх"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Харилцагчид, газруудаас хайх"</string>
+ <string name="contacts" msgid="4464246185723317911">"Харилцагчид"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Харилцагчдыг харах"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Дуудлагын түүх"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Шуурхай залгах"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Дуут шуудан"</string>
+ <string name="settings" msgid="7614336599112169779">"Тохиргоо"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Санал хүсэл илгээх"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-mr/strings.xml b/java/com/android/dialer/main/impl/res/values-mr/strings.xml
new file mode 100644
index 000000000..4662461c6
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-mr/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"फोन"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"फोन NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"कॉल इतिहास"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"संपर्क आणि स्थाने शोधा"</string>
+ <string name="contacts" msgid="4464246185723317911">"संपर्क"</string>
+ <string name="description_contacts" msgid="12768481422137448">"संपर्क पहा"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"कॉल इतिहास"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"जलद डायल"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"व्हॉइसमेल"</string>
+ <string name="settings" msgid="7614336599112169779">"सेटिंग्ज"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"अभिप्राय पाठवा"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ms/strings.xml b/java/com/android/dialer/main/impl/res/values-ms/strings.xml
new file mode 100644
index 000000000..36cb14b93
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ms/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI Telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Sejarah panggilan"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Cari kenalan dan tempat"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kenalan"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Lihat Kenalan"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Sjrh Pgln"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Dail Laju"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Mel suara"</string>
+ <string name="settings" msgid="7614336599112169779">"Tetapan"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Hantar maklum balas"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-my/strings.xml b/java/com/android/dialer/main/impl/res/values-my/strings.xml
new file mode 100644
index 000000000..b71a8a578
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-my/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ဖုန်း"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI ဖုန်း"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ခေါ်ဆိုမှုမှတ်တမ်း"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"အဆက်အသွယ်များနှင့် နေရာများကို ရှာဖွေရန်"</string>
+ <string name="contacts" msgid="4464246185723317911">"အဆက်အသွယ်များ"</string>
+ <string name="description_contacts" msgid="12768481422137448">"အဆက်အသွယ်များကို ကြည့်ရှုရန်"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"ခေါ်ဆိုမှု"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"နံပါတ်ကွက်"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"အသံမေးလ်"</string>
+ <string name="settings" msgid="7614336599112169779">"ဆက်တင်များ"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"အကြံပြုချက် ပို့ရန်"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-nb/strings.xml b/java/com/android/dialer/main/impl/res/values-nb/strings.xml
new file mode 100644
index 000000000..fa89e4ca9
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-nb/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Anropslogg"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Søk etter kontakter og steder"</string>
+ <string name="contacts" msgid="4464246185723317911">"Google-kontakter"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Se kontakter"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Innstillinger"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ne/strings.xml b/java/com/android/dialer/main/impl/res/values-ne/strings.xml
new file mode 100644
index 000000000..794b05814
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ne/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"फोन"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI फोन"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"कलको इतिहास"</string>
+ <string name="search" msgid="3570654445331155513">"@android:स्ट्रिङ/खोज_जानुहोस्"</string>
+ <string name="description_search" msgid="3443578912463129718">"सम्पर्क र स्थानहरू खोज्‍नुहोस्"</string>
+ <string name="contacts" msgid="4464246185723317911">"सम्पर्कहरू"</string>
+ <string name="description_contacts" msgid="12768481422137448">"सम्पर्कहरू हेर्नुहोस्"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"कल इतिहास"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"स्पिड डायल"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"भ्वाइस मेल"</string>
+ <string name="settings" msgid="7614336599112169779">"सेटिङहरू"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"प्रतिक्रिया पठाउने"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-nl/strings.xml b/java/com/android/dialer/main/impl/res/values-nl/strings.xml
new file mode 100644
index 000000000..cf00e19a0
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-nl/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Bellen"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nieuwe UI van telefoon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Oproepgeschiedenis"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Contacten en plaatsen zoeken"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contacten"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Contacten bekijken"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Instellingen"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-no/strings.xml b/java/com/android/dialer/main/impl/res/values-no/strings.xml
new file mode 100644
index 000000000..fa89e4ca9
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-no/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Anropslogg"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Søk etter kontakter og steder"</string>
+ <string name="contacts" msgid="4464246185723317911">"Google-kontakter"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Se kontakter"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Innstillinger"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-pa/strings.xml b/java/com/android/dialer/main/impl/res/values-pa/strings.xml
new file mode 100644
index 000000000..57d33340c
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pa/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ਫ਼ੋਨ"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ਫ਼ੋਨ NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ਕਾਲ ਇਤਿਹਾਸ"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"ਸੰਪਰਕਾਂ ਅਤੇ ਥਾਂਵਾਂ ਨੂੰ ਖੋਜੋ"</string>
+ <string name="contacts" msgid="4464246185723317911">"ਸੰਪਰਕ"</string>
+ <string name="description_contacts" msgid="12768481422137448">"ਸੰਪਰਕ ਵੇਖੋ"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"ਕਾਲ ਇਤਿਹਾਸ"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"ਸਪੀਡ ਡਾਇਲ"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"ਵੌਇਸਮੇਲ"</string>
+ <string name="settings" msgid="7614336599112169779">"ਸੈਟਿੰਗਾਂ"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"ਪ੍ਰਤੀਕਰਮ ਭੇਜੋ"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-pl/strings.xml b/java/com/android/dialer/main/impl/res/values-pl/strings.xml
new file mode 100644
index 000000000..70f535ea3
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pl/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nowy interfejs telefonu"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historia połączeń"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Wyszukaj kontakty i miejsca"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakty"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Wyświetl kontakty"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Historia połączeń"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Szybkie wybieranie"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Poczta głosowa"</string>
+ <string name="settings" msgid="7614336599112169779">"Ustawienia"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Prześlij opinię"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-pt-rBR/strings.xml b/java/com/android/dialer/main/impl/res/values-pt-rBR/strings.xml
new file mode 100644
index 000000000..e408d6526
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pt-rBR/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nova IU: Telefone"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Histórico de chamadas"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Pesquisar contatos e lugares"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contatos"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Ver contatos"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Configurações"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-pt-rPT/strings.xml b/java/com/android/dialer/main/impl/res/values-pt-rPT/strings.xml
new file mode 100644
index 000000000..33c14513d
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pt-rPT/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NIU do telemóvel"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Histórico de chamadas"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Pesquisar contactos e locais"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contactos"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Ver contactos"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Definições"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-pt/strings.xml b/java/com/android/dialer/main/impl/res/values-pt/strings.xml
new file mode 100644
index 000000000..e408d6526
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pt/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefone"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nova IU: Telefone"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Histórico de chamadas"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Pesquisar contatos e lugares"</string>
+ <string name="contacts" msgid="4464246185723317911">"Contatos"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Ver contatos"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Configurações"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ro/strings.xml b/java/com/android/dialer/main/impl/res/values-ro/strings.xml
new file mode 100644
index 000000000..674e494a4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ro/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Noua IU pentru Telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Istoricul apelurilor"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Căutați persoane de contact și locuri"</string>
+ <string name="contacts" msgid="4464246185723317911">"Agendă"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Afișați Agenda"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Setări"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ru/strings.xml b/java/com/android/dialer/main/impl/res/values-ru/strings.xml
new file mode 100644
index 000000000..d6d4918d8
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ru/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Позвонить"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Позвонить в новом интерфейсе"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Журнал звонков"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Поиск контактов и мест"</string>
+ <string name="contacts" msgid="4464246185723317911">"Контакты"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Посмотреть контакты"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Настройки"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-si/strings.xml b/java/com/android/dialer/main/impl/res/values-si/strings.xml
new file mode 100644
index 000000000..c3c4b8045
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-si/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"දුරකථනය"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ඇමතුම් ඉතිහාසය"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"සම්බන්ධතා සහ ස්ථාන සොයන්න"</string>
+ <string name="contacts" msgid="4464246185723317911">"සම්බන්ධතා"</string>
+ <string name="description_contacts" msgid="12768481422137448">"සම්බන්ධතා බලන්න"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"සැකසීම්"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-sk/strings.xml b/java/com/android/dialer/main/impl/res/values-sk/strings.xml
new file mode 100644
index 000000000..d5ee882a9
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sk/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefón"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nové rozhranie Telefónu"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"História hovorov"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Hľadať kontakty a miesta"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakty"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Zobraziť kontakty"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Nastavenia"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-sl/strings.xml b/java/com/android/dialer/main/impl/res/values-sl/strings.xml
new file mode 100644
index 000000000..44fb5012a
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sl/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nov uporabniški vmesnik za telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Zgodovina klicev"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Iskanje po stikih in mestih"</string>
+ <string name="contacts" msgid="4464246185723317911">"Stiki"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Prikaz stikov"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Nastavitve"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-sq/strings.xml b/java/com/android/dialer/main/impl/res/values-sq/strings.xml
new file mode 100644
index 000000000..c2e36645b
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sq/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefoni"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Ndërfaqja e re e përdoruesit e telefonit"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Historiku i telefonatave"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Kërko për kontakte dhe vende"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktet"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Shiko kontaktet"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Cilësimet"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-sr/strings.xml b/java/com/android/dialer/main/impl/res/values-sr/strings.xml
new file mode 100644
index 000000000..542460e84
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sr/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Телефон"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Нови UI Телефона"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Историја позива"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Претражите контакте и места"</string>
+ <string name="contacts" msgid="4464246185723317911">"Контакти"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Прегледајте контакте"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Ист. позива"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Брзо поз."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Гов. пошта"</string>
+ <string name="settings" msgid="7614336599112169779">"Подешавања"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Пошаљи повр. информ."</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-sv/strings.xml b/java/com/android/dialer/main/impl/res/values-sv/strings.xml
new file mode 100644
index 000000000..cefefb3e1
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sv/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Nytt användargränssnitt för telefon"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Samtalshistorik"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Sök efter kontakter och platser"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontakter"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Visa kontakter"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Samt.hist."</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Snabbval"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Röstbrevl."</string>
+ <string name="settings" msgid="7614336599112169779">"Inställningar"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Skicka feedback"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-sw/strings.xml b/java/com/android/dialer/main/impl/res/values-sw/strings.xml
new file mode 100644
index 000000000..158afa3ad
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sw/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Simu"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI ya Simu"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Rekodi ya simu zilizopigwa"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Tafuta anwani na mahali"</string>
+ <string name="contacts" msgid="4464246185723317911">"Anwani"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Angalia Anwani"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Mipangilio"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ta/strings.xml b/java/com/android/dialer/main/impl/res/values-ta/strings.xml
new file mode 100644
index 000000000..81e02ef8b
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ta/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ஃபோன்"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ஃபோன் NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"அழைப்பு வரலாறு"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"தொடர்புகளையும் இடங்களையும் தேடுவதற்கான பொத்தான்"</string>
+ <string name="contacts" msgid="4464246185723317911">"தொடர்புகள்"</string>
+ <string name="description_contacts" msgid="12768481422137448">"தொடர்புகளைக் காட்டுவதற்கான பொத்தான்"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"கால் தகவல்"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"ஸ்பீட்டைல்"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"குரலஞ்சல்"</string>
+ <string name="settings" msgid="7614336599112169779">"அமைப்புகள்"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"கருத்துத் தெரிவி"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-te/strings.xml b/java/com/android/dialer/main/impl/res/values-te/strings.xml
new file mode 100644
index 000000000..c337cf366
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-te/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"ఫోన్"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"ఫోన్ NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"కాల్ చరిత్ర"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"పరిచయాలు మరియు స్థలాలను శోధించు"</string>
+ <string name="contacts" msgid="4464246185723317911">"పరిచయాలు"</string>
+ <string name="description_contacts" msgid="12768481422137448">"పరిచయాలను వీక్షించండి"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"కాల్ చరిత్ర"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"స్పీడ్ డయల్"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"వాయిస్ మెయిల్"</string>
+ <string name="settings" msgid="7614336599112169779">"సెట్టింగ్‌లు"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"అభిప్రాయాన్ని పంపండి"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-th/strings.xml b/java/com/android/dialer/main/impl/res/values-th/strings.xml
new file mode 100644
index 000000000..aa83f81b9
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-th/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"โทรศัพท์"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI ของโทรศัพท์"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"ประวัติการโทร"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"ค้นหารายชื่อติดต่อและสถานที่"</string>
+ <string name="contacts" msgid="4464246185723317911">"รายชื่อติดต่อ"</string>
+ <string name="description_contacts" msgid="12768481422137448">"ดูรายชื่อติดต่อ"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"ประวัติการโทร"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"โทรด่วน"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"ข้อความเสียง"</string>
+ <string name="settings" msgid="7614336599112169779">"การตั้งค่า"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"ส่งความคิดเห็น"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-tl/strings.xml b/java/com/android/dialer/main/impl/res/values-tl/strings.xml
new file mode 100644
index 000000000..ca3bd6d86
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-tl/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telepono"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI ng telepono"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"History ng tawag"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Maghanap ng mga contact at mga lugar"</string>
+ <string name="contacts" msgid="4464246185723317911">"Mga Contact"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Tingnan ang Mga Contact"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Mga Setting"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-tr/strings.xml b/java/com/android/dialer/main/impl/res/values-tr/strings.xml
new file mode 100644
index 000000000..623c156ff
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-tr/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Telefon"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Telefonun Yeni Kullanıcı Arayüzü"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Çağrı geçmişi"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Kişileri ve yerleri ara"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kişiler"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Kişileri Göster"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Ayarlar"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-uk/strings.xml b/java/com/android/dialer/main/impl/res/values-uk/strings.xml
new file mode 100644
index 000000000..769105425
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-uk/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Телефон"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Новий елемент інтерфейсу телефону"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Історія дзвінків"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Шукати контакти й місця"</string>
+ <string name="contacts" msgid="4464246185723317911">"Контакти"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Переглянути контакти"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Історія"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Шв. набір"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Гол. пошта"</string>
+ <string name="settings" msgid="7614336599112169779">"Налаштування"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Надіслати відгук"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-ur/strings.xml b/java/com/android/dialer/main/impl/res/values-ur/strings.xml
new file mode 100644
index 000000000..5795faad7
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ur/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"فون"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"‏فون NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"کال کی سرگزشت"</string>
+ <string name="search" msgid="3570654445331155513">"‎@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"رابطے اور مقامات تلاش کریں"</string>
+ <string name="contacts" msgid="4464246185723317911">"رابطے"</string>
+ <string name="description_contacts" msgid="12768481422137448">"رابطے دیکھیں"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"کال کی سرگزشت"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"اسپیڈ ڈائل"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"صوتی میل"</string>
+ <string name="settings" msgid="7614336599112169779">"ترتیبات"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"تاثرات بھیجیں"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-uz/strings.xml b/java/com/android/dialer/main/impl/res/values-uz/strings.xml
new file mode 100644
index 000000000..be1428678
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-uz/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Qo‘ng‘iroq qilish"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"Yangi interfeysdan foydalanib qo‘ng‘iroq qilish"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Qo‘ng‘iroqlar tarixi"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Kontakt va joylarni qidirish"</string>
+ <string name="contacts" msgid="4464246185723317911">"Kontaktlar"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Kontaktlarni ko‘rish"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Sozlamalar"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-vi/strings.xml b/java/com/android/dialer/main/impl/res/values-vi/strings.xml
new file mode 100644
index 000000000..768167a99
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-vi/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Điện thoại"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"NUI điện thoại"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Nhật ký cuộc gọi"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Tìm kiếm liên hệ và địa điểm"</string>
+ <string name="contacts" msgid="4464246185723317911">"Danh bạ"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Xem Danh bạ"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Cài đặt"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-zh-rCN/strings.xml b/java/com/android/dialer/main/impl/res/values-zh-rCN/strings.xml
new file mode 100644
index 000000000..9649748a1
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-zh-rCN/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"拨打电话"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"电话 NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"通话记录"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"搜索联系人和地点"</string>
+ <string name="contacts" msgid="4464246185723317911">"联系人"</string>
+ <string name="description_contacts" msgid="12768481422137448">"查看联系人"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"通话记录"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"快速拨号"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"语音邮件"</string>
+ <string name="settings" msgid="7614336599112169779">"设置"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"发送反馈"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-zh-rHK/strings.xml b/java/com/android/dialer/main/impl/res/values-zh-rHK/strings.xml
new file mode 100644
index 000000000..5595a9df1
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-zh-rHK/strings.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"電話"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"電話 NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"通話記錄"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"搜尋聯絡人和地點"</string>
+ <string name="contacts" msgid="4464246185723317911">"通訊錄"</string>
+ <string name="description_contacts" msgid="12768481422137448">"查看通訊錄"</string>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"通話記錄"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"快速撥號"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"留言"</string>
+ <string name="settings" msgid="7614336599112169779">"設定"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"提供意見"</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-zh-rTW/strings.xml b/java/com/android/dialer/main/impl/res/values-zh-rTW/strings.xml
new file mode 100644
index 000000000..0ae532e21
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-zh-rTW/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"手機"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"手機 NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"通話紀錄"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"搜尋聯絡人和地點"</string>
+ <string name="contacts" msgid="4464246185723317911">"聯絡人"</string>
+ <string name="description_contacts" msgid="12768481422137448">"查看聯絡人"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"設定"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values-zu/strings.xml b/java/com/android/dialer/main/impl/res/values-zu/strings.xml
new file mode 100644
index 000000000..408acac33
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-zu/strings.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="main_activity_label" msgid="3121599977875141886">"Ifoni"</string>
+ <string name="nui_shortcut_name" msgid="6370942901789984087">"I-Phone NUI"</string>
+ <string name="main_call_history_tab_description" msgid="1705569872650796265">"Umlando wekholi"</string>
+ <string name="search" msgid="3570654445331155513">"@android:string/search_go"</string>
+ <string name="description_search" msgid="3443578912463129718">"Sesha oxhumana nabo nezindawo"</string>
+ <string name="contacts" msgid="4464246185723317911">"Oxhumana nabo"</string>
+ <string name="description_contacts" msgid="12768481422137448">"Buka oxhumana nabo"</string>
+ <!-- no translation found for tab_title_call_history (5191872501729332994) -->
+ <skip />
+ <!-- no translation found for tab_title_speed_dial (1968484500112572774) -->
+ <skip />
+ <!-- no translation found for tab_title_voicemail (4777655983569268504) -->
+ <skip />
+ <string name="settings" msgid="7614336599112169779">"Izilungiselelo"</string>
+ <!-- no translation found for main_send_feedback (2446919533981327373) -->
+ <skip />
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values/strings.xml b/java/com/android/dialer/main/impl/res/values/strings.xml
new file mode 100644
index 000000000..ba8a20b51
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values/strings.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<resources>
+ <!-- Name of the main activity. -->
+ <string name="main_activity_label">Phone</string>
+
+ <!-- Name of launcher shortcut for the new UI main activity.
+ TODO(38502365): Remove this once we're ready to launch the new UI. -->
+ <string name="nui_shortcut_name">Phone NUI</string>
+
+ <!-- The description text for the call log tab. -->
+ <string name="main_call_history_tab_description">Call history</string>
+
+ <!-- Text for a toolbar button that shows the user their contacts [CHAR LIMIT=NONE] -->
+ <string name="search">@android:string/search_go</string>
+ <!-- A11y announcement to let users know a button will let them search for contacts and places [CHAR LIMIT=NONE] -->
+ <string name="description_search">Search contacts and places</string>
+
+ <!-- Text for a toolbar button that shows the user their contacts [CHAR LIMIT=NONE] -->
+ <string name="contacts">Contacts</string>
+ <!-- A11y announcement to let users know a button will let them view their contacts [CHAR LIMIT=NONE] -->
+ <string name="description_contacts">View Contacts</string>
+
+ <!-- Tab text to show users their call log/call history [CHAR LIMIT=10] -->
+ <string name="tab_title_call_history">Call History</string>
+ <!-- Tab text to show users their favorite contacts that they can call in 1 click [CHAR LIMIT=10] -->
+ <string name="tab_title_speed_dial">Speed Dial</string>
+ <!-- Tab text to show users their voicemails [CHAR LIMIT=10] -->
+ <string name="tab_title_voicemail">Voicemail</string>
+
+ <!-- Show users their settings [CHAR LIMIT=20] -->
+ <string name="settings">Settings</string>
+ <!-- Send feedback about the app [CHAR LIMIT=20] -->
+ <string name="main_send_feedback">Send feedback</string>
+</resources>
diff --git a/java/com/android/dialer/main/impl/res/values/styles.xml b/java/com/android/dialer/main/impl/res/values/styles.xml
new file mode 100644
index 000000000..38c50081b
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values/styles.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<resources>
+ <style name="NuiMainActivityTheme" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:colorPrimary">@color/dialtacts_theme_color</item>
+ <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
+ <item name="android:colorAccent">@color/dialer_secondary_color</item>
+ </style>
+
+ <style name="AppBarTheme" parent="Theme.AppCompat">
+ <item name="android:colorPrimary">@color/dialtacts_theme_color</item>
+ <item name="android:colorAccent">@color/dialer_secondary_color</item>
+ </style>
+</resources>