summaryrefslogtreecommitdiffstats
path: root/res/values/photoeditor_strings.xml
blob: 573b31a505334fa6d0c7b7db6a65d1450466ef4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Name for the photo editing activity to edit the selected photo. [CHAR LIMIT=NONE] -->
    <string name="photoeditor_name">Photo Studio</string>

    <!-- Toast shown when selected photo could not be loaded. [CHAR LIMIT=40] -->
    <string name="loading_failure">Couldn\'t load the photo</string>

    <!-- Toast shown when edited photo could not be saved. [CHAR LIMIT=48] -->
    <string name="saving_failure">Couldn\'t save edited photo</string>

    <!-- Toast shown when edited photo is successfully saved under %s folder [CHAR LIMIT=40] -->
    <string name="photo_saved">Edited photo saved to <xliff:g id="folder_name">%s</xliff:g></string>

    <!-- Dialog message prompted to confirm the user is abandoning unsaved changes. [CHAR LIMIT=40] -->
    <string name="discard_unsaved_photo">Discard unsaved changes?</string>

    <!-- Dialog yes button for the user to accept text presented in a dialog. [CHAR LIMIT=12] -->
    <string name="yes">Yes</string>

    <!-- Text button in the action bar for the user to save edited photo. [CHAR LIMIT=8] -->
    <string name="save">SAVE</string>

    <!-- Name for the photo effect that auto fixes exposure. [CHAR LIMIT=15] -->
    <string name="autofix">Auto-fix</string>

    <!-- Name for the photo effect that crops photo. [CHAR LIMIT=15] -->
    <string name="crop">Crop</string>

    <!-- Name for the photo effect that applies cross-process effect. [CHAR LIMIT=15] -->
    <string name="crossprocess">Cross-process</string>

    <!-- Name for the photo effect that applies black/white documentary styles. [CHAR LIMIT=15] -->
    <string name="documentary">Documentary</string>

    <!-- Name for the photo effect that doodles on photo. [CHAR LIMIT=15] -->
    <string name="doodle">Doodle</string>

    <!-- Name for the photo effect that makes photo only two color tones. [CHAR LIMIT=15] -->
    <string name="duotone">Duo-tone</string>

    <!-- Name for the photo effect that smooths facial skins. [CHAR LIMIT=15] -->
    <string name="facelift">Face Glow</string>

    <!-- Name for the photo effect that tans facial skins. [CHAR LIMIT=15] -->
    <string name="facetan">Face Tan</string>

    <!-- Name for the photo effect that fills back-light. [CHAR LIMIT=15] -->
    <string name="filllight">Fill Light</string>

    <!-- Name for the photo effect that applies fisheye lens distortion. [CHAR LIMIT=15] -->
    <string name="fisheye">Fisheye</string>

    <!-- Name for the photo effect that flips photo vertically or horizontally. [CHAR LIMIT=15] -->
    <string name="flip">Flip</string>

    <!-- Name for the photo effect that adds grains and noises. [CHAR LIMIT=15] -->
    <string name="grain">Film Grain</string>

    <!-- Name for the photo effect that converts colors to black-and-white, abbreviated B&W. [CHAR LIMIT=15] -->
    <string name="grayscale">B&amp;W</string>

    <!-- Name for the photo effect that converts colors to black-and-white in accessibility mode [CHAR LIMIT=30] -->
    <string name="accessibility_black_and_white">Black and white</string>

    <!-- Name for the photo effect that adds highlights. [CHAR LIMIT=15] -->
    <string name="highlight">Highlights</string>

    <!-- Name for the photo effect that applies lomo-camera styles. [CHAR LIMIT=15] -->
    <string name="lomoish">Lomo</string>

    <!-- Name for the photo effect that inverts photo to negative images. [CHAR LIMIT=15] -->
    <string name="negative">Negative</string>

    <!-- Name for the photo effect that applies posterization. [CHAR LIMIT=15] -->
    <string name="posterize">Posterize</string>

    <!-- Name for the photo effect that remove red eyes. [CHAR LIMIT=15] -->
    <string name="redeye">Red Eye</string>

    <!-- Name for the photo effect that rotates photo. [CHAR LIMIT=15] -->
    <string name="rotate">Rotate</string>

    <!-- Name for the photo effect that adjusts color saturation. [CHAR LIMIT=15] -->
    <string name="saturation">Saturation</string>

    <!-- Name for the photo effect that applies sepia color toning. [CHAR LIMIT=15] -->
    <string name="sepia">Sepia</string>

    <!-- Name for the photo effect that adds shadows. [CHAR LIMIT=15] -->
    <string name="shadow">Shadows</string>

    <!-- Name for the photo effect that sharpens blurred photo. [CHAR LIMIT=15] -->
    <string name="sharpen">Sharpen</string>

    <!-- Name for the photo effect that straightens crooked photo. [CHAR LIMIT=15] -->
    <string name="straighten">Straighten</string>

    <!-- Name for the photo effect that adjusts warmth color-temperature. [CHAR LIMIT=15] -->
    <string name="temperature">Warmth</string>

    <!-- Name for the photo effect that tints photo with various colors. [CHAR LIMIT=15] -->
    <string name="tint">Tint</string>

    <!-- Name for the photo effect that fades off photo edges. [CHAR LIMIT=15] -->
    <string name="vignette">Vignette</string>

    <!-- Tool-tip toast shown when the user chooses to crop photo. [CHAR LIMIT=40] -->
    <string name="crop_tooltip">Drag markers to crop photo</string>

    <!-- Tool-tip toast shown when the user chooses to doodle on photo. [CHAR LIMIT=40] -->
    <string name="doodle_tooltip">Draw on photo to doodle</string>

    <!-- Tool-tip toast shown when the user chooses to flip photo. [CHAR LIMIT=40] -->
    <string name="flip_tooltip">Drag photo to flip it</string>

    <!-- Tool-tip toast shown when the user chooses to remove red eyes. [CHAR LIMIT=40] -->
    <string name="redeye_tooltip">Tap on red eyes to remove them</string>

    <!-- Tool-tip toast shown when the user chooses to rotate photo. [CHAR LIMIT=40] -->
    <string name="rotate_tooltip">Drag photo to rotate it</string>

    <!-- Tool-tip toast shown when the user chooses to straighten photo. [CHAR LIMIT=40] -->
    <string name="straighten_tooltip">Drag photo to straighten it</string>

    <!-- Name for the exposure adjustment button in photo effects editor menu. [CHAR LIMIT=40] -->
    <string name="photoeditor_exposure">Exposure effects</string>

    <!-- Name for the color adjustment button in photo effects editor menu. [CHAR LIMIT=40] -->
    <string name="photoeditor_color">Color effects</string>

    <!-- Name for the artistic effect button in photo effects editor menu. [CHAR LIMIT=40] -->
    <string name="photoeditor_artistic">Artistic effects</string>

    <!-- Name for the fix up button in photo effects editor menu. [CHAR LIMIT=40] -->
    <string name="photoeditor_fix">Fix up</string>

    <!-- Name for the undo button in photo editor action bar. [CHAR LIMIT=40] -->
    <string name="photoeditor_undo">Undo</string>

    <!-- Name for the redo button in photo editor action bar. [CHAR LIMIT=40] -->
    <string name="photoeditor_redo">Redo</string>

</resources>