forked from Mirrorlandia_minetest/minetest
Update settings translation file and minetest.conf.example
This commit is contained in:
parent
d864c13333
commit
063be8a126
@ -253,9 +253,9 @@
|
|||||||
# type: bool
|
# type: bool
|
||||||
# enable_local_map_saving = false
|
# enable_local_map_saving = false
|
||||||
|
|
||||||
# Show entity selection boxes.
|
# Show entity selection boxes
|
||||||
# type: bool
|
# type: bool
|
||||||
# show_entity_selectionbox true
|
# show_entity_selectionbox = true
|
||||||
|
|
||||||
# Enable usage of remote media server (if provided by server).
|
# Enable usage of remote media server (if provided by server).
|
||||||
# Remote servers offer a significantly faster way to download media (e.g. textures)
|
# Remote servers offer a significantly faster way to download media (e.g. textures)
|
||||||
@ -988,7 +988,7 @@
|
|||||||
# type: float
|
# type: float
|
||||||
# dedicated_server_step = 0.1
|
# dedicated_server_step = 0.1
|
||||||
|
|
||||||
# Length of time between Active Block Management execution cycles
|
# Time in between active block management cycles
|
||||||
# type: float
|
# type: float
|
||||||
# active_block_mgmt_interval = 2.0
|
# active_block_mgmt_interval = 2.0
|
||||||
|
|
||||||
@ -1372,7 +1372,7 @@
|
|||||||
# Flags that are not specified in the flag string are not modified from the default.
|
# Flags that are not specified in the flag string are not modified from the default.
|
||||||
# Flags starting with 'no' are used to explicitly disable them.
|
# Flags starting with 'no' are used to explicitly disable them.
|
||||||
# type: flags possible values: altitude_chill, noaltitude_chill, humid_rivers, nohumid_rivers
|
# type: flags possible values: altitude_chill, noaltitude_chill, humid_rivers, nohumid_rivers
|
||||||
# mgvalleys_spflags = altitude_chill,humid_rivers
|
# mg_valleys_spflags = altitude_chill,humid_rivers
|
||||||
|
|
||||||
# The altitude at which temperature drops by 20C
|
# The altitude at which temperature drops by 20C
|
||||||
# type: int
|
# type: int
|
||||||
@ -1537,3 +1537,4 @@
|
|||||||
|
|
||||||
# type: string
|
# type: string
|
||||||
# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
|
# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
|
||||||
|
|
||||||
|
@ -103,6 +103,7 @@ fake_function() {
|
|||||||
gettext("Saving map received from server");
|
gettext("Saving map received from server");
|
||||||
gettext("Save the map received by the client on disk.");
|
gettext("Save the map received by the client on disk.");
|
||||||
gettext("Show entity selection boxes");
|
gettext("Show entity selection boxes");
|
||||||
|
gettext("Show entity selection boxes");
|
||||||
gettext("Connect to external media server");
|
gettext("Connect to external media server");
|
||||||
gettext("Enable usage of remote media server (if provided by server).\nRemote servers offer a significantly faster way to download media (e.g. textures)\nwhen connecting to the server.");
|
gettext("Enable usage of remote media server (if provided by server).\nRemote servers offer a significantly faster way to download media (e.g. textures)\nwhen connecting to the server.");
|
||||||
gettext("Serverlist URL");
|
gettext("Serverlist URL");
|
||||||
@ -343,6 +344,8 @@ fake_function() {
|
|||||||
gettext("New users need to input this password.");
|
gettext("New users need to input this password.");
|
||||||
gettext("Default privileges");
|
gettext("Default privileges");
|
||||||
gettext("The privileges that new users automatically get.\nSee /privs in game for a full list on your server and mod configuration.");
|
gettext("The privileges that new users automatically get.\nSee /privs in game for a full list on your server and mod configuration.");
|
||||||
|
gettext("Basic Privileges");
|
||||||
|
gettext("Privileges that players with basic_privs can grant");
|
||||||
gettext("Unlimited player transfer distance");
|
gettext("Unlimited player transfer distance");
|
||||||
gettext("Whether players are shown to clients without any range limit.\nDeprecated, use the setting player_transfer_distance instead.");
|
gettext("Whether players are shown to clients without any range limit.\nDeprecated, use the setting player_transfer_distance instead.");
|
||||||
gettext("Player transfer distance");
|
gettext("Player transfer distance");
|
||||||
@ -412,7 +415,7 @@ fake_function() {
|
|||||||
gettext("Length of a server tick and the interval at which objects are generally updated over network.");
|
gettext("Length of a server tick and the interval at which objects are generally updated over network.");
|
||||||
gettext("Active Block Management interval");
|
gettext("Active Block Management interval");
|
||||||
gettext("Time in between active block management cycles");
|
gettext("Time in between active block management cycles");
|
||||||
gettext("ABM modifier interval");
|
gettext("Active Block Modifier interval");
|
||||||
gettext("Length of time between ABM execution cycles");
|
gettext("Length of time between ABM execution cycles");
|
||||||
gettext("NodeTimer interval");
|
gettext("NodeTimer interval");
|
||||||
gettext("Length of time between NodeTimer execution cycles");
|
gettext("Length of time between NodeTimer execution cycles");
|
||||||
|
Loading…
Reference in New Issue
Block a user