]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/settings_translation_file.cpp
Fix OSX builds caused by __WORDSIZE again (#6307)
[dragonfireclient.git] / src / settings_translation_file.cpp
index 47601135d4fb91ba80b0a761f9dcc9d5e5bca168..a7fa67a749af749680388af0fe6e71f8dd8305bf 100644 (file)
@@ -34,7 +34,7 @@ fake_function() {
        gettext("Random input");
        gettext("Enable random user input (only used for testing).");
        gettext("Continuous forward");
-       gettext("Continuous forward movement (only used for testing).");
+       gettext("Continuous forward movement, toggled by autoforward key.");
        gettext("Enable Joysticks");
        gettext("Enable Joysticks");
        gettext("Joystick ID");
@@ -77,8 +77,18 @@ fake_function() {
        gettext("Key for toggling fast mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
        gettext("Noclip key");
        gettext("Key for toggling noclip mode.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
-       gettext("Autorun key");
-       gettext("Key for toggling autorun.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
+       gettext("Hotbar next key");
+       gettext("Key for selecting the next item in the hotbar.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
+       gettext("Hotbar previous key");
+       gettext("Key for selecting the previous item in the hotbar.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
+       gettext("Mute key");
+       gettext("Key for muting the game.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
+       gettext("Inc. volume key");
+       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("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");
        gettext("Minimap key");
@@ -130,6 +140,8 @@ fake_function() {
        gettext("URL to the server list displayed in the Multiplayer Tab.");
        gettext("Serverlist file");
        gettext("File in client/serverlist/ that contains your favorite servers displayed in the Multiplayer Tab.");
+       gettext("Maximum size of the out chat queue");
+       gettext("Maximum size of the out chat queue. 0 to disable queueing and -1 to make the queue size unlimited");
        gettext("Graphics");
        gettext("In-Game");
        gettext("Basic");
@@ -219,6 +231,8 @@ fake_function() {
        gettext("Width component of the initial window size.");
        gettext("Screen height");
        gettext("Height component of the initial window size.");
+       gettext("Autosave Screen Size");
+       gettext("Save window size automatically when modified.");
        gettext("Full screen");
        gettext("Fullscreen mode.");
        gettext("Full screen BPP");
@@ -231,6 +245,8 @@ fake_function() {
        gettext("Field of view while zooming in degrees.\nThis requires the \"zoom\" privilege on the server.");
        gettext("Gamma");
        gettext("Adjust the gamma encoding for the light tables. Higher numbers are brighter.\nThis setting is for the client only and is ignored by the server.");
+       gettext("Darkness sharpness");
+       gettext("Lightness sharpness");
        gettext("Texture path");
        gettext("Path to texture directory. All textures are first searched from here.");
        gettext("Video driver");
@@ -239,8 +255,6 @@ fake_function() {
        gettext("Height on which clouds are appearing.");
        gettext("Cloud radius");
        gettext("Radius of cloud area stated in number of 64 node cloud squares.\nValues larger than 26 will start to produce sharp cutoffs at cloud area corners.");
-       gettext("Enable view bobbing");
-       gettext("Enables view bobbing when walking.");
        gettext("View bobbing factor");
        gettext("Enable view bobbing and amount of view bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.");
        gettext("Fall bobbing factor");
@@ -352,8 +366,8 @@ fake_function() {
        gettext("Automaticaly report to the serverlist.");
        gettext("Serverlist URL");
        gettext("Announce to this serverlist.\nIf you want to announce your ipv6 address, use  serverlist_url = v6.servers.minetest.net.");
-       gettext("Disable escape sequences");
-       gettext("Disable escape sequences, e.g. chat coloring.\nUse this if you want to run a server with pre-0.4.14 clients and you want to disable\nthe escape sequences generated by mods.");
+       gettext("Strip color codes");
+       gettext("Remove color codes from incoming chat messages\nUse this to stop players from being able to use color in their messages");
        gettext("Network");
        gettext("Server port");
        gettext("Network port to listen (UDP).\nThis value will be overridden when starting from the main menu.");
@@ -442,7 +456,6 @@ fake_function() {
        gettext("Fast mode speed");
        gettext("Climbing speed");
        gettext("Jumping speed");
-       gettext("Descending speed");
        gettext("Liquid fluidity");
        gettext("Liquid fluidity smoothing");
        gettext("Liquid sink");
@@ -758,9 +771,6 @@ fake_function() {
        gettext("Replaces the default main menu with a custom one.");
        gettext("Main menu game manager");
        gettext("Main menu mod manager");
-       gettext("Modstore download URL");
-       gettext("Modstore mods list URL");
-       gettext("Modstore details URL");
        gettext("Engine profiling data print interval");
        gettext("Print the engine's profiling data in regular intervals (in seconds). 0 = disable. Useful for developers.");
 }