Revision 3a768e35
Added by Leszek Koltunski 3 days ago
src/main/res/values/strings.xml | ||
---|---|---|
137 | 137 |
<string name="webview_error" translatable="false">Error Loading WebView</string> |
138 | 138 |
<string name="opengl_error" translatable="false">Error</string> |
139 | 139 |
<string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string> |
140 |
<string name="solver_cube3_title" translatable="false">Kociemba Solver</string> |
|
141 |
<string name="solver_3algo_title" translatable="false">3x3 Beginner</string> |
|
142 |
<string name="solver_pduo2_title" translatable="false">Pyraminx Duo Solver</string> |
|
143 |
<string name="solver_pyra3_title" translatable="false">Pyraminx Solver</string> |
|
144 |
<string name="solver_ivy_title" translatable="false">Ivy Solver</string> |
|
145 |
<string name="solver_cu232_title" translatable="false">2x2x3 Cuboid Solver</string> |
|
146 |
<string name="solver_cu323_title" translatable="false">3x3x2 Cuboid Solver</string> |
|
147 |
<string name="solver_diam2_title" translatable="false">Skewb Diamond Solver</string> |
|
148 |
<string name="solver_cube2_title" translatable="false">2x2 Cube Solver</string> |
|
149 |
<string name="solver_skew2_title" translatable="false">Skewb Solver</string> |
|
150 |
<string name="solver_jing2_title" translatable="false">Jing Pyraminx Solver</string> |
|
151 |
<string name="solver_dino6_title" translatable="false">6-color Dino Solver</string> |
|
152 |
<string name="solver_dino4_title" translatable="false">4-color Dino Solver</string> |
|
153 |
<string name="solver_pdia_title" translatable="false">Pyraminx Diamond Solver</string> |
|
154 |
<string name="solver_kilo3_title" translatable="false">Kilominx Solver</string> |
|
155 |
|
|
156 |
<string name="solver_cube3_description">A near-perfect, instantaneous, two-phase 3x3x3 solver.\nAuthor: Herbert Kociemba.</string> |
|
157 |
<string name="solver_pduo2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
158 |
<string name="solver_ivy_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
159 |
<string name="solver_cu232_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
160 |
<string name="solver_pyra3_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
161 |
<string name="solver_diam2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
162 |
<string name="solver_cube2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
163 |
<string name="solver_skew2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
164 |
<string name="solver_jing2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
165 |
<string name="solver_dino6_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
166 |
<string name="solver_dino4_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
167 |
<string name="solver_pdia_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
168 |
<string name="solver_cu323_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string> |
|
169 |
<string name="solver_3algo_description">Implementation of the beginner algorithm. 7 phases. Produces solutions that are about 100 moves long.\nAuthor: Leszek Koltunski.</string> |
|
170 |
<string name="solver_kilo3_description">Implementation of the beginner algorithm. 5 phases. Produces solutions that are about 70 moves long.\nAuthor: Leszek Koltunski.</string> |
|
140 | 171 |
|
141 | 172 |
<string name="impossible_position">Impossible</string> |
142 | 173 |
<string name="solver_generic_not_implemented">Solver for this object not implemented yet!</string> |
Also available in: Unified diff
Move all the strings from objlib to the app.
Upgrade AGP from 8.1.4 to 8.3.2