You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/settings_translation_file.cpp
+40-25
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ fake_function() {
11
11
gettext("Pitch move mode");
12
12
gettext("If enabled, makes move directions relative to the player's pitch when flying or swimming.");
13
13
gettext("Fast movement");
14
-
gettext("Fast movement (via the \"special\" key).\nThis requires the \"fast\" privilege on the server.");
14
+
gettext("Fast movement (via the \"Aux1\" key).\nThis requires the \"fast\" privilege on the server.");
15
15
gettext("Noclip");
16
16
gettext("If enabled together with fly mode, player is able to fly through solid nodes.\nThis requires the \"noclip\" privilege on the server.");
17
17
gettext("Cinematic mode");
@@ -24,12 +24,12 @@ fake_function() {
24
24
gettext("Invert vertical mouse movement.");
25
25
gettext("Mouse sensitivity");
26
26
gettext("Mouse sensitivity multiplier.");
27
-
gettext("Special key for climbing/descending");
28
-
gettext("If enabled, \"special\" key instead of \"sneak\" key is used for climbing down and\ndescending.");
27
+
gettext("Aux1 key for climbing/descending");
28
+
gettext("If enabled, \"Aux1\" key instead of \"Sneak\" key is used for climbing down and\ndescending.");
29
29
gettext("Double tap jump for fly");
30
30
gettext("Double-tapping the jump key toggles fly mode.");
31
31
gettext("Always fly and fast");
32
-
gettext("If disabled, \"special\" key is used to fly fast if both fly and fast mode are\nenabled.");
32
+
gettext("If disabled, \"Aux1\" key is used to fly fast if both fly and fast mode are\nenabled.");
33
33
gettext("Place repetition interval");
34
34
gettext("The time in seconds it takes between repeated node placements when holding\nthe place button.");
35
35
gettext("Automatic jumping");
@@ -44,8 +44,8 @@ fake_function() {
44
44
gettext("The length in pixels it takes for touch screen interaction to start.");
45
45
gettext("Fixed virtual joystick");
46
46
gettext("(Android) Fixes the position of virtual joystick.\nIf disabled, virtual joystick will center to first-touch's position.");
47
-
gettext("Virtual joystick triggers aux button");
48
-
gettext("(Android) Use virtual joystick to trigger \"aux\" button.\nIf enabled, virtual joystick will also tap \"aux\" button when out of main circle.");
47
+
gettext("Virtual joystick triggers Aux1 button");
48
+
gettext("(Android) Use virtual joystick to trigger \"Aux1\" button.\nIf enabled, virtual joystick will also tap \"Aux1\" button when out of main circle.");
49
49
gettext("Enable joysticks");
50
50
gettext("Enable joysticks");
51
51
gettext("Joystick ID");
@@ -76,7 +76,7 @@ fake_function() {
76
76
gettext("Key for placing.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
77
77
gettext("Inventory key");
78
78
gettext("Key for opening the inventory.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
79
-
gettext("Special key");
79
+
gettext("Aux1 key");
80
80
gettext("Key for moving fast in fast mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
81
81
gettext("Chat key");
82
82
gettext("Key for opening the chat window.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
@@ -233,9 +233,9 @@ fake_function() {
233
233
gettext("Trilinear filtering");
234
234
gettext("Use trilinear filtering when scaling textures.");
235
235
gettext("Clean transparent textures");
236
-
gettext("Filtered textures can blend RGB values with fully-transparent neighbors,\nwhich PNG optimizers usually discard, sometimes resulting in a dark or\nlight edge to transparent textures. Apply this filter to clean that up\nat texture load time.");
236
+
gettext("Filtered textures can blend RGB values with fully-transparent neighbors,\nwhich PNG optimizers usually discard, often resulting in dark or\nlight edges to transparent textures. Apply a filter to clean that up\nat texture load time. This is automatically enabled if mipmapping is enabled.");
237
237
gettext("Minimum texture size");
238
-
gettext("When using bilinear/trilinear/anisotropic filters, low-resolution textures\ncan be blurred, so automatically upscale them with nearest-neighbor\ninterpolation to preserve crisp pixels. This sets the minimum texture size\nfor the upscaled textures; higher values look sharper, but require more\nmemory. Powers of 2 are recommended. Setting this higher than 1 may not\nhave a visible effect unless bilinear/trilinear/anisotropic filtering is\nenabled.\nThis is also used as the base node texture size for world-aligned\ntexture autoscaling.");
238
+
gettext("When using bilinear/trilinear/anisotropic filters, low-resolution textures\ncan be blurred, so automatically upscale them with nearest-neighbor\ninterpolation to preserve crisp pixels. This sets the minimum texture size\nfor the upscaled textures; higher values look sharper, but require more\nmemory. Powers of 2 are recommended. This setting is ONLY applies if\nbilinear/trilinear/anisotropic filtering is enabled.\nThis is also used as the base node texture size for world-aligned\ntexture autoscaling.");
239
239
gettext("FSAA");
240
240
gettext("Use multi-sample antialiasing (MSAA) to smooth out block edges.\nThis algorithm smooths out the 3D viewport while keeping the image sharp,\nbut it doesn't affect the insides of textures\n(which is especially noticeable with transparent textures).\nVisible spaces appear between nodes when shaders are disabled.\nIf set to 0, MSAA is disabled.\nA restart is required after changing this option.");
241
241
gettext("Undersampling");
@@ -261,6 +261,29 @@ fake_function() {
261
261
gettext("Set to true to enable waving leaves.\nRequires shaders to be enabled.");
262
262
gettext("Waving plants");
263
263
gettext("Set to true to enable waving plants.\nRequires shaders to be enabled.");
264
+
gettext("Dynamic shadows");
265
+
gettext("Dynamic shadows");
266
+
gettext("Set to true to enable Shadow Mapping.\nRequires shaders to be enabled.");
267
+
gettext("Shadow strength");
268
+
gettext("Set the shadow strength.\nLower value means lighter shadows, higher value means darker shadows.");
269
+
gettext("Shadow map max distance in nodes to render shadows");
270
+
gettext("Maximum distance to render shadows.");
271
+
gettext("Shadow map texture size");
272
+
gettext("Texture size to render the shadow map on.\nThis must be a power of two.\nBigger numbers create better shadowsbut it is also more expensive.");
273
+
gettext("Shadow map texture in 32 bits");
274
+
gettext("Sets shadow texture quality to 32 bits.\nOn false, 16 bits texture will be used.\nThis can cause much more artifacts in the shadow.");
275
+
gettext("Poisson filtering");
276
+
gettext("Enable poisson disk filtering.\nOn true uses poisson disk to make \"soft shadows\". Otherwise uses PCF filtering.");
277
+
gettext("Shadow filter quality");
278
+
gettext("Define shadow filtering quality\nThis simulates the soft shadows effect by applying a PCF or poisson disk\nbut also uses more resources.");
279
+
gettext("Colored shadows");
280
+
gettext("Enable colored shadows. \nOn true translucent nodes cast colored shadows. This is expensive.");
281
+
gettext("Map update time");
282
+
gettext("Set the shadow update time.\nLower value means shadows and map updates faster, but it consume more resources.\nMinimun value 0.001 seconds max value 0.2 seconds");
283
+
gettext("Soft shadow radius");
284
+
gettext("Set the soft shadow radius size.\nLower values mean sharper shadows bigger values softer.\nMinimun value 1.0 and max value 10.0");
285
+
gettext("Sky Body Orbit Tilt");
286
+
gettext("Set the tilt of Sun/Moon orbit in degrees\nValue of 0 means no tilt / vertical orbit.\nMinimun value 0.0 and max value 60.0");
264
287
gettext("Advanced");
265
288
gettext("Arm inertia");
266
289
gettext("Arm inertia, gives a more realistic movement of\nthe arm when the camera moves.");
@@ -275,15 +298,13 @@ fake_function() {
275
298
gettext("Near plane");
276
299
gettext("Camera 'near clipping plane' distance in nodes, between 0 and 0.25\nOnly works on GLES platforms. Most users will not need to change this.\nIncreasing can reduce artifacting on weaker GPUs.\n0.1 = Default, 0.25 = Good value for weaker tablets.");
277
300
gettext("Screen width");
278
-
gettext("Width component of the initial window size.");
301
+
gettext("Width component of the initial window size. Ignored in fullscreen mode.");
279
302
gettext("Screen height");
280
-
gettext("Height component of the initial window size.");
303
+
gettext("Height component of the initial window size. Ignored in fullscreen mode.");
281
304
gettext("Autosave screen size");
282
305
gettext("Save window size automatically when modified.");
283
306
gettext("Full screen");
284
307
gettext("Fullscreen mode.");
285
-
gettext("Full screen BPP");
286
-
gettext("Bits per pixel (aka color depth) in fullscreen mode.");
287
308
gettext("VSync");
288
309
gettext("Vertical screen synchronization.");
289
310
gettext("Field of view");
@@ -303,7 +324,7 @@ fake_function() {
303
324
gettext("Texture path");
304
325
gettext("Path to texture directory. All textures are first searched from here.");
305
326
gettext("Video driver");
306
-
gettext("The rendering back-end for Irrlicht.\nA restart is required after changing this.\nNote: On Android, stick with OGLES1 if unsure! App may fail to start otherwise.\nOn other platforms, OpenGL is recommended.\nShaders are supported by OpenGL (desktop only) and OGLES2 (experimental)");
327
+
gettext("The rendering back-end.\nA restart is required after changing this.\nNote: On Android, stick with OGLES1 if unsure! App may fail to start otherwise.\nOn other platforms, OpenGL is recommended.\nShaders are supported by OpenGL (desktop only) and OGLES2 (experimental)");
307
328
gettext("Cloud radius");
308
329
gettext("Radius of cloud area stated in number of 64 node cloud squares.\nValues larger than 26 will start to produce sharp cutoffs at cloud area corners.");
309
330
gettext("View bobbing factor");
@@ -407,12 +428,6 @@ fake_function() {
407
428
gettext("Bold monospace font path");
408
429
gettext("Italic monospace font path");
409
430
gettext("Bold and italic monospace font path");
410
-
gettext("Fallback font size");
411
-
gettext("Font size of the fallback font in point (pt).");
412
-
gettext("Fallback font shadow");
413
-
gettext("Shadow offset (in pixels) of the fallback font. If 0, then shadow will not be drawn.");
414
-
gettext("Fallback font shadow alpha");
415
-
gettext("Opaqueness (alpha) of the shadow behind the fallback font, between 0 and 255.");
416
431
gettext("Fallback font path");
417
432
gettext("Path of the fallback font.\nIf “freetype” setting is enabled: Must be a TrueType font.\nIf “freetype” setting is disabled: Must be a bitmap or XML vectors font.\nThis font will be used for certain languages or if the default font is unavailable.");
418
433
gettext("Chat font size");
@@ -542,6 +557,8 @@ fake_function() {
542
557
gettext("If enabled, actions are recorded for rollback.\nThis option is only read when server starts.");
543
558
gettext("Chat message format");
544
559
gettext("Format of player chat messages. The following strings are valid placeholders:\n@name, @message, @timestamp (optional)");
560
+
gettext("Chat command time message threshold");
561
+
gettext("If the execution of a chat command takes longer than this specified time in\nseconds, add the time information to the chat command message");
545
562
gettext("Shutdown message");
546
563
gettext("A message to be displayed to all clients when the server shuts down.");
547
564
gettext("Crash message");
@@ -679,14 +696,12 @@ fake_function() {
679
696
gettext("IPv6");
680
697
gettext("Enable IPv6 support (for both client and server).\nRequired for IPv6 connections to work at all.");
681
698
gettext("Advanced");
682
-
gettext("cURL timeout");
683
-
gettext("Default timeout for cURL, stated in milliseconds.\nOnly has an effect if compiled with cURL.");
699
+
gettext("cURL interactive timeout");
700
+
gettext("Maximum time an interactive request (e.g. server list fetch) may take, stated in milliseconds.");
684
701
gettext("cURL parallel limit");
685
702
gettext("Limits number of parallel HTTP requests. Affects:\n- Media fetch if server uses remote_media setting.\n- Serverlist download and server announcement.\n- Downloads performed by main menu (e.g. mod manager).\nOnly has an effect if compiled with cURL.");
686
703
gettext("cURL file download timeout");
687
-
gettext("Maximum time in ms a file download (e.g. a mod download) may take.");
688
-
gettext("High-precision FPU");
689
-
gettext("Makes DirectX work with LuaJIT. Disable if it causes troubles.");
704
+
gettext("Maximum time a file download (e.g. a mod download) may take, stated in milliseconds.");
690
705
gettext("Main menu script");
691
706
gettext("Replaces the default main menu with a custom one.");
0 commit comments