Project

General

Profile

« Previous | Next » 

Revision 4debbf44

Added by Leszek Koltunski almost 4 years ago

Reinvent the Pattern Dialog (Part 1)

View differences:

src/main/res/values/strings.xml
1 1
<resources>
2 2
    <string name="app_name">Magic Cube</string>
3
    <string name="distorted">DISTORTED</string>
4
    <string name="opengl_error">Graphics Error</string>
3
    <string name="distorted" translatable="false">DISTORTED</string>
4
    <string name="opengl_error" translatable="false">Graphics Error</string>
5 5
    <string name="scramble">Scramble</string>
6 6
    <string name="solve">Solve</string>
7 7
    <string name="exit">Exit</string>
......
58 58
    <string name="ap_placeholder">%1$s %2$s</string>
59 59
    <string name="ti_placeholder">%1$.1f seconds</string>
60 60
    <string name="mo_placeholder">%1$d/%2$d</string>
61
    <string name="sq_placeholder" translatable="false">%1$2d.</string>
61 62
</resources>

Also available in: Unified diff