New translations strings.xml (English)

This commit is contained in:
Tran Khanh Duy 2020-10-23 21:02:06 +07:00
parent 33b06cc3a9
commit e8f28fe2bb

View File

@ -1,21 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- App name part -->
<string name="app_name">PojavLauncher (Minecraft: Java Edition for Android)</string>
<string name="app_short_name">PojavLauncher</string>
<string name="app_motd">Launch Minecraft: Java Edition in your device!</string>
<!-- Action bar part -->
<string name="actionbar_help">HELP</string>
<!-- Languages list part -->
<string name="language_name">ENGLISH - US</string>
<!-- Logging output -->
<string name="log_title">Log output</string>
<!-- Login strings -->
<string name="login_online_username_hint">Email or username</string>
<string name="login_online_username_question">(Which one do I use?)</string>
<string name="login_online_password_hint">Password</string>
<string name="login_online_password_question">Forgot password?</string>
<string name="login_online_remember">Remember me?</string>
<string name="login_online_check_keeplogin">Keep me logged in</string>
<string name="login_online_login_label">Login</string>
<string name="login_online_create_account">(Create new account?)</string>
<string name="login_offline_switch">Offline account?</string>
<string name="login_offline_label">Login as a offline account</string>
<string name="login_offline_alert_skip">Skip</string>
<string name="login_error_short_username">Username must be at least 3 characters long</string>
<string name="login_error_exist_username">This username already exist</string>
<string name="login_select_account">Select account</string>
<!-- Hint -->
<string name="hint_select_account">To select an account, click. To delete an account, hold.</string>
<string name="hint_control_mapping">"This feature is not yet finished so you can't apply any custom controls at the moment!\nSwipe from right to left to open the menu ◀\nHold any buttons to customize them: edit, resize or delete."</string>
<!-- Warning -->
<string name="warning_title">Warning</string>
<string name="warning_msg">This app is not compatible with your Android version (has to be above or equal Android 7.0). You can use VMOS, then install this app on VMOS instead. VMOS was removed in the Play Store, you will have to install it manually.</string>
<string name="warning_noshowagain">Don\'t show again</string>
<string name="warning_action_install">Install VMOS</string>
<string name="warning_action_tryanyway">Try anyway</string>
<string name="warning_action_exit">Exit</string>
<string name="warning_remove_account">This account will be removed!</string>
<!-- AlertDialog title -->
<string name="alerttitle_selectkeymap">Select a keymap json</string>
<string name="alerttitle_installmod">Select a mod to add</string>
<string name="alerttitle_installoptifine">Select OptiFine jar file</string>
<!-- Error messages -->
<string name="error_fatal">PojavLauncher has unexpectedly crashed</string>
<string name="error_checklog">Error! Please check the log below: %s</string>
<string name="error_no_version">No version!</string>
<string name="error_load_version">Unable to load version %s</string>
<string name="error_convert_lib">Unable to convert library %s</string>
<string name="error_convert_client">Unable to convert Minecraft %s</string>
<string name="error_show_more">Show more</string>
<string name="error_show_less">Show less</string>
<!-- Toast messages -->
<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_3">Exit</string>
-->
<!-- MCLauncherActivity: Tabs -->
<string name="mcl_tab_news">Launcher news</string>
<string name="mcl_tab_console">Development console</string>
<string name="mcl_tab_crash">Crash log</string>
<!-- MCLauncherActivity: Strings -->
<string name="mcl_version_msg">Ready to play Minecraft %s</string>
<string name="mcl_launch_cleancache">Cleaning cache files</string>
<string name="mcl_launch_downloading">Downloading %s</string>
<string name="mcl_launch_download_lib">Downloading library %s</string>
<string name="mcl_launch_download_client">Downloading Minecraft %s</string>
<string name="mcl_launch_convert_lib">Converting library %s</string>
<string name="mcl_launch_convert_client">Converting Minecraft %s</string>
<string name="mcl_launch_patch_client">Patching Minecraft %s</string>
<string name="mcl_launch_download_assets">Preparing to download resources</string>
<string name="mcl_options">Options</string>
<string name="mcl_option_modmgr">Mod manager (under construction)</string>
<string name="mcl_option_optifineinstall">Install OptiFine</string>
<string name="mcl_option_checkupdate">Check for updates</string>
<string name="mcl_option_customcontrol">Custom controls</string>
<string name="mcl_option_settings">Settings</string>
<string name="mcl_option_about">About</string>
<string name="mcl_setting_title_setmaxdxref">Set max DX references</string>
<string name="mcl_setting_subtitle_setmaxdxref">Increase If an error happend while converting too many ... references. You may need to try the multi-dex option. multi-dex setting recommendation: 4096 or 8192.</string>
<string name="mcl_setting_title_freeform">Launch Minecraft in Freeform mode</string>
<string name="mcl_setting_subtitle_freeform">Launch Minecraft in a floating window (Requires Android 7.0 or newer)</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_title_controlsize">Set button size</string>
<string name="mcl_setting_title_forgetoptifpath">Make OptiFine unable to locate itself</string>
<string name="mcl_setting_subtitle_forgetoptifpath">Useful for making OptiFine launchable on some devices.</string>
<string name="mcl_setting_category_general">General settings</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_snapshot">Snapshot</string>
<string name="mcl_setting_veroption_oldalpha">Old-alpha</string>
<string name="mcl_setting_veroption_oldbeta">Old-beta</string>
<string name="mcl_version_clone">Clone</string>
<!-- Global strings -->
<string name="global_add">Add</string>
<string name="global_edit">Edit</string>
<string name="global_error">Error</string>
<string name="global_load">Load</string>
<string name="global_name">Name</string>
<string name="global_remove">Remove</string>
<string name="global_restart">Restart</string>
<string name="global_save">Save</string>
<string name="global_error_field_empty">This field can\'t be empty</string>
<!--
<string name="mcl_about">
%1$s BETA (Minecraft Java launcher for Android), version " + PathTools.usingVerName + "\n" +
@ -39,7 +129,52 @@
</string>
-->
<!-- MainActivity: strings -->
<string name="mcn_exit_title">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>
<string name="mcn_exit_confirm">Are you sure you want to force close?</string>
<!-- MainActivity: Control buttons -->
<string name="controls">Controls</string>
<string name="control_toggle">GUI</string>
<string name="control_keyboard">Keyboard</string>
<string name="control_chat">Chat</string>
<string name="control_debug">Debug</string>
<string name="control_zoom">Zoom (C)</string>
<string name="control_primary">Pri</string>
<string name="control_secondary">Sec</string>
<string name="control_shift"></string>
<string name="control_inventory">Inv</string>
<string name="control_up">🔼</string>
<string name="control_left"></string>
<string name="control_right"></string>
<string name="control_down">🔽</string>
<string name="control_jump"></string>
<string name="control_thirdperson">3rd</string>
<string name="control_listplayers">Tab</string>
<string name="control_mouse">Mouse</string>
<string name="control_mouseoff">Mouse: off</string>
<string name="control_mouseon">Mouse: on </string>
<!-- MainActivity: Menu advanced controls -->
<string name="control_forceclose">Force close</string>
<string name="control_viewout">Log output</string>
<string name="control_adebug">PointerCapture Debug</string>
<string name="control_customkey">Send custom keycode</string>
<string name="control_shiftmodechg">Change Shift (Sneak) mode</string>
<string name="customctrl_keyname">Keycode</string>
<string name="customctrl_specialkey">Special Key</string>
<string name="customctrl_hidden">Hidden</string>
<string name="customctrl_addbutton">Add button</string>
<string name="customctrl_title_selectctrl">Select default Control json</string>
<string name="customctrl_selectdefault">Select default Control json</string>
<!-- Update part (unused now) -->
<string name="update_console">Update console</string>
<string name="main_options">Options</string>
<string name="main_play">Play</string>
<string name="main_welcome">Welcome,</string>
<string name="main_infodev">Info (DEV)</string>
<string name="main_switchuser">Switch user</string>
<string name="main_version_">Version:</string>
<string name="main_nocrash">No crash detected</string>
<string name="main_nolog">No log.</string>
</resources>