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
* Horizontal and vertical are used wrongly. Use height and width because
horizontal/vertical describes different things. Thanks @kilbith for pointing out.
* Update minetest.conf.example and settings_translation_file.cpp
* Correct maximum/minimum copy paste mistake.
Copy file name to clipboardexpand all lines: src/settings_translation_file.cpp
+38-26
Original file line number
Diff line number
Diff line change
@@ -185,11 +185,11 @@ fake_function() {
185
185
gettext("Viewing range maximum");
186
186
gettext("The allowed adjustment range for the automatic rendering range adjustment.\nSet this to be equal to viewing range minimum to disable the auto-adjustment algorithm.");
187
187
gettext("Viewing range minimum");
188
-
gettext("The allowed adjustment range for the automatic rendering range adjustment.\nSet this to be equal to viewing range minimum to disable the auto-adjustment algorithm.");
188
+
gettext("The allowed adjustment range for the automatic rendering range adjustment.\nSet this to be equal to viewing range maximum to disable the auto-adjustment algorithm.");
189
189
gettext("Screen width");
190
-
gettext("Vertical initial window size.");
190
+
gettext("Width component of the initial window size.");
191
191
gettext("Screen height");
192
-
gettext("Horizontal initial window size.");
192
+
gettext("Height component of the initial window size.");
193
193
gettext("Full screen");
194
194
gettext("Fullscreen mode.");
195
195
gettext("Full screen BPP");
@@ -424,7 +424,7 @@ fake_function() {
424
424
gettext("Map generation limit");
425
425
gettext("Where the map generator stops.\nPlease note:\n- Limited to 31000 (setting above has no effect)\n- The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).\n- Those groups have an offset of -32, -32 nodes from the origin.\n- Only groups which are within the map_generation_limit are generated");
426
426
gettext("Mapgen flags");
427
-
gettext("Global map generation attributes.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.\n'trees' and 'flat' flags only have effect in mgv6.");
427
+
gettext("Global map generation attributes.\nIn Mapgen v6 the 'decorations' flag controls all decorations except trees\nand junglegrass, in all other mapgens this flag controls all decorations.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
428
428
gettext("Advanced");
429
429
gettext("Chunk size");
430
430
gettext("Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).");
@@ -480,33 +480,45 @@ fake_function() {
480
480
gettext("Mapgen v7 ridge noise parameters");
481
481
gettext("Mapgen v7 cave1 noise parameters");
482
482
gettext("Mapgen v7 cave2 noise parameters");
483
+
gettext("Mapgen flat");
484
+
gettext("Mapgen flat flags");
485
+
gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills added to the flat world.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
486
+
gettext("Mapgen flat ground level");
487
+
gettext("Y of flat ground.");
488
+
gettext("Mapgen flat large cave depth");
489
+
gettext("Y of upper limit of large pseudorandom caves.");
490
+
gettext("Mapgen flat lake threshold");
491
+
gettext("Terrain noise threshold for lakes.\nControls proportion of world area covered by lakes.\nAdjust towards 0.0 for a larger proportion.");
492
+
gettext("Mapgen flat lake steepness");
493
+
gettext("Controls steepness/depth of lake depressions.");
494
+
gettext("Mapgen flat hill threshold");
495
+
gettext("Terrain noise threshold for hills.\nControls proportion of world area covered by hills.\nAdjust towards 0.0 for a larger proportion.");
496
+
gettext("Mapgen flat hill steepness");
497
+
gettext("Controls steepness/height of hills.");
498
+
gettext("Mapgen flat terrain noise parameters");
499
+
gettext("Determines terrain shape.\nThe 3 numbers in brackets control the scale of the\nterrain, the 3 numbers should be identical.");
gettext("Map generation attributes specific to Mapgen fractal.\n'julia' selects a julia set to be generated instead of a mandelbrot set.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
486
-
gettext("Mapgen fractal mandelbrot iterations");
487
-
gettext("Mandelbrot set: Iterations of the recursive function.\nControls scale of finest detail.");
488
-
gettext("Mapgen fractal mandelbrot scale");
489
-
gettext("Mandelbrot set: Approximate (X,Y,Z) scales in nodes.");
490
-
gettext("Mapgen fractal mandelbrot offset");
491
-
gettext("Mandelbrot set: (X,Y,Z) offsets from world centre.\nRange roughly -2 to 2, multiply by m_scale for offsets in nodes.");
492
-
gettext("Mapgen fractal mandelbrot slice w");
493
-
gettext("Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\nRange roughly -2 to 2.");
494
-
gettext("Mapgen fractal julia iterations");
495
-
gettext("Julia set: Iterations of the recursive function.\nControls scale of finest detail.");
496
-
gettext("Mapgen fractal julia scale");
497
-
gettext("Julia set: Approximate (X,Y,Z) scales in nodes.");
498
-
gettext("Mapgen fractal julia offset");
499
-
gettext("Julia set: (X,Y,Z) offsets from world centre.\nRange roughly -2 to 2, multiply by j_scale for offsets in nodes.");
500
-
gettext("Mapgen fractal julia slice w");
501
-
gettext("Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\nRange roughly -2 to 2.");
504
+
gettext("Mapgen fractal formula");
505
+
gettext("Choice of 8 4-dimensional fractals.\n1 = \"Roundy\" mandelbrot set.\n2 = \"Roundy\" julia set.\n3 = \"Squarry\" mandelbrot set.\n4 = \"Squarry\" julia set.\n5 = \"Mandy Cousin\" mandelbrot set.\n6 = \"Mandy Cousin\" julia set.\n7 = \"Variation\" mandelbrot set.\n8 = \"Variation\" julia set.");
506
+
gettext("Mapgen fractal iterations");
507
+
gettext("Iterations of the recursive function.\nControls scale of finest detail.");
508
+
gettext("Mapgen fractal scale");
509
+
gettext("Approximate (X,Y,Z) scale of fractal in nodes.");
510
+
gettext("Mapgen fractal offset");
511
+
gettext("(X,Y,Z) offset of fractal from world centre.\nUsed to move a suitable spawn area of low land close to (0, 0).\nThe default is suitable for mandelbrot sets, it needs to be edited for julia sets,\ndo this by greatly reducing 'scale' and setting 'offset' initially to (0, 0, 0).\nRange roughly -2 to 2. Multiply by 'scale' for offset in nodes.");
512
+
gettext("Mapgen fractal slice w");
513
+
gettext("W co-ordinate of the generated 3D slice of the 4D shape.\nAlters the generated 3D shape.\nRange roughly -2 to 2.");
502
514
gettext("Mapgen fractal julia x");
503
-
gettext("Julia set: X value determining the 4D shape.\nRange roughly -2 to 2.");
515
+
gettext("Julia set only: X value determining the 4D shape.\nRange roughly -2 to 2.");
504
516
gettext("Mapgen fractal julia y");
505
-
gettext("Julia set: Y value determining the 4D shape.\nRange roughly -2 to 2.");
517
+
gettext("Julia set only: Y value determining the 4D shape.\nRange roughly -2 to 2.");
506
518
gettext("Mapgen fractal julia z");
507
-
gettext("Julia set: Z value determining the 4D shape.\nRange roughly -2 to 2.");
519
+
gettext("Julia set only: Z value determining the 4D shape.\nRange roughly -2 to 2.");
508
520
gettext("Mapgen fractal julia w");
509
-
gettext("Julia set: W value determining the 4D shape.\nRange roughly -2 to 2.");
521
+
gettext("Julia set only: W value determining the 4D shape.\nRange roughly -2 to 2.");
0 commit comments