summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Mehlmauer <FireFart@gmail.com>2010-07-02 21:31:23 +0200
committerAbaakouk Mehdi <theli48@gmail.com>2011-01-04 16:42:32 +0100
commit5330a99015576bd405163685b21127bb88ffd85b (patch)
tree6a7d0c16115398ef7875588f990de90a40b5e1be /res/values/strings.xml
parent62238def9307e36e7523b19ecf2fa78b123101c7 (diff)
downloadpackages_apps_Contacts-5330a99015576bd405163685b21127bb88ffd85b.tar.gz
packages_apps_Contacts-5330a99015576bd405163685b21127bb88ffd85b.tar.bz2
packages_apps_Contacts-5330a99015576bd405163685b21127bb88ffd85b.zip
ContactsBadge: When there is no data to display, show it to the user
instead of showing an empty badge To test: Create an empty Contact (only with a name), and click the Android symbol on the Contact. old Version: Empty Badge new Version: TextView showing "No data" Change-Id: I28e65b6de689af69d0b6a327c5bea9ab711d0691
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml29
1 files changed, 16 insertions, 13 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 237aa0a9e..498ecc24c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -474,7 +474,7 @@
</string>
<!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
-
+
<!-- Live folder label for all contacts -->
<string name="liveFolder_all_label">All contacts</string>
@@ -873,6 +873,9 @@
<!-- Shown as the header name for a person when the name is missing or unknown. -->
<string name="quickcontact_missing_name">Unknown</string>
+ <!-- Text that is shown in the Badge, when there is no data to display -->
+ <string name="quickcontact_no_data">No data</string>
+
<!-- The menu item to open the list of accounts -->
<string name="menu_accounts">Accounts</string>
@@ -1118,28 +1121,28 @@
<!-- Text describing that a contact has no information available other than name and photo -->
<string name="no_contact_details">No additional information for this contact</string>
-
+
<!-- Label of the "sort list by" display option -->
<string name="display_options_sort_list_by">Sort list by</string>
-
+
<!-- An allowable value for the "sort list by" contact display option -->
<string name="display_options_sort_by_given_name">Given name</string>
-
+
<!-- An allowable value for the "sort list by" contact display option -->
<string name="display_options_sort_by_family_name">Family name</string>
-
+
<!-- Label of the "view names as" display option -->
<string name="display_options_view_names_as">View contact names as</string>
-
+
<!-- An allowable value for the "view names as" contact display option -->
<string name="display_options_view_given_name_first">Given name first</string>
-
+
<!-- An allowable value for the "view names as" contact display option -->
<string name="display_options_view_family_name_first">Family name first</string>
-
+
<!-- Gray hint displayed in the search field in Contacts when empty -->
<string name="search_bar_hint">Search contacts</string>
-
+
<!-- Button displayed underneath the list of filtered visible contacts -->
<string name="search_for_all_contacts">Search for all contacts</string>
@@ -1157,12 +1160,12 @@
<!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage -->
<string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
- \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%d</xliff:g>Mb of
- internal phone storage.\n\nChoose one of the following options:</string>
-
+ \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%d</xliff:g>
+ Mb of internal phone storage.\n\nChoose one of the following options:</string>
+
<!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage -->
<string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
-
+
<!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage -->
<string name="upgrade_out_of_memory_retry">Retry upgrade</string>