OSDN Git Service

Import translations. DO NOT MERGE
[android-x86/packages-apps-Gallery2.git] / res / xml / video_preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2008 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <PreferenceGroup
18         xmlns:camera="http://schemas.android.com/apk/res/com.android.gallery3d"
19         camera:title="@string/pref_camcorder_settings_category">
20     <ListPreference
21             camera:key="pref_video_quality_key"
22             camera:title="@string/pref_video_quality_title"
23             camera:entries="@array/pref_video_quality_entries"
24             camera:entryValues="@array/pref_video_quality_entryvalues"/>
25     <IconListPreference
26             camera:key="pref_video_time_lapse_frame_interval_key"
27             camera:defaultValue="@string/pref_video_time_lapse_frame_interval_default"
28             camera:title="@string/pref_video_time_lapse_frame_interval_title"
29             camera:singleIcon="@drawable/ic_timelapse_none"
30             camera:entries="@array/pref_video_time_lapse_frame_interval_entries"
31             camera:entryValues="@array/pref_video_time_lapse_frame_interval_entryvalues"/>
32     <IconListPreference
33             camera:key="pref_camera_video_flashmode_key"
34             camera:defaultValue="@string/pref_camera_video_flashmode_default"
35             camera:title="@string/pref_camera_flashmode_title"
36             camera:icons="@array/video_flashmode_icons"
37             camera:largeIcons="@array/video_flashmode_largeicons"
38             camera:entries="@array/pref_camera_video_flashmode_entries"
39             camera:labelList="@array/pref_camera_video_flashmode_labels"
40             camera:entryValues="@array/pref_camera_video_flashmode_entryvalues"/>
41     <IconListPreference
42             camera:key="pref_camera_whitebalance_key"
43             camera:defaultValue="@string/pref_camera_whitebalance_default"
44             camera:title="@string/pref_camera_whitebalance_title"
45             camera:icons="@array/whitebalance_icons"
46             camera:largeIcons="@array/whitebalance_largeicons"
47             camera:entries="@array/pref_camera_whitebalance_entries"
48             camera:labelList="@array/pref_camera_whitebalance_labels"
49             camera:entryValues="@array/pref_camera_whitebalance_entryvalues"/>
50     <IconListPreference
51             camera:key="pref_camera_id_key"
52             camera:defaultValue="@string/pref_camera_id_default"
53             camera:title="@string/pref_camera_id_title"
54             camera:icons="@array/camera_id_icons"
55             camera:entries="@array/camera_id_entries"
56             camera:labelList="@array/camera_id_labels"
57             camera:largeIcons="@array/camera_id_largeicons"/>
58     <IconListPreference
59             camera:key="pref_video_effect_key"
60             camera:defaultValue="@string/pref_video_effect_default"
61             camera:title="@string/pref_video_effect_title"
62             camera:icons="@array/video_effect_icons"
63             camera:largeIcons="@array/video_effect_icons"
64             camera:entries="@array/pref_video_effect_entries"
65             camera:entryValues="@array/pref_video_effect_entryvalues" />
66     <RecordLocationPreference
67             camera:key="pref_camera_recordlocation_key"
68             camera:defaultValue="@string/pref_camera_recordlocation_default"
69             camera:title="@string/pref_camera_recordlocation_title"
70             camera:icons="@array/camera_recordlocation_icons"
71             camera:largeIcons="@array/camera_recordlocation_largeicons"
72             camera:entries="@array/pref_camera_recordlocation_entries"
73             camera:entryValues="@array/pref_camera_recordlocation_entryvalues" />
74 </PreferenceGroup>