Revision c32727a5
Added by Leszek Koltunski 10 months ago
| src/main/res/values/strings.xml | ||
|---|---|---|
| 159 | 159 |
<string name="solver_generic_edge_three">There should be 3 %1$s edges!</string> |
| 160 | 160 |
<string name="solver_generic_free_corners_odd">Free corners do not form an even permutation!</string> |
| 161 | 161 |
<string name="solver_generic_free_corners_rotated">Free corners incorrectly rotated!</string> |
| 162 |
|
|
| 163 |
<string name="solver_cube3_error1">There are only %1$d %2$s facelets.</string> |
|
| 164 |
<string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string> |
|
| 165 |
<string name="solver_cube3_error4">Not all 8 corners exist exactly once!</string> |
|
| 166 |
<string name="solver_cube3_error6">Two corners or two edges have to be exchanged!</string> |
|
| 167 |
<string name="solver_cube3_error7">No solution exists for the given maximum move number!</string> |
|
| 168 |
<string name="solver_cube3_error8">Timeout, no solution found in 20 seconds!</string> |
|
| 169 |
<string name="solver_cube3_error9">Solver interrupted!</string> |
|
| 162 |
<string name="solver_two_corners_two_edges">Two corners or two edges have to be exchanged!</string> |
|
| 170 | 163 |
|
| 171 | 164 |
<string name="color_yellow1">yellow</string> |
| 172 | 165 |
<string name="color_white1">white</string> |
Also available in: Unified diff
3x3 position validator finished; what's left is compute the quat table knowing the position is correct.