Project

General

Profile

« Previous | Next » 

Revision 373fa45f

Added by Leszek Koltunski about 4 years ago

Progress making the Solver state more abstract.

View differences:

src/main/res/values/strings.xml
39 39
    <string name="credits1">Open Source app developed using the Distorted graphics library. Licensed under GPL version 2 or - at your option - any later version.</string>
40 40
    <string name="credits2">Download code, take a look at tutorials, learn how to add your own graphics effect, learn how to code your own object, contribute a Pretty Pattern, implement your own solver, or report a bug: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string>
41 41

  
42
    <string name="error1">There are not exactly 9 facelets of each color!</string>
43
    <string name="error2">Not all 12 edges exist exactly once!</string>
44
    <string name="error3">One edge has to be flipped!</string>
45
    <string name="error4">Not all 8 corners exist exactly once!</string>
46
    <string name="error5">One corner has to be twisted!</string>
47
    <string name="error6">Two corners or two edges have to be exchanged!</string>
48
    <string name="error7">No solution exists for the given maximum move number!</string>
49
    <string name="error8">Timeout, no solution found in 20 seconds!</string>
50
    <string name="error9">Solver interrupted!</string>
42
    <string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
43

  
44
    <string name="solver_cube3_error1">There are not exactly 9 facelets of each color!</string>
45
    <string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string>
46
    <string name="solver_cube3_error3">One edge has to be flipped!</string>
47
    <string name="solver_cube3_error4">Not all 8 corners exist exactly once!</string>
48
    <string name="solver_cube3_error5">One corner has to be twisted!</string>
49
    <string name="solver_cube3_error6">Two corners or two edges have to be exchanged!</string>
50
    <string name="solver_cube3_error7">No solution exists for the given maximum move number!</string>
51
    <string name="solver_cube3_error8">Timeout, no solution found in 20 seconds!</string>
52
    <string name="solver_cube3_error9">Solver interrupted!</string>
51 53

  
52 54
    <string name="ms_placeholder">%1$d ms</string>
53 55
    <string name="sc_placeholder">Scramble %1$d</string>

Also available in: Unified diff