]> git.lizzy.rs Git - minetest.git/blobdiff - src/settings_translation_file.cpp
Trigger on_place in many situations even if prediction failed
[minetest.git] / src / settings_translation_file.cpp
index dfc4a2de0081cf3d000d0f27e8e7d200980722a2..ffd0f6b74081d947355c66a651f51fec0ae79126 100644 (file)
@@ -8,8 +8,8 @@ fake_function() {
        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("Pitch fly mode");
-       gettext("If enabled together with fly mode, makes move directions relative to the player's pitch.");
+       gettext("Pitch move mode");
+       gettext("If enabled, makes move directions relative to the player's pitch when flying or swimming.");
        gettext("Fast movement");
        gettext("Fast movement (via the \"special\" key).\nThis requires the \"fast\" privilege on the server.");
        gettext("Noclip");
@@ -33,7 +33,7 @@ fake_function() {
        gettext("Rightclick repetition interval");
        gettext("The time in seconds it takes between repeated right clicks when holding the right\nmouse button.");
        gettext("Automatic jumping");
-       gettext("Automatically jump up single-node obstacles.\ntype: bool");
+       gettext("Automatically jump up single-node obstacles.");
        gettext("Safe digging and placing");
        gettext("Prevent digging and placing from repeating when holding the mouse buttons.\nEnable this when you dig or place too often by accident.");
        gettext("Random input");
@@ -82,8 +82,8 @@ fake_function() {
        gettext("Key for toggling unlimited view range.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
        gettext("Fly key");
        gettext("Key for toggling flying.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
-       gettext("Pitch fly key");
-       gettext("Key for toggling pitch fly mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
+       gettext("Pitch move key");
+       gettext("Key for toggling pitch move mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
        gettext("Fast key");
        gettext("Key for toggling fast mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
        gettext("Noclip key");
@@ -98,7 +98,7 @@ fake_function() {
        gettext("Key for increasing the volume.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
        gettext("Dec. volume key");
        gettext("Key for decreasing the volume.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
-       gettext("Automatic forwards key");
+       gettext("Automatic forward key");
        gettext("Key for toggling autoforward.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
        gettext("Cinematic mode key");
        gettext("Key for toggling cinematic mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
@@ -265,9 +265,9 @@ fake_function() {
        gettext("Waving Nodes");
        gettext("Waving water");
        gettext("Set to true enables waving water.\nRequires shaders to be enabled.");
-       gettext("Waving water height");
-       gettext("Waving water length");
-       gettext("Waving water speed");
+       gettext("Waving water wave height");
+       gettext("Waving water wavelength");
+       gettext("Waving water wave speed");
        gettext("Waving leaves");
        gettext("Set to true enables waving leaves.\nRequires shaders to be enabled.");
        gettext("Waving plants");
@@ -283,8 +283,8 @@ fake_function() {
        gettext("Open the pause menu when the window's focus is lost. Does not pause if a formspec is\nopen.");
        gettext("Viewing range");
        gettext("View distance in nodes.");
-       gettext("Near plane");
-       gettext("Camera near plane distance in nodes, between 0 and 0.5\nMost users will not need to change this.\nIncreasing can reduce artifacting on weaker GPUs.\n0.1 = Default, 0.25 = Good value for weaker tablets.");
+       gettext("Near clipping plane");
+       gettext("Camera 'near clipping plane' distance in nodes, between 0 and 0.5.\nMost users will not need to change this.\nIncreasing can reduce artifacting on weaker GPUs.\n0.1 = Default, 0.25 = Good value for weaker tablets.");
        gettext("Screen width");
        gettext("Width component of the initial window size.");
        gettext("Screen height");
@@ -443,6 +443,8 @@ fake_function() {
        gettext("File in client/serverlist/ that contains your favorite servers displayed in the\nMultiplayer Tab.");
        gettext("Maximum size of the out chat queue");
        gettext("Maximum size of the out chat queue.\n0 to disable queueing and -1 to make the queue size unlimited.");
+       gettext("Enable register confirmation");
+       gettext("Enable register confirmation when connecting to server.\nIf disabled, new account will be registered automatically.");
        gettext("Advanced");
        gettext("Mapblock unload timeout");
        gettext("Timeout for client to remove unused map data from memory.");
@@ -522,6 +524,8 @@ fake_function() {
        gettext("If enabled, disable cheat prevention in multiplayer.");
        gettext("Rollback recording");
        gettext("If enabled, actions are recorded for rollback.\nThis option is only read when server starts.");
+       gettext("Chat message format");
+       gettext("Format of player chat messages. The following strings are valid placeholders:\n@name, @message, @timestamp (optional)");
        gettext("Shutdown message");
        gettext("A message to be displayed to all clients when the server shuts down.");
        gettext("Crash message");
@@ -552,17 +556,29 @@ fake_function() {
        gettext("Kick players who sent more than X messages per 10 seconds.");
        gettext("Physics");
        gettext("Default acceleration");
+       gettext("Horizontal and vertical acceleration on ground or when climbing,\nin nodes per second per second.");
        gettext("Acceleration in air");
+       gettext("Horizontal acceleration in air when jumping or falling,\nin nodes per second per second.");
        gettext("Fast mode acceleration");
+       gettext("Horizontal and vertical acceleration in fast mode,\nin nodes per second per second.");
        gettext("Walking speed");
+       gettext("Walking and flying speed, in nodes per second.");
        gettext("Sneaking speed");
+       gettext("Sneaking speed, in nodes per second.");
        gettext("Fast mode speed");
+       gettext("Walking, flying and climbing speed in fast mode, in nodes per second.");
        gettext("Climbing speed");
+       gettext("Vertical climbing speed, in nodes per second.");
        gettext("Jumping speed");
+       gettext("Initial vertical speed when jumping, in nodes per second.");
        gettext("Liquid fluidity");
+       gettext("Decrease this to increase liquid resistence to movement.");
        gettext("Liquid fluidity smoothing");
-       gettext("Liquid sinking speed");
+       gettext("Maximum liquid resistence. Controls deceleration when entering liquid at\nhigh speed.");
+       gettext("Liquid sinking");
+       gettext("Controls sinking speed in liquid.");
        gettext("Gravity");
+       gettext("Acceleration of gravity, in nodes per second per second.");
        gettext("Advanced");
        gettext("Deprecated Lua API handling");
        gettext("Handling for deprecated lua api calls:\n-    legacy: (try to) mimic old behaviour (default for release).\n-    log: mimic and log backtrace of deprecated call (default for debug).\n-    error: abort on usage of deprecated call (suggested for mod developers).");
@@ -595,7 +611,7 @@ fake_function() {
        gettext("Server side occlusion culling");
        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.");
        gettext("Client side modding restrictions");
-       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\ncsm_restriction_noderange)");
+       gettext("Restricts the access of certain client-side functions on servers.\nCombine the byteflags below to restrict client-side features, or set to 0\nfor no restrictions:\nLOAD_CLIENT_MODS: 1 (disable loading client-provided mods)\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\ncsm_restriction_noderange)\nREAD_PLAYERINFO: 32 (disable get_player_names call client-side)");
        gettext("Client side node lookup range restriction");
        gettext("If the CSM restriction for node range is enabled, get_node calls are limited\nto this distance from the player to the node.");
        gettext("Security");
@@ -636,6 +652,8 @@ fake_function() {
        gettext("Set the language. Leave empty to use the system language.\nA restart is required after changing this.");
        gettext("Debug log level");
        gettext("Level of logging to be written to debug.txt:\n-    <nothing> (no logging)\n-    none (messages with no level)\n-    error\n-    warning\n-    action\n-    info\n-    verbose");
+       gettext("Debug log file size threshold");
+       gettext("If the file size of debug.txt exceeds the number of megabytes specified in\nthis setting when it is opened, the file is moved to debug.txt.1,\ndeleting an older debug.txt.1 if it exists.\ndebug.txt is only moved if this setting is positive.");
        gettext("IPv6");
        gettext("IPv6 support.");
        gettext("Advanced");
@@ -648,14 +666,14 @@ fake_function() {
        gettext("High-precision FPU");
        gettext("Makes DirectX work with LuaJIT. Disable if it causes troubles.");
        gettext("Main menu style");
-       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\nnecessary for smaller screens.\n-   Auto: Simple on Android, full on everything else.");
+       gettext("Changes the main menu UI:\n-   Full:  Multiple singleplayer worlds, game choice, texture pack chooser, etc.\n-   Simple: One singleplayer world, no game or texture pack choosers. May be\nnecessary for smaller screens.");
        gettext("Main menu script");
        gettext("Replaces the default main menu with a custom one.");
        gettext("Engine profiling data print interval");
        gettext("Print the engine's profiling data in regular intervals (in seconds).\n0 = disable. Useful for developers.");
        gettext("Mapgen");
        gettext("Mapgen name");
-       gettext("Name of map generator to be used when creating a new world.\nCreating a world in the main menu will override this.\nCurrent stable mapgens:\nv5, v6, v7 (except floatlands), flat, singlenode.\n'stable' means the terrain shape in an existing world will not be changed\nin the future. Note that biomes are defined by games and may still change.");
+       gettext("Name of map generator to be used when creating a new world.\nCreating a world in the main menu will override this.\nCurrent mapgens in a highly unstable state:\n-    The optional floatlands of v7 (disabled by default).");
        gettext("Water level");
        gettext("Water surface level of the world.");
        gettext("Max block generate distance");
@@ -663,7 +681,7 @@ fake_function() {
        gettext("Map generation limit");
        gettext("Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).\nOnly mapchunks completely within the mapgen limit are generated.\nValue is stored per-world.");
        gettext("Mapgen flags");
-       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 enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
+       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.");
        gettext("Projecting dungeons");
        gettext("Whether dungeons occasionally project from the terrain.");
        gettext("Biome API temperature and humidity noise parameters");
@@ -677,13 +695,13 @@ fake_function() {
        gettext("Small-scale humidity variation for blending biomes on borders.");
        gettext("Mapgen V5");
        gettext("Mapgen V5 specific flags");
-       gettext("Map generation attributes specific to Mapgen v5.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
+       gettext("Map generation attributes specific to Mapgen v5.");
        gettext("Cave width");
        gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
        gettext("Large cave depth");
        gettext("Y of upper limit of large caves.");
        gettext("Lava depth");
-       gettext("Y of upper limit of lava in large caves.");
+       gettext("Deprecated, define and locate cave liquids using biome definitions instead.\nY of upper limit of lava in large caves.");
        gettext("Cavern limit");
        gettext("Y-level of cavern upper limit.");
        gettext("Cavern taper");
@@ -709,11 +727,13 @@ fake_function() {
        gettext("3D noise defining giant caverns.");
        gettext("Ground noise");
        gettext("3D noise defining terrain.");
+       gettext("Dungeon noise");
+       gettext("3D noise that determines number of dungeons per mapchunk.");
        gettext("Mapgen V6");
        gettext("Mapgen V6 specific flags");
-       gettext("Map generation attributes specific to Mapgen v6.\nThe 'snowbiomes' flag enables the new 5 biome system.\nWhen the new biome system is enabled jungles are automatically enabled and\nthe 'jungles' flag is ignored.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
+       gettext("Map generation attributes specific to Mapgen v6.\nThe 'snowbiomes' flag enables the new 5 biome system.\nWhen the 'snowbiomes' flag is enabled jungles are automatically enabled and\nthe 'jungles' flag is ignored.");
        gettext("Desert noise threshold");
-       gettext("Deserts occur when np_biome exceeds this value.\nWhen the new biome system is enabled, this is ignored.");
+       gettext("Deserts occur when np_biome exceeds this value.\nWhen the 'snowbiomes' flag is enabled, this is ignored.");
        gettext("Beach noise threshold");
        gettext("Sandy beaches occur when np_beach exceeds this value.");
        gettext("Dungeon minimum Y");
@@ -745,7 +765,7 @@ fake_function() {
        gettext("Defines areas where trees have apples.");
        gettext("Mapgen V7");
        gettext("Mapgen V7 specific flags");
-       gettext("Map generation attributes specific to Mapgen v7.\n'ridges' enables the rivers.\nFlags that are not enabled 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' enables the rivers.");
        gettext("Mountain zero level");
        gettext("Y of mountain density gradient zero level. Used to shift mountains vertically.");
        gettext("Cave width");
@@ -753,7 +773,7 @@ fake_function() {
        gettext("Large cave depth");
        gettext("Y of upper limit of large caves.");
        gettext("Lava depth");
-       gettext("Y of upper limit of lava in large caves.");
+       gettext("Deprecated, define and locate cave liquids using biome definitions instead.\nY of upper limit of lava in large caves.");
        gettext("Floatland mountain density");
        gettext("Controls the density of mountain-type floatlands.\nIs a noise offset added to the 'mgv7_np_mountain' noise value.");
        gettext("Floatland mountain height");
@@ -803,17 +823,25 @@ fake_function() {
        gettext("First of two 3D noises that together define tunnels.");
        gettext("Cave2 noise");
        gettext("Second of two 3D noises that together define tunnels.");
+       gettext("Dungeon noise");
+       gettext("3D noise that determines number of dungeons per mapchunk.");
        gettext("Mapgen Carpathian");
        gettext("Mapgen Carpathian specific flags");
-       gettext("Map generation attributes specific to Mapgen Carpathian.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
+       gettext("Map generation attributes specific to Mapgen Carpathian.");
        gettext("Base ground level");
        gettext("Defines the base ground level.");
+       gettext("River channel width");
+       gettext("Defines the width of the river channel.");
+       gettext("River channel depth");
+       gettext("Defines the depth of the river channel.");
+       gettext("River valley width");
+       gettext("Defines the width of the river valley.");
        gettext("Cave width");
        gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
        gettext("Large cave depth");
        gettext("Y of upper limit of large caves.");
        gettext("Lava depth");
-       gettext("Y of upper limit of lava in large caves.");
+       gettext("Deprecated, define and locate cave liquids using biome definitions instead.\nY of upper limit of lava in large caves.");
        gettext("Cavern limit");
        gettext("Y-level of cavern upper limit.");
        gettext("Cavern taper");
@@ -836,17 +864,19 @@ fake_function() {
        gettext("Hilliness4 noise");
        gettext("Fourth of 4 2D noises that together define hill/mountain range height.");
        gettext("Rolling hills spread noise");
-       gettext("2D noise that controls the size/occurance of rolling hills.");
+       gettext("2D noise that controls the size/occurrence of rolling hills.");
        gettext("Ridge mountain spread noise");
-       gettext("2D noise that controls the size/occurance of ridged mountain ranges.");
+       gettext("2D noise that controls the size/occurrence of ridged mountain ranges.");
        gettext("Step mountain spread noise");
-       gettext("2D noise that controls the size/occurance of step mountain ranges.");
+       gettext("2D noise that controls the size/occurrence of step mountain ranges.");
        gettext("Rolling hill size noise");
        gettext("2D noise that controls the shape/size of rolling hills.");
        gettext("Ridged mountain size noise");
        gettext("2D noise that controls the shape/size of ridged mountains.");
        gettext("Step mountain size noise");
        gettext("2D noise that controls the shape/size of step mountains.");
+       gettext("River noise");
+       gettext("2D noise that locates the river valleys and channels.");
        gettext("Mountain variation noise");
        gettext("3D noise for mountain overhangs, cliffs, etc. Usually small variations.");
        gettext("Cave1 noise");
@@ -855,15 +885,17 @@ fake_function() {
        gettext("Second of two 3D noises that together define tunnels.");
        gettext("Cavern noise");
        gettext("3D noise defining giant caverns.");
+       gettext("Dungeon noise");
+       gettext("3D noise that determines number of dungeons per mapchunk.");
        gettext("Mapgen Flat");
        gettext("Mapgen Flat specific flags");
-       gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills can be added to the flat world.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
+       gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills can be added to the flat world.");
        gettext("Ground level");
        gettext("Y of flat ground.");
        gettext("Large cave depth");
        gettext("Y of upper limit of large caves.");
        gettext("Lava depth");
-       gettext("Y of upper limit of lava in large caves.");
+       gettext("Deprecated, define and locate cave liquids using biome definitions instead.\nY of upper limit of lava in large caves.");
        gettext("Cave width");
        gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
        gettext("Lake threshold");
@@ -887,13 +919,17 @@ fake_function() {
        gettext("First of two 3D noises that together define tunnels.");
        gettext("Cave2 noise");
        gettext("Second of two 3D noises that together define tunnels.");
+       gettext("Dungeon noise");
+       gettext("3D noise that determines number of dungeons per mapchunk.");
        gettext("Mapgen Fractal");
+       gettext("Mapgen Fractal specific flags");
+       gettext("Map generation attributes specific to Mapgen flat.\n'terrain' enables the generation of non-fractal terrain:\nocean, islands and underground.");
        gettext("Cave width");
        gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
        gettext("Large cave depth");
        gettext("Y of upper limit of large caves.");
        gettext("Lava depth");
-       gettext("Y of upper limit of lava in large caves.");
+       gettext("Deprecated, define and locate cave liquids using biome definitions instead.\nY of upper limit of lava in large caves.");
        gettext("Dungeon minimum Y");
        gettext("Lower Y limit of dungeons.");
        gettext("Dungeon maximum Y");
@@ -925,15 +961,17 @@ fake_function() {
        gettext("First of two 3D noises that together define tunnels.");
        gettext("Cave2 noise");
        gettext("Second of two 3D noises that together define tunnels.");
+       gettext("Dungeon noise");
+       gettext("3D noise that determines number of dungeons per mapchunk.");
        gettext("Mapgen Valleys");
        gettext("Mapgen Valleys specific flags");
-       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.");
+       gettext("Map generation attributes specific to Mapgen Valleys.\n'altitude_chill': Reduces heat with altitude.\n'humid_rivers': Increases humidity around rivers.\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.");
        gettext("Altitude chill");
        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.");
        gettext("Large cave depth");
        gettext("Depth below which you'll find large caves.");
        gettext("Lava depth");
-       gettext("Y of upper limit of lava in large caves.");
+       gettext("Deprecated, define and locate cave liquids using biome definitions instead.\nY of upper limit of lava in large caves.");
        gettext("Cavern upper limit");
        gettext("Depth below which you'll find giant caverns.");
        gettext("Cavern taper");
@@ -971,6 +1009,8 @@ fake_function() {
        gettext("Amplifies the valleys.");
        gettext("Valley slope");
        gettext("Slope and fill work together to modify the heights.");
+       gettext("Dungeon noise");
+       gettext("3D noise that determines number of dungeons per mapchunk.");
        gettext("Advanced");
        gettext("Chunk size");
        gettext("Size of mapchunks generated by mapgen, stated in mapblocks (16 nodes).\nWARNING!: There is no benefit, and there are several dangers, in\nincreasing this value above 5.\nReducing this value increases cave and dungeon density.\nAltering this value is for special usage, leaving it unchanged is\nrecommended.");
@@ -983,8 +1023,10 @@ fake_function() {
        gettext("Limit of emerge queues to generate");
        gettext("Maximum number of blocks to be queued that are to be generated.\nSet to blank for an appropriate amount to be chosen automatically.");
        gettext("Number of emerge threads");
-       gettext("Number of emerge threads to use.\nMake this field blank or 0, or increase this number to use multiple threads.\nOn multiprocessor systems, this will improve mapgen speed greatly at the cost\nof slightly buggy caves.");
-       gettext("Content Store");
-       gettext("Show non-free packages");
-       gettext("Show packages in the content store that do not qualify as 'free software'\nas defined by the Free Software Foundation.");
+       gettext("Number of emerge threads to use.\nWARNING: Currently there are multiple bugs that may cause crashes when\n'num_emerge_threads' is larger than 1. Until this warning is removed it is\nstrongly recommended this value is set to the default '1'.\nValue 0:\n-    Automatic selection. The number of emerge threads will be\n-    'number of processors - 2', with a lower limit of 1.\nAny other value:\n-    Specifies the number of emerge threads, with a lower limit of 1.\nWARNING: Increasing the number of emerge threads increases engine mapgen\nspeed, but this may harm game performance by interfering with other\nprocesses, especially in singleplayer and/or when running Lua code in\n'on_generated'. For many users the optimum setting may be '1'.");
+       gettext("Online Content Repository");
+       gettext("ContentDB URL");
+       gettext("The URL for the content repository");
+       gettext("ContentDB Flag Blacklist");
+       gettext("Comma-separated list of flags to hide in the content repository.\n\"nonfree\" can be used to hide packages which do not qualify as 'free software',\nas defined by the Free Software Foundation.\nYou can also specify content ratings.\nThese flags are independent from Minetest versions,\nso see a full list at https://content.minetest.net/help/content_flags/");
 }