Project

General

Profile

Download (12.2 KB) Statistics
| Branch: | Revision:

examples / src / main / res / values / strings.xml @ 8982b894

1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
    <string name="app_name">Distorted Examples</string>
4
    <string name="tocHeader">Welcome to the Distorted Examples!\nCode, Tutorials, Wiki: http://distorted.org/</string>
5

    
6
    <string name="distort">Distort</string>
7
    <string name="deform">Deform</string>
8
    <string name="shear">Shear</string>
9
    <string name="sink">Sink</string>
10
    <string name="alpha">Alpha</string>
11
    <string name="chroma">Chroma</string>
12
    <string name="brightness">Brightness</string>
13
    <string name="saturation">Saturation</string>
14
    <string name="contrast">Contrast</string>
15
    <string name="swirl">Swirl</string>
16
    <string name="blur">Blur</string>
17
    <string name="glow">Glow</string>
18

    
19
    <string name="type_matrix">Matrix</string>
20
    <string name="type_vertex">Vertex</string>
21
    <string name="type_fragment">Fragment</string>
22
    <string name="type_postprocess">Postprocess</string>
23

    
24
    <string name="radius">Radius</string>
25
    <string name="glow_alpha">Alpha</string>
26
    <string name="continu">Continue</string>
27
    <string name="rows">Rows</string>
28
    <string name="cols">Cols</string>
29
    <string name="path">Path</string>
30
    <string name="loop">Loop</string>
31
    <string name="jump">Jump</string>
32
    <string name="duration">Duration</string>
33
    <string name="reset">Reset</string>
34
    <string name="bubble">Bubble</string>
35
    <string name="add">Touch screen to add new</string>
36
    <string name="remove">Remove existing effect(s) by</string>
37
    <string name="removebut">Remove</string>
38
    <string name="name">effects by name</string>
39
    <string name="type">effects by type</string>
40
    <string name="id">effects by ID</string>
41
    <string name="list">List of all existing effects</string>
42
    <string name="print">Print</string>
43
    <string name="abort">Abort</string>
44
    <string name="count">Count</string>
45
    <string name="convexity">Convex</string>
46
    <string name="maxv">vertex:</string>
47
    <string name="maxf">fragment:</string>
48
    <string name="introduction">Set maximum number of vertex and fragment effects and press \'Check\' to see if shaders compile:</string>
49
    <string name="check">Check</string>
50
    <string name="noise">Noise</string>
51
    <string name="swing">Swing</string>
52
    <string name="size">Size</string>
53
    <string name="hips">Hips</string>
54
    <string name="dim1D">1D</string>
55
    <string name="dim2D">2D</string>
56
    <string name="dim3DXY">3DXY</string>
57
    <string name="dim3DXZ">3DXZ</string>
58
    <string name="Up">Up</string>
59
    <string name="Default">Default</string>
60
    <string name="save">Save</string>
61
    <string name="New">new</string>
62
    <string name="Create">Create</string>
63
    <string name="Bitmap">Bitmap</string>
64
    <string name="Add">Add</string>
65
    <string name="RemoveAll">Remove All</string>
66
    <string name="amplitude">Amplitude</string>
67
    <string name="length">Length</string>
68
    <string name="angleA">Alpha</string>
69
    <string name="angleB">Beta</string>
70
    <string name="DepthYes">Depth</string>
71
    <string name="DepthNo">No Depth</string>
72
    <string name="mesh">Mesh</string>
73
    <string name="show_center">Center</string>
74
    <string name="show_region">Region</string>
75
    <string name="show_normal">Normals</string>
76
    <string name="oit">OIT</string>
77
    <string name="screen">Screen</string>
78
    <string name="framebuffer">Framebuffer</string>
79
    <string name="matrixautomatic">Automatic Matrix Effects</string>
80
    <string name="inflate">Inflate</string>
81
    <string name="none">None</string>
82
    <string name="effect_live">LIVE </string>
83
    <string name="effect_finished">FINISHED </string>
84
    <string name="scramble">Scramble</string>
85
    <string name="credits">Credits</string>
86
    <string name="start">Start</string>
87
    <string name="association">Sink Association</string>
88

    
89
    <string name="quality0">Highest</string>
90
    <string name="quality1">High</string>
91
    <string name="quality2">Medium</string>
