diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png | bin | 146 -> 0 bytes | |||
-rw-r--r-- | res/drawable-hdpi/optionheader_background.9.png | bin | 1180 -> 0 bytes | |||
-rw-r--r-- | res/drawable-hdpi/optionitem_highlight.9.png | bin | 1180 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_viewfinder_iconbar_highlight.9.png | bin | 146 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/optionheader_background.9.png | bin | 1180 -> 0 bytes | |||
-rw-r--r-- | res/drawable-mdpi/optionitem_highlight.9.png | bin | 1180 -> 0 bytes | |||
-rw-r--r-- | res/values/strings.xml | 9 |
7 files changed, 6 insertions, 3 deletions
diff --git a/res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png b/res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png Binary files differdeleted file mode 100644 index 1b08fdf..0000000 --- a/res/drawable-hdpi/ic_viewfinder_iconbar_highlight.9.png +++ /dev/null diff --git a/res/drawable-hdpi/optionheader_background.9.png b/res/drawable-hdpi/optionheader_background.9.png Binary files differdeleted file mode 100644 index 22991e7..0000000 --- a/res/drawable-hdpi/optionheader_background.9.png +++ /dev/null diff --git a/res/drawable-hdpi/optionitem_highlight.9.png b/res/drawable-hdpi/optionitem_highlight.9.png Binary files differdeleted file mode 100644 index 3a17a86..0000000 --- a/res/drawable-hdpi/optionitem_highlight.9.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_viewfinder_iconbar_highlight.9.png b/res/drawable-mdpi/ic_viewfinder_iconbar_highlight.9.png Binary files differdeleted file mode 100644 index 1b08fdf..0000000 --- a/res/drawable-mdpi/ic_viewfinder_iconbar_highlight.9.png +++ /dev/null diff --git a/res/drawable-mdpi/optionheader_background.9.png b/res/drawable-mdpi/optionheader_background.9.png Binary files differdeleted file mode 100644 index 22991e7..0000000 --- a/res/drawable-mdpi/optionheader_background.9.png +++ /dev/null diff --git a/res/drawable-mdpi/optionitem_highlight.9.png b/res/drawable-mdpi/optionitem_highlight.9.png Binary files differdeleted file mode 100644 index 3a17a86..0000000 --- a/res/drawable-mdpi/optionitem_highlight.9.png +++ /dev/null diff --git a/res/values/strings.xml b/res/values/strings.xml index 337aa8f..1bfe813 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -38,15 +38,18 @@ <!-- alert to the user to wait for some operation to complete --> <string name="wait">Please wait\u2026</string> - <!-- alert to the user to that an SD card must be installed before using the camera --> + <!-- alert to the user that an SD card must be installed before using the camera --> <string name="no_storage">Please insert an SD card before using the camera.</string> - <!-- alert to the user to that the SD card is too full to complete the operation --> + <!-- alert to the user that the SD card is too full to complete the operation --> <string name="not_enough_space">Your SD card is full.</string> - <!-- alert to the user to that the SD card is being disk-checked --> + <!-- alert to the user that the SD card is being disk-checked --> <string name="preparing_sd">Preparing SD card\u2026</string> + <!-- alert to the user that the camera fails to read or write the SD card. --> + <string name="access_sd_fail">Fail to access SD card.</string> + <!-- Settings stuff --> <!-- Menu items: --> |