Project

General

Profile

« Previous | Next » 

Revision f702f4ef

Added by Leszek Koltunski almost 2 years ago

Make error reporting in the Solver a bit better.

View differences:

src/main/res/values/strings.xml
90 90
    <string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string>
91 91

  
92 92
    <string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
93
    <string name="solver_cube3_error1">There are not exactly 9 facelets of each color!</string>
93
    <string name="solver_cube3_error1">There are only %1$d %2$s facelets.</string>
94 94
    <string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string>
95 95
    <string name="solver_cube3_error3">One edge has to be flipped!</string>
96 96
    <string name="solver_cube3_error4">Not all 8 corners exist exactly once!</string>
......
100 100
    <string name="solver_cube3_error8">Timeout, no solution found in 20 seconds!</string>
101 101
    <string name="solver_cube3_error9">Solver interrupted!</string>
102 102

  
103
    <string name="color_yellow">yellow</string>
104
    <string name="color_white">white</string>
105
    <string name="color_blue">blue</string>
106
    <string name="color_green">green</string>
107
    <string name="color_red">red</string>
108
    <string name="color_orange">orange</string>
109

  
103 110
    <string name="ms_placeholder">%1$d ms</string>
104 111
    <string name="lv_placeholder">Level %1$d</string>
105 112
    <string name="tm_placeholder">%1$02d:%2$02d</string>

Also available in: Unified diff