Added possibility on calls screen to copy URI of call to clipboard
This commit is contained in:
@ -281,9 +281,10 @@
|
||||
<string name="direction">Direction</string>
|
||||
<string name="time">Time</string>
|
||||
<string name="calls_duration">Duration</string>
|
||||
<string name="calls_add_delete_question">Do you want to add \'%1$s\' to contacts or delete
|
||||
%2$s from call history\?</string>
|
||||
<string name="calls_delete_question">Do you want to delete \'%1$s\' %2$s from call history\?</string>
|
||||
<string name="calls_add_delete_question">Do you want to add \'%1$s\' to contacts, copy its URI,
|
||||
or delete this %2$s from call history\?</string>
|
||||
<string name="calls_delete_question">Do you want to copy URI of \'%1$s\' or delete this %2$s
|
||||
from call history\?</string>
|
||||
<string name="disable_history">Disable</string>
|
||||
<string name="enable_history">Enable</string>
|
||||
<string name="delete_history_alert">Do you want to delete call history of account \'%1$s\'\?</string>
|
||||
@ -504,6 +505,8 @@
|
||||
<string name="add">Add</string>
|
||||
<string name="delete">Delete</string>
|
||||
<string name="edit">Edit</string>
|
||||
<string name="copy_uri">Copy URI</string>
|
||||
<string name="copied_to_clipboard">Copied to clipboard</string>
|
||||
<string name="status">Status</string>
|
||||
<string name="error">Error</string>
|
||||
<string name="confirmation">Confirmation</string>
|
||||
|
||||
Reference in New Issue
Block a user