summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Koldobskiy <admin@nevergone.ru>2015-01-04 02:11:59 +0300
committerVladislav Koldobskiy <admin@nevergone.ru>2015-01-04 02:11:59 +0300
commitb79e94e1f7299bfb12188ad1c1c18d466fd36b55 (patch)
tree0876a778b7594ef65e13fd55a3050dbfb54dfe3a
parente4b0191ea58c4fc1eb846852d93e6d6475f2aa20 (diff)
downloadandroid_packages_apps_Dialer-b79e94e1f7299bfb12188ad1c1c18d466fd36b55.tar.gz
android_packages_apps_Dialer-b79e94e1f7299bfb12188ad1c1c18d466fd36b55.tar.bz2
android_packages_apps_Dialer-b79e94e1f7299bfb12188ad1c1c18d466fd36b55.zip
Dialer: move CAF strings to cm_strings
Change-Id: Ia31317f363af064af985de471c3c0bd421895fa8
-rw-r--r--res/values/cm_strings.xml10
-rw-r--r--res/values/strings.xml12
2 files changed, 10 insertions, 12 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index babb41f3d..ba9a5cc34 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -100,4 +100,14 @@
<string name="detailed_incall_info_title">Detailed caller information</string>
<string name="detailed_incall_info_summary">Display additional information about the caller in the incoming call screen</string>
+
+ <string name="video_call">Video call</string>
+ <string name="call_duration_active">Active duration:</string>
+ <string name="call_duration_call_out">Call duration:</string>
+ <string name="device_id">Device Identifier</string>
+ <string name="call_log_show_all_slots">All SIMs</string>
+ <string name="call_log_all_calls_header">All calls</string>
+ <string name="calllog_search_hint">"Search call log"</string>
+ <string name="add_to_white_list">Add to white list</string>
+ <string name="add_to_black_list">Add to black list</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5424812d3..beb7fe209 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -354,7 +354,6 @@
<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="video_call">Video call</string>
<string name="add_contact">Add to contacts</string>
<string name="add_2sec_pause">Add 2-sec pause</string>
<string name="add_wait">Add wait</string>
@@ -515,9 +514,6 @@
<!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
<string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
- <string name="call_duration_active">Active duration:</string>
- <string name="call_duration_call_out">Call duration:</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">Call not sent</string>
@@ -814,12 +810,4 @@
<!-- Label for the call settings section description [CHAR LIMIT=80]-->
<string name="call_settings_description">Voicemail, call waiting, and others</string>
- <string name="device_id">Device Identifier</string>
-
- <string name="call_log_show_all_slots">All SIMs</string>
- <string name="call_log_all_calls_header">All calls</string>
- <string name="calllog_search_hint">"Search call log"</string>
-
- <string name="add_to_white_list">Add to white list</string>
- <string name="add_to_black_list">Add to black list</string>
</resources>