Revision ca278d11
Added by Leszek Koltunski almost 2 years ago
src/main/res/values/strings.xml | ||
---|---|---|
99 | 99 |
<string name="opengl_error" translatable="false">Error</string> |
100 | 100 |
<string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string> |
101 | 101 |
|
102 |
<string name="solver_generic_error1">Solver for this object not implemented yet!</string> |
|
102 |
<string name="solver_generic_not_implemented">Solver for this object not implemented yet!</string> |
|
103 |
<string name="solver_generic_corner_twist">One corner has to be twisted!</string> |
|
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> |
|
107 |
|
|
103 | 108 |
<string name="solver_cube3_error1">There are only %1$d %2$s facelets.</string> |
104 | 109 |
<string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string> |
105 | 110 |
<string name="solver_cube3_error3">One edge has to be flipped!</string> |
106 | 111 |
<string name="solver_cube3_error4">Not all 8 corners exist exactly once!</string> |
107 |
<string name="solver_cube3_error5">One corner has to be twisted!</string> |
|
108 | 112 |
<string name="solver_cube3_error6">Two corners or two edges have to be exchanged!</string> |
109 | 113 |
<string name="solver_cube3_error7">No solution exists for the given maximum move number!</string> |
110 | 114 |
<string name="solver_cube3_error8">Timeout, no solution found in 20 seconds!</string> |
111 | 115 |
<string name="solver_cube3_error9">Solver interrupted!</string> |
112 | 116 |
|
113 |
<string name="color_yellow">yellow</string> |
|
114 |
<string name="color_white">white</string> |
|
115 |
<string name="color_blue">blue</string> |
|
116 |
<string name="color_green">green</string> |
|
117 |
<string name="color_red">red</string> |
|
118 |
<string name="color_orange">orange</string> |
|
117 |
<string name="color_yellow1">yellow</string> |
|
118 |
<string name="color_white1">white</string> |
|
119 |
<string name="color_blue1">blue</string> |
|
120 |
<string name="color_green1">green</string> |
|
121 |
<string name="color_red1">red</string> |
|
122 |
<string name="color_orange1">orange</string> |
|
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> |
|
119 | 135 |
|
120 | 136 |
<string name="solver_cube3_title" translatable="false">Kociemba 3x3 Solver</string> |
121 | 137 |
<string name="solver_pduo2_title" translatable="false">Pyraminx Duo Solver</string> |
Also available in: Unified diff
Progress with the Pyraminx Duo solver