New translations strings.xml (English)

This commit is contained in:
Tran Khanh Duy 2020-10-25 00:21:22 +07:00
parent d7a3114976
commit 1b25e6074a

View File

@ -53,9 +53,9 @@
<string name="toast_permission_denied">The read/write to storage permission is required!</string>
<string name="toast_login_error">Something went wrong after loging in. Please contact us with the following error.\nError: %s</string>
<string name="toast_optifine_success">Install successful</string>
<string name="toast_shiftmode">Shift (sneak) button mode changed to %s</string>
<string name="toast_shiftmode_hold">Hold mode</string>
<string name="toast_shiftmode_toggle">Click toggle mode</string>
<string name="toast_shiftmode" comment="toast_shiftmode&#10;&#10;%s will be replaced with one of the following strings: toast_shiftmode_hold, toast_shiftmode_toggle">Shift (sneak) button mode changed to %s</string>
<string name="toast_shiftmode_hold" comment="toast_shiftmode_hold&#10;&#10;Continuation of the toast_shiftmode string. If your language doesn't use Capitalization, you can translate this string starting with a small letter.">Hold mode</string>
<string name="toast_shiftmode_toggle" comment="toast_shiftmode_toggle&#10;&#10;Continuation of the toast_shiftmode string. If your language doesn't use Capitalization, you can translate this string starting with a small letter.">Click toggle mode</string>
<!--
<string name="toast_3">Exit</string>
-->
@ -129,7 +129,7 @@
</string>
-->
<!-- MainActivity: strings -->
<string name="mcn_exit_title">Game exited</string>
<string name="mcn_exit_title" comment="mcn_exit_title&#10;MainActivity: strings">Game exited</string>
<string name="mcn_exit_call">Exit</string>
<string name="mcn_exit_crash">Game Crash detected! Click OK to exit.</string>
<string name="mcn_exit_errcrash">Unable to locate crash! You can ignore this.</string>