summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/animation_constants.xml30
-rw-r--r--res/values/attrs.xml36
-rw-r--r--res/values/colors.xml142
-rw-r--r--res/values/dimens.xml176
-rw-r--r--res/values/donottranslate_config.xml39
-rw-r--r--res/values/ids.xml25
-rw-r--r--res/values/strings.xml1116
-rw-r--r--res/values/styles.xml346
8 files changed, 0 insertions, 1910 deletions
diff --git a/res/values/animation_constants.xml b/res/values/animation_constants.xml
deleted file mode 100644
index 4e4bc36e1..000000000
--- a/res/values/animation_constants.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-<resources>
- <integer name="fade_duration">300</integer>
-
- <!-- Swipe constants -->
- <integer name="swipe_escape_velocity">100</integer>
- <integer name="escape_animation_duration">200</integer>
- <integer name="max_escape_animation_duration">400</integer>
- <integer name="max_dismiss_velocity">2000</integer>
- <integer name="snap_animation_duration">350</integer>
- <integer name="swipe_scroll_slop">2</integer>
- <dimen name="min_swipe">0dip</dimen>
- <dimen name="min_vert">10dip</dimen>
- <dimen name="min_lock">20dip</dimen>
-</resources>
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
deleted file mode 100644
index 23f639fd2..000000000
--- a/res/values/attrs.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-<resources>
-
- <declare-styleable name="CallLog">
- <attr name="call_log_primary_text_color" format="color" />
- <attr name="call_log_primary_background_color" format="color" />
- <attr name="call_log_secondary_text_color" format="color" />
- <attr name="call_log_secondary_background_color" format="color" />
- <attr name="call_log_header_color" format="color" />
- </declare-styleable>
-
- <declare-styleable name="VoicemailStatus">
- <attr name="call_log_voicemail_status_height" format="dimension" />
- <attr name="call_log_voicemail_status_background_color" format="color" />
- <attr name="call_log_voicemail_status_text_color" format="color" />
- <attr name="call_log_voicemail_status_action_text_color" format="color" />
- </declare-styleable>
-
- <declare-styleable name="SearchEditTextLayout" />
-
-</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
deleted file mode 100644
index 173107c7e..000000000
--- a/res/values/colors.xml
+++ /dev/null
@@ -1,142 +0,0 @@
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
--->
-
-<resources>
- <!-- Primary text color in the Dialer -->
- <color name="dialtacts_primary_text_color">#333333</color>
- <!-- Secondary text color in the Dialer -->
- <color name="dialtacts_secondary_text_color">#636363</color>
- <color name="dialer_red_highlight_color">#ff1744</color>
- <color name="dialer_green_highlight_color">#00c853</color>
-
- <color name="dialer_button_text_color">#fff</color>
- <color name="dialer_flat_button_text_color">@color/dialer_theme_color</color>
- <color name="dialer_snackbar_action_text_color">@color/dialer_theme_color</color>
-
- <!-- Color for the setting text. -->
- <color name="setting_primary_color">@color/dialtacts_primary_text_color</color>
- <!-- Color for the setting description text. -->
- <color name="setting_secondary_color">@color/dialtacts_secondary_text_color</color>
- <color name="setting_disabled_color">#aaaaaa</color>
- <color name="setting_background_color">#ffffff</color>
- <color name="setting_button_color">#eee</color>
-
- <!-- 54% black -->
- <color name="call_log_icon_tint">#8a000000</color>
- <!-- 87% black -->
- <color name="call_log_primary_color">#de000000</color>
- <!-- 54% black -->
- <color name="call_log_detail_color">#8a000000</color>
- <!-- 87% black -->
- <color name="call_log_voicemail_transcript_color">#de000000</color>
- <!-- 70% black -->
- <color name="call_log_action_color">#b3000000</color>
- <!-- 54% black -->
- <color name="call_log_day_group_heading_color">#8a000000</color>
- <!-- 87% black-->
- <color name="call_log_unread_text_color">#de000000</color>
- <color name="call_log_list_item_primary_action_icon_tint">@color/call_log_icon_tint</color>
- <!-- Color of the text describing an unconsumed missed call. -->
- <color name="call_log_missed_call_highlight_color">@color/dialer_red_highlight_color</color>
- <!-- Color of the text describing an unconsumed voicemail. -->
- <color name="call_log_voicemail_highlight_color">#33b5e5</color>
-
- <!-- Background color of visual voicemail promo card. -->
- <color name="visual_voicemail_promo_card_background">#673ab7</color>
- <color name="visual_voicemail_promo_card_divider">#7d57c1</color>
- <color name="promo_card_text">#ffffff</color>
-
- <color name="voicemail_icon_tint">@color/call_log_icon_tint</color>
- <color name="voicemail_icon_disabled_tint">#80000000</color>
- <color name="voicemail_playpause_icon_tint">@color/dialer_theme_color</color>
- <!-- Colour of voicemail progress bar to the right of position indicator. -->
- <color name="voicemail_playback_seek_bar_yet_to_play">#cecece</color>
- <!-- Colour of voicemail progress bar to the left of position indicator. -->
- <color name="voicemail_playback_seek_bar_already_played">@color/dialer_theme_color</color>
-
- <!-- Standard color for selected items. -->
- <color name="item_selected">#660099cc</color>
-
- <!-- White background for dialer -->
- <color name="background_dialer_white">#ffffff</color>
- <!-- Background color of new dialer activity -->
- <color name="background_dialer_light">#fafafa</color>
- <!-- Background color for search results and call details -->
- <color name="background_dialer_results">#f9f9f9</color>
- <color name="background_dialer_call_log">@color/background_dialer_light</color>
- <color name="background_dialer_call_log_list_item">@color/background_dialer_white</color>
-
- <!-- Color of the 1dp divider that separates favorites -->
- <color name="favorite_contacts_separator_color">#d0d0d0</color>
-
- <color name="searchbox_icon_tint">#a4a4a4</color>
-
- <!-- Color of the contact name in favorite tiles -->
- <color name="contact_tile_name_color">#ffffff</color>
-
- <color name="contact_list_name_text_color">@color/dialtacts_primary_text_color</color>
-
- <!-- Undo dialogue color -->
- <color name="undo_dialogue_text_color">#4d4d4d</color>
-
- <color name="empty_list_text_color">#b2b2b2</color>
-
- <color name="remove_text_color">#ffffff</color>
-
- <!-- Text color for the "Remove" text when a contact is dragged on top of the remove view -->
- <color name="remove_highlighted_text_color">#FF3F3B</color>
-
- <!-- Color of the bottom border below the contacts grid on the main dialer screen. -->
- <color name="contacts_grid_bottom_border_color">#16000000</color>
-
- <!-- Color of actions in expanded call log entries. This text color represents actions such
- as call back, play voicemail, etc. -->
- <color name="call_log_action_text">@color/dialer_theme_color</color>
-
- <!-- Color for missed call icons. -->
- <color name="missed_call">#ff2e58</color>
- <!-- Color for answered or outgoing call icons. -->
- <color name="answered_call">@color/dialer_green_highlight_color</color>
- <!-- Color for blocked call icons. -->
- <color name="blocked_call">@color/dialtacts_secondary_text_color</color>
-
- <!-- Color for icons in the actionbar -->
- <color name="actionbar_icon_color">#ffffff</color>
-
- <color name="dialer_dialpad_touch_tint">#330288d1</color>
-
- <color name="floating_action_button_touch_tint">#80ffffff</color>
-
- <color name="call_log_action_divider">#eeeeee</color>
- <color name="divider_line_color">#D8D8D8</color>
-
- <!-- Colors for blocked numbers list -->
- <color name="blocked_contact_background">@color/incall_call_spam_background_color</color>
- <color name="blocked_number_primary_text_color">@color/dialtacts_primary_text_color</color>
- <color name="blocked_number_secondary_text_color">@color/dialtacts_secondary_text_color</color>
- <color name="blocked_number_icon_tint">#616161</color>
- <color name="blocked_number_background">#FFFFFF</color>
- <color name="blocked_number_accent_color">#42A5F5</color>
- <color name="blocked_number_block_color">#F44336</color>
- <color name="blocked_number_header_color">@color/dialer_theme_color</color>
- <color name="blocked_number_disabled_emergency_header_color">#616161</color>
- <color name="blocked_number_disabled_emergency_background_color">#E0E0E0</color>
- <color name="add_blocked_number_icon_color">#bdbdbd</color>
- <!-- Grey 700 -->
- <color name="call_detail_footer_text_color">#616161</color>
- <color name="call_detail_footer_icon_tint">@color/call_detail_footer_text_color</color>
-
-</resources>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
deleted file mode 100644
index 371a1c6ab..000000000
--- a/res/values/dimens.xml
+++ /dev/null
@@ -1,176 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
--->
-<resources>
- <dimen name="button_horizontal_padding">16dp</dimen>
- <dimen name="divider_line_thickness">1dp</dimen>
-
- <!--
- Drag to remove view (in dp because it is used in conjunction with a statically
- sized icon
- -->
- <dimen name="remove_text_size">16dp</dimen>
-
- <!-- Call Log -->
- <dimen name="call_log_horizontal_margin">8dp</dimen>
- <dimen name="call_log_call_action_size">32dp</dimen>
- <dimen name="call_log_call_action_width">54dp</dimen>
- <dimen name="call_log_icon_margin">4dp</dimen>
- <dimen name="call_log_inner_margin">13dp</dimen>
- <dimen name="call_log_outer_margin">8dp</dimen>
- <dimen name="call_log_start_margin">8dp</dimen>
- <dimen name="call_log_indent_margin">24dp</dimen>
- <dimen name="call_log_name_margin_bottom">2dp</dimen>
- <dimen name="call_log_call_account_margin_bottom">2dp</dimen>
- <dimen name="call_log_vertical_padding">12dp</dimen>
- <dimen name="call_log_list_item_height">56dp</dimen>
- <dimen name="call_log_list_item_info_margin_start">16dp</dimen>
- <dimen name="show_call_history_list_item_height">72dp</dimen>
-
- <!-- Size of contact photos in the call log and call details. -->
- <dimen name="contact_photo_size">40dp</dimen>
- <dimen name="call_detail_button_spacing">2dip</dimen>
- <dimen name="call_detail_horizontal_margin">20dp</dimen>
- <dimen name="call_detail_top_margin">16dp</dimen>
- <dimen name="call_detail_bottom_margin">16dp</dimen>
- <dimen name="call_detail_header_top_margin">20dp</dimen>
- <dimen name="call_detail_header_bottom_margin">9dp</dimen>
- <dimen name="call_detail_elevation">0.5dp</dimen>
- <dimen name="call_detail_action_item_padding_horizontal">28dp</dimen>
- <dimen name="call_detail_action_item_padding_vertical">16dp</dimen>
- <dimen name="call_detail_action_item_drawable_padding">28dp</dimen>
- <dimen name="call_detail_action_item_text_size">16sp</dimen>
- <dimen name="transcription_top_margin">18dp</dimen>
- <dimen name="transcription_bottom_margin">18dp</dimen>
-
- <!-- Size of call provider icon width and height -->
- <dimen name="call_provider_small_icon_size">12dp</dimen>
-
- <!-- Match call_button_height to Phone's dimens/in_call_end_button_height -->
- <dimen name="call_button_height">74dp</dimen>
-
- <!-- Dimensions for speed dial tiles -->
- <dimen name="contact_tile_divider_width">1dp</dimen>
- <dimen name="contact_tile_info_button_height_and_width">36dp</dimen>
- <item name="contact_tile_height_to_width_ratio" type="dimen">76%</item>
- <dimen name="contact_tile_text_side_padding">12dp</dimen>
- <dimen name="contact_tile_text_bottom_padding">9dp</dimen>
- <dimen name="favorites_row_top_padding">2dp</dimen>
- <dimen name="favorites_row_bottom_padding">0dp</dimen>
- <dimen name="favorites_row_start_padding">1dp</dimen>
-
- <!-- Padding from the last contact tile will provide the end padding. -->
- <dimen name="favorites_row_end_padding">0dp</dimen>
- <dimen name="favorites_row_undo_text_side_padding">32dp</dimen>
-
- <!-- Size of the star icon on the favorites tile. -->
- <dimen name="favorites_star_icon_size">12dp</dimen>
-
- <!-- Padding for the tooltip -->
- <dimen name="dismiss_button_padding_start">20dip</dimen>
- <dimen name="dismiss_button_padding_end">28dip</dimen>
-
- <!-- Height of the actionBar - this is 8dps bigger than the platform standard to give more
- room to the search box-->
- <dimen name="action_bar_height">56dp</dimen>
- <dimen name="action_bar_height_large">64dp</dimen>
- <dimen name="action_bar_elevation">3dp</dimen>
- <dimen name="tab_height">43dp</dimen>
- <!-- actionbar height + tab height -->
- <dimen name="actionbar_and_tab_height">107dp</dimen>
- <dimen name="actionbar_contentInsetStart">72dp</dimen>
-
- <!-- Margin to the left and right of the search box. -->
- <dimen name="search_margin_horizontal">8dp</dimen>
- <!-- Margin above the search box. -->
- <dimen name="search_top_margin">8dp</dimen>
- <!-- Margin below the search box. -->
- <dimen name="search_bottom_margin">8dp</dimen>
- <dimen name="search_collapsed_text_size">14sp</dimen>
- <!-- Search box interior padding - left -->
- <dimen name="search_box_left_padding">8dp</dimen>
- <!-- Search box interior padding - right -->
- <dimen name="search_box_right_padding">8dp</dimen>
- <dimen name="search_box_search_icon_padding">2dp</dimen>
- <dimen name="search_box_collapsed_text_margin_left">22dp</dimen>
- <dimen name="search_list_padding_top">16dp</dimen>
- <dimen name="search_box_elevation">3dp</dimen>
-
- <dimen name="call_log_action_icon_margin_start">16dp</dimen>
- <dimen name="call_log_action_icon_dimen">24dp</dimen>
- <dimen name="call_log_action_horizontal_padding">24dp</dimen>
-
- <dimen name="call_log_actions_left_padding">64dp</dimen>
- <dimen name="call_log_actions_top_padding">8dp</dimen>
- <dimen name="call_log_actions_bottom_padding">8dp</dimen>
- <dimen name="call_log_primary_text_size">16sp</dimen>
- <dimen name="call_log_detail_text_size">12sp</dimen>
- <dimen name="call_log_day_group_heading_size">14sp</dimen>
- <dimen name="call_log_voicemail_transcription_text_size">14sp</dimen>
- <!-- Height of the call log actions section for each call log entry -->
- <dimen name="call_log_action_height">48dp</dimen>
- <dimen name="call_log_day_group_padding_top">15dp</dimen>
- <dimen name="call_log_day_group_padding_bottom">9dp</dimen>
-
- <!-- Padding for icons to increase their touch target. Icons are typically 24 dps in size
- so this extra padding makes the entire touch target 40dp -->
- <dimen name="icon_padding">8dp</dimen>
-
- <!-- Length of dialpad's shadows in dialer. -->
- <dimen name="shadow_length">10dp</dimen>
-
- <dimen name="empty_list_message_top_padding">20dp</dimen>
- <dimen name="empty_list_message_text_size">16sp</dimen>
-
- <!-- Dimensions for individual preference cards -->
- <dimen name="preference_padding_top">16dp</dimen>
- <dimen name="preference_padding_bottom">16dp</dimen>
- <dimen name="preference_side_margin">16dp</dimen>
- <dimen name="preference_summary_line_spacing_extra">4dp</dimen>
-
- <dimen name="call_log_list_item_primary_action_dimen">36dp</dimen>
-
- <!-- Dimensions for promo cards -->
- <dimen name="promo_card_icon_size">24dp</dimen>
- <dimen name="promo_card_start_padding">16dp</dimen>
- <dimen name="promo_card_top_padding">21dp</dimen>
- <dimen name="promo_card_main_padding">24dp</dimen>
- <dimen name="promo_card_title_padding">12dp</dimen>
- <dimen name="promo_card_action_vertical_padding">4dp</dimen>
- <dimen name="promo_card_action_end_padding">4dp</dimen>
- <dimen name="promo_card_action_between_padding">11dp</dimen>
- <dimen name="promo_card_line_spacing">4dp</dimen>
-
- <dimen name="voicemail_playback_top_padding">12dp</dimen>
-
- <!-- Size of entries in blocked numbers list -->
- <dimen name="blocked_number_container_padding">16dp</dimen>
- <dimen name="blocked_number_horizontal_margin">16dp</dimen>
- <dimen name="blocked_number_top_margin">16dp</dimen>
- <dimen name="blocked_number_bottom_margin">16dp</dimen>
- <dimen name="blocked_number_add_top_margin">8dp</dimen>
- <dimen name="blocked_number_add_bottom_margin">8dp</dimen>
- <dimen name="blocked_number_primary_text_size">16sp</dimen>
- <dimen name="blocked_number_secondary_text_size">12sp</dimen>
- <dimen name="blocked_number_delete_icon_size">32dp</dimen>
- <dimen name="blocked_number_search_text_size">14sp</dimen>
- <dimen name="blocked_number_settings_description_text_size">14sp</dimen>
- <dimen name="blocked_number_header_height">48dp</dimen>
-
- <dimen name="call_type_icon_size">12dp</dimen>
-
- <dimen name="tab_unread_count_margin_left">0dp</dimen>
-</resources>
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml
deleted file mode 100644
index 4ed41d0d5..000000000
--- a/res/values/donottranslate_config.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-
-<resources>
-
- <!-- If true, enable vibration (haptic feedback) for dialer key presses.
- The pattern is set on a per-platform basis using config_virtualKeyVibePattern.
- TODO: If enough users are annoyed by this, we might eventually
- need to make it a user preference rather than a per-platform
- resource. -->
- <bool name="config_enable_dialer_key_vibration">true</bool>
-
- <!-- If true, show an onscreen "Dial" button in the dialer.
- In practice this is used on all platforms even the ones with hard SEND/END
- keys, but for maximum flexibility it's controlled by a flag here
- (which can be overridden on a per-product basis.) -->
- <bool name="config_show_onscreen_dial_button">true</bool>
-
- <!-- Regular expression for prohibiting certain phone numbers in dialpad.
- Ignored if empty. -->
- <string name="config_prohibited_phone_number_regexp"></string>
-
- <!-- File Authority for AOSP Dialer files -->
- <string name="contacts_file_provider_authority">com.android.dialer.files</string>
-</resources>
diff --git a/res/values/ids.xml b/res/values/ids.xml
deleted file mode 100644
index f850327ea..000000000
--- a/res/values/ids.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources>
- <item type="id" name="call_detail_delete_menu_item" />
- <item type="id" name="context_menu_copy_to_clipboard" />
- <item type="id" name="context_menu_copy_transcript_to_clipboard" />
- <item type="id" name="context_menu_edit_before_call" />
- <item type="id" name="context_menu_block_number" />
- <item type="id" name="settings_header_sounds_and_vibration" />
- <item type="id" name="block_id" />
-</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
deleted file mode 100644
index 940705989..000000000
--- a/res/values/strings.xml
+++ /dev/null
@@ -1,1116 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-
-
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-
- <!-- Application name used in Settings/Apps. Default label for activities
- that don't specify a label. -->
- <string name="applicationLabel">Phone</string>
-
- <!-- Title for the activity that dials the phone. This is the name
- used in the Launcher icon. -->
- <string name="launcherActivityLabel">Phone</string>
-
-
- <!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
- <string name="launcherDialpadActivityLabel">Phone Dialpad</string>
- <!-- The description text for the dialer tab.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
-
- [CHAR LIMIT=NONE] -->
- <string name="dialerIconLabel">Phone</string>
-
- <!-- The description text for the call log tab.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
-
- [CHAR LIMIT=NONE] -->
- <string name="callHistoryIconLabel">Call history</string>
-
- <!-- Text for a menu item to report a call as having been incorrectly identified. [CHAR LIMIT=48] -->
- <string name="action_report_number">Report inaccurate number</string>
-
- <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] -->
- <string name="action_copy_number_text">Copy number</string>
-
- <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] -->
- <string name="copy_transcript_text">Copy transcription</string>
-
- <!-- Label for action to block a number. [CHAR LIMIT=48] -->
- <string name="action_block_number">Block number</string>
-
- <!-- Text for snackbar to undo blocking a number. [CHAR LIMIT=64] -->
- <string name="snackbar_number_blocked">
- <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> blocked</string>
-
- <!-- Label for action to unblock a number [CHAR LIMIT=48]-->
- <string name="action_unblock_number">Unblock number</string>
-
- <!-- Text for snackbar to undo unblocking a number. [CHAR LIMIT=64] -->
- <string name="snackbar_number_unblocked">
- <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
- unblocked</string>
-
- <!-- Text for undo button in snackbar for blocking/unblocking number. [CHAR LIMIT=10] -->
- <string name="block_number_undo">UNDO</string>
-
- <!-- Menu item in call details used to remove a call or voicemail from the call log. -->
- <string name="call_details_delete">Delete</string>
-
- <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
- <string name="action_edit_number_before_call">Edit number before call</string>
-
- <!-- Menu item used to remove all calls from the call log -->
- <string name="call_log_delete_all">Clear call history</string>
-
- <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
- <string name="call_log_trash_voicemail">Delete voicemail</string>
-
- <!-- Menu item used to archive a voicemail. [CHAR LIMIT=30] -->
- <string name="call_log_archive_voicemail">Archive voicemail</string>
-
- <!-- Menu item used to send a voicemail through other applications [CHAR LIMIT=30] -->
- <string name="call_log_share_voicemail">Share voicemail</string>
-
- <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] -->
- <string name="snackbar_voicemail_deleted">Voicemail deleted</string>
-
- <!-- Text for snackbar to undo a voicemail archive. [CHAR LIMIT=30] -->
- <string name="snackbar_voicemail_archived">Voicemail archived</string>
-
- <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] -->
- <string name="snackbar_voicemail_deleted_undo">UNDO</string>
-
- <!-- Text for going to archive button in snackbar for voicemail archive. [CHAR LIMIT=10] -->
- <string name="snackbar_voicemail_archived_goto">GOTO ARCHIVE</string>
-
- <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] -->
- <string name="clearCallLogConfirmation_title">Clear call history?</string>
-
- <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] -->
- <string name="clearCallLogConfirmation">This will delete all calls from your history</string>
-
- <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
- <string name="clearCallLogProgress_title">Clearing call history\u2026</string>
-
- <!-- Title used for the activity for placing a call. This name appears
- in activity disambig dialogs -->
- <string name="userCallActivityLabel" product="default">Phone</string>
-
- <!-- Notification strings -->
- <!-- Missed call notification label, used when there's exactly one missed call -->
- <string name="notification_missedCallTitle">Missed call</string>
- <!-- Missed call notification label, used when there's exactly one missed call from work contact -->
- <string name="notification_missedWorkCallTitle">Missed work call</string>
- <!-- Missed call notification label, used when there are two or more missed calls -->
- <string name="notification_missedCallsTitle">Missed calls</string>
- <!-- Missed call notification message used when there are multiple missed calls -->
- <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
- <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
- The user will be able to call back to the person or the phone number.
- [CHAR LIMIT=18] -->
- <string name="notification_missedCall_call_back">Call back</string>
- <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
- The user will be able to send text messages using the phone number.
- [CHAR LIMIT=18] -->
- <string name="notification_missedCall_message">Message</string>
- <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
- <string name="handle_restricted">RESTRICTED</string>
-
- <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
- <plurals name="notification_voicemail_title">
- <item quantity="one">Voicemail</item>
- <item quantity="other">
- <xliff:g id="count">%1$d</xliff:g>
- Voicemails
- </item>
- </plurals>
-
- <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
- <string name="notification_action_voicemail_play">Play</string>
-
- <!-- Used to build a list of names or phone numbers, to indicate the callers who left
- voicemails.
- The first argument may be one or more callers, the most recent ones.
- The second argument is an additional callers.
- This string is used to build a list of callers.
-
- [CHAR LIMIT=10]
- -->
- <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
- <xliff:g id="older_caller">%2$s</xliff:g>
- </string>
-
- <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
- <string name="notification_new_voicemail_ticker">New voicemail from
- <xliff:g id="caller">%1$s</xliff:g>
- </string>
-
- <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
- <string name="voicemail_playback_error">Couldn\'t play voicemail</string>
-
- <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
- <string name="voicemail_fetching_content">Loading voicemail\u2026</string>
-
- <!-- Message to display whilst we are waiting for the content to be archived. [CHAR LIMIT=40] -->
- <string name="voicemail_archiving_content">Archiving voicemail\u2026</string>
-
- <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
- <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string>
-
- <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
- <string name="call_log_voicemail_header">Calls with voicemail only</string>
-
- <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
- <string name="call_log_incoming_header">Incoming calls only</string>
-
- <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
- <string name="call_log_outgoing_header">Outgoing calls only</string>
-
- <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
- <string name="call_log_missed_header">Missed calls only</string>
-
- <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] -->
- <string name="visual_voicemail_title">Visual voicemail</string>
-
- <!-- Promo card text for visual voicemail. -->
- <string name="visual_voicemail_text">
- See and listen to your voicemail, without having to call a number. Data charges may apply.
- </string>
-
- <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] -->
- <string name="visual_voicemail_settings">Settings</string>
-
- <!-- Voicemail status message shown at the top of call log to notify the user that no new
- voicemails are currently available. This can happen when both notification as well as data
- connection to the voicemail server is lost. [CHAR LIMIT=64] -->
- <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string>
- <!-- Voicemail status message shown at the top of call log to notify the user that there is no
- data connection to the voicemail server, but there are new voicemails waiting on the server.
- [CHAR LIMIT=64] -->
- <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string>
- <!-- Voicemail status message shown at the top of call log to invite the user to configure
- visual voicemail. [CHAR LIMIT=64] -->
- <string name="voicemail_status_configure_voicemail">Set up your voicemail</string>
- <!-- Voicemail status message shown at the top of call details screen to notify the user that
- the audio of this voicemail is not available. [CHAR LIMIT=64] -->
- <string name="voicemail_status_audio_not_available">Audio not available</string>
-
- <!-- User action prompt shown next to a voicemail status message to let the user configure
- visual voicemail. [CHAR LIMIT=20] -->
- <string name="voicemail_status_action_configure">Set up</string>
- <!-- User action prompt shown next to a voicemail status message to let the user call voicemail
- server directly to listen to the voicemails. [CHAR LIMIT=20] -->
- <string name="voicemail_status_action_call_server">Call voicemail</string>
-
- <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
- <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
- <xliff:g id="date">%2$s</xliff:g>
- </string>
-
- <!-- Title for the sms disambiguation dialog -->
- <string name="sms_disambig_title">Choose number</string>
-
- <!-- Title for the call disambiguation dialog -->
- <string name="call_disambig_title">Choose number</string>
-
- <!-- Message next to disamgiguation dialog check box -->
- <string name="make_primary">Remember this choice</string>
-
- <!-- String describing the Search ImageButton
-
- Used by AccessibilityService to announce the purpose of the button.
- [CHAR LIMIT=NONE]
- -->
- <string name="description_search_button">search</string>
-
- <!-- String describing the Dial ImageButton
-
- Used by AccessibilityService to announce the purpose of the button.
- -->
- <string name="description_dial_button">dial</string>
-
- <!-- String describing the digits text box containing the number to dial.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <string name="description_digits_edittext">number to dial</string>
-
- <!-- String describing the button in the voicemail playback to start/stop playback.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <string name="description_playback_start_stop">Play or stop playback</string>
-
- <!-- String describing the button in the voicemail playback to switch on/off speakerphone.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <string name="description_playback_speakerphone">Switch on or off speakerphone</string>
-
- <!-- String describing the seekbar in the voicemail playback to seek playback position.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <string name="description_playback_seek">Seek playback position</string>
-
- <!-- String describing the button in the voicemail playback to decrease playback rate.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <string name="description_rate_decrease">Decrease playback rate</string>
-
- <!-- String describing the button in the voicemail playback to increase playback rate.
-
- Used by AccessibilityService to announce the purpose of the view.
- -->
- <string name="description_rate_increase">Increase playback rate</string>
-
- <!-- Content description for the fake action menu button that brings up the call history
- activity -->
- <string name="action_menu_call_history_description">Call History</string>
-
- <!-- Content description for the fake action menu overflow button.
- This should be same as the description for the real action menu
- overflow button available in ActionBar.
- [CHAR LIMIT=NONE] -->
- <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
-
- <!-- Content description for the button that displays the dialpad
- [CHAR LIMIT=NONE] -->
- <string name="action_menu_dialpad_button">dial pad</string>
-
- <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
- <string name="menu_show_outgoing_only">Show outgoing only</string>
-
- <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
- <string name="menu_show_incoming_only">Show incoming only</string>
-
- <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
- <string name="menu_show_missed_only">Show missed only</string>
-
- <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
- <string name="menu_show_voicemails_only">Show voicemails only</string>
-
- <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
- <string name="menu_show_all_calls">Show all calls</string>
-
- <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] -->
- <string name="add_2sec_pause">Add 2-sec pause</string>
- <string name="add_wait">Add wait</string>
-
- <!-- Label for the dialer app setting page [CHAR LIMIT=30]-->
- <string name="dialer_settings_label">Settings</string>
-
- <!-- Menu item to create a new contact [CHAR LIMIT=30] -->
- <string name="menu_newContact">New contact</string>
-
- <!-- Menu item to display all contacts [CHAR LIMIT=30] -->
- <string name="menu_allContacts">All contacts</string>
-
- <!-- Title bar for call detail screen -->
- <string name="callDetailTitle">Call details</string>
-
- <!-- Toast for call detail screen when couldn't read the requested details -->
- <string name="toast_call_detail_error">Details not available</string>
-
- <!-- Item label: jump to the in-call DTMF dialpad.
- (Part of a list of options shown in the dialer when another call
- is already in progress.) -->
- <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
-
- <!-- Item label: jump to the in-call UI.
- (Part of a list of options shown in the dialer when another call
- is already in progress.) -->
- <string name="dialer_returnToInCallScreen">Return to call in progress</string>
-
- <!-- Item label: use the Dialer's dialpad to add another call.
- (Part of a list of options shown in the dialer when another call
- is already in progress.) -->
- <string name="dialer_addAnotherCall">Add call</string>
-
- <!-- Title for incoming call type. [CHAR LIMIT=40] -->
- <string name="type_incoming">Incoming call</string>
-
- <!-- Title for outgoing call type. [CHAR LIMIT=40] -->
- <string name="type_outgoing">Outgoing call</string>
-
- <!-- Title for missed call type. [CHAR LIMIT=40] -->
- <string name="type_missed">Missed call</string>
-
- <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
- <string name="type_incoming_video">Incoming video call</string>
-
- <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] -->
- <string name="type_outgoing_video">Outgoing video call</string>
-
- <!-- Title for missed video call in call details screen [CHAR LIMIT=60] -->
- <string name="type_missed_video">Missed video call</string>
-
- <!-- Title for voicemail details screen -->
- <string name="type_voicemail">Voicemail</string>
-
- <!-- Title for rejected call type. [CHAR LIMIT=40] -->
- <string name="type_rejected">Declined call</string>
-
- <!-- Title for blocked call type. [CHAR LIMIT=40] -->
- <string name="type_blocked">Blocked call</string>
-
- <!-- Description for incoming calls going to voice mail vs. not -->
- <string name="actionIncomingCall">Incoming calls</string>
-
- <!-- String describing the icon in the call log used to play a voicemail.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <string name="description_call_log_play_button">Play voicemail</string>
-
- <!-- String describing the button to view the contact for the current number.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
-
- <!-- String describing the button to call a number or contact.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
-
- <!-- String describing the button to access the contact details for a name or number.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string>
-
- <!-- String indicating the number of calls to/from a caller in the call log.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- -->
- <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string>
-
- <!-- String indicating a call log entry had video capabilities.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- [CHAR LIMIT=NONE]
- -->
- <string name="description_video_call">Video call.</string>
-
- <!-- String describing the button to SMS a number or contact.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- [CHAR LIMIT=NONE]
- -->
- <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string>
-
- <!-- String describing the icon in the call log used to represent an unheard voicemail left to
- the user.
-
- Note: AccessibilityServices use this attribute to announce what the view represents.
- This is especially valuable for views without textual representation like ImageView.
- [CHAR LIMIT=NONE]
- -->
- <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
-
- <!-- String describing the icon used to start a voice search -->
- <string name="description_start_voice_search">Start voice search</string>
-
- <!-- Menu item used to call a contact, containing the number of the contact to call -->
- <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
-
- <!-- String used to display calls from unknown numbers in the call log -->
- <string name="unknown">Unknown</string>
-
- <!-- String used for displaying calls to the voicemail number in the call log -->
- <string name="voicemail">Voicemail</string>
-
- <!-- String used to display calls from private numbers in the call log -->
- <string name="private_num">Private number</string>
-
- <!-- String used to display calls from pay phone in the call log -->
- <string name="payphone">Payphone</string>
-
- <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
- <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
-
- <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
- <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
-
- <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an
- explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the
- current day -->
- <string name="voicemailCallLogToday">@string/call_log_header_today</string>
-
- <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM
- The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM -->
- <string name="voicemailCallLogDateTimeFormat"><xliff:g id="date" example="Jul 25, 2014">%1$s</xliff:g> at <xliff:g id="time" example="2:49 PM">%2$s</xliff:g></string>
-
- <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" -->
- <string name="voicemailDurationFormat"><xliff:g id="minutes" example="10">%1$02d</xliff:g>:<xliff:g id="seconds" example="20">%2$02d</xliff:g></string>
-
- <!-- A format string used for displaying the date, time and duration for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM • 00:34 -->
- <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g id="dateAndTime" example="Jul 25, 2014 at 2:49PM">%1$s</xliff:g> \u2022 <xliff:g id="duration" example="01:22">%2$s</xliff:g></string>
-
- <!-- Dialog message which is shown when the user tries to make a phone call
- to prohibited phone numbers [CHAR LIMIT=NONE] -->
- <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>
-
- <!-- Dialog message which is shown when the user tries to check voicemail
- while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
- <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
-
- <!-- Dialog message which is shown when the user tries to check voicemail
- while the system is in airplane mode. The user cannot access to
- voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
- <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
-
- <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
- <string name="contact_list_loading">Loading\u2026</string>
-
- <!-- The title of a dialog that displays the IMEI of the phone -->
- <string name="imei">IMEI</string>
-
- <!-- The title of a dialog that displays the MEID of the CDMA phone -->
- <string name="meid">MEID</string>
-
- <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
- <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
-
- <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
- <string name="simContacts_title">SIM card contacts</string>
-
- <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
- <string name="add_contact_not_available">No contacts app available</string>
-
- <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] -->
- <string name="voice_search_not_available">Voice search not available</string>
-
- <!-- Message displayed when the Phone application has been disabled and a phone call cannot
- be made. [CHAR LIMIT=NONE] -->
- <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string>
-
- <!-- Message displayed when there is no application available to handle a particular action.
- [CHAR LIMIT=NONE] -->
- <string name="activity_not_available">No app for that on this device</string>
-
- <!-- Hint displayed in dialer search box when there is no query that is currently typed.
- [CHAR LIMIT=30] -->
- <string name="dialer_hint_find_contact">Search contacts</string>
-
- <!-- Hint displayed in add blocked number search box when there is no query typed.
- [CHAR LIMIT=45] -->
- <string name="block_number_search_hint">Add number or search contacts</string>
-
- <!-- String resource for the font-family to use for the call log activity's title
- Do not translate. -->
- <string name="call_log_activity_title_font_family">sans-serif-light</string>
-
- <!-- String resource for the font-family to use for the full call history footer
- Do not translate. -->
- <string name="view_full_call_history_font_family">sans-serif</string>
-
- <!-- Text displayed when the call log is empty. -->
- <string name="call_log_all_empty">Your call history is empty</string>
-
- <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. -->
- <string name="call_log_all_empty_action">Make a call</string>
-
- <!-- Text displayed when the list of missed calls is empty -->
- <string name="call_log_missed_empty">You have no missed calls.</string>
-
- <!-- Text displayed when the list of voicemails is empty -->
- <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string>
-
- <!-- Text displayed when the list of voicemail archives is empty -->
- <string name="voicemail_archive_empty">Your voicemail archive is empty.</string>
-
- <!-- Menu option to show favorite contacts only -->
- <string name="show_favorites_only">Show favorites only</string>
-
- <!-- Title of activity that displays a list of all calls -->
- <string name="call_log_activity_title">Call History</string>
-
- <!-- Title of activity that displays a list of all archived voicemails -->
- <string name="voicemail_archive_activity_title">Voicemail Archive</string>
-
- <!-- Title for the call log tab containing the list of all voicemails and calls
- [CHAR LIMIT=30] -->
- <string name="call_log_all_title">All</string>
-
- <!-- Title for the call log tab containing the list of all missed calls only
- [CHAR LIMIT=30] -->
- <string name="call_log_missed_title">Missed</string>
-
- <!-- Title for the call log tab containing the list of all voicemail calls only
- [CHAR LIMIT=30] -->
- <string name="call_log_voicemail_title">Voicemail</string>
-
- <!-- Title for dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=30]-->
- <string name="migrate_blocked_numbers_dialog_title">New, simplified blocking</string>
-
- <!-- Body text for dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=NONE]-->
- <string name="migrate_blocked_numbers_dialog_message">To better protect you, Phone needs to change how blocking works. Your blocked numbers will now stop both calls and texts and may be shared with other apps.</string>
-
- <!-- Positive confirmation button for the dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=NONE]-->
- <string name="migrate_blocked_numbers_dialog_allow_button">Allow</string>
-
- <!-- Do not translate -->
- <string name="migrate_blocked_numbers_dialog_cancel_button">@android:string/cancel</string>
-
- <!-- Confirmation dialog title for blocking a number. [CHAR LIMIT=NONE] -->
- <string name="block_number_confirmation_title">Block
- <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
-
- <!-- Confirmation dialog message for blocking a number with visual voicemail active.
- [CHAR LIMIT=NONE] -->
- <string name="block_number_confirmation_message_vvm">
- Calls from this number will be blocked and voicemails will be automatically deleted.
- </string>
-
- <!-- Confirmation dialog message for blocking a number with no visual voicemail.
- [CHAR LIMIT=NONE] -->
- <string name="block_number_confirmation_message_no_vvm">
- Calls from this number will be blocked, but the caller may still be able to leave you voicemails.
- </string>
-
- <!-- Confirmation dialog message for blocking a number with new filtering enabled.
- [CHAR LIMIT=NONE] -->
- <string name="block_number_confirmation_message_new_filtering">
- You will no longer receive calls or texts from this number.
- </string>
-
- <!-- Block number alert dialog button [CHAR LIMIT=32] -->
- <string name="block_number_ok">BLOCK</string>
-
- <!-- Confirmation dialog for unblocking a number. [CHAR LIMIT=NONE] -->
- <string name="unblock_number_confirmation_title">Unblock
- <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
-
- <!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
- <string name="unblock_number_ok">UNBLOCK</string>
-
- <!-- Accessibility text for the tab showing recent and favorite contacts who can be called.
- [CHAR LIMIT=40] -->
- <string name="tab_speed_dial">Speed dial</string>
-
- <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] -->
- <string name="tab_history">Call History</string>
-
- <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] -->
- <string name="tab_all_contacts">Contacts</string>
-
- <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] -->
- <string name="tab_voicemail">Voicemail</string>
-
- <!-- Text displayed when user swipes out a favorite contact -->
- <string name="favorite_hidden">Removed from favorites</string>
- <!-- Text displayed for the undo button to undo removing a favorite contact -->
- <string name="favorite_hidden_undo">Undo</string>
-
- <!-- Shortcut item used to call a number directly from search -->
- <string name="search_shortcut_call_number">Call
- <xliff:g id="number">%s</xliff:g>
- </string>
-
- <!-- Shortcut item used to add a number directly to a new contact from search.
- [CHAR LIMIT=25] -->
- <string name="search_shortcut_create_new_contact">Create new contact</string>
-
- <!-- Shortcut item used to add a number to an existing contact directly from search.
- [CHAR LIMIT=25] -->
- <string name="search_shortcut_add_to_contact">Add to a contact</string>
-
- <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] -->
- <string name="search_shortcut_send_sms_message">Send SMS</string>
-
- <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] -->
- <string name="search_shortcut_make_video_call">Make video call</string>
-
- <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] -->
- <string name="search_shortcut_block_number">Block number</string>
-
- <!-- Number of missed calls shown on call card [CHAR LIMIT=40] -->
- <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string>
-
- <!-- Shown when there are no speed dial favorites. -->
- <string name="speed_dial_empty">No one is on your speed dial yet</string>
-
- <!-- Shown as an action when there are no speed dial favorites -->
- <string name="speed_dial_empty_add_favorite_action">Add a favorite</string>
-
- <!-- Shown when there are no contacts in the all contacts list. -->
- <string name="all_contacts_empty">You don\'t have any contacts yet</string>
-
- <!-- Shown as an action when the all contacts list is empty -->
- <string name="all_contacts_empty_add_contact_action">Add a contact</string>
-
- <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact
- card can be tapped to bring up a list of all numbers, or long pressed to start reordering
- [CHAR LIMIT=NONE]
- -->
- <string name="contact_tooltip">Touch image to see all numbers or touch &amp; hold to reorder</string>
-
- <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] -->
- <string name="remove_contact">Remove</string>
-
- <!-- Button text for the "video call" displayed underneath an entry in the call log.
- Tapping causes a video call to be placed to the caller represented by the call log entry.
- [CHAR LIMIT=30] -->
- <string name="call_log_action_video_call">Video call</string>
-
- <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
- messaging app to send a SMS to the number represented by the call log entry.
- [CHAR LIMIT=30] -->
- <string name="call_log_action_send_message">Send a message</string>
-
- <!-- Button text for the button displayed underneath an entry in the call log.
- Tapping navigates the user to the call details screen where the user can view details for
- the call log entry. [CHAR LIMIT=30] -->
- <string name="call_log_action_details">Call details</string>
-
- <!-- Button text for the button displayed underneath an entry in the call log, which when
- tapped triggers a return call to the named user. [CHAR LIMIT=30] -->
- <string name="call_log_action_call">
- Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- String describing an incoming missed call entry in the call log.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
-
- <!-- String describing an incoming answered call entry in the call log.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
-
- <!-- String describing an "unread" voicemail entry in the voicemails tab.
- Note: AccessibilityServices use this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <string name="description_unread_voicemail">Unread voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
-
- <!-- String describing a "read" voicemail entry in the voicemails tab.
- Note: AccessibilityServices use this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <string name="description_read_voicemail">Voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
-
- <!-- String describing an outgoing call entry in the call log.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string>
-
- <!-- String describing the phone account the call was made on or to. This string will be used
- in description_incoming_missed_call, description_incoming_answered_call, and
- description_outgoing_call.
- Note: AccessibilityServices uses this attribute to announce what the view represents.
- [CHAR LIMIT=NONE] -->
- <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string>
-
- <!-- String describing the secondary line number the call was received via.
- Note: AccessibilityServices use this attribute to announce what the view represents.
- [CHAR LIMIT=NONE]-->
- <string name="description_via_number">via <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g></string>
-
- <!-- TextView text item showing the secondary line number the call was received via.
- [CHAR LIMIT=NONE]-->
- <string name="call_log_via_number">via <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g></string>
-
- <!-- String describing the PhoneAccount and via number that a call was received on, if both are
- visible.
- Note: AccessibilityServices use this attribute to announce what the view represents.
- [CHAR LIMIT=NONE]-->
- <string name="description_via_number_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g>, via <xliff:g id="number" example="(555) 555-5555">%2$s</xliff:g></string>
-
- <!-- The order of the PhoneAccount and via number that a call was received on,
- if both are visible.
- [CHAR LIMIT=NONE]-->
- <string name="call_log_via_number_phone_account"><xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g> via <xliff:g id="number" example="(555) 555-5555">%2$s</xliff:g></string>
-
- <!-- String describing the phone icon on a call log list item. When tapped, it will place a
- call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
- <string name="description_call_log_call_action">Call</string>
-
- <!-- String describing the "call" action for an entry in the call log. The call back
- action triggers a return call to the named user.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="description_call_action">
- Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- String describing the "video call" action for an entry in the call log. The video call
- action triggers a return video call to the named person/number.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="description_video_call_action">
- Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>.
- </string>
-
- <!-- String describing the "listen" action for an entry in the call log. The listen
- action is shown for call log entries representing a voicemail message and this button
- triggers playing back the voicemail.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="description_voicemail_action">
- Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- String describing the "play voicemail" action for an entry in the call log.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="description_voicemail_play">
- Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- String describing the "pause voicemail" action for an entry in the call log.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="description_voicemail_pause">
- Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
-
- <!-- String describing the "delete voicemail" action for an entry in the call log.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="description_voicemail_delete">
- Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- String describing the number of new voicemails, displayed as a number badge on a tab.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <plurals name="description_voicemail_unread">
- <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item>
- <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item>
- </plurals>
-
- <!-- Description for the "create new contact" action for an entry in the call log. This action
- opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] -->
- <string name="description_create_new_contact_action">
- Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- Description for the "add to existing contact" action for an entry in the call log. This
- action opens a screen for adding this name or number to an existing contact.
- [CHAR LIMIT=NONE] -->
- <string name="description_add_to_existing_contact_action">
- Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact
- </string>
-
- <!-- String describing the "details" action for an entry in the call log. The details action
- displays the call details screen for an entry in the call log. This shows the calls to
- and from the specified number associated with the call log entry.
- [CHAR LIMIT=NONE] -->
- <string name="description_details_action">
- Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>
- </string>
-
- <!-- Toast message which appears when a call log entry is deleted.
- [CHAR LIMIT=NONE] -->
- <string name="toast_entry_removed">Deleted from call history</string>
-
- <!-- String used as a header in the call log above calls which occurred today.
- [CHAR LIMIT=65] -->
- <string name="call_log_header_today">Today</string>
-
- <!-- String used as a header in the call log above calls which occurred yesterday.
- [CHAR LIMIT=65] -->
- <string name="call_log_header_yesterday">Yesterday</string>
-
- <!-- String used as a header in the call log above calls which occurred two days or more ago.
- [CHAR LIMIT=65] -->
- <string name="call_log_header_other">Older</string>
-
- <!-- String a header on the call details screen. Appears above the list calls to or from a
- particular number.
- [CHAR LIMIT=65] -->
- <string name="call_detail_list_header">Calls list</string>
-
- <!-- String describing the "speaker on" button on the playback control used to listen to a
- voicemail message. When speaker is on, playback of the voicemail will occur through the
- phone speaker.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="voicemail_speaker_on">Turn speaker on.</string>
-
- <!-- String describing the "speaker off" button on the playback control used to listen to a
- voicemail message. When speaker is off, playback of the voicemail will occur through the
- phone earpiece.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="voicemail_speaker_off">Turn speaker off.</string>
-
- <!-- String describing the "play faster" button in the playback control used to listen to a
- voicemail message. Speeds up playback of the voicemail message.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="voicemail_play_faster">Play faster.</string>
-
- <!-- String describing the "play slower" button in the playback control used to listen to a
- voicemail message. Slows down playback of the voicemail message.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="voicemail_play_slower">Play slower.</string>
-
- <!-- String describing the "play/pause" button in the playback control used to listen to a
- voicemail message. Starts playback or pauses ongoing playback.
- Note: AccessibilityServices uses this attribute to announce the purpose of the button.
- [CHAR LIMIT=NONE] -->
- <string name="voicemail_play_start_pause">Start or pause playback.</string>
-
- <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta".
- [CHAR LIMIT=3] -->
- <string name="list_delimeter">", "</string>
-
- <!-- Dialer settings related strings-->
-
- <!-- Title for "Display options" category, which controls how contacts are shown.
- [CHAR LIMIT=40] -->
- <string name="display_options_title">Display options</string>
-
- <!-- Title for the "Sounds and vibration" settings control settings related to ringtones,
- dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] -->
- <string name="sounds_and_vibration_title">Sounds and vibration</string>
-
- <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing
- aid compatability. [CHAR LIMIT=40] -->
- <string name="accessibility_settings_title">Accessibility</string>
-
- <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] -->
- <string name="ringtone_title">Phone ringtone</string>
-
- <!-- Setting option name to enable or disable vibration when ringing the phone.
- [CHAR LIMIT=30] -->
- <string name="vibrate_on_ring_title">"Also vibrate for calls</string>
-
- <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] -->
- <string name="dtmf_tone_enable_title">Dialpad tones</string>
- <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] -->
- <string name="dtmf_tone_length_title">Dialpad tone length</string>
- <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] -->
- <string-array name="dtmf_tone_length_entries">
- <item>Normal</item>
- <item>Long</item>
- </string-array>
- <!-- Do not translate. -->
- <string-array name="dtmf_tone_length_entry_values" translatable="false">
- <item>0</item>
- <item>1</item>
- </string-array>
-
- <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
- <string name="respond_via_sms_setting_title">Quick responses</string>
-
- <!-- Label for the call settings section [CHAR LIMIT=30] -->
- <string name="call_settings_label">Calls</string>
-
- <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] -->
- <string name="manage_blocked_numbers_label">Call blocking</string>
-
- <!-- Label for a section describing that call blocking is temporarily disabled because an
- emergency call was made. [CHAR LIMIT=50] -->
- <string name="blocked_numbers_disabled_emergency_header_label">
- Call blocking temporarily off
- </string>
-
- <!-- Description that call blocking is temporarily disabled because the user called an
- emergency number, and explains that call blocking will be re-enabled after a buffer
- period has passed. [CHAR LIMIT=NONE] -->
- <string name="blocked_numbers_disabled_emergency_desc">
- Call blocking has been disabled because you contacted emergency services from this phone
- within the last 48 hours. It will be automatically reenabled once the 48 hour period
- expires.
- </string>
-
- <!-- Label for fragment to import numbers from contacts marked as send to voicemail.
- [CHAR_LIMIT=30] -->
- <string name="import_send_to_voicemail_numbers_label">Import numbers</string>
-
- <!-- Text informing the user they have previously marked contacts to be sent to voicemail.
- This will be followed by two buttons, 1) to view who is marked to be sent to voicemail
- and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] -->
- <string name="blocked_call_settings_import_description">
- You previously marked some callers to be automatically sent to voicemail via other apps.
- </string>
-
- <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail.
- [CHAR_LIMIT=20] -->
- <string name="blocked_call_settings_view_numbers_button">View Numbers</string>
-
- <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block
- list. [CHAR_LIMIT=20] -->
- <string name="blocked_call_settings_import_button">Import</string>
-
- <!-- Error toast message for when send to voicemail import fails. [CHAR LIMIT=40] -->
- <string name="send_to_voicemail_import_failed">Import failed</string>
-
- <!-- Error toast message for when voicemail archive fails. [CHAR LIMIT=40] -->
- <string name="voicemail_archive_failed">Failed to archive voicemail.</string>
-
- <!-- String describing the delete icon on a blocked number list item.
- When tapped, it will show a dialog confirming the unblocking of the number.
- [CHAR LIMIT=NONE]-->
- <string name="description_blocked_number_list_delete">Unblock number</string>
-
- <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] -->
- <string name="addBlockedNumber">Add number</string>
-
- <!-- Footer message of number blocking screen with visual voicemail active.
- [CHAR LIMIT=NONE] -->
- <string name="block_number_footer_message_vvm">
- Calls from these numbers will be blocked and voicemails will be automatically deleted.
- </string>
-
- <!-- Footer message of number blocking screen with no visual voicemail.
- [CHAR LIMIT=NONE] -->
- <string name="block_number_footer_message_no_vvm">
- Calls from these numbers will be blocked, but they may still be able to leave you voicemails.
- </string>
-
- <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] -->
- <string name="block_list">Blocked numbers</string>
-
- <!-- Error message shown when user tries to add invalid number to the block list.
- [CHAR LIMIT=64] -->
- <string name="invalidNumber"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
- is invalid.</string>
-
- <!-- Error message shown when user tries to add a number to the block list that was already
- blocked. [CHAR LIMIT=64] -->
- <string name="alreadyBlocked"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>
- is already blocked.</string>
-
- <!-- Title of notification telling the user that call blocking has been temporarily disabled.
- [CHAR LIMIT=56] -->
- <string name="call_blocking_disabled_notification_title">
- Call blocking disabled for 48 hours
- </string>
-
- <!-- Text for notification which provides the reason that call blocking has been temporarily
- disabled. Namely, we disable call blocking after an emergency call in case of return
- phone calls made by emergency services. [CHAR LIMIT=64] -->
- <string name="call_blocking_disabled_notification_text">
- Disabled because an emergency call was made.
- </string>
-
- <!-- Label for the phone account settings [CHAR LIMIT=30] -->
- <string name="phone_account_settings_label">Calling accounts</string>
-
- <!-- DO NOT TRANSLATE. Internal key for ringtone preference. -->
- <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string>
- <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
- <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string>
- <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. -->
- <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string>
- <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. -->
- <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string>
-
- <!-- The label of the button used to turn on a single permission [CHAR LIMIT=30]-->
- <string name="permission_single_turn_on">Turn on</string>
-
- <!-- The label of the button used to turn on multiple permissions [CHAR LIMIT=30]-->
- <string name="permission_multiple_turn_on">Set permissions</string>
-
- <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]-->
- <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string>
-
- <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]-->
- <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string>
-
- <!-- Shown as a prompt to turn on the contacts permission to show all contacts [CHAR LIMIT=NONE]-->
- <string name="permission_no_contacts">To see your contacts, turn on the Contacts permission.</string>
-
- <!-- Shown as a prompt to turn on the phone permission to show voicemails [CHAR LIMIT=NONE]-->
- <string name="permission_no_voicemail">To access your voicemail, turn on the Phone permission.</string>
-
- <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]-->
- <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string>
-
- <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]-->
- <string name="permission_place_call">To place a call, turn on the Phone permission.</string>
-
- <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead. [CHAR LIMIT=NONE]-->
- <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
-
- <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] -->
- <string name="blocked_number_call_log_label">Blocked</string>
-
- <!-- Accessibility announcement to indicate which call is active -->
- <string name="accessibility_call_is_active"><xliff:g id="nameOrNumber">^1</xliff:g> is active</string>
-
- <!-- Button text for a button displayed underneath an entry in the call log, which marks the
- phone number represented by the call log entry as a Spam number.
- [CHAR LIMIT=30] -->
- <string name="call_log_action_block_report_number">Block/report spam</string>
-
- <!-- Button text for a button displayed underneath an entry in the call log, which marks the
- phone number represented by the call log entry as a Spam number.
- [CHAR LIMIT=30] -->
- <string name="call_log_action_block_number">Block</string>
-
- <!-- Button text for a button displayed underneath an entry in the call log, which removes the
- phone number represented by the call log entry from the Spam numbers list.
- [CHAR LIMIT=30] -->
- <string name="call_log_action_remove_spam">Not spam</string>
-
- <!-- Button text for a button displayed underneath an entry in the call log, which removes the
- phone number represented by the call log entry from the blacklisted numbers.
- [CHAR LIMIT=30] -->
- <string name="call_log_action_unblock_number">Unblock</string>
-
- <!-- Label under the name of a spam number in the call log. [CHAR LIMIT=15] -->
- <string name="spam_number_call_log_label">Spam</string>
-
- <!-- Title of alert dialog after clicking on Block/report as spam. [CHAR LIMIT=100] -->
- <string name="block_report_number_alert_title">Block <xliff:g id="number">%1$s</xliff:g>?</string>
-
- <!-- Text in alert dialog after clicking on Block/report as spam. [CHAR LIMIT=100] -->
- <string name="block_report_number_alert_details">Future calls and voicemails from this number will be blocked.</string>
-
- <!-- Label for checkbox in the Alert dialog to allow the user to report the number as spam as well. [CHAR LIMIT=30] -->
- <string name="checkbox_report_as_spam_action">Report call as spam</string>
-
- <!-- Text in alert dialog after clicking on Block. [CHAR LIMIT=100] -->
- <string name="block_number_alert_details">Future calls and voicemails from this number will be blocked. This call will be reported as spam.</string>
-
- <!-- Title of alert dialog after clicking on Unblock. [CHAR LIMIT=100] -->
- <string name="unblock_report_number_alert_title">Unblock <xliff:g id="number">%1$s</xliff:g>?</string>
-
- <!-- Text in alert dialog after clicking on Unblock. [CHAR LIMIT=100] -->
- <string name="unblock_number_alert_details">This number will be unblocked and reported as not spam. Future calls and voicemails won\'t be identified as spam.</string>
-
- <!-- Title of alert dialog after clicking on Report as not spam. [CHAR LIMIT=100] -->
- <string name="report_not_spam_alert_title">Whitelist <xliff:g id="number">%1$s</xliff:g>?</string>
-
- <!-- Report not spam number alert dialog button [CHAR LIMIT=32] -->
- <string name="report_not_spam_alert_button">Whitelist</string>
-
- <!-- Text in alert dialog after clicking on Report as not spam. [CHAR LIMIT=100] -->
- <string name="report_not_spam_alert_details">Future calls and voicemails from this number won\'t be identified as spam. This number will be reported as not spam.</string>
-</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
deleted file mode 100644
index 6a40d09be..000000000
--- a/res/values/styles.xml
+++ /dev/null
@@ -1,346 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2012 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License
- -->
-<resources>
- <style name="DialtactsTheme" parent="Theme.AppCompat.Light">
- <item name="android:textColorPrimary">@color/dialtacts_primary_text_color</item>
- <item name="android:textColorSecondary">@color/dialtacts_secondary_text_color</item>
-
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:windowActionBarOverlay">true</item>
- <item name="windowActionBarOverlay">true</item>
- <item name="android:windowActionModeOverlay">true</item>
- <item name="windowActionModeOverlay">true</item>
- <item name="android:actionBarStyle">@style/DialtactsActionBarStyle</item>
- <item name="actionBarStyle">@style/DialtactsActionBarStyle</item>
- <!-- Style for the overflow button in the actionbar. -->
- <item name="android:actionOverflowButtonStyle">@style/DialtactsActionBarOverflow</item>
- <item name="actionOverflowButtonStyle">@style/DialtactsActionBarOverflow</item>
-
- <!-- Drawable for the back button -->
- <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
- <item name="android:windowContentOverlay">@null</item>
- <item name="android:listViewStyle">@style/ListViewStyle</item>
- <item name="android:overlapAnchor">true</item>
- <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
- <item name="activated_background">@drawable/list_item_activated_background</item>
- <item name="section_header_background">@drawable/list_title_holo</item>
- <item name="list_section_header_height">32dip</item>
- <item name="list_item_padding_top">12dp</item>
- <item name="list_item_padding_right">24dp</item>
- <item name="list_item_padding_bottom">12dp</item>
- <item name="list_item_padding_left">16dp</item>
- <item name="list_item_gap_between_image_and_text">
- @dimen/contact_browser_list_item_gap_between_image_and_text
- </item>
- <item name="list_item_gap_between_label_and_data">8dip</item>
- <item name="list_item_presence_icon_margin">4dip</item>
- <item name="list_item_presence_icon_size">16dip</item>
- <item name="list_item_photo_size">@dimen/contact_browser_list_item_photo_size</item>
- <item name="list_item_profile_photo_size">70dip</item>
- <item name="list_item_prefix_highlight_color">@color/people_app_theme_color</item>
- <item name="list_item_background_color">@color/background_dialer_light</item>
- <item name="list_item_header_text_indent">8dip</item>
- <item name="list_item_header_text_color">@color/dialtacts_secondary_text_color</item>
- <item name="list_item_header_text_size">14sp</item>
- <item name="list_item_header_height">30dip</item>
- <item name="list_item_data_width_weight">5</item>
- <item name="list_item_label_width_weight">3</item>
- <item name="contact_browser_list_padding_left">0dp</item>
- <item name="contact_browser_list_padding_right">0dp</item>
- <item name="contact_browser_background">@color/background_dialer_results</item>
- <item name="list_item_name_text_color">@color/contact_list_name_text_color</item>
- <item name="list_item_name_text_size">16sp</item>
- <item name="list_item_text_indent">@dimen/contact_browser_list_item_text_indent</item>
- <item name="list_item_text_offset_top">-2dp</item>
- <!-- CallLog -->
- <item name="call_log_primary_text_color">@color/dialtacts_primary_text_color</item>
- <item name="call_log_primary_background_color">#000000</item>
- <item name="call_log_secondary_text_color">@color/dialtacts_secondary_text_color</item>
- <item name="call_log_secondary_background_color">#333333</item>
- <item name="call_log_header_color">#33b5e5</item>
- <!-- VoicemailStatus -->
- <item name="call_log_voicemail_status_height">48dip</item>
- <item name="call_log_voicemail_status_background_color">#262626</item>
- <item name="call_log_voicemail_status_text_color">#888888</item>
- <item name="call_log_voicemail_status_action_text_color">#33b5e5</item>
- <!-- Favorites -->
- <item name="favorites_padding_bottom">?android:attr/actionBarSize</item>
- <item name="android:colorPrimary">@color/dialer_theme_color</item>
- <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
- <item name="dialpad_key_button_touch_tint">@color/dialer_dialpad_touch_tint</item>
- <item name="android:colorControlActivated">@color/dialer_theme_color</item>
- <item name="android:colorButtonNormal">@color/dialer_theme_color</item>
- <item name="android:textAppearanceButton">@style/DialerButtonTextStyle</item>
-
- <!-- Video call icon -->
- <item name="list_item_video_call_icon_size">32dip</item>
- <item name="list_item_video_call_icon_margin">8dip</item>
- </style>
-
- <style name="DialerButtonTextStyle" parent="@android:style/TextAppearance.Material.Widget.Button">
- <item name="android:textColor">#fff</item>
- </style>
-
- <!-- Action bar overflow menu icon. -->
- <style name="DialtactsActionBarOverflow"
- parent="@android:style/Widget.Material.Light.ActionButton.Overflow">
- <item name="android:src">@drawable/ic_overflow_menu</item>
- </style>
-
- <!-- Action bar overflow menu icon. White with no shadow. -->
- <style name="DialtactsActionBarOverflowWhite"
- parent="@android:style/Widget.Material.Light.ActionButton.Overflow">
- <item name="android:src">@drawable/overflow_menu</item>
- </style>
-
- <style name="DialpadTheme" parent="DialtactsTheme">
- <item name="android:textColorPrimary">#FFFFFF</item>
- </style>
-
- <style name="DialtactsThemeWithoutActionBarOverlay" parent="DialtactsTheme">
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:windowActionBarOverlay">false</item>
- <item name="windowActionBarOverlay">false</item>
- <item name="android:actionOverflowButtonStyle">@style/DialtactsActionBarOverflowWhite</item>
- <item name="actionOverflowButtonStyle">@style/DialtactsActionBarOverflowWhite</item>
- </style>
-
- <!-- Hide the actionbar title during the activity preview -->
- <style name="DialtactsActivityTheme" parent="DialtactsTheme">
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:actionBarStyle">@style/DialtactsActionBarWithoutTitleStyle</item>
- <item name="actionBarStyle">@style/DialtactsActionBarWithoutTitleStyle</item>
-
- <item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb</item>
- <item name="android:fastScrollTrackDrawable">@null</item>
- </style>
-
- <style name="CallDetailActivityTheme" parent="DialtactsThemeWithoutActionBarOverlay">
- <item name="android:windowBackground">@color/background_dialer_results</item>
- <!-- CallLog -->
- <item name="call_log_primary_background_color">#FFFFFF</item>
- <item name="call_log_secondary_background_color">#FFFFFF</item>
- <item name="call_log_header_color">#FFFFFF</item>
- <!-- VoicemailStatus -->
- <item name="call_log_voicemail_status_height">48dip</item>
- <item name="call_log_voicemail_status_background_color">#262626</item>
- <item name="call_log_voicemail_status_text_color">#888888</item>
- <item name="call_log_voicemail_status_action_text_color">#33b5e5</item>
- <item name="android:actionOverflowButtonStyle">@style/DialtactsActionBarOverflowWhite</item>
- </style>
-
- <style name="CallDetailActionItemStyle">
- <item name="android:foreground">?android:attr/selectableItemBackground</item>
- <item name="android:clickable">true</item>
- <item name="android:drawablePadding">@dimen/call_detail_action_item_drawable_padding</item>
- <item name="android:gravity">center_vertical</item>
- <item name="android:paddingStart">@dimen/call_detail_action_item_padding_horizontal</item>
- <item name="android:paddingEnd">@dimen/call_detail_action_item_padding_horizontal</item>
- <item name="android:paddingTop">@dimen/call_detail_action_item_padding_vertical</item>
- <item name="android:paddingBottom">@dimen/call_detail_action_item_padding_vertical</item>
- <item name="android:textColor">@color/call_detail_footer_text_color</item>
- <item name="android:textSize">@dimen/call_detail_action_item_text_size</item>
- </style>
-
- <style name="DialtactsActionBarStyle"
- parent="@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:background">@color/actionbar_background_color</item>
- <item name="background">@color/actionbar_background_color</item>
- <item name="android:titleTextStyle">@style/DialtactsActionBarTitleText</item>
- <item name="titleTextStyle">@style/DialtactsActionBarTitleText</item>
- <item name="android:height">@dimen/action_bar_height</item>
- <item name="height">@dimen/action_bar_height</item>
- <item name="android:elevation">@dimen/action_bar_elevation</item>
- <item name="elevation">@dimen/action_bar_elevation</item>
- <!-- Empty icon -->
- <item name="android:icon">@android:color/transparent</item>
- <item name="icon">@android:color/transparent</item>
- <!-- Shift the title text to the right -->
- <item name="android:contentInsetStart">@dimen/actionbar_contentInsetStart</item>
- <item name="contentInsetStart">@dimen/actionbar_contentInsetStart</item>
- </style>
-
- <style name="DialtactsActionBarWithoutTitleStyle" parent="DialtactsActionBarStyle">
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:displayOptions"></item>
- <item name="displayOptions"></item>
- <item name="android:height">@dimen/action_bar_height_large</item>
- <item name="height">@dimen/action_bar_height_large</item>
- <!-- Override ActionBar title offset to keep search box aligned left -->
- <item name="android:contentInsetStart">0dp</item>
- <item name="contentInsetStart">0dp</item>
- <item name="android:contentInsetEnd">0dp</item>
- <item name="contentInsetEnd">0dp</item>
- </style>
-
- <!-- Text in the action bar at the top of the screen -->
- <style name="DialtactsActionBarTitleText"
- parent="@android:style/TextAppearance.Material.Widget.ActionBar.Title">
- <item name="android:textColor">@color/actionbar_text_color</item>
- </style>
-
- <!-- Text style for tabs. -->
- <style name="DialtactsActionBarTabTextStyle"
- parent="android:style/Widget.Material.Light.ActionBar.TabText">
- <item name="android:textColor">@color/tab_text_color</item>
- <item name="android:textSize">@dimen/tab_text_size</item>
- <item name="android:fontFamily">"sans-serif-medium"</item>
- </style>
-
- <style name="ListViewStyle" parent="@android:style/Widget.Material.Light.ListView">
- <item name="android:overScrollMode">always</item>
- </style>
-
- <style name="CallLogActionStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">@dimen/call_log_action_height</item>
- <item name="android:background">?android:attr/selectableItemBackground</item>
- <item name="android:orientation">horizontal</item>
- <item name="android:gravity">center_vertical</item>
- </style>
-
- <style name="CallLogActionTextStyle">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:paddingStart">@dimen/call_log_action_horizontal_padding</item>
- <item name="android:paddingEnd">@dimen/call_log_action_horizontal_padding</item>
- <item name="android:textColor">@color/call_log_action_color</item>
- <item name="android:textSize">@dimen/call_log_primary_text_size</item>
- <item name="android:fontFamily">"sans-serif"</item>
- <item name="android:focusable">true</item>
- <item name="android:singleLine">true</item>
- <item name="android:importantForAccessibility">no</item>
- </style>
-
- <style name="CallLogActionSupportTextStyle" parent="@style/CallLogActionTextStyle">
- <item name="android:textSize">@dimen/call_log_detail_text_size</item>
- <item name="android:textColor">@color/call_log_detail_color</item>
- </style>
-
- <style name="CallLogActionIconStyle">
- <item name="android:layout_width">@dimen/call_log_action_icon_dimen</item>
- <item name="android:layout_height">@dimen/call_log_action_icon_dimen</item>
- <item name="android:layout_marginStart">@dimen/call_log_action_icon_margin_start</item>
- <item name="android:tint">?attr/call_log_secondary_text_color</item>
- <item name="android:importantForAccessibility">no</item>
- </style>
-
- <style name="DismissButtonStyle">
- <item name="android:paddingLeft">@dimen/dismiss_button_padding_start</item>
- <item name="android:paddingRight">@dimen/dismiss_button_padding_end</item>
- </style>
-
- <!-- Style applied to the "Settings" screen. Keep in sync with SettingsLight in Telephony. -->
- <style name="SettingsStyle" parent="DialtactsThemeWithoutActionBarOverlay">
- <!-- Setting text. -->
- <item name="android:textColorPrimary">@color/settings_text_color_primary</item>
- <!-- Setting description. -->
- <item name="android:textColorSecondary">@color/settings_text_color_secondary</item>
- <item name="android:windowBackground">@color/setting_background_color</item>
- <item name="android:colorAccent">@color/dialtacts_theme_color</item>
- <item name="android:textColorLink">@color/dialtacts_theme_color</item>
- </style>
-
- <style name="ManageBlockedNumbersStyle" parent="SettingsStyle">
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:windowActionBarOverlay">true</item>
- <item name="windowActionBarOverlay">true</item>
- <item name="android:actionBarStyle">@style/ManageBlockedNumbersActionBarStyle</item>
- <item name="actionBarStyle">@style/ManageBlockedNumbersActionBarStyle</item>
- <item name="android:fastScrollTrackDrawable">@null</item>
- </style>
-
- <style name="ManageBlockedNumbersActionBarStyle" parent="DialtactsActionBarWithoutTitleStyle">
- <!-- Styles that require AppCompat compatibility, remember to update both sets -->
- <item name="android:height">@dimen/action_bar_height</item>
- <item name="height">@dimen/action_bar_height</item>
- </style>
-
- <!-- Inherit from Theme.Material.Light.Dialog instead of Theme.Material.Light.Dialog.Alert
- since the Alert dialog is private. They are identical anyway. -->
- <style name="AlertDialogTheme" parent="@android:style/Theme.Material.Light.Dialog">
- <item name="android:colorAccent">@color/dialtacts_theme_color</item>
- </style>
-
- <style name="CallLogCardStyle" parent="CardView">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">wrap_content</item>
- <item name="android:layout_margin">4dp</item>
- <item name="android:baselineAligned">false</item>
- <item name="cardCornerRadius">2dp</item>
- <item name="cardBackgroundColor">@color/background_dialer_call_log_list_item</item>
- </style>
-
- <style name="TextActionStyle">
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">@dimen/call_log_action_height</item>
- <item name="android:gravity">end|center_vertical</item>
- <item name="android:paddingStart">@dimen/call_log_action_horizontal_padding</item>
- <item name="android:paddingEnd">@dimen/call_log_action_horizontal_padding</item>
- <item name="android:textColor">@color/dialtacts_theme_color</item>
- <item name="android:fontFamily">"sans-serif-medium"</item>
- <item name="android:focusable">true</item>
- <item name="android:singleLine">true</item>
- <item name="android:textAllCaps">true</item>
- </style>
-
- <style name="PromoCardActionStyle" parent="TextActionStyle">
- <item name="android:textColor">@color/promo_card_text</item>
- <item name="android:textSize">@dimen/call_log_primary_text_size</item>
- </style>
-
- <style name="VoicemailPlaybackLayoutTextStyle">
- <item name="android:textSize">14sp</item>
- </style>
-
- <style name="VoicemailPlaybackLayoutButtonStyle">
- <item name="android:layout_width">56dp</item>
- <item name="android:layout_height">56dp</item>
- <item name="android:background">@drawable/oval_ripple</item>
- <item name="android:padding">8dp</item>
- </style>
-
- <style name="DialerFlatButtonStyle" parent="@android:style/Widget.Material.Button">
- <item name="android:background">?android:attr/selectableItemBackground</item>
- <item name="android:paddingEnd">@dimen/button_horizontal_padding</item>
- <item name="android:paddingStart">@dimen/button_horizontal_padding</item>
- <item name="android:textColor">@color/dialer_flat_button_text_color</item>
- </style>
-
- <!-- Style for the 'primary' button in a view. Unlike the DialerFlatButtonStyle, this button -->
- <!-- is not colored white, to draw more attention to it. -->
- <style name="DialerPrimaryFlatButtonStyle" parent="@android:style/Widget.Material.Button">
- <item name="android:background">@drawable/selectable_primary_flat_button</item>
- <item name="android:paddingEnd">@dimen/button_horizontal_padding</item>
- <item name="android:paddingStart">@dimen/button_horizontal_padding</item>
- <item name="android:textColor">@android:color/white</item>
- </style>
-
- <style name="BlockedNumbersDescriptionTextStyle">
- <item name="android:lineSpacingMultiplier">1.43</item>
- <item name="android:paddingTop">8dp</item>
- <item name="android:paddingBottom">8dp</item>
- <item name="android:textSize">@dimen/blocked_number_settings_description_text_size</item>
- </style>
-
- <style name="FullWidthDivider">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">1dp</item>
- <item name="android:background">?android:attr/listDivider</item>
- </style>
-</resources>