summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml')
-rw-r--r--java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml40
1 files changed, 21 insertions, 19 deletions
diff --git a/java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml b/java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml
index b0c27bc7b..218a24d8d 100644
--- a/java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml
+++ b/java/com/android/dialer/speeddial/res/values-en-rGB/strings.xml
@@ -1,20 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright (C) 2017 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT 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">
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="favorites_header">Favourites</string>
+ <string name="suggestions_header">Frequents</string>
+ <string name="speed_dial_add_button_text">Add</string>
+ <string name="speed_dial_remember_this_choice">Remember this choice</string>
+ <string name="speed_dial_disambig_dialog_title">Choose call type</string>
+ <string name="disambig_option_video_call">Video call</string>
+ <string name="disambig_option_voice_call">Call</string>
+ <string name="add_favorite_activity_title">Add Favourite</string>
+ <string name="contact_menu_voice_call">Voice call</string>
+ <string name="contact_menu_video_call">Video call</string>
+ <string name="contact_menu_message">Message</string>
+ <string name="contact_menu_remove">Remove</string>
+ <string name="contact_menu_contact_info">Contact info</string>
+ <string name="suggested_contact_bottom_sheet_add_favorite_option">Add favourite</string>
+ <string name="speed_dial_contacts_permission_description">To enable speed dial, turn on the Contacts permission.</string>
+ <string name="speed_dial_turn_on_contacts_permission">Turn on</string>
+ <string name="speed_dial_no_contacts_description">You haven\'t added any favourites yet</string>
+ <string name="speed_dial_no_contacts_action_text">Add favourite</string>
+ <string name="speed_dial_remove_favorites">Remove from favourites</string>
</resources>