mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-06-11 02:34:29 -04:00
517 lines
38 KiB
XML
517 lines
38 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||
<!-- App name part -->
|
||
<string name="app_name" translatable="false">Amethyst</string>
|
||
|
||
<!-- Action bar part -->
|
||
|
||
<!-- Languages list part -->
|
||
|
||
<!-- Login strings -->
|
||
<string name="login_online_username_hint">Username</string>
|
||
<string name="login_online_login_label">Login</string>
|
||
|
||
<!-- Hint -->
|
||
<string name="hint_control_mapping">"Touch the top center cogwheel to open the context menu ⚙\nTap a button to customize: edit, resize, remove, or change its keybinds."</string>
|
||
|
||
<!-- Warnings -->
|
||
<string name="warning_remove_account">This account will be removed!</string>
|
||
|
||
<!-- AlertDialog title -->
|
||
<string name="alerttitle_installmod">Select a mod installer</string>
|
||
|
||
<!-- Error messages -->
|
||
<string name="error_fatal">Amethyst has unexpectedly crashed</string>
|
||
<string name="error_no_version">No version!</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_optifine_success">Install successful</string>
|
||
<!--
|
||
<string name="toast_3">Exit</string>
|
||
-->
|
||
|
||
<!-- MCLauncherActivity: Tabs -->
|
||
<string name="mcl_tab_wiki">Wiki</string>
|
||
|
||
<!-- MCLauncherActivity: Account status -->
|
||
|
||
<!-- MCLauncherActivity: Strings -->
|
||
<string name="mcl_launch_cleancache">Cleaning cache files</string>
|
||
<string name="mcl_launch_downloading">Downloading %s</string>
|
||
<string name="mcl_launch_downloading_progress">"Downloading %s (%.2f MB / %.2f MB)"</string>
|
||
<string name="mcl_launch_download_assets">Preparing to download resources</string>
|
||
|
||
<string name="mcl_options">Options</string>
|
||
<string name="mcl_option_customcontrol">Custom controls</string>
|
||
|
||
|
||
<string name="mcl_setting_title_use_surface_view">Use alternate surface rendering</string>
|
||
<string name="mcl_setting_subtitle_use_surface_view">May help performance in GPU bound scenarios.</string>
|
||
<string name="mcl_setting_title_ignore_notch">Ignore notch</string>
|
||
<string name="mcl_setting_subtitle_ignore_notch">Ignores the notch and extends the screen under it.\nGives you a more immersive experience.</string>
|
||
<string name="mcl_setting_title_resolution_scaler">Resolution Scaler</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 long press delay</string>
|
||
<string name="mcl_setting_subtitle_longpresstrigger">Change long press trigger delay for destroying blocks and dropping items.</string>
|
||
<string name="mcl_setting_title_buttonscale">Control buttons scaling</string>
|
||
<string name="mcl_setting_subtitle_buttonscale">Upscale them if the buttons are too small.</string>
|
||
<string name="mcl_setting_title_mousescale">Mouse scaling</string>
|
||
<string name="mcl_setting_subtitle_mousescale">Change the size of the virtual mouse.</string>
|
||
<string name="mcl_setting_title_javaargs">JVM Launch arguments</string>
|
||
<string name="mcl_setting_subtitle_javaargs">Be careful, this may make game crash if modified without knowledge.</string>
|
||
<string name="mcl_setting_title_renderer_settings">Extra Renderer Settings</string>
|
||
<string name="mcl_setting_title_renderer_subtitle">Renderer specific settings</string>
|
||
<string name="mcl_setting_category_renderer">Renderer</string>
|
||
<string name="mcl_setting_renderer_gles2_4">Holy GL4ES - (1.21.4< only, fast)</string>
|
||
<string name="mcl_setting_renderer_ng_gl4es">Krypton Wrapper - (all versions, fast)</string>
|
||
<string name="mcl_setting_renderer_vulkan_zink">Zink (Vulkan) - (all versions, mid)</string>
|
||
<string name="mcl_setting_renderer_mobileglues">MobileGlues (OpenGL ES) - (1.17+ only, fast)</string>
|
||
<string name="mcl_setting_renderer_mobilegl_gles">MobileGL (OpenGL ES) - (1.17+ only, testing) </string>
|
||
<string name="mcl_setting_renderer_mobilegl_vk">MobileGL (Vulkan) - (1.17+ only, testing) </string>
|
||
<string name="mcl_setting_renderer_ltw">LTW (OpenGL ES 3) - 1.17+ only</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_setting_java_sandbox">Sandbox .jar execution</string>
|
||
<string name="mcl_setting_java_sandbox_subtitle">Control the availability of the sandbox security manager when executing a .jar file.</string>
|
||
<string name="mcl_version_clone">Clone</string>
|
||
|
||
<!-- Global strings -->
|
||
<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_clone">Clone</string>
|
||
<string name="global_restart">Restart</string>
|
||
<string name="global_save">Save</string>
|
||
<string name="global_unpacking">Unpacking %s</string>
|
||
<string name="global_error_field_empty">This field can\'t be empty</string>
|
||
<string name="global_waiting">Wait</string>
|
||
<string name="global_select">Select</string>
|
||
<string name="global_retry">Retry</string>
|
||
<string name="global_default">Default</string>
|
||
<string name="global_off">Off</string>
|
||
|
||
<!-- MainActivity: strings -->
|
||
<string name="mcn_exit_title">Application/Game exited with code %d, check latestlog.txt for more details.</string>
|
||
<string name="mcn_signal_title">Application/Game aborted by fatal signal %d, check latestlog.txt for more details.</string>
|
||
<string name="mcn_exit_confirm">Are you sure want to force close?</string>
|
||
<string name="mcn_check_fail_vulkan_support">Zink (Vulkan) renderer is not supported on this device!</string>
|
||
|
||
<!-- MainActivity: Control buttons -->
|
||
<string name="control_chat">Chat</string>
|
||
<string name="control_debug">Debug</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">Input Debug</string>
|
||
<string name="control_customkey">Send custom keycode</string>
|
||
|
||
<!-- ImportControlActivity Strings -->
|
||
<string name="import_control_label">Import controls</string>
|
||
<string name="import_control_invalid_file">Invalid or corrupted file</string>
|
||
<string name="import_control_import_button">import controls</string>
|
||
<string name="import_control_verifying_file">File is being verified, please wait and try again…</string>
|
||
<string name="import_control_invalid_name">Invalid name or file already exists</string>
|
||
<string name="import_control_done">Importation done</string>
|
||
<!--
|
||
<string name="control_more3"></string>
|
||
<string name="control_more4"></string>
|
||
-->
|
||
|
||
<string name="customctrl_toggle">Toggleable</string>
|
||
<string name="customctrl_size">Size</string>
|
||
|
||
<string name="customctrl_mapping">Mapping</string>
|
||
<string name="customctrl_orientation">Orientation</string>
|
||
<string name="customctrl_background_color">Background color</string>
|
||
<string name="customctrl_corner_radius">Corner radius</string>
|
||
<string name="customctrl_stroke_width">Stroke width</string>
|
||
<string name="customctrl_stroke_color">Stroke color</string>
|
||
|
||
<string name="customctrl_button_opacity">Button Opacity</string>
|
||
|
||
<string name="customctrl_addbutton">Add button</string>
|
||
<string name="customctrl_addbutton_drawer">Add button drawer</string>
|
||
<string name="customctrl_addbutton_joystick">Add joystick</string>
|
||
<string name="customctrl_addsubbutton">Add sub-button</string>
|
||
|
||
<string name="customctrl_selectdefault">Select default controlmap</string>
|
||
<string name="customctrl_export">Export controlmap</string>
|
||
|
||
<string name="main_share_logs">Share log file</string>
|
||
<string name="main_install_jar_file">Execute a .jar</string>
|
||
<string name="main_play">Play</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 the 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_gamepad_SDL">Enable SDL controller backend</string>
|
||
<string name="mcl_gamepad_SDL_subtitle">Enables SDL controller backend. Has better mod support. Falls back to GLFW if not used.</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_disable_swap_hand">Disable double tap to swap hands</string>
|
||
<string name="mcl_disable_swap_hand_subtitle">Disables double tapping on the hotbar item to swap it in the second hand.</string>
|
||
<string name="mcl_setting_title_mousespeed">Mouse Speed</string>
|
||
<string name="mcl_setting_subtitle_mousespeed">Changes the speed of the virtual mouse.</string>
|
||
<string name="mcl_setting_title_grab_mouse">Use virtual cursor</string>
|
||
<string name="mcl_setting_subtitle_grab_mouse">Ensures the cursor stays inside the game. Prevents mouse from clicking touch control layout.</string>
|
||
<string name="customctrl_passthru">Mouse pass-thru</string>
|
||
<string name="customctrl_swipeable">Swipeable</string>
|
||
<string name="customctrl_forward_lock">Forward lock</string>
|
||
<string name="customctrl_absolute_tracking">Absolute finger tracking</string>
|
||
<string name="memory_warning_msg">The current amount of free RAM (%d) is lower than allocated RAM (%d), which may lead to crashes. Change the allocation if the game crashes.</string>
|
||
<string name="address_memory_warning_msg">The current amount of free addressable RAM space (%d) is lower than the allocated RAM (%d), which will lead to crashes. Change the allocation if the game crashes.</string>
|
||
<string name="mcl_memory_allocation">Memory allocation</string>
|
||
<string name="mcl_memory_allocation_subtitle">Controls how much memory is given to Minecraft.</string>
|
||
<string name="multirt_runtime_corrupt">Corrupted Java Runtime</string>
|
||
<string name="multirt_runtime_incompatiblearch">Incompatible architecture: %s</string>
|
||
<string name="multirt_config_title">Java Runtimes</string>
|
||
<string name="multirt_config_add">Add new</string>
|
||
<string name="multirt_title">Runtime Manager</string>
|
||
<string name="multirt_subtitle">Manage installed Java Runtimes.</string>
|
||
<string name="multirt_progress_caching">Caching...</string>
|
||
<string name="multirt_config_setdefault">Set default</string>
|
||
<string name="multirt_config_setdefault_already">Default</string>
|
||
<string name="multirt_config_removeerror_last">You must have at least one Java Runtime installed.</string>
|
||
<string name="multirt_nocompatiblert">Can\'t find any compatible Java Runtime. This version requires Java %d or newer.</string>
|
||
<string name="multirt_nojava8rt">Can\'t find Java 8. In order to use this option, you need to install Java 8.</string>
|
||
<string name="multirt_delete_runtime">Delete runtime</string>
|
||
<string name="pvc_gameDirectory">Game directory</string>
|
||
<string name="pvc_jvmArgs">JVM arguments</string>
|
||
|
||
<string name="preference_mouse_start_title">Start with virtual mouse on</string>
|
||
<string name="preference_mouse_start_description">The virtual mouse appears at startup when this option is on.</string>
|
||
<string name="preference_video_title">Video and renderer</string>
|
||
<string name="preference_video_description">Resolution, renderer and performance</string>
|
||
<string name="preference_control_title">Control customization</string>
|
||
<string name="preference_control_description">Gestures, buttons and scaling</string>
|
||
<string name="preference_java_title">Java Tweaks</string>
|
||
<string name="preference_java_description">Java Runtimes, JVM Arguments, RAM amount and sandbox</string>
|
||
<string name="preference_misc_title">Miscellaneous settings</string>
|
||
<string name="preference_misc_description">Version list and libraries check</string>
|
||
<string name="preference_experimental_description">Use things there with consideration, no support</string>
|
||
<string name="preference_sustained_performance_title">Enable sustained performance mode</string>
|
||
<string name="preference_sustained_performance_description">Limit thermal throttling by limiting peak performance.</string>
|
||
<string name="preference_force_vsync_title">Force enable VSync</string>
|
||
<string name="preference_force_vsync_description">Limit thermal throttling by limiting peak performance.</string>
|
||
<string name="preference_force_english_title">Force language to English</string>
|
||
<string name="preference_force_english_description">Allows you to see original strings, as intended by developers. Requires a restart.</string>
|
||
<string name="preference_edit_controls_title">Edit custom controls</string>
|
||
<string name="preference_edit_controls_summary">Tweak the control scheme to fit your needs.</string>
|
||
|
||
<string name="preference_category_gyro_controls">Gyroscope controls</string>
|
||
<string name="preference_category_virtual_mouse">Virtual mouse</string>
|
||
|
||
<string name="preference_gyro_invert_x_axis">Invert X axis</string>
|
||
<string name="preference_gyro_invert_y_axis">Invert Y axis</string>
|
||
<string name="preference_gyro_invert_x_axis_description">Invert the horizontal axis.</string>
|
||
<string name="preference_gyro_invert_y_axis_description">Invert the vertical axis.</string>
|
||
<string name="preference_gyro_smoothing_title">Enable gyroscope smoothing</string>
|
||
<string name="preference_gyro_smoothing_description">Reduce jitter in exchange of latency.</string>
|
||
|
||
<string name="preference_back_title">Back to the last screen</string>
|
||
<string name="unnamed">Unnamed</string>
|
||
<string name="profiles_latest_snapshot">Latest snapshot</string>
|
||
<string name="profiles_latest_release">Latest release</string>
|
||
<string name="profiles_profile_name">Name</string>
|
||
<string name="profiles_profile_version">Version</string>
|
||
<string name="global_delete">Delete</string>
|
||
<string name="pedit_java_runtime">Java Runtime</string>
|
||
<string name="pedit_renderer">Renderer</string>
|
||
<string name="arc_capes_title">Cosmetica Capes</string>
|
||
<string name="arc_capes_desc">Enables capes from Cosmetica (previously Arc). For more information please visit https://cosmetica.cc. Requires OptiFine.</string>
|
||
<string name="color_default_hex" translatable="false">FFFF0000</string>
|
||
<string name="notif_channel_name">General</string>
|
||
<string name="notif_channel_id" translatable="false">channel_id</string>
|
||
<string name="lazy_service_default_title">Amethyst Foreground Service</string>
|
||
<string name="mcl_setting_veroption_installed">Installed</string>
|
||
<string name="use_global_default">(Use global default)</string>
|
||
<string name="default_control">Default controlmap</string>
|
||
<string name="progresslayout_tasks_in_progress">%d tasks in progress</string>
|
||
<string name="notification_terminate">Terminate</string>
|
||
<string name="notification_game_runs">The game is running!</string>
|
||
<string name="folder_dialog_create">Create</string>
|
||
<string name="folder_dialog_insert_name">Insert folder name</string>
|
||
<string name="folder_fragment_create">Create folder</string>
|
||
<string name="folder_fragment_select">Select folder</string>
|
||
<string name="main_login_done">Login done</string>
|
||
<string name="main_add_account">Add account</string>
|
||
<string name="tasks_ongoing">Tasks are in progress, please wait</string>
|
||
<string name="no_saved_accounts">No saved accounts</string>
|
||
<string name="mc_download_failed">Failed to download Minecraft! This could be due to bad network connection, incorrectly placed files, trying to download Minecraft from a Local account, etc..</string>
|
||
<string name="xerr_unknown">Unknown Xbox Live API error %d</string>
|
||
<string name="xerr_no_account">You don\'t seem to have an Xbox Live account. Please log in once on https://minecraft.net/ and try again.</string>
|
||
<string name="xerr_adult_verification">An adult needs to verify your account.</string>
|
||
<string name="xerr_child">Your account is a child account, and needs to be added into a Family in order to log in.</string>
|
||
<string name="minecraft_not_owned">It seems like this account does not have a Minecraft profile. If you have Xbox Game Pass, please log in on https://minecraft.net/ and set it up.</string>
|
||
<string name="xerr_not_available">Xbox Live is not available in your country</string>
|
||
<string name="preference_enable_gyro_title">Enable gyroscope controls</string>
|
||
<string name="preference_enable_gyro_description">Enabling this will allow you to turn in-game by turning your phone.</string>
|
||
<string name="preference_gyro_sensitivity_title">Gyroscope controls sensitivity</string>
|
||
<string name="preference_gyro_sensitivity_description">Adjust the sensitivity of gyroscope controls.</string>
|
||
<string name="toast_turn_on_gyro">Enable gyroscope controls first to use this!</string>
|
||
<string name="preference_gyro_sample_rate_title">Gyroscope sampling rate</string>
|
||
<string name="preference_gyro_sample_rate_description">If you have performance issues with gyroscope controls, increase this.</string>
|
||
<string name="microsoft_login_retry_later">Too many requests, please try again later.</string>
|
||
<string name="storage_required">PojavLauncher requires external storage to be attached. Please reconnect it and restart the app.</string>
|
||
<string name="mcl_setting_title_buttonallcaps">Only use capital letters in button labels</string>
|
||
<string name="mcl_setting_subtitle_buttonallcaps">Disable this if you want to use lowercase letters in your controls.</string>
|
||
<string name="create_profile">Create new profile</string>
|
||
<string name="preference_shader_dump_title">Enable shader dumping</string>
|
||
<string name="preference_shader_dump_description">Log converted shaders into the log file.</string>
|
||
<string name="percent_format" translatable="false">%d%%</string>
|
||
<string name="millisecond_format">%d ms</string>
|
||
<string name="customctrl_editor_exit_title">Leaving?</string>
|
||
<string name="customctrl_editor_exit_msg">Are you sure you want to exit?</string>
|
||
<string name="customctrl_editor_exit">Leave editor</string>
|
||
<string name="global_save_and_exit">Save and exit</string>
|
||
<string name="global_yes">Yes</string>
|
||
<string name="global_no">No</string>
|
||
|
||
<string name="preference_controller_map_wiped">The controller config has been wiped.</string>
|
||
<string name="preference_category_controller_settings">Controller settings</string>
|
||
<string name="preference_wipe_controller_title">Reset controller mapping</string>
|
||
<string name="preference_wipe_controller_description">Allows you to remap the controller buttons.</string>
|
||
<string name="preference_deadzone_scale_title">Joystick deadzone scale</string>
|
||
<string name="preference_deadzone_scale_description">Increase it if the joystick drifts.</string>
|
||
|
||
|
||
<string name="preference_force_big_core_title">Force the renderer to run on the big core</string>
|
||
<string name="preference_force_big_core_desc">Forces the Minecraft render thread to run on the core with the highest maximum frequency.</string>
|
||
<string name="version_select_hint">Select a version</string>
|
||
<string name="forge_dl_progress">Downloading installer for %s</string>
|
||
<string name="forge_dl_searching">Searching for Forge version number</string>
|
||
<string name="neoforge_dl_searching">Searching for NeoForge version number</string>
|
||
<string name="modloader_dl_failed_to_load_list">Failed to load the version list!</string>
|
||
<string name="forge_dl_no_installer">Sorry, but this version of Forge does not have an installer, which is not yet supported.</string>
|
||
<string name="forge_dl_select_version">Select Forge version</string>
|
||
<string name="fabric_dl_progress">Downloading %s loader metadata</string>
|
||
<string name="fabric_dl_loader_version">%s loader version</string>
|
||
<string name="fabric_dl_game_version">Minecraft version</string>
|
||
<string name="fabric_dl_install">Install</string>
|
||
<string name="fabric_dl_cant_read_meta">Failed to read %s loader metadata. Please try again later.</string>
|
||
<string name="modloader_dl_install_fabric">Create Fabric profile</string>
|
||
<string name="modloader_dl_install_quilt">Create Quilt profile</string>
|
||
<string name="modloader_dl_install_forge">Create Forge profile</string>
|
||
<string name="create_profile_vanilla">Create vanilla profile</string>
|
||
<string name="create_profile_vanilla_like_versions">Vanilla-like versions</string>
|
||
<string name="create_profile_modded_versions">Modded versions</string>
|
||
<string name="fabric_dl_loader_title">Select versions</string>
|
||
<string name="of_dl_select_version">Select OptiFine version</string>
|
||
<string name="of_dl_failed_to_scrape">Failed to collect data for OptiFine installation</string>
|
||
<string name="of_dl_progress">Downloading %s</string>
|
||
<string name="create_profile_optifine">Create OptiFine profile</string>
|
||
|
||
|
||
<string name="hint_search_modpack">Search for modpacks</string>
|
||
|
||
<string name="preference_vulkan_driver_system_title">Use system Vulkan driver</string>
|
||
<string name="preference_vulkan_driver_system_description">Force the launcher to use the system Vulkan driver instead of Turnip on Adreno GPUs. Only affects Zink and mods that use Vulkan.</string>
|
||
|
||
<string name="generic_install">Install</string>
|
||
<string name="generic_apply">Apply</string>
|
||
<string name="generic_debug">Debug</string>
|
||
|
||
<string name="search_modpack_no_result">No modpacks found</string>
|
||
<string name="search_modpack_error">Failed to find modpacks</string>
|
||
<string name="search_modpack_download_error">Failed to download modpack metadata</string>
|
||
|
||
<string name="modpack_download_downloading_metadata">Downloading modpack metadata (%.2f MB / %.2f MB)</string>
|
||
<string name="modpack_download_downloading_mods">Downloading mods (%.2f MB / %.2f MB)</string>
|
||
<string name="modpack_download_downloading_mods_fc">Downloading mods (File %d out of %d)</string>
|
||
<string name="modpack_download_applying_overrides">Applying overrides (%d/%d)</string>
|
||
<string name="modpack_install_notification_title">Pojav Modpack Installer</string>
|
||
<string name="modpack_install_notification_success">Click here to finish modpack installation</string>
|
||
<string name="modpack_install_notification_data_not_available">Failed to download mod loader information</string>
|
||
<string name="modpack_install_modloader_download_failed">Failed to download the mod loader files</string>
|
||
<string name="modpack_install_download_failed">Failed to download modpack files</string>
|
||
<string name="modpack_install_button">Create modpack profile</string>
|
||
|
||
<string name="notif_error_occured">An error has occurred</string>
|
||
<string name="notif_error_occured_desc">Click to see more details</string>
|
||
<string name="fabric_dl_only_stable">Show only stable versions</string>
|
||
<string name="dl_tampered_manifest_title">File verification warning</string>
|
||
<string name="dl_tampered_manifest"><![CDATA[The game version manifest on the mirror does not match the official Mojang version manifest, which means it may have been tampered with.<br/>
|
||
<b>This is not safe. Your personal information may be at risk if you continue.</b><br/>
|
||
If you still want to use the mirror, press \"Turn off manifest checks\" and start the download again.<br/>
|
||
If you want to use the official download source, press \"Switch to official site\" and start the download again.<br/>]]>
|
||
</string>
|
||
<string name="dl_turn_off_manifest_checks">Turn off manifest checks</string>
|
||
<string name="dl_switch_to_official_site">Switch to official site</string>
|
||
<string name="preference_download_source_title">Game download source</string>
|
||
<string name="preference_download_source_description">Select a download mirror instead of using the official download server</string>
|
||
<string name="preference_verify_manifest_title">Verify game version manifest</string>
|
||
<string name="preference_verify_manifest_description">When enabled, the launcher will check the game version manifest along with the libraries.</string>
|
||
<string name="notif_download_finished">The game is ready to launch</string>
|
||
<string name="notif_download_finished_desc">Click here to start it!</string>
|
||
<string name="preference_category_gestures">Gestures</string>
|
||
<string name="preference_category_buttons">Buttons</string>
|
||
<string name="preference_category_experimental_settings">Experimental fuckury</string>
|
||
<string name="preference_category_java_tweaks">Java Tweaks</string>
|
||
<string name="preference_category_main_categories">Categories</string>
|
||
<string name="preference_category_miscellaneous">Miscellaneous settings</string>
|
||
<string name="preference_category_video">Video settings</string>
|
||
<string name="notification_permission_dialog_title">Permission request</string>
|
||
<string name="notification_permission_dialog_text">PojavLauncher requires a permission to post notifications to prevent game/modpack downloads from stopping when you leave the app. Without this permission, Android may shut down your downloads when you put PojavLauncher in background mode.</string>
|
||
<string name="notification_permission_toast">You can always change your mind later by going into Settings</string>
|
||
<string name="preference_ask_for_notification_title">Allow notifications</string>
|
||
<string name="preference_ask_for_notification_description">Click to re-request the notification permission, required for game/modpack background downloads to work properly.</string>
|
||
<string name="preference_vsync_in_zink_title">Allow V-Sync with Zink</string>
|
||
<string name="preference_vsync_in_zink_description">Allows the launcher to use internal system APIs to enable V-Sync for Zink. Turn this off if your launcher suddenly crashes with Zink after a system update.</string>
|
||
<string name="exception_failed_to_unpack_jre17">Failed to install JRE 17</string>
|
||
<string name="newdl_starting">Reading game metadata…</string>
|
||
<string name="newdl_downloading_jre_runtime">Downloading Java %s runtime (%.2f/%.2f MB)</string>
|
||
<string name="newdl_downloading_metadata">Downloading game metadata (%s)</string>
|
||
<string name="newdl_downloading_game_files">Downloading game… (%d/%d, %.2f MB/s)</string>
|
||
<string name="newdl_downloading_game_files_size">Downloading game… (%.2f/%.2f MB, %.2f MB/s)</string>
|
||
<string name="cropper_title">Select image region</string>
|
||
<string name="cropper_lock_vertical">V. lock</string>
|
||
<string name="cropper_lock_horizontal">H. lock</string>
|
||
<string name="cropper_reset">Reset</string>
|
||
<string name="cropper_select_cancelled">Selection cancelled</string>
|
||
<string name="log_view_button_scroll_off">Autoscroll\nOFF</string>
|
||
<string name="log_view_button_scroll_on">Autoscroll\nON</string>
|
||
<string name="log_view_button_output_off">Output\nOFF</string>
|
||
<string name="log_view_button_output_on">Output\nON</string>
|
||
<string name="log_view_label_log_output">Log output:</string>
|
||
<string name="execute_jar_failed_to_read_file">Failed to read the .jar file</string>
|
||
<string name="execute_jar_incompatible_runtime">Execute .jar feature is not compatible with Java %d</string>
|
||
<string name="controller_button_a">A</string>
|
||
<string name="controller_button_b">B</string>
|
||
<string name="controller_button_x">X</string>
|
||
<string name="controller_button_y">Y</string>
|
||
<string name="controller_button_start">Start</string>
|
||
<string name="controller_button_select">Select</string>
|
||
<string name="controller_button_trigger_left">Left Trigger</string>
|
||
<string name="controller_button_trigger_right">Right Trigger</string>
|
||
<string name="controller_button_shoulder_left">Left Shoulder</string>
|
||
<string name="controller_button_shoulder_right">Right Shoulder</string>
|
||
<string name="controller_direction_forward">Stick Up</string>
|
||
<string name="controller_direction_backward">Stick Down</string>
|
||
<string name="controller_direction_left">Stick Left</string>
|
||
<string name="controller_direction_right">Stick Right</string>
|
||
<string name="controller_stick_press_l">Left Thumbstick (click)</string>
|
||
<string name="controller_stick_press_r">Right Thumbstick (click)</string>
|
||
<string name="controller_dpad_up">D-Pad Up</string>
|
||
<string name="controller_dpad_down">D-Pad Down</string>
|
||
<string name="controller_dpad_left">D-Pad Left</string>
|
||
<string name="controller_dpad_right">D-Pad Right</string>
|
||
<string name="controller_remapper_exit_part1">Hold</string>
|
||
<string name="controller_remapper_exit_part2">to exit</string>
|
||
<string name="controller_remapper_operating_mode">Current mode</string>
|
||
<string name="customctrl_visibility_title">Visibility</string>
|
||
<string name="customctrl_visibility_ingame">In-game</string>
|
||
<string name="customctrl_visibility_in_menus">In menus</string>
|
||
<string name="controller_remapper_expand_entry">Expand to change keycodes</string>
|
||
<string name="preference_remap_controller_title">Change controller key bindings</string>
|
||
<string name="preference_remap_controller_description">Allows you to modify the keyboard keys bound to each controller button</string>
|
||
<string name="mcl_button_discord">Discord</string>
|
||
<string name="ltw_render_distance_warning_msg">Your GPU is not capable of rendering above 7 render distance without Sodium or other similar mods. The render distance will be automatically reduced when you click "OK".</string>
|
||
<string name="mcl_button_open_directory">Open game directory</string>
|
||
<string name="discord_invite" translatable="false">https://discord.gg/5ptqkyZxEy</string>
|
||
<string name="local_login_bad_username_title">Unsuitable username</string>
|
||
<string name="local_login_bad_username_text">The username must be between 3–16 characters long, and must only contain latin letters, numbers 0–9 and underscores.</string>
|
||
<string name="quick_setting_title">Quick settings</string>
|
||
<string name="create_bta_profile">Create \"Better than Adventure!\" profile</string>
|
||
<string name="select_bta_version">Select \"Better than Adventure!\" version</string>
|
||
<string name="bta_installer_available_versions">Supported BTA versions</string>
|
||
<string name="bta_installer_untested_versions">Untested BTA versions</string>
|
||
<string name="bta_installer_nightly_versions">Nightly BTA versions</string>
|
||
<string name="newdl_extracting_native_libraries">Extracting native libraries (%d/%d)</string>
|
||
<string name="toast_not_available_demo">This is not available in demo mode</string>
|
||
|
||
<string name="preference_renderer_mobileglues_settings">MobileGlues Renderer Settings</string>
|
||
<string name="mg_renderer_glsl_cache">Max GLSL cache size</string>
|
||
<string name="mg_renderer_angle">Use ANGLE as driver</string>
|
||
<string name="mg_renderer_multidraw">Multidraw emulation mode</string>
|
||
<string name="mg_renderer_title_errorSetting">Error Filtering</string>
|
||
<string name="mg_renderer_title_timerQueryExt">Disable GPU Utilization in F3 menu</string>
|
||
<string name="mg_renderer_summary_timerQueryExt">Fixes random crashes when F3 is open on some Mali devices</string>
|
||
<string name="preference_ANGLE_only">ANGLE Only Options</string>
|
||
<string name="mg_renderer_title_angleDepthClearFixMode">Fix hand and held items from going through blocks</string>
|
||
<string name="mg_renderer_summary_angleDepthClearFixMode">Only affects ANGLE, can affect performance.</string>
|
||
<string name="preference_experimental_title">Experimental Stuff</string>
|
||
<string name="mg_renderer_title_gl43exts">Advertise Experimental OpenGL 4.3 extensions</string>
|
||
<string name="mg_renderer_summary_gl43exts">May help with mod crashes. Disable if not needed, can cause crashes.</string>
|
||
<string name="mg_renderer_title_computeShaderext">Advertise Experimental Compute Shader extension</string>
|
||
<string name="mg_renderer_summary_computeShaderext">May help with shaderpack glitches. Disable if not needed, can cause crashes.</string>
|
||
<string name="mg_renderer_title_multidrawCompute">Use Compute Multidraw Emulation</string>
|
||
<string name="mg_renderer_summary_multidrawCompute">Uses compute shaders for multidraw emulation</string>
|
||
<string name="app_short_name" translatable="false">Amethyst</string>
|
||
<string name="demo_versions_supported">Only Vanilla 1.3.1 and above are supported on demo accounts</string>
|
||
<string name="demo_unsupported">Demo Profile not supported</string>
|
||
<string name="change_account">Please change accounts to use this function</string>
|
||
<string name="no_minecraft_account_found">No Minecraft Account Found</string>
|
||
<string name="feature_requires_java_account">This feature requires a Microsoft account that owns Minecraft Java Edition.</string>
|
||
<string name="delete_account_and_login">Delete account and log in</string>
|
||
<string name="login_again">Please log in again</string>
|
||
<string name="account_corrupted">Selected account is corrupted</string>
|
||
<string name="modloader_dl_install_neoforge">Create Neoforge profile</string>
|
||
<string name="neoforge_dl_select_version">Select NeoForge version</string>
|
||
<string name="neoforge_dl_no_installer">Sorry, but this version of NeoForge does not have an installer, which is not yet supported.</string>
|
||
|
||
<string name="preference_category_touchcontroller_settings">TouchController Settings</string>
|
||
<string name="preference_force_enable_touchcontroller_title">Force enable TouchController</string>
|
||
<string name="preference_force_enable_touchcontroller_description">Force enable TouchController integration, even if mod file is not found.</string>
|
||
<string name="preference_touchcontroller_vibrate_length_title">TouchController vibrate length</string>
|
||
<string name="preference_touchcontroller_vibrate_length_description">Set the length of the vibration when using TouchController.</string>
|
||
<string name="error_vanilla_json_corrupt">Vanilla json seems to be corrupt. Please send a bug report on github or discord.</string>
|
||
<string name="preference_ask_for_microphone_title">Allow microphone</string>
|
||
<string name="preference_ask_for_microphone_description">Click to re-request the notification permission, required for voice chat mods like Simple Voice Chat.</string>
|
||
<string name="mcl_gamepad_forcedSDL_subtitle">Can allow old versions of Legacy4J to use SDL backend</string>
|
||
<string name="mcl_gamepad_forcedSDL">Forcibly start SDL controller handling</string>
|
||
<string name="preference_category_SDL_settings">SDL Settings</string>
|
||
<string name="oldL4JFound">You are using a version of Legacy4J without the android fixes! You will need to manually enable SDL in the controller settings to get the best experience!</string>
|
||
<string name="global_warning">Warning!</string>
|
||
<string name="controllableFound">Controllable currently has a random chance of crashing on launch. Either keep trying again and hope it launches or use another mod like Controlify.</string>
|
||
<string name="mg_renderer_title_dsaExt">Advertise Experimental Direct State Access extension</string>
|
||
<string name="mg_renderer_summary_dsaExt">May help with Iris shaderpacks, required for AcceleratedRendering mod</string>
|
||
<string name="mg_renderer_title_fsr">AMD FSR 1 Upscaling</string>
|
||
<string name="autorendererselectfailed">Auto-renderer select failed, defaulting to HolyGL4ES</string>
|
||
<string name="mcl_setting_renderer_vulkan_kopper_zink">Kopper Zink (Vulkan) - (all versions, mid)</string>
|
||
<string name="sodium_warning_title">Sodium detected!</string>
|
||
<string name="sodium_warning_message">It appears you are using sodium, this is unsupported and may lead to graphical issues or crashes. Please remove it and all dependent mods.</string>
|
||
<string name="delete_sodium">Delete Sodium and Launch</string>
|
||
<string name="sodium_override_title">Run sodium forcefully</string>
|
||
<string name="sodium_override_summaryOff">Using sodium may cause visual bugs and crashes. You have been warned.</string>
|
||
<string name="sodium_override_summaryOn">Sodium is not supported. No help will be given if you encounter any issues.</string>
|
||
<!-- Make sure the people turning this on can read English. -->
|
||
<string name="sodium_math_warning_title" translatable="false">Solve the math question to enable</string>
|
||
<string name="sodium_math_warning_message" translatable="false">
|
||
Sodium is unsupported, you are on your own. No support will be given in the discord server.\nUsing sodium may result in bugs, glitches, and crashes. No help will be given even if you lose any of your worlds or saves.\n\nNow what\'s %1$s multiplied by %2$s plus %3$s minus %4$s?
|
||
</string>
|
||
<string name="not_modpack_file">Not a modpack file!</string>
|
||
<string name="global_not_installed">Not Installed</string>
|
||
<string name="global_download">Download</string>
|
||
<string name="multirt_no_internet">Failed to download, check your internet connection.</string>
|
||
<string name="global_installing">Installing…</string>
|
||
<string name="create_lwjgl3ify_profile">Create LWJGL3ify profile</string>
|
||
<string name="select_lwjgl3ify_version">Select LWJGL3ify version</string>
|
||
<string name="lwjgl3ify_installer_available_versions">Supported LWJGL3IFY versions</string>
|
||
<string name="lwjgl3ify_installer_broken_versions">Broken LWJGL3ify versions (SDL)</string>
|
||
|
||
</resources>
|