New translations strings.xml (English)

This commit is contained in:
Duy Tran Khanh 2021-03-20 19:49:40 +07:00
parent a94de1f5fc
commit 493c25d9aa

View File

@ -68,6 +68,8 @@
<string name="mcl_setting_subtitle_resolution_scaler">Allows you to decrease the game resolution. 100% is full resolution</string> <string name="mcl_setting_subtitle_resolution_scaler">Allows you to decrease the game resolution. 100% is full resolution</string>
<string name="mcl_setting_title_longpresstrigger">Trigger press duration</string> <string name="mcl_setting_title_longpresstrigger">Trigger press duration</string>
<string name="mcl_setting_subtitle_longpresstrigger">Trigger press duration for destroying blocks and dropping items.</string> <string name="mcl_setting_subtitle_longpresstrigger">Trigger press duration for destroying blocks and dropping items.</string>
<string name="mcl_setting_title_flat_button_style">Flat button style</string>
<string name="mcl_setting_subtitle_flat_button_style">Enable this to change control button style to flat.</string>
<string name="mcl_setting_title_buttonscale">Control buttons scaling</string> <string name="mcl_setting_title_buttonscale">Control buttons scaling</string>
<string name="mcl_setting_subtitle_buttonscale">Upscale them if buttons are too small.</string> <string name="mcl_setting_subtitle_buttonscale">Upscale them if buttons are too small.</string>
<string name="mcl_setting_title_mousescale">Mouse scaling</string> <string name="mcl_setting_title_mousescale">Mouse scaling</string>
@ -76,6 +78,7 @@
<string name="mcl_setting_subtitle_javaargs">Be careful, this can make the game crash if modified without any prior knowledge.</string> <string name="mcl_setting_subtitle_javaargs">Be careful, this can make the game crash if modified without any prior knowledge.</string>
<string name="mcl_setting_category_general">General settings</string> <string name="mcl_setting_category_general">General settings</string>
<string name="mcl_setting_category_scaling">Scaling settings</string> <string name="mcl_setting_category_scaling">Scaling settings</string>
<string name="mcl_setting_category_renderer">Renderer</string>
<string name="mcl_setting_category_veroption">Version type will be in the version list</string> <string name="mcl_setting_category_veroption">Version type will be in the version list</string>
<string name="mcl_setting_veroption_release">Release</string> <string name="mcl_setting_veroption_release">Release</string>
<string name="mcl_setting_veroption_snapshot">Snapshot</string> <string name="mcl_setting_veroption_snapshot">Snapshot</string>
@ -173,4 +176,13 @@
<string name="auto_ram_subtitle">Enables automatic RAM adjuster</string> <string name="auto_ram_subtitle">Enables automatic RAM adjuster</string>
<string name="auto_ram_title">Auto RAM</string> <string name="auto_ram_title">Auto RAM</string>
<string name="autoram_info_msg">Memory set to %d MB</string> <string name="autoram_info_msg">Memory set to %d MB</string>
<string name="mcl_setting_check_libraries">Check libraries after downloading</string>
<string name="mcl_setting_check_libraries_subtitle">This option forces launcher to check the library hash if it\'s available. Prevents broken downloads.</string>
<string name="dl_library_sha_fail">Library %s is damaged and will be redownloaded</string>
<string name="dl_library_sha_unknown">Library %s can\'t be checked, have to assume it\'s good</string>
<string name="dl_library_sha_pass">Library %s is fine and usable</string>
<string name="mcl_disable_gestures">Disable gestures</string>
<string name="mcl_disable_gestures_subtitle">Disables gestures, such as hold to break block, and tap to place a block.</string>
<string name="mcl_setting_title_mousespeed">Mouse Speed</string>
<string name="mcl_setting_subtitle_mousespeed">Changes the speed of the software mouse</string>
</resources> </resources>