You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/settings_translation_file.cpp
+4-1
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ fake_function() {
103
103
gettext("Saving map received from server");
104
104
gettext("Save the map received by the client on disk.");
105
105
gettext("Show entity selection boxes");
106
+
gettext("Show entity selection boxes");
106
107
gettext("Connect to external media server");
107
108
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.");
108
109
gettext("Serverlist URL");
@@ -343,6 +344,8 @@ fake_function() {
343
344
gettext("New users need to input this password.");
344
345
gettext("Default privileges");
345
346
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");
346
349
gettext("Unlimited player transfer distance");
347
350
gettext("Whether players are shown to clients without any range limit.\nDeprecated, use the setting player_transfer_distance instead.");
348
351
gettext("Player transfer distance");
@@ -412,7 +415,7 @@ fake_function() {
412
415
gettext("Length of a server tick and the interval at which objects are generally updated over network.");
413
416
gettext("Active Block Management interval");
414
417
gettext("Time in between active block management cycles");
415
-
gettext("ABM modifier interval");
418
+
gettext("Active Block Modifier interval");
416
419
gettext("Length of time between ABM execution cycles");
417
420
gettext("NodeTimer interval");
418
421
gettext("Length of time between NodeTimer execution cycles");
0 commit comments