Path: blob/v3_openjdk/app_pojavlauncher/src/main/res/values-en-rGB/strings.xml
2129 views
<?xml version="1.0" encoding="utf-8"?>1<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">2<!-- App name part -->3<string name="app_name">PojavLauncher (Minecraft: Java Edition for Android)</string>4<string name="app_short_name">PojavLauncher</string>5<!-- Action bar part -->6<!-- Languages list part -->7<!-- Login strings -->8<string name="login_online_login_label">Login</string>9<!-- Hint -->10<!-- Warnings -->11<string name="warning_remove_account">This account will be removed!</string>12<!-- AlertDialog title -->13<string name="alerttitle_installmod">Select a mod installer</string>14<!-- Error messages -->15<string name="error_fatal">PojavLauncher has unexpectedly crashed</string>16<string name="error_no_version">No version!</string>17<string name="error_show_more">Show more</string>18<string name="error_show_less">Show less</string>19<!-- Toast messages -->20<string name="toast_permission_denied">The read/write to storage permission is required!</string>21<string name="toast_optifine_success">Install successful</string>22<!--23<string name="toast_3">Exit</string>24-->25<!-- MCLauncherActivity: Tabs -->26<string name="mcl_tab_wiki">Wiki</string>27<!-- MCLauncherActivity: Account status -->28<!-- MCLauncherActivity: Strings -->29<string name="mcl_launch_cleancache">Cleaning cache files</string>30<string name="mcl_launch_downloading">Downloading %s</string>31<string name="mcl_launch_downloading_progress">"Downloading %s (%.2f MB / %.2f MB)"</string>32<string name="mcl_launch_download_assets">Preparing to download resources</string>33<string name="mcl_options">Options</string>34<string name="mcl_option_customcontrol">Custom controls</string>35<string name="mcl_setting_title_use_surface_view">Use alternate surface rendering</string>36<string name="mcl_setting_subtitle_use_surface_view">May help performance in GPU bound scenarios.</string>37<string name="mcl_setting_title_ignore_notch">Ignore notch</string>38<string name="mcl_setting_subtitle_ignore_notch">Ignores the notch and extends the screen under it.\nGives you a more immersive experience.</string>39<string name="mcl_setting_title_resolution_scaler">Resolution Scaler</string>40<string name="mcl_setting_subtitle_resolution_scaler">Allows you to decrease the game resolution. 100% is full resolution.</string>41<string name="mcl_setting_title_longpresstrigger">Trigger long press delay</string>42<string name="mcl_setting_subtitle_longpresstrigger">Change long press trigger delay for destroying blocks and dropping items.</string>43<string name="mcl_setting_title_buttonscale">Control buttons scaling</string>44<string name="mcl_setting_subtitle_buttonscale">Upscale them if the buttons are too small.</string>45<string name="mcl_setting_title_mousescale">Mouse scaling</string>46<string name="mcl_setting_subtitle_mousescale">Change the size of the virtual mouse.</string>47<string name="mcl_setting_title_javaargs">JVM Launch arguments</string>48<string name="mcl_setting_subtitle_javaargs">Be careful, this may make game crash if modified without knowledge.</string>49<string name="mcl_setting_category_renderer">Renderer</string>50<string name="mcl_setting_renderer_gles2_4">Holy GL4ES - (all versions, fast)</string>51<string name="mcl_setting_renderer_vulkan_zink">Zink (Vulkan) - (all versions, mid)</string>52<string name="mcl_setting_veroption_release">Release</string>53<string name="mcl_setting_veroption_snapshot">Snapshot</string>54<string name="mcl_setting_veroption_oldalpha">Old-alpha</string>55<string name="mcl_setting_veroption_oldbeta">Old-alpha</string>56<string name="mcl_setting_java_sandbox">Sandbox .jar execution</string>57<string name="mcl_setting_java_sandbox_subtitle">Control the availability of the sandbox security manager when executing a .jar file.</string>58<string name="mcl_version_clone">Clone</string>59<!-- Global strings -->60<string name="global_edit">Edit</string>61<string name="global_error">Error</string>62<string name="global_load">Load</string>63<string name="global_name">Name</string>64<string name="global_remove">Remove</string>65<string name="global_clone">Clone</string>66<string name="global_restart">Restart</string>67<string name="global_save">Save</string>68<string name="global_unpacking">Unpacking %s</string>69<string name="global_error_field_empty">This field can\'t be empty</string>70<string name="global_waiting">Wait</string>71<string name="global_select">Select</string>72<string name="global_retry">Retry</string>73<string name="global_default">Default</string>74<!-- MainActivity: strings -->75<string name="mcn_exit_title">Application/Game exited with code %d, check latestlog.txt for more details.</string>76<string name="mcn_exit_confirm">Are you sure want to force close?</string>77<string name="mcn_check_fail_vulkan_support">Zink (Vulkan) renderer is not supported on this device!</string>78<!-- MainActivity: Control buttons -->79<string name="control_chat">Chat</string>80<string name="control_debug">Debug</string>81<string name="control_primary">Pri</string>82<string name="control_secondary">Sec</string>83<string name="control_shift">◇</string>84<string name="control_inventory">Inv</string>85<string name="control_up">▲</string>86<string name="control_left">◀</string>87<string name="control_right">▶</string>88<string name="control_down">▼</string>89<string name="control_jump">⬛</string>90<string name="control_thirdperson">3rd</string>91<string name="control_listplayers">Tab</string>92<string name="control_mouse">Mouse</string>93<string name="control_mouseoff">Mouse: off</string>94<string name="control_mouseon">Mouse: on </string>95<!-- MainActivity: Menu advanced controls -->96<string name="control_forceclose">Force close</string>97<string name="control_viewout">Log output</string>98<string name="control_adebug">Input Debug</string>99<string name="control_customkey">Send custom keycode</string>100<!-- ImportControlActivity Strings -->101<string name="import_control_label">Import controls</string>102<string name="import_control_invalid_file">Invalid or corrupted file</string>103<string name="import_control_import_button">import controls</string>104<string name="import_control_verifying_file">File is being verified, please wait and try again…</string>105<string name="import_control_invalid_name">Invalid name or file already exists</string>106<string name="import_control_done">Importation done</string>107<!--108<string name="control_more3"></string>109<string name="control_more4"></string>110-->111<string name="customctrl_toggle">Toggleable</string>112<string name="customctrl_size">Size</string>113<string name="customctrl_mapping">Mapping</string>114<string name="customctrl_orientation">Orientation</string>115<string name="customctrl_background_color">Background color</string>116<string name="customctrl_corner_radius">Corner radius</string>117<string name="customctrl_stroke_width">Stroke width</string>118<string name="customctrl_stroke_color">Stroke color</string>119<string name="customctrl_button_opacity">Button Opacity</string>120<string name="customctrl_addbutton">Add button</string>121<string name="customctrl_addbutton_drawer">Add button drawer</string>122<string name="customctrl_addbutton_joystick">Add joystick</string>123<string name="customctrl_addsubbutton">Add sub-button</string>124<string name="customctrl_selectdefault">Select default controlmap</string>125<string name="customctrl_export">Export controlmap</string>126<string name="main_share_logs">Share log file</string>127<string name="main_install_jar_file">Execute a .jar</string>128<string name="main_play">Play</string>129<string name="autoram_info_msg">Memory set to %d MB</string>130<string name="mcl_setting_check_libraries">Check libraries after downloading</string>131<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>132<string name="dl_library_sha_fail">Library %s is damaged and will be redownloaded</string>133<string name="dl_library_sha_unknown">Library %s can\'t be checked, have to assume it\'s good</string>134<string name="dl_library_sha_pass">Library %s is fine and usable</string>135<string name="mcl_disable_gestures">Disable gestures</string>136<string name="mcl_disable_gestures_subtitle">Disables gestures, such as hold to break block, and tap to place a block.</string>137<string name="mcl_disable_swap_hand">Disable double tap to swap hands</string>138<string name="mcl_disable_swap_hand_subtitle">Disables double tapping on the hotbar item to swap it in the second hand.</string>139<string name="mcl_setting_title_mousespeed">Mouse Speed</string>140<string name="mcl_setting_subtitle_mousespeed">Changes the speed of the virtual mouse.</string>141<string name="customctrl_passthru">Mouse pass-thru</string>142<string name="customctrl_swipeable">Swipeable</string>143<string name="customctrl_forward_lock">Forward lock</string>144<string name="customctrl_absolute_tracking">Absolute finger tracking</string>145<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>146<string name="mcl_memory_allocation">Memory allocation</string>147<string name="mcl_memory_allocation_subtitle">Controls how much memory is given to Minecraft.</string>148<string name="multirt_runtime_corrupt">Corrupted Java Runtime</string>149<string name="multirt_runtime_incompatiblearch">Incompatible architecture: %s</string>150<string name="multirt_config_title">Java Runtimes</string>151<string name="multirt_config_add">Add new</string>152<string name="multirt_title">Runtime Manager</string>153<string name="multirt_subtitle">Manage installed Java Runtimes.</string>154<string name="multirt_progress_caching">Caching...</string>155<string name="multirt_config_setdefault">Set default</string>156<string name="multirt_config_setdefault_already">Default</string>157<string name="multirt_config_removeerror_last">You must have at least one Java Runtime installed.</string>158<string name="multirt_nojava8rt">Can\'t find Java 8. In order to use this option, you need to install Java 8.</string>159<string name="multirt_delete_runtime">Delete runtime</string>160<string name="pvc_gameDirectory">Game directory</string>161<string name="pvc_jvmArgs">JVM arguments</string>162<string name="preference_mouse_start_title">Start with virtual mouse on</string>163<string name="preference_mouse_start_description">The virtual mouse appears at startup when this option is on.</string>164<string name="preference_video_title">Video and renderer</string>165<string name="preference_video_description">Resolution, renderer and performance</string>166<string name="preference_control_title">Control customization</string>167<string name="preference_control_description">Gestures, buttons and scaling</string>168<string name="preference_java_title">Java Tweaks</string>169<string name="preference_java_description">Java Runtimes, JVM Arguments, RAM amount and sandbox</string>170<string name="preference_misc_title">Miscellaneous settings</string>171<string name="preference_misc_description">Version list and libraries check</string>172<string name="preference_experimental_title">Experimental Stuff</string>173<string name="preference_experimental_description">Use things there with consideration, no support</string>174<string name="preference_sustained_performance_title">Enable sustained performance mode</string>175<string name="preference_sustained_performance_description">Limit thermal throttling by limiting peak performance.</string>176<string name="preference_force_vsync_title">Force enable VSync</string>177<string name="preference_force_vsync_description">Limit thermal throttling by limiting peak performance.</string>178<string name="preference_force_english_title">Force language to English</string>179<string name="preference_force_english_description">Allows you to see original strings, as intended by developers. Requires a restart.</string>180<string name="preference_edit_controls_title">Edit custom controls</string>181<string name="preference_edit_controls_summary">Tweak the control scheme to fit your needs.</string>182<string name="preference_category_gyro_controls">Gyroscope controls</string>183<string name="preference_gyro_invert_x_axis">Invert X axis</string>184<string name="preference_gyro_invert_y_axis">Invert Y axis</string>185<string name="preference_gyro_invert_x_axis_description">Invert the horizontal axis.</string>186<string name="preference_gyro_invert_y_axis_description">Invert the vertical axis.</string>187<string name="preference_gyro_smoothing_title">Enable gyroscope smoothing</string>188<string name="preference_gyro_smoothing_description">Reduce jitter in exchange of latency.</string>189<string name="preference_back_title">Back to the last screen</string>190<string name="unnamed">Unnamed</string>191<string name="profiles_latest_snapshot">Latest snapshot</string>192<string name="profiles_latest_release">Latest release</string>193<string name="profiles_profile_name">Name</string>194<string name="profiles_profile_version">Version</string>195<string name="global_delete">Delete</string>196<string name="pedit_java_runtime">Java Runtime</string>197<string name="pedit_renderer">Renderer</string>198<string name="arc_capes_title">Cosmetica Capes</string>199<string name="arc_capes_desc">Enables capes from Cosmetica (previously Arc). For more information please visit https://cosmetica.cc. Requires OptiFine.</string>200<string name="notif_channel_name">General</string>201<string name="lazy_service_default_title">Pojav Foreground Service</string>202<string name="mcl_setting_veroption_installed">Installed</string>203<string name="use_global_default">(Use global default)</string>204<string name="default_control">Default controlmap</string>205<string name="progresslayout_tasks_in_progress">%d tasks in progress</string>206<string name="notification_terminate">Terminate</string>207<string name="notification_game_runs">The game is running!</string>208<string name="folder_dialog_create">Create</string>209<string name="folder_dialog_insert_name">Insert folder name</string>210<string name="folder_fragment_create">Create folder</string>211<string name="folder_fragment_select">Select folder</string>212<string name="main_login_done">Login done</string>213<string name="main_add_account">Add account</string>214<string name="tasks_ongoing">Tasks are in progress, please wait</string>215<string name="no_saved_accounts">No saved accounts</string>216<string name="mc_download_failed">Failed to download Minecraft! This could be due to bad network connection, incorrectly placed files, etc..</string>217<string name="xerr_unknown">Unknown Xbox Live API error %d</string>218<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>219<string name="xerr_adult_verification">An adult needs to verify your account.</string>220<string name="xerr_child">Your account is a child account, and needs to be added into a Family in order to log in.</string>221<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>222<string name="xerr_not_available">Xbox Live is not available in your country</string>223<string name="preference_enable_gyro_title">Enable gyroscope controls</string>224<string name="preference_enable_gyro_description">Enabling this will allow you to turn in-game by turning your phone.</string>225<string name="preference_gyro_sensitivity_title">Gyroscope controls sensitivity</string>226<string name="preference_gyro_sensitivity_description">Adjust the sensitivity of gyroscope controls.</string>227<string name="toast_turn_on_gyro">Enable gyroscope controls first to use this!</string>228<string name="preference_gyro_sample_rate_title">Gyroscope sampling rate</string>229<string name="preference_gyro_sample_rate_description">If you have performance issues with gyroscope controls, increase this.</string>230<string name="microsoft_login_retry_later">Too many requests, please try again later.</string>231<string name="storage_required">PojavLauncher requires external storage to be attached. Please reconnect it and restart the app.</string>232<string name="mcl_setting_title_buttonallcaps">Only use capital letters in button labels</string>233<string name="mcl_setting_subtitle_buttonallcaps">Disable this if you want to use lowercase letters in your controls.</string>234<string name="create_profile">Create new profile</string>235<string name="preference_shader_dump_title">Enable shader dumping</string>236<string name="preference_shader_dump_description">Log converted shaders into the log file.</string>237<string name="percent_format">%d%%</string>238<string name="customctrl_editor_exit_title">Leaving?</string>239<string name="customctrl_editor_exit_msg">Are you sure you want to exit?</string>240<string name="customctrl_editor_exit">Leave editor</string>241<string name="global_save_and_exit">Save and exit</string>242<string name="global_yes">Yes</string>243<string name="global_no">No</string>244<string name="preference_controller_map_wiped">The controller config has been wiped.</string>245<string name="preference_category_controller_settings">Controller settings</string>246<string name="preference_wipe_controller_title">Reset controller mapping</string>247<string name="preference_wipe_controller_description">Allows you to remap the controller buttons.</string>248<string name="preference_deadzone_scale_title">Joystick deadzone scale</string>249<string name="preference_deadzone_scale_description">Increase it if the joystick drifts.</string>250<string name="preference_force_big_core_title">Force the renderer to run on the big core</string>251<string name="preference_force_big_core_desc">Forces the Minecraft render thread to run on the core with the highest maximum frequency.</string>252<string name="version_select_hint">Select a version</string>253<string name="forge_dl_progress">Downloading installer for %s</string>254<string name="forge_dl_searching">Searching for Forge version number</string>255<string name="modloader_dl_failed_to_load_list">Failed to load the version list!</string>256<string name="forge_dl_no_installer">Sorry, but this version of Forge does not have an installer, which is not yet supported.</string>257<string name="forge_dl_select_version">Select Forge version</string>258<string name="fabric_dl_progress">Downloading %s loader metadata</string>259<string name="fabric_dl_loader_version">%s loader version</string>260<string name="fabric_dl_game_version">Minecraft version</string>261<string name="fabric_dl_install">Install</string>262<string name="fabric_dl_cant_read_meta">Failed to read %s loader metadata. Please try again later.</string>263<string name="modloader_dl_install_fabric">Create Fabric profile</string>264<string name="modloader_dl_install_quilt">Create Quilt profile</string>265<string name="modloader_dl_install_forge">Create Forge profile</string>266<string name="create_profile_vanilla">Create vanilla profile</string>267<string name="create_profile_vanilla_like_versions">Vanilla-like versions</string>268<string name="create_profile_modded_versions">Modded versions</string>269<string name="fabric_dl_loader_title">Select versions</string>270<string name="of_dl_select_version">Select OptiFine version</string>271<string name="of_dl_failed_to_scrape">Failed to collect data for OptiFine installation</string>272<string name="of_dl_progress">Downloading %s</string>273<string name="create_profile_optifine">Create OptiFine profile</string>274<string name="hint_search_modpack">Search for modpacks</string>275<string name="preference_vulkan_driver_system_title">Use system Vulkan driver</string>276<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>277<string name="generic_install">Install</string>278<string name="generic_apply">Apply</string>279<string name="generic_debug">Debug</string>280<string name="search_modpack_no_result">No modpacks found</string>281<string name="search_modpack_error">Failed to find modpacks</string>282<string name="search_modpack_download_error">Failed to download modpack metadata</string>283<string name="modpack_download_downloading_metadata">Downloading modpack metadata (%.2f MB / %.2f MB)</string>284<string name="modpack_download_downloading_mods">Downloading mods (%.2f MB / %.2f MB)</string>285<string name="modpack_download_downloading_mods_fc">Downloading mods (File %d out of %d)</string>286<string name="modpack_download_applying_overrides">Applying overrides (%d/%d)</string>287<string name="modpack_install_notification_title">Pojav Modpack Installer</string>288<string name="modpack_install_notification_success">Click here to finish modpack installation</string>289<string name="modpack_install_notification_data_not_available">Failed to download mod loader information</string>290<string name="modpack_install_modloader_download_failed">Failed to download the mod loader files</string>291<string name="modpack_install_download_failed">Failed to download modpack files</string>292<string name="modpack_install_button">Create modpack profile</string>293<string name="notif_error_occured">An error has occurred</string>294<string name="notif_error_occured_desc">Click to see more details</string>295<string name="fabric_dl_only_stable">Show only stable versions</string>296<string name="dl_tampered_manifest_title">File verification warning</string>297<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/>298<b>This is not safe. Your personal information may be at risk if you continue.</b><br/>299If you still want to use the mirror, press \"Turn off manifest checks\" and start the download again.<br/>300If you want to use the official download source, press \"Switch to official site\" and start the download again.<br/>]]></string>301<string name="dl_turn_off_manifest_checks">Turn off manifest checks</string>302<string name="dl_switch_to_official_site">Switch to official site</string>303<string name="preference_download_source_title">Game download source</string>304<string name="preference_download_source_description">Select a download mirror instead of using the official download server</string>305<string name="preference_verify_manifest_title">Verify game version manifest</string>306<string name="preference_verify_manifest_description">When enabled, the launcher will check the game version manifest along with the libraries.</string>307<string name="notif_download_finished">The game is ready to launch</string>308<string name="notif_download_finished_desc">Click here to start it!</string>309<string name="preference_category_gestures">Gestures</string>310<string name="preference_category_buttons">Buttons</string>311<string name="preference_category_experimental_settings">Experimental fuckury</string>312<string name="preference_category_java_tweaks">Java Tweaks</string>313<string name="preference_category_main_categories">Categories</string>314<string name="preference_category_miscellaneous">Miscellaneous settings</string>315<string name="preference_category_video">Video Settings</string>316<string name="notification_permission_dialog_title">Permission request</string>317<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>318<string name="notification_permission_toast">You can always change your mind later by going into Settings</string>319<string name="preference_ask_for_notification_title">Allow notifications</string>320<string name="preference_ask_for_notification_description">Click to re-request the notification permission, required for game/modpack background downloads to work properly.</string>321<string name="preference_vsync_in_zink_title">Allow V-Sync with Zink</string>322<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>323<string name="exception_failed_to_unpack_jre17">Failed to install JRE 17</string>324<string name="newdl_starting">Reading game metadata…</string>325<string name="newdl_downloading_metadata">Downloading game metadata (%s)</string>326<string name="controller_button_select">Select</string>327</resources>328329330