summaryrefslogtreecommitdiff
path: root/src/settings_translation_file.cpp
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2016-05-05 16:12:58 +0200
committerest31 <MTest31@outlook.com>2016-05-05 16:12:58 +0200
commit063be8a126b5f5131f190f318921d707db981322 (patch)
treeb62532d09961c7fd1b54de5da71fe4ba60f38621 /src/settings_translation_file.cpp
parentd864c1333303f0f38df1a8106c4b11ecfce529ad (diff)
downloadminetest-063be8a126b5f5131f190f318921d707db981322.tar.gz
minetest-063be8a126b5f5131f190f318921d707db981322.tar.bz2
minetest-063be8a126b5f5131f190f318921d707db981322.zip
Update settings translation file and minetest.conf.example
Diffstat (limited to 'src/settings_translation_file.cpp')
-rw-r--r--src/settings_translation_file.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp
index 23b46625d..f7e14dd65 100644
--- a/src/settings_translation_file.cpp
+++ b/src/settings_translation_file.cpp
@@ -103,6 +103,7 @@ fake_function() {
gettext("Saving map received from server");
gettext("Save the map received by the client on disk.");
gettext("Show entity selection boxes");
+ gettext("Show entity selection boxes");
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("Serverlist URL");
@@ -343,6 +344,8 @@ fake_function() {
gettext("New users need to input this password.");
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("Basic Privileges");
+ gettext("Privileges that players with basic_privs can grant");
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("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("Active Block Management interval");
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("NodeTimer interval");
gettext("Length of time between NodeTimer execution cycles");