OSDN Git Service

resolved conflicts for merge of 98f3aff3 to master
authorRoy West <rwest@android.com>
Tue, 19 Oct 2010 02:57:59 +0000 (19:57 -0700)
committerRoy West <rwest@android.com>
Tue, 19 Oct 2010 02:57:59 +0000 (19:57 -0700)
Change-Id: Icfc107998728e8571cf1e887027ab0067f3d40f8

1  2 
res/values/strings.xml

index 4be16b2,3018f7c..d5198e1
mode 100644,100755..100644
      <!-- SD card & phone storage settings screen heading.  The total amount of storage space for some storage partition.  For example, this is listed under both the "Internal phone storage" section and the "SD card" section -->
      <string name="memory_size">Total space</string>
      <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   [CHAR LIMIT=25] -->
 +    <string name="sd_eject" product="nosdcard">Unmount shared storage</string>
 +    <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   -->
      <string name="sd_eject" product="default">Unmount SD card</string>
      <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   [CHAR LIMIT=30] -->
-     <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage so you can erase it</string>
+     <string name="sd_eject_summary" product="nosdcard">Unmount the internal USB storage</string>
      <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   -->
      <string name="sd_eject_summary" product="default">Unmount the SD card so you can safely remove it</string>
 +    <!-- SD card & phone storage settings item title for toggling PTP mode on and off.  When PTP mode is on the device will appear on the USB bus as a PTP camera device instead of an MTP music player.   -->
 +    <string name="ptp_mode">Enable PTP mode</string>
 +    <!-- SD card & phone storage settings item summary for toggling PTP mode on and off.  When PTP mode is on the device will appear on the USB bus as a PTP camera device instead of an MTP music player.   -->
 +    <string name="ptp_mode_summary">Appear on USB as a PTP camera device instead of an MTP device</string>
  
      <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted.  This version of the string can probably never come up on current hardware. [CHAR LIMIT=25] -->
      <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string>