OSDN Git Service

New UI...
[android-x86/packages-apps-Gallery2.git] / res / values / filtershow_strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 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 <resources>
18
19     <!--  Name for the image editor activity [CHAR LIMIT=NONE]-->
20     <string name="app_name">FilterShow</string>
21     <!--  Title for the image editor activity [CHAR LIMIT=NONE]-->
22     <string name="title_activity_filter_show">FilterShowActivity</string>
23
24     <!--  actionbar menu -->
25
26     <!-- Text for the actionbar confirmation button [CHAR LIMIT=20] -->
27     <string name="done">Done</string>
28     <!--  Text for the undo menu item [CHAR LIMIT=20] -->
29     <string name="filtershow_undo">Undo</string>
30     <!--  Text for redo menu item [CHAR LIMIT=20] -->
31     <string name="filtershow_redo">Redo</string>
32     <!--  Text for the history panel menu item [CHAR LIMIT=20] -->
33     <string name="show_history_panel">Show History</string>
34     <!--  Text for the history panel menu item [CHAR LIMIT=20] -->
35     <string name="hide_history_panel">Hide History</string>
36     <!--  Text for the image state panel menu item [CHAR LIMIT=20] -->
37     <string name="show_imagestate_panel">Show Image State</string>
38     <!--  Text for the image state panel menu item [CHAR LIMIT=20] -->
39     <string name="hide_imagestate_panel">Hide Image State</string>
40     <!--  Name for the overflow menu item for settings [CHAR LIMIT=20] -->
41     <string name="menu_settings">Settings</string>
42
43     <!--  History Panel -->
44
45     <!--  Text for the history panel title [CHAR LIMIT=50] -->
46     <string name="history">History</string>
47     <!--  Text for the history panel reset button [CHAR LIMIT=20]-->
48     <string name="reset">Reset</string>
49
50     <!--  Image state panel -->
51
52     <!--  Text for the image state panel title [CHAR LIMIT=50] -->
53     <string name="imageState">Current Image State</string>
54
55     <!--  Additional filters buttons  -->
56
57     <!--  Label for the compare original image filter button [CHAR LIMIT=15] -->
58     <string name="compare_original">Compare</string>
59     <!--  Label for the apply effect button [CHAR LIMIT=15] -->
60     <string name="apply_effect">Apply</string>
61     <!--  Label for the reset effect button [CHAR LIMIT=15] -->
62     <string name="reset_effect">Reset</string>
63
64     <!--  Filters buttons -->
65
66     <!--  Label for the exposure filter button [CHAR LIMIT=15] -->
67     <string name="exposure">Exposure</string>
68     <!--  Label for the sharpen filter button [CHAR LIMIT=15] -->
69     <string name="sharpen">Sharpen</string>
70     <!--  Label for the contrast filter button [CHAR LIMIT=15] -->
71     <string name="contrast">Contrast</string>
72     <!--  Label for the vibrance filter button [CHAR LIMIT=15] -->
73     <string name="vibrance">Vibrance</string>
74     <!--  Label for the saturation filter button [CHAR LIMIT=15] -->
75     <string name="saturation">Saturation</string>
76     <!--  Label for the tint filter button [CHAR LIMIT=15] -->
77     <string name="tint">Tint</string>
78     <!--  Label for the shadow recovery filter button [CHAR LIMIT=15] -->
79     <string name="shadow_recovery">Shadows</string>
80     <!--  Label for the curves filter button [CHAR LIMIT=15] -->
81     <string name="curvesRGB">Curves</string>
82     <!--  Label for the vignette filter button [CHAR LIMIT=15] -->
83     <string name="vignette">Vignette</string>
84
85     <!--  Labels for the curves tool -->
86
87     <!--  Label for the curves tool, all channels (RGB) [CHAR LIMIT=3] -->
88     <string name="curves_channel_rgb">RGB</string>
89     <!--  Label for the curves tool, Red color channel [CHAR LIMIT=10] -->
90     <string name="curves_channel_red">Red</string>
91     <!--  Label for the curves tool, Green color channel [CHAR LIMIT=10] -->
92     <string name="curves_channel_green">Green</string>
93     <!--  Label for the curves tool, Blue color channel [CHAR LIMIT=10] -->
94     <string name="curves_channel_blue">Blue</string>
95
96 </resources>