Project

General

Profile

« Previous | Next » 

Revision 8afa10ef

Added by Leszek Koltunski about 1 year ago

Dino4 solver: skeleton.

View differences:

src/main/res/values/strings.xml
120 120
    <string name="solver_generic_c_v_dont_match">Octahedral pieces and tetrahedral corners do not match!</string>
121 121
    <string name="solver_generic_edge_mono">%1$s-%2$s edge?</string>
122 122
    <string name="solver_generic_edge_twice">Two %1$s-%2$s edges!</string>
123
    <string name="solver_generic_edge_three">There should be 3 %1$s edges!</string>
123 124

  
124 125
    <string name="solver_cube3_error1">There are only %1$d %2$s facelets.</string>
125 126
    <string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string>
......
183 184
    <string name="color_violet6">violet</string>
184 185
    <string name="color_grey6">grey</string>
185 186

  
187
    <string name="color_yellow7">yellow</string>
188
    <string name="color_white7">white</string>
189
    <string name="color_blue7">blue</string>
190
    <string name="color_green7">green</string>
191
    <string name="color_red7">red</string>
192
    <string name="color_orange7">orange</string>
193
    <string name="color_violet7">violet</string>
194
    <string name="color_grey7">grey</string>
195

  
186 196
    <string name="solver_cube3_title" translatable="false">3x3 Cube Solver</string>
187 197
    <string name="solver_pduo2_title" translatable="false">Pyraminx Duo Solver</string>
188 198
    <string name="solver_pyra3_title" translatable="false">Pyraminx Solver</string>
......
193 203
    <string name="solver_skew2_title" translatable="false">Skewb Solver</string>
194 204
    <string name="solver_jing2_title" translatable="false">Jing Pyraminx Solver</string>
195 205
    <string name="solver_dino6_title" translatable="false">6-color Dino Solver</string>
206
    <string name="solver_dino4_title" translatable="false">4-color Dino Solver</string>
196 207
    <string name="solver_pdia_title" translatable="false">Pyraminx Diamond Solver</string>
197 208

  
198 209
    <string name="solver_cube3_description">A near-perfect, instantaneous, two-phase 3x3x3 solver.\nAuthor: Herbert Kociemba.</string>
......
204 215
    <string name="solver_cube2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string>
205 216
    <string name="solver_skew2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string>
206 217
    <string name="solver_jing2_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string>
207
    <string name="solver_dino6_description">Not implemented yet.\nAuthor: Leszek Koltunski.</string>
218
    <string name="solver_dino6_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string>
219
    <string name="solver_dino4_description">A perfect, instantaneous solver.\nAuthor: Leszek Koltunski.</string>
208 220
    <string name="solver_pdia_description">Not implemented yet.\nAuthor: Leszek Koltunski.</string>
209 221

  
210 222
    <string name="email_address" translatable="false">app.magic.cube@gmail.com</string>

Also available in: Unified diff