Project

General

Profile

« Previous | Next » 

Revision 6fd4a72c

Added by Leszek Koltunski about 4 years ago

Preparation for the Object Info popup: add the name, inventor, complexity info to each object.

View differences:

src/main/res/values/strings.xml
1 1
<resources>
2 2
    <string name="app_name">Magic Cube</string>
3 3
    <string name="distorted" translatable="false">DISTORTED</string>
4
    <string name="opengl_error" translatable="false">Error</string>
5
    <string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string>
6 4
    <string name="scramble">Scramble</string>
7 5
    <string name="solve">Solve</string>
8 6
    <string name="exit">Exit</string>
......
37 35
    <string name="new_name_try_again">The name you have chosen, %s, is already taken. Try again:</string>
38 36
    <string name="downloading">Downloading…</string>
39 37
    <string name="submitting">Submitting…</string>
40
    <string name="privacy_policy">Privacy Policy</string>
41
    <string name="privacy_policy_text">Please see and accept our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/Privacy_policy">Privacy Policy</a></string>
42
    <string name="accept">Accept</string>
43
    <string name="decline">Decline</string>
44 38
    <string name="credits1">Open Source app developed using the Distorted graphics library. Licensed under <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPL version 2</a> or - at your option - any later version.</string>
45 39
    <string name="credits2">Pretty Patterns by Walter Randelshofer. See <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string>
46 40
    <string name="credits3">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>
47
    <string name="credits4">Please see our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/Privacy_policy">Privacy Policy</a></string>
41
    <string name="credits4" translatable="false">Please see our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/Privacy_policy">Privacy Policy</a></string>
48 42

  
49
    <string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
43
    <string name="privacy_policy" translatable="false">Privacy Policy</string>
44
    <string name="privacy_policy_text" translatable="false">Please see and accept our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/Privacy_policy">Privacy Policy</a></string>
45
    <string name="accept" translatable="false">Accept</string>
46
    <string name="decline" translatable="false">Decline</string>
47

  
48
    <string name="opengl_error" translatable="false">Error</string>
49
    <string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string>
50 50

  
51
    <string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
51 52
    <string name="solver_cube3_error1">There are not exactly 9 facelets of each color!</string>
52 53
    <string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string>
53 54
    <string name="solver_cube3_error3">One edge has to be flipped!</string>
......
65 66
    <string name="ti_placeholder">%1$.2f seconds</string>
66 67
    <string name="mo_placeholder">%1$d/%2$d</string>
67 68
    <string name="sq_placeholder" translatable="false">%1$2d.</string>
69

  
70
    <string name="cube2" translatable="false">Pocket Cube</string>
71
    <string name="cube3" translatable="false">Rubik Cube</string>
72
    <string name="cube4" translatable="false">Rubik\'s Revenge</string>
73
    <string name="cube5" translatable="false">Professor\'s Cube</string>
74
    <string name="pyra3" translatable="false">Pyraminx</string>
75
    <string name="pyra4" translatable="false">Master Pyraminx</string>
76
    <string name="pyra5" translatable="false">Professor\'s Pyraminx</string>
77
    <string name="skew2" translatable="false">Skewb</string>
78
    <string name="skew3" translatable="false">Master Skewb</string>
79
    <string name="diam2" translatable="false">Skewb Diamond</string>
80
    <string name="redi2" translatable="false">Redi Cube</string>
81
    <string name="heli3" translatable="false">Helicopter Cube</string>
82
    <string name="ivy2"  translatable="false">Ivy Cube</string>
83
    <string name="dino3" translatable="false">Dino Cube (6 color)</string>
84
    <string name="din43" translatable="false">Dino Cube (4 color)</string>
85

  
86
    <string name="cube2_inventor" translatable="false">Larry Nichols, 1970</string>
87
    <string name="cube3_inventor" translatable="false">Ernő Rubik, 1974</string>
88
    <string name="cube4_inventor" translatable="false">Péter Sebestény, 1981</string>
89
    <string name="cube5_inventor" translatable="false">Udo Krell, 1981</string>
90
    <string name="pyra3_inventor" translatable="false">Uwe Meffert, 1970</string>
91
    <string name="pyra4_inventor" translatable="false">Katsuhiko Okamoto, 2002</string>
92
    <string name="pyra5_inventor" translatable="false">Timur Evbatyrov, 2011</string>
93
    <string name="skew2_inventor" translatable="false">Tony Durham, 1982</string>
94
    <string name="skew3_inventor" translatable="false">Katsuhiko Okamoto, 2003</string>
95
    <string name="diam2_inventor" translatable="false">Uwe Meffert, 1984</string>
96
    <string name="redi2_inventor" translatable="false">Oskar van Deventer, 2009</string>
97
    <string name="heli3_inventor" translatable="false">Adam G. Cowan, 2006</string>
98
    <string name="ivy2_inventor"  translatable="false">Eitan Cher, 2009</string>
99
    <string name="dino3_inventor" translatable="false">Robert Webb, 1985</string>
100
    <string name="din43_inventor" translatable="false">Robert Webb, 1985</string>
101

  
68 102
</resources>

Also available in: Unified diff