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
+13-10
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ fake_function() {
37
37
gettext("Continuous forward movement (only used for testing).");
38
38
gettext("Enable Joysticks");
39
39
gettext("Enable Joysticks");
40
-
gettext("Joystick button repetition invterval");
40
+
gettext("Joystick button repetition interval");
41
41
gettext("The time in seconds it takes between repeated events\nwhen holding down a joystick button combination.");
42
42
gettext("Joystick frustum sensitivity");
43
43
gettext("The sensitivity of the joystick axes for moving the\ningame view frustum around.");
@@ -86,7 +86,7 @@ fake_function() {
86
86
gettext("Fog toggle key");
87
87
gettext("Key for toggling the display of the fog.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
88
88
gettext("Camera update toggle key");
89
-
gettext("Key for toggling the camrea update. Only used for development\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
89
+
gettext("Key for toggling the camera update. Only used for development\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
90
90
gettext("Debug info toggle key");
91
91
gettext("Key for toggling the display of debug info.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3");
92
92
gettext("Profiler toggle key");
@@ -152,7 +152,7 @@ fake_function() {
152
152
gettext("Experimental option, might cause visible spaces between blocks\nwhen set to higher number than 0.");
153
153
gettext("Shaders");
154
154
gettext("Shaders");
155
-
gettext("Shaders allow advanced visul effects and may increase performance on some video cards.\nThy only work with the OpenGL video backend.");
155
+
gettext("Shaders allow advanced visual effects and may increase performance on some video cards.\nThy only work with the OpenGL video backend.");
156
156
gettext("Tone Mapping");
157
157
gettext("Filmic tone mapping");
158
158
gettext("Enables filmic tone mapping");
@@ -207,6 +207,8 @@ fake_function() {
207
207
gettext("Vertical screen synchronization.");
208
208
gettext("Field of view");
209
209
gettext("Field of view in degrees.");
210
+
gettext("Field of view for zoom");
211
+
gettext("Field of view while zooming in degrees.\nThis requires the \"zoom\" privilege on the server.");
210
212
gettext("Gamma");
211
213
gettext("Adjust the gamma encoding for the light tables. Lower numbers are brighter.\nThis setting is for the client only and is ignored by the server.");
212
214
gettext("Texture path");
@@ -261,7 +263,7 @@ fake_function() {
261
263
gettext("GUI scaling filter");
262
264
gettext("When gui_scaling_filter is true, all GUI images need to be\nfiltered in software, but some images are generated directly\nto hardware (e.g. render-to-texture for nodes in inventory).");
263
265
gettext("GUI scaling filter txr2img");
264
-
gettext("When gui_scaling_filter_txr2img is true, copy those images\nfrom hardware to software for scaling. When false, fall back\nto the old scaling method, for video drivers that don't\npropery support downloading textures back from hardware.");
266
+
gettext("When gui_scaling_filter_txr2img is true, copy those images\nfrom hardware to software for scaling. When false, fall back\nto the old scaling method, for video drivers that don't\nproperly support downloading textures back from hardware.");
265
267
gettext("Tooltip delay");
266
268
gettext("Delay showing tooltips, stated in milliseconds.");
267
269
gettext("Freetype fonts");
@@ -326,10 +328,11 @@ fake_function() {
326
328
gettext("IPv6 server");
327
329
gettext("Enable/disable running an IPv6 server. An IPv6 server may be restricted\nto IPv6 clients, depending on system configuration.\nIgnored if bind_address is set.");
328
330
gettext("Advanced");
329
-
gettext("Maximum simultaneously blocks send per client");
330
-
gettext("How many blocks are flying in the wire simultaneously per client.");
gettext("Maximum number of blocks that are simultaneously sent in total.");
335
+
gettext("Delay in sending blocks after building");
333
336
gettext("To reduce lag, block transfers are slowed down when a player is building something.\nThis determines how long they are slowed down after placing or removing a node.");
334
337
gettext("Max. packets per iteration");
335
338
gettext("Maximum number of packets sent per send step, if you have a slow connection\ntry reducing it, but don't reduce it to a number below double of targeted\nclient number.");
@@ -409,7 +412,7 @@ fake_function() {
409
412
gettext("Number of extra blocks that can be loaded by /clearobjects at once.\nThis is a trade-off between sqlite transaction overhead and\nmemory consumption (4096=100MB, as a rule of thumb).");
410
413
gettext("Unload unused server data");
411
414
gettext("How much the server will wait before unloading unused mapblocks.\nHigher value is smoother, but will use more RAM.");
412
-
gettext("Maxmimum objects per block");
415
+
gettext("Maximum objects per block");
413
416
gettext("Maximum number of statically stored objects in a block.");
gettext("Comma-separated list of trusted mods that are allowed to access insecure\nfunctions even when mod security is on (via request_insecure_environment()).");
595
598
gettext("HTTP Mods");
596
-
gettext("Comma-seperated list of mods that are allowed to access HTTP APIs, which\nallow them to upload and download data to/from the internet.");
599
+
gettext("Comma-separated list of mods that are allowed to access HTTP APIs, which\nallow them to upload and download data to/from the internet.");
0 commit comments