OSDN Git Service

Checkpoint new strings for translation.
authorJeff Hamilton <jham@android.com>
Tue, 6 Oct 2009 03:39:45 +0000 (22:39 -0500)
committerJeff Hamilton <jham@android.com>
Wed, 7 Oct 2009 02:56:08 +0000 (21:56 -0500)
Change-Id: Iba348222094cc40bd9657fea35396e26b3b7c779

res/values/strings.xml

index dbe8d09..d8edf8e 100644 (file)
     <!-- Formatting string for account name -->
     <string name="account_name_format">From <xliff:g id="source" example="Gmail">%1$s</xliff:g> account: <xliff:g id="account" example="user@gmail.com">%2$s</xliff:g></string>
 
+    <!-- String describing which account type a contact came from when editing it -->
+    <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
+
+    <!-- String describing which account a contact came from when editing it -->
+    <string name="from_account_format">from <xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>
+
+    <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
+    <string name="use_photo_as_primary">Use this photo</string>
+
+    <!-- Text used to explain that a contact cannot be edited since the data is read only -->
+    <string name="contact_read_only"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact information is not editable on this device.</string>
+
 </resources>