blob: 084f17e64b3de4b178ab51a3cae823ad00d895bd [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<resources>
<!-- Camera Preferences Video Quality dialog box entries -->
<string-array name="pref_camera_videoquality_entries" translatable="false">
<item>@string/pref_camera_videoquality_entry_0</item>
<item>@string/pref_camera_videoquality_entry_1</item>
</string-array>
<string-array name="pref_camera_videoquality_entryvalues" translatable="false">
<item>0</item>
<item>1</item>
</string-array>
<!-- Camera Preferences Video Duration dialog box entries -->
<string-array name="pref_camera_video_duration_entries" translatable="false">
<item>@string/pref_camera_video_duration_entry_mms</item>
<item>@string/pref_camera_video_duration_entry_10</item>
<item>@string/pref_camera_video_duration_entry_30</item>
</string-array>
<!-- The numbers are in minutes, except -1 means the duration suitable for mms. -->
<string-array name="pref_camera_video_duration_entryvalues" translatable="false">
<item>-1</item>
<item>10</item>
<item>30</item>
</string-array>
<!-- Camera Preferences Picture size dialog box entries -->
<string-array name="pref_camera_picturesize_entries" translatable="false">
<!-- TODO: Change to a better name of the preference.
The first element of the array sould be
"pref_camera_picturesize_entry_2592x1944". However, we are too
late for the translation. Since we show the same label as the
second item, we just use the second one instead.
-->
<item>@string/pref_camera_picturesize_entry_2592x1936</item>
<item>@string/pref_camera_picturesize_entry_2592x1936</item>
<item>@string/pref_camera_picturesize_entry_2048x1536</item>
<item>@string/pref_camera_picturesize_entry_1600x1200</item>
<item>@string/pref_camera_picturesize_entry_1024x768</item>
</string-array>
<!-- When launching the camera app first time, we will set the picture
size to the first one in the list that is also supported by the
driver -->
<string-array name="pref_camera_picturesize_entryvalues" translatable="false">
<item>2592x1944</item>
<item>2592x1936</item>
<item>2048x1536</item>
<item>1600x1200</item>
<item>1024x768</item>
</string-array>
<!-- Camera Preferences JPEG quality dialog box entries -->
<string-array name="pref_camera_jpegquality_entries" translatable="false">
<item>@string/pref_camera_jpegquality_entry_superfine</item>
<item>@string/pref_camera_jpegquality_entry_fine</item>
<item>@string/pref_camera_jpegquality_entry_normal</item>
</string-array>
<string-array name="pref_camera_jpegquality_entryvalues" translatable="false">
<item>85</item>
<item>75</item>
<item>65</item>
</string-array>
<!-- Camera Preferences focus mode dialog box entries -->
<string-array name="pref_camera_focusmode_entries" translatable="false">
<item>@string/pref_camera_focusmode_entry_auto</item>
<item>@string/pref_camera_focusmode_entry_infinity</item>
<item>@string/pref_camera_focusmode_entry_macro</item>
</string-array>
<string-array name="pref_camera_focusmode_entryvalues" translatable="false">
<item>auto</item>
<item>infinity</item>
<item>macro</item>
</string-array>
<array name="pref_camera_focusmode_icons" translatable="false">
<item>@drawable/ic_viewfinder_empty</item>
<item>@drawable/ic_viewfinder_focus_infinity</item>
<item>@drawable/ic_viewfinder_focus_macro</item>
</array>
<array name="focusmode_icons">
<item>@drawable/ic_viewfinder_empty</item>
<item>@drawable/ic_viewfinder_focus_infinity</item>
<item>@drawable/ic_viewfinder_focus_macro</item>
</array>
<!-- Camera Preferences flash mode dialog box entries -->
<string-array name="pref_camera_flashmode_entries" translatable="false">
<item>@string/pref_camera_flashmode_entry_auto</item>
<item>@string/pref_camera_flashmode_entry_on</item>
<item>@string/pref_camera_flashmode_entry_off</item>
</string-array>
<string-array name="pref_camera_flashmode_entryvalues" translatable="false">
<item>auto</item>
<item>on</item>
<item>off</item>
</string-array>
<array name="pref_camera_flashmode_icons">
<item>@drawable/ic_viewfinder_flash_auto</item>
<item>@drawable/ic_viewfinder_flash_on</item>
<item>@drawable/ic_viewfinder_flash_off</item>
</array>
<string-array name="pref_camera_recordlocation_entryvalues" translatable="false">
<item>false</item>
<item>true</item>
</string-array>
<array name="pref_camera_recordlocation_entries" translatable="false">
<item>@string/pref_camera_recordlocation_entry_off</item>
<item>@string/pref_camera_recordlocation_entry_on</item>
</array>
<array name="flash_icons">
<item>@drawable/ic_viewfinder_flash_auto</item>
<item>@drawable/ic_viewfinder_flash_on</item>
<item>@drawable/ic_viewfinder_empty</item>
</array>
<string-array name="gps_modes" translatable="false">
<item>off</item>
<item>on</item>
</string-array>
<array name="gps_icons">
<item>0</item>
<item>@drawable/ic_camera_sym_gps</item>
</array>
<!-- Camera Preferences White Balance dialog box entries -->
<string-array name="pref_camera_whitebalance_entries" translatable="false">
<item>@string/pref_camera_whitebalance_entry_auto</item>
<item>@string/pref_camera_whitebalance_entry_incandescent</item>
<item>@string/pref_camera_whitebalance_entry_daylight</item>
<item>@string/pref_camera_whitebalance_entry_fluorescent</item>
<item>@string/pref_camera_whitebalance_entry_cloudy</item>
</string-array>
<string-array name="pref_camera_whitebalance_entryvalues" translatable="false">
<item>auto</item>
<item>incandescent</item>
<item>daylight</item>
<item>fluorescent</item>
<item>cloudy-daylight</item>
</string-array>
<array name="pref_camera_whitebalance_icons">
<item>@drawable/ic_viewfinder_empty</item>
<item>@drawable/ic_viewfinder_wb_incandescent</item>
<item>@drawable/ic_viewfinder_wb_daylight</item>
<item>@drawable/ic_viewfinder_wb_fluorescent</item>
<item>@drawable/ic_viewfinder_wb_cloudy</item>
</array>
<array name="whitebalance_icons">
<item>@drawable/ic_viewfinder_empty</item>
<item>@drawable/ic_viewfinder_wb_incandescent</item>
<item>@drawable/ic_viewfinder_wb_daylight</item>
<item>@drawable/ic_viewfinder_wb_fluorescent</item>
<item>@drawable/ic_viewfinder_wb_cloudy</item>
</array>
<!-- Camera Preferences Color effect dialog box entries -->
<string-array name="pref_camera_coloreffect_entries" translatable="false">
<item>@string/pref_camera_coloreffect_entry_none</item>
<item>@string/pref_camera_coloreffect_entry_mono</item>
<item>@string/pref_camera_coloreffect_entry_sepia</item>
<item>@string/pref_camera_coloreffect_entry_negative</item>
<item>@string/pref_camera_coloreffect_entry_solarize</item>
<item>@string/pref_camera_coloreffect_entry_posterize</item>
<item>@string/pref_camera_coloreffect_entry_aqua</item>
<item>@string/pref_camera_coloreffect_entry_pastel</item>
<item>@string/pref_camera_coloreffect_entry_mosaic</item>
<item>@string/pref_camera_coloreffect_entry_redtint</item>
<item>@string/pref_camera_coloreffect_entry_bluetint</item>
<item>@string/pref_camera_coloreffect_entry_greentint</item>
</string-array>
<string-array name="pref_camera_coloreffect_entryvalues" translatable="false">
<item>none</item>
<item>mono</item>
<item>sepia</item>
<item>negative</item>
<item>solarize</item>
<item>posterize</item>
<item>aqua</item>
<item>pastel</item>
<item>mosaic</item>
<item>red-tint</item>
<item>blue-tint</item>
<item>green-tint</item>
</string-array>
<!-- Camera Preferences Scene Mode dialog box entries -->
<string-array name="pref_camera_scenemode_entries" translatable="false">
<item>@string/pref_camera_scenemode_entry_auto</item>
<item>@string/pref_camera_scenemode_entry_action</item>
<item>@string/pref_camera_scenemode_entry_portrait</item>
<item>@string/pref_camera_scenemode_entry_landscape</item>
<item>@string/pref_camera_scenemode_entry_night</item>
<item>@string/pref_camera_scenemode_entry_night_portrait</item>
<item>@string/pref_camera_scenemode_entry_theatre</item>
<item>@string/pref_camera_scenemode_entry_beach</item>
<item>@string/pref_camera_scenemode_entry_snow</item>
<item>@string/pref_camera_scenemode_entry_sunset</item>
<item>@string/pref_camera_scenemode_entry_steadyphoto</item>
<item>@string/pref_camera_scenemode_entry_fireworks</item>
</string-array>
<string-array name="pref_camera_scenemode_entryvalues" translatable="false">
<item>auto</item>
<item>action</item>
<item>portrait</item>
<item>landscape</item>
<item>night</item>
<item>night-portrait</item>
<item>theatre</item>
<item>beach</item>
<item>snow</item>
<item>sunset</item>
<item>steadyphoto</item>
<item>fireworks</item>
</string-array>
<string-array name="scenemode_modes" translatable="false">
<item>off</item>
<item>on</item>
</string-array>
<array name="scenemode_icons">
<item>@drawable/ic_viewfinder_empty</item>
<item>@drawable/ic_viewfinder_scenemode</item>
</array>
</resources>