92
    <string name="quality3">Low</string>
93

    
94
    <string name="color_blue">Blue</string>
95
    <string name="color_black">Black</string>
96
    <string name="color_red">Red</string>
97
    <string name="color_yellow">Yellow</string>
98
    <string name="color_green">Green</string>
99
    <string name="color_cyan">Cyan</string>
100
    <string name="color_white">White</string>
101

    
102
    <string name="radius_placeholder">Radius: %1$s</string>
103
    <string name="noise_placeholder">Noise %1$s</string>
104
    <string name="length_placeholder">Length %1$d</string>
105
    <string name="amplitude_placeholder">Amplitu %1$d</string>
106
    <string name="alpha_placeholder">Alpha %1$d</string>
107
    <string name="beta_placeholder">Beta %1$d</string>
108
    <string name="swing_placeholder">Swing %1$.3f</string>
109
    <string name="size_placeholder">Size %1$.3f</string>
110
    <string name="hips_placeholder">Hips %1$d</string>
111
    <string name="fov_placeholder">FOV: %1$d</string>
112
    <string name="near_placeholder">Near: %1$.2f</string>
113
    <string name="wind_placeholder">Wind: %1$d</string>
114
    <string name="blur_placeholder">Blur: %1$d</string>
115
    <string name="glow_radius_placeholder">Radius: %1$d</string>
116
    <string name="glow_alpha_placeholder">Alpha: %1$.2f</string>
117
    <string name="inflate_placeholder">Inflate: %1$.2f</string>
118
    <string name="effect_id_placeholder">ID: %1$d</string>
119
    <string name="rubik_placeholder">Cube: %1$d Available Memory: %2$d MB</string>
120
    <string name="duration_placeholder">Duration: %1$d s</string>
121
    <string name="count_placeholder">Count: %1$.2f</string>
122
    <string name="convexity_placeholder">Convexity: %1$.2f</string>
123
    <string name="noise3_placeholder">Noise: %1$.2f %2$.2f %3$.2f %4$.2f</string>
124

    
125
    <string name="example_monalisa">Mona Lisa</string>
126
    <string name="example_monalisa_subtitle">The basics of Distortions.</string>
127
    <string name="example_sink">Sink</string>
128
    <string name="example_sink_subtitle">Learn about sinks.</string>
129
    <string name="example_bean">Mr. Bean</string>
130
    <string name="example_bean_subtitle">Interpolation between more than two Points.</string>
131
    <string name="example_projection">Projection</string>
132
    <string name="example_projection_subtitle">Adjust the Projection Matrix.</string>
133
    <string name="example_deform">Deformations and Distortions</string>
134
    <string name="example_deform_subtitle">Deform the whole bitmap or Distort a part of it.</string>
135
    <string name="example_listener">DistortedListener</string>
136
    <string name="example_listener_subtitle">Listen on effect events and react on them.</string>
137
    <string name="example_dynamic">Dynamics</string>
138
    <string name="example_dynamic_subtitle">Not an effect in itself, but rather a building block for other effects.</string>
139
    <string name="example_girl">Girl</string>
140
    <string name="example_girl_subtitle">Distort, Sink and Swirl effects all in one.</string>
141
    <string name="example_catanddog">Cat and Dog</string>
142
    <string name="example_catanddog_subtitle">Chroma, Transparency and Rotation effects.</string>
143
    <string name="example_movingeffects">Moving Effects</string>
144
    <string name="example_movingeffects_subtitle">Use the Interpolator to move effects around.</string>
145
    <string name="example_differenteffects">Different Effects</string>
146
    <string name="example_differenteffects_subtitle">See how to draw the same bitmap multiple times, each time with different set of effects applied.</string>
147
    <string name="example_differentbitmaps">Different Bitmaps</string>
148
    <string name="example_differentbitmaps_subtitle">Draw 3 different bitmaps, apply the same set of effects to each one in one go.</string>
149
    <string name="example_effectqueue">Effect Queue</string>
150
    <string name="example_effectqueue_subtitle">Add, remove and list all effects currently acting on a Bitmap.</string>
151
    <string name="example_check">Check</string>
152
    <string name="example_check_subtitle">Check the maximum number of effects (separately for vertex and fragment shaders) we can apply to a single bitmap.</string>
153
    <string name="example_objecttree">Object Tree</string>
