Skip to content

Commit 063be8a

Browse files
committedMay 5, 2016
Update settings translation file and minetest.conf.example
1 parent d864c13 commit 063be8a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
 

Diff for: ‎minetest.conf.example

+5-4
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253
# type: bool
254254
# enable_local_map_saving = false
255255

256-
# Show entity selection boxes.
256+
# Show entity selection boxes
257257
# type: bool
258-
# show_entity_selectionbox true
258+
# show_entity_selectionbox = true
259259

260260
# Enable usage of remote media server (if provided by server).
261261
# Remote servers offer a significantly faster way to download media (e.g. textures)
@@ -988,7 +988,7 @@
988988
# type: float
989989
# dedicated_server_step = 0.1
990990

991-
# Length of time between Active Block Management execution cycles
991+
# Time in between active block management cycles
992992
# type: float
993993
# active_block_mgmt_interval = 2.0
994994

@@ -1372,7 +1372,7 @@
13721372
# Flags that are not specified in the flag string are not modified from the default.
13731373
# Flags starting with 'no' are used to explicitly disable them.
13741374
# type: flags possible values: altitude_chill, noaltitude_chill, humid_rivers, nohumid_rivers
1375-
# mgvalleys_spflags = altitude_chill,humid_rivers
1375+
# mg_valleys_spflags = altitude_chill,humid_rivers
13761376

13771377
# The altitude at which temperature drops by 20C
13781378
# type: int
@@ -1537,3 +1537,4 @@
15371537

15381538
# type: string
15391539
# modstore_details_url = https://forum.minetest.net/mmdb/mod/*/
1540+

Diff for: ‎src/settings_translation_file.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ fake_function() {
103103
gettext("Saving map received from server");
104104
gettext("Save the map received by the client on disk.");
105105
gettext("Show entity selection boxes");
106+
gettext("Show entity selection boxes");
106107
gettext("Connect to external media server");
107108
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.");
108109
gettext("Serverlist URL");
@@ -343,6 +344,8 @@ fake_function() {
343344
gettext("New users need to input this password.");
344345
gettext("Default privileges");
345346
gettext("The privileges that new users automatically get.\nSee /privs in game for a full list on your server and mod configuration.");
347+
gettext("Basic Privileges");
348+
gettext("Privileges that players with basic_privs can grant");
346349
gettext("Unlimited player transfer distance");
347350
gettext("Whether players are shown to clients without any range limit.\nDeprecated, use the setting player_transfer_distance instead.");
348351
gettext("Player transfer distance");
@@ -412,7 +415,7 @@ fake_function() {
412415
gettext("Length of a server tick and the interval at which objects are generally updated over network.");
413416
gettext("Active Block Management interval");
414417
gettext("Time in between active block management cycles");
415-
gettext("ABM modifier interval");
418+
gettext("Active Block Modifier interval");
416419
gettext("Length of time between ABM execution cycles");
417420
gettext("NodeTimer interval");
418421
gettext("Length of time between NodeTimer execution cycles");

0 commit comments

Comments
 (0)
Please sign in to comment.