From 9d4f3b20793a007b4489547aa40fc1049d0d8fef Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Wed, 5 Sep 2012 16:00:16 -0700 Subject: Moving resources from Contacts to Dialer. - Also moving some shared utilities. Bug: 6993891 Change-Id: I5fa18d26e4f5423f4d3f3450b8f3e3dacbfb947a --- res/values/attrs.xml | 34 +++++++ res/values/dimens.xml | 53 +++++++++++ res/values/donottranslate_config.xml | 37 ++++++++ res/values/strings.xml | 170 ++++++++++++++++++++++++++++++++++- res/values/styles.xml | 113 +++++++++++++++++++++++ 5 files changed, 405 insertions(+), 2 deletions(-) create mode 100644 res/values/attrs.xml create mode 100644 res/values/dimens.xml create mode 100644 res/values/donottranslate_config.xml create mode 100644 res/values/styles.xml (limited to 'res/values') diff --git a/res/values/attrs.xml b/res/values/attrs.xml new file mode 100644 index 000000000..f734aae89 --- /dev/null +++ b/res/values/attrs.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/values/dimens.xml b/res/values/dimens.xml new file mode 100644 index 000000000..2c8d59662 --- /dev/null +++ b/res/values/dimens.xml @@ -0,0 +1,53 @@ + + + + + + 0dip + 2dip + 35sp + + + 0px + 0px + 3dp + 2dp + + 74dp + + + 32dip + 48dip + 4dip + 8dip + 16dip + 24dip + 56dip + 64dip + 24dip + 2dip + + + 20 + 65 + 15 + + + 56dip + diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml new file mode 100644 index 000000000..468e41586 --- /dev/null +++ b/res/values/donottranslate_config.xml @@ -0,0 +1,37 @@ + + + + + + + true + + + true + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 2daa236ed..0b3870847 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -16,12 +16,178 @@ --> - + Dialer + used in the Launcher icon. --> Phone + + Phone + + + Call log + + + Send text message + + + Call + %s + + + + Edit number before call + + + Add to contacts + + + Remove from call log + + + Clear call log + + + Delete voicemail + + + Share voicemail + + + Call log is empty. + + + Clear call log? + + + All your call records will be deleted. + + + Clearing call log\u2026 + + + Clear frequently contacted? + + + You\'ll clear the frequently contacted list in the + People and Phone apps, and force email apps to learn your addressing preferences from + scratch. + + + + Clearing frequently contacted\u2026 + + + + Voicemail + + %1$d + Voicemails + + + + + Play + + + %1$s, + %2$s + + + + New voicemail from + %1$s + + + + Couldn\'t play voicemail. + + + Buffering\u2026 + + + Fetching voicemail\u2026 + + + Couldn\'t fetch voicemail. + + + New + + + Older + + + Calls with voicemail + + + Incoming calls + + + Outgoing calls + + + Missed calls + + + Can\'t connect to voicemail server. + + + Can\'t connect to voicemail server. New + voicemails are waiting. + + + Set up your voicemail. + + Audio not available. + + + Set up + + Call voicemail + + + Slowest speed + + Slow speed + + Normal speed + + Fast speed + + Fastest speed + + + (%1$d) + %2$s + + diff --git a/res/values/styles.xml b/res/values/styles.xml new file mode 100644 index 000000000..93a8176d9 --- /dev/null +++ b/res/values/styles.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.3