Mgfractal: Add 3D and 4D fractals
[oweals/minetest.git] / src / settings_translation_file.cpp
index 961c61334fab23c4c94761ef6bdf979a472c8e16..b078e4d12d65883ff7843f2fade1ea8e3485ce9b 100644 (file)
@@ -8,13 +8,13 @@ fake_function() {
        gettext("Build inside player");
        gettext("If enabled, you can place blocks at the position (feet + eye level) where you stand.\nThis is helpful when working with nodeboxes in small areas.");
        gettext("Flying");
-       gettext("Player is able to fly without being affected by gravity.\nThis requires the "fly" privilege on the server.");
+       gettext("Player is able to fly without being affected by gravity.\nThis requires the \"fly\" privilege on the server.");
        gettext("Fast movement");
-       gettext("Fast movement (via use key).\nThis requires the "fast" privilege on the server.");
+       gettext("Fast movement (via use key).\nThis requires the \"fast\" privilege on the server.");
        gettext("Noclip");
-       gettext("If enabled together with fly mode, player is able to fly through solid nodes.\nThis requires the "noclip" privilege on the server.");
+       gettext("If enabled together with fly mode, player is able to fly through solid nodes.\nThis requires the \"noclip\" privilege on the server.");
        gettext("Cinematic mode");
-       gettext("Smooths camera when moving and looking arround.\nUseful for recording videos.");
+       gettext("Smooths camera when moving and looking around.\nUseful for recording videos.");
        gettext("Camera smoothing");
        gettext("Smooths rotation of camera. 0 to disable.");
        gettext("Camera smoothing in cinematic mode");
@@ -24,11 +24,11 @@ fake_function() {
        gettext("Mouse sensitivity");
        gettext("Mouse sensitivity multiplier.");
        gettext("Key use for climbing/descending");
-       gettext("If enabled, "use" key instead of "sneak" key is used for climbing down and descending.");
+       gettext("If enabled, \"use\" key instead of \"sneak\" key is used for climbing down and descending.");
        gettext("Double tap jump for fly");
        gettext("Double-tapping the jump key toggles fly mode.");
        gettext("Always fly and fast");
-       gettext("If disabled "use" key is used to fly fast if both fly and fast mode are enabled.");
+       gettext("If disabled \"use\" key is used to fly fast if both fly and fast mode are enabled.");
        gettext("Rightclick repetition interval");
        gettext("The time in seconds it takes between repeated right clicks when holding the right mouse button.");
        gettext("Random input");
@@ -112,7 +112,7 @@ fake_function() {
        gettext("Fog");
        gettext("Whether to fog out the end of the visible area.");
        gettext("New style water");
-       gettext("Enable a bit lower water surface, so it doesn't "fill" the node completely.\nNote that this is not quite optimized and that smooth lighting on the\nwater surface doesn't work with this.");
+       gettext("Enable a bit lower water surface, so it doesn't \"fill\" the node completely.\nNote that this is not quite optimized and that smooth lighting on the\nwater surface doesn't work with this.");
        gettext("Leaves style");
        gettext("Leaves style:\n-   Fancy:  all faces visible\n-   Simple: only outer faces, if defined special_tiles are used\n-   Opaque: disable transparency");
        gettext("Connect glass");
@@ -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.");