]> git.lizzy.rs Git - minetest.git/blobdiff - src/settings_translation_file.cpp
Add '/clearobjects quick'
[minetest.git] / src / settings_translation_file.cpp
index bdeb1b82bc257cd94433265c18b0ab554765c562..b078e4d12d65883ff7843f2fade1ea8e3485ce9b 100644 (file)
@@ -185,11 +185,11 @@ fake_function() {
        gettext("Viewing range maximum");
        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.");
        gettext("Viewing range minimum");
-       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.");
+       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.");
        gettext("Screen width");
-       gettext("Vertical initial window size.");
+       gettext("Width component of the initial window size.");
        gettext("Screen height");
-       gettext("Horizontal initial window size.");
+       gettext("Height component of the initial window size.");
        gettext("Full screen");
        gettext("Fullscreen mode.");
        gettext("Full screen BPP");
@@ -345,6 +345,8 @@ fake_function() {
        gettext("Whether to allow players to damage and kill each other.");
        gettext("Static spawnpoint");
        gettext("If this is set, players will always (re)spawn at the given position.");
+       gettext("Vertical spawn range");
+       gettext("Maximum distance above water level for player spawn.\nLarger values result in spawn points closer to (x = 0, z = 0).\nSmaller values may result in a suitable spawn point not being found,\nresulting in a spawn at (0, 0, 0) possibly buried underground.");
        gettext("Disallow empty passwords");
        gettext("If enabled, new players cannot join with an empty password.");
        gettext("Disable anticheat");
@@ -422,7 +424,7 @@ fake_function() {
        gettext("Map generation limit");
        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");
        gettext("Mapgen flags");
-       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.");
+       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.");
        gettext("Advanced");
        gettext("Chunk size");
        gettext("Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).");
@@ -449,9 +451,9 @@ fake_function() {
        gettext("Mapgen v5 cave2 noise parameters");
        gettext("Mapgen v6");
        gettext("Mapgen v6 flags");
-       gettext("Map generation attributes specific to Mapgen V6.\nWhen snowbiomes are enabled jungles are enabled and the jungles flag is ignored.\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.");
+       gettext("Map generation attributes specific to Mapgen v6.\nWhen snowbiomes are enabled jungles are enabled and the jungles flag is ignored.\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.");
        gettext("Mapgen v6 desert frequency");
-       gettext("Controls size of deserts and beaches in Mapgen V6.\nWhen snowbiomes are enabled 'mgv6_freq_desert' is ignored.");
+       gettext("Controls size of deserts and beaches in Mapgen v6.\nWhen snowbiomes are enabled 'mgv6_freq_desert' is ignored.");
        gettext("Mapgen v6 beach frequency");
        gettext("Mapgen v6 terrain base noise parameters");
        gettext("Mapgen v6 terrain altitude noise parameters");
@@ -466,7 +468,7 @@ fake_function() {
        gettext("Mapgen v6 apple trees noise parameters");
        gettext("Mapgen v7");
        gettext("Mapgen v7 flags");
-       gettext("Map generation attributes specific to Mapgen V7.\n'ridges' are the rivers.\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.");
+       gettext("Map generation attributes specific to Mapgen v7.\n'ridges' are the rivers.\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.");
        gettext("Mapgen v7 terrain base noise parameters");
        gettext("Mapgen v7 terrain altitude noise parameters");
        gettext("Mapgen v7 terrain persistation noise parameters");
@@ -478,6 +480,49 @@ fake_function() {
        gettext("Mapgen v7 ridge noise parameters");
        gettext("Mapgen v7 cave1 noise parameters");
        gettext("Mapgen v7 cave2 noise parameters");
+       gettext("Mapgen flat");
+       gettext("Mapgen flat flags");
+       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.");
+       gettext("Mapgen flat ground level");
+       gettext("Y of flat ground.");
+       gettext("Mapgen flat large cave depth");
+       gettext("Y of upper limit of large pseudorandom caves.");
+       gettext("Mapgen flat lake threshold");
+       gettext("Terrain noise threshold for lakes.\nControls proportion of world area covered by lakes.\nAdjust towards 0.0 for a larger proportion.");
+       gettext("Mapgen flat lake steepness");
+       gettext("Controls steepness/depth of lake depressions.");
+       gettext("Mapgen flat hill threshold");
+       gettext("Terrain noise threshold for hills.\nControls proportion of world area covered by hills.\nAdjust towards 0.0 for a larger proportion.");
+       gettext("Mapgen flat hill steepness");
+       gettext("Controls steepness/height of hills.");
+       gettext("Mapgen flat terrain noise parameters");
+       gettext("Determines terrain shape.\nThe 3 numbers in brackets control the scale of the\nterrain, the 3 numbers should be identical.");
+       gettext("Mapgen flat filler depth noise parameters");
+       gettext("Mapgen flat cave1 noise parameters");
+       gettext("Mapgen flat cave2 noise parameters");
+       gettext("Mapgen fractal");
+       gettext("Mapgen fractal formula");
+       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.");
+       gettext("Mapgen fractal iterations");
+       gettext("Iterations of the recursive function.\nControls scale of finest detail.");
+       gettext("Mapgen fractal scale");
+       gettext("Approximate (X,Y,Z) scale of fractal in nodes.");
+       gettext("Mapgen fractal offset");
+       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.");
+       gettext("Mapgen fractal slice w");
+       gettext("W co-ordinate of the generated 3D slice of the 4D shape.\nAlters the generated 3D shape.\nRange roughly -2 to 2.");
+       gettext("Mapgen fractal julia x");
+       gettext("Julia set only: X value determining the 4D shape.\nRange roughly -2 to 2.");
+       gettext("Mapgen fractal julia y");
+       gettext("Julia set only: Y value determining the 4D shape.\nRange roughly -2 to 2.");
+       gettext("Mapgen fractal julia z");
+       gettext("Julia set only: Z value determining the 4D shape.\nRange roughly -2 to 2.");
+       gettext("Mapgen fractal julia w");
+       gettext("Julia set only: W value determining the 4D shape.\nRange roughly -2 to 2.");
+       gettext("Mapgen fractal seabed noise parameters");
+       gettext("Mapgen fractal filler depth noise parameters");
+       gettext("Mapgen fractal cave1 noise parameters");
+       gettext("Mapgen fractal cave2 noise parameters");
        gettext("Security");
        gettext("Enable mod security");
        gettext("Prevent mods from doing insecure things like running shell commands.");