Project

General

Profile

« Previous | Next » 

Revision d7f0c07d

Added by Leszek Koltunski over 1 year ago

Beginnings of support for 'Overlays': first overlay will be the rotating star which little stars fly to when one solves a level for the first time.

View differences:

src/main/res/values/strings.xml
110 110
    <string name="color_red">red</string>
111 111
    <string name="color_orange">orange</string>
112 112

  
113
    <string name="ns_placeholder" translatable="false">+%1$d</string>
114
    <string name="sq_placeholder" translatable="false">%1$2d.</string>
115
    <string name="mo_placeholder" translatable="false">%1$d/%2$d</string>
116
    <string name="tm_placeholder" translatable="false">%1$02d:%2$02d</string>
117
    <string name="ap_placeholder" translatable="false">%1$s %2$s</string>
118

  
113 119
    <string name="ms_placeholder">%1$d ms</string>
114 120
    <string name="lv_placeholder">Level %1$d</string>
115
    <string name="tm_placeholder">%1$02d:%2$02d</string>
116
    <string name="ap_placeholder">%1$s %2$s</string>
117 121
    <string name="ti_placeholder">%1$.2f seconds</string>
118
    <string name="mo_placeholder">%1$d/%2$d</string>
119
    <string name="sq_placeholder" translatable="false">%1$2d.</string>
120 122

  
121 123
</resources>

Also available in: Unified diff