OSDN Git Service

resolved conflicts for merge of cf18672a to master
authorEric Fischer <enf@google.com>
Thu, 30 Sep 2010 17:54:13 +0000 (10:54 -0700)
committerEric Fischer <enf@google.com>
Thu, 30 Sep 2010 17:56:10 +0000 (10:56 -0700)
Change-Id: I87a7ef635166f4f90205a4117cbdec8447471af1

1  2 
res/values/strings.xml

      <string name="sdcard_settings_screen_mass_storage_text">Enable USB mass storage</string>
      <!-- The label for total bytes on SD card -->
      <string name="sdcard_settings_total_bytes_label">Total bytes:</string>
+     <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
+     <string name="sdcard_settings_not_present_status" product="nosdcard">Shared storage not mounted</string>
      <!-- Message when there is no SD card present -->
-     <string name="sdcard_settings_not_present_status">No SD card</string>
+     <string name="sdcard_settings_not_present_status" product="default">No SD card</string>
      <!-- Th label for the available (free) sapce on the SD card -->
      <string name="sdcard_settings_available_bytes_label">Available bytes:</string>
+     <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
+     <string name="sdcard_settings_mass_storage_status" product="nosdcard">Shared storage is being used as a mass storage device</string>
      <!-- Message when the SD card is being used by the computer as mass storage -->
-     <string name="sdcard_settings_mass_storage_status">SD card is being used as a mass storage device</string>
+     <string name="sdcard_settings_mass_storage_status" product="default">SD card is being used as a mass storage device</string>
+     <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
+     <string name="sdcard_settings_unmounted_status" product="nosdcard">It is now safe to remove the shared storage</string>
      <!-- Message when it is safe to remove the SD card -->
-     <string name="sdcard_settings_unmounted_status">It is now safe to remove the SD card</string>
+     <string name="sdcard_settings_unmounted_status" product="default">It is now safe to remove the SD card</string>
+     <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
+     <string name="sdcard_settings_bad_removal_status" product="nosdcard">Shared storage was removed while still in use!</string>
      <!-- Error message when the SD card was removed without properly unmounting -->
-     <string name="sdcard_settings_bad_removal_status">SD card was removed while still in use!</string>
+     <string name="sdcard_settings_bad_removal_status" product="default">SD card was removed while still in use!</string>
      <!-- Label for used bytes on the SD card -->
      <string name="sdcard_settings_used_bytes_label">Used bytes:</string>
+     <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30]  -->
+     <string name="sdcard_settings_scanning_status" product="nosdcard">Scanning shared storage for media\u2026</string>
      <!-- Message when it is scanning the SD card for new files -->
-     <string name="sdcard_settings_scanning_status">Scanning SD card for media\u2026</string>
+     <string name="sdcard_settings_scanning_status" product="default">Scanning SD card for media\u2026</string>
+     <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
+     <string name="sdcard_settings_read_only_status" product="nosdcard">Shared storage mounted read-only</string>
      <!-- Message when the SD card is mounted as read only -->
-     <string name="sdcard_settings_read_only_status">SD card mounted read-only</string>
+     <string name="sdcard_settings_read_only_status" product="default">SD card mounted read-only</string>
 -
 +    <!-- SetupWizard strings used by DateTimeSettingsSetupWizard.  The button label for going to the next screen without storing the setting. [CHAR LIMIT=5] -->
 +    <string name="skip_label" >Skip</string>
      <!-- SetupWizard strings used by DateTimeSettingsSetupWizard.  The button label for going to the next screen. -->
      <string name="next_label">Next</string>
  
      <string name="device_status">Status</string>
      <!-- About phone screen, summary of the item to go into the phone status screen -->
      <string name="device_status_summary">Phone number, signal, etc.</string>
+     <!-- Main settings screen item's title to go into the SD card and storage settings screen [CHAR LIMIT=25] -->
+     <string name="storage_settings" product="nosdcard">Shared &amp; secure storage storage</string>
      <!-- Main settings screen item's title to go into the SD card and storage settings screen-->
 -    <string name="storage_settings" product="default">SD card &amp; phone storage</string>
 -    <!-- SD card and storage settings screen title [CHAR LIMIT=25] -->
 -    <string name="storage_settings_title" product="nosdcard">Shared &amp; secure storage settings</string>
 +    <string name="storage_settings">Storage</string>
      <!-- SD card and storage settings screen title -->
 -    <string name="storage_settings_title" product="default">SD card &amp; phone storage settings</string>
 +    <string name="storage_settings_title">Storage settings</string>
      <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
-     <string name="storage_settings_summary">Unmount SD card, view available storage</string>
+     <string name="storage_settings_summary" product="nosdcard">Unmount shared storage, view available storage</string>
+     <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
+     <string name="storage_settings_summary" product="default">Unmount SD card, view available storage</string>
      <!-- Do not translate. About phone, status item title -->
      <string name="status_imei">IMEI</string>
      <!-- Do not translate. About phone, status item title -->
      <string name="memory_available">Available space</string>
      <!-- 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">Unmount SD card</string>
+     <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 shared storage so you can format it</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">Unmount the SD card for safe removal</string>
+     <string name="sd_eject_summary" product="default">Unmount the SD card for safe removal</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 shared storage for mounting</string>
      <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
-     <string name="sd_insert_summary">Insert an SD card for mounting</string>
+     <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string>
+     <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=25] -->
+     <string name="sd_mount" product="nosdcard">Mount shared storage</string>
      <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
-     <string name="sd_mount">Mount SD card</string>
+     <string name="sd_mount" product="default">Mount SD card</string>
+     <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=30] -->
+     <string name="sd_mount_summary" product="nosdcard">Mount the shared storage</string>
      <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
-     <string name="sd_mount_summary">Mount the SD card</string>
+     <string name="sd_mount_summary" product="default">Mount the SD card</string>
+     <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card.   [CHAR LIMIT=25] -->
+     <string name="sd_format" product="nosdcard">Format shared storage</string>
      <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card.   -->
-     <string name="sd_format">Format SD card</string>
+     <string name="sd_format" product="default">Format SD card</string>
+     <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   [CHAR LIMIT=30] -->
+     <string name="sd_format_summary" product="nosdcard">Format (erase) the shared storage</string>
      <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   -->
-     <string name="sd_format_summary">Format (erase) the SD card</string>
+     <string name="sd_format_summary" product="default">Format (erase) the SD card</string>
      <!-- SD card status when it is not available status -->
      <string name="sd_unavailable">Unavailable</string>
      <!-- SD card status when it is mounted as read only  -->