|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<resources> |
| 3 | + <!-- App name part --> |
| 4 | + <!-- Action bar part --> |
| 5 | + <!-- Languages list part --> |
| 6 | + <!-- Logging output --> |
| 7 | + <!-- Login strings --> |
| 8 | + <!-- Hint --> |
| 9 | + <!-- Warning --> |
| 10 | + <!-- AlertDialog title --> |
| 11 | + <!-- Error messages --> |
| 12 | + <!-- Toast messages --> |
| 13 | + <!-- |
| 14 | + <string name="toast_3">Exit</string> |
| 15 | + --> |
| 16 | + <!-- MCLauncherActivity: Tabs --> |
| 17 | + <!-- MCLauncherActivity: Strings --> |
| 18 | + <!-- Global strings --> |
| 19 | + <!-- |
| 20 | + <string name="mcl_about"> |
| 21 | +%1$s BETA (Minecraft Java launcher for Android), version " + PathTools.usingVerName + "\n" + |
| 22 | + " - by Khanh Duy Tran (based from \"Boardwalk\" app)\n" + |
| 23 | + "Using libraries:\n" + |
| 24 | + " • LWJGL " + org.lwjgl.Sys.getVersion() + "\n" + |
| 25 | + //" • Boardwalk memory manager (not used now).\n" + |
| 26 | + " • gl4es: OpenGL for OpenGL ES devices by lunixbochs and ptitSeb.\n" + |
| 27 | + " • dx: tool to convert.\n" + |
| 28 | + " • Java AWT Implementation includes:\n" + |
| 29 | + " - Boardwalk's makeshift.\n" + |
| 30 | + " - Apache Harmony AWT Framework.\n" + |
| 31 | + " - OpenJDK 7 codes implementation.\n" + |
| 32 | + " - Developer code implement (copy text, open browser,...)\n" + |
| 33 | + "\n" + |
| 34 | + "* Notes:\n" + |
| 35 | + " - This app is currently BETA, it will not be stable.\n" + |
| 36 | + //"* This app will unstable on Android 7.0 or higher devices.\n" + |
| 37 | + " - This app only use LWJGL2 and don't have a JRE8 desugar, so doesn't support 1.13 or higher versions.\n" + |
| 38 | + " - This app is not affiliated with Minecraft, Mojang or Microsoft.\n") |
| 39 | + </string> |
| 40 | +--> |
| 41 | + <!-- MainActivity: strings --> |
| 42 | + <!-- MainActivity: Control buttons --> |
| 43 | + <!-- MainActivity: Menu advanced controls --> |
| 44 | + <!-- Update part (unused now) --> |
| 45 | +</resources> |
0 commit comments