Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit b7910d6

Browse files
committed
Merge2
2 parents 1dec292 + 4551f73 commit b7910d6

5 files changed

Lines changed: 1048 additions & 0 deletions

File tree

Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
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+
<string name="app_motd">Launch Minecraft: Java Edition in your device!</string>
7+
<!-- Action bar part -->
8+
<!-- Languages list part -->
9+
<!-- Login strings -->
10+
<string name="login_online_username_hint">Email or username</string>
11+
<string name="login_online_password_hint">Password</string>
12+
<string name="login_online_check_keeplogin">Keep me logged in</string>
13+
<string name="login_online_login_label">Login</string>
14+
<string name="login_offline_label">Login as offline account</string>
15+
<string name="login_error_exist_username">This username already exist</string>
16+
<string name="login_error_offline_password">Offline account can\'t include password!</string>
17+
<string name="login_microsoft">Microsoft login</string>
18+
<string name="login_select_account">Select account</string>
19+
<string name="login_title_no_saved_account">No account found !</string>
20+
<string name="login_dialog_no_saved_account">You don\'t have any saved account.\nUse the option <b>\"Keep me logged in\"</b> to save an account upon first login.</string>
21+
<!-- Hint -->
22+
<string name="hint_control_mapping">"Swipe from right to left to open menu ◀\nHold a button to customize: edit, resize or delete."</string>
23+
<!-- Warnings -->
24+
<string name="warning_remove_account">This account will be removed!</string>
25+
<!-- AlertDialog title -->
26+
<string name="alerttitle_install_jre">Install Java Runtime %s (.tar.xz)</string>
27+
<string name="alerttitle_installmod">Select a mod installer</string>
28+
<!-- Error messages -->
29+
<string name="error_fatal">PojavLauncher has unexpectedly crashed</string>
30+
<string name="error_no_version">No version!</string>
31+
<string name="error_show_more">Show more</string>
32+
<string name="error_show_less">Show less</string>
33+
<!-- Toast messages -->
34+
<string name="toast_permission_denied">The read/write to storage permission is required!</string>
35+
<string name="toast_optifine_success">Install successful</string>
36+
<string name="toast_uninstalljre_done">Done uninstall Java Runtime</string>
37+
<!--
38+
<string name="toast_3">Exit</string>
39+
-->
40+
<!-- MCLauncherActivity: Tabs -->
41+
<string name="mcl_tab_news">News</string>
42+
<string name="mcl_tab_console">Development console</string>
43+
<string name="mcl_tab_crash">Crash log</string>
44+
<!-- MCLauncherActivity: Account status -->
45+
<string name="mcl_account_connected">Connected</string>
46+
<string name="mcl_account_offline">Offline</string>
47+
<!-- MCLauncherActivity: Strings -->
48+
<string name="mcl_version_msg">Ready to play Minecraft %s</string>
49+
<string name="mcl_launch_cleancache">Cleaning cache files</string>
50+
<string name="mcl_launch_downloading">Downloading %s</string>
51+
<string name="mcl_launch_downloading_progress">"Downloading %s (%.2f MB / %.2f MB)"</string>
52+
<string name="mcl_launch_download_assets">Preparing to download resources</string>
53+
<string name="mcl_options">Options</string>
54+
<string name="mcl_option_modinstall">Launch a mod installer (Forge, LabyMod, Fabric, etc...)</string>
55+
<string name="mcl_option_modinstallwitharg">Launch a mod installer (with custom arguments)</string>
56+
<string name="mcl_option_customcontrol">Custom controls</string>
57+
<string name="mcl_option_settings">Settings</string>
58+
<string name="mcl_option_about">About</string>
59+
<string name="mcl_setting_title_uninstalljre">Uninstall Java Runtime</string>
60+
<string name="mcl_setting_subtitle_uninstalljre">[Launcher restart required] This let you re-install Java Runtime</string>
61+
<string name="mcl_setting_title_freeform">Launch Minecraft in Freeform mode</string>
62+
<string name="mcl_setting_subtitle_freeform">Launch Minecraft in floating window. Requires Android 7.0+</string>
63+
<string name="mcl_setting_title_hide_sidebar">Hide Sidebar</string>
64+
<string name="mcl_setting_subtitle_hide_sidebar">Nostalgic folks preferring the old v1 UI might like this. Gives you a more fullscreen experience.</string>
65+
<string name="mcl_setting_title_ignore_notch">Ignore notch</string>
66+
<string name="mcl_setting_subtitle_ignore_notch">Ignore the notch and extends the screen under it.\nGives you a more immersive experience.</string>
67+
<string name="mcl_setting_title_resolution_scaler">Resolution Scaler</string>
68+
<string name="mcl_setting_subtitle_resolution_scaler">Allows you to decrease the game resolution. 100% is full resolution</string>
69+
<string name="mcl_setting_title_longpresstrigger">How long will trigger after long press</string>
70+
<string name="mcl_setting_subtitle_longpresstrigger">Change trigger time for long press in destroy block and drop item.</string>
71+
<string name="mcl_setting_title_backtorightmouse">Treat back button as right mouse</string>
72+
<string name="mcl_setting_subtitle_backtorightmouse">Some devices treats external right mouse as back button. If you are using external mouse, you should enable this.</string>
73+
<string name="mcl_setting_title_flat_button_style">Flat button style</string>
74+
<string name="mcl_setting_subtitle_flat_button_style">Enable this to change control button style to flat.</string>
75+
<string name="mcl_setting_title_buttonscale">Control buttons scaling</string>
76+
<string name="mcl_setting_subtitle_buttonscale">Upscale them if buttons are too small.</string>
77+
<string name="mcl_setting_title_mousescale">Mouse scaling</string>
78+
<string name="mcl_setting_subtitle_mousescale">Change size of virtual mouse.</string>
79+
<string name="mcl_setting_title_javaargs">JVM Launch arguments</string>
80+
<string name="mcl_setting_subtitle_javaargs">Be careful, this may make game crash if modified without knowledge.</string>
81+
<string name="mcl_setting_category_general">General settings</string>
82+
<string name="mcl_setting_category_scaling">Scaling settings</string>
83+
<string name="mcl_setting_category_renderer">Renderer</string>
84+
<string name="mcl_setting_renderer_gles2_4">gl4es 1.1.4 (OpenGL ES 2): exports OpenGL 2.1</string>
85+
<string name="mcl_setting_renderer_gles2_5">gl4es 1.1.5 (OpenGL ES 2): exports OpenGL 2.1</string>
86+
<string name="mcl_setting_renderer_vulkan_zink">zink (Vulkan): exports OpenGL 4.6</string>
87+
<string name="mcl_setting_category_veroption">Version type will be in version list</string>
88+
<string name="mcl_setting_veroption_release">Release</string>
89+
<string name="mcl_setting_veroption_snapshot">Snapshot</string>
90+
<string name="mcl_setting_veroption_oldalpha">Old-alpha</string>
91+
<string name="mcl_setting_veroption_oldbeta">Old-alpha</string>
92+
<string name="mcl_version_clone">Clone</string>
93+
<!-- Global strings -->
94+
<string name="global_edit">Edit</string>
95+
<string name="global_error">Error</string>
96+
<string name="global_warinng">Warning</string>
97+
<string name="global_load">Load</string>
98+
<string name="global_name">Name</string>
99+
<string name="global_remove">Remove</string>
100+
<string name="global_clone">Clone</string>
101+
<string name="global_restart">Restart</string>
102+
<string name="global_save">Save</string>
103+
<string name="global_unpacking">Unpacking %s</string>
104+
<string name="global_error_field_empty">This field can\'t be empty</string>
105+
<string name="global_waiting">Wait</string>
106+
<!-- MainActivity: strings -->
107+
<string name="mcn_exit_title">Application/Game exited with code %d</string>
108+
<string name="mcn_exit_call">Exit</string>
109+
<string name="mcn_exit_confirm">Are you sure want to force close?</string>
110+
<string name="mcn_check_fail_lwjgl">LWJGL3 was not installed!</string>
111+
<string name="mcn_check_fail_incompatiblearch">Architecture %1$s is incompatible with Java Runtime %2$s.</string>
112+
<string name="mcn_check_fail_vulkan_support">Vulkan Zink renderer is not supported on this device!</string>
113+
<!-- MainActivity: Control buttons -->
114+
<string name="control_toggle">GUI</string>
115+
<string name="control_keyboard">Keyboard</string>
116+
<string name="control_chat">Chat</string>
117+
<string name="control_debug">Debug</string>
118+
<string name="control_primary">Pri</string>
119+
<string name="control_secondary">Sec</string>
120+
<string name="control_shift">◇</string>
121+
<string name="control_inventory">Inv</string>
122+
<string name="control_up">▲</string>
123+
<string name="control_left">◀</string>
124+
<string name="control_right">▶</string>
125+
<string name="control_down">▼</string>
126+
<string name="control_jump">⬛</string>
127+
<string name="control_thirdperson">3rd</string>
128+
<string name="control_listplayers">Tab</string>
129+
<string name="control_mouse">Mouse</string>
130+
<string name="control_mouseoff">Mouse: off</string>
131+
<string name="control_mouseon">Mouse: on </string>
132+
<!-- MainActivity: Menu advanced controls -->
133+
<string name="control_forceclose">Force close</string>
134+
<string name="control_viewout">Log output</string>
135+
<string name="control_adebug">Input Debug</string>
136+
<string name="control_customkey">Send custom keycode</string>
137+
<string name="control_scaleup">Scale up</string>
138+
<string name="control_scaledown">Scale down</string>
139+
<!--
140+
<string name="control_more3"></string>
141+
<string name="control_more4"></string>
142+
-->
143+
<string name="customctrl_edit">Editing %s</string>
144+
<string name="customctrl_remove">Remove %s?</string>
145+
<string name="customctrl_keyname">Keycode</string>
146+
<string name="customctrl_toggle">Toggleable</string>
147+
<string name="customctrl_size">Size</string>
148+
<string name="customctrl_size_width">Width</string>
149+
<string name="customctrl_size_height">Height</string>
150+
<string name="customctrl_dynamicpos">Dynamic position</string>
151+
<string name="customctrl_dynamicpos_x">Dynamic X-axis</string>
152+
<string name="customctrl_dynamicpos_y">Dynamic Y-axis</string>
153+
<string name="customctrl_transparency_bg">Background transparency</string>
154+
<string name="customctrl_keycombine">Key combination</string>
155+
<string name="customctrl_keycombine_alt">Alt</string>
156+
<string name="customctrl_keycombine_control">Ctrl</string>
157+
<string name="customctrl_keycombine_shift">Shift</string>
158+
<string name="customctrl_addbutton">Add button</string>
159+
<string name="customctrl_selectdefault">Select default control (.json)</string>
160+
<string name="main_options">Options</string>
161+
<string name="main_play">Play</string>
162+
<string name="main_welcome">Welcome, %s</string>
163+
<string name="main_infodev">Info (DEV)</string>
164+
<string name="main_switchuser">Switch user</string>
165+
<string name="main_version">Version:</string>
166+
<string name="main_nocrash">No crash detected</string>
167+
<string name="main_nolog">No log.</string>
168+
<string name="main_no_news_feed">Failed to fetch the news feed !</string>
169+
<string name="auto_ram_subtitle">Enables automatic RAM adjuster</string>
170+
<string name="auto_ram_title">Auto RAM</string>
171+
<string name="autoram_info_msg">Memory set to %d MB</string>
172+
<string name="mcl_setting_check_libraries">Check libraries after downloading</string>
173+
<string name="mcl_setting_check_libraries_subtitle">This option forces launcher to check the library hash if it\'s available. Prevents broken downloads.</string>
174+
<string name="dl_library_sha_fail">Library %s is damaged and will be redownloaded</string>
175+
<string name="dl_library_sha_unknown">Library %s can\'t be checked, have to assume it\'s good</string>
176+
<string name="dl_library_sha_pass">Library %s is fine and usable</string>
177+
<string name="mcl_disable_gestures">Disable gestures</string>
178+
<string name="mcl_disable_gestures_subtitle">Disables gestures, such as hold to break block, and tap to place a block.</string>
179+
<string name="mcl_setting_title_mousespeed">Mouse Speed</string>
180+
<string name="mcl_setting_subtitle_mousespeed">Changes the speed of the software mouse</string>
181+
<string name="customctrl_passthru">Mouse pass-thru</string>
182+
<string name="customctrl_rounded">Rounded</string>
183+
<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>
184+
<string name="mcl_memory_allocation">Memory allocation</string>
185+
<string name="mcl_memory_allocation_subtitle">Controls how much memory is given to Minecraft</string>
186+
<string name="multirt_runtime_corrupt">Corrupted Java Runtime</string>
187+
<string name="multirt_config_title">Java VMs</string>
188+
<string name="multirt_config_add">Add new</string>
189+
<string name="multirt_config_add_subtitle">Import new Java VM</string>
190+
<string name="multirt_title">Runtime Manager</string>
191+
<string name="multirt_subtitle">Manage installed Java VMs</string>
192+
<string name="multirt_progress_caching">Caching...</string>
193+
<string name="multirt_config_setdefault">Set default</string>
194+
<string name="multirt_config_setdefault_already">Default</string>
195+
</resources>

0 commit comments

Comments
 (0)