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