diff options
author | Eric Fischer <enf@google.com> | 2010-10-19 18:13:05 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2010-10-19 18:13:05 -0700 |
commit | e440efc389ddddbff5ee66b37b141daa26f59c7a (patch) | |
tree | 3b52fea600d2216b630b6f4c461b86c1616b8624 /res/values | |
parent | c1dd72054122befb49aa1ca11ffa589b00186f80 (diff) | |
download | LegacyCamera-e440efc389ddddbff5ee66b37b141daa26f59c7a.zip LegacyCamera-e440efc389ddddbff5ee66b37b141daa26f59c7a.tar.gz LegacyCamera-e440efc389ddddbff5ee66b37b141daa26f59c7a.tar.bz2 |
Replace shared storage with USB storage.
Change-Id: I76e53ee5cc22cf4e80f6d4b4563789ffca887ea8
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d806d51..38dc7e1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -38,23 +38,23 @@ <!-- alert to the user to wait for some operation to complete --> <string name="wait">Please wait\u2026</string> - <!-- alert to the user that an shared storage must be available before using the camera [CHAR LIMIT=NONE] --> - <string name="no_storage" product="nosdcard">Please mount shared storage before using the camera.</string> + <!-- alert to the user that USB storage must be available before using the camera [CHAR LIMIT=NONE] --> + <string name="no_storage" product="nosdcard">Please mount USB storage before using the camera.</string> <!-- alert to the user that an SD card must be installed before using the camera --> <string name="no_storage" product="default">Please insert an SD card before using the camera.</string> - <!-- alert to the user that the shared storage is too full to complete the operation [CHAR LIMIT=NONE] --> - <string name="not_enough_space" product="nosdcard">Your shared storage is full.</string> + <!-- alert to the user that the USB storage is too full to complete the operation [CHAR LIMIT=NONE] --> + <string name="not_enough_space" product="nosdcard">Your USB storage is full.</string> <!-- alert to the user that the SD card is too full to complete the operation --> <string name="not_enough_space" product="default">Your SD card is full.</string> - <!-- alert to the user that the shared storage is being disk-checked [CHAR LIMIT=30] --> - <string name="preparing_sd" product="nosdcard">Preparing shared storage\u2026</string> + <!-- alert to the user that the USB storage is being disk-checked [CHAR LIMIT=30] --> + <string name="preparing_sd" product="nosdcard">Preparing USB storage\u2026</string> <!-- alert to the user that the SD card is being disk-checked --> <string name="preparing_sd" product="default">Preparing SD card\u2026</string> - <!-- alert to the user that the camera fails to read or write the shared storage. [CHAR LIMIT=NONE] --> - <string name="access_sd_fail" product="nosdcard">Failed to access shared storage.</string> + <!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] --> + <string name="access_sd_fail" product="nosdcard">Failed to access USB storage.</string> <!-- alert to the user that the camera fails to read or write the SD card. --> <string name="access_sd_fail" product="default">Fail to access SD card.</string> @@ -312,7 +312,7 @@ is to be sent to another application. --> <!-- Low-memory dialog message [CHAR LIMT=NONE] --> - <string name="spaceIsLow_content" product="nosdcard">Your shared storage is running out of space. Change the quality setting or delete some images or other files.</string> + <string name="spaceIsLow_content" product="nosdcard">Your USB storage is running out of space. Change the quality setting or delete some images or other files.</string> <!-- Low-memory dialog message [CHAR LIMIT=NONE] --> <string name="spaceIsLow_content" product="default">Your SD card is running out of space. Change the quality setting or delete some images or other files.</string> |