1
|
<resources>
|
2
|
<string name="app_name">Magic Cube</string>
|
3
|
<string name="distorted">DISTORTED</string>
|
4
|
<string name="opengl_error">Graphics Error</string>
|
5
|
<string name="scramble">Scramble</string>
|
6
|
<string name="solve">Solve</string>
|
7
|
<string name="exit">Exit</string>
|
8
|
<string name="play">Play</string>
|
9
|
<string name="error">Error</string>
|
10
|
<string name="effects">Effects</string>
|
11
|
<string name="scores">High Scores</string>
|
12
|
<string name="patterns">Pretty Patterns</string>
|
13
|
<string name="choose_pattern">Choose a Pattern</string>
|
14
|
<string name="solver">3x3x3 Solver</string>
|
15
|
<string name="about">About</string>
|
16
|
<string name="solved">Solved</string>
|
17
|
<string name="new_record">New Record</string>
|
18
|
<string name="new_record_submit">Do you want to submit it to High Scores?</string>
|
19
|
<string name="back">Back</string>
|
20
|
<string name="save">SAVE</string>
|
21
|
<string name="ok">OK</string>
|
22
|
<string name="yes">YES</string>
|
23
|
<string name="no">NO</string>
|
24
|
<string name="you">YOU</string>
|
25
|
<string name="solution">Solution</string>
|
26
|
<string name="ready">Ready?</string>
|
27
|
<string name="objectchange_effect">Object Change Effect</string>
|
28
|
<string name="solve_effect">Solve Effect</string>
|
29
|
<string name="scramble_effect">Scramble Effect</string>
|
30
|
<string name="win_effect">Win Effect</string>
|
31
|
<string name="duration">Duration:</string>
|
32
|
<string name="type">Type:</string>
|
33
|
<string name="choose_name">Choose a Name</string>
|
34
|
<string name="name_taken">Name Taken</string>
|
35
|
<string name="new_name">Before your first submit, you need to choose a name:</string>
|
36
|
<string name="new_name_try_again">The name you have chosen, %s, is already taken. Try again:</string>
|
37
|
<string name="downloading">Downloading…</string>
|
38
|
<string name="submitting">Submitting…</string>
|
39
|
<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>
|
40
|
<string name="credits2">Pretty Patterns by Walter Randelshofer. See <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string>
|
41
|
<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>
|
42
|
|
43
|
<string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
|
44
|
|
45
|
<string name="solver_cube3_error1">There are not exactly 9 facelets of each color!</string>
|
46
|
<string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string>
|
47
|
<string name="solver_cube3_error3">One edge has to be flipped!</string>
|
48
|
<string name="solver_cube3_error4">Not all 8 corners exist exactly once!</string>
|
49
|
<string name="solver_cube3_error5">One corner has to be twisted!</string>
|
50
|
<string name="solver_cube3_error6">Two corners or two edges have to be exchanged!</string>
|
51
|
<string name="solver_cube3_error7">No solution exists for the given maximum move number!</string>
|
52
|
<string name="solver_cube3_error8">Timeout, no solution found in 20 seconds!</string>
|
53
|
<string name="solver_cube3_error9">Solver interrupted!</string>
|
54
|
|
55
|
<string name="ms_placeholder">%1$d ms</string>
|
56
|
<string name="lv_placeholder">Level %1$d</string>
|
57
|
<string name="tm_placeholder">%1$02d:%2$02d</string>
|
58
|
<string name="ap_placeholder">%1$s %2$s</string>
|
59
|
<string name="ti_placeholder">%1$.1f seconds</string>
|
60
|
<string name="mo_placeholder">%1$d/%2$d</string>
|
61
|
</resources>
|