154
    <string name="example_objecttree_subtitle">Render one object on top of another.</string>
155
    <string name="example_starwars">Star Wars</string>
156
    <string name="example_starwars_subtitle">Shows how to create the opening crawl from Star Wars Episode IV.</string>
157
    <string name="example_olimpic">Olimpic Rings</string>
158
    <string name="example_olimpic_subtitle">Shows the Chroma effect and Node optimizations.</string>
159
    <string name="example_inflate">Inflate</string>
160
    <string name="example_inflate_subtitle">Test inflating Meshes and rendering them with OIT mode.</string>
161
    <string name="example_quaternion">Quaternion</string>
162
    <string name="example_quaternion_subtitle">Random rotations using quaternions.</string>
163
    <string name="example_generic">Generic Test</string>
164
    <string name="example_generic_subtitle">Apply any Effect to a 3D object.</string>
165
    <string name="example_surfaceview">SurfaceView</string>
166
    <string name="example_surfaceview_subtitle">MonaLisa rendered on a plain SurfaceView</string>
167
    <string name="example_save">Save to PNG</string>
168
    <string name="example_save_subtitle">Saving the output to a PNG file.</string>
169
    <string name="example_flag">Waving flag</string>
170
    <string name="example_flag_subtitle">See the WAVE effect.</string>
171
    <string name="example_wind">Variable wind</string>
172
    <string name="example_wind_subtitle">A couple of effects put together to create an effect of a waving flag.</string>
173
    <string name="example_aroundtheworld">Around the World</string>
174
    <string name="example_aroundtheworld_subtitle">Combine several effects to change facial features.</string>
175
    <string name="example_mirror">Mirror</string>
176
    <string name="example_mirror_subtitle">Ping-pong between offscreen buffers to achieve the \'infinite mirror\' effect.</string>
177
    <string name="example_blur">Blur</string>
178
    <string name="example_blur_subtitle">Postprocessing effect: Blur.</string>
179
    <string name="example_multiblur">Multiblur</string>
180
    <string name="example_multiblur_subtitle">Blur multiple objects which obstruct each other.</string>
181
    <string name="example_triblur">Triblur</string>
182
    <string name="example_triblur_subtitle">Three different, blurred, obstructing objects.</string>
183
    <string name="example_postprocesstree">Postprocess Tree</string>
184
    <string name="example_postprocesstree_subtitle">Three layers of postprocessed surfaces.</string>
185
    <string name="example_transparency">Transparency</string>
186
    <string name="example_transparency_subtitle">Order Independent Transparency.</string>
187
    <string name="example_stencil">Stencil Buffer</string>
188
    <string name="example_stencil_subtitle">Implement the classic stencil example from https://open.gl/depthstencils</string>
189
    <string name="example_glow">Glowing Leaf</string>
190
    <string name="example_glow_subtitle">Leaf glowing with light.</string>
191
    <string name="example_moving_glow">Glow Effect</string>
192
    <string name="example_moving_glow_subtitle">See moving objects glowing with light.</string>
193
    <string name="example_earth">Earth</string>
194
    <string name="example_earth_subtitle">Test the sphere Mesh by showing the Earth in cosmos.</string>
195
    <string name="example_rubik">Memory Test</string>
196
    <string name="example_rubik_subtitle">Keep an eye on memory consumption while allocating and deallocating Nodes.</string>
197
    <string name="example_meshjoin">Joining Meshes</string>
198
    <string name="example_meshjoin_subtitle">See how one can join several simple meshes to form a single, more advanced one.</string>
199
    <string name="example_predeform">PreApply Vertex Effects to a Mesh</string>
200
    <string name="example_predeform_subtitle">Create a more advanced Mesh by taking one of the simple ones and pre-applying a queue of Vertex Effects to it.</string>
201

    
202
    <string name="example_movingeffects_toast">Click on \'RESET\' and define your path by touching the screen. Then click on one of the effects and see it move along your path.</string>
203
    <string name="example_rotate_toast">Rotate the scene by swiping the screen</string>
204
    <string name="example_effects2d_toast">Failed to add new effect</string>
205
    <string name="example_dynamic_toast">First configure the Dynamic (above).\n\nThen touch the screen to add several points which will define the path to interpolate through.\n\nFinally click \'Start\'.</string>
206
</resources>
(2-2/3)