Xml文件  |  266行  |  10.95 KB

<?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 entries -->
    <string-array name="pref_video_quality_entries" translatable="false">
        <item>@string/pref_video_quality_entry_high</item>
        <item>@string/pref_video_quality_entry_low</item>
        <item>@string/pref_video_quality_entry_mms</item>
        <item>@string/pref_video_quality_entry_youtube</item>
    </string-array>

    <string-array name="pref_video_quality_entryvalues" translatable="false">
        <item>high</item>
        <item>low</item>
        <item>mms</item>
        <item>youtube</item>
    </string-array>

    <array name="video_quality_icons" translatable="false">
        <item>@drawable/ic_viewfinder_video_quality_high</item>
        <item>@drawable/ic_viewfinder_video_quality_low</item>
        <item>@drawable/ic_viewfinder_video_quality_mms</item>
        <item>@drawable/ic_viewfinder_video_quality_youtube</item>
    </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>
        <item>@string/pref_camera_picturesize_entry_320x240</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>
        <item>320x240</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>superfine</item>
        <item>fine</item>
        <item>normal</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>

    <!-- 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_menuselect_flash_auto</item>
        <item>@drawable/ic_menuselect_flash_on</item>
        <item>@drawable/ic_menuselect_flash_off</item>
    </array>

    <array name="flashmode_icons">
        <item>@drawable/ic_viewfinder_flash_auto</item>
        <item>@drawable/ic_viewfinder_flash_on</item>
        <item>@drawable/ic_viewfinder_flash_off</item>
    </array>

    <!-- Videocamera Preferences flash mode dialog box entries -->
    <string-array name="pref_camera_video_flashmode_entries" translatable="false">
        <item>@string/pref_camera_flashmode_entry_on</item>
        <item>@string/pref_camera_flashmode_entry_off</item>
    </string-array>

    <string-array name="pref_camera_video_flashmode_entryvalues" translatable="false">
        <item>torch</item>
        <item>off</item>
    </string-array>

    <array name="pref_camera_video_flashmode_icons">
        <item>@drawable/ic_menuselect_flash_on</item>
        <item>@drawable/ic_menuselect_flash_off</item>
    </array>

    <array name="video_flashmode_icons">
        <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>off</item>
        <item>on</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="pref_camera_recordlocation_icons" translatable="false">
        <item>@drawable/ic_menuselect_gps_off</item>
        <item>@drawable/ic_menuselect_gps_on</item>
    </array>

    <array name="recordlocation_icons">
        <item>@drawable/ic_viewfinder_gps_off</item>
        <item>@drawable/ic_viewfinder_gps_on</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_menuselect_wb_auto</item>
        <item>@drawable/ic_menuselect_wb_incandescent</item>
        <item>@drawable/ic_menuselect_wb_daylight</item>
        <item>@drawable/ic_menuselect_wb_fluorescent</item>
        <item>@drawable/ic_menuselect_wb_cloudy</item>
    </array>

    <array name="whitebalance_icons">
        <item>@drawable/ic_viewfinder_wb_auto</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="pref_camera_quickcapture_entries" translatable="false">
        <item>@string/pref_camera_quickcapture_entry_off</item>
        <item>@string/pref_camera_quickcapture_entry_on</item>
    </string-array>

    <string-array name="pref_camera_quickcapture_entryvalues" translatable="false">
        <item>off</item>
        <item>on</item>
    </string-array>
</resources>