OSDN Git Service

89bfd53ccc88cf56d928a603bfe7231919705f42
[android-x86/packages-apps-Camera2.git] / res / values / photoeditor_strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2010 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18     <!-- Name for the photo editing activity to edit the selected photo. [CHAR LIMIT=NONE] -->
19     <string name="photoeditor_name">Photo Studio</string>
20
21     <!-- Toast shown when selected photo could not be loaded. [CHAR LIMIT=40] -->
22     <string name="loading_failure">Couldn\'t load the photo</string>
23
24     <!-- Toast shown when edited photo could not be saved. [CHAR LIMIT=48] -->
25     <string name="saving_failure">Couldn\'t save edited photo</string>
26
27     <!-- Toast shown when edited photo is successfully saved under %s folder [CHAR LIMIT=40] -->
28     <string name="photo_saved">Edited photo saved to <xliff:g id="folder_name">%s</xliff:g></string>
29
30     <!-- Dialog message prompted when the user is abandoning unsaved changes. [CHAR LIMIT=40] -->
31     <string name="save_photo">Save edited photo?</string>
32
33     <!-- Dialog yes button for the user to accept text presented in a dialog. [CHAR LIMIT=12] -->
34     <string name="yes">Yes</string>
35
36     <!-- Dialog no button for the user to decline text presented in a dialog. [CHAR LIMIT=12] -->
37     <string name="no">No</string>
38
39     <!-- Text button in the action bar for the user to save edited photo. [CHAR LIMIT=8] -->
40     <string name="save">SAVE</string>
41
42     <!-- Name for the photo effect that auto fixes exposure. [CHAR LIMIT=15] -->
43     <string name="autofix">Auto-fix</string>
44
45     <!-- Name for the photo effect that crops photo. [CHAR LIMIT=15] -->
46     <string name="crop">Crop</string>
47
48     <!-- Name for the photo effect that applies cross-process effect. [CHAR LIMIT=15] -->
49     <string name="crossprocess">Cross-process</string>
50
51     <!-- Name for the photo effect that applies black/white documentary styles. [CHAR LIMIT=15] -->
52     <string name="documentary">Documentary</string>
53
54     <!-- Name for the photo effect that doodles on photo. [CHAR LIMIT=15] -->
55     <string name="doodle">Doodle</string>
56
57     <!-- Name for the photo effect that makes photo only two color tones. [CHAR LIMIT=15] -->
58     <string name="duotone">Duo-tone</string>
59
60     <!-- Name for the photo effect that smooths facial skins. [CHAR LIMIT=15] -->
61     <string name="facelift">Face Glow</string>
62
63     <!-- Name for the photo effect that tans facial skins. [CHAR LIMIT=15] -->
64     <string name="facetan">Face Tan</string>
65
66     <!-- Name for the photo effect that fills back-light. [CHAR LIMIT=15] -->
67     <string name="filllight">Fill Light</string>
68
69     <!-- Name for the photo effect that applies fisheye lens distortion. [CHAR LIMIT=15] -->
70     <string name="fisheye">Fisheye</string>
71
72     <!-- Name for the photo effect that flips photo vertically or horizontally. [CHAR LIMIT=15] -->
73     <string name="flip">Flip</string>
74
75     <!-- Name for the photo effect that adds grains and noises. [CHAR LIMIT=15] -->
76     <string name="grain">Film Grain</string>
77
78     <!-- Name for the photo effect that converts colors to black-and-white, abbreviated B&W. [CHAR LIMIT=15] -->
79     <string name="grayscale">B&amp;W</string>
80
81     <!-- Name for the photo effect that adds highlights. [CHAR LIMIT=15] -->
82     <string name="highlight">Highlights</string>
83
84     <!-- Name for the photo effect that applies lomo-camera styles. [CHAR LIMIT=15] -->
85     <string name="lomoish">Lomo</string>
86
87     <!-- Name for the photo effect that inverts photo to negative images. [CHAR LIMIT=15] -->
88     <string name="negative">Negative</string>
89
90     <!-- Name for the photo effect that applies posterization. [CHAR LIMIT=15] -->
91     <string name="posterize">Posterize</string>
92
93     <!-- Name for the photo effect that remove red eyes. [CHAR LIMIT=15] -->
94     <string name="redeye">Red Eye</string>
95
96     <!-- Name for the photo effect that rotates photo. [CHAR LIMIT=15] -->
97     <string name="rotate">Rotate</string>
98
99     <!-- Name for the photo effect that adjusts color saturation. [CHAR LIMIT=15] -->
100     <string name="saturation">Saturation</string>
101
102     <!-- Name for the photo effect that applies sepia color toning. [CHAR LIMIT=15] -->
103     <string name="sepia">Sepia</string>
104
105     <!-- Name for the photo effect that adds shadows. [CHAR LIMIT=15] -->
106     <string name="shadow">Shadows</string>
107
108     <!-- Name for the photo effect that sharpens blurred photo. [CHAR LIMIT=15] -->
109     <string name="sharpen">Sharpen</string>
110
111     <!-- Name for the photo effect that straightens crooked photo. [CHAR LIMIT=15] -->
112     <string name="straighten">Straighten</string>
113
114     <!-- Name for the photo effect that adjusts warmth color-temperature. [CHAR LIMIT=15] -->
115     <string name="temperature">Warmth</string>
116
117     <!-- Name for the photo effect that tints photo with various colors. [CHAR LIMIT=15] -->
118     <string name="tint">Tint</string>
119
120     <!-- Name for the photo effect that fades off photo edges. [CHAR LIMIT=15] -->
121     <string name="vignette">Vignette</string>
122
123     <!-- Tool-tip toast shown when the user chooses to crop photo. [CHAR LIMIT=40] -->
124     <string name="crop_tooltip">Drag markers to crop photo</string>
125
126     <!-- Tool-tip toast shown when the user chooses to doodle on photo. [CHAR LIMIT=40] -->
127     <string name="doodle_tooltip">Draw on photo to doodle</string>
128
129     <!-- Tool-tip toast shown when the user chooses to flip photo. [CHAR LIMIT=40] -->
130     <string name="flip_tooltip">Drag photo to flip it</string>
131
132     <!-- Tool-tip toast shown when the user chooses to remove red eyes. [CHAR LIMIT=40] -->
133     <string name="redeye_tooltip">Tap on red eyes to remove them</string>
134
135     <!-- Tool-tip toast shown when the user chooses to rotate photo. [CHAR LIMIT=40] -->
136     <string name="rotate_tooltip">Drag photo to rotate it</string>
137
138     <!-- Tool-tip toast shown when the user chooses to straighten photo. [CHAR LIMIT=40] -->
139     <string name="straighten_tooltip">Drag photo to straighten it</string>
140 </resources>