mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-09 12:43:36 -04:00
New translations strings.xml (Serbian (Cyrillic))
This commit is contained in:
parent
5f35421f7c
commit
2dec416cb7
45
app/src/main/res/values-sr/strings.xml
Normal file
45
app/src/main/res/values-sr/strings.xml
Normal file
@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- App name part -->
|
||||
<!-- Action bar part -->
|
||||
<!-- Languages list part -->
|
||||
<!-- Logging output -->
|
||||
<!-- Login strings -->
|
||||
<!-- Hint -->
|
||||
<!-- Warning -->
|
||||
<!-- AlertDialog title -->
|
||||
<!-- Error messages -->
|
||||
<!-- Toast messages -->
|
||||
<!--
|
||||
<string name="toast_3">Exit</string>
|
||||
-->
|
||||
<!-- MCLauncherActivity: Tabs -->
|
||||
<!-- MCLauncherActivity: Strings -->
|
||||
<!-- Global strings -->
|
||||
<!--
|
||||
<string name="mcl_about">
|
||||
%1$s BETA (Minecraft Java launcher for Android), version " + PathTools.usingVerName + "\n" +
|
||||
" - by Khanh Duy Tran (based from \"Boardwalk\" app)\n" +
|
||||
"Using libraries:\n" +
|
||||
" • LWJGL " + org.lwjgl.Sys.getVersion() + "\n" +
|
||||
//" • Boardwalk memory manager (not used now).\n" +
|
||||
" • gl4es: OpenGL for OpenGL ES devices by lunixbochs and ptitSeb.\n" +
|
||||
" • dx: tool to convert.\n" +
|
||||
" • Java AWT Implementation includes:\n" +
|
||||
" - Boardwalk's makeshift.\n" +
|
||||
" - Apache Harmony AWT Framework.\n" +
|
||||
" - OpenJDK 7 codes implementation.\n" +
|
||||
" - Developer code implement (copy text, open browser,...)\n" +
|
||||
"\n" +
|
||||
"* Notes:\n" +
|
||||
" - This app is currently BETA, it will not be stable.\n" +
|
||||
//"* This app will unstable on Android 7.0 or higher devices.\n" +
|
||||
" - This app only use LWJGL2 and don't have a JRE8 desugar, so doesn't support 1.13 or higher versions.\n" +
|
||||
" - This app is not affiliated with Minecraft, Mojang or Microsoft.\n")
|
||||
</string>
|
||||
-->
|
||||
<!-- MainActivity: strings -->
|
||||
<!-- MainActivity: Control buttons -->
|
||||
<!-- MainActivity: Menu advanced controls -->
|
||||
<!-- Update part (unused now) -->
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user