Project

General

Profile

Download (4.71 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / values / strings.xml @ 772882ec

1 0c52af30 Leszek Koltunski
<resources>
2
    <string name="app_name">Magic Cube</string>
3 4debbf44 Leszek Koltunski
    <string name="distorted" translatable="false">DISTORTED</string>
4 0c52af30 Leszek Koltunski
    <string name="scramble">Scramble</string>
5 1cbcc6bf Leszek Koltunski
    <string name="solve">Solve</string>
6 4235de9b Leszek Koltunski
    <string name="exit">Exit</string>
7
    <string name="play">Play</string>
8 ca292407 Leszek Koltunski
    <string name="error">Error</string>
9 4c0cd600 Leszek Koltunski
    <string name="effects">Effects</string>
10 e41e7dc3 Leszek Koltunski
    <string name="solved">Solved</string>
11 7cf2637d Leszek Koltunski
    <string name="choose_pattern">Choose a Pattern</string>
12 bc511ea5 Leszek Koltunski
    <string name="new_record">New Record</string>
13
    <string name="new_record_submit">Do you want to submit it to High Scores?</string>
14 4235de9b Leszek Koltunski
    <string name="back">Back</string>
15 f6fcf06a Leszek Koltunski
    <string name="save">SAVE</string>
16 1cbcc6bf Leszek Koltunski
    <string name="ok">OK</string>
17 bc511ea5 Leszek Koltunski
    <string name="yes">YES</string>
18
    <string name="no">NO</string>
19 f895e77a Leszek Koltunski
    <string name="you">YOU</string>
20 264af0ad Leszek Koltunski
    <string name="solution">Solution</string>
21 ad9e8bb3 Leszek Koltunski
    <string name="ready">Ready?</string>
22 772882ec Leszek Koltunski
    <string name="objectchange_effect">Object Change Effect</string>
23
    <string name="solve_effect">Solve Effect</string>
24
    <string name="scramble_effect">Scramble Effect</string>
25
    <string name="win_effect">Win Effect</string>
26 1cbcc6bf Leszek Koltunski
    <string name="duration">Duration:</string>
27
    <string name="type">Type:</string>
28 f895e77a Leszek Koltunski
    <string name="choose_name">Choose a Name</string>
29
    <string name="name_taken">Name Taken</string>
30
    <string name="new_name">Before your first submit, you need to choose a name:</string>
31
    <string name="new_name_try_again">The name you have chosen, %s, is already taken. Try again:</string>
32 e41e7dc3 Leszek Koltunski
    <string name="downloading">Downloading…</string>
33 4895fff6 Leszek Koltunski
    <string name="submitting">Submitting…</string>
34 ef1f3e34 Leszek Koltunski
    <string name="view">View</string>
35 00af5060 Leszek Koltunski
    <string name="level_full">Full Scramble</string>
36 80218b07 Leszek Koltunski
37 7cf2637d Leszek Koltunski
    <string name="scores">High Scores</string>
38
    <string name="patterns">Pretty Patterns</string>
39
    <string name="control">Control the Cube</string>
40
    <string name="solver">3x3x3 Solver</string>
41
    <string name="tutorials">Tutorials</string>
42
    <string name="about">About</string>
43
44 703aee64 Leszek Koltunski
    <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 ffc03a7a Leszek Koltunski
    <string name="credits2">Pretty Patterns by Walter Randelshofer. See <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string>
46 dbddd5c5 Leszek Koltunski
    <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 6fd4a72c Leszek Koltunski
    <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 22fdfc36 Leszek Koltunski
49 6fd4a72c Leszek Koltunski
    <string name="privacy_policy" translatable="false">Privacy Policy</string>
50
    <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>
51
    <string name="accept" translatable="false">Accept</string>
52
    <string name="decline" translatable="false">Decline</string>
53 9f006481 Leszek Koltunski
    <string name="abandon_solve">Give up</string>
54 6fd4a72c Leszek Koltunski
55
    <string name="opengl_error" translatable="false">Error</string>
56
    <string name="opengl_error_text" translatable="false">This device does not support OpenGL 3.0</string>
57 373fa45f Leszek Koltunski
58 6fd4a72c Leszek Koltunski
    <string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
59 373fa45f Leszek Koltunski
    <string name="solver_cube3_error1">There are not exactly 9 facelets of each color!</string>
60
    <string name="solver_cube3_error2">Not all 12 edges exist exactly once!</string>
61
    <string name="solver_cube3_error3">One edge has to be flipped!</string>
62
    <string name="solver_cube3_error4">Not all 8 corners exist exactly once!</string>
63
    <string name="solver_cube3_error5">One corner has to be twisted!</string>
64
    <string name="solver_cube3_error6">Two corners or two edges have to be exchanged!</string>
65
    <string name="solver_cube3_error7">No solution exists for the given maximum move number!</string>
66
    <string name="solver_cube3_error8">Timeout, no solution found in 20 seconds!</string>
67
    <string name="solver_cube3_error9">Solver interrupted!</string>
68 5660465b Leszek Koltunski
69 5560eea9 Leszek Koltunski
    <string name="ms_placeholder">%1$d ms</string>
70 85b09df4 Leszek Koltunski
    <string name="lv_placeholder">Level %1$d</string>
71 0333d81e Leszek Koltunski
    <string name="tm_placeholder">%1$02d:%2$02d</string>
72 329c0aeb Leszek Koltunski
    <string name="ap_placeholder">%1$s %2$s</string>
73 79e752b3 Leszek Koltunski
    <string name="ti_placeholder">%1$.2f seconds</string>
74 aa171dee Leszek Koltunski
    <string name="mo_placeholder">%1$d/%2$d</string>
75 4debbf44 Leszek Koltunski
    <string name="sq_placeholder" translatable="false">%1$2d.</string>
76 6fd4a72c Leszek Koltunski
77 0c52af30 Leszek Koltunski
</resources>