summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-08-31 06:57:16 -0700
committerEric Erfanian <erfanian@google.com>2017-08-31 16:13:53 +0000
commit2ca4318cc1ee57dda907ba2069bd61d162b1baef (patch)
treee282668a9587cf6c1ec7b604dea860400c75c6c7 /java/com/android/dialer/main
parent68038172793ee0e2ab3e2e56ddfbeb82879d1f58 (diff)
Update Dialer source to latest internal Google revision.
Previously, Android's Dialer app was developed in an internal Google source control system and only exported to public during AOSP drops. The Dialer team is now switching to a public development model similar to the telephony team. This CL represents all internal Google changes that were committed to Dialer between the public O release and today's tip of tree on internal master. This CL squashes those changes into a single commit. In subsequent changes, changes will be exported on a per-commit basis. Test: make, flash install, run Merged-In: I45270eaa8ce732d71a1bd84b08c7fa0e99af3160 Change-Id: I529aaeb88535b9533c0ae4ef4e6c1222d4e0f1c8 PiperOrigin-RevId: 167068436
Diffstat (limited to 'java/com/android/dialer/main')
-rw-r--r--java/com/android/dialer/main/Main.java27
-rw-r--r--java/com/android/dialer/main/MainComponent.java39
-rw-r--r--java/com/android/dialer/main/impl/AndroidManifest.xml110
-rw-r--r--java/com/android/dialer/main/impl/MainActivity.java95
-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.java84
-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.xml32
-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.xml32
-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.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-cs/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-da/strings.xml32
-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.xml32
-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.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-eu/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-fa/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-fi/strings.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-hu/strings.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-is/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-it/strings.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ka/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-kk/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-km/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-kn/strings.xml32
-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.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-mk/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ml/strings.xml32
-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.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-no/strings.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-pt-rPT/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-pt/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ro/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-ru/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-si/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-sk/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-sl/strings.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-sq/strings.xml32
-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.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-tr/strings.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-vi/strings.xml32
-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.xml32
-rw-r--r--java/com/android/dialer/main/impl/res/values-zu/strings.xml32
-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
96 files changed, 3353 insertions, 0 deletions
diff --git a/java/com/android/dialer/main/Main.java b/java/com/android/dialer/main/Main.java
new file mode 100644
index 000000000..14ac7e439
--- /dev/null
+++ b/java/com/android/dialer/main/Main.java
@@ -0,0 +1,27 @@
+/*
+ * 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;
+
+import android.content.Context;
+
+/** Used to display the main activity for Dialer. This hosts favorites, dial pad, search, etc... */
+public interface Main {
+ boolean isNewUiEnabled(Context context);
+
+ // TODO(38502365): Remove this when we're ready to launch the new UI. */
+ void createNewUiLauncherShortcut(Context context);
+}
diff --git a/java/com/android/dialer/main/MainComponent.java b/java/com/android/dialer/main/MainComponent.java
new file mode 100644
index 000000000..e735457f4
--- /dev/null
+++ b/java/com/android/dialer/main/MainComponent.java
@@ -0,0 +1,39 @@
+/*
+ * 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;
+
+import android.content.Context;
+import com.android.dialer.inject.HasRootComponent;
+import com.android.dialer.main.impl.MainModule;
+import dagger.Subcomponent;
+
+/** Subcomponent that can be used to access the main implementation. */
+@Subcomponent(modules = MainModule.class)
+public abstract class MainComponent {
+
+ public abstract Main getMain();
+
+ public static MainComponent get(Context context) {
+ return ((HasComponent) ((HasRootComponent) context.getApplicationContext()).component())
+ .mainComponent();
+ }
+
+ /** Used to refer to the root application component. */
+ public interface HasComponent {
+ MainComponent mainComponent();
+ }
+}
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..52b39f0e9
--- /dev/null
+++ b/java/com/android/dialer/main/impl/MainActivity.java
@@ -0,0 +1,95 @@
+/*
+ * 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 {
+
+ /**
+ * @param context Context of the application package implementing MainActivity class.
+ * @return intent for MainActivity.class
+ */
+ public 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(calderwoodra) 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..675533c04
--- /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;
+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 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
+ MainImpl() {}
+
+ @Override
+ public boolean isNewUiEnabled(Context context) {
+ return BuildType.get() == BuildType.BUGFOOD || LogUtil.isDebugEnabled();
+ }
+
+ @Override
+ public void createNewUiLauncherShortcut(Context context) {
+ enableComponent(context);
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
+ 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..10256a128
--- /dev/null
+++ b/java/com/android/dialer/main/impl/MainPagerAdapter.java
@@ -0,0 +1,84 @@
+/*
+ * 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.calllog.ui.NewCallLogFragment;
+import com.android.dialer.common.Assert;
+import com.android.dialer.voicemail.listui.VoicemailFragment;
+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(calderwoodra): add logic to hide/show voicemail tab
+ return 3;
+ }
+
+ @Override
+ public Fragment getItem(@TabIndex int position) {
+ // TODO(calderwoodra): implement tabs
+ switch (position) {
+ case TabIndex.VOICEMAIL:
+ return new VoicemailFragment();
+ case TabIndex.HISTORY:
+ return new NewCallLogFragment();
+ default:
+ 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..273c01901
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-am/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-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..db9c17dfd
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-az/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Zəng Tarixçəsi"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Cəld Yığım"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"E-məktub"</string>
+ <string name="settings" msgid="7614336599112169779">"Ayarlar"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Cavab rəyi göndərin"</string>
+</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..c83b7709d
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-be/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-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..48c590438
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ca/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è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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Hist. trucades"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Marc. ràpid"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Miss. de veu"</string>
+ <string name="settings" msgid="7614336599112169779">"Configuració"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Envia suggeriments"</string>
+</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..71fd8f3c4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-cs/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Historie volání"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Oblíbené"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Schránka"</string>
+ <string name="settings" msgid="7614336599112169779">"Nastavení"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Poslat zpětnou vazbu"</string>
+</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..67f0e9234
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-da/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Opkaldshistorik"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Hurtigkald"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Talebesked"</string>
+ <string name="settings" msgid="7614336599112169779">"Indstillinger"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Send feedback"</string>
+</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..859103249
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-el/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-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..e62a6e6db
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-es-rUS/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 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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Hist. llam"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Marc. ráp."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Buz. 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-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..1c082fe6d
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-et/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Kõneajalugu"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Kiirvalimine"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Kõnepost"</string>
+ <string name="settings" msgid="7614336599112169779">"Seaded"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Tagasiside saatmine"</string>
+</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..a7100f0d8
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-eu/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Deien historia"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Mark. biz."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Erantzung."</string>
+ <string name="settings" msgid="7614336599112169779">"Ezarpenak"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Bidali iritzia"</string>
+</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..f855670cf
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-fa/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-fi/strings.xml b/java/com/android/dialer/main/impl/res/values-fi/strings.xml
new file mode 100644
index 000000000..7b7e0536c
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-fi/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Soittohistoria"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Pikavalinta"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Vastaaja"</string>
+ <string name="settings" msgid="7614336599112169779">"Asetukset"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Lähetä palautetta"</string>
+</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..39b2fa568
--- /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">"Envoyer commentaires"</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..0376d0061
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-hr/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 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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Povijest poziva"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Brzo biranje"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Govorna pošta"</string>
+ <string name="settings" msgid="7614336599112169779">"Postavke"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Pošaljite povratne informacije"</string>
+</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..246d71db6
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-hu/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Előzmények"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Gyorshívó"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Hangposta"</string>
+ <string name="settings" msgid="7614336599112169779">"Beállítások"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Visszajelzés küldése"</string>
+</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..9cbab60ab
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-in/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Histori Panggilan"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Panggilan Cepat"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Pesan Suara"</string>
+ <string name="settings" msgid="7614336599112169779">"Setelan"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Kirim masukan"</string>
+</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..6be2056e4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-is/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Símtalaferill"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Hraðval"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Talhólf"</string>
+ <string name="settings" msgid="7614336599112169779">"Stillingar"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Senda ábendingu"</string>
+</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..52dc74b30
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-it/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Cronologia"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Chiamata rapida"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Segreteria"</string>
+ <string name="settings" msgid="7614336599112169779">"Impostazioni"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Invia feedback"</string>
+</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..9b8cc795a
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ja/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-ka/strings.xml b/java/com/android/dialer/main/impl/res/values-ka/strings.xml
new file mode 100644
index 000000000..02f6c2652
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ka/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-kk/strings.xml b/java/com/android/dialer/main/impl/res/values-kk/strings.xml
new file mode 100644
index 000000000..f3075a551
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-kk/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-km/strings.xml b/java/com/android/dialer/main/impl/res/values-km/strings.xml
new file mode 100644
index 000000000..bf8f51ed0
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-km/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-kn/strings.xml b/java/com/android/dialer/main/impl/res/values-kn/strings.xml
new file mode 100644
index 000000000..640bdcc80
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-kn/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-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..517a789fe
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ky/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-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..b1520b384
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-lv/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ā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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Vēsture"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Ātrā izv."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Balss pasts"</string>
+ <string name="settings" msgid="7614336599112169779">"Iestatījumi"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Sūtīt atsauksmes"</string>
+</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..4a04b4d3d
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-mk/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-ml/strings.xml b/java/com/android/dialer/main/impl/res/values-ml/strings.xml
new file mode 100644
index 000000000..b41d82f98
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ml/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-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..78ac92087
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-nb/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Anropslogg"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Hurtigvalg"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Talepost"</string>
+ <string name="settings" msgid="7614336599112169779">"Innstillinger"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Send tilbakemelding"</string>
+</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..1e8d5f1ec
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-nl/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Oproepen"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Snelkeuze"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Voicemail"</string>
+ <string name="settings" msgid="7614336599112169779">"Instellingen"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Feedback verzenden"</string>
+</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..78ac92087
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-no/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Anropslogg"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Hurtigvalg"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Talepost"</string>
+ <string name="settings" msgid="7614336599112169779">"Innstillinger"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Send tilbakemelding"</string>
+</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..e72272754
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pt-rBR/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Histórico"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Discagem rápida"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Correio de voz"</string>
+ <string name="settings" msgid="7614336599112169779">"Configurações"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Enviar feedback"</string>
+</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..07043fc29
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pt-rPT/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Chamadas"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Marcação"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Corr. voz"</string>
+ <string name="settings" msgid="7614336599112169779">"Definições"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Enviar comentários"</string>
+</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..e72272754
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-pt/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Histórico"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Discagem rápida"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Correio de voz"</string>
+ <string name="settings" msgid="7614336599112169779">"Configurações"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Enviar feedback"</string>
+</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..02158cf5b
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ro/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Istoric"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Apel rapid"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Ms. vocală"</string>
+ <string name="settings" msgid="7614336599112169779">"Setări"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Trimiteți feedback"</string>
+</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..4a60cfca5
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-ru/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-si/strings.xml b/java/com/android/dialer/main/impl/res/values-si/strings.xml
new file mode 100644
index 000000000..938bb3951
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-si/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-sk/strings.xml b/java/com/android/dialer/main/impl/res/values-sk/strings.xml
new file mode 100644
index 000000000..74e7ebdf8
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sk/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"História hovorov"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Rých. voľ."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Hlas. sch."</string>
+ <string name="settings" msgid="7614336599112169779">"Nastavenia"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Odoslať spätnú väzbu"</string>
+</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..f6746bd02
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sl/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Zg. klicev"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Hitro izb."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Odzivnik"</string>
+ <string name="settings" msgid="7614336599112169779">"Nastavitve"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Pošilj. povr. info."</string>
+</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..faf651808
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sq/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Historiku i telefonatave"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Telefonatë e shpejtë"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Posta zanore"</string>
+ <string name="settings" msgid="7614336599112169779">"Cilësimet"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Dërgo komentin"</string>
+</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..0c50bd585
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-sw/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Simu Zilizopigwa"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Mnaowasiliana Sana"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Ujumbe wa sauti"</string>
+ <string name="settings" msgid="7614336599112169779">"Mipangilio"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Tupe maoni yako"</string>
+</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..bbfe10cb0
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-tl/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"History ng Tawag"</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">"Mga Setting"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Padala ng feedback"</string>
+</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..31e15beda
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-tr/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Çağrı Gçmş"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Hızlı Ara"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Sesli msj"</string>
+ <string name="settings" msgid="7614336599112169779">"Ayarlar"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Geri bildirim gönder"</string>
+</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..8083322e4
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-uz/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">"Chaqiruv"</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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Tarix"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Tez. ter."</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Ov. pochta"</string>
+ <string name="settings" msgid="7614336599112169779">"Sozlamalar"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Fikr-mulohaza yubor."</string>
+</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..73fd31ba5
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-vi/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">"Đ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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Nhật ký cuộc gọi"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Quay số nhanh"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Thư thoại"</string>
+ <string name="settings" msgid="7614336599112169779">"Cài đặt"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Gửi phản hồi"</string>
+</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..abda680c7
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-zh-rTW/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-zu/strings.xml b/java/com/android/dialer/main/impl/res/values-zu/strings.xml
new file mode 100644
index 000000000..8529550ab
--- /dev/null
+++ b/java/com/android/dialer/main/impl/res/values-zu/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">"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>
+ <string name="tab_title_call_history" msgid="5191872501729332994">"Umlando wekholi"</string>
+ <string name="tab_title_speed_dial" msgid="1968484500112572774">"Ukudayela okusheshayo"</string>
+ <string name="tab_title_voicemail" msgid="4777655983569268504">"Ivoyisimeyili"</string>
+ <string name="settings" msgid="7614336599112169779">"Izilungiselelo"</string>
+ <string name="main_send_feedback" msgid="2446919533981327373">"Thumela impendulo"</string>
+</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..d3eb6d73e
--- /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 xmlns:tools="http://schemas.android.com/tools">
+ <!-- Name of the main activity. -->
+ <string name="main_activity_label" tools:ignore="UnusedResources">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" tools:ignore="UnusedResources">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>