Revision 3cf8f87d
Added by Leszek Koltunski almost 3 years ago
| src/main/res/values/strings.xml | ||
|---|---|---|
| 102 | 102 |
<string name="solver_generic_not_implemented">Solver for this object not implemented yet!</string> |
| 103 | 103 |
<string name="solver_generic_corner_twist">One corner has to be twisted!</string> |
| 104 | 104 |
<string name="solver_generic_two_centers">Two centers have to be exchanged!</string> |
| 105 |
<string name="solver_generic_missing_center">%1$s center missing!</string> |
|
| 106 |
<string name="solver_generic_missing_corner">%1$s corner missing!</string>
|
|
| 105 |
<string name="solver_generic_missing_center">The %1$s center missing!</string>
|
|
| 106 |
<string name="solver_generic_missing_corner">The %1$s-%2$s-%3$s corner missing!</string>
|
|
| 107 | 107 |
|
| 108 | 108 |
<string name="solver_cube3_error1">There are only %1$d %2$s facelets.</string> |
| 109 | 109 |
<string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string> |
| ... | ... | |
| 121 | 121 |
<string name="color_red1">red</string> |
| 122 | 122 |
<string name="color_orange1">orange</string> |
| 123 | 123 |
|
| 124 |
<string name="color_yellow2">Yellow</string> |
|
| 125 |
<string name="color_white2">White</string> |
|
| 126 |
<string name="color_blue2">Blue</string> |
|
| 127 |
<string name="color_green2">Green</string> |
|
| 128 |
<string name="color_red2">Red</string> |
|
| 129 |
<string name="color_orange2">Orange</string> |
|
| 130 |
|
|
| 131 |
<string name="color_YBR">Yellow-blue-red</string> |
|
| 132 |
<string name="color_GBR">Green-blue-red</string> |
|
| 133 |
<string name="color_GYR">Green-yellow-red</string> |
|
| 134 |
<string name="color_GYB">Green-yellow-blue</string> |
|
| 124 |
<string name="color_yellow2">yellow</string> |
|
| 125 |
<string name="color_white2">white</string> |
|
| 126 |
<string name="color_blue2">blue</string> |
|
| 127 |
<string name="color_green2">green</string> |
|
| 128 |
<string name="color_red2">red</string> |
|
| 129 |
<string name="color_orange2">orange</string> |
|
| 130 |
|
|
| 131 |
<string name="color_yellow3">yellow</string> |
|
| 132 |
<string name="color_white3">white</string> |
|
| 133 |
<string name="color_blue3">blue</string> |
|
| 134 |
<string name="color_green3">green</string> |
|
| 135 |
<string name="color_red3">red</string> |
|
| 136 |
<string name="color_orange3">orange</string> |
|
| 137 |
|
|
| 138 |
<string name="color_yellow4">yellow</string> |
|
| 139 |
<string name="color_white4">white</string> |
|
| 140 |
<string name="color_blue4">blue</string> |
|
| 141 |
<string name="color_green4">green</string> |
|
| 142 |
<string name="color_red4">red</string> |
|
| 143 |
<string name="color_orange4">orange</string> |
|
| 135 | 144 |
|
| 136 | 145 |
<string name="solver_cube3_title" translatable="false">Kociemba 3x3 Solver</string> |
| 137 | 146 |
<string name="solver_pduo2_title" translatable="false">Pyraminx Duo Solver</string> |
Also available in: Unified diff
Progress with the Pyraminx Duo solver