summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-11-08 21:23:09 +0100
committerest31 <MTest31@outlook.com>2015-11-08 21:23:09 +0100
commit78caafbd43a27aad4d94fe5d02e79ea1d32c696f (patch)
treece5b37f30be5ec184ba4a671cc3bfba205df47b6 /src/settings_translation_file.cpp
parent9a91f58e66e84bfba13c967753d537996e4c5d6d (diff)
downloadminetest-78caafbd43a27aad4d94fe5d02e79ea1d32c696f.tar.gz
minetest-78caafbd43a27aad4d94fe5d02e79ea1d32c696f.tar.bz2
minetest-78caafbd43a27aad4d94fe5d02e79ea1d32c696f.zip
Update minetest.conf.example and src/settings_translation_file.cpp
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp39
1 files changed, 36 insertions, 3 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index bdeb1b82b..89bd192e4 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -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");
@@ -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,37 @@ fake_function() {
gettext("Mapgen v7 ridge noise parameters");
gettext("Mapgen v7 cave1 noise parameters");
gettext("Mapgen v7 cave2 noise parameters");
+ gettext("Mapgen fractal");
+ gettext("Mapgen fractal flags");
+ 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.");
+ gettext("Mapgen fractal mandelbrot iterations");
+ gettext("Mandelbrot set: Iterations of the recursive function.\nControls scale of finest detail.");
+ gettext("Mapgen fractal mandelbrot scale");
+ gettext("Mandelbrot set: Approximate (X,Y,Z) scales in nodes.");
+ gettext("Mapgen fractal mandelbrot offset");
+ gettext("Mandelbrot set: (X,Y,Z) offsets from world centre.\nRange roughly -2 to 2, multiply by m_scale for offsets in nodes.");
+ gettext("Mapgen fractal mandelbrot slice w");
+ gettext("Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\nRange roughly -2 to 2.");
+ gettext("Mapgen fractal julia iterations");
+ gettext("Julia set: Iterations of the recursive function.\nControls scale of finest detail.");
+ gettext("Mapgen fractal julia scale");
+ gettext("Julia set: Approximate (X,Y,Z) scales in nodes.");
+ gettext("Mapgen fractal julia offset");
+ gettext("Julia set: (X,Y,Z) offsets from world centre.\nRange roughly -2 to 2, multiply by j_scale for offsets in nodes.");
+ gettext("Mapgen fractal julia slice w");
+ gettext("Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\nRange roughly -2 to 2.");
+ gettext("Mapgen fractal julia x");
+ gettext("Julia set: X value determining the 4D shape.\nRange roughly -2 to 2.");
+ gettext("Mapgen fractal julia y");
+ gettext("Julia set: Y value determining the 4D shape.\nRange roughly -2 to 2.");
+ gettext("Mapgen fractal julia z");
+ gettext("Julia set: Z value determining the 4D shape.\nRange roughly -2 to 2.");
+ gettext("Mapgen fractal julia w");
+ gettext("Julia set: 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.");