Project

General

Profile

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

magiccube / src / main / res / values / strings.xml @ 373fa45f

1
<resources>
2
    <string name="app_name">Magic Cube</string>
3
    <string name="app_version">1.0.0</string>
4
    <string name="distorted">DISTORTED</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="sizechange_effect">Size 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 GPL version 2 or - at your option - any later version.</string>
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

    
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>
53

    
54
    <string name="ms_placeholder">%1$d ms</string>
55
    <string name="sc_placeholder">Scramble %1$d</string>
56
    <string name="tm_placeholder">%1$02d:%2$02d</string>
57
    <string name="ap_placeholder">%1$s %2$s</string>
58
    <string name="ti_placeholder">%1$.1f seconds</string>
59
    <string name="mo_placeholder">%1$d/%2$d</string>
60
</resources>
(2-2/3)