Revision afcae97f
Added by Leszek Koltunski over 2 years ago
src/main/res/values/strings.xml | ||
---|---|---|
1 | 1 |
<resources> |
2 |
<string name="app_name">Magic Cube</string> |
|
2 |
<string name="app_name" translatable="false">Magic Cube</string>
|
|
3 | 3 |
<string name="distorted" translatable="false">DISTORTED</string> |
4 | 4 |
<string name="scramble">Scramble</string> |
5 | 5 |
<string name="solve">Solve</string> |
... | ... | |
60 | 60 |
|
61 | 61 |
<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> |
62 | 62 |
<string name="credits2">Pretty Patterns by Walter Randelshofer. See <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string> |
63 |
<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>
|
|
63 |
<string name="credits3">Rubik and Rubik Cube are registered trademarks. We are not affiliated with it.</string>
|
|
64 | 64 |
<string name="credits4" translatable="false">Please see our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/Privacy_policy">Privacy Policy</a></string> |
65 | 65 |
|
66 | 66 |
<string name="privacy_policy" translatable="false">Privacy Policy</string> |
Also available in: Unified diff
Stop giving different app names in different languages.
Remove the licensing info from the About Dialog.