summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/ids.xml1
-rw-r--r--res/values/strings.xml8
2 files changed, 8 insertions, 1 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index d8f4aa877..cb2025aa9 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -16,6 +16,7 @@
<resources>
<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="settings_header_sounds_and_vibration" />
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5e2476db0..9dcf72bab 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -51,6 +51,12 @@
[CHAR LIMIT=30] -->
<string name="call_detail_menu_report">Report inaccurate number</string>
+ <!-- Option displayed in context menu to copy long pressed phone number to clipboard [CHAR LIMIT=64] -->
+ <string name="copy_number_text">Copy number to clipboard</string>
+
+ <!-- Option displayed in context menu to copy long pressed voicemail transcription to clipboard [CHAR LIMIT=64] -->
+ <string name="copy_transcript_text">Copy transcription to clipboard</string>
+
<!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
<string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
@@ -458,7 +464,7 @@
<!-- Hint displayed in dialer search box when there is no query that is currently typed.
[CHAR LIMIT=30] -->
- <string name="dialer_hint_find_contact">Enter a name or phone number</string>
+ <string name="dialer_hint_find_contact">Search contacts</string>
<!-- String resource for the font-family to use for the call log activity's title
Do not translate. -->