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
+18-12
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,13 @@ fake_function() {
35
35
gettext("Random input");
36
36
gettext("Enable random user input (only used for testing).");
37
37
gettext("Continuous forward");
38
-
gettext("Continuous forward movement, toggled by autoforward key.\nPress the autoforward key again or the backwards movement to disable.");
38
+
gettext("Continuous forward movement, toggled by autoforward key.\nPress the autoforward key again or the backwards movement to disable.");
39
39
gettext("Touch screen threshold");
40
40
gettext("The length in pixels it takes for touch screen interaction to start.");
41
41
gettext("Fixed virtual joystick");
42
42
gettext("(Android) Fixes the position of virtual joystick.\nIf disabled, virtual joystick will center to first-touch's position.");
43
+
gettext("Virtual joystick triggers aux button");
44
+
gettext("(Android) Use virtual joystick to trigger \"aux\" button.\nIf enabled, virtual joystick will also tap \"aux\" button when out of main circle.");
43
45
gettext("Enable joysticks");
44
46
gettext("Enable joysticks");
45
47
gettext("Joystick ID");
@@ -191,7 +193,7 @@ fake_function() {
191
193
gettext("Adds particles when digging a node.");
192
194
gettext("Filtering");
193
195
gettext("Mipmapping");
194
-
gettext("Use mip mapping to scale textures. May slightly increase performance.");
196
+
gettext("Use mip mapping to scale textures. May slightly increase performance,\nespecially when using a high resolution texture pack.\nGamma correct downscaling is not supported.");
195
197
gettext("Anisotropic filtering");
196
198
gettext("Use anisotropic filtering when viewing at textures from an angle.");
197
199
gettext("Bilinear filtering");
@@ -288,7 +290,7 @@ fake_function() {
288
290
gettext("Texture path");
289
291
gettext("Path to texture directory. All textures are first searched from here.");
290
292
gettext("Video driver");
291
-
gettext("The rendering back-end for Irrlicht.");
293
+
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, and it’s the only driver with\nshader support currently.");
292
294
gettext("Cloud radius");
293
295
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.");
294
296
gettext("View bobbing factor");
@@ -438,7 +440,7 @@ fake_function() {
438
440
gettext("Announce server");
439
441
gettext("Automaticaly report to the serverlist.");
440
442
gettext("Serverlist URL");
441
-
gettext("Announce to this serverlist.\nIf you want to announce your ipv6 address, use serverlist_url = v6.servers.minetest.net.");
443
+
gettext("Announce to this serverlist.");
442
444
gettext("Strip color codes");
443
445
gettext("Remove color codes from incoming chat messages\nUse this to stop players from being able to use color in their messages");
444
446
gettext("Network");
@@ -470,8 +472,6 @@ fake_function() {
470
472
gettext("World directory (everything in the world is stored here).\nNot needed if starting from the main menu.");
471
473
gettext("Item entity TTL");
472
474
gettext("Time in seconds for item entity (dropped items) to live.\nSetting it to -1 disables the feature.");
473
-
gettext("Status message on connection");
474
-
gettext("If enabled, show the server status message on player connection.");
475
475
gettext("Damage");
476
476
gettext("Enable players getting damage and dying.");
477
477
gettext("Creative");
@@ -522,6 +522,12 @@ fake_function() {
522
522
gettext("Time of day when a new world is started, in millihours (0-23999).");
523
523
gettext("Map save interval");
524
524
gettext("Interval of saving important changes in the world, stated in seconds.");
525
+
gettext("Chat message max length");
526
+
gettext("Set the maximum character length of a chat message sent by clients.");
527
+
gettext("Chat message count limit");
528
+
gettext("Amount of messages a player may send per 10 seconds.");
529
+
gettext("Chat message kick threshold");
530
+
gettext("Kick players who sent more than X messages per 10 seconds.");
525
531
gettext("Physics");
526
532
gettext("Default acceleration");
527
533
gettext("Acceleration in air");
@@ -567,8 +573,8 @@ fake_function() {
567
573
gettext("Server side occlusion culling");
568
574
gettext("If enabled the server will perform map block occlusion culling based on\non the eye position of the player. This can reduce the number of blocks\nsent to the client 50-80%. The client will not longer receive most invisible\nso that the utility of noclip mode is reduced.");
569
575
gettext("Client side modding restrictions");
570
-
gettext("Restricts the access of certain client-side functions on servers\nCombine these byteflags below to restrict more client-side features:\nLOAD_CLIENT_MODS: 1 (disable client mods loading)\nCHAT_MESSAGES: 2 (disable send_chat_message call client-side)\nREAD_ITEMDEFS: 4 (disable get_item_def call client-side)\nREAD_NODEDEFS: 8 (disable get_node_def call client-side)\nLOOKUP_NODES_LIMIT: 16 (limits get_node call client-side to csm_restriction_noderange)");
571
-
gettext("Client side node lookup restriction");
576
+
gettext("Restricts the access of certain client-side functions on servers\nCombine these byteflags below to restrict client-side features:\nLOAD_CLIENT_MODS: 1 (disable client mods loading)\nCHAT_MESSAGES: 2 (disable send_chat_message call client-side)\nREAD_ITEMDEFS: 4 (disable get_item_def call client-side)\nREAD_NODEDEFS: 8 (disable get_node_def call client-side)\nLOOKUP_NODES_LIMIT: 16 (limits get_node call client-side to csm_restriction_noderange)");
577
+
gettext("Client side node lookup range restriction");
572
578
gettext("If the CSM restriction for node range is enabled, get_node calls are limited\nto this distance from the player to the node.");
573
579
gettext("Security");
574
580
gettext("Enable mod security");
@@ -620,7 +626,7 @@ fake_function() {
620
626
gettext("High-precision FPU");
621
627
gettext("Makes DirectX work with LuaJIT. Disable if it causes troubles.");
622
628
gettext("Main menu style");
623
-
gettext("Changes the main menu UI:\n- Full: Multple singleplayer worlds, game choice, texture pack chooser, etc.\n- Simple: One singleplayer world, no game or texture pack choosers. May be necessary for smaller screens.\n- Auto: Simple on Android, full on everything else.");
629
+
gettext("Changes the main menu UI:\n- Full: Multple singleplayer worlds, game choice, texture pack chooser, etc.\n- Simple: One singleplayer world, no game or texture pack choosers. May be necessary for smaller screens.\n- Auto: Simple on Android, full on everything else.");
624
630
gettext("Main menu script");
625
631
gettext("Replaces the default main menu with a custom one.");
626
632
gettext("Main menu game manager");
@@ -901,9 +907,9 @@ fake_function() {
901
907
gettext("Second of 2 3D noises that together define tunnels.");
902
908
gettext("Mapgen Valleys");
903
909
gettext("Mapgen Valleys specific flags");
904
-
gettext("Map generation attributes specific to Mapgen Valleys.\n'altitude_chill' makes higher elevations colder, which may cause biome issues.\n'humid_rivers' modifies the humidity around rivers and in areas where water would tend to pool,\nit may interfere with delicately adjusted biomes.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
910
+
gettext("Map generation attributes specific to Mapgen Valleys.\n'altitude_chill': Reduces heat with altitude.\n'humid_rivers': Increases humidity around rivers and where water pools.\n'vary_river_depth': If enabled, low humidity and high heat causes rivers\nto become shallower and occasionally dry.\n'altitude_dry': Reduces humidity with altitude.");
905
911
gettext("Altitude chill");
906
-
gettext("The altitude at which temperature drops by 20.");
912
+
gettext("The vertical distance over which heat drops by 20 if 'altitude_chill' is\nenabled. Also the vertical distance over which humidity drops by 10 if\n'altitude_dry' is enabled.");
907
913
gettext("Large cave depth");
908
914
gettext("Depth below which you'll find large caves.");
909
915
gettext("Lava depth");
@@ -957,5 +963,5 @@ fake_function() {
957
963
gettext("Limit of emerge queues to generate");
958
964
gettext("Maximum number of blocks to be queued that are to be generated.\nSet to blank for an appropriate amount to be chosen automatically.");
959
965
gettext("Number of emerge threads");
960
-
gettext("Number of emerge threads to use. Make this field blank, or increase this number\nto use multiple threads. On multiprocessor systems, this will improve mapgen speed greatly\nat the cost of slightly buggy caves.");
966
+
gettext("Number of emerge threads to use. Make this field blank or 0, or increase this number\nto use multiple threads. On multiprocessor systems, this will improve mapgen speed greatly\nat the cost of slightly buggy caves.");
0 commit comments