diff --git a/minetest.conf.example b/minetest.conf.example index 5cf43aca6..e4193a771 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -197,7 +197,7 @@ # Key for toggling the camrea update. Only used for development # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 # type: key -# keymap_toggle_update_camera = +# keymap_toggle_update_camera = # Key for toggling the display of debug info. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 @@ -235,7 +235,7 @@ # Leave this blank to start a local server. # Note that the address field in the main menu overrides this setting. # type: string -# address = +# address = # Port to connect to (UDP). # Note that the port field in the main menu overrides this setting. @@ -266,6 +266,10 @@ #### Basic +# Enable VBO +# type: bool +# enable_vbo = true + # Whether to fog out the end of the visible area. # type: bool # enable_fog = true @@ -294,6 +298,10 @@ # type: bool # enable_3d_clouds = true +# Method used to highlight selected object. +# type: enum values: box, halo +# node_highlighting = box + #### Filtering # Use mip mapping to scale textures. May slightly increase performance. @@ -341,9 +349,9 @@ # type: bool # enable_shaders = true -##### Tone mapping -# Enables filmic tone mapping. -# Requires shaders to be enabled. +##### Tone Mapping + +# Enables filmic tone mapping # type: bool # tone_mapping = false @@ -434,8 +442,8 @@ # type: int # pause_fps_max = 20 -# View range in nodes. -# Min = 20. +# View distance in nodes. +# Min = 20 # type: int # viewing_range = 100 @@ -470,7 +478,7 @@ # Path to texture directory. All textures are first searched from here. # type: path -# texture_path = +# texture_path = # The rendering back-end for Irrlicht. # type: enum values: null, software, burningsvideo, direct3d8, direct3d9, opengl @@ -539,10 +547,6 @@ # type: float # hud_hotbar_max_width = 1.0 -# Selection highlighting method (box or halo) -# type: string -# node_highlighting = box - # Enables caching of facedir rotated meshes. # type: bool # enable_mesh_cache = false @@ -572,7 +576,8 @@ # type: float min: 0.25 max: 4 # ambient_occlusion_gamma = 2.2 -# Enable animation of inventory items. +# Enables animation of inventory items. +# type: bool # inventory_items_animations = false ### Menus @@ -646,7 +651,7 @@ # Path to save screenshots at. # type: path -# screenshot_path = +# screenshot_path = ### Advanced @@ -715,7 +720,7 @@ # The network interface that the server listens on. # type: string -# bind_address = +# bind_address = # Enable to disallow old clients from connecting. # Older clients are compatible in the sense that they will not crash when connecting @@ -728,7 +733,7 @@ # (obviously, remote_media should end with a slash). # Files that are not present will be fetched the usual way. # type: string -# remote_media = +# remote_media = # Enable/disable running an IPv6 server. An IPv6 server may be restricted # to IPv6 clients, depending on system configuration. @@ -766,7 +771,7 @@ # Message of the day displayed to players connecting. # type: string -# motd = +# motd = # Maximum number of players that can connect simultaneously. # type: int @@ -775,7 +780,7 @@ # World directory (everything in the world is stored here). # Not needed if starting from the main menu. # type: path -# map-dir = +# map-dir = # Time in seconds for item entity (dropped items) to live. # Setting it to -1 disables the feature. @@ -789,11 +794,11 @@ # A chosen map seed for a new map, leave empty for random. # Will be overridden when creating a new world in the main menu. # type: string -# fixed_map_seed = +# fixed_map_seed = # New users need to input this password. # type: string -# default_password = +# default_password = # The privileges that new users automatically get. # See /privs in game for a full list on your server and mod configuration. @@ -815,7 +820,7 @@ # If this is set, players will always (re)spawn at the given position. # type: string -# static_spawnpoint = +# static_spawnpoint = # If enabled, new players cannot join with an empty password. # type: bool @@ -1168,7 +1173,7 @@ # Flags that are not specified in the flag string are not modified from the default. # Flags starting with "no" are used to explicitly disable them. # type: flags possible values: lakes, hills, , nolakes, nohills -# mgflat_spflags = +# mgflat_spflags = # Y of flat ground. # type: int @@ -1295,41 +1300,87 @@ #### Mapgen Valleys -#mg_valleys_spflags = altitude_chill,humid_rivers +##### General + +# Map generation attributes specific to Mapgen Valleys. +# Flags that are not specified in the flag string are not modified from the default. +# Flags starting with "no" are used to explicitly disable them. # "altitude_chill" makes higher elevations colder, which may cause biome issues. # "humid_rivers" modifies the humidity around rivers and in areas where water would tend to pool. It may interfere with delicately adjusted biomes. -# -#mg_valleys_altitude_chill = 90 # the altitude at which temperature drops by 20C -#mg_valleys_large_cave_depth = -33 # Depth below which you'll find large caves. -#mg_valleys_lava_features = 0 # Creates unpredictable lava features in caves. These can make mining difficult. Zero disables them. (0-10) -#mg_valleys_massive_cave_depth = -256 # Depth below which you'll find massive caves. -#mg_valleys_river_depth = 4 # how deep to make rivers -#mg_valleys_river_size = 5 # how wide to make rivers -#mg_valleys_water_features = 0 # Creates unpredictable water features in caves. These can make mining difficult. Zero disables them. (0-10) -# -#mg_valleys_np_filler_depth = 0, 1.2, (256, 256, 256), 1605, 3, 0.5, 2.0 -# -# River noise -- rivers occur close to zero -#mg_valleys_np_rivers = 0, 1, (256, 256, 256), -6050, 5, 0.6, 2.0 -# -# Caves and tunnels form at the intersection of the two noises -#mg_valleys_np_cave1 = 0, 12, (100, 100, 100), 52534, 4, 0.5, 2.0 -#mg_valleys_np_cave2 = 0, 12, (100, 100, 100), 10325, 4, 0.5, 2.0 -# -#mg_valleys_np_massive_caves = 0, 1, (768, 256, 768), 59033, 6, 0.63, 2 # Massive caves form here. -# -# Base terrain height -#mg_valleys_np_terrain_height = -10, 50, (1024, 1024, 1024), 5202, 6, 0.4, 2.0 -# -# Raises terrain to make valleys around the rivers -#mg_valleys_np_valley_depth = 5, 4, (512, 512, 512), -1914, 1, 1.0, 2.0 -# -# Slope and fill work together to modify the heights -#mg_valleys_np_inter_valley_fill = 0, 1, (256, 512, 256), 1993, 6, 0.8, 2.0 -#mg_valleys_np_inter_valley_slope = 0.5, 0.5, (128, 128, 128), 746, 1, 1.0, 2.0 -# -# Amplifies the valleys -#mg_valleys_np_valley_profile = 0.6, 0.5, (512, 512, 512), 777, 1, 1.0, 2.0 +# type: flags possible values: altitude_chill, noaltitude_chill, humid_rivers, nohumid_rivers +# mg_valleys_spflags = altitude_chill,humid_rivers + +# The altitude at which temperature drops by 20C +# type: int +# mg_valleys_altitude_chill = 90 + +# Depth below which you'll find large caves. +# type: int +# mg_valleys_large_cave_depth = -33 + +# Creates unpredictable lava features in caves. +# These can make mining difficult. Zero disables them. (0-10) +# type: int +# mg_valleys_lava_features = 0 + +# Depth below which you'll find massive caves. +# type: int +# mg_valleys_massive_cave_depth = -256 + +# How deep to make rivers +# type: int +# mg_valleys_river_depth = 4 + +# How wide to make rivers +# type: int +# mg_valleys_river_size = 5 + +# Creates unpredictable water features in caves. +# These can make mining difficult. Zero disables them. (0-10) +# type: int +# mg_valleys_water_features = 0 + +##### Noises + +# Caves and tunnels form at the intersection of the two noises +# type: noise_params +# mg_valleys_np_cave1 = 0, 12, (100, 100, 100), 52534, 4, 0.5, 2.0 + +# Caves and tunnels form at the intersection of the two noises +# type: noise_params +# mg_valleys_np_cave2 = 0, 12, (100, 100, 100), 10325, 4, 0.5, 2.0 + +# The depth of dirt or other filler +# type: noise_params +# mg_valleys_np_filler_depth = 0, 1.2, (256, 256, 256), 1605, 3, 0.5, 2.0 + +# Massive caves form here. +# type: noise_params +# mg_valleys_np_massive_caves = 0, 1, (768, 256, 768), 59033, 6, 0.63, 2.0 + +# River noise -- rivers occur close to zero +# type: noise_params +# mg_valleys_np_rivers = 0, 1, (256, 256, 256), -6050, 5, 0.6, 2.0 + +# Base terrain height +# type: noise_params +# mg_valleys_np_terrain_height = -10, 50, (1024, 1024, 1024), 5202, 6, 0.4, 2.0 + +# Raises terrain to make valleys around the rivers +# type: noise_params +# mg_valleys_np_valley_depth = 5, 4, (512, 512, 512), -1914, 1, 1.0, 2.0 + +# Slope and fill work together to modify the heights +# type: noise_params +# mg_valleys_np_inter_valley_fill = 0, 1, (256, 512, 256), 1993, 6, 0.8, 2.0 + +# Amplifies the valleys +# type: noise_params +# mg_valleys_np_valley_profile = 0.6, 0.5, (512, 512, 512), 777, 1, 1.0, 2.0 + +# Slope and fill work together to modify the heights +# type: noise_params +# mg_valleys_np_inter_valley_slope = 0.5, 0.5, (128, 128, 128), 746, 1, 1.0, 2.0 ## Security @@ -1340,7 +1391,12 @@ # Comma-separated list of trusted mods that are allowed to access insecure # functions even when mod security is on (via request_insecure_environment()). # type: string -# secure.trusted_mods = +# secure.trusted_mods = + +# Comma-seperated list of mods that are allowed to access HTTP APIs, which +# allow them to upload and download data to/from the internet. +# type: string +# secure.http_mods = # # Client and Server @@ -1350,12 +1406,12 @@ # When running a server, clients connecting with this name are admins. # When starting from the main menu, this is overridden. # type: string -# name = +# name = # Set the language. Leave empty to use the system language. # A restart is required after changing this. # type: enum values: , be, cs, da, de, eo, es, et, fr, hu, id, it, ja, jbo, ko, ky, lt, nb, nl, pl, pt, pt_BR, ro, ru, tr, uk, zh_CN, zh_TW -# language = +# language = # Level of logging to be written to debug.txt: # - (no logging) @@ -1397,7 +1453,7 @@ # Replaces the default main menu with a custom one. # type: string -# main_menu_script = +# main_menu_script = # type: int # main_menu_game_mgr = 0 diff --git a/po/be/minetest.po b/po/be/minetest.po index 65942421d..dbd2e2ea9 100644 --- a/po/be/minetest.po +++ b/po/be/minetest.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2013-11-23 17:37+0100\n" "Last-Translator: Selat \n" "Language-Team: Belarusian\n" @@ -68,8 +68,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "" @@ -107,8 +108,8 @@ msgstr "" msgid "Mod:" msgstr "" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "" @@ -181,6 +182,7 @@ msgid "No of course not!" msgstr "" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "" @@ -200,6 +202,92 @@ msgstr "" msgid "Rename Modpack:" msgstr "" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -290,10 +378,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -406,15 +490,39 @@ msgid "Start Game" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +msgid "3D Clouds" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Advanced Settings" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Bilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -422,73 +530,103 @@ msgid "Change keys" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" +msgid "Connected Glass" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +msgid "Enable Particles" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" +msgid "Fancy Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Games" +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "No Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." +msgid "No Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." +msgid "Node Highlighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " +msgid "Opaque Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Opaque Water" msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "Simple Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Smooth Lighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" msgstr "" #: builtin/mainmenu/tab_simple_main.lua @@ -515,10 +653,6 @@ msgstr "" msgid "No information available" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -543,10 +677,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Loading textures..." msgstr "" @@ -1116,6 +1246,15 @@ msgstr "" msgid "Zoom" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1138,7 +1277,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1194,6 +1334,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1202,6 +1346,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1217,6 +1365,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1229,6 +1381,10 @@ msgstr "" msgid "Backward key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1249,10 +1405,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1265,6 +1417,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "" @@ -1273,6 +1437,29 @@ msgstr "" msgid "Chat toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1327,6 +1514,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "" @@ -1380,10 +1573,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1470,6 +1683,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1492,6 +1713,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "" @@ -1521,11 +1749,7 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." +msgid "Enable VBO" msgstr "" #: src/settings_translation_file.cpp @@ -1540,10 +1764,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1574,6 +1794,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1586,6 +1810,10 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "" @@ -1672,6 +1900,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1780,6 +2016,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1787,10 +2027,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1801,6 +2042,10 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1813,6 +2058,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1826,7 +2075,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1851,6 +2100,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1943,6 +2196,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "" @@ -1961,47 +2218,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2015,7 +2261,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2029,7 +2275,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2226,6 +2472,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2326,36 +2580,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2396,6 +2640,10 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2416,6 +2664,54 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen flat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2433,23 +2729,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2469,25 +2753,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2632,6 +2912,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2660,14 +2952,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2759,6 +3043,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2775,13 +3063,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "" @@ -2858,10 +3139,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2882,6 +3159,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2922,10 +3203,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -2990,18 +3267,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3025,6 +3290,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3053,6 +3322,22 @@ msgstr "" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3170,10 +3455,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3199,6 +3480,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "" @@ -3254,14 +3539,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3333,6 +3637,10 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Tone Mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3401,17 +3709,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3420,6 +3744,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3429,23 +3759,27 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" +msgid "Water Features" msgstr "" #: src/settings_translation_file.cpp @@ -3554,6 +3888,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3564,6 +3902,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" diff --git a/po/ca/minetest.po b/po/ca/minetest.po index 759562c54..6064e4e08 100644 --- a/po/ca/minetest.po +++ b/po/ca/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-02-06 01:25+0000\n" "Last-Translator: Joan Ciprià Moreno \n" -"Language-Team: Catalan " -"\n" +"Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,18 +19,6 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.5-dev\n" -#: builtin/fstk/ui.lua -msgid "The server has requested a reconnect:" -msgstr "El servidor ha sol·licitat una reconnexió:" - -#: builtin/fstk/ui.lua -msgid "Main menu" -msgstr "Menú principal" - -#: builtin/fstk/ui.lua -msgid "Reconnect" -msgstr "Torneu a connectar" - #: builtin/fstk/ui.lua msgid "An error occured in a Lua script, such as a mod:" msgstr "S'ha produït un error en un script Lua, com per exemple un mod :" @@ -39,14 +27,39 @@ msgstr "S'ha produït un error en un script Lua, com per exemple un mod :" msgid "An error occured:" msgstr "Ha ocorregut un error:" +#: builtin/fstk/ui.lua +msgid "Main menu" +msgstr "Menú principal" + #: builtin/fstk/ui.lua builtin/mainmenu/store.lua msgid "Ok" msgstr "D'acord" +#: builtin/fstk/ui.lua +msgid "Reconnect" +msgstr "Torneu a connectar" + +#: builtin/fstk/ui.lua +msgid "The server has requested a reconnect:" +msgstr "El servidor ha sol·licitat una reconnexió:" + #: builtin/mainmenu/common.lua src/game.cpp msgid "Loading..." msgstr "Carregant ..." +#: builtin/mainmenu/common.lua +msgid "Protocol version mismatch. " +msgstr "Desajust de la versió del protocol. " + +#: builtin/mainmenu/common.lua +msgid "Server enforces protocol version $1. " +msgstr "El servidor fa complir la versió $1 del protocol. " + +#: builtin/mainmenu/common.lua +msgid "Server supports protocol versions between $1 and $2. " +msgstr "" +"El servidor es compatible amb les versions de protocol entre $ 1 i $ 2 . " + #: builtin/mainmenu/common.lua msgid "Try reenabling public serverlist and check your internet connection." msgstr "" @@ -54,68 +67,31 @@ msgstr "" "connexió a Internet ." #: builtin/mainmenu/common.lua -msgid "Server supports protocol versions between $1 and $2. " -msgstr "" -"El servidor es compatible amb les versions de protocol entre $ 1 i $ 2 . " - -#: builtin/mainmenu/common.lua -msgid "Server enforces protocol version $1. " -msgstr "El servidor fa complir la versió $1 del protocol. " +msgid "We only support protocol version $1." +msgstr "Nosaltres sols suportem la versió $1 del protocol." #: builtin/mainmenu/common.lua msgid "We support protocol versions between version $1 and $2." msgstr "Nosaltres suportem versions del protocol entre la versió $1 i la $2." -#: builtin/mainmenu/common.lua -msgid "We only support protocol version $1." -msgstr "Nosaltres sols suportem la versió $1 del protocol." - -#: builtin/mainmenu/common.lua -msgid "Protocol version mismatch. " -msgstr "Desajust de la versió del protocol. " - -#: builtin/mainmenu/dlg_config_world.lua -msgid "World:" -msgstr "Món:" - -#: builtin/mainmenu/dlg_config_world.lua -msgid "Hide Game" -msgstr "Ocultar Joc" - -#: builtin/mainmenu/dlg_config_world.lua -msgid "Hide mp content" -msgstr "Ocultar contingut MP" - -#: builtin/mainmenu/dlg_config_world.lua -msgid "Mod:" -msgstr "Mod:" +#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp +msgid "Cancel" +msgstr "Cancel·lar" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_mods.lua msgid "Depends:" msgstr "Dependències:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp -msgid "Save" -msgstr "Guardar" - -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp -msgid "Cancel" -msgstr "Cancel·lar" - -#: builtin/mainmenu/dlg_config_world.lua -msgid "Enable MP" -msgstr "Activar MP" - #: builtin/mainmenu/dlg_config_world.lua msgid "Disable MP" msgstr "Desactivar MP" #: builtin/mainmenu/dlg_config_world.lua -msgid "enabled" -msgstr "Activat" +msgid "Enable MP" +msgstr "Activar MP" #: builtin/mainmenu/dlg_config_world.lua msgid "Enable all" @@ -129,34 +105,64 @@ msgstr "" "Error al habilitar el mod \"$1\" perquè conté caràcters no permesos. Només " "estan permesos els caràcters [a-z0-9_]." -#: builtin/mainmenu/dlg_create_world.lua -msgid "World name" -msgstr "Nom del món" +#: builtin/mainmenu/dlg_config_world.lua +msgid "Hide Game" +msgstr "Ocultar Joc" + +#: builtin/mainmenu/dlg_config_world.lua +msgid "Hide mp content" +msgstr "Ocultar contingut MP" + +#: builtin/mainmenu/dlg_config_world.lua +msgid "Mod:" +msgstr "Mod:" + +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +msgid "Save" +msgstr "Guardar" + +#: builtin/mainmenu/dlg_config_world.lua +msgid "World:" +msgstr "Món:" + +#: builtin/mainmenu/dlg_config_world.lua +msgid "enabled" +msgstr "Activat" #: builtin/mainmenu/dlg_create_world.lua -msgid "Seed" -msgstr "Llavor" - -#: builtin/mainmenu/dlg_create_world.lua src/settings_translation_file.cpp -msgid "Mapgen" -msgstr "Generador de mapes" - -#: builtin/mainmenu/dlg_create_world.lua src/settings_translation_file.cpp -msgid "Game" -msgstr "Joc" +msgid "A world named \"$1\" already exists" +msgstr "Ja existeix un món anomenat \"$1\"" #: builtin/mainmenu/dlg_create_world.lua msgid "Create" msgstr "Crear" #: builtin/mainmenu/dlg_create_world.lua -msgid "You have no subgames installed." -msgstr "No tens subjocs instal·lats." +msgid "Download a subgame, such as minetest_game, from minetest.net" +msgstr "" +"Descarrega un subjoc, com per exemple minetest_game, des de minetest.net" #: builtin/mainmenu/dlg_create_world.lua msgid "Download one from minetest.net" msgstr "Descarrega'n alguns des de minetest.net" +#: builtin/mainmenu/dlg_create_world.lua src/settings_translation_file.cpp +msgid "Game" +msgstr "Joc" + +#: builtin/mainmenu/dlg_create_world.lua src/settings_translation_file.cpp +msgid "Mapgen" +msgstr "Generador de mapes" + +#: builtin/mainmenu/dlg_create_world.lua +msgid "No worldname given or no game selected" +msgstr "No s'ha donat un nom al món o no s'ha seleccionat ningun" + +#: builtin/mainmenu/dlg_create_world.lua +msgid "Seed" +msgstr "Llavor" + #: builtin/mainmenu/dlg_create_world.lua msgid "Warning: The minimal development test is meant for developers." msgstr "" @@ -164,30 +170,17 @@ msgstr "" "desenvolupadors." #: builtin/mainmenu/dlg_create_world.lua -msgid "Download a subgame, such as minetest_game, from minetest.net" -msgstr "" -"Descarrega un subjoc, com per exemple minetest_game, des de minetest.net" +msgid "World name" +msgstr "Nom del món" #: builtin/mainmenu/dlg_create_world.lua -msgid "A world named \"$1\" already exists" -msgstr "Ja existeix un món anomenat \"$1\"" - -#: builtin/mainmenu/dlg_create_world.lua -msgid "No worldname given or no game selected" -msgstr "No s'ha donat un nom al món o no s'ha seleccionat ningun" +msgid "You have no subgames installed." +msgstr "No tens subjocs instal·lats." #: builtin/mainmenu/dlg_delete_mod.lua msgid "Are you sure you want to delete \"$1\"?" msgstr "Realment desitja esborrar \"$1\"?" -#: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua -msgid "Yes" -msgstr "Sí" - -#: builtin/mainmenu/dlg_delete_mod.lua -msgid "No of course not!" -msgstr "No, per descomptat que no!" - #: builtin/mainmenu/dlg_delete_mod.lua msgid "Modmgr: failed to delete \"$1\"" msgstr "Modmgr: Error al esborrar \"$1\"" @@ -196,6 +189,15 @@ msgstr "Modmgr: Error al esborrar \"$1\"" msgid "Modmgr: invalid modpath \"$1\"" msgstr "Modmgr: Ruta del mod \"$1\" invàlida" +#: builtin/mainmenu/dlg_delete_mod.lua +msgid "No of course not!" +msgstr "No, per descomptat que no!" + +#: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua +msgid "Yes" +msgstr "Sí" + #: builtin/mainmenu/dlg_delete_world.lua msgid "Delete World \"$1\"?" msgstr "Eliminar el món \"$1\"?" @@ -204,17 +206,100 @@ msgstr "Eliminar el món \"$1\"?" msgid "No" msgstr "No" -#: builtin/mainmenu/dlg_rename_modpack.lua -msgid "Rename Modpack:" -msgstr "Reanomenar el paquet de mods:" - #: builtin/mainmenu/dlg_rename_modpack.lua src/keycode.cpp msgid "Accept" msgstr "Acceptar" -#: builtin/mainmenu/modmgr.lua -msgid "Install Mod: file: \"$1\"" -msgstr "Instal·lar mod: Arxiu: \"$1\"" +#: builtin/mainmenu/dlg_rename_modpack.lua +msgid "Rename Modpack:" +msgstr "Reanomenar el paquet de mods:" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" no és un indicador vàlid." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Cap descripció d'ajustament donada)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Navegar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Desactivat" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Editar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Activat" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" +"El format és 3 números separats per comes i aquests dins de parèntesis." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Jocs" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Si us plau, introduïu una llista d'indicadors separada per comes." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Si us plau, introduïu un enter vàlid." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Si us plau, introduïu un nombre vàlid." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Els possibles valors són: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Restablir per defecte" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Seleccioneu la ruta" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Mostrar els noms tècnics" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "El valor ha de ser major que $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "El valor ha de ser menor que $1." #: builtin/mainmenu/modmgr.lua msgid "" @@ -229,123 +314,114 @@ msgid "Failed to install $1 to $2" msgstr "Error al instal·lar $1 en $2" #: builtin/mainmenu/modmgr.lua -msgid "Install Mod: unable to find suitable foldername for modpack $1" -msgstr "" -"Instal·lar mod: Impossible de trobar el nom de la carpeta adequat per al " -"paquet de mods $1" +msgid "Install Mod: file: \"$1\"" +msgstr "Instal·lar mod: Arxiu: \"$1\"" #: builtin/mainmenu/modmgr.lua msgid "Install Mod: unable to find real modname for: $1" msgstr "Instal·lar mod: Impossible trobar el nom real del mod per a: $1" -#: builtin/mainmenu/store.lua -msgid "Unsorted" -msgstr "Sense ordenar" - -#: builtin/mainmenu/store.lua -msgid "Search" -msgstr "Buscar" - -#: builtin/mainmenu/store.lua -msgid "Downloading $1, please wait..." -msgstr "Descarregant $1, si us plau esperi ..." - -#: builtin/mainmenu/store.lua -msgid "Successfully installed:" -msgstr "Instal·lat amb èxit:" - -#: builtin/mainmenu/store.lua -msgid "Shortname:" -msgstr "Nom curt:" - -#: builtin/mainmenu/store.lua -msgid "Rating" -msgstr "Classificació" - -#: builtin/mainmenu/store.lua -msgid "re-Install" -msgstr "Reinstal·lar" - -#: builtin/mainmenu/store.lua -msgid "Install" -msgstr "Instal·lar" +#: builtin/mainmenu/modmgr.lua +msgid "Install Mod: unable to find suitable foldername for modpack $1" +msgstr "" +"Instal·lar mod: Impossible de trobar el nom de la carpeta adequat per al " +"paquet de mods $1" #: builtin/mainmenu/store.lua msgid "Close store" msgstr "Tancar repositori" +#: builtin/mainmenu/store.lua +msgid "Downloading $1, please wait..." +msgstr "Descarregant $1, si us plau esperi ..." + +#: builtin/mainmenu/store.lua +msgid "Install" +msgstr "Instal·lar" + #: builtin/mainmenu/store.lua msgid "Page $1 of $2" msgstr "Pàgina $1 de $2" -#: builtin/mainmenu/tab_credits.lua -msgid "Credits" -msgstr "Crèdits" +#: builtin/mainmenu/store.lua +msgid "Rating" +msgstr "Classificació" -#: builtin/mainmenu/tab_credits.lua -msgid "Core Developers" -msgstr "Desenvolupadors del nucli" +#: builtin/mainmenu/store.lua +msgid "Search" +msgstr "Buscar" + +#: builtin/mainmenu/store.lua +msgid "Shortname:" +msgstr "Nom curt:" + +#: builtin/mainmenu/store.lua +msgid "Successfully installed:" +msgstr "Instal·lat amb èxit:" + +#: builtin/mainmenu/store.lua +msgid "Unsorted" +msgstr "Sense ordenar" + +#: builtin/mainmenu/store.lua +msgid "re-Install" +msgstr "Reinstal·lar" #: builtin/mainmenu/tab_credits.lua msgid "Active Contributors" msgstr "Col·laboradors Actius" #: builtin/mainmenu/tab_credits.lua -msgid "Previous Core Developers" -msgstr "Antics Desenvolupadors del nucli" +msgid "Core Developers" +msgstr "Desenvolupadors del nucli" + +#: builtin/mainmenu/tab_credits.lua +msgid "Credits" +msgstr "Crèdits" #: builtin/mainmenu/tab_credits.lua msgid "Previous Contributors" msgstr "Antics Col·laboradors" +#: builtin/mainmenu/tab_credits.lua +msgid "Previous Core Developers" +msgstr "Antics Desenvolupadors del nucli" + #: builtin/mainmenu/tab_mods.lua msgid "Installed Mods:" msgstr "Mods Instal·lats:" -#: builtin/mainmenu/tab_mods.lua -msgid "No mod description available" -msgstr "Cap descripció del mod disponible" - #: builtin/mainmenu/tab_mods.lua msgid "Mod information:" msgstr "Informació del mod:" +#: builtin/mainmenu/tab_mods.lua +msgid "No mod description available" +msgstr "Cap descripció del mod disponible" + #: builtin/mainmenu/tab_mods.lua msgid "Rename" msgstr "Reanomenar" #: builtin/mainmenu/tab_mods.lua -msgid "Uninstall selected modpack" -msgstr "Desinstal·lar el paquet de mods seleccionat" +msgid "Select Mod File:" +msgstr "Selecciona el fitxer del mod:" #: builtin/mainmenu/tab_mods.lua msgid "Uninstall selected mod" msgstr "Desinstal·lar el mod seleccionat" #: builtin/mainmenu/tab_mods.lua -msgid "Select Mod File:" -msgstr "Selecciona el fitxer del mod:" - -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" +msgid "Uninstall selected modpack" +msgstr "Desinstal·lar el paquet de mods seleccionat" #: builtin/mainmenu/tab_multiplayer.lua msgid "Address / Port :" msgstr "Adreça / Port:" -#: builtin/mainmenu/tab_multiplayer.lua -msgid "Name / Password :" -msgstr "Nom / Contrasenya:" - -#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua -msgid "Public Serverlist" -msgstr "Llista de servidors públics" - -#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_server.lua -#: builtin/mainmenu/tab_singleplayer.lua src/keycode.cpp -msgid "Delete" -msgstr "Esborrar" +#: builtin/mainmenu/tab_multiplayer.lua src/settings_translation_file.cpp +msgid "Client" +msgstr "Client" #: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua msgid "Connect" @@ -359,30 +435,31 @@ msgstr "Mode creatiu" msgid "Damage enabled" msgstr "Dany activat" +#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_server.lua +#: builtin/mainmenu/tab_singleplayer.lua src/keycode.cpp +msgid "Delete" +msgstr "Esborrar" + +#: builtin/mainmenu/tab_multiplayer.lua +msgid "Name / Password :" +msgstr "Nom / Contrasenya:" + +#: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua +msgid "Public Serverlist" +msgstr "Llista de servidors públics" + #: builtin/mainmenu/tab_multiplayer.lua builtin/mainmenu/tab_simple_main.lua msgid "PvP enabled" msgstr "PvP activat" -#: builtin/mainmenu/tab_multiplayer.lua src/settings_translation_file.cpp -msgid "Client" -msgstr "Client" - -#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua -msgid "New" -msgstr "Nou" +#: builtin/mainmenu/tab_server.lua +msgid "Bind Address" +msgstr "Adreça BIND" #: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua msgid "Configure" msgstr "Configurar" -#: builtin/mainmenu/tab_server.lua -msgid "Start Game" -msgstr "Començar Joc" - -#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua -msgid "Select World:" -msgstr "Seleccionar un món:" - #: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_simple_main.lua #: builtin/mainmenu/tab_singleplayer.lua msgid "Creative Mode" @@ -393,123 +470,184 @@ msgstr "Mode Creatiu" msgid "Enable Damage" msgstr "Permetre Danys" -#: builtin/mainmenu/tab_server.lua -msgid "Public" -msgstr "Públic" - #: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_simple_main.lua msgid "Name/Password" msgstr "Nom/Contrasenya" -#: builtin/mainmenu/tab_server.lua -msgid "Bind Address" -msgstr "Adreça BIND" - -#: builtin/mainmenu/tab_server.lua -msgid "Port" -msgstr "Port" - -#: builtin/mainmenu/tab_server.lua -msgid "Server Port" -msgstr "Port del Servidor" +#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua +msgid "New" +msgstr "Nou" #: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua msgid "No world created or selected!" msgstr "No s'ha creat ningun món o no s'ha seleccionat!" +#: builtin/mainmenu/tab_server.lua +msgid "Port" +msgstr "Port" + +#: builtin/mainmenu/tab_server.lua +msgid "Public" +msgstr "Públic" + +#: builtin/mainmenu/tab_server.lua builtin/mainmenu/tab_singleplayer.lua +msgid "Select World:" +msgstr "Seleccionar un món:" + #: builtin/mainmenu/tab_server.lua msgid "Server" msgstr "Servidor" -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Jocs" +#: builtin/mainmenu/tab_server.lua +msgid "Server Port" +msgstr "Port del Servidor" + +#: builtin/mainmenu/tab_server.lua +msgid "Start Game" +msgstr "Començar Joc" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Cap descripció d'ajustament donada)" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Si us plau, introduïu una llista d'indicadors separada per comes." - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Els possibles valors són: " - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "3D Clouds" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "El format és 3 números separats per comes i aquests dins de parèntesis." +msgid "4x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Desactivat" +msgid "8x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Activat" +#, fuzzy +msgid "Advanced Settings" +msgstr "Configuració" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Navegar" +msgid "Antialiasing:" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Si us plau, introduïu un enter vàlid." +msgid "Are you sure to reset your singleplayer world?" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "El valor ha de ser major que $1." +msgid "Bilinear Filter" +msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "El valor ha de ser menor que $1." - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Si us plau, introduïu un nombre vàlid." - -#: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" no és un indicador vàlid." - -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Seleccioneu la ruta" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Configurar controls" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Editar" +#, fuzzy +msgid "Connected Glass" +msgstr "Connectar" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Restablir per defecte" +#, fuzzy +msgid "Enable Particles" +msgstr "Activar tot" #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Mostrar els noms tècnics" +msgid "Fancy Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Mipmap" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Mipmap + Aniso. Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "No Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "No Mipmap" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Node Highlighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Ningun" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Configuració" -#: builtin/mainmenu/tab_simple_main.lua -msgid "Start Singleplayer" -msgstr "Començar Un Jugador" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Simple Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Smooth Lighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" +msgstr "" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -519,6 +657,10 @@ msgstr "Configurar mods" msgid "Main" msgstr "Principal" +#: builtin/mainmenu/tab_simple_main.lua +msgid "Start Singleplayer" +msgstr "Començar Un Jugador" + #: builtin/mainmenu/tab_singleplayer.lua src/keycode.cpp msgid "Play" msgstr "Jugar" @@ -528,17 +670,13 @@ msgid "Singleplayer" msgstr "Un jugador" #: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Ningun" +msgid "No information available" +msgstr "Sense informació disponible" #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selecciona un paquet de textures:" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "No information available" -msgstr "Sense informació disponible" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Texturepacks" msgstr "Textures" @@ -547,6 +685,18 @@ msgstr "Textures" msgid "Connection timed out." msgstr "Temps d'espera de la connexió esgotat." +#: src/client.cpp +msgid "Done!" +msgstr "Completat!" + +#: src/client.cpp +msgid "Initializing nodes" +msgstr "Inicialitzant nodes" + +#: src/client.cpp +msgid "Initializing nodes..." +msgstr "Inicialitzant nodes ..." + #: src/client.cpp msgid "Loading textures..." msgstr "Carregant textures ..." @@ -555,42 +705,10 @@ msgstr "Carregant textures ..." msgid "Rebuilding shaders..." msgstr "Reconstruint ombreig ..." -#: src/client.cpp -msgid "Initializing nodes..." -msgstr "Inicialitzant nodes ..." - -#: src/client.cpp -msgid "Initializing nodes" -msgstr "Inicialitzant nodes" - -#: src/client.cpp -msgid "Item textures..." -msgstr "Textures de objectes ..." - -#: src/client.cpp -msgid "Done!" -msgstr "Completat!" - -#: src/client/clientlauncher.cpp -msgid "Main Menu" -msgstr "Menú principal" - -#: src/client/clientlauncher.cpp -msgid "Player name too long." -msgstr "Nom del jugador massa llarg." - #: src/client/clientlauncher.cpp msgid "Connection error (timed out?)" msgstr "Error de connexió (¿temps esgotat?)" -#: src/client/clientlauncher.cpp -msgid "No world selected and no address provided. Nothing to do." -msgstr "Cap món seleccionat i cap adreça facilitada. Res a fer." - -#: src/client/clientlauncher.cpp -msgid "Provided world path doesn't exist: " -msgstr "La ruta del món especificat no existeix: " - #: src/client/clientlauncher.cpp msgid "Could not find or load game \"" msgstr "No es pot trobar o carregar el joc \"" @@ -599,21 +717,83 @@ msgstr "No es pot trobar o carregar el joc \"" msgid "Invalid gamespec." msgstr "" +#: src/client/clientlauncher.cpp +msgid "Main Menu" +msgstr "Menú principal" + +#: src/client/clientlauncher.cpp +msgid "No world selected and no address provided. Nothing to do." +msgstr "Cap món seleccionat i cap adreça facilitada. Res a fer." + +#: src/client/clientlauncher.cpp +msgid "Player name too long." +msgstr "Nom del jugador massa llarg." + +#: src/client/clientlauncher.cpp +msgid "Provided world path doesn't exist: " +msgstr "La ruta del món especificat no existeix: " + #: src/fontengine.cpp msgid "needs_fallback_font" msgstr "no" -#: src/game.cpp src/guiFormSpecMenu.cpp -msgid "Proceed" +#: src/game.cpp +msgid "" +"\n" +"Check debug.txt for details." +msgstr "" +"\n" +"Comprovi debug.txt per a detalls." + +#: src/game.cpp +msgid "Change Keys" +msgstr "Configurar Controls" + +#: src/game.cpp +msgid "Change Password" +msgstr "Canviar contrasenya" + +#: src/game.cpp +msgid "Connecting to server..." +msgstr "Connectant al servidor ..." + +#: src/game.cpp +msgid "Continue" msgstr "Continuar" #: src/game.cpp -msgid "You died." -msgstr "Has mort." +msgid "Creating client..." +msgstr "Creant client ..." #: src/game.cpp -msgid "Respawn" -msgstr "Reaparèixer" +msgid "Creating server..." +msgstr "Creant servidor ..." + +#: src/game.cpp +msgid "" +"Default Controls:\n" +"- WASD: move\n" +"- Space: jump/climb\n" +"- Shift: sneak/go down\n" +"- Q: drop item\n" +"- I: inventory\n" +"- Mouse: turn/look\n" +"- Mouse left: dig/punch\n" +"- Mouse right: place/use\n" +"- Mouse wheel: select item\n" +"- T: chat\n" +msgstr "" +"Controls predeterminats:\n" +"- WASD: moure\n" +"- Espai: botar / pujar\n" +"- Maj .: puntetes / baixar\n" +"- Q: deixar anar objecte\n" +"- I: inventari\n" +"- Ratolí: girar / mirar\n" +"- Ratolí esq .: excavar / colpejar\n" +"- Ratolí dre .: col·locar / utilitzar\n" +"- Roda ratolí: triar objecte\n" +"- T: xat\n" #: src/game.cpp msgid "" @@ -643,48 +823,6 @@ msgstr "" "- Toc i arrossegar, toc amb 2 dits:\n" " -> col·locar només un objecte\n" -#: src/game.cpp -msgid "" -"Default Controls:\n" -"- WASD: move\n" -"- Space: jump/climb\n" -"- Shift: sneak/go down\n" -"- Q: drop item\n" -"- I: inventory\n" -"- Mouse: turn/look\n" -"- Mouse left: dig/punch\n" -"- Mouse right: place/use\n" -"- Mouse wheel: select item\n" -"- T: chat\n" -msgstr "" -"Controls predeterminats:\n" -"- WASD: moure\n" -"- Espai: botar / pujar\n" -"- Maj .: puntetes / baixar\n" -"- Q: deixar anar objecte\n" -"- I: inventari\n" -"- Ratolí: girar / mirar\n" -"- Ratolí esq .: excavar / colpejar\n" -"- Ratolí dre .: col·locar / utilitzar\n" -"- Roda ratolí: triar objecte\n" -"- T: xat\n" - -#: src/game.cpp -msgid "Continue" -msgstr "Continuar" - -#: src/game.cpp -msgid "Change Password" -msgstr "Canviar contrasenya" - -#: src/game.cpp -msgid "Sound Volume" -msgstr "Volum del so" - -#: src/game.cpp -msgid "Change Keys" -msgstr "Configurar Controls" - #: src/game.cpp msgid "Exit to Menu" msgstr "Eixir al menú" @@ -693,53 +831,49 @@ msgstr "Eixir al menú" msgid "Exit to OS" msgstr "Eixir al S.O" -#: src/game.cpp -msgid "Shutting down..." -msgstr "Tancant ..." - -#: src/game.cpp -msgid "Creating server..." -msgstr "Creant servidor ..." - -#: src/game.cpp -msgid "Creating client..." -msgstr "Creant client ..." - -#: src/game.cpp -msgid "Resolving address..." -msgstr "Resolent adreça ..." - -#: src/game.cpp -msgid "Connecting to server..." -msgstr "Connectant al servidor ..." - #: src/game.cpp msgid "Item definitions..." msgstr "Definicions d'objectes ..." -#: src/game.cpp -msgid "Node definitions..." -msgstr "Definicions dels nodes ..." - -#: src/game.cpp -msgid "Media..." -msgstr "Media ..." - #: src/game.cpp msgid "KiB/s" msgstr "KiB/s" +#: src/game.cpp +msgid "Media..." +msgstr "Media ..." + #: src/game.cpp msgid "MiB/s" msgstr "MiB/s" #: src/game.cpp -msgid "" -"\n" -"Check debug.txt for details." -msgstr "" -"\n" -"Comprovi debug.txt per a detalls." +msgid "Node definitions..." +msgstr "Definicions dels nodes ..." + +#: src/game.cpp src/guiFormSpecMenu.cpp +msgid "Proceed" +msgstr "Continuar" + +#: src/game.cpp +msgid "Resolving address..." +msgstr "Resolent adreça ..." + +#: src/game.cpp +msgid "Respawn" +msgstr "Reaparèixer" + +#: src/game.cpp +msgid "Shutting down..." +msgstr "Tancant ..." + +#: src/game.cpp +msgid "Sound Volume" +msgstr "Volum del so" + +#: src/game.cpp +msgid "You died." +msgstr "Has mort." #: src/guiFormSpecMenu.cpp msgid "Enter " @@ -749,64 +883,14 @@ msgstr "Introdueix " msgid "ok" msgstr "Acceptar" -#: src/guiKeyChangeMenu.cpp -msgid "Keybindings. (If this menu screws up, remove stuff from minetest.conf)" -msgstr "" -"Combinacions de tecles. (Si aquest menú espatlla, esborrar coses de " -"minetest.conf)" - #: src/guiKeyChangeMenu.cpp msgid "\"Use\" = climb down" msgstr "\"Utilitzar\" = Descendir" -#: src/guiKeyChangeMenu.cpp -msgid "Double tap \"jump\" to toggle fly" -msgstr "Dos tocs \"botar\" per volar" - -#: src/guiKeyChangeMenu.cpp -msgid "Key already in use" -msgstr "La tecla s'està utilitzant" - -#: src/guiKeyChangeMenu.cpp -msgid "press key" -msgstr "Premsa una tecla" - -#: src/guiKeyChangeMenu.cpp -msgid "Forward" -msgstr "Avant" - #: src/guiKeyChangeMenu.cpp msgid "Backward" msgstr "Arrere" -#: src/guiKeyChangeMenu.cpp src/keycode.cpp -msgid "Left" -msgstr "Esquerra" - -#: src/guiKeyChangeMenu.cpp src/keycode.cpp -msgid "Right" -msgstr "Dreta" - -#: src/guiKeyChangeMenu.cpp -msgid "Use" -msgstr "Utilitzar" - -#: src/guiKeyChangeMenu.cpp -msgid "Jump" -msgstr "Botar" - -#: src/guiKeyChangeMenu.cpp -msgid "Sneak" -msgstr "Discreció" - -#: src/guiKeyChangeMenu.cpp -msgid "Drop" -msgstr "Amollar" - -#: src/guiKeyChangeMenu.cpp -msgid "Inventory" -msgstr "Inventari" - #: src/guiKeyChangeMenu.cpp msgid "Chat" msgstr "Xat" @@ -820,151 +904,230 @@ msgid "Console" msgstr "Consola" #: src/guiKeyChangeMenu.cpp -msgid "Toggle fly" -msgstr "Activar volar" +msgid "Double tap \"jump\" to toggle fly" +msgstr "Dos tocs \"botar\" per volar" #: src/guiKeyChangeMenu.cpp -msgid "Toggle fast" -msgstr "Activar ràpid" +msgid "Drop" +msgstr "Amollar" + +#: src/guiKeyChangeMenu.cpp +msgid "Forward" +msgstr "Avant" + +#: src/guiKeyChangeMenu.cpp +msgid "Inventory" +msgstr "Inventari" + +#: src/guiKeyChangeMenu.cpp +msgid "Jump" +msgstr "Botar" + +#: src/guiKeyChangeMenu.cpp +msgid "Key already in use" +msgstr "La tecla s'està utilitzant" + +#: src/guiKeyChangeMenu.cpp +msgid "Keybindings. (If this menu screws up, remove stuff from minetest.conf)" +msgstr "" +"Combinacions de tecles. (Si aquest menú espatlla, esborrar coses de minetest." +"conf)" + +#: src/guiKeyChangeMenu.cpp src/keycode.cpp +msgid "Left" +msgstr "Esquerra" + +#: src/guiKeyChangeMenu.cpp src/settings_translation_file.cpp +msgid "Print stacks" +msgstr "Imprimir piles" + +#: src/guiKeyChangeMenu.cpp +msgid "Range select" +msgstr "Seleccionar distancia" + +#: src/guiKeyChangeMenu.cpp src/keycode.cpp +msgid "Right" +msgstr "Dreta" + +#: src/guiKeyChangeMenu.cpp +msgid "Sneak" +msgstr "Discreció" #: src/guiKeyChangeMenu.cpp msgid "Toggle Cinematic" msgstr "Activar Cinematogràfic" +#: src/guiKeyChangeMenu.cpp +msgid "Toggle fast" +msgstr "Activar ràpid" + +#: src/guiKeyChangeMenu.cpp +msgid "Toggle fly" +msgstr "Activar volar" + #: src/guiKeyChangeMenu.cpp msgid "Toggle noclip" msgstr "Activar noclip" #: src/guiKeyChangeMenu.cpp -msgid "Range select" -msgstr "Seleccionar distancia" +msgid "Use" +msgstr "Utilitzar" -#: src/guiKeyChangeMenu.cpp src/settings_translation_file.cpp -msgid "Print stacks" -msgstr "Imprimir piles" - -#: src/guiPasswordChange.cpp -msgid "Old Password" -msgstr "Contrasenya vella" - -#: src/guiPasswordChange.cpp -msgid "New Password" -msgstr "Nova contrasenya" - -#: src/guiPasswordChange.cpp -msgid "Confirm Password" -msgstr "Confirma contrasenya" +#: src/guiKeyChangeMenu.cpp +msgid "press key" +msgstr "Premsa una tecla" #: src/guiPasswordChange.cpp msgid "Change" msgstr "Canviar" +#: src/guiPasswordChange.cpp +msgid "Confirm Password" +msgstr "Confirma contrasenya" + +#: src/guiPasswordChange.cpp +msgid "New Password" +msgstr "Nova contrasenya" + +#: src/guiPasswordChange.cpp +msgid "Old Password" +msgstr "Contrasenya vella" + #: src/guiPasswordChange.cpp msgid "Passwords do not match!" msgstr "Les contrasenyes no coincideixen!" -#: src/guiVolumeChange.cpp -msgid "Sound Volume: " -msgstr "Volum de so: " - #: src/guiVolumeChange.cpp msgid "Exit" msgstr "Tancar" -#: src/keycode.cpp -msgid "Left Button" -msgstr "Botó esquerre" +#: src/guiVolumeChange.cpp +msgid "Sound Volume: " +msgstr "Volum de so: " #: src/keycode.cpp -msgid "Middle Button" -msgstr "Botó del mig" +msgid "Apps" +msgstr "Aplicacions" #: src/keycode.cpp -msgid "Right Button" -msgstr "Botó dret" - -#: src/keycode.cpp -msgid "X Button 1" -msgstr "X Botó 1" +msgid "Attn" +msgstr "Atentament" #: src/keycode.cpp msgid "Back" msgstr "Enrere" +#: src/keycode.cpp +msgid "Capital" +msgstr "Bloq Maj" + #: src/keycode.cpp msgid "Clear" msgstr "Netejar" #: src/keycode.cpp -msgid "Return" -msgstr "Tornar" - -#: src/keycode.cpp -msgid "Tab" -msgstr "Tabulador" - -#: src/keycode.cpp -msgid "X Button 2" -msgstr "X Botó 2" - -#: src/keycode.cpp -msgid "Capital" -msgstr "Bloq Maj" +msgid "Comma" +msgstr "Coma" #: src/keycode.cpp msgid "Control" msgstr "Control" -#: src/keycode.cpp -#, fuzzy -msgid "Kana" -msgstr "Kana" - -#: src/keycode.cpp -msgid "Menu" -msgstr "Menú" - -#: src/keycode.cpp -msgid "Pause" -msgstr "Pausa" - -#: src/keycode.cpp -msgid "Shift" -msgstr "Shift" - #: src/keycode.cpp msgid "Convert" msgstr "Convertir" +#: src/keycode.cpp +#, fuzzy +msgid "CrSel" +msgstr "CrSel" + +#: src/keycode.cpp +msgid "Down" +msgstr "Avall" + +#: src/keycode.cpp +msgid "End" +msgstr "Fi" + +#: src/keycode.cpp +msgid "Erase OEF" +msgstr "Esborrar OEF" + #: src/keycode.cpp msgid "Escape" msgstr "Esc" +#: src/keycode.cpp +msgid "ExSel" +msgstr "ExSel" + +#: src/keycode.cpp +msgid "Execute" +msgstr "Executar" + #: src/keycode.cpp msgid "Final" msgstr "Fi" +#: src/keycode.cpp +msgid "Help" +msgstr "Ajuda" + +#: src/keycode.cpp +msgid "Home" +msgstr "Inici" + +#: src/keycode.cpp +msgid "Insert" +msgstr "Introduir" + #: src/keycode.cpp #, fuzzy msgid "Junja" msgstr "Junja" +#: src/keycode.cpp +#, fuzzy +msgid "Kana" +msgstr "Kana" + #: src/keycode.cpp #, fuzzy msgid "Kanji" msgstr "Kanji" #: src/keycode.cpp -msgid "Nonconvert" -msgstr "" +msgid "Left Button" +msgstr "Botó esquerre" #: src/keycode.cpp -msgid "End" -msgstr "Fi" +msgid "Left Control" +msgstr "Control esq" #: src/keycode.cpp -msgid "Home" -msgstr "Inici" +msgid "Left Menu" +msgstr "Menú esq" + +#: src/keycode.cpp +msgid "Left Shift" +msgstr "Shift esq" + +#: src/keycode.cpp +msgid "Left Windows" +msgstr "Windows esquerre" + +#: src/keycode.cpp +msgid "Menu" +msgstr "Menú" + +#: src/keycode.cpp +msgid "Middle Button" +msgstr "Botó del mig" + +#: src/keycode.cpp +msgid "Minus" +msgstr "Menys" #: src/keycode.cpp msgid "Mode Change" @@ -975,52 +1138,28 @@ msgid "Next" msgstr "Següent" #: src/keycode.cpp -msgid "Prior" -msgstr "Anterior" +msgid "Nonconvert" +msgstr "" #: src/keycode.cpp -msgid "Space" -msgstr "Espai" +msgid "Num Lock" +msgstr "Bloq Num" #: src/keycode.cpp -msgid "Down" -msgstr "Avall" +msgid "Numpad *" +msgstr "Teclat Num. *" #: src/keycode.cpp -msgid "Execute" -msgstr "Executar" +msgid "Numpad +" +msgstr "Teclat Num. +" #: src/keycode.cpp -msgid "Print" -msgstr "Imprimir" +msgid "Numpad -" +msgstr "Teclat Num. -" #: src/keycode.cpp -msgid "Select" -msgstr "Seleccionar" - -#: src/keycode.cpp -msgid "Up" -msgstr "Amunt" - -#: src/keycode.cpp -msgid "Help" -msgstr "Ajuda" - -#: src/keycode.cpp -msgid "Insert" -msgstr "Introduir" - -#: src/keycode.cpp -msgid "Snapshot" -msgstr "Captura de pantalla" - -#: src/keycode.cpp -msgid "Left Windows" -msgstr "Windows esquerre" - -#: src/keycode.cpp -msgid "Apps" -msgstr "Aplicacions" +msgid "Numpad /" +msgstr "Teclat Num. /" #: src/keycode.cpp msgid "Numpad 0" @@ -1030,14 +1169,6 @@ msgstr "Teclat Num. 0" msgid "Numpad 1" msgstr "Teclat Num. 1" -#: src/keycode.cpp -msgid "Right Windows" -msgstr "Windows dret" - -#: src/keycode.cpp -msgid "Sleep" -msgstr "Dormir" - #: src/keycode.cpp msgid "Numpad 2" msgstr "Teclat Num. 2" @@ -1062,22 +1193,6 @@ msgstr "Teclat Num. 6" msgid "Numpad 7" msgstr "Teclat Num. 7" -#: src/keycode.cpp -msgid "Numpad *" -msgstr "Teclat Num. *" - -#: src/keycode.cpp -msgid "Numpad +" -msgstr "Teclat Num. +" - -#: src/keycode.cpp -msgid "Numpad -" -msgstr "Teclat Num. -" - -#: src/keycode.cpp -msgid "Numpad /" -msgstr "Teclat Num. /" - #: src/keycode.cpp msgid "Numpad 8" msgstr "Teclat Num. 8" @@ -1086,71 +1201,6 @@ msgstr "Teclat Num. 8" msgid "Numpad 9" msgstr "Teclat Num. 9" -#: src/keycode.cpp -msgid "Num Lock" -msgstr "Bloq Num" - -#: src/keycode.cpp -msgid "Scroll Lock" -msgstr "Bloq Despl" - -#: src/keycode.cpp -msgid "Left Shift" -msgstr "Shift esq" - -#: src/keycode.cpp -msgid "Right Shift" -msgstr "Shift Dta" - -#: src/keycode.cpp -msgid "Left Control" -msgstr "Control esq" - -#: src/keycode.cpp -msgid "Left Menu" -msgstr "Menú esq" - -#: src/keycode.cpp -msgid "Right Control" -msgstr "Control dta" - -#: src/keycode.cpp -msgid "Right Menu" -msgstr "Menú dta" - -#: src/keycode.cpp -msgid "Comma" -msgstr "Coma" - -#: src/keycode.cpp -msgid "Minus" -msgstr "Menys" - -#: src/keycode.cpp -msgid "Period" -msgstr "Període" - -#: src/keycode.cpp -msgid "Plus" -msgstr "Més" - -#: src/keycode.cpp -msgid "Attn" -msgstr "Atentament" - -#: src/keycode.cpp -#, fuzzy -msgid "CrSel" -msgstr "CrSel" - -#: src/keycode.cpp -msgid "Erase OEF" -msgstr "Esborrar OEF" - -#: src/keycode.cpp -msgid "ExSel" -msgstr "ExSel" - #: src/keycode.cpp msgid "OEM Clear" msgstr "Netejar OEM" @@ -1160,34 +1210,724 @@ msgstr "Netejar OEM" msgid "PA1" msgstr "PA1" +#: src/keycode.cpp +msgid "Pause" +msgstr "Pausa" + +#: src/keycode.cpp +msgid "Period" +msgstr "Període" + +#: src/keycode.cpp +msgid "Plus" +msgstr "Més" + +#: src/keycode.cpp +msgid "Print" +msgstr "Imprimir" + +#: src/keycode.cpp +msgid "Prior" +msgstr "Anterior" + +#: src/keycode.cpp +msgid "Return" +msgstr "Tornar" + +#: src/keycode.cpp +msgid "Right Button" +msgstr "Botó dret" + +#: src/keycode.cpp +msgid "Right Control" +msgstr "Control dta" + +#: src/keycode.cpp +msgid "Right Menu" +msgstr "Menú dta" + +#: src/keycode.cpp +msgid "Right Shift" +msgstr "Shift Dta" + +#: src/keycode.cpp +msgid "Right Windows" +msgstr "Windows dret" + +#: src/keycode.cpp +msgid "Scroll Lock" +msgstr "Bloq Despl" + +#: src/keycode.cpp +msgid "Select" +msgstr "Seleccionar" + +#: src/keycode.cpp +msgid "Shift" +msgstr "Shift" + +#: src/keycode.cpp +msgid "Sleep" +msgstr "Dormir" + +#: src/keycode.cpp +msgid "Snapshot" +msgstr "Captura de pantalla" + +#: src/keycode.cpp +msgid "Space" +msgstr "Espai" + +#: src/keycode.cpp +msgid "Tab" +msgstr "Tabulador" + +#: src/keycode.cpp +msgid "Up" +msgstr "Amunt" + +#: src/keycode.cpp +msgid "X Button 1" +msgstr "X Botó 1" + +#: src/keycode.cpp +msgid "X Button 2" +msgstr "X Botó 2" + #: src/keycode.cpp #, fuzzy msgid "Zoom" msgstr "Zoom" #: src/settings_translation_file.cpp -msgid "Controls" -msgstr "Controls" +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"0 = parallax occlusion with slope information (faster).\n" +"1 = relief mapping (slower, more accurate)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "3D clouds" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "3D mode" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"3D support.\n" +"Currently supported:\n" +"- none: no 3d output.\n" +"- anaglyph: cyan/magenta color 3d.\n" +"- interlaced: odd/even line based polarisation screen support.\n" +"- topbottom: split screen top/bottom.\n" +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"A chosen map seed for a new map, leave empty for random.\n" +"Will be overridden when creating a new world in the main menu." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "A message to be displayed to all clients when the server crashes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "A message to be displayed to all clients when the server shuts down." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Absolute limit of emerge queues" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Acceleration in air" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Active block range" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Active object send range" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Address to connect to.\n" +"Leave this blank to start a local server.\n" +"Note that the address field in the main menu overrides this setting." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k " +"screens." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Adjust the gamma encoding for the light tables. Lower numbers are brighter.\n" +"This setting is for the client only and is ignored by the server." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Advanced" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Always fly and fast" +msgstr "Sempre volar y ràpid" + +#: src/settings_translation_file.cpp +msgid "Ambient occlusion gamma" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Anisotropic filtering" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Announce server" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Announce to this serverlist.\n" +"If you want to announce your ipv6 address, use serverlist_url = v6.servers." +"minetest.net." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Ask to reconnect after crash" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Automaticaly report to the serverlist." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Backward key" +msgstr "Tecla de retrocés" + +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Basic" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Bilinear filtering" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Bind address" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Bits per pixel (aka color depth) in fullscreen mode." +msgstr "" #: src/settings_translation_file.cpp msgid "Build inside player" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"If enabled, you can place blocks at the position (feet + eye level) where " -"you stand.\n" -"This is helpful when working with nodeboxes in small areas." +msgid "Camera smoothing" +msgstr "Suavitzat de la càmera" + +#: src/settings_translation_file.cpp +msgid "Camera smoothing in cinematic mode" +msgstr "Suavitzat de la càmera en mode cinematogràfic" + +#: src/settings_translation_file.cpp +msgid "Camera update toggle key" msgstr "" #: src/settings_translation_file.cpp -msgid "Flying" +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Chat key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Chat toggle key" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Player is able to fly without being affected by gravity.\n" -"This requires the \"fly\" privilege on the server." +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Chunk size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cinematic mode" +msgstr "Mode cinematogràfic" + +#: src/settings_translation_file.cpp +msgid "Cinematic mode key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Clean transparent textures" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Client and Server" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Climbing speed" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cloud height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cloud radius" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Clouds" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Clouds are a client side effect." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Clouds in menu" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Colored fog" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Comma-separated list of trusted mods that are allowed to access insecure\n" +"functions even when mod security is on (via request_insecure_environment())." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Command key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Connect glass" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Connect to external media server" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Connects glass if supported by node." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Console alpha" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Console color" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Console key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Continuous forward" +msgstr "Avanç continu" + +#: src/settings_translation_file.cpp +msgid "Continuous forward movement (only used for testing)." +msgstr "Avanç continu (sols utilitzat per a testing)." + +#: src/settings_translation_file.cpp +msgid "Controls" +msgstr "Controls" + +#: src/settings_translation_file.cpp +msgid "" +"Controls length of day/night cycle.\n" +"Examples: 72 = 20min, 360 = 4min, 1 = 24hour, 0 = day/night/whatever stays " +"unchanged." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Controls size of deserts and beaches in Mapgen v6.\n" +"When snowbiomes are enabled 'mgv6_freq_desert' is ignored." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Crash message" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Crosshair alpha" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Crosshair alpha (opaqueness, between 0 and 255)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Crosshair color" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Crosshair color (R,G,B)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Crouch speed" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "DPI" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Damage" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Debug info toggle key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Debug log level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Dedicated server step" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Default acceleration" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Default game" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Default game when creating a new world.\n" +"This will be overridden when creating a world from the main menu." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Default password" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Default privileges" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Default timeout for cURL, stated in milliseconds.\n" +"Only has an effect if compiled with cURL." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Defines sampling step of texture.\n" +"A higher value results in smoother normal maps." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Defines the maximal player transfer distance in blocks (0 = unlimited)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Delay showing tooltips, stated in milliseconds." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Deprecated Lua API handling" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Descending speed" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Description of server, to be displayed when players join and in the " +"serverlist." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Desynchronize block animation" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Detailed mod profile data. Useful for mod developers." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Detailed mod profiling" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Disable anticheat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Disallow empty passwords" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Domain name of server, to be displayed in the serverlist." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Double tap jump for fly" +msgstr "Polsar dues vegades \"botar\" per volar" + +#: src/settings_translation_file.cpp +msgid "Double-tapping the jump key toggles fly mode." +msgstr "Polsar dues vegades \"botar\" per alternar el mode de vol." + +#: src/settings_translation_file.cpp +msgid "Drop item key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Dump the mapgen debug infos." +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enable VBO" +msgstr "Activar MP" + +#: src/settings_translation_file.cpp +msgid "Enable mod security" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enable players getting damage and dying." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enable random user input (only used for testing)." +msgstr "Habilitar l'entrada aleatòria d'usuari (només utilitzat per testing)." + +#: src/settings_translation_file.cpp +msgid "" +"Enable smooth lighting with simple ambient occlusion.\n" +"Disable for speed or for different looks." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Enable to disallow old clients from connecting.\n" +"Older clients are compatible in the sense that they will not crash when " +"connecting\n" +"to new servers, but they may not support all new features that you are " +"expecting." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Enable usage of remote media server (if provided by server).\n" +"Remote servers offer a significantly faster way to download media (e.g. " +"textures)\n" +"when connecting to the server." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Enable/disable running an IPv6 server. An IPv6 server may be restricted\n" +"to IPv6 clients, depending on system configuration.\n" +"Ignored if bind_address is set." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Enables bumpmapping for textures. Normalmaps need to be supplied by the " +"texture pack\n" +"or need to be auto-generated.\n" +"Requires shaders to be enabled." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enables caching of facedir rotated meshes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enables filmic tone mapping" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enables minimap." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Enables on the fly normalmap generation (Emboss effect).\n" +"Requires bumpmapping to be enabled." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Enables parallax occlusion mapping.\n" +"Requires shaders to be enabled." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Experimental option, might cause visible spaces between blocks\n" +"when set to higher number than 0." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "FPS in pause menu" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "FSAA" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fall bobbing" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fallback font" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fallback font shadow" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fallback font shadow alpha" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fallback font size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fast key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fast mode acceleration" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fast mode speed" msgstr "" #: src/settings_translation_file.cpp @@ -1203,7 +1943,246 @@ msgstr "" "Això requereix el \"privilegi\" ràpid en el servidor." #: src/settings_translation_file.cpp -msgid "Noclip" +msgid "Field of view" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Field of view in degrees." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"File in client/serverlist/ that contains your favorite servers displayed in " +"the Multiplayer Tab." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Filtered textures can blend RGB values with fully-transparent neighbors,\n" +"which PNG optimizers usually discard, sometimes resulting in a dark or\n" +"light edge to transparent textures. Apply this filter to clean that up\n" +"at texture load time." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filtering" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fixed map seed" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fly key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Flying" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fog" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fog toggle key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Font path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Font shadow" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Font shadow alpha" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Font shadow alpha (opaqueness, between 0 and 255)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Font shadow offset, if 0 then shadow will not be drawn." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Font size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Forward key" +msgstr "Tecla Avançar" + +#: src/settings_translation_file.cpp +msgid "Freetype fonts" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"From how far blocks are generated for clients, stated in mapblocks (16 " +"nodes)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"From how far blocks are sent to clients, stated in mapblocks (16 nodes)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"From how far clients know about objects, stated in mapblocks (16 nodes)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Full screen" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Full screen BPP" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Fullscreen mode." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "GUI scaling" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "GUI scaling filter" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "GUI scaling filter txr2img" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Gamma" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Generate normalmaps" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Graphics" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Gravity" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + +#: src/settings_translation_file.cpp +msgid "HUD toggle key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Handling for deprecated lua api calls:\n" +"- legacy: (try to) mimic old behaviour (default for release).\n" +"- log: mimic and log backtrace of deprecated call (default for debug).\n" +"- error: abort on usage of deprecated call (suggested for mod developers)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Height on which clouds are appearing." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "High-precision FPU" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Homepage of server, to be displayed in the serverlist." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "How deep to make rivers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"How large area of blocks are subject to the active block stuff, stated in " +"mapblocks (16 nodes).\n" +"In active blocks objects are loaded and ABMs run." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"How many blocks are flying in the wire simultaneously for the whole server." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "How many blocks are flying in the wire simultaneously per client." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"How much the server will wait before unloading unused mapblocks.\n" +"Higher value is smoother, but will use more RAM." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "IPv6" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "IPv6 server" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "IPv6 support." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"If FPS would go higher than this, limit it by sleeping\n" +"to not waste CPU power for no benefit." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"If disabled \"use\" key is used to fly fast if both fly and fast mode are " +"enabled." msgstr "" #: src/settings_translation_file.cpp @@ -1214,33 +2193,73 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Cinematic mode" -msgstr "Mode cinematogràfic" +msgid "" +"If enabled, \"use\" key instead of \"sneak\" key is used for climbing down " +"and descending." +msgstr "" #: src/settings_translation_file.cpp msgid "" -"Smooths camera when moving and looking around.\n" -"Useful for recording videos." +"If enabled, actions are recorded for rollback.\n" +"This option is only read when server starts." msgstr "" -"Suavitza la càmera quan estiga movent-se i mirant al seu voltant.\n" -"Útil per a la gravació de vídeos." #: src/settings_translation_file.cpp -msgid "Camera smoothing" -msgstr "Suavitzat de la càmera" - -#: src/settings_translation_file.cpp -msgid "Smooths rotation of camera. 0 to disable." -msgstr "Suavitza la rotació de la càmera. 0 per deshabilitar." - -#: src/settings_translation_file.cpp -msgid "Camera smoothing in cinematic mode" -msgstr "Suavitzat de la càmera en mode cinematogràfic" - -#: src/settings_translation_file.cpp -msgid "Smooths rotation of camera in cinematic mode. 0 to disable." +msgid "If enabled, disable cheat prevention in multiplayer." msgstr "" -"Suavitza la rotació de la càmera en mode cinematogràfic. 0 per deshabilitar." + +#: src/settings_translation_file.cpp +msgid "" +"If enabled, invalid world data won't cause the server to shut down.\n" +"Only enable this if you know what you are doing." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "If enabled, new players cannot join with an empty password." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"If enabled, you can place blocks at the position (feet + eye level) where " +"you stand.\n" +"This is helpful when working with nodeboxes in small areas." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "If this is set, players will always (re)spawn at the given position." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Ignore world errors" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "In-Game" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "In-game chat console background alpha (opaqueness, between 0 and 255)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "In-game chat console background color (R,G,B)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Interval of saving important changes in the world, stated in seconds." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Interval of sending time of day to clients." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Inventory key" +msgstr "Tecla Inventari" #: src/settings_translation_file.cpp msgid "Invert mouse" @@ -1251,129 +2270,81 @@ msgid "Invert vertical mouse movement." msgstr "Invertir moviment vertical del ratolí." #: src/settings_translation_file.cpp -msgid "Mouse sensitivity" -msgstr "Sensibilitat del ratolí" - -#: src/settings_translation_file.cpp -msgid "Mouse sensitivity multiplier." -msgstr "Multiplicador de sensibilitat del ratolí." - -#: src/settings_translation_file.cpp -msgid "Key use for climbing/descending" -msgstr "Utilitzar la tecla \"utilitzar\" per escalar/descendir" - -#: src/settings_translation_file.cpp -msgid "" -"If enabled, \"use\" key instead of \"sneak\" key is used for climbing down " -"and descending." +msgid "Item entity TTL" msgstr "" -#: src/settings_translation_file.cpp -msgid "Double tap jump for fly" -msgstr "Polsar dues vegades \"botar\" per volar" - -#: src/settings_translation_file.cpp -msgid "Double-tapping the jump key toggles fly mode." -msgstr "Polsar dues vegades \"botar\" per alternar el mode de vol." - -#: src/settings_translation_file.cpp -msgid "Always fly and fast" -msgstr "Sempre volar y ràpid" - #: src/settings_translation_file.cpp msgid "" -"If disabled \"use\" key is used to fly fast if both fly and fast mode are " -"enabled." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp -msgid "Rightclick repetition interval" -msgstr "Interval de repetició del click dret" +msgid "" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" #: src/settings_translation_file.cpp msgid "" -"The time in seconds it takes between repeated right clicks when holding the " -"right mouse button." +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" +"Range roughly -2 to 2." msgstr "" -"El temps en segons que es pren entre la repetició de clicks drets quan " -"s'està mantenint el botó dret del ratolí." - -#: src/settings_translation_file.cpp -msgid "Random input" -msgstr "Entrada aleatòria" - -#: src/settings_translation_file.cpp -msgid "Enable random user input (only used for testing)." -msgstr "Habilitar l'entrada aleatòria d'usuari (només utilitzat per testing)." - -#: src/settings_translation_file.cpp -msgid "Continuous forward" -msgstr "Avanç continu" - -#: src/settings_translation_file.cpp -msgid "Continuous forward movement (only used for testing)." -msgstr "Avanç continu (sols utilitzat per a testing)." - -#: src/settings_translation_file.cpp -msgid "Forward key" -msgstr "Tecla Avançar" #: src/settings_translation_file.cpp msgid "" -"Key for moving the player forward.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" +"Range roughly -2 to 2." msgstr "" -"Tecla per moure avant al jugador.\n" -"Veure http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" - -#: src/settings_translation_file.cpp -msgid "Backward key" -msgstr "Tecla de retrocés" #: src/settings_translation_file.cpp msgid "" -"Key for moving the player backward.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" +"Range roughly -2 to 2." msgstr "" -"Tecla per moure el jugador cap arrere.\n" -"Veure http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" - -#: src/settings_translation_file.cpp -msgid "Left key" -msgstr "Tecla esquerra" - -#: src/settings_translation_file.cpp -msgid "" -"Key for moving the player left.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" -"Tecla per moure el jugador cap a l'esquerra.\n" -"Veure http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" - -#: src/settings_translation_file.cpp -msgid "Right key" -msgstr "Tecla dreta" - -#: src/settings_translation_file.cpp -msgid "" -"Key for moving the player right.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" -"Tecla per moure el jugador cap a la dreta.\n" -"Veure http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "Jump key" msgstr "Tecla botar" +#: src/settings_translation_file.cpp +msgid "Jumping speed" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Key for decreasing the viewing range.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per obrir el inventari.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + +#: src/settings_translation_file.cpp +msgid "" +"Key for dropping the currently selected item.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Key for increasing the viewing range.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per obrir el inventari.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + #: src/settings_translation_file.cpp msgid "" "Key for jumping.\n" @@ -1381,12 +2352,93 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla per botar.\n" -"Veure http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp -msgid "Sneak key" -msgstr "Tecla sigil" +msgid "" +"Key for moving fast in fast mode.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for moving the player backward.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per moure el jugador cap arrere.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + +#: src/settings_translation_file.cpp +msgid "" +"Key for moving the player forward.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per moure avant al jugador.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + +#: src/settings_translation_file.cpp +msgid "" +"Key for moving the player left.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per moure el jugador cap a l'esquerra.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + +#: src/settings_translation_file.cpp +msgid "" +"Key for moving the player right.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per moure el jugador cap a la dreta.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + +#: src/settings_translation_file.cpp +msgid "" +"Key for opening the chat console.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for opening the chat window to type commands.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for opening the chat window.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for opening the inventory.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" +"Tecla per obrir el inventari.\n" +"Veure http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" + +#: src/settings_translation_file.cpp +msgid "" +"Key for printing debug stacks. Used for development.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -1397,133 +2449,12 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "Inventory key" -msgstr "Tecla Inventari" - #: src/settings_translation_file.cpp msgid "" -"Key for opening the inventory.\n" +"Key for switching between first- and third-person camera.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Tecla per obrir el inventari.\n" -"Veure http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" - -#: src/settings_translation_file.cpp -msgid "Use key" -msgstr "Utilitza la tecla" - -#: src/settings_translation_file.cpp -msgid "" -"Key for moving fast in fast mode.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Chat key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for opening the chat window.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Command key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for opening the chat window to type commands.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Console key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for opening the chat console.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Range select key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for toggling unlimited view range.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fly key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for toggling flying.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fast key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for toggling fast mode.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Noclip key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for toggling noclip mode.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Cinematic mode key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for toggling cinematic mode.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Minimap key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for toggling display of minimap.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Screenshot" -msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -1532,52 +2463,39 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "Drop item key" -msgstr "" - #: src/settings_translation_file.cpp msgid "" -"Key for dropping the currently selected item.\n" +"Key for toggling cinematic mode.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "HUD toggle key" -msgstr "" - #: src/settings_translation_file.cpp msgid "" -"Key for toggling the display of the HUD.\n" +"Key for toggling display of minimap.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "Chat toggle key" -msgstr "" - #: src/settings_translation_file.cpp msgid "" -"Key for toggling the display of the chat.\n" +"Key for toggling fast mode.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "Fog toggle key" -msgstr "" - #: src/settings_translation_file.cpp msgid "" -"Key for toggling the display of the fog.\n" +"Key for toggling flying.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" #: src/settings_translation_file.cpp -msgid "Camera update toggle key" +msgid "" +"Key for toggling noclip mode.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" #: src/settings_translation_file.cpp @@ -1587,10 +2505,6 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "Debug info toggle key" -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Key for toggling the display of debug info.\n" @@ -1599,7 +2513,24 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Profiler toggle key" +msgid "" +"Key for toggling the display of the HUD.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for toggling the display of the chat.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for toggling the display of the fog.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" #: src/settings_translation_file.cpp @@ -1609,139 +2540,27 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -#: src/settings_translation_file.cpp -msgid "Toggle camera mode key" -msgstr "" - #: src/settings_translation_file.cpp msgid "" -"Key for switching between first- and third-person camera.\n" +"Key for toggling unlimited view range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" #: src/settings_translation_file.cpp -msgid "View range increase key" +msgid "Key use for climbing/descending" +msgstr "Utilitzar la tecla \"utilitzar\" per escalar/descendir" + +#: src/settings_translation_file.cpp +msgid "Language" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" +msgid "Large cave depth" msgstr "" #: src/settings_translation_file.cpp -msgid "View range decrease key" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Key for printing debug stacks. Used for development.\n" -"See http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Network" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Server address" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Address to connect to.\n" -"Leave this blank to start a local server.\n" -"Note that the address field in the main menu overrides this setting." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Remote port" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Port to connect to (UDP).\n" -"Note that the port field in the main menu overrides this setting." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Saving map received from server" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Save the map received by the client on disk." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Connect to external media server" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enable usage of remote media server (if provided by server).\n" -"Remote servers offer a significantly faster way to download media (e.g. " -"textures)\n" -"when connecting to the server." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Serverlist URL" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "URL to the server list displayed in the Multiplayer Tab." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Serverlist file" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"File in client/serverlist/ that contains your favorite servers displayed in " -"the Multiplayer Tab." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Graphics" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "In-Game" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Basic" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fog" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Whether to fog out the end of the visible area." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." +msgid "Lava Features" msgstr "" #: src/settings_translation_file.cpp @@ -1757,1179 +2576,42 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Connect glass" -msgstr "" +msgid "Left key" +msgstr "Tecla esquerra" #: src/settings_translation_file.cpp -msgid "Connects glass if supported by node." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Smooth lighting" +msgid "" +"Length of a server tick and the interval at which objects are generally " +"updated over network." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Enable smooth lighting with simple ambient occlusion.\n" -"Disable for speed or for different looks." +"Level of logging to be written to debug.txt:\n" +"- (no logging)\n" +"- none (messages with no level)\n" +"- error\n" +"- warning\n" +"- action\n" +"- info\n" +"- verbose" msgstr "" #: src/settings_translation_file.cpp -msgid "Clouds" +msgid "Limit of emerge queues on disk" msgstr "" #: src/settings_translation_file.cpp -msgid "Clouds are a client side effect." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "3D clouds" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Use 3D cloud look instead of flat." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Filtering" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mipmapping" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Use mip mapping to scale textures. May slightly increase performance." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Anisotropic filtering" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Use anisotropic filtering when viewing at textures from an angle." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Bilinear filtering" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Use bilinear filtering when scaling textures." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Trilinear filtering" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Use trilinear filtering when scaling textures." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Clean transparent textures" +msgid "Limit of emerge queues to generate" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Filtered textures can blend RGB values with fully-transparent neighbors,\n" -"which PNG optimizers usually discard, sometimes resulting in a dark or\n" -"light edge to transparent textures. Apply this filter to clean that up\n" -"at texture load time." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Minimum texture size for filters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"When using bilinear/trilinear/anisotropic filters, low-resolution textures\n" -"can be blurred, so automatically upscale them with nearest-neighbor\n" -"interpolation to preserve crisp pixels. This sets the minimum texture size\n" -"for the upscaled textures; higher values look sharper, but require more\n" -"memory. Powers of 2 are recommended. Setting this higher than 1 may not\n" -"have a visible effect unless bilinear/trilinear/anisotropic filtering is\n" -"enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "FSAA" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Experimental option, might cause visible spaces between blocks\n" -"when set to higher number than 0." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Shaders allow advanced visul effects and may increase performance on some " -"video cards.\n" -"Thy only work with the OpenGL video backend." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enables bumpmapping for textures. Normalmaps need to be supplied by the " -"texture pack\n" -"or need to be auto-generated.\n" -"Requires shaders to be enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Generate normalmaps" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enables on the fly normalmap generation (Emboss effect).\n" -"Requires bumpmapping to be enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Normalmaps strength" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Strength of generated normalmaps." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Normalmaps sampling" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Defines sampling step of texture.\n" -"A higher value results in smoother normal maps." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax occlusion" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enables parallax occlusion mapping.\n" -"Requires shaders to be enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax occlusion mode" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"0 = parallax occlusion with slope information (faster).\n" -"1 = relief mapping (slower, more accurate)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax occlusion strength" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Strength of parallax." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax occlusion iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Number of parallax occlusion iterations." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax occlusion Scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Overall scale of parallax occlusion effect." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Parallax occlusion bias" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Overall bias of parallax occlusion effect, usually scale/2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving Nodes" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving water" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Set to true enables waving water.\n" -"Requires shaders to be enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving water height" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving water length" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving water speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving leaves" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Set to true enables waving leaves.\n" -"Requires shaders to be enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Waving plants" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Set to true enables waving plants.\n" -"Requires shaders to be enabled." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Advanced" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum FPS" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"If FPS would go higher than this, limit it by sleeping\n" -"to not waste CPU power for no benefit." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "FPS in pause menu" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum FPS when game is paused." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Screen width" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Vertical initial window size." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Screen height" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Horizontal initial window size." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Full screen" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fullscreen mode." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Full screen BPP" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Bits per pixel (aka color depth) in fullscreen mode." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "V-Sync" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Vertical screen synchronization." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Field of view" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Field of view in degrees." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Gamma" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Adjust the gamma encoding for the light tables. Lower numbers are brighter.\n" -"This setting is for the client only and is ignored by the server." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Texture path" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Path to texture directory. All textures are first searched from here." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Video driver" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "The rendering back-end for Irrlicht." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Cloud height" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Height on which clouds are appearing." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Cloud radius" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Radius of cloud area stated in number of 64 node cloud squares.\n" -"Values larger than 26 will start to produce sharp cutoffs at cloud area " -"corners." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "View bobbing" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Multiplier for view bobbing.\n" -"For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fall bobbing" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Multiplier for fall bobbing.\n" -"For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "3D mode" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"3D support.\n" -"Currently supported:\n" -"- none: no 3d output.\n" -"- anaglyph: cyan/magenta color 3d.\n" -"- interlaced: odd/even line based polarisation screen support.\n" -"- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Console color" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "In-game chat console background color (R,G,B)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Console alpha" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "In-game chat console background alpha (opaqueness, between 0 and 255)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Selection box color" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Selection box border color (R,G,B)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Selection box width" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Width of the selectionbox's lines around nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Crosshair color" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Crosshair color (R,G,B)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Crosshair alpha" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Crosshair alpha (opaqueness, between 0 and 255)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Desynchronize block animation" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Whether node texture animations should be desynchronized per mapblock." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum hotbar width" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Maximum proportion of current window to be used for hotbar.\n" -"Useful if there's something to be displayed right or left of hotbar." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Node highlighting" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mesh cache" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Enables caching of facedir rotated meshes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Minimap" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Enables minimap." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Round minimap" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Shape of the minimap. Enabled = round, disabled = square." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Minimap scan height" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"True = 256\n" -"False = 128\n" -"Useable to make minimap smoother on slower machines." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Colored fog" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Make fog and sky colors depend on daytime (dawn/sunset) and view direction." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Ambient occlusion gamma" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"The strength (darkness) of node ambient-occlusion shading.\n" -"Lower is darker, Higher is lighter. The valid range of values for this\n" -"setting is 0.25 to 4.0 inclusive. If the value is out of range it will be\n" -"set to the nearest valid value." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Menus" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Clouds in menu" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Use a cloud animation for the main menu background." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "GUI scaling" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Scale gui by a user specified value.\n" -"Use a nearest-neighbor-anti-alias filter to scale the GUI.\n" -"This will smooth over some of the rough edges, and blend\n" -"pixels when scaling down, at the cost of blurring some\n" -"edge pixels when images are scaled by non-integer sizes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "GUI scaling filter" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"When gui_scaling_filter is true, all GUI images need to be\n" -"filtered in software, but some images are generated directly\n" -"to hardware (e.g. render-to-texture for nodes in inventory)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "GUI scaling filter txr2img" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"When gui_scaling_filter_txr2img is true, copy those images\n" -"from hardware to software for scaling. When false, fall back\n" -"to the old scaling method, for video drivers that don't\n" -"propery support downloading textures back from hardware." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Tooltip delay" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Delay showing tooltips, stated in milliseconds." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Freetype fonts" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Whether freetype fonts are used, requires freetype support to be compiled in." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Font path" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Path to TrueTypeFont or bitmap." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Font size" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Font shadow" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Font shadow offset, if 0 then shadow will not be drawn." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Font shadow alpha" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Font shadow alpha (opaqueness, between 0 and 255)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Monospace font path" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Monospace font size" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fallback font" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "This font will be used for certain languages." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fallback font size" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fallback font shadow" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fallback font shadow alpha" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Screenshot folder" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Path to save screenshots at." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "DPI" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k " -"screens." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Sound" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Volume" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapblock unload timeout" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Timeout for client to remove unused map data from memory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapblock limit" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Maximum number of mapblocks for client to be kept in memory.\n" -"Set to -1 for unlimited amount." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Show debug info" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Whether to show the client debug info (has the same effect as hitting F5)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Server / Singleplayer" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Server name" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Name of the server, to be displayed when players join and in the serverlist." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Server description" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Description of server, to be displayed when players join and in the " -"serverlist." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Domain name of server, to be displayed in the serverlist." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Server URL" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Homepage of server, to be displayed in the serverlist." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Announce server" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Automaticaly report to the serverlist." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Announce to this serverlist.\n" -"If you want to announce your ipv6 address, use serverlist_url = v6.servers." -"minetest.net." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Server port" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Network port to listen (UDP).\n" -"This value will be overridden when starting from the main menu." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Bind address" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "The network interface that the server listens on." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Strict protocol checking" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enable to disallow old clients from connecting.\n" -"Older clients are compatible in the sense that they will not crash when " -"connecting\n" -"to new servers, but they may not support all new features that you are " -"expecting." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Remote media" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Specifies URL from which client fetches media instead of using UDP.\n" -"$filename should be accessible from $remote_media$filename via cURL\n" -"(obviously, remote_media should end with a slash).\n" -"Files that are not present will be fetched the usual way." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "IPv6 server" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enable/disable running an IPv6 server. An IPv6 server may be restricted\n" -"to IPv6 clients, depending on system configuration.\n" -"Ignored if bind_address is set." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum simultaneously blocks send per client" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "How many blocks are flying in the wire simultaneously per client." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum simultaneously bocks send total" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"How many blocks are flying in the wire simultaneously for the whole server." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"To reduce lag, block transfers are slowed down when a player is building " -"something.\n" -"This determines how long they are slowed down after placing or removing a " -"node." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Max. packets per iteration" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Maximum number of packets sent per send step, if you have a slow connection\n" -"try reducing it, but don't reduce it to a number below double of targeted\n" -"client number." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Default game" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Default game when creating a new world.\n" -"This will be overridden when creating a world from the main menu." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Message of the day" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Message of the day displayed to players connecting." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum users" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum number of players that can connect simultaneously." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Map directory" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"World directory (everything in the world is stored here).\n" -"Not needed if starting from the main menu." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Item entity TTL" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Time in seconds for item entity (dropped items) to live.\n" -"Setting it to -1 disables the feature." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Damage" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Enable players getting damage and dying." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fixed map seed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"A chosen map seed for a new map, leave empty for random.\n" -"Will be overridden when creating a new world in the main menu." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Default password" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "New users need to input this password." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Default privileges" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"The privileges that new users automatically get.\n" -"See /privs in game for a full list on your server and mod configuration." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Unlimited player transfer distance" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Whether players are shown to clients without any range limit.\n" -"Deprecated, use the setting player_transfer_distance instead." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Player transfer distance" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Defines the maximal player transfer distance in blocks (0 = unlimited)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Player versus Player" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Whether to allow players to damage and kill each other." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Static spawnpoint" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "If this is set, players will always (re)spawn at the given position." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Disallow empty passwords" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "If enabled, new players cannot join with an empty password." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Disable anticheat" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "If enabled, disable cheat prevention in multiplayer." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Rollback recording" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"If enabled, actions are recorded for rollback.\n" -"This option is only read when server starts." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Shutdown message" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "A message to be displayed to all clients when the server shuts down." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Crash message" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "A message to be displayed to all clients when the server crashes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Ask to reconnect after crash" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Whether to ask clients to reconnect after a (Lua) crash.\n" -"Set this to true if your server is set up to restart automatically." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Active object send range" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"From how far clients know about objects, stated in mapblocks (16 nodes)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Active block range" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"How large area of blocks are subject to the active block stuff, stated in " -"mapblocks (16 nodes).\n" -"In active blocks objects are loaded and ABMs run." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Max block send distance" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"From how far blocks are sent to clients, stated in mapblocks (16 nodes)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum forceloaded blocks" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum number of forceloaded mapblocks." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Time send interval" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Interval of sending time of day to clients." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Time speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Controls length of day/night cycle.\n" -"Examples: 72 = 20min, 360 = 4min, 1 = 24hour, 0 = day/night/whatever stays " -"unchanged." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Map save interval" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Interval of saving important changes in the world, stated in seconds." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Physics" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Default acceleration" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Acceleration in air" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fast mode acceleration" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Walking speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Crouch speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Fast mode speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Climbing speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Jumping speed" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Descending speed" +"Limits number of parallel HTTP requests. Affects:\n" +"- Media fetch if server uses remote_media setting.\n" +"- Serverlist download and server announcement.\n" +"- Downloads performed by main menu (e.g. mod manager).\n" +"Only has an effect if compiled with cURL." msgstr "" #: src/settings_translation_file.cpp @@ -2940,128 +2622,16 @@ msgstr "" msgid "Liquid fluidity smoothing" msgstr "" -#: src/settings_translation_file.cpp -msgid "Liquid sink" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Gravity" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Deprecated Lua API handling" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Handling for deprecated lua api calls:\n" -"- legacy: (try to) mimic old behaviour (default for release).\n" -"- log: mimic and log backtrace of deprecated call (default for debug).\n" -"- error: abort on usage of deprecated call (suggested for mod developers)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mod profiling" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Useful for mod developers." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Detailed mod profiling" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Detailed mod profile data. Useful for mod developers." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Profiling print interval" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Profiler data print interval. 0 = disable. Useful for developers." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Max. clearobjects extra blocks" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Number of extra blocks that can be loaded by /clearobjects at once.\n" -"This is a trade-off between sqlite transaction overhead and\n" -"memory consumption (4096=100MB, as a rule of thumb)." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Unload unused server data" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"How much the server will wait before unloading unused mapblocks.\n" -"Higher value is smoother, but will use more RAM." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maxmimum objects per block" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Maximum number of statically stored objects in a block." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Synchronous SQLite" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "See http://www.sqlite.org/pragma.html#pragma_synchronous" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Dedicated server step" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Length of a server tick and the interval at which objects are generally " -"updated over network." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Ignore world errors" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"If enabled, invalid world data won't cause the server to shut down.\n" -"Only enable this if you know what you are doing." -msgstr "" - #: src/settings_translation_file.cpp msgid "Liquid loop max" msgstr "" -#: src/settings_translation_file.cpp -msgid "Max liquids processed per step." -msgstr "" - #: src/settings_translation_file.cpp msgid "Liquid queue purge time" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"The time (in seconds) that the liquids queue may grow beyond processing\n" -"capacity until an attempt is made to decrease its size by dumping old queue\n" -"items. A value of 0 disables the functionality." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Liquid update tick" +msgid "Liquid sink" msgstr "" #: src/settings_translation_file.cpp @@ -3069,31 +2639,72 @@ msgid "Liquid update interval in seconds." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen name" +msgid "Liquid update tick" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Main menu game manager" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Main menu mod manager" +msgstr "Menú principal del gestor de mods" + +#: src/settings_translation_file.cpp +msgid "Main menu script" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Name of map generator to be used when creating a new world.\n" -"Creating a world in the main menu will override this." +"Make fog and sky colors depend on daytime (dawn/sunset) and view direction." msgstr "" #: src/settings_translation_file.cpp -msgid "Water level" +msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" #: src/settings_translation_file.cpp -msgid "Water surface level of the world." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Max block generate distance" +msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"From how far blocks are generated for clients, stated in mapblocks (16 " -"nodes)." +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen v6.\n" +"When snowbiomes are enabled jungles are enabled and the jungles flag is " +"ignored.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen v7.\n" +"'ridges' are the rivers.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -3101,36 +2712,32 @@ msgid "Map generation limit" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Where the map generator stops.\n" -"Please note:\n" -"- Limited to 31000 (setting above has no effect)\n" -"- The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).\n" -"- Those groups have an offset of -32, -32 nodes from the origin.\n" -"- Only groups which are within the map_generation_limit are generated" +msgid "Map save interval" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen flags" +msgid "Mapblock limit" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Global map generation attributes.\n" -"Flags that are not specified in the flag string are not modified from the " -"default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +msgid "Mapblock unload timeout" msgstr "" #: src/settings_translation_file.cpp -msgid "Chunk size" +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Generador de mapes" + +#: src/settings_translation_file.cpp +msgid "Mapgen biome heat noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Size of chunks to be generated at once by mapgen, stated in mapblocks (16 " -"nodes)." +msgid "Mapgen biome humidity blend noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen biome humidity noise parameters" msgstr "" #: src/settings_translation_file.cpp @@ -3138,11 +2745,304 @@ msgid "Mapgen debug" msgstr "" #: src/settings_translation_file.cpp -msgid "Dump the mapgen debug infos." +msgid "Mapgen flags" msgstr "" #: src/settings_translation_file.cpp -msgid "Absolute limit of emerge queues" +#, fuzzy +msgid "Mapgen flat" +msgstr "Generador de mapes" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal fractal" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal iterations" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal julia w" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal julia x" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal julia y" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal julia z" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal offset" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal scale" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal seabed noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen heat blend noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen name" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v5" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v5 cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v5 cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v5 factor noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v5 filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v5 height noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 apple trees noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 beach frequency" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 beach noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 biome noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 cave noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 desert frequency" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 height select noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 humidity noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 mud noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 steepness noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 terrain altitude noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 terrain base noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v6 trees noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 height select noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 mount height noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 mountain noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 ridge noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 ridge water noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 terrain altitude noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 terrain base noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen v7 terrain persistation noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Max block generate distance" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Max block send distance" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Max liquids processed per step." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Max. clearobjects extra blocks" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Max. packets per iteration" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum FPS" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum FPS when game is paused." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum forceloaded blocks" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum hotbar width" msgstr "" #: src/settings_translation_file.cpp @@ -3150,7 +3050,9 @@ msgid "Maximum number of blocks that can be queued for loading." msgstr "" #: src/settings_translation_file.cpp -msgid "Limit of emerge queues on disk" +msgid "" +"Maximum number of blocks to be queued that are to be generated.\n" +"Set to blank for an appropriate amount to be chosen automatically." msgstr "" #: src/settings_translation_file.cpp @@ -3160,13 +3062,198 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Limit of emerge queues to generate" +msgid "Maximum number of forceloaded mapblocks." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Maximum number of blocks to be queued that are to be generated.\n" -"Set to blank for an appropriate amount to be chosen automatically." +"Maximum number of mapblocks for client to be kept in memory.\n" +"Set to -1 for unlimited amount." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Maximum number of packets sent per send step, if you have a slow connection\n" +"try reducing it, but don't reduce it to a number below double of targeted\n" +"client number." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum number of players that can connect simultaneously." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum number of statically stored objects in a block." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Maximum proportion of current window to be used for hotbar.\n" +"Useful if there's something to be displayed right or left of hotbar." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum simultaneously blocks send per client" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum simultaneously bocks send total" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum time in ms a file download (e.g. a mod download) may take." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maximum users" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Maxmimum objects per block" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Menus" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mesh cache" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Message of the day" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Message of the day displayed to players connecting." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Minimap" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Minimap key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Minimap scan height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Minimum texture size for filters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mipmapping" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mod profiling" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Modstore details URL" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Modstore download URL" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Modstore mods list URL" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Monospace font path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Monospace font size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mouse sensitivity" +msgstr "Sensibilitat del ratolí" + +#: src/settings_translation_file.cpp +msgid "Mouse sensitivity multiplier." +msgstr "Multiplicador de sensibilitat del ratolí." + +#: src/settings_translation_file.cpp +msgid "" +"Multiplier for fall bobbing.\n" +"For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Multiplier for view bobbing.\n" +"For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Name of map generator to be used when creating a new world.\n" +"Creating a world in the main menu will override this." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Name of the player.\n" +"When running a server, clients connecting with this name are admins.\n" +"When starting from the main menu, this is overridden." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Name of the server, to be displayed when players join and in the serverlist." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Network" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Network port to listen (UDP).\n" +"This value will be overridden when starting from the main menu." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "New users need to input this password." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Noclip" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Noclip key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Node highlighting" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Noise parameters for biome API temperature, humidity and biome blend." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Normalmaps sampling" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Normalmaps strength" msgstr "" #: src/settings_translation_file.cpp @@ -3183,359 +3270,68 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen biome heat noise parameters" +msgid "" +"Number of extra blocks that can be loaded by /clearobjects at once.\n" +"This is a trade-off between sqlite transaction overhead and\n" +"memory consumption (4096=100MB, as a rule of thumb)." msgstr "" #: src/settings_translation_file.cpp -msgid "Noise parameters for biome API temperature, humidity and biome blend." +msgid "Number of parallax occlusion iterations." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen heat blend noise parameters" +msgid "Overall bias of parallax occlusion effect, usually scale/2." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen biome humidity noise parameters" +msgid "Overall scale of parallax occlusion effect." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen biome humidity blend noise parameters" +msgid "Parallax occlusion" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v5" +msgid "Parallax occlusion Scale" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v5 filler depth noise parameters" +msgid "Parallax occlusion bias" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v5 factor noise parameters" +msgid "Parallax occlusion iterations" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v5 height noise parameters" +msgid "Parallax occlusion mode" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v5 cave1 noise parameters" +msgid "Parallax occlusion strength" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v5 cave2 noise parameters" +msgid "Path to TrueTypeFont or bitmap." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v6" +msgid "Path to save screenshots at." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen v6 flags" +msgid "Path to texture directory. All textures are first searched from here." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Physics" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen v6.\n" -"When snowbiomes are enabled jungles are enabled and the jungles flag is " -"ignored.\n" -"Flags that are not specified in the flag string are not modified from the " -"default.\n" -"Flags starting with \"no\" are used to explicitly disable them." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 desert frequency" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Controls size of deserts and beaches in Mapgen v6.\n" -"When snowbiomes are enabled 'mgv6_freq_desert' is ignored." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 beach frequency" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 terrain base noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 terrain altitude noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 steepness noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 height select noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 mud noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 beach noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 biome noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 cave noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 humidity noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 trees noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v6 apple trees noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 flags" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Map generation attributes specific to Mapgen v7.\n" -"'ridges' are the rivers.\n" -"Flags that are not specified in the flag string are not modified from the " -"default.\n" -"Flags starting with \"no\" are used to explicitly disable them." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 terrain base noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 terrain altitude noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 terrain persistation noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 height select noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 filler depth noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 mount height noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 ridge water noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 mountain noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 ridge noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 cave1 noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen v7 cave2 noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" -"Flags that are not specified in the flag string are not modified from the " -"default.\n" -"Flags starting with \"no\" are used to explicitly disable them." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia x" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: X value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia y" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia z" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia w" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal seabed noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal filler depth noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal cave1 noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal cave2 noise parameters" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Security" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Enable mod security" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Prevent mods from doing insecure things like running shell commands." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Trusted mods" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Comma-separated list of trusted mods that are allowed to access insecure\n" -"functions even when mod security is on (via request_insecure_environment())." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Client and Server" +"Player is able to fly without being affected by gravity.\n" +"This requires the \"fly\" privilege on the server." msgstr "" #: src/settings_translation_file.cpp @@ -3543,14 +3339,181 @@ msgid "Player name" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Name of the player.\n" -"When running a server, clients connecting with this name are admins.\n" -"When starting from the main menu, this is overridden." +msgid "Player transfer distance" msgstr "" #: src/settings_translation_file.cpp -msgid "Language" +msgid "Player versus Player" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Port to connect to (UDP).\n" +"Note that the port field in the main menu overrides this setting." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Prevent mods from doing insecure things like running shell commands." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Profiler data print interval. 0 = disable. Useful for developers." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Profiler toggle key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Profiling print interval" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Radius of cloud area stated in number of 64 node cloud squares.\n" +"Values larger than 26 will start to produce sharp cutoffs at cloud area " +"corners." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Random input" +msgstr "Entrada aleatòria" + +#: src/settings_translation_file.cpp +msgid "Range select key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Remote media" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Remote port" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Replaces the default main menu with a custom one." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Right key" +msgstr "Tecla dreta" + +#: src/settings_translation_file.cpp +msgid "Rightclick repetition interval" +msgstr "Interval de repetició del click dret" + +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Rollback recording" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Round minimap" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Save the map received by the client on disk." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Saving map received from server" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Scale gui by a user specified value.\n" +"Use a nearest-neighbor-anti-alias filter to scale the GUI.\n" +"This will smooth over some of the rough edges, and blend\n" +"pixels when scaling down, at the cost of blurring some\n" +"edge pixels when images are scaled by non-integer sizes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Screen height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Screen width" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Screenshot" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Screenshot folder" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Security" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "See http://www.sqlite.org/pragma.html#pragma_synchronous" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Selection box border color (R,G,B)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Selection box color" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Selection box width" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Server / Singleplayer" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Server URL" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Server address" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Server description" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Server name" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Server port" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Serverlist URL" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Serverlist file" msgstr "" #: src/settings_translation_file.cpp @@ -3560,50 +3523,482 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Debug log level" +msgid "" +"Set to true enables waving leaves.\n" +"Requires shaders to be enabled." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Level of logging to be written to debug.txt:\n" -"- (no logging)\n" -"- none (messages with no level)\n" -"- error\n" -"- warning\n" -"- action\n" -"- info\n" -"- verbose" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "IPv6" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "IPv6 support." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "cURL timeout" +"Set to true enables waving plants.\n" +"Requires shaders to be enabled." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Default timeout for cURL, stated in milliseconds.\n" -"Only has an effect if compiled with cURL." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "cURL parallel limit" +"Set to true enables waving water.\n" +"Requires shaders to be enabled." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Limits number of parallel HTTP requests. Affects:\n" -"- Media fetch if server uses remote_media setting.\n" -"- Serverlist download and server announcement.\n" -"- Downloads performed by main menu (e.g. mod manager).\n" -"Only has an effect if compiled with cURL." +"Shaders allow advanced visul effects and may increase performance on some " +"video cards.\n" +"Thy only work with the OpenGL video backend." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Shape of the minimap. Enabled = round, disabled = square." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Show debug info" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Shutdown message" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Size of chunks to be generated at once by mapgen, stated in mapblocks (16 " +"nodes)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Smooth lighting" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Smooths camera when moving and looking around.\n" +"Useful for recording videos." +msgstr "" +"Suavitza la càmera quan estiga movent-se i mirant al seu voltant.\n" +"Útil per a la gravació de vídeos." + +#: src/settings_translation_file.cpp +msgid "Smooths rotation of camera in cinematic mode. 0 to disable." +msgstr "" +"Suavitza la rotació de la càmera en mode cinematogràfic. 0 per deshabilitar." + +#: src/settings_translation_file.cpp +msgid "Smooths rotation of camera. 0 to disable." +msgstr "Suavitza la rotació de la càmera. 0 per deshabilitar." + +#: src/settings_translation_file.cpp +msgid "Sneak key" +msgstr "Tecla sigil" + +#: src/settings_translation_file.cpp +msgid "Sound" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Specifies URL from which client fetches media instead of using UDP.\n" +"$filename should be accessible from $remote_media$filename via cURL\n" +"(obviously, remote_media should end with a slash).\n" +"Files that are not present will be fetched the usual way." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Static spawnpoint" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Strength of generated normalmaps." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Strength of parallax." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Strict protocol checking" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Synchronous SQLite" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The network interface that the server listens on." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The privileges that new users automatically get.\n" +"See /privs in game for a full list on your server and mod configuration." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The rendering back-end for Irrlicht." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The strength (darkness) of node ambient-occlusion shading.\n" +"Lower is darker, Higher is lighter. The valid range of values for this\n" +"setting is 0.25 to 4.0 inclusive. If the value is out of range it will be\n" +"set to the nearest valid value." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The time (in seconds) that the liquids queue may grow beyond processing\n" +"capacity until an attempt is made to decrease its size by dumping old queue\n" +"items. A value of 0 disables the functionality." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The time in seconds it takes between repeated right clicks when holding the " +"right mouse button." +msgstr "" +"El temps en segons que es pren entre la repetició de clicks drets quan " +"s'està mantenint el botó dret del ratolí." + +#: src/settings_translation_file.cpp +msgid "This font will be used for certain languages." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Time in seconds for item entity (dropped items) to live.\n" +"Setting it to -1 disables the feature." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Time send interval" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Time speed" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Timeout for client to remove unused map data from memory." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"To reduce lag, block transfers are slowed down when a player is building " +"something.\n" +"This determines how long they are slowed down after placing or removing a " +"node." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Toggle camera mode key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Tone Mapping" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Tooltip delay" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Trilinear filtering" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"True = 256\n" +"False = 128\n" +"Useable to make minimap smoother on slower machines." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Trusted mods" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "URL to the server list displayed in the Multiplayer Tab." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Unlimited player transfer distance" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Unload unused server data" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Use 3D cloud look instead of flat." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Use a cloud animation for the main menu background." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Use anisotropic filtering when viewing at textures from an angle." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Use bilinear filtering when scaling textures." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Use key" +msgstr "Utilitza la tecla" + +#: src/settings_translation_file.cpp +msgid "Use mip mapping to scale textures. May slightly increase performance." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Use trilinear filtering when scaling textures." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Useful for mod developers." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "V-Sync" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Vertical screen synchronization." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Video driver" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "View bobbing" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "View range decrease key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "View range increase key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Viewing range" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Volume" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Walking speed" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Water Features" +msgstr "Textures de objectes ..." + +#: src/settings_translation_file.cpp +msgid "Water level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Water surface level of the world." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving Nodes" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving leaves" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving plants" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving water" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving water height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving water length" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Waving water speed" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"When gui_scaling_filter is true, all GUI images need to be\n" +"filtered in software, but some images are generated directly\n" +"to hardware (e.g. render-to-texture for nodes in inventory)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"When gui_scaling_filter_txr2img is true, copy those images\n" +"from hardware to software for scaling. When false, fall back\n" +"to the old scaling method, for video drivers that don't\n" +"propery support downloading textures back from hardware." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"When using bilinear/trilinear/anisotropic filters, low-resolution textures\n" +"can be blurred, so automatically upscale them with nearest-neighbor\n" +"interpolation to preserve crisp pixels. This sets the minimum texture size\n" +"for the upscaled textures; higher values look sharper, but require more\n" +"memory. Powers of 2 are recommended. Setting this higher than 1 may not\n" +"have a visible effect unless bilinear/trilinear/anisotropic filtering is\n" +"enabled." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Where the map generator stops.\n" +"Please note:\n" +"- Limited to 31000 (setting above has no effect)\n" +"- The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).\n" +"- Those groups have an offset of -32, -32 nodes from the origin.\n" +"- Only groups which are within the map_generation_limit are generated" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Whether freetype fonts are used, requires freetype support to be compiled in." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Whether node texture animations should be desynchronized per mapblock." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Whether players are shown to clients without any range limit.\n" +"Deprecated, use the setting player_transfer_distance instead." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Whether to allow players to damage and kill each other." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Whether to ask clients to reconnect after a (Lua) crash.\n" +"Set this to true if your server is set up to restart automatically." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Whether to fog out the end of the visible area." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Whether to show the client debug info (has the same effect as hitting F5)." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Width of the selectionbox's lines around nodes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"World directory (everything in the world is stored here).\n" +"Not needed if starting from the main menu." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." msgstr "" #: src/settings_translation_file.cpp @@ -3611,41 +4006,9 @@ msgid "cURL file download timeout" msgstr "" #: src/settings_translation_file.cpp -msgid "Maximum time in ms a file download (e.g. a mod download) may take." +msgid "cURL parallel limit" msgstr "" #: src/settings_translation_file.cpp -msgid "High-precision FPU" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Main menu script" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Replaces the default main menu with a custom one." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Main menu game manager" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Main menu mod manager" -msgstr "Menú principal del gestor de mods" - -#: src/settings_translation_file.cpp -msgid "Modstore download URL" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Modstore mods list URL" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Modstore details URL" +msgid "cURL timeout" msgstr "" diff --git a/po/cs/minetest.po b/po/cs/minetest.po index e00ad59a1..af3b87e0e 100644 --- a/po/cs/minetest.po +++ b/po/cs/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-12-10 15:36+0000\n" "Last-Translator: Jakub Vaněk \n" -"Language-Team: Czech " -"\n" +"Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Podporujeme verze protokolů mezi $1 a $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Zrušit" @@ -115,8 +116,8 @@ msgstr "Skrýt obsahy balíčků" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Uložit" @@ -189,6 +190,7 @@ msgid "No of course not!" msgstr "Jistě že ne!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Ano" @@ -208,6 +210,94 @@ msgstr "Přijmout" msgid "Rename Modpack:" msgstr "Přejmenovat balíček modů:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" není platný příznak." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Nebyl zadán popis nastavení)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Procházet" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Zakázáno" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Upravit" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Povoleno" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "Formát jsou tři čísla uvnitř závorek oddělená čárkami." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Formát: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Hry" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mody" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "Lakunarita může být specifikována spolu s předcházející čárkou." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Prosím zadejte čárkami oddělený seznam vlajek." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Prosím zadejte platné celé číslo." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Zadejte prosím platné číslo." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Možné hodnoty jsou: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Obnovit výchozí" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Vyberte cestu" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Zobrazit technické názvy" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Hodnota musí být větší než $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Hodnota musí být nižší než $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -301,10 +391,6 @@ msgstr "Nainstalované mody:" msgid "Mod information:" msgstr "Informace o modu:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mody" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Popis modu není dostupný" @@ -417,92 +503,157 @@ msgid "Start Game" msgstr "Spustit hru" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" není platný příznak." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Nebyl zadán popis nastavení)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D mraky" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Procházet" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Nastavení" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Jste si jisti, že chcete resetovat místní svět?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bilineární filtrování" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bump mapování" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Změnit nastavení kláves" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Zakázáno" +#, fuzzy +msgid "Connected Glass" +msgstr "Propojené sklo" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Upravit" +#, fuzzy +msgid "Enable Particles" +msgstr "Povolit vše" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Povoleno" +msgid "Fancy Leaves" +msgstr "Vícevrstevné listí" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "Formát jsou tři čísla uvnitř závorek oddělená čárkami." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Generovat normálové mapy" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Formát: , , (, , ), , " -", " +msgid "Mipmap" +msgstr "Mipmapa" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Hry" +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmapa + Anizo. filtr" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "Lakunarita může být specifikována spolu s předcházející čárkou." +#, fuzzy +msgid "No Filter" +msgstr "Filtrování" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Prosím zadejte čárkami oddělený seznam vlajek." +msgid "No Mipmap" +msgstr "Žádné Mipmapy" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Prosím zadejte platné celé číslo." +msgid "No!!!" +msgstr "Ne!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Zadejte prosím platné číslo." +#, fuzzy +msgid "Node Highlighting" +msgstr "Zvýraznění označených bloků" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Žádný" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Možné hodnoty jsou: " +msgid "Opaque Leaves" +msgstr "Neprůhledné listí" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Obnovit výchozí" +msgid "Opaque Water" +msgstr "Neprůhledná voda" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Vyberte cestu" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Parallax Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Nastavení" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Zobrazit technické názvy" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shadery" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Hodnota musí být větší než $1." +msgid "Simple Leaves" +msgstr "Jednoduché listí" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Hodnota musí být nižší než $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Plynulé osvětlení" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Texturování:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Pro povolení shaderů musíte používat OpenGL ovladač." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Dosah dotyku (px)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Trilineární filtrování" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Vlnění listů" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Vlnění rostlin" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Vlnění vody" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -528,10 +679,6 @@ msgstr "Místní hra" msgid "No information available" msgstr "Informace nejsou dostupné" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Žádný" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Vyberte balíček textur:" @@ -556,10 +703,6 @@ msgstr "Inicializuji bloky" msgid "Initializing nodes..." msgstr "Vytvářím bloky..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Textury věcí..." - #: src/client.cpp msgid "Loading textures..." msgstr "Načítám textury..." @@ -1157,6 +1300,15 @@ msgstr "X Tlačítko 2" msgid "Zoom" msgstr "Přiblížení" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1174,6 +1326,7 @@ msgid "3D mode" msgstr "Režim 3D zobrazení" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1181,7 +1334,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Podpora 3D zobrazení.\n" "V současné době podporovány:\n" @@ -1196,8 +1350,8 @@ msgid "" "A chosen map seed for a new map, leave empty for random.\n" "Will be overridden when creating a new world in the main menu." msgstr "" -"Zvolený seed pro novou mapu, nechte prázdné pro vygenerování náhodného seedu." -"\n" +"Zvolený seed pro novou mapu, nechte prázdné pro vygenerování náhodného " +"seedu.\n" "Toto bude přepsáno při vytváření nové mapy přes hlavní menu." #: src/settings_translation_file.cpp @@ -1252,6 +1406,10 @@ msgstr "" msgid "Advanced" msgstr "Pokročilé" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Vždy mít zapnuté létání a turbo" @@ -1260,6 +1418,10 @@ msgstr "Vždy mít zapnuté létání a turbo" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Anizotropní filtrování" @@ -1275,6 +1437,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Zeptat se na znovupřipojení po havárii" @@ -1287,6 +1453,11 @@ msgstr "Automaticky hlásit seznamu serverů." msgid "Backward key" msgstr "Vzad" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Výška vodních vln" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Základní" @@ -1307,10 +1478,6 @@ msgstr "Bitová hloubka (bity na pixel) v celoobrazovkovém režimu." msgid "Build inside player" msgstr "Stavění uvnitř hráče" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bump mapování" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1323,6 +1490,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "Klávesa pro přepínání aktualizace pohledu" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Klávesa chatu" @@ -1331,6 +1510,29 @@ msgstr "Klávesa chatu" msgid "Chat toggle key" msgstr "Klávesa zobrazení chatu" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1389,6 +1591,12 @@ msgstr "" "funkce ve chvílích, kdy je zapnuto zabezpečení modů (pomocí " "request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Příkazová klávesa" @@ -1445,10 +1653,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Zpráva o havárii" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1537,6 +1765,14 @@ msgstr "Prodleva před zobrazením bublinové nápovědy, uvádějte v milisekun msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "Rychlost slézání" @@ -1561,6 +1797,13 @@ msgstr "Detailní profilovací data modů. Užitečné pro vývojáře modů." msgid "Detailed mod profiling" msgstr "Detailní profilování modů" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Zakázat anticheat" @@ -1590,12 +1833,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Povolit balíček" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1609,10 +1849,6 @@ msgstr "Povolit zranění a úmrtí hráčů." msgid "Enable random user input (only used for testing)." msgstr "Povolit náhodný uživatelský vstup (pouze pro testování)." -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1650,6 +1886,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1662,6 +1902,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Povolit minimapu." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Povolit minimapu." @@ -1750,6 +1995,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1858,6 +2111,10 @@ msgstr "Filtr měřítka GUI txr2img" msgid "Gamma" msgstr "Gamma" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "Generovat normálové mapy" @@ -1865,10 +2122,11 @@ msgstr "Generovat normálové mapy" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1879,6 +2137,11 @@ msgstr "Grafika" msgid "Gravity" msgstr "Gravitace" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mody" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "Klávesa pro přepnutí HUD (Head-Up Display)" @@ -1891,6 +2154,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1904,7 +2171,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1929,6 +2196,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "IPv6" @@ -2021,6 +2292,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Klávesa inventáře" @@ -2039,47 +2314,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2093,7 +2357,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2107,7 +2371,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2304,6 +2568,14 @@ msgstr "" msgid "Language" msgstr "Jazyk" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2404,36 +2676,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2474,6 +2736,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Jméno generátoru mapy" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2494,6 +2761,55 @@ msgstr "Ladění generátoru mapy" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Jméno generátoru mapy" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2511,23 +2827,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2547,25 +2851,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2710,6 +3010,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2738,14 +3050,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2837,6 +3141,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2853,13 +3161,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "Mip-mapování" @@ -2936,10 +3237,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2960,6 +3257,10 @@ msgstr "Zvýraznění označených bloků" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3000,10 +3301,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Parallax Occlusion" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "Paralaxní okluze" @@ -3069,18 +3366,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Přednačíst inventářové textury" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3104,6 +3389,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "Náhodný vstup" @@ -3132,6 +3421,22 @@ msgstr "Klávesa doprava" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3249,10 +3554,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shadery" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3278,6 +3579,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Plynulé osvětlení" @@ -3332,15 +3637,34 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Cesta k texturám" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3412,6 +3736,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-mapování" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3480,17 +3809,33 @@ msgid "V-Sync" msgstr "Vertikální synchronizace" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "Ovladač grafiky" @@ -3499,6 +3844,12 @@ msgstr "Ovladač grafiky" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3508,24 +3859,29 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "Hlasitost" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Rychlost chůze" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Textury věcí..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3633,6 +3989,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3643,6 +4003,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3655,138 +4023,105 @@ msgstr "cURL limit paralelních stahování" msgid "cURL timeout" msgstr "cURL timeout" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Jste si jisti, že chcete resetovat místní svět?" +#~ msgid "\"" +#~ msgstr "\"" -#~ msgid "Fancy Leaves" -#~ msgstr "Vícevrstevné listí" +#~ msgid "If disabled " +#~ msgstr "Je-li zakázáno " -#~ msgid "Mipmap" -#~ msgstr "Mipmapa" +#~ msgid "If enabled, " +#~ msgstr "Je-li povoleno, " -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmapa + Anizo. filtr" +#~ msgid "Rendering:" +#~ msgstr "Renderování:" -#~ msgid "No Mipmap" -#~ msgstr "Žádné Mipmapy" - -#~ msgid "No!!!" -#~ msgstr "Ne!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Neprůhledné listí" - -#~ msgid "Opaque Water" -#~ msgstr "Neprůhledná voda" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Reset místního světa" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Měřítko aplikované na prvky menu: " - -#~ msgid "Simple Leaves" -#~ msgstr "Jednoduché listí" - -#~ msgid "Texturing:" -#~ msgstr "Texturování:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Pro povolení shaderů musíte používat OpenGL ovladač." - -#~ msgid "Touch free target" -#~ msgstr "Středový kurzor" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "Dosah dotyku (px)" - -#~ msgid " KB/s" -#~ msgstr " KB/s" - -#~ msgid " MB/s" -#~ msgstr " MB/s" - -#~ msgid "Downloading" -#~ msgstr "Stahuji" - -#~ msgid "Game Name" -#~ msgstr "Název hry" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Nepovedlo se zkopírovat mod \"$1\" do hry \"$2\"" - -#~ msgid "GAMES" -#~ msgstr "HRY" - -#~ msgid "Mods:" -#~ msgstr "Mody:" - -#~ msgid "new game" -#~ msgstr "nová hra" - -#~ msgid "EDIT GAME" -#~ msgstr "UPRAVIT HRU" - -#~ msgid "Remove selected mod" -#~ msgstr "Odstranit vybraný mod" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Přidat mod" - -#~ msgid "CLIENT" -#~ msgstr "KLIENT" - -#~ msgid "Favorites:" -#~ msgstr "Oblíbené:" - -#~ msgid "START SERVER" -#~ msgstr "MÍSTNÍ SERVER" - -#~ msgid "Name" -#~ msgstr "Jméno" - -#~ msgid "Password" -#~ msgstr "Heslo" - -#~ msgid "SETTINGS" -#~ msgstr "NASTAVENÍ" - -#~ msgid "Preload item visuals" -#~ msgstr "Přednačíst textury předmětů" - -#~ msgid "Finite Liquid" -#~ msgstr "Konečná voda" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "HRA JEDNOHO HRÁČE" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "BALÍČKY TEXTUR" - -#~ msgid "MODS" -#~ msgstr "MODY" - -#~ msgid "Add mod:" -#~ msgstr "Přidat mod:" - -#~ msgid "Local install" -#~ msgstr "Místní instalace" +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Aby se změna ovladače projevila, restartujte Minetest" #~ msgid "Left click: Move all items, Right click: Move single item" #~ msgstr "" #~ "Levý klik: Přesunout všechny předměty, Pravý klik: Přesunout jeden předmět" -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Aby se změna ovladače projevila, restartujte Minetest" +#~ msgid "Local install" +#~ msgstr "Místní instalace" -#~ msgid "Rendering:" -#~ msgstr "Renderování:" +#~ msgid "Add mod:" +#~ msgstr "Přidat mod:" -#~ msgid "If enabled, " -#~ msgstr "Je-li povoleno, " +#~ msgid "MODS" +#~ msgstr "MODY" -#~ msgid "If disabled " -#~ msgstr "Je-li zakázáno " +#~ msgid "TEXTURE PACKS" +#~ msgstr "BALÍČKY TEXTUR" -#~ msgid "\"" -#~ msgstr "\"" +#~ msgid "SINGLE PLAYER" +#~ msgstr "HRA JEDNOHO HRÁČE" + +#~ msgid "Finite Liquid" +#~ msgstr "Konečná voda" + +#~ msgid "Preload item visuals" +#~ msgstr "Přednačíst textury předmětů" + +#~ msgid "SETTINGS" +#~ msgstr "NASTAVENÍ" + +#~ msgid "Password" +#~ msgstr "Heslo" + +#~ msgid "Name" +#~ msgstr "Jméno" + +#~ msgid "START SERVER" +#~ msgstr "MÍSTNÍ SERVER" + +#~ msgid "Favorites:" +#~ msgstr "Oblíbené:" + +#~ msgid "CLIENT" +#~ msgstr "KLIENT" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Přidat mod" + +#~ msgid "Remove selected mod" +#~ msgstr "Odstranit vybraný mod" + +#~ msgid "EDIT GAME" +#~ msgstr "UPRAVIT HRU" + +#~ msgid "new game" +#~ msgstr "nová hra" + +#~ msgid "Mods:" +#~ msgstr "Mody:" + +#~ msgid "GAMES" +#~ msgstr "HRY" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Nepovedlo se zkopírovat mod \"$1\" do hry \"$2\"" + +#~ msgid "Game Name" +#~ msgstr "Název hry" + +#~ msgid "Downloading" +#~ msgstr "Stahuji" + +#~ msgid " MB/s" +#~ msgstr " MB/s" + +#~ msgid " KB/s" +#~ msgstr " KB/s" + +#~ msgid "Touch free target" +#~ msgstr "Středový kurzor" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Měřítko aplikované na prvky menu: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Reset místního světa" + +#~ msgid "Preload inventory textures" +#~ msgstr "Přednačíst inventářové textury" diff --git a/po/da/minetest.po b/po/da/minetest.po index ed3b0d66f..9dddf07c4 100644 --- a/po/da/minetest.po +++ b/po/da/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-13 09:23+0000\n" "Last-Translator: Peter Mikkelsen \n" -"Language-Team: Danish " -"\n" +"Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Vi understøtter protokol versioner mellem $1 og $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Anuller" @@ -115,8 +116,8 @@ msgstr "Skjul mp indhold" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Gem" @@ -189,6 +190,7 @@ msgid "No of course not!" msgstr "Nej selvfølgelig ikke!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Ja" @@ -208,6 +210,92 @@ msgstr "Accepter" msgid "Rename Modpack:" msgstr "Omdøb Modpack:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" er ikke en gyldig indstilling." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Der er ikke nogen beskrivelse af denne indstilling)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Deaktiveret" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Rediger" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "aktiveret" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "Formatet er 3 tal, adskilt af kommaer, og omgivet af parenteser." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Spil" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Indtast venligst en liste af indstillinger som er adskilt med kommaer." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Indtast venligst et gyldigt heltal." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Indtast venligt et gyldigt nummer." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Mulige værdier er: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Gendan standard" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Vælg sti" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Vis tekniske navne" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Værdien skal være større end $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Værdien skal være mindre end $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -301,10 +389,6 @@ msgstr "Installerede mods:" msgid "Mod information:" msgstr "Information om mod:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Der er ikke nogen beskrivelse af tilgængelig af det valgte mod" @@ -417,90 +501,165 @@ msgid "Start Game" msgstr "Start spil / Forbind" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" er ikke en gyldig indstilling." - -#: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Der er ikke nogen beskrivelse af denne indstilling)" - -#: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "2x" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "3D Clouds" +msgstr "3D skyer" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Indstillinger" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Enligspiller" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bi-lineær filtréring" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Mip-mapping" + #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Skift bindinger" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Deaktiveret" +#, fuzzy +msgid "Connected Glass" +msgstr "Forbind" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Rediger" +#, fuzzy +msgid "Enable Particles" +msgstr "Aktivér alle" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "aktiveret" +#, fuzzy +msgid "Fancy Leaves" +msgstr "Opakt (uigennemsigtigt) vand" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "Formatet er 3 tal, adskilt af kommaer, og omgivet af parenteser." - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Spil" +#, fuzzy +msgid "Mipmap" +msgstr "Mip-mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Indtast venligst en liste af indstillinger som er adskilt med kommaer." +#, fuzzy +msgid "No Filter" +msgstr "Anisotropisk filtréring" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Indtast venligst et gyldigt heltal." +#, fuzzy +msgid "No Mipmap" +msgstr "Mip-mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Indtast venligt et gyldigt nummer." +msgid "No!!!" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Mulige værdier er: " +#, fuzzy +msgid "Node Highlighting" +msgstr "Glat belysning" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +#, fuzzy +msgid "None" +msgstr "Ingen" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Gendan standard" +#, fuzzy +msgid "Opaque Leaves" +msgstr "Opakt (uigennemsigtigt) vand" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Vælg sti" +#, fuzzy +msgid "Opaque Water" +msgstr "Opakt (uigennemsigtigt) vand" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Indstillinger" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Vis tekniske navne" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shadere" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Værdien skal være større end $1." +#, fuzzy +msgid "Simple Leaves" +msgstr "Opakt (uigennemsigtigt) vand" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Værdien skal være mindre end $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Glat belysning" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Tri-lineær filtréring" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "\"Smarte\" træer" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "\"Smarte\" træer" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "\"Smarte\" træer" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -527,17 +686,10 @@ msgid "No information available" msgstr "Der er ikke nogen information tilgængelig" #: builtin/mainmenu/tab_texturepacks.lua -#, fuzzy -msgid "None" -msgstr "Ingen" - -#: builtin/mainmenu/tab_texturepacks.lua -#, fuzzy msgid "Select texture pack:" msgstr "" #: builtin/mainmenu/tab_texturepacks.lua -#, fuzzy msgid "Texturepacks" msgstr "" @@ -557,10 +709,6 @@ msgstr "Initialiserer noder" msgid "Initializing nodes..." msgstr "Initialiserer noder..." -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Loading textures..." msgstr "" @@ -587,7 +735,8 @@ msgstr "Hovedmenu" #: src/client/clientlauncher.cpp msgid "No world selected and no address provided. Nothing to do." -msgstr "Ingen verden valgt og ingen adresse angivet. Der er ikke noget at gøre." +msgstr "" +"Ingen verden valgt og ingen adresse angivet. Der er ikke noget at gøre." #: src/client/clientlauncher.cpp msgid "Player name too long." @@ -1140,6 +1289,15 @@ msgstr "X knap 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1163,7 +1321,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1219,6 +1378,10 @@ msgstr "" msgid "Advanced" msgstr "Avanceret" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1227,6 +1390,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1243,6 +1410,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1256,6 +1427,10 @@ msgstr "" msgid "Backward key" msgstr "Baglæns" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1278,11 +1453,6 @@ msgstr "" msgid "Build inside player" msgstr "Flerspiller" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Mip-mapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1295,6 +1465,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1305,6 +1487,29 @@ msgstr "Skift bindinger" msgid "Chat toggle key" msgstr "Skift bindinger" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1362,6 +1567,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1421,10 +1632,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1513,6 +1744,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1535,6 +1774,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1571,12 +1817,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Aktivér MP" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1590,10 +1833,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1624,6 +1863,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1636,6 +1879,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Aktivér skade" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1723,6 +1971,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1833,6 +2089,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1840,10 +2100,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1854,6 +2115,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1866,6 +2132,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1879,7 +2149,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1904,6 +2174,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1997,6 +2271,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2016,47 +2294,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2071,7 +2338,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2085,7 +2352,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2282,6 +2549,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2385,36 +2660,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2455,6 +2720,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2475,6 +2745,55 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2492,23 +2811,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2528,25 +2835,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2691,6 +2994,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2719,14 +3034,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2819,6 +3126,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2835,13 +3146,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2919,10 +3223,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2943,6 +3243,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2983,10 +3287,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3051,18 +3351,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3086,6 +3374,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3116,6 +3408,22 @@ msgstr "Højre Menu" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3235,10 +3543,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shadere" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3264,6 +3568,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3321,14 +3629,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3400,6 +3727,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3470,17 +3802,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3489,6 +3837,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3498,23 +3852,27 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" +msgid "Water Features" msgstr "" #: src/settings_translation_file.cpp @@ -3624,6 +3982,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3634,6 +3996,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3647,65 +4017,44 @@ msgid "cURL timeout" msgstr "" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Opakt (uigennemsigtigt) vand" +#~ msgid "If disabled " +#~ msgstr "Deaktivér alle" #, fuzzy -#~ msgid "Opaque Water" -#~ msgstr "Opakt (uigennemsigtigt) vand" +#~ msgid "If enabled, " +#~ msgstr "aktiveret" #, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Enligspiller" +#~ msgid "Game Name" +#~ msgstr "Spil" #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Ned" - -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "Venstre klik: flyt alle enheder. Højre klik: flyt en enkelt enhed" - -#~ msgid "is required by:" -#~ msgstr "er påkrævet af:" - -#~ msgid "Configuration saved. " -#~ msgstr "Konfiguration gemt. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Advarsel: konfigurationen er ikke sammenhængende. " - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Kan ikke skabe verden: navnet indeholder ugyldige bogstaver" - -#~ msgid "Show Public" -#~ msgstr "Vis offentlig" - -#~ msgid "Show Favorites" +#~ msgid "Favorites:" #~ msgstr "Vis favoritter" -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Lad adresse-feltet være tomt for at starte en lokal server." +#, fuzzy +#~ msgid "Password" +#~ msgstr "Gammelt kodeord" -#~ msgid "Create world" -#~ msgstr "Skab verden" +#~ msgid "Preload item visuals" +#~ msgstr "For-indlæs elementernes grafik" -#~ msgid "Address required." -#~ msgstr "Adresse påkrævet." +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " +#~ msgstr "" +#~ "Advarsel: nogle modifikationer er endnu ikke konfigureret.\n" +#~ "De vil blive aktiveret som standard når du gemmer konfigurationen. " -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Kan ikke slette verden: ingenting valgt" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Advarsel: nogle konfigurerede modifikationer mangler.\n" +#~ "Deres indstillinger vil blive fjernet når du gemmer konfigurationen. " -#~ msgid "Files to be deleted" -#~ msgstr "Filer som slettes" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Kan ikke skabe verden: ingen spil fundet" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Kan ikke konfigurere verden: ingenting valgt" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Mislykkedes i at slette alle verdenens filer" +#~ msgid "Delete map" +#~ msgstr "Slet mappen" #~ msgid "" #~ "Default Controls:\n" @@ -3732,42 +4081,51 @@ msgstr "" #~ "- ESC: denne menu\n" #~ "- T: snak\n" -#~ msgid "Delete map" -#~ msgstr "Slet mappen" +#~ msgid "Failed to delete all world files" +#~ msgstr "Mislykkedes i at slette alle verdenens filer" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "Advarsel: nogle konfigurerede modifikationer mangler.\n" -#~ "Deres indstillinger vil blive fjernet når du gemmer konfigurationen. " +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Kan ikke konfigurere verden: ingenting valgt" -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Advarsel: nogle modifikationer er endnu ikke konfigureret.\n" -#~ "De vil blive aktiveret som standard når du gemmer konfigurationen. " +#~ msgid "Cannot create world: No games found" +#~ msgstr "Kan ikke skabe verden: ingen spil fundet" -#~ msgid "Preload item visuals" -#~ msgstr "For-indlæs elementernes grafik" +#~ msgid "Files to be deleted" +#~ msgstr "Filer som slettes" -#, fuzzy -#~ msgid "Password" -#~ msgstr "Gammelt kodeord" +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Kan ikke slette verden: ingenting valgt" -#, fuzzy -#~ msgid "Favorites:" +#~ msgid "Address required." +#~ msgstr "Adresse påkrævet." + +#~ msgid "Create world" +#~ msgstr "Skab verden" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Lad adresse-feltet være tomt for at starte en lokal server." + +#~ msgid "Show Favorites" #~ msgstr "Vis favoritter" -#, fuzzy -#~ msgid "Game Name" -#~ msgstr "Spil" +#~ msgid "Show Public" +#~ msgstr "Vis offentlig" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Kan ikke skabe verden: navnet indeholder ugyldige bogstaver" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Advarsel: konfigurationen er ikke sammenhængende. " + +#~ msgid "Configuration saved. " +#~ msgstr "Konfiguration gemt. " + +#~ msgid "is required by:" +#~ msgstr "er påkrævet af:" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "Venstre klik: flyt alle enheder. Højre klik: flyt en enkelt enhed" #, fuzzy -#~ msgid "If enabled, " -#~ msgstr "aktiveret" - -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Deaktivér alle" +#~ msgid "Downloading" +#~ msgstr "Ned" diff --git a/po/de/minetest.po b/po/de/minetest.po index e7ff472ea..d4952c274 100644 --- a/po/de/minetest.po +++ b/po/de/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-11-12 18:10+0000\n" "Last-Translator: Wuzzy \n" -"Language-Team: German " -"\n" +"Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Wir unterstützen Protokollversionen zwischen $1 und $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Abbrechen" @@ -115,8 +116,8 @@ msgstr "Modpacks verstecken" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Speichern" @@ -191,6 +192,7 @@ msgid "No of course not!" msgstr "Nein, natürlich nicht!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Ja" @@ -210,6 +212,101 @@ msgstr "Annehmen" msgid "Rename Modpack:" msgstr "Modpack umbenennen:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "„$1“ ist kein gültiger Bitschalter." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Keine Beschreibung vorhanden)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Durchsuchen" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Deaktiviert" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Ändern" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Aktiviert" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" +"Das Format besteht aus 3 mit Komma getrennten Zahlen, die sich\n" +"in Klammern befinden." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Format: , , (, , " +"), ,\n" +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Spiele" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" +"Optional kann die Lacunarity, mit einem weiteren Komma abgetrennt, angehängt " +"werden." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" +"Bitte geben Sie eine mit Kommata getrennte Liste von\n" +"Bitschaltern an." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Bitte geben Sie eine gültige ganze Zahl ein." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Bitte geben Sie eine gültige Zahl ein." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Mögliche Werte sind: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Standardwert" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Pfad auswählen" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Technische Namen zeigen" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Der Wert muss größer als $1 sein." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Der Wert muss kleiner als $1 sein." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -304,10 +401,6 @@ msgstr "Installierte Mods:" msgid "Mod information:" msgstr "Modinformation:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Keine Modbeschreibung verfügbar" @@ -420,99 +513,157 @@ msgid "Start Game" msgstr "Spiel starten" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "„$1“ ist kein gültiger Bitschalter." +msgid "2x" +msgstr "2x" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Keine Beschreibung vorhanden)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D-Wolken" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Durchsuchen" +msgid "4x" +msgstr "4x" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "8x" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Einstellungen" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "Kantenglättung:" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Sind Sie sicher, dass Sie die Einzelspielerwelt löschen wollen?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bilinearer Filter" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bumpmapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Tasten ändern" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Deaktiviert" +#, fuzzy +msgid "Connected Glass" +msgstr "Verbundenes Glas" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Ändern" +#, fuzzy +msgid "Enable Particles" +msgstr "Alle an" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Aktiviert" +msgid "Fancy Leaves" +msgstr "Schöne Blätter" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" -"Das Format besteht aus 3 mit Komma getrennten Zahlen, die sich\n" -"in Klammern befinden." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Normalmaps generieren" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Format: , , (, , " -"), ,\n" -", " +msgid "Mipmap" +msgstr "Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Spiele" +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmap u. Aniso. Filter" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" -"Optional kann die Lacunarity, mit einem weiteren Komma abgetrennt, angehängt " -"werden." +#, fuzzy +msgid "No Filter" +msgstr "Filter" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" -"Bitte geben Sie eine mit Kommata getrennte Liste von\n" -"Bitschaltern an." +msgid "No Mipmap" +msgstr "Keine Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Bitte geben Sie eine gültige ganze Zahl ein." +msgid "No!!!" +msgstr "Nein!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Bitte geben Sie eine gültige Zahl ein." +#, fuzzy +msgid "Node Highlighting" +msgstr "Blöcke hervorheben" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Keines" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Mögliche Werte sind: " +msgid "Opaque Leaves" +msgstr "Undurchs. Blätter" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Standardwert" +msgid "Opaque Water" +msgstr "Undurchs. Wasser" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Pfad auswählen" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Parallax-Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Einstellungen" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Technische Namen zeigen" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shader" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Der Wert muss größer als $1 sein." +msgid "Simple Leaves" +msgstr "Einfache Blätter" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Der Wert muss kleiner als $1 sein." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Geglättetes Licht" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Texturierung:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Um Shader zu benutzen, muss der OpenGL-Treiber benutzt werden." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Berührungsempfindlichkeit (px)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Trilinearer Filter" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Wehende Blätter" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Wehende Pflanzen" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Wasserwellen" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -538,10 +689,6 @@ msgstr "Einzelspieler" msgid "No information available" msgstr "Keine Informationen vorhanden" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Keines" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Texturenpaket auswählen:" @@ -566,10 +713,6 @@ msgstr "Initialisiere Blöcke" msgid "Initializing nodes..." msgstr "Initialisiere Blöcke..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Inventarbilder ..." - #: src/client.cpp msgid "Loading textures..." msgstr "Lade Texturen..." @@ -1166,6 +1309,15 @@ msgstr "X-Knopf 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1183,6 +1335,7 @@ msgid "3D mode" msgstr "3D-Modus" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1190,7 +1343,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "3D-Unterstützung.\n" "Aktuell verfügbar:\n" @@ -1265,6 +1419,10 @@ msgstr "" msgid "Advanced" msgstr "Erweitert" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Immer schnell fliegen" @@ -1273,6 +1431,10 @@ msgstr "Immer schnell fliegen" msgid "Ambient occlusion gamma" msgstr "Umgebungsverdeckungs-Gamma" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Anisotroper Filter" @@ -1291,6 +1453,11 @@ msgstr "" "Wenn ein IPv6-Server angemeldet werden soll, muss serverlist_url auf\n" "v6.servers.minetest.net gesetzt werden." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "Julia-Menge: Approximative (X,Y,Z)-Skalierungen in Nodes." + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Zum Neuverbinden nach Absturz auffordern" @@ -1303,6 +1470,11 @@ msgstr "Automatisch bei der Serverliste melden." msgid "Backward key" msgstr "Rückwärtstaste" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Wasserwellenhöhe" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Grundlegend" @@ -1323,10 +1495,6 @@ msgstr "Bits pro Pixel (Farbtiefe) im Vollbildmodus." msgid "Build inside player" msgstr "Innerhalb des Spielers bauen" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bumpmapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Kameraglättung" @@ -1339,6 +1507,18 @@ msgstr "Kameraglättung im Filmmodus" msgid "Camera update toggle key" msgstr "Taste zum Umschalten der Kameraaktualisierung" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Chattaste" @@ -1347,6 +1527,29 @@ msgstr "Chattaste" msgid "Chat toggle key" msgstr "Taste zum Umschalten des Chatprotokolls" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Chunk-Größe" @@ -1406,6 +1609,12 @@ msgstr "" "eingeschaltet ist\n" "(mit request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Befehlstaste" @@ -1465,10 +1674,30 @@ msgstr "" "Kartengenerator v6. Wenn Schneebiome aktiviert sind, wird\n" "diese Einstellung ignoriert." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Absturzmeldung" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Fadenkreuzundurchsichtigkeit" @@ -1564,6 +1793,14 @@ msgstr "Verzögerung beim Zeigen von Tooltipps, in Millisekunden." msgid "Deprecated Lua API handling" msgstr "Veraltete Lua-API-Handhabung" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "Abstiegsgeschwindigkeit" @@ -1588,6 +1825,13 @@ msgstr "Detaillierte Mod-Profildaten. Nützlich für Mod-Entwickler." msgid "Detailed mod profiling" msgstr "Detailliertes Mod-Profiling" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Anti-Cheat deaktivieren" @@ -1617,16 +1861,9 @@ msgid "Dump the mapgen debug infos." msgstr "Die Kartengenerator-Debuginformationen auf Konsole ausgeben." #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"Eine etwas niedrigere Wasseroberfläche aktivieren, damit der Node\n" -"nicht vollständig „gefüllt“ wird. Beachten Sie, dass dies nicht wirklich\n" -"optimiert wurde, und dass weiches Licht auf der Wasseroberfläche\n" -"nicht mit dieser Einstellung funktioniert." +#, fuzzy +msgid "Enable VBO" +msgstr "MP aktivieren" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1640,10 +1877,6 @@ msgstr "Spielerschaden und -tod aktivieren." msgid "Enable random user input (only used for testing)." msgstr "Schaltet zufällige Steuerung ein (nur zum Testen verwendet)." -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "Blöcke bei Auswahl aufleuchten lassen (Deaktiviert die Auswahlbox)." - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1690,6 +1923,10 @@ msgstr "" "abhängig von der Systemkonfiguration, auf IPv6-Klienten eingeschränkt sein.\n" "Wird ignoriert, wenn bind_address gesetzt ist." +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1709,6 +1946,11 @@ msgstr "" "Aktiviert das Zwischenspeichern von 3D-Modellen, die mittels facedir rotiert " "werden." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Aktiviert die Übersichtskarte." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Aktiviert die Übersichtskarte." @@ -1805,6 +2047,14 @@ msgstr "" "Datei in client/serverlist/, die Ihre Serverfavoriten aus dem " "Mehrspielermenü beinhaltet." +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1927,25 +2177,31 @@ msgstr "GUI-Skalierungsfilter txr2img" msgid "Gamma" msgstr "Gamma" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "Normalmaps generieren" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" -"Globale Kartengenerierungsattribute.\n" -"Bitschalter, welche nicht in der Bitschalterzeichenkette festgelegt sind, " -"werden\n" -"nicht von der Standardeinstellung abweichen.\n" -"Bitschalter, die mit „no“ beginnen, werden benutzt, um sie explizit zu " -"deaktivieren.\n" -"Die Bitschalter „trees“ und „flat“ haben nur mit mgv6 eine Wirkung." +"Kartengenerierungsattribute speziell für den Kartengenerator v6.\n" +"Falls Schneebiome aktiviert sind, werden Dschungel aktiviert und der\n" +"„jungles“-Bitschalter wird ignoriert.\n" +"Bitschalter, welche in der Bitschalterzeichenkette nicht angegeben sind,\n" +"werden von der Standardeinstellung unverändert gelassen.\n" +"Bitschalter, welche mit „no“ beginnen, werden benutzt, um sie explizit\n" +"zu deaktivieren." #: src/settings_translation_file.cpp msgid "Graphics" @@ -1955,6 +2211,11 @@ msgstr "Grafik" msgid "Gravity" msgstr "Gravitation" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "Taste zum Umschalten des HUD" @@ -1974,6 +2235,11 @@ msgstr "" "- error: Bei Verwendung eines veralteten Funktionsaufrufs abbrechen " "(empfohlen für Mod-Entwickler)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Height component of the initial window size." +msgstr "Anfängliche Fensterbreite." + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "Höhe, in der Wolken auftauchen." @@ -1987,8 +2253,8 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "Homepage des Servers. Wird in der Serverliste angezeigt." #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." -msgstr "Anfängliche Fensterbreite." +msgid "How deep to make rivers" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -2022,6 +2288,10 @@ msgstr "" "entladen werden. Ein höher Wert führt zu besserer Performanz, aber auch\n" "zur Benutzung von mehr Arbeitsspeicher." +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "IPv6" @@ -2048,8 +2318,8 @@ msgid "" "If disabled \"use\" key is used to fly fast if both fly and fast mode are " "enabled." msgstr "" -"Falls deaktiviert, wird die „Benutzen“-Taste benutzt, um schnell zu fliegen," -"\n" +"Falls deaktiviert, wird die „Benutzen“-Taste benutzt, um schnell zu " +"fliegen,\n" "wenn sowohl der Flug- als auch der Schnellmodus aktiviert ist." #: src/settings_translation_file.cpp @@ -2144,6 +2414,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "Zeitintervall, in dem die Tageszeit an Klienten gesendet wird." +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Inventartaste" @@ -2161,61 +2435,47 @@ msgid "Item entity TTL" msgstr "Item-Entity-TTL" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" -"Julia-Menge: (X,Y,Z)-Versatz vom Mittelpunkt der Welt.\n" -"Reichweite liegt grob von -2 bis 2, wird mit j_scale für Versätze in\n" -"Nodes multipliziert." - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." -msgstr "Julia-Menge: Approximative (X,Y,Z)-Skalierungen in Nodes." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" "Julia-Menge: Iterationen der rekursiven Funktion.\n" "Steuert die Skalierung mit einem sehr hohem Detailgrad." #: src/settings_translation_file.cpp msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" -"Julia-Menge: W-Koordinate des generierten 3D-Ausschnitts der 4D-Form.\n" -"Die Weite liegt grob zwischen -2 und 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: W value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" -"Julia-Menge: W-Wert, der die 4D-Form festlegt.\n" -"Weite liegt grob zwischen -2 und 2." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Julia-Menge: X-Wert, der die 4D-Form festlegt.\n" "Weite liegt grob zwischen -2 und 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: Y value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Julia-Menge: Y-Wert, der die 4D-Form festlegt.\n" "Weite liegt grob zwischen -2 und 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Julia-Menge: Z-Wert, der die 4D-Form festlegt.\n" @@ -2230,14 +2490,15 @@ msgid "Jumping speed" msgstr "Sprunggeschwindigkeit" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Taste zur Reduzierung der Sichtweite. Verändert die minimale Sichtweite.\n" +"Taste, um die unbegrenzte Sichtweite ein- oder auszuschalten.\n" "Siehe http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" +"html#a54da2a0e231901735e3da1b0edf72e" #: src/settings_translation_file.cpp msgid "" @@ -2250,14 +2511,15 @@ msgstr "" "html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Taste zur Erhöhung der Sichtweite. Verändert die minimale Sichtweite.\n" +"Taste, um die unbegrenzte Sichtweite ein- oder auszuschalten.\n" "Siehe http://irrlicht.sourceforge.net/docu/namespaceirr." -"html#a54da2a0e231901735e3da1b0edf72eb3" +"html#a54da2a0e231901735e3da1b0edf72e" #: src/settings_translation_file.cpp msgid "" @@ -2530,6 +2792,14 @@ msgstr "„Benutzen“-Taste zum Runterklettern" msgid "Language" msgstr "Sprache" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "Blätterstil" @@ -2657,51 +2927,41 @@ msgstr "" "DirectX mit LuaJIT zusammenarbeiten lassen. Deaktivieren Sie dies,\n" "falls es Probleme verursacht." -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" -"Mandelbrotmenge: (X,Y,Z)-Versatz vom Mittelpunkt der Welt.\n" -"Reichweite liegt grob von -2 bis 2, wird mit m_scale für\n" -"Versätze in Nodes multipliziert." - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "Mandelbrotmenge: Approximative (X,Y,Z)-Skalierungen in Nodes." - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" -"Mandelbrotmenge: Iterationen der rekursiven Funktion.\n" -"Steuert die Skalierung mit einem sehr hohem Detailgrad." - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" -"Madnelbrotmenge: W-Koordinate des generierten 3D-Ausschnitts der 4D-Form.\n" -"Die Weite liegt grob zwischen -2 und 2." - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "Weltordner" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" +"Globale Kartengenerierungsattribute.\n" +"Bitschalter, welche nicht in der Bitschalterzeichenkette festgelegt sind, " +"werden\n" +"nicht von der Standardeinstellung abweichen.\n" +"Bitschalter, die mit „no“ beginnen, werden benutzt, um sie explizit zu " +"deaktivieren.\n" +"Die Bitschalter „trees“ und „flat“ haben nur mit mgv6 eine Wirkung." + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." msgstr "" -"Kartengenerierungsattribute, die speziell für den Fraktale-\n" -"Kartenerzeuger sind.\n" -"„julia“ wählt für die Erzeugung eine Julia-Menge statt einer\n" -"Mandelbrotmenge aus.\n" +"Kartengenerierungsattribute speziell für Kartengenerator v7.\n" +"„ridges“ sind die Flüsse.\n" "Bitschalter, welche in der Bitschalterzeichenkette nicht angegeben sind,\n" "werden von der Standardeinstellung unverändert gelassen.\n" "Bitschalter, welche mit „no“ beginnen, werden benutzt, um sie explizit\n" @@ -2755,6 +3015,11 @@ msgstr "Kartenblock-Grenze" msgid "Mapblock unload timeout" msgstr "Timeout zum Entladen von Kartenblöcken" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Kartengeneratorname" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "Biomhitzen-Rauschparameter" @@ -2775,6 +3040,64 @@ msgstr "Kartengenerator-Debugging" msgid "Mapgen flags" msgstr "Kartenerzeuger-Bitschalter" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Kartenerzeuger-Bitschalter" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat cave1 noise parameters" +msgstr "cave1-Rauschparameter für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat cave2 noise parameters" +msgstr "cave2-Rauschparameter für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat filler depth noise parameters" +msgstr "Fülltiefenrauschparameter für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Bitschalter für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Kartenerzeuger-Bitschalter" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Julia-Iterationen für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Julia-Skalierung für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat large cave depth" +msgstr "Julia-Skalierung für Fraktale-Kartenerzeuger" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat terrain noise parameters" +msgstr "Basisgelände-Rauschparameter" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "Fraktale-Kartenerzeuger" @@ -2792,25 +3115,15 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "Fülltiefenrauschparameter für Fraktale-Kartenerzeuger" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +#, fuzzy +msgid "Mapgen fractal fractal" msgstr "Bitschalter für Fraktale-Kartenerzeuger" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" +#, fuzzy +msgid "Mapgen fractal iterations" msgstr "Julia-Iterationen für Fraktale-Kartenerzeuger" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "Julia-Versatz für Fraktale-Kartenerzeuger" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "Julia-Skalierung für Fraktale-Kartenerzeuger" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "w-Ausschnitt für Fraktale-Kartenerzeuger" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "w-Parameter für Fraktale-Kartenerzeuger" @@ -2828,25 +3141,24 @@ msgid "Mapgen fractal julia z" msgstr "z-Parameter für Fraktale-Kartenerzeuger" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "Mandelbrotiterationen für Fraktale-Kartenerzeuger" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Julia-Versatz für Fraktale-Kartenerzeuger" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "Mandelbrotversatz für Fraktale-Kartenerzeuger" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "Mandelbrotskalierung für Fraktale-Kartenerzeuger" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "Mandelbrot-w-Ausschnitt für Fraktale-Kartenerzeuger" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Julia-Skalierung für Fraktale-Kartenerzeuger" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "Meeresgrundrauschparameter für Fraktale-Kartenerzeuger" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "w-Ausschnitt für Fraktale-Kartenerzeuger" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "Hitzenübergangs-Rauschparameter" @@ -2991,6 +3303,18 @@ msgstr "Basisgelände-Rauschparameter" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "Geländepersistenz-Rauschparameter" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "Max. Distanz für Kartenblockerzeugung" @@ -3019,20 +3343,6 @@ msgstr "Maximale Bildwiederholrate" msgid "Maximum FPS when game is paused." msgstr "Maximale Bildwiederholrate, wenn das Spiel pausiert ist." -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" -"Höchstabstand über dem Meeresspiegel für den Spieler-\n" -"startpunkt. Größere Werte führen zu Startpunkten näher an\n" -"(x = 0, z = 0). Kleinere Werte können dazu führen, dass kein\n" -"brauchbarer Startpunkt gefunden wird, was wiederum zu einem\n" -"Startpunkt bei (0, 0, 0) führt, der möglicherweise im Untergrund\n" -"eingegraben ist." - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "Maximal zwangsgeladene Kartenblöcke" @@ -3072,8 +3382,8 @@ msgid "" "Maximum number of mapblocks for client to be kept in memory.\n" "Set to -1 for unlimited amount." msgstr "" -"Maximale Anzahl der Kartenblöcke, die der Client im Speicher vorhalten soll." -"\n" +"Maximale Anzahl der Kartenblöcke, die der Client im Speicher vorhalten " +"soll.\n" "Auf -1 setzen, um keine Obergrenze zu verwenden." #: src/settings_translation_file.cpp @@ -3148,6 +3458,10 @@ msgstr "" "soll.\n" "Auf Englisch bekannt als „message of the day“ oder „MOTD“." +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "Übersichtskarte" @@ -3164,17 +3478,6 @@ msgstr "Abtasthöhe der Übersichtskarte" msgid "Minimum texture size for filters" msgstr "Minimale Texturengröße für Filter" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" -"Minimal gewünschte Bildwiederholrate.\n" -"Die Anzahl der berechneten Dinge wird anhand dieses Werts dynamisch " -"angepasst; auch\n" -"die minimale und maximale Sichtweite werden angepasst." - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "Mip-Mapping" @@ -3270,10 +3573,6 @@ msgstr "" "Dieser Wert wird überschrieben, wenn vom Hauptmenü\n" "aus gestartet wird." -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "Wasser im neuen Stil" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "Neue Benutzer müssen dieses Passwort eingeben." @@ -3296,6 +3595,10 @@ msgstr "" "Rauschparameter für Temperatur-, Luftfeuchtigkeits- und Biomübergänge\n" "in der Biom-API." +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "Normalmaps-Sampling" @@ -3346,10 +3649,6 @@ msgstr "Startwert des Parallax-Occlusion-Effektes, üblicherweise Skalierung/2." msgid "Overall scale of parallax occlusion effect." msgstr "Gesamtskalierung des Parallax-Occlusion-Effektes." -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Parallax-Occlusion" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "Parallax-Occlusion" @@ -3420,24 +3719,6 @@ msgstr "" "Beachten Sie, dass das Port-Feld im Hauptmenü diese Einstellung\n" "überschreibt." -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" -"Alle Itembilder im Inventar vor dem Spielstart erzeugen.\n" -"Dies erhöht die Vorbereitungszeit, wird aber zu einem flüssigerem Spiel " -"führen.\n" -"Die erzeugten Texturen können Ihr VRAM leicht überlasten, was Artefakte im " -"Inventar\n" -"verursachen kann." - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Texturen vorgenerieren" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3467,6 +3748,10 @@ msgstr "" "Werte größer als 26 werden scharfe Schnittkanten an den Ecken des Wolken-\n" "bereichs erzeugen." +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "Zufällige Steuerung" @@ -3495,6 +3780,22 @@ msgstr "Rechtstaste" msgid "Rightclick repetition interval" msgstr "Rechtsklick-Wiederholungsrate" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "Rollback-Aufzeichnung" @@ -3626,10 +3927,6 @@ msgstr "" "Auf „wahr“ setzen, um Wasserwogen zu aktivieren.\n" "Dafür müssen Shader aktiviert sein." -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shader" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3661,6 +3958,10 @@ msgstr "" "Größe der Stücke, die gleichzeitig vom Kartengenerator erzeugt werden,\n" "in Kartenblöcken (16×16×16 Blöcke)." +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Geglättetes Licht" @@ -3724,21 +4025,35 @@ msgstr "Strikte Protokollversionsprüfung" msgid "Synchronous SQLite" msgstr "Synchrones SQLite" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Texturpfad" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" -"Die erlaubte Anpassungsreichweite für die automatische Render-" -"Reichweitenanpassung.\n" -"Setzen Sie den Wert auf den gleichen Wert wie die minimale Sichtweite, um " -"den automatischen\n" -"Anpassungsalgorithmus zu deaktivieren." #: src/settings_translation_file.cpp msgid "The network interface that the server listens on." @@ -3836,6 +4151,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Kameraauswahltaste" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "Tooltip-Verzögerung" @@ -3913,17 +4233,33 @@ msgid "V-Sync" msgstr "Vertikale Synchronisation" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." -msgstr "Anfängliche Fensterhöhe." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "Vertikale Bildschirmsynchronisation." -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "Vertikaler Startpunktbereich" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "Grafiktreiber" @@ -3932,6 +4268,12 @@ msgstr "Grafiktreiber" msgid "View bobbing" msgstr "Auf- und Abbewegung der Ansicht" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "Taste „Sichtweite reduzieren“" @@ -3941,24 +4283,33 @@ msgid "View range increase key" msgstr "Taste „Sichtweite erhöhen“" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" +#, fuzzy +msgid "Viewing range" msgstr "Maximale Sichtweite" -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" -msgstr "Minimale Sichtweite" - #: src/settings_translation_file.cpp msgid "Volume" msgstr "Tonlautstärke" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" +"Julia-Menge: W-Koordinate des generierten 3D-Ausschnitts der 4D-Form.\n" +"Die Weite liegt grob zwischen -2 und 2." + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Gehgeschwindigkeit" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "Gewünschte Bildwiederholrate" +#, fuzzy +msgid "Water Features" +msgstr "Meeresspiegel" #: src/settings_translation_file.cpp msgid "Water level" @@ -4104,6 +4455,11 @@ msgstr "" "Ob der Klienten Debug-Informationen zeigen soll (hat die selbe Wirkung\n" "wie das Drücken von F5)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Width component of the initial window size." +msgstr "Anfängliche Fensterbreite." + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "Breite der Linien der Auswahlbox um Blöcke." @@ -4116,6 +4472,14 @@ msgstr "" "Weltverzeichnis (alles in der Welt wird hier gespeichert).\n" "Nicht benötigt, wenn vom Hauptmenü aus gestartet wird." +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "cURL-Dateidownload-Zeitüberschreitung" @@ -4128,152 +4492,72 @@ msgstr "cURL-Parallel-Begrenzung" msgid "cURL timeout" msgstr "cURL-Zeitüberschreitung" -#~ msgid "2x" -#~ msgstr "2x" +#, fuzzy +#~ msgid "\"" +#~ msgstr "”" -#~ msgid "4x" -#~ msgstr "4x" +#~ msgid "Enable a bit lower water surface, so it doesn't " +#~ msgstr "Senkt ein bisschen den Wasserspiegel, so tut es nicht " -#~ msgid "8x" -#~ msgstr "8x" +#~ msgid "If disabled " +#~ msgstr "Wenn deaktiviert " -#~ msgid "Antialiasing:" -#~ msgstr "Kantenglättung:" +#~ msgid "If enabled, " +#~ msgstr "Wenn aktiviert, " -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Sind Sie sicher, dass Sie die Einzelspielerwelt löschen wollen?" +#~ msgid "Rendering:" +#~ msgstr "Rendering:" -#~ msgid "Fancy Leaves" -#~ msgstr "Schöne Blätter" +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Neustart nach Ändern des Treibers erforderlich" -#~ msgid "Mipmap" -#~ msgstr "Mipmap" +#~ msgid "Downloading" +#~ msgstr "Lade herunter" -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmap u. Aniso. Filter" +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "Linksklick: Alle Items bewegen, Rechtsklick: Einzelnes Item bewegen" -#~ msgid "No Mipmap" -#~ msgstr "Keine Mipmap" +#~ msgid "is required by:" +#~ msgstr "wird benötigt von:" -#~ msgid "No!!!" -#~ msgstr "Nein!!!" +#~ msgid "Configuration saved. " +#~ msgstr "Konfiguration gespeichert. " -#~ msgid "Opaque Leaves" -#~ msgstr "Undurchs. Blätter" +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Warnung: Konfiguration nicht konsistent. " -#~ msgid "Opaque Water" -#~ msgstr "Undurchs. Wasser" +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Kann Welt nicht erstellen: Name enthält ungültige Zeichen" -#~ msgid "Reset singleplayer world" -#~ msgstr "Einzelspielerwelt zurücksetzen" +#~ msgid "Show Public" +#~ msgstr "Zeige öffentliche" -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Auf Menüelemente angewandter Skalierfaktor: " +#~ msgid "Show Favorites" +#~ msgstr "Zeige Favoriten" -#~ msgid "Simple Leaves" -#~ msgstr "Einfache Blätter" +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Lasse die Adresse frei um einen eigenen Server zu starten." -#~ msgid "Texturing:" -#~ msgstr "Texturierung:" +#~ msgid "Create world" +#~ msgstr "Welt erstellen" -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Um Shader zu benutzen, muss der OpenGL-Treiber benutzt werden." +#~ msgid "Address required." +#~ msgstr "Adresse benötigt." -#~ msgid "Touch free target" -#~ msgstr "Berührungsfreies Ziel" +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Kann Welt nicht löchen: Nichts ausgewählt" -#~ msgid "Touchthreshold (px)" -#~ msgstr "Berührungsempfindlichkeit (px)" +#~ msgid "Files to be deleted" +#~ msgstr "Zu löschende Dateien" -#~ msgid " KB/s" -#~ msgstr " KB/s" +#~ msgid "Cannot create world: No games found" +#~ msgstr "Kann Welt nicht erstellen: Keine Spiele gefunden" -#~ msgid " MB/s" -#~ msgstr " MB/s" +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Kann Welt nicht konfigurieren: Nichts ausgewählt" -#~ msgid "Game Name" -#~ msgstr "Spielname" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Kann mod \"$1\" nicht in Spiel \"$2\" kopieren" - -#~ msgid "GAMES" -#~ msgstr "SPIELE" - -#~ msgid "Mods:" -#~ msgstr "Mods:" - -#~ msgid "new game" -#~ msgstr "neues Spiel" - -#~ msgid "EDIT GAME" -#~ msgstr "SPIEL ÄNDERN" - -#~ msgid "Remove selected mod" -#~ msgstr "Ausgewählte Mod löschen" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Mod hinzufügen" - -#~ msgid "CLIENT" -#~ msgstr "CLIENT" - -#~ msgid "Favorites:" -#~ msgstr "Favoriten:" - -#~ msgid "START SERVER" -#~ msgstr "SERVER STARTEN" - -#~ msgid "Name" -#~ msgstr "Name" - -#~ msgid "Password" -#~ msgstr "Passwort" - -#~ msgid "SETTINGS" -#~ msgstr "EINSTELLUNGEN" - -#~ msgid "Preload item visuals" -#~ msgstr "Lade Inventarbilder vor" - -#~ msgid "Finite Liquid" -#~ msgstr "Endliches Wasser" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "EINZELSPIELER" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "TEXTUREN PAKETE" - -#~ msgid "MODS" -#~ msgstr "MODS" - -#~ msgid "Add mod:" -#~ msgstr "Modifikation hinzufügen:" - -#~ msgid "Local install" -#~ msgstr "Lokale Install." - -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Warnung: Einige Mods sind noch nicht konfiguriert.\n" -#~ "Sie werden aktiviert wenn die Konfiguration gespeichert wird. " - -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "Warnung: Einige konfigurierte Mods fehlen.\n" -#~ "Mod Einstellungen werden gelöscht wenn die Konfiguration gespeichert " -#~ "wird. " - -#~ msgid "KEYBINDINGS" -#~ msgstr "TASTEN EINST." - -#~ msgid "Delete map" -#~ msgstr "Karte löschen" +#~ msgid "Failed to delete all world files" +#~ msgstr "Es konnten nicht alle Welt Dateien gelöscht werden" #~ msgid "" #~ "Default Controls:\n" @@ -4299,69 +4583,273 @@ msgstr "cURL-Zeitüberschreitung" #~ "- I: Inventar\n" #~ "- T: Chat\n" -#~ msgid "Failed to delete all world files" -#~ msgstr "Es konnten nicht alle Welt Dateien gelöscht werden" +#~ msgid "Delete map" +#~ msgstr "Karte löschen" -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Kann Welt nicht konfigurieren: Nichts ausgewählt" +#~ msgid "KEYBINDINGS" +#~ msgstr "TASTEN EINST." -#~ msgid "Cannot create world: No games found" -#~ msgstr "Kann Welt nicht erstellen: Keine Spiele gefunden" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Warnung: Einige konfigurierte Mods fehlen.\n" +#~ "Mod Einstellungen werden gelöscht wenn die Konfiguration gespeichert " +#~ "wird. " -#~ msgid "Files to be deleted" -#~ msgstr "Zu löschende Dateien" +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " +#~ msgstr "" +#~ "Warnung: Einige Mods sind noch nicht konfiguriert.\n" +#~ "Sie werden aktiviert wenn die Konfiguration gespeichert wird. " -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Kann Welt nicht löchen: Nichts ausgewählt" +#~ msgid "Local install" +#~ msgstr "Lokale Install." -#~ msgid "Address required." -#~ msgstr "Adresse benötigt." +#~ msgid "Add mod:" +#~ msgstr "Modifikation hinzufügen:" -#~ msgid "Create world" -#~ msgstr "Welt erstellen" +#~ msgid "MODS" +#~ msgstr "MODS" -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Lasse die Adresse frei um einen eigenen Server zu starten." +#~ msgid "TEXTURE PACKS" +#~ msgstr "TEXTUREN PAKETE" -#~ msgid "Show Favorites" -#~ msgstr "Zeige Favoriten" +#~ msgid "SINGLE PLAYER" +#~ msgstr "EINZELSPIELER" -#~ msgid "Show Public" -#~ msgstr "Zeige öffentliche" +#~ msgid "Finite Liquid" +#~ msgstr "Endliches Wasser" -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Kann Welt nicht erstellen: Name enthält ungültige Zeichen" +#~ msgid "Preload item visuals" +#~ msgstr "Lade Inventarbilder vor" -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Warnung: Konfiguration nicht konsistent. " +#~ msgid "SETTINGS" +#~ msgstr "EINSTELLUNGEN" -#~ msgid "Configuration saved. " -#~ msgstr "Konfiguration gespeichert. " +#~ msgid "Password" +#~ msgstr "Passwort" -#~ msgid "is required by:" -#~ msgstr "wird benötigt von:" +#~ msgid "Name" +#~ msgstr "Name" -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "Linksklick: Alle Items bewegen, Rechtsklick: Einzelnes Item bewegen" +#~ msgid "START SERVER" +#~ msgstr "SERVER STARTEN" -#~ msgid "Downloading" -#~ msgstr "Lade herunter" +#~ msgid "Favorites:" +#~ msgstr "Favoriten:" -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Neustart nach Ändern des Treibers erforderlich" +#~ msgid "CLIENT" +#~ msgstr "CLIENT" -#~ msgid "Rendering:" -#~ msgstr "Rendering:" +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Mod hinzufügen" -#~ msgid "If enabled, " -#~ msgstr "Wenn aktiviert, " +#~ msgid "Remove selected mod" +#~ msgstr "Ausgewählte Mod löschen" -#~ msgid "If disabled " -#~ msgstr "Wenn deaktiviert " +#~ msgid "EDIT GAME" +#~ msgstr "SPIEL ÄNDERN" -#~ msgid "Enable a bit lower water surface, so it doesn't " -#~ msgstr "Senkt ein bisschen den Wasserspiegel, so tut es nicht " +#~ msgid "new game" +#~ msgstr "neues Spiel" -#, fuzzy -#~ msgid "\"" -#~ msgstr "”" +#~ msgid "Mods:" +#~ msgstr "Mods:" + +#~ msgid "GAMES" +#~ msgstr "SPIELE" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Kann mod \"$1\" nicht in Spiel \"$2\" kopieren" + +#~ msgid "Game Name" +#~ msgstr "Spielname" + +#~ msgid " MB/s" +#~ msgstr " MB/s" + +#~ msgid " KB/s" +#~ msgstr " KB/s" + +#~ msgid "Touch free target" +#~ msgstr "Berührungsfreies Ziel" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Auf Menüelemente angewandter Skalierfaktor: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Einzelspielerwelt zurücksetzen" + +#~ msgid "Wanted FPS" +#~ msgstr "Gewünschte Bildwiederholrate" + +#~ msgid "Viewing range minimum" +#~ msgstr "Minimale Sichtweite" + +#~ msgid "Vertical spawn range" +#~ msgstr "Vertikaler Startpunktbereich" + +#~ msgid "Vertical initial window size." +#~ msgstr "Anfängliche Fensterhöhe." + +#~ msgid "" +#~ "The allowed adjustment range for the automatic rendering range " +#~ "adjustment.\n" +#~ "Set this to be equal to viewing range minimum to disable the auto-" +#~ "adjustment algorithm." +#~ msgstr "" +#~ "Die erlaubte Anpassungsreichweite für die automatische Render-" +#~ "Reichweitenanpassung.\n" +#~ "Setzen Sie den Wert auf den gleichen Wert wie die minimale Sichtweite, um " +#~ "den automatischen\n" +#~ "Anpassungsalgorithmus zu deaktivieren." + +#~ msgid "Preload inventory textures" +#~ msgstr "Texturen vorgenerieren" + +#~ msgid "" +#~ "Pre-generate all item visuals used in the inventory.\n" +#~ "This increases startup time, but runs smoother in-game.\n" +#~ "The generated textures can easily exceed your VRAM, causing artifacts in " +#~ "the inventory." +#~ msgstr "" +#~ "Alle Itembilder im Inventar vor dem Spielstart erzeugen.\n" +#~ "Dies erhöht die Vorbereitungszeit, wird aber zu einem flüssigerem Spiel " +#~ "führen.\n" +#~ "Die erzeugten Texturen können Ihr VRAM leicht überlasten, was Artefakte " +#~ "im Inventar\n" +#~ "verursachen kann." + +#~ msgid "New style water" +#~ msgstr "Wasser im neuen Stil" + +#~ msgid "" +#~ "Minimum wanted FPS.\n" +#~ "The amount of rendered stuff is dynamically set according to this. and " +#~ "viewing range min and max." +#~ msgstr "" +#~ "Minimal gewünschte Bildwiederholrate.\n" +#~ "Die Anzahl der berechneten Dinge wird anhand dieses Werts dynamisch " +#~ "angepasst; auch\n" +#~ "die minimale und maximale Sichtweite werden angepasst." + +#~ msgid "" +#~ "Maximum distance above water level for player spawn.\n" +#~ "Larger values result in spawn points closer to (x = 0, z = 0).\n" +#~ "Smaller values may result in a suitable spawn point not being found,\n" +#~ "resulting in a spawn at (0, 0, 0) possibly buried underground." +#~ msgstr "" +#~ "Höchstabstand über dem Meeresspiegel für den Spieler-\n" +#~ "startpunkt. Größere Werte führen zu Startpunkten näher an\n" +#~ "(x = 0, z = 0). Kleinere Werte können dazu führen, dass kein\n" +#~ "brauchbarer Startpunkt gefunden wird, was wiederum zu einem\n" +#~ "Startpunkt bei (0, 0, 0) führt, der möglicherweise im Untergrund\n" +#~ "eingegraben ist." + +#~ msgid "Mapgen fractal mandelbrot slice w" +#~ msgstr "Mandelbrot-w-Ausschnitt für Fraktale-Kartenerzeuger" + +#~ msgid "Mapgen fractal mandelbrot scale" +#~ msgstr "Mandelbrotskalierung für Fraktale-Kartenerzeuger" + +#~ msgid "Mapgen fractal mandelbrot offset" +#~ msgstr "Mandelbrotversatz für Fraktale-Kartenerzeuger" + +#~ msgid "Mapgen fractal mandelbrot iterations" +#~ msgstr "Mandelbrotiterationen für Fraktale-Kartenerzeuger" + +#~ msgid "" +#~ "Map generation attributes specific to Mapgen fractal.\n" +#~ "'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +#~ "Flags that are not specified in the flag string are not modified from the " +#~ "default.\n" +#~ "Flags starting with \"no\" are used to explicitly disable them." +#~ msgstr "" +#~ "Kartengenerierungsattribute, die speziell für den Fraktale-\n" +#~ "Kartenerzeuger sind.\n" +#~ "„julia“ wählt für die Erzeugung eine Julia-Menge statt einer\n" +#~ "Mandelbrotmenge aus.\n" +#~ "Bitschalter, welche in der Bitschalterzeichenkette nicht angegeben sind,\n" +#~ "werden von der Standardeinstellung unverändert gelassen.\n" +#~ "Bitschalter, welche mit „no“ beginnen, werden benutzt, um sie explizit\n" +#~ "zu deaktivieren." + +#~ msgid "" +#~ "Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +#~ "Range roughly -2 to 2." +#~ msgstr "" +#~ "Madnelbrotmenge: W-Koordinate des generierten 3D-Ausschnitts der 4D-" +#~ "Form.\n" +#~ "Die Weite liegt grob zwischen -2 und 2." + +#~ msgid "" +#~ "Mandelbrot set: Iterations of the recursive function.\n" +#~ "Controls scale of finest detail." +#~ msgstr "" +#~ "Mandelbrotmenge: Iterationen der rekursiven Funktion.\n" +#~ "Steuert die Skalierung mit einem sehr hohem Detailgrad." + +#~ msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." +#~ msgstr "Mandelbrotmenge: Approximative (X,Y,Z)-Skalierungen in Nodes." + +#~ msgid "" +#~ "Mandelbrot set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by m_scale for offsets in nodes." +#~ msgstr "" +#~ "Mandelbrotmenge: (X,Y,Z)-Versatz vom Mittelpunkt der Welt.\n" +#~ "Reichweite liegt grob von -2 bis 2, wird mit m_scale für\n" +#~ "Versätze in Nodes multipliziert." + +#~ msgid "" +#~ "Key for increasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Taste zur Erhöhung der Sichtweite. Verändert die minimale Sichtweite.\n" +#~ "Siehe http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Key for decreasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Taste zur Reduzierung der Sichtweite. Verändert die minimale Sichtweite.\n" +#~ "Siehe http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Julia set: W value determining the 4D shape.\n" +#~ "Range roughly -2 to 2." +#~ msgstr "" +#~ "Julia-Menge: W-Wert, der die 4D-Form festlegt.\n" +#~ "Weite liegt grob zwischen -2 und 2." + +#~ msgid "" +#~ "Julia set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by j_scale for offsets in nodes." +#~ msgstr "" +#~ "Julia-Menge: (X,Y,Z)-Versatz vom Mittelpunkt der Welt.\n" +#~ "Reichweite liegt grob von -2 bis 2, wird mit j_scale für Versätze in\n" +#~ "Nodes multipliziert." + +#~ msgid "Enable selection highlighting for nodes (disables selectionbox)." +#~ msgstr "Blöcke bei Auswahl aufleuchten lassen (Deaktiviert die Auswahlbox)." + +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "Eine etwas niedrigere Wasseroberfläche aktivieren, damit der Node\n" +#~ "nicht vollständig „gefüllt“ wird. Beachten Sie, dass dies nicht wirklich\n" +#~ "optimiert wurde, und dass weiches Licht auf der Wasseroberfläche\n" +#~ "nicht mit dieser Einstellung funktioniert." + +#~ msgid "Item textures..." +#~ msgstr "Inventarbilder ..." diff --git a/po/eo/minetest.po b/po/eo/minetest.po index bcbbea981..79e0f5684 100644 --- a/po/eo/minetest.po +++ b/po/eo/minetest.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-09-13 12:36+0200\n" "Last-Translator: Tim \n" "Language-Team: Esperanto , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Games" +msgstr "Ludo" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Modifoj" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Select path" +msgstr "Selekto" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -300,10 +392,6 @@ msgstr "Instalantaj modifoj:" msgid "Mod information:" msgstr "Modifaj informoj:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Modifoj" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Neniu modifa priskribo disponeblas" @@ -416,16 +504,43 @@ msgid "Start Game" msgstr "Startigi ludon" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "" +msgid "2x" +msgstr "2x" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "" +#, fuzzy +msgid "3D Clouds" +msgstr "3D nuboj" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "" +msgid "4x" +msgstr "4x" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "8x" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Agordoj" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "Glatigo:" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Ĉu vi certas, ke vi volas nuligi vian solludantan mondon?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bilineara filtrilo" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Protuberancmapado" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" @@ -433,77 +548,113 @@ msgstr "Ŝanĝi klavojn" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Malŝaltu modifaron" - -#: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "" +msgid "Connected Glass" +msgstr "Ligata glaco" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "ŝaltita" +msgid "Enable Particles" +msgstr "Ŝaltu ĉiujn" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" +msgid "Fancy Leaves" +msgstr "Ŝikaj foliaĵoj" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Games" -msgstr "Ludo" +msgid "Generate Normalmaps" +msgstr "Generi Normalmapojn" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" +msgid "Mipmap" +msgstr "Mipmapo" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "" +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmapo + Malizotropa filtrilo" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Select path" -msgstr "Selekto" +msgid "No Filter" +msgstr "Neniu filtrilo" + +#: builtin/mainmenu/tab_settings.lua +msgid "No Mipmap" +msgstr "Neniu Mipmapo" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" +msgstr "Ne!!!" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Node Highlighting" +msgstr "Marki nodaĵojn" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Leaves" +msgstr "Opakaj foliaĵoj" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Opaka akvo" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Paralaksa Okludo" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Agordoj" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Ombrigiloj" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "" +msgid "Simple Leaves" +msgstr "Simplaj foliaĵoj" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "" +#, fuzzy +msgid "Smooth Lighting" +msgstr "Glatiga lumo" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Teksturado:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Por uzi ombrigilojn, OpenGL-a pelilo estas necesa." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Tuŝa sojlo (px)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Triineara filtrilo" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Ondantaj foliaĵoj" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Ondantaj plantoj" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Ondanta akvo" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -529,10 +680,6 @@ msgstr "Solludanto" msgid "No information available" msgstr "Neniu informoj disponeblas" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selekti teksturaron:" @@ -557,10 +704,6 @@ msgstr "Pravalorizi nodaĵojn" msgid "Initializing nodes..." msgstr "Pravalorizi nodaĵojn…" -#: src/client.cpp -msgid "Item textures..." -msgstr "Aĵaj teksturoj…" - #: src/client.cpp msgid "Loading textures..." msgstr "Ŝargi teksturojn…" @@ -1156,6 +1299,15 @@ msgstr "X-Butono 2" msgid "Zoom" msgstr "Zomo" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1179,7 +1331,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1235,6 +1388,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1243,6 +1400,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1258,6 +1419,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1271,6 +1436,11 @@ msgstr "" msgid "Backward key" msgstr "Malantaŭen" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Ondanta akvo" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1293,10 +1463,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Protuberancmapado" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1309,6 +1475,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1319,6 +1497,29 @@ msgstr "Ŝanĝi klavojn" msgid "Chat toggle key" msgstr "Ŝanĝi klavojn" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1377,6 +1578,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1437,10 +1644,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1529,6 +1756,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1551,6 +1786,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1583,12 +1825,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Ŝaltu modifaron" #: src/settings_translation_file.cpp #, fuzzy @@ -1603,10 +1842,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1637,6 +1872,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1649,6 +1888,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Ŝalti damaĝon" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1737,6 +1981,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1848,6 +2100,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Generate normalmaps" @@ -1856,10 +2112,11 @@ msgstr "Generi Normalmapojn" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1870,6 +2127,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Modifoj" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1882,6 +2144,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1895,7 +2161,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1920,6 +2186,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2013,6 +2283,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2032,47 +2306,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2087,7 +2350,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2101,7 +2364,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2298,6 +2561,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2401,36 +2672,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2471,6 +2732,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Mondogenerilo" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2493,6 +2759,59 @@ msgstr "Mondogenerilo" msgid "Mapgen flags" msgstr "Mondogenerilo" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Mondogenerilo" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Mondogenerilo" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Mondogenerilo" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Paralaksa Okludo" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Mondogenerilo" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2512,26 +2831,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Mondogenerilo" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Paralaksa Okludo" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2549,25 +2856,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Mondogenerilo" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Mondogenerilo" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Mondogenerilo" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2716,6 +3022,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2744,14 +3062,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2844,6 +3154,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2860,13 +3174,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2944,10 +3251,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2969,6 +3272,10 @@ msgstr "Marki nodaĵojn" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3009,10 +3316,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Paralaksa Okludo" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3084,19 +3387,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Ŝargi teksturojn…" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3120,6 +3410,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3150,6 +3444,22 @@ msgstr "Dekstra Menuo" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3276,10 +3586,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Ombrigiloj" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3305,6 +3611,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3362,16 +3672,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Teksturaroj" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3443,6 +3772,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Protuberancmapado" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3514,17 +3848,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3533,6 +3883,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3542,11 +3898,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3554,14 +3906,23 @@ msgstr "" msgid "Volume" msgstr "Sonintenso" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Walking speed" msgstr "Ondantaj foliaĵoj" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Aĵaj teksturoj…" #: src/settings_translation_file.cpp msgid "Water level" @@ -3676,6 +4037,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3686,6 +4051,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3698,73 +4071,29 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "2x" -#~ msgstr "2x" - -#~ msgid "4x" -#~ msgstr "4x" - -#~ msgid "8x" -#~ msgstr "8x" - -#~ msgid "Antialiasing:" -#~ msgstr "Glatigo:" - -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Ĉu vi certas, ke vi volas nuligi vian solludantan mondon?" - -#~ msgid "Fancy Leaves" -#~ msgstr "Ŝikaj foliaĵoj" - -#~ msgid "Mipmap" -#~ msgstr "Mipmapo" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmapo + Malizotropa filtrilo" - -#~ msgid "No Mipmap" -#~ msgstr "Neniu Mipmapo" - -#~ msgid "No!!!" -#~ msgstr "Ne!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Opakaj foliaĵoj" - -#~ msgid "Opaque Water" -#~ msgstr "Opaka akvo" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Nuligi solludantan mondon" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Skala faktoro por menuoj " - -#~ msgid "Simple Leaves" -#~ msgstr "Simplaj foliaĵoj" - -#~ msgid "Texturing:" -#~ msgstr "Teksturado:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Por uzi ombrigilojn, OpenGL-a pelilo estas necesa." - -#~ msgid "Touch free target" -#~ msgstr "Sentuŝa celo" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "Tuŝa sojlo (px)" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Restartigu Minetest-on por efikigi pelilan ŝanĝon" - -#~ msgid "Rendering:" -#~ msgstr "Bildigo:" +#, fuzzy +#~ msgid "If disabled " +#~ msgstr "Malŝaltu modifaron" #, fuzzy #~ msgid "If enabled, " #~ msgstr "ŝaltita" +#~ msgid "Rendering:" +#~ msgstr "Bildigo:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Restartigu Minetest-on por efikigi pelilan ŝanĝon" + +#~ msgid "Touch free target" +#~ msgstr "Sentuŝa celo" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Skala faktoro por menuoj " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Nuligi solludantan mondon" + #, fuzzy -#~ msgid "If disabled " -#~ msgstr "Malŝaltu modifaron" +#~ msgid "Preload inventory textures" +#~ msgstr "Ŝargi teksturojn…" diff --git a/po/es/minetest.po b/po/es/minetest.po index ed4086793..39ce439b9 100644 --- a/po/es/minetest.po +++ b/po/es/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-02-20 00:31+0000\n" "Last-Translator: Miguel Isaac \n" -"Language-Team: Spanish " -"\n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Nosotros soportamos versiones de protocolo entre la versíon $1 y $2" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Cancelar" @@ -115,8 +116,8 @@ msgstr "Ocultar contenido" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Guardar" @@ -191,6 +192,7 @@ msgid "No of course not!" msgstr "¡No, porque no!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Sí" @@ -210,6 +212,96 @@ msgstr "Aceptar" msgid "Rename Modpack:" msgstr "Renombrar paquete de mod:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$ 1\" no es un indicador válido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Ninguna descripción de ajuste dada)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Navegar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Desactivado" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Editar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Activado" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" +"El formato es 3 números separados por comas y éstos dentro de paréntesis." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Formato: (, Y, ), " +", , " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Juegos" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" +"Opcionalmente, la lagunaridad puede ser agregada con una coma anterior." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Por favor, introduzca una lista separada por comas de indicadores." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Por favor, introduzca un entero válido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Por favor, introduzca un número válido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Los posibles valores son: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Restablecer por defecto" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Seleccionar ruta" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Mostrar los nombres técnicos" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "El valor debe ser mayor que $ 1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "El valor debe ser menor que $ 1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -305,10 +397,6 @@ msgstr "Mods instalados:" msgid "Mod information:" msgstr "Información del mod:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "La descripción del mod no está disponible" @@ -423,93 +511,157 @@ msgid "Start Game" msgstr "Iniciar juego" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$ 1\" no es un indicador válido." +msgid "2x" +msgstr "2x" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Ninguna descripción de ajuste dada)" +#, fuzzy +msgid "3D Clouds" +msgstr "Nubes en 3D" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Navegar" +msgid "4x" +msgstr "4x" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "8x" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Configuración" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "Suavizado:" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "¿Estás seguro de querer reiniciar el mundo de un jugador?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtrado bilineal" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Mapeado de relieve" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Configurar teclas" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Desactivado" +#, fuzzy +msgid "Connected Glass" +msgstr "Vidrios conectados" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Editar" +#, fuzzy +msgid "Enable Particles" +msgstr "Activar todos" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Activado" +msgid "Fancy Leaves" +msgstr "Hojas elegantes" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" -"El formato es 3 números separados por comas y éstos dentro de paréntesis." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Generar mapas normales" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Formato: (, Y, ), " -", , " +msgid "Mipmap" +msgstr "Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Juegos" +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmap + Filtro aniso." #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "Opcionalmente, la lagunaridad puede ser agregada con una coma anterior." +#, fuzzy +msgid "No Filter" +msgstr "Filtrado" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Por favor, introduzca una lista separada por comas de indicadores." +msgid "No Mipmap" +msgstr "Sin Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Por favor, introduzca un entero válido." +msgid "No!!!" +msgstr "¡¡¡No!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Por favor, introduzca un número válido." +#, fuzzy +msgid "Node Highlighting" +msgstr "Resaltado de los nodos" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Ninguno" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Los posibles valores son: " +msgid "Opaque Leaves" +msgstr "Hojas opacas" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Restablecer por defecto" +msgid "Opaque Water" +msgstr "Agua opaca" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Seleccionar ruta" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Oclusión de paralaje" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Configuración" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Mostrar los nombres técnicos" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Sombreadores" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "El valor debe ser mayor que $ 1." +msgid "Simple Leaves" +msgstr "Hojas simples" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "El valor debe ser menor que $ 1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Iluminación suave" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Texturizado:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Para habilitar los sombreadores debe utilizar el controlador OpenGL." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Umbral táctil (px)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtrado trilineal" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Movimiento de hojas" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Movimiento de plantas" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Oleaje en el agua" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -535,10 +687,6 @@ msgstr "Un jugador" msgid "No information available" msgstr "Sin información disponible" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Ninguno" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Seleccione un paquete de texturas:" @@ -564,10 +712,6 @@ msgstr "Inicializando nodos" msgid "Initializing nodes..." msgstr "Inicializando nodos..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Texturas de objetos..." - #: src/client.cpp msgid "Loading textures..." msgstr "Cargando texturas..." @@ -1167,6 +1311,15 @@ msgstr "X Botón 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "" @@ -1185,6 +1338,7 @@ msgid "3D mode" msgstr "Modo 3D" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1192,7 +1346,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Soporte 3D.\n" "Soportado Actualmente:\n" @@ -1208,8 +1363,8 @@ msgid "" "A chosen map seed for a new map, leave empty for random.\n" "Will be overridden when creating a new world in the main menu." msgstr "" -"Una semilla de mapa para un mapa nuevo, deja vacio para una semilla al azar." -"\n" +"Una semilla de mapa para un mapa nuevo, deja vacio para una semilla al " +"azar.\n" "Sera borrado creando un nuevo mundo en el menu principal." #: src/settings_translation_file.cpp @@ -1271,6 +1426,10 @@ msgstr "" msgid "Advanced" msgstr "Avanzado" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Siempre volar y rápido" @@ -1279,6 +1438,10 @@ msgstr "Siempre volar y rápido" msgid "Ambient occlusion gamma" msgstr "Gamma de oclusión de ambiente" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Filtrado anisotrópico" @@ -1294,6 +1457,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Preguntar para volver a conectar despues de una caída" @@ -1306,6 +1473,11 @@ msgstr "Automáticamente informar a la lista del servidor." msgid "Backward key" msgstr "Tecla retroceso" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Oleaje en el agua" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Básico" @@ -1328,10 +1500,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Mapeado de relieve" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Suavizado de cámara" @@ -1344,6 +1512,18 @@ msgstr "Suavizado de cámara en modo cinematográfico" msgid "Camera update toggle key" msgstr "Tecla alternativa para la actualización de la cámara" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Tecla del Chat" @@ -1352,6 +1532,29 @@ msgstr "Tecla del Chat" msgid "Chat toggle key" msgstr "Tecla alternativa para el chat" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Tamaño del chunk" @@ -1406,6 +1609,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Tecla comando" @@ -1461,10 +1670,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Mensaje de error" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1551,6 +1780,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1573,6 +1810,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Desactivar Anticheat" @@ -1602,12 +1846,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Activar paquete" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1621,10 +1862,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1655,6 +1892,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1667,6 +1908,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Activar mini-mapa." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Activar mini-mapa." @@ -1754,6 +2000,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1863,6 +2117,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "Generar mapas normales" @@ -1870,10 +2128,11 @@ msgstr "Generar mapas normales" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1884,6 +2143,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1896,6 +2160,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1909,7 +2177,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1934,6 +2202,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2027,6 +2299,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Tecla Inventario" @@ -2045,47 +2321,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2099,7 +2364,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2113,7 +2378,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2310,6 +2575,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2410,36 +2683,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2480,6 +2743,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Generador de mapas" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2501,6 +2769,59 @@ msgstr "Depuración del generador de mapas" msgid "Mapgen flags" msgstr "Generador de mapas" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Generador de mapas" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Generador de mapas" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Generador de mapas" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Oclusión de paralaje" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Generador de mapas" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2520,26 +2841,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Generador de mapas" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Oclusión de paralaje" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2557,25 +2866,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Generador de mapas" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Generador de mapas" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Generador de mapas" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2724,6 +3032,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2752,14 +3072,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2851,6 +3163,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2867,13 +3183,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2951,10 +3260,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2975,6 +3280,10 @@ msgstr "Resaltado de los nodos" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3015,10 +3324,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Oclusión de paralaje" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3089,18 +3394,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Precarga de las texturas del inventario" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3124,6 +3417,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3152,6 +3449,22 @@ msgstr "Tecla derecha" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3269,10 +3582,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Sombreadores" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3298,6 +3607,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Iluminación suave" @@ -3353,16 +3666,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + # No cabe "Paquetes de texturas". #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Ruta de la textura" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3434,6 +3766,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mapeado de relieve" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3502,17 +3839,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3521,6 +3874,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3530,24 +3889,29 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "Volumen" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Velocidad del caminar" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Texturas de objetos..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3658,6 +4022,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3668,6 +4036,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3680,81 +4056,35 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "2x" -#~ msgstr "2x" - -#~ msgid "4x" -#~ msgstr "4x" - -#~ msgid "8x" -#~ msgstr "8x" - -#~ msgid "Antialiasing:" -#~ msgstr "Suavizado:" - -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "¿Estás seguro de querer reiniciar el mundo de un jugador?" - -#~ msgid "Fancy Leaves" -#~ msgstr "Hojas elegantes" - -#~ msgid "Mipmap" -#~ msgstr "Mipmap" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmap + Filtro aniso." - -#~ msgid "No Mipmap" -#~ msgstr "Sin Mipmap" - -#~ msgid "No!!!" -#~ msgstr "¡¡¡No!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Hojas opacas" - -#~ msgid "Opaque Water" -#~ msgstr "Agua opaca" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Reiniciar mundo de un jugador" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Factor de escala aplicado a los elementos del menú: " - -#~ msgid "Simple Leaves" -#~ msgstr "Hojas simples" - -#~ msgid "Texturing:" -#~ msgstr "Texturizado:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "" -#~ "Para habilitar los sombreadores debe utilizar el controlador OpenGL." - -#~ msgid "Touch free target" -#~ msgstr "Tocar para interactuar" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "Umbral táctil (px)" - -#~ msgid " KB/s" -#~ msgstr " KB/s" - -#~ msgid " MB/s" -#~ msgstr " MB/s" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "" -#~ "Reinicia minetest para que los cambios en el controlador tengan efecto" - -#~ msgid "Rendering:" -#~ msgstr "Renderizado:" +#, fuzzy +#~ msgid "If disabled " +#~ msgstr "Desactivar paquete" #, fuzzy #~ msgid "If enabled, " #~ msgstr "Activado" -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Desactivar paquete" +#~ msgid "Rendering:" +#~ msgstr "Renderizado:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "" +#~ "Reinicia minetest para que los cambios en el controlador tengan efecto" + +#~ msgid " MB/s" +#~ msgstr " MB/s" + +#~ msgid " KB/s" +#~ msgstr " KB/s" + +#~ msgid "Touch free target" +#~ msgstr "Tocar para interactuar" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Factor de escala aplicado a los elementos del menú: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Reiniciar mundo de un jugador" + +#~ msgid "Preload inventory textures" +#~ msgstr "Precarga de las texturas del inventario" diff --git a/po/et/minetest.po b/po/et/minetest.po index ed6e69a4f..36aa83d59 100644 --- a/po/et/minetest.po +++ b/po/et/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-11-19 16:52+0000\n" "Last-Translator: Kristjan Räts \n" -"Language-Team: Estonian " -"\n" +"Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Meie toetame protokolli versioone $1 kuni $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Tühista" @@ -115,8 +116,8 @@ msgstr "Peida mod. pakkide sisu" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Salvesta" @@ -189,6 +190,7 @@ msgid "No of course not!" msgstr "" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Jah" @@ -208,6 +210,95 @@ msgstr "Nõustu" msgid "Rename Modpack:" msgstr "" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Disabled" +msgstr "Lülita kõik välja" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Enabled" +msgstr "Sisse lülitatud" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Mängud" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Select path" +msgstr "Vali" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -298,10 +389,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -416,93 +503,164 @@ msgid "Start Game" msgstr "Alusta mängu" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D pilved" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "8x" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Sätted" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Üksikmäng" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bi-lineaarsed Filtreerimine" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Väga hea kvaliteet" + #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Vaheta nuppe" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Lülita kõik välja" +msgid "Connected Glass" +msgstr "Liitu" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +#, fuzzy +msgid "Enable Particles" +msgstr "Luba kõik" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Fancy Leaves" +msgstr "Läbipaistmatu vesi" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "Sisse lülitatud" +msgid "Mipmap" +msgstr "Väga hea kvaliteet" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Mängud" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Select path" -msgstr "Vali" +msgid "No Filter" +msgstr "Anisotroopne Filtreerimine" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "No Mipmap" +msgstr "Väga hea kvaliteet" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Node Highlighting" +msgstr "Ilus valgustus" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Leaves" +msgstr "Läbipaistmatu vesi" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Water" +msgstr "Läbipaistmatu vesi" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Sätted" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Varjutajad" + #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#, fuzzy +msgid "Simple Leaves" +msgstr "Läbipaistmatu vesi" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Smooth Lighting" +msgstr "Ilus valgustus" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Aktiveerimiseks varjud, nad vajavad OpenGL draiver." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "" +#, fuzzy +msgid "Trilinear Filter" +msgstr "Tri-Linear Filtreerimine" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Uhked puud" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Uhked puud" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Uhked puud" #: builtin/mainmenu/tab_simple_main.lua #, fuzzy @@ -531,10 +689,6 @@ msgstr "Üksikmäng" msgid "No information available" msgstr "Informatsioon ei ole kättesaadav" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Vali graafika:" @@ -561,10 +715,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Loading textures..." msgstr "" @@ -1140,6 +1290,15 @@ msgstr "X Nupp 2" msgid "Zoom" msgstr "Suumi" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1163,7 +1322,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1219,6 +1379,10 @@ msgstr "" msgid "Advanced" msgstr "Arenenud sätted" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1227,6 +1391,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1243,6 +1411,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1256,6 +1428,10 @@ msgstr "" msgid "Backward key" msgstr "Tagasi" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1278,11 +1454,6 @@ msgstr "" msgid "Build inside player" msgstr "Mitmikmäng" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Väga hea kvaliteet" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1295,6 +1466,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1305,6 +1488,29 @@ msgstr "Vaheta nuppe" msgid "Chat toggle key" msgstr "Vaheta nuppe" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1363,6 +1569,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1422,10 +1634,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1515,6 +1747,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1537,6 +1777,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1569,12 +1816,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Luba MP" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1588,10 +1832,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1622,6 +1862,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1634,6 +1878,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Lülita valu sisse" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1721,6 +1970,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1831,6 +2088,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1838,10 +2099,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1852,6 +2114,10 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1864,6 +2130,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1877,7 +2147,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1902,6 +2172,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1995,6 +2269,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2014,47 +2292,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2069,7 +2336,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2083,7 +2350,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2280,6 +2547,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2383,36 +2658,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2453,6 +2718,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Põlvkonna kaardid" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2475,6 +2745,59 @@ msgstr "Põlvkonna kaardid" msgid "Mapgen flags" msgstr "Põlvkonna kaardid" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Põlvkonna kaardid" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Põlvkonna kaardid" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Põlvkonna kaardid" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Põlvkonna kaardid" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Põlvkonna kaardid" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2494,24 +2817,13 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Põlvkonna kaardid" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal iterations" +msgstr "Põlvkonna kaardid" #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" @@ -2530,25 +2842,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Põlvkonna kaardid" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Põlvkonna kaardid" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Põlvkonna kaardid" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2697,6 +3008,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2725,14 +3048,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2825,6 +3140,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2841,13 +3160,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2925,10 +3237,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2949,6 +3257,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2989,10 +3301,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3057,18 +3365,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3092,6 +3388,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3122,6 +3422,22 @@ msgstr "Parem Menüü" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3243,10 +3559,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Varjutajad" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3272,6 +3584,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3328,16 +3644,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Vali graafika:" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3409,6 +3744,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Väga hea kvaliteet" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3480,17 +3820,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3499,6 +3855,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3508,11 +3870,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3520,12 +3878,20 @@ msgstr "" msgid "Volume" msgstr "Hääle volüüm" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" +msgid "Water Features" msgstr "" #: src/settings_translation_file.cpp @@ -3635,6 +4001,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3645,6 +4015,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3658,70 +4036,66 @@ msgid "cURL timeout" msgstr "" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Läbipaistmatu vesi" +#~ msgid "If disabled " +#~ msgstr "Lülita kõik välja" #, fuzzy -#~ msgid "Opaque Water" -#~ msgstr "Läbipaistmatu vesi" +#~ msgid "If enabled, " +#~ msgstr "Sisse lülitatud" #, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Üksikmäng" +#~ msgid "Game Name" +#~ msgstr "Mäng" -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Aktiveerimiseks varjud, nad vajavad OpenGL draiver." +#~ msgid "GAMES" +#~ msgstr "MÄNGUD" + +#~ msgid "new game" +#~ msgstr "uus mängu" + +#~ msgid "EDIT GAME" +#~ msgstr "MUUDA MÄNGU" #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Alla" +#~ msgid "Remove selected mod" +#~ msgstr "Eemalda valitud muutus" -#~ msgid "Left click: Move all items, Right click: Move single item" +#, fuzzy +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Lisama muutus" + +#~ msgid "Favorites:" +#~ msgstr "Lemmikud:" + +#~ msgid "Name" +#~ msgstr "Nimi" + +#~ msgid "Password" +#~ msgstr "Parool" + +#~ msgid "SETTINGS" +#~ msgstr "Seaded" + +#~ msgid "Preload item visuals" +#~ msgstr "Lae asjade visuaale" + +#, fuzzy +#~ msgid "Finite Liquid" +#~ msgstr "Löppev vedelik" + +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " #~ msgstr "" -#~ "Vasak hiireklõps: Liiguta kõiki asju, Parem hiireklõps: Liiguta üksikut " -#~ "asja" +#~ "Hoiatus: Mõned modifikatsioonid pole sätitud veel.\n" +#~ "Need lülitatakse sisse kohe pärast sätete salvestamist." -#~ msgid "is required by:" -#~ msgstr "Seda vajavad:" - -#~ msgid "Configuration saved. " -#~ msgstr "Konfiguratsioon salvestatud. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Hoiatus: Konfiguratsioon pole kindel." - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Maailma loomine ebaõnnestus: Nimes esineb keelatud tähti" - -#~ msgid "Show Public" -#~ msgstr "Näita avalikke" - -#~ msgid "Show Favorites" -#~ msgstr "Näita lemmikuid" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Jäta IP lahter tühjaks et alustada LAN serverit." - -#~ msgid "Create world" -#~ msgstr "Loo maailm" - -#~ msgid "Address required." -#~ msgstr "IP on vajalkik." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Maailma kustutamine ebaõnnestus: Maailma pole valitud" - -#~ msgid "Files to be deleted" -#~ msgstr "Failid mida kustutada" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Maailma loomine ebaõnnestus: Mängu ei leitud" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Maailma konfigureerimine ebaõnnestus: Pole midagi valitud" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Kõigi maailma failide kustutamine ebaõnnestus" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Hoiatus: Mõned konfigureeritud modifikatsioonid on kaotsi läinud.\n" +#~ "Nende sätted kustutatakse kui salvestada konfiguratsioon." #~ msgid "" #~ "Default Controls:\n" @@ -3748,64 +4122,53 @@ msgstr "" #~ "- ESC: Menüü\n" #~ "- T: Jututupa\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " +#~ msgid "Failed to delete all world files" +#~ msgstr "Kõigi maailma failide kustutamine ebaõnnestus" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Maailma konfigureerimine ebaõnnestus: Pole midagi valitud" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Maailma loomine ebaõnnestus: Mängu ei leitud" + +#~ msgid "Files to be deleted" +#~ msgstr "Failid mida kustutada" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Maailma kustutamine ebaõnnestus: Maailma pole valitud" + +#~ msgid "Address required." +#~ msgstr "IP on vajalkik." + +#~ msgid "Create world" +#~ msgstr "Loo maailm" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Jäta IP lahter tühjaks et alustada LAN serverit." + +#~ msgid "Show Favorites" +#~ msgstr "Näita lemmikuid" + +#~ msgid "Show Public" +#~ msgstr "Näita avalikke" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Maailma loomine ebaõnnestus: Nimes esineb keelatud tähti" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Hoiatus: Konfiguratsioon pole kindel." + +#~ msgid "Configuration saved. " +#~ msgstr "Konfiguratsioon salvestatud. " + +#~ msgid "is required by:" +#~ msgstr "Seda vajavad:" + +#~ msgid "Left click: Move all items, Right click: Move single item" #~ msgstr "" -#~ "Hoiatus: Mõned konfigureeritud modifikatsioonid on kaotsi läinud.\n" -#~ "Nende sätted kustutatakse kui salvestada konfiguratsioon." - -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Hoiatus: Mõned modifikatsioonid pole sätitud veel.\n" -#~ "Need lülitatakse sisse kohe pärast sätete salvestamist." +#~ "Vasak hiireklõps: Liiguta kõiki asju, Parem hiireklõps: Liiguta üksikut " +#~ "asja" #, fuzzy -#~ msgid "Finite Liquid" -#~ msgstr "Löppev vedelik" - -#~ msgid "Preload item visuals" -#~ msgstr "Lae asjade visuaale" - -#~ msgid "SETTINGS" -#~ msgstr "Seaded" - -#~ msgid "Password" -#~ msgstr "Parool" - -#~ msgid "Name" -#~ msgstr "Nimi" - -#~ msgid "Favorites:" -#~ msgstr "Lemmikud:" - -#, fuzzy -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Lisama muutus" - -#, fuzzy -#~ msgid "Remove selected mod" -#~ msgstr "Eemalda valitud muutus" - -#~ msgid "EDIT GAME" -#~ msgstr "MUUDA MÄNGU" - -#~ msgid "new game" -#~ msgstr "uus mängu" - -#~ msgid "GAMES" -#~ msgstr "MÄNGUD" - -#, fuzzy -#~ msgid "Game Name" -#~ msgstr "Mäng" - -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "Sisse lülitatud" - -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Lülita kõik välja" +#~ msgid "Downloading" +#~ msgstr "Alla" diff --git a/po/fr/minetest.po b/po/fr/minetest.po index c8739d4ea..edf55b886 100644 --- a/po/fr/minetest.po +++ b/po/fr/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-11-08 22:26+0000\n" "Last-Translator: Jean-Patrick G. \n" -"Language-Team: French " -"\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -73,8 +73,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Nous supportons seulement les versions du protocole entre $1 et $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Annuler" @@ -115,8 +116,8 @@ msgstr "Cacher le pack de mods" msgid "Mod:" msgstr "Mod :" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Enregistrer" @@ -189,6 +190,7 @@ msgid "No of course not!" msgstr "Non, bien sûr que non !" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Oui" @@ -208,6 +210,97 @@ msgstr "Accepter" msgid "Rename Modpack:" msgstr "Renommer le pack de mods :" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" n'est pas un drapeau valide." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Aucune description donnée de l'option)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Naviguer" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Désactivé" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Modifier" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Activé" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" +"Le format est 3 nombres séparés par des virgules et entre les parenthèses." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Format : , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Jeux" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" +"Éventuellement, l'option \"lacunarity\" peut être jointe par une virgule " +"d'en-tête." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Veuillez séparer les drapeaux par des virgules dans la liste." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Veuillez entrer un nombre entier valide." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Veuillez entrer un nombre valide." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Les valeurs possibles sont : " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Réinitialiser" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Sélectionner un chemin" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Montrer les noms techniques" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "La valeur doit être supérieure à $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "La valeur doit être inférieure à $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -304,10 +397,6 @@ msgstr "Mods installés :" msgid "Mod information:" msgstr "Informations du mod :" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Pas de description disponible" @@ -420,95 +509,157 @@ msgid "Start Game" msgstr "Démarrer" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" n'est pas un drapeau valide." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Aucune description donnée de l'option)" +#, fuzzy +msgid "3D Clouds" +msgstr "Nuages 3D" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Naviguer" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Réglages" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Êtes-vous sûr de vouloir réinitialiser votre monde ?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtrage bilinéaire" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bump mapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Changer les touches" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Désactivé" +#, fuzzy +msgid "Connected Glass" +msgstr "Verre unifié" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Modifier" +#, fuzzy +msgid "Enable Particles" +msgstr "Tout activer" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Activé" +msgid "Fancy Leaves" +msgstr "Arbres détaillés" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" -"Le format est 3 nombres séparés par des virgules et entre les parenthèses." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Normal mapping" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Format : , , (, , ), , " -", " +msgid "Mipmap" +msgstr "MIP mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Jeux" +msgid "Mipmap + Aniso. Filter" +msgstr "MIP map + anisotropie" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" -"Éventuellement, l'option \"lacunarity\" peut être jointe par une virgule " -"d'en-tête." +#, fuzzy +msgid "No Filter" +msgstr "Filtrage" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Veuillez séparer les drapeaux par des virgules dans la liste." +msgid "No Mipmap" +msgstr "Sans MIP map" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Veuillez entrer un nombre entier valide." +msgid "No!!!" +msgstr "Non !" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Veuillez entrer un nombre valide." +#, fuzzy +msgid "Node Highlighting" +msgstr "Eclairage des blocs" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Aucun" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Les valeurs possibles sont : " +msgid "Opaque Leaves" +msgstr "Arbres minimaux" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Réinitialiser" +msgid "Opaque Water" +msgstr "Eau opaque" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Sélectionner un chemin" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Occlusion parallaxe" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Réglages" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Montrer les noms techniques" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shaders" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "La valeur doit être supérieure à $1." +msgid "Simple Leaves" +msgstr "Arbres simples" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "La valeur doit être inférieure à $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Lumière douce" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Textures :" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Pour activer les shaders, le pilote OpenGL doit être utilisé." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtrage trilinéaire" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Feuilles d'arbres mouvantes" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Plantes mouvantes" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Liquides mouvants" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -534,10 +685,6 @@ msgstr "Solo" msgid "No information available" msgstr "Pas d'information disponible" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Aucun" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Sélectionner un pack de textures :" @@ -562,10 +709,6 @@ msgstr "Initialisation des blocs" msgid "Initializing nodes..." msgstr "Initialisation des blocs..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Textures d'items..." - #: src/client.cpp msgid "Loading textures..." msgstr "Chargement des textures..." @@ -1157,6 +1300,15 @@ msgstr "Bouton X 2" msgid "Zoom" msgstr "Zoomer" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1174,6 +1326,7 @@ msgid "3D mode" msgstr "Mode écran 3D" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1181,7 +1334,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Support 3D.\n" "Options :\n" @@ -1254,6 +1408,10 @@ msgstr "" msgid "Advanced" msgstr "Avancé" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Toujours voler et être rapide" @@ -1262,6 +1420,10 @@ msgstr "Toujours voler et être rapide" msgid "Ambient occlusion gamma" msgstr "Occlusion gamma ambiente" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Filtrage anisotrope" @@ -1280,6 +1442,11 @@ msgstr "" "Si vous voulez annoncer votre adresse IPv6, utilisez serverlist_url = v6." "servers.minetest.net." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "Série Julia : échelles (X,Y,Z) en blocs." + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Demander de se reconnecter après une coupure de connexion" @@ -1293,6 +1460,11 @@ msgstr "" msgid "Backward key" msgstr "Reculer" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Hauteur des liquides mouvants" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Principal" @@ -1313,10 +1485,6 @@ msgstr "Bits par pixel (profondeur de couleur) en mode plein-écran." msgid "Build inside player" msgstr "Placement de bloc à la position du joueur" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bump mapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Lissage du mouvement de la caméra" @@ -1329,6 +1497,18 @@ msgstr "Lissage du mouvement de la caméra en mode cinématique" msgid "Camera update toggle key" msgstr "Touche de mise à jour de la caméra" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Chatter" @@ -1337,6 +1517,29 @@ msgstr "Chatter" msgid "Chat toggle key" msgstr "Afficher le chat" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Taille des chunks" @@ -1394,6 +1597,12 @@ msgstr "" "de fonctions même lorsque l'option de sécurisation des mods est activée (via " "request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Commande" @@ -1453,10 +1662,30 @@ msgstr "" "Quand les environnements neigeux sont activés, le paramètre de fréquence des " "déserts dans Mapgen V6 est ignoré." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Message d'interruption du serveur" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Opacité du réticule" @@ -1551,6 +1780,14 @@ msgstr "Latence d'apparition des infobulles, établie en millisecondes." msgid "Deprecated Lua API handling" msgstr "Traitement d'API Lua obsolète(s)" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "Vitesse de descente du joueur" @@ -1574,6 +1811,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "Profil détaillé des mods" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Désactiver l'anti-triche" @@ -1603,18 +1847,9 @@ msgid "Dump the mapgen debug infos." msgstr "Afficher les infos de débogage de la génération de terrain." #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"Rend la surface de l'eau légèrement plus basse, de façon à ce qu'elle ne " -"submerge pas\n" -"entièrement le bloc voisin.\n" -"Cette fonctionnalité est encore expérimentale et la lumière douce n’apparaît " -"pas à la\n" -"surface de l'eau." +#, fuzzy +msgid "Enable VBO" +msgstr "Activer le pack de mods" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1629,12 +1864,6 @@ msgid "Enable random user input (only used for testing)." msgstr "" "Active l'entrée aléatoire du joueur (seulement utilisé pour des tests)." -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" -"Active l'éclairage des blocs pointés (et supprime les bordures noires de " -"sélection)." - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1680,6 +1909,10 @@ msgstr "" "aux clients IPv6, selon leur configuration système.\n" "Ignoré si bind_address est paramétré." +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1697,6 +1930,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "Active la mise en cache des meshnodes." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Active la mini-carte." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Active la mini-carte." @@ -1793,6 +2031,14 @@ msgstr "" "Fichier localisé dans /client/serverlist contenant vos serveurs favoris dans " "l'onglet multijoueur." +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1914,21 +2160,30 @@ msgstr "Filtrage txr2img du GUI" msgid "Gamma" msgstr "Gamma" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "Normal mapping" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" -"Attributs généraux de la génération de terrain.\n" -"Les drapeaux qui ne sont spécifiés dans leur champ respectif gardent leurs " -"valeurs par défaut." +"Attributs spécifiques à Mapgen V6.\n" +"Quand les terrains neigeux sont activés, les jungles sont activés et les " +"drapeaux jungle est ignoré.\n" +"Les drapeaux qui ne sont spécifiés dans le champ gardent leurs valeurs par " +"défaut.\n" +"Les drapeaux commençant par \"non\" sont désactivés." #: src/settings_translation_file.cpp msgid "Graphics" @@ -1938,6 +2193,11 @@ msgstr "Options graphiques" msgid "Gravity" msgstr "Gravité" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "HUD" @@ -1955,6 +2215,11 @@ msgstr "" "- error : interruption à l'usage d'un appel obsolète (recommandé pour les " "développeurs de mods)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Height component of the initial window size." +msgstr "Résolution verticale de la fenêtre de jeu." + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "Hauteur des nuages dans le jeu." @@ -1968,8 +2233,8 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "Adresse web du serveur affichée sur la liste des serveurs." #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." -msgstr "Résolution verticale de la fenêtre de jeu." +msgid "How deep to make rivers" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -2000,6 +2265,10 @@ msgstr "" "Une valeur plus grande est plus confortable, mais utilise davantage de " "mémoire." +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "IPv6" @@ -2026,8 +2295,8 @@ msgid "" "If disabled \"use\" key is used to fly fast if both fly and fast mode are " "enabled." msgstr "" -"Si désactivé la touche \"Utiliser\" est utilisée pour voler + mode rapide (" -"si ceux-ci sont activés)." +"Si désactivé la touche \"Utiliser\" est utilisée pour voler + mode rapide " +"(si ceux-ci sont activés)." #: src/settings_translation_file.cpp msgid "" @@ -2043,8 +2312,8 @@ msgid "" "If enabled, \"use\" key instead of \"sneak\" key is used for climbing down " "and descending." msgstr "" -"Si activé, la touche \"Utiliser\" est utilisée à la place de la touche \"" -"Sneak\" pour monter ou descendre." +"Si activé, la touche \"Utiliser\" est utilisée à la place de la touche " +"\"Sneak\" pour monter ou descendre." #: src/settings_translation_file.cpp msgid "" @@ -2113,6 +2382,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "Intervalle d'envoi de l'heure de jeu aux clients." +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Inventaire" @@ -2130,61 +2403,47 @@ msgid "Item entity TTL" msgstr "Durée de vie des items abandonnés" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" -"Série Julia : décalages (X,Y,Z) à partir du centre du monde.\n" -"La portée est environ entre -2 et 2. Multiplier par j_scale pour décaler en " -"nombre de blocs." - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." -msgstr "Série Julia : échelles (X,Y,Z) en blocs." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" "Série Julia : itérations de la fonction récursive.\n" "Contrôle l'échelle du détail le plus subtil." #: src/settings_translation_file.cpp msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" -"Série Julia : coordonnée W de la couche 3D de la forme 4D.\n" -"La portée est environ entre -2 et 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: W value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" -"Série Julia : valeur W déterminant la forme 4D.\n" -"La portée est environ entre -2 et 2." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Série Julia : valeur X déterminant la forme 4D.\n" "La portée est environ entre -2 et 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: Y value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Série Julia : valeur Y déterminant la forme 4D.\n" "La portée est environ entre -2 et 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Série Julia : valeur Z déterminant la forme 4D.\n" @@ -2199,13 +2458,13 @@ msgid "Jumping speed" msgstr "Vitesse de saut du joueur" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Touche pour réduire la distance de vue. Modifie la distance de vue " -"minimale.\n" +"Touche pour activer/désactiver la distance de vue illimitée.\n" "Voir http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" @@ -2220,13 +2479,13 @@ msgstr "" "html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Touche pour augmenter la distance de vue. Modifie la distance de vue " -"minimale.\n" +"Touche pour activer/désactiver la distance de vue illimitée.\n" "Voir http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" @@ -2503,6 +2762,14 @@ msgstr "Touche \"utiliser\" pour monter/descendre" msgid "Language" msgstr "Langue" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "Apparence des feuilles d'arbres" @@ -2624,43 +2891,31 @@ msgstr "" "Rendre DirectX compatible avec LuaJIT. Désactiver si cela cause des " "problèmes." -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" -"Série Mandelbrot : décalages (X,Y,Z) à partir du centre du monde.\n" -"La portée est environ entre -2 et 2. Multiplier par m_scale pour décaler en " -"nombre de blocs." - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "Série Mandelbrot : échelles (X,Y,Z) en blocs." - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" -"Série Mandelbrot : itérations de la fonction récursive.\n" -"Contrôle l'échelle du détail le plus subtil." - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" -"Série Mandelbrot : coordonnée W de la couche 3D de la forme 4D.\n" -"La portée est environ entre -2 et 2." - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "Chemin du monde" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" +"Attributs généraux de la génération de terrain.\n" +"Les drapeaux qui ne sont spécifiés dans leur champ respectif gardent leurs " +"valeurs par défaut." + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2717,6 +2972,11 @@ msgstr "Limite des mapblocks" msgid "Mapblock unload timeout" msgstr "Délais d'interruption du déchargement des mapblocks" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Nom du générateur de carte" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "Mapgen : paramètres de bruit de la température" @@ -2737,6 +2997,64 @@ msgstr "Débogage de la génération du terrain" msgid "Mapgen flags" msgstr "Drapeaux de génération de terrain" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Drapeaux de génération de terrain" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat cave1 noise parameters" +msgstr "Mapgen V5 : paramètres de bruit cave1" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat cave2 noise parameters" +msgstr "Mapgen V5 : paramètre de bruit cave2" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat filler depth noise parameters" +msgstr "Mapgen V5 : paramètres de bruit sur la profondeur" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Drapeaux des fractales de la génération de terrain" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Drapeaux de génération de terrain" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Mapgen Julia : itérations fractales" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Mapgen Julia : échelles fractales" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat large cave depth" +msgstr "Mapgen Julia : échelles fractales" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat terrain noise parameters" +msgstr "Mapgen V6 : paramètres de bruit du terrain de base" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "Fractales de la génération de terrain" @@ -2754,25 +3072,15 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "Mapgen V5 : paramètres de bruit sur la profondeur" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +#, fuzzy +msgid "Mapgen fractal fractal" msgstr "Drapeaux des fractales de la génération de terrain" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" +#, fuzzy +msgid "Mapgen fractal iterations" msgstr "Mapgen Julia : itérations fractales" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "Mapgen Julia : décalages fractals" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "Mapgen Julia : échelles fractales" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "Mapgen Julia : couche fractale W" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "Mapgen Julia : fractale W" @@ -2790,25 +3098,24 @@ msgid "Mapgen fractal julia z" msgstr "Mapgen Julia : fractale Z" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "Mapgen Mandelbrot : itérations fractales" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Mapgen Julia : décalages fractals" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "Mapgen Mandelbrot : décalages fractals" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "Mapgen Mandelbrot : échelles fractales" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "Mapgen Mandelbrot : couche fractale W" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Mapgen Julia : échelles fractales" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "Mapgen : paramètres de bruit du fond de l'eau" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Mapgen Julia : couche fractale W" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "Mapgen : paramètres de mélange de la température" @@ -2953,6 +3260,18 @@ msgstr "Mapgen V7 : paramètres du bruit du terrain de base" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "Mapgen V7 : paramètres du bruit de la persistance du terrain" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "Distance maximale de génération des mapblocks" @@ -2981,20 +3300,6 @@ msgstr "FPS maximum" msgid "Maximum FPS when game is paused." msgstr "FPS maximum quand le jeu est en pause." -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" -"Distance maximum au-dessus du niveau de l'eau où le joueur apparaît.\n" -"Des valeurs plus grandes aboutissent à des locations plus proches de (x = 0, " -"z = 0).\n" -"Des valeurs plus petites peut résulter à une location de spawn non-trouvée, " -"résultant\n" -"à une location située à (0, 0, 0) probablement enterrée sous le sol." - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "Mapblocks maximum chargés de force" @@ -3102,6 +3407,10 @@ msgstr "Message du jour" msgid "Message of the day displayed to players connecting." msgstr "Message du jour affiché aux joueurs lors de la connexion." +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "Mini-carte" @@ -3118,16 +3427,6 @@ msgstr "Hauteur de scannage de la mini-carte" msgid "Minimum texture size for filters" msgstr "Taille minimum des textures à filtrer" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" -"Images par seconde (FPS) minimum.\n" -"Le niveau de rendu est dynamiquement adapté selon ce paramètre et la " -"distance de vue (minimale et maximale)." - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "Mip-mapping" @@ -3218,10 +3517,6 @@ msgstr "" "Port du réseau à écouter (UDP).\n" "Cette valeur est annulée en commençant depuis le menu." -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "Nouveau style de liquide" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "Les nouveaux joueurs ont besoin d'entrer ce mot de passe." @@ -3243,6 +3538,10 @@ msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" "Paramètres de mélange pour la température, humidité et mélange de biomes." +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "Échantillonnage de normalmaps" @@ -3294,10 +3593,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "Echelle générale de l'occlusion parallaxe." -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Occlusion parallaxe" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "Occlusion parallaxe" @@ -3368,23 +3663,6 @@ msgstr "" "Port où se connecter (UDP).\n" "Le champ de port dans le menu va annuler ce paramètre." -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" -"Pré-générer tous les visuels d'items utilisés dans l'inventaire.\n" -"Cela augmente le temps de démarrage, mais rend les inventaires plus " -"fluides.\n" -"Les textures générées peuvent facilement déborder votre VRAM, causant des " -"bugs dans votre inventaire." - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Pré-chargement des textures d'inventaire" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3416,6 +3694,10 @@ msgstr "" "Les valeurs plus grandes que 26 entraînent une \"coupure\" nette des nuages " "aux coins de l'aire." +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "Entrée aléatoire" @@ -3444,6 +3726,22 @@ msgstr "Droite" msgid "Rightclick repetition interval" msgstr "Intervalle de répétition du clic droit" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "Enregistrement des actions" @@ -3575,10 +3873,6 @@ msgstr "" "Mettre sur \"true\" active les liquides mouvants.\n" "Nécessite les shaders pour être activé." -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shaders" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3607,6 +3901,10 @@ msgid "" "nodes)." msgstr "Taille des chunks à générer, établie en mapblocks (16^3 blocs)." +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Lumière douce" @@ -3669,19 +3967,35 @@ msgstr "Vérification stricte du protocole" msgid "Synchronous SQLite" msgstr "SQLite synchronisé" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Chemin des textures" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" -"Distance d'affichage maximum.\n" -"Définir cette valeur égale à la distance de vue minimum pour désactiver\n" -"l'auto-ajustement dynamique de la distance d'affichage." #: src/settings_translation_file.cpp msgid "The network interface that the server listens on." @@ -3776,6 +4090,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Changer de caméra" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "Délais d'apparition des infobulles" @@ -3848,17 +4167,33 @@ msgid "V-Sync" msgstr "Synchronisation verticale" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." -msgstr "Largeur initiale de la fenêtre de jeu." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "Synchronisation verticale de la fenêtre de jeu." -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "Portée verticale du spawn" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "Pilote vidéo" @@ -3867,6 +4202,12 @@ msgstr "Pilote vidéo" msgid "View bobbing" msgstr "Mouvement du bras" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "Réduire la distance d'affichage" @@ -3876,24 +4217,33 @@ msgid "View range increase key" msgstr "Augmenter la distance d'affichage" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" +#, fuzzy +msgid "Viewing range" msgstr "Distance de vue maximum" -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" -msgstr "Distance de vue minimum" - #: src/settings_translation_file.cpp msgid "Volume" msgstr "Volume du son" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" +"Série Julia : coordonnée W de la couche 3D de la forme 4D.\n" +"La portée est environ entre -2 et 2." + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Vitesse de marche" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "FPS minimum" +#, fuzzy +msgid "Water Features" +msgstr "Niveau de l'eau" #: src/settings_translation_file.cpp msgid "Water level" @@ -4039,6 +4389,11 @@ msgstr "" "Détermine la visibilité des infos de débogage du client (même effet que " "taper F5)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Width component of the initial window size." +msgstr "Résolution verticale de la fenêtre de jeu." + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "Épaisseur des bordures de sélection autour des blocs." @@ -4051,6 +4406,14 @@ msgstr "" "Chemin du monde (tout ce qui relatif au monde est enregistré ici).\n" "Inutile si démarré depuis le menu." +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "Délais d'interruption de cURL lors d'un téléchargement de fichier" @@ -4063,100 +4426,107 @@ msgstr "Limite parallèle de cURL" msgid "cURL timeout" msgstr "Délais d'interruption de cURL" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Êtes-vous sûr de vouloir réinitialiser votre monde ?" +#~ msgid "\"" +#~ msgstr "\"" -#~ msgid "Fancy Leaves" -#~ msgstr "Arbres détaillés" - -#~ msgid "Mipmap" -#~ msgstr "MIP mapping" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "MIP map + anisotropie" - -#~ msgid "No Mipmap" -#~ msgstr "Sans MIP map" - -#~ msgid "No!!!" -#~ msgstr "Non !" - -#~ msgid "Opaque Leaves" -#~ msgstr "Arbres minimaux" - -#~ msgid "Opaque Water" -#~ msgstr "Eau opaque" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Réinitialiser le monde" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Taille appliquée aux menus : " - -#~ msgid "Simple Leaves" -#~ msgstr "Arbres simples" - -#~ msgid "Texturing:" -#~ msgstr "Textures :" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Pour activer les shaders, le pilote OpenGL doit être utilisé." - -#~ msgid "Downloading" -#~ msgstr "Téléchargement" - -#~ msgid " KB/s" -#~ msgstr " Ko/s" - -#~ msgid " MB/s" -#~ msgstr " Mo/s" - -#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgid "Enable a bit lower water surface, so it doesn't " #~ msgstr "" -#~ "Clic gauche : déplacer tous les objets -- Clic droit : déplacer un objet" +#~ "Rend l'eau légèrement plus basse, de façon à ce qu'elle ne submerge pas " +#~ "le bloc complètement.\n" +#~ "Note : cette fonctionnalité est assez expérimentale et l'éclairage doux " +#~ "ne fonctionne pas dessus. " -#~ msgid "is required by:" -#~ msgstr "est requis par :" +#~ msgid "If disabled " +#~ msgstr "Si désactivé " -#~ msgid "Configuration saved. " -#~ msgstr "Configuration enregistrée. " +#~ msgid "If enabled, " +#~ msgstr "Si activé, " -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Attention : configuration incorrecte. " +#~ msgid "Rendering:" +#~ msgstr "Affichage :" -#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Redémarrez Minetest pour que le changement du pilote prenne effet" + +#~ msgid "Game Name" +#~ msgstr "Nom du jeu" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr : Impossible de copier le mod \"$1\" dans le jeu \"$2\"" + +#~ msgid "GAMES" +#~ msgstr "JEUX" + +#~ msgid "Mods:" +#~ msgstr "Mods :" + +#~ msgid "new game" +#~ msgstr "nouveau jeu" + +#~ msgid "EDIT GAME" +#~ msgstr "MODIFIER LE JEU" + +#~ msgid "Remove selected mod" +#~ msgstr "Supprimer le mod sélectionné" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Ajouter un mod" + +#~ msgid "CLIENT" +#~ msgstr "CLIENT" + +#~ msgid "Favorites:" +#~ msgstr "Favoris :" + +#~ msgid "START SERVER" +#~ msgstr "DÉMARRER LE SERVEUR" + +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Password" +#~ msgstr "Mot de passe" + +#~ msgid "SETTINGS" +#~ msgstr "PARAMÈTRES" + +#~ msgid "Preload item visuals" +#~ msgstr "Précharger les objets" + +#~ msgid "Finite Liquid" +#~ msgstr "Liquides limités" + +#~ msgid "SINGLE PLAYER" +#~ msgstr "PARTIE SOLO" + +#~ msgid "TEXTURE PACKS" +#~ msgstr "PACKS DE TEXTURES" + +#~ msgid "MODS" +#~ msgstr "MODS" + +#~ msgid "Add mod:" +#~ msgstr "Ajouter un mod :" + +#~ msgid "Local install" +#~ msgstr "Installation locale" + +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " #~ msgstr "" -#~ "Impossible de créer le monde : le nom contient des caractères invalides" +#~ "Attention : certains mods ne sont pas encore configurés.\n" +#~ "Ils seront activés par défaut quand vous enregistrerez la configuration. " -#~ msgid "Show Public" -#~ msgstr "Voir les serveurs publics" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Attention : certains mods configurés sont introuvables.\n" +#~ "Leurs réglages seront effacés quand vous enregistrerez la configuration. " -#~ msgid "Show Favorites" -#~ msgstr "Voir les serveurs favoris" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Laisser l'adresse vide pour lancer un serveur local." - -#~ msgid "Create world" -#~ msgstr "Créer un monde" - -#~ msgid "Address required." -#~ msgstr "Adresse requise." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Impossible de supprimer le monde : rien n'est sélectionné" - -#~ msgid "Files to be deleted" -#~ msgstr "Fichiers à supprimer" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Impossible de créer le monde : aucun jeu n'est présent" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Impossible de configurer ce monde : aucune sélection active" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Tous les fichiers du monde n'ont pu être supprimés" +#~ msgid "Delete map" +#~ msgstr "Supprimer la carte" #~ msgid "" #~ "Default Controls:\n" @@ -4183,104 +4553,234 @@ msgstr "Délais d'interruption de cURL" #~ "- Échap : ce menu\n" #~ "- T : discuter\n" -#~ msgid "Delete map" -#~ msgstr "Supprimer la carte" +#~ msgid "Failed to delete all world files" +#~ msgstr "Tous les fichiers du monde n'ont pu être supprimés" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Impossible de configurer ce monde : aucune sélection active" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Impossible de créer le monde : aucun jeu n'est présent" + +#~ msgid "Files to be deleted" +#~ msgstr "Fichiers à supprimer" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Impossible de supprimer le monde : rien n'est sélectionné" + +#~ msgid "Address required." +#~ msgstr "Adresse requise." + +#~ msgid "Create world" +#~ msgstr "Créer un monde" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Laisser l'adresse vide pour lancer un serveur local." + +#~ msgid "Show Favorites" +#~ msgstr "Voir les serveurs favoris" + +#~ msgid "Show Public" +#~ msgstr "Voir les serveurs publics" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "" +#~ "Impossible de créer le monde : le nom contient des caractères invalides" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Attention : configuration incorrecte. " + +#~ msgid "Configuration saved. " +#~ msgstr "Configuration enregistrée. " + +#~ msgid "is required by:" +#~ msgstr "est requis par :" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "" +#~ "Clic gauche : déplacer tous les objets -- Clic droit : déplacer un objet" + +#~ msgid " MB/s" +#~ msgstr " Mo/s" + +#~ msgid " KB/s" +#~ msgstr " Ko/s" + +#~ msgid "Downloading" +#~ msgstr "Téléchargement" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Taille appliquée aux menus : " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Réinitialiser le monde" + +#~ msgid "Wanted FPS" +#~ msgstr "FPS minimum" + +#~ msgid "Viewing range minimum" +#~ msgstr "Distance de vue minimum" + +#~ msgid "Vertical spawn range" +#~ msgstr "Portée verticale du spawn" + +#~ msgid "Vertical initial window size." +#~ msgstr "Largeur initiale de la fenêtre de jeu." #~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " +#~ "The allowed adjustment range for the automatic rendering range " +#~ "adjustment.\n" +#~ "Set this to be equal to viewing range minimum to disable the auto-" +#~ "adjustment algorithm." #~ msgstr "" -#~ "Attention : certains mods configurés sont introuvables.\n" -#~ "Leurs réglages seront effacés quand vous enregistrerez la configuration. " +#~ "Distance d'affichage maximum.\n" +#~ "Définir cette valeur égale à la distance de vue minimum pour désactiver\n" +#~ "l'auto-ajustement dynamique de la distance d'affichage." + +#~ msgid "Preload inventory textures" +#~ msgstr "Pré-chargement des textures d'inventaire" #~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " +#~ "Pre-generate all item visuals used in the inventory.\n" +#~ "This increases startup time, but runs smoother in-game.\n" +#~ "The generated textures can easily exceed your VRAM, causing artifacts in " +#~ "the inventory." #~ msgstr "" -#~ "Attention : certains mods ne sont pas encore configurés.\n" -#~ "Ils seront activés par défaut quand vous enregistrerez la configuration. " +#~ "Pré-générer tous les visuels d'items utilisés dans l'inventaire.\n" +#~ "Cela augmente le temps de démarrage, mais rend les inventaires plus " +#~ "fluides.\n" +#~ "Les textures générées peuvent facilement déborder votre VRAM, causant des " +#~ "bugs dans votre inventaire." -#~ msgid "Local install" -#~ msgstr "Installation locale" +#~ msgid "New style water" +#~ msgstr "Nouveau style de liquide" -#~ msgid "Add mod:" -#~ msgstr "Ajouter un mod :" - -#~ msgid "MODS" -#~ msgstr "MODS" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "PACKS DE TEXTURES" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "PARTIE SOLO" - -#~ msgid "Finite Liquid" -#~ msgstr "Liquides limités" - -#~ msgid "Preload item visuals" -#~ msgstr "Précharger les objets" - -#~ msgid "SETTINGS" -#~ msgstr "PARAMÈTRES" - -#~ msgid "Password" -#~ msgstr "Mot de passe" - -#~ msgid "Name" -#~ msgstr "Nom" - -#~ msgid "START SERVER" -#~ msgstr "DÉMARRER LE SERVEUR" - -#~ msgid "Favorites:" -#~ msgstr "Favoris :" - -#~ msgid "CLIENT" -#~ msgstr "CLIENT" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Ajouter un mod" - -#~ msgid "Remove selected mod" -#~ msgstr "Supprimer le mod sélectionné" - -#~ msgid "EDIT GAME" -#~ msgstr "MODIFIER LE JEU" - -#~ msgid "new game" -#~ msgstr "nouveau jeu" - -#~ msgid "Mods:" -#~ msgstr "Mods :" - -#~ msgid "GAMES" -#~ msgstr "JEUX" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr : Impossible de copier le mod \"$1\" dans le jeu \"$2\"" - -#~ msgid "Game Name" -#~ msgstr "Nom du jeu" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Redémarrez Minetest pour que le changement du pilote prenne effet" - -#~ msgid "Rendering:" -#~ msgstr "Affichage :" - -#~ msgid "If enabled, " -#~ msgstr "Si activé, " - -#~ msgid "If disabled " -#~ msgstr "Si désactivé " - -#~ msgid "Enable a bit lower water surface, so it doesn't " +#~ msgid "" +#~ "Minimum wanted FPS.\n" +#~ "The amount of rendered stuff is dynamically set according to this. and " +#~ "viewing range min and max." #~ msgstr "" -#~ "Rend l'eau légèrement plus basse, de façon à ce qu'elle ne submerge pas " -#~ "le bloc complètement.\n" -#~ "Note : cette fonctionnalité est assez expérimentale et l'éclairage doux " -#~ "ne fonctionne pas dessus. " +#~ "Images par seconde (FPS) minimum.\n" +#~ "Le niveau de rendu est dynamiquement adapté selon ce paramètre et la " +#~ "distance de vue (minimale et maximale)." -#~ msgid "\"" -#~ msgstr "\"" +#~ msgid "" +#~ "Maximum distance above water level for player spawn.\n" +#~ "Larger values result in spawn points closer to (x = 0, z = 0).\n" +#~ "Smaller values may result in a suitable spawn point not being found,\n" +#~ "resulting in a spawn at (0, 0, 0) possibly buried underground." +#~ msgstr "" +#~ "Distance maximum au-dessus du niveau de l'eau où le joueur apparaît.\n" +#~ "Des valeurs plus grandes aboutissent à des locations plus proches de (x = " +#~ "0, z = 0).\n" +#~ "Des valeurs plus petites peut résulter à une location de spawn non-" +#~ "trouvée, résultant\n" +#~ "à une location située à (0, 0, 0) probablement enterrée sous le sol." + +#~ msgid "Mapgen fractal mandelbrot slice w" +#~ msgstr "Mapgen Mandelbrot : couche fractale W" + +#~ msgid "Mapgen fractal mandelbrot scale" +#~ msgstr "Mapgen Mandelbrot : échelles fractales" + +#~ msgid "Mapgen fractal mandelbrot offset" +#~ msgstr "Mapgen Mandelbrot : décalages fractals" + +#~ msgid "Mapgen fractal mandelbrot iterations" +#~ msgstr "Mapgen Mandelbrot : itérations fractales" + +#~ msgid "" +#~ "Map generation attributes specific to Mapgen fractal.\n" +#~ "'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +#~ "Flags that are not specified in the flag string are not modified from the " +#~ "default.\n" +#~ "Flags starting with \"no\" are used to explicitly disable them." +#~ msgstr "" +#~ "Attributs de terrain spécifiques à Mapgen V7.\n" +#~ "'ridges' sont les rivières.\n" +#~ "Les drapeaux qui ne sont spécifiés dans le champ gardent leurs valeurs " +#~ "par défaut.\n" +#~ "Les drapeaux commençant par \"non\" sont désactivés." + +#~ msgid "" +#~ "Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +#~ "Range roughly -2 to 2." +#~ msgstr "" +#~ "Série Mandelbrot : coordonnée W de la couche 3D de la forme 4D.\n" +#~ "La portée est environ entre -2 et 2." + +#~ msgid "" +#~ "Mandelbrot set: Iterations of the recursive function.\n" +#~ "Controls scale of finest detail." +#~ msgstr "" +#~ "Série Mandelbrot : itérations de la fonction récursive.\n" +#~ "Contrôle l'échelle du détail le plus subtil." + +#~ msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." +#~ msgstr "Série Mandelbrot : échelles (X,Y,Z) en blocs." + +#~ msgid "" +#~ "Mandelbrot set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by m_scale for offsets in nodes." +#~ msgstr "" +#~ "Série Mandelbrot : décalages (X,Y,Z) à partir du centre du monde.\n" +#~ "La portée est environ entre -2 et 2. Multiplier par m_scale pour décaler " +#~ "en nombre de blocs." + +#~ msgid "" +#~ "Key for increasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Touche pour augmenter la distance de vue. Modifie la distance de vue " +#~ "minimale.\n" +#~ "Voir http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Key for decreasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Touche pour réduire la distance de vue. Modifie la distance de vue " +#~ "minimale.\n" +#~ "Voir http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Julia set: W value determining the 4D shape.\n" +#~ "Range roughly -2 to 2." +#~ msgstr "" +#~ "Série Julia : valeur W déterminant la forme 4D.\n" +#~ "La portée est environ entre -2 et 2." + +#~ msgid "" +#~ "Julia set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by j_scale for offsets in nodes." +#~ msgstr "" +#~ "Série Julia : décalages (X,Y,Z) à partir du centre du monde.\n" +#~ "La portée est environ entre -2 et 2. Multiplier par j_scale pour décaler " +#~ "en nombre de blocs." + +#~ msgid "Enable selection highlighting for nodes (disables selectionbox)." +#~ msgstr "" +#~ "Active l'éclairage des blocs pointés (et supprime les bordures noires de " +#~ "sélection)." + +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "Rend la surface de l'eau légèrement plus basse, de façon à ce qu'elle ne " +#~ "submerge pas\n" +#~ "entièrement le bloc voisin.\n" +#~ "Cette fonctionnalité est encore expérimentale et la lumière douce " +#~ "n’apparaît pas à la\n" +#~ "surface de l'eau." + +#~ msgid "Item textures..." +#~ msgstr "Textures d'items..." diff --git a/po/he/minetest.po b/po/he/minetest.po index 036978fe0..bfb7cd7d9 100644 --- a/po/he/minetest.po +++ b/po/he/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-10-26 16:22+0200\n" "Last-Translator: ChaosWormz \n" -"Language-Team: Hebrew " -"\n" +"Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,8 +72,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "ביטול" @@ -111,8 +112,8 @@ msgstr "" msgid "Mod:" msgstr "מוד:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "שמור" @@ -185,6 +186,7 @@ msgid "No of course not!" msgstr "לא ברור שלא!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "כן" @@ -204,6 +206,92 @@ msgstr "קבל" msgid "Rename Modpack:" msgstr "" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "משחקים" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "מודים" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -294,10 +382,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "מודים" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -410,15 +494,40 @@ msgid "Start Game" msgstr "התחל משחק" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +msgid "3D Clouds" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "הגדרות" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Bilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -426,73 +535,105 @@ msgid "Change keys" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" +#, fuzzy +msgid "Connected Glass" +msgstr "התחבר" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Enable Particles" +msgstr "אפשר בכל" + +#: builtin/mainmenu/tab_settings.lua +msgid "Fancy Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" +msgid "Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "No Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "משחקים" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "No Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." +msgid "Node Highlighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." +msgid "Opaque Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " +msgid "Opaque Water" msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "הגדרות" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "Simple Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Smooth Lighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" msgstr "" #: builtin/mainmenu/tab_simple_main.lua @@ -519,10 +660,6 @@ msgstr "שחקן יחיד" msgid "No information available" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -547,10 +684,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Loading textures..." msgstr "" @@ -1120,6 +1253,15 @@ msgstr "" msgid "Zoom" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1142,7 +1284,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1198,6 +1341,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1206,6 +1353,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1221,6 +1372,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1233,6 +1388,10 @@ msgstr "" msgid "Backward key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1253,10 +1412,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1269,6 +1424,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "" @@ -1277,6 +1444,29 @@ msgstr "" msgid "Chat toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1331,6 +1521,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "" @@ -1384,10 +1580,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1474,6 +1690,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1496,6 +1720,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "" @@ -1525,12 +1756,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "אפשר בכל" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1544,10 +1772,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1578,6 +1802,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1590,6 +1818,10 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "" @@ -1676,6 +1908,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1784,6 +2024,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1791,10 +2035,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1805,6 +2050,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "מודים" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1817,6 +2067,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1830,7 +2084,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1855,6 +2109,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1947,6 +2205,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "" @@ -1965,47 +2227,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2019,7 +2270,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2033,7 +2284,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2230,6 +2481,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2330,36 +2589,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2400,6 +2649,10 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2420,6 +2673,54 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen flat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2437,23 +2738,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2473,25 +2762,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2636,6 +2921,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2664,14 +2961,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2763,6 +3052,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2779,13 +3072,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "" @@ -2862,10 +3148,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2886,6 +3168,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2926,10 +3212,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -2994,18 +3276,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3029,6 +3299,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3057,6 +3331,22 @@ msgstr "" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3174,10 +3464,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3203,6 +3489,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "" @@ -3258,14 +3548,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3337,6 +3646,10 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Tone Mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3405,17 +3718,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3424,6 +3753,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3433,23 +3768,27 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" +msgid "Water Features" msgstr "" #: src/settings_translation_file.cpp @@ -3558,6 +3897,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3568,6 +3911,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" diff --git a/po/hu/minetest.po b/po/hu/minetest.po index f437d78a5..e4dacffe5 100644 --- a/po/hu/minetest.po +++ b/po/hu/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-02-07 12:19+0000\n" "Last-Translator: Kisbenedek Márton \n" -"Language-Team: Hungarian " -"\n" +"Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "$1 és $2 közötti protokoll verziókat támogatunk." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Mégse" @@ -115,8 +116,8 @@ msgstr "Modpakk tartalom elrejtés" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Mentés" @@ -190,6 +191,7 @@ msgid "No of course not!" msgstr "Persze, hogy nem!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Igen" @@ -209,6 +211,92 @@ msgstr "Elfogad" msgid "Rename Modpack:" msgstr "Modpakk átnevezés:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Keres" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Letiltva" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Szerkeszt" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Engedélyezve" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "A formátum 3 szám vesszőkkel elválasztva zárójelek között." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Játékok" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Modok" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Írj be egy érvényes egész számot." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Írj be egy érvényes számot." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Lehetséges értékek: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Alapértelmezett visszaállítás" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Útvonal kiválasztás" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Technikai nevek mutatása" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Az értéknek nagyobbnak kell lennie ennél: $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Az értéknek kisebbnek kell lennie ennél: $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -302,10 +390,6 @@ msgstr "Telepített modok:" msgid "Mod information:" msgstr "Mod ismertető:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Modok" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Nincs elérhető mod leírás" @@ -418,90 +502,163 @@ msgid "Start Game" msgstr "Játék indítása" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "" +msgid "2x" +msgstr "2x" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "" +#, fuzzy +msgid "3D Clouds" +msgstr "3D felhők" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Keres" +msgid "4x" +msgstr "4x" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "8x" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Beállítások" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "Élsimítás:" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Biztosan visszaállítod az egyjátékos világod?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bilineáris szűrés" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Bumpmapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Gombok változtatása" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Letiltva" +#, fuzzy +msgid "Connected Glass" +msgstr "Üveg csatlakozása" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Szerkeszt" +#, fuzzy +msgid "Enable Particles" +msgstr "Mind engedélyez" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Engedélyezve" +msgid "Fancy Leaves" +msgstr "Szép levelek" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "A formátum 3 szám vesszőkkel elválasztva zárójelek között." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Normálfelületek generálása" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" +#, fuzzy +msgid "Mipmap" +msgstr "Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Játékok" +#, fuzzy +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmap + Aniso. Filter" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" +#, fuzzy +msgid "No Filter" +msgstr "Szűrés" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" +#, fuzzy +msgid "No Mipmap" +msgstr "No Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Írj be egy érvényes egész számot." +msgid "No!!!" +msgstr "Nem!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Írj be egy érvényes számot." +#, fuzzy +msgid "Node Highlighting" +msgstr "Blokk kiemelés" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Semmi" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Lehetséges értékek: " +msgid "Opaque Leaves" +msgstr "Áttetsző levelek" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Alapértelmezett visszaállítás" +msgid "Opaque Water" +msgstr "Áttetsző víz" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Útvonal kiválasztás" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Parallax Occlusion" +msgstr "Parallax Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Beállítások" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Technikai nevek mutatása" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shaderek" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Az értéknek nagyobbnak kell lennie ennél: $1." +msgid "Simple Leaves" +msgstr "Egyszerű levelek" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Az értéknek kisebbnek kell lennie ennél: $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Simított megvilágítás" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Textúrázás:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "A shaderek engedélyezéséhez OpenGL driver használata szükséges." + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Touchthreshold (px)" +msgstr "Touchthreshold (px)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Tri-lineáris szűrés" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Hullámzó levelek" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Hullámzó növények" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Hullámzó víz" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -527,10 +684,6 @@ msgstr "Egyjátékos" msgid "No information available" msgstr "Nincs elérhető információ" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Semmi" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Textúrapakk kiválasztása:" @@ -556,10 +709,6 @@ msgstr "Csomópontok inicializálása" msgid "Initializing nodes..." msgstr "Csomópontok inicializálása..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Elem textúrák..." - #: src/client.cpp msgid "Loading textures..." msgstr "Textúrák betöltése..." @@ -1166,6 +1315,15 @@ msgstr "X Gomb 2" msgid "Zoom" msgstr "Nagyítás" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "" @@ -1193,7 +1351,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "3D támogatás.\n" "Jelenleg támogatott:\n" @@ -1265,6 +1424,10 @@ msgstr "" msgid "Advanced" msgstr "Haladó" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Repülés és gyorsaság mindig" @@ -1273,6 +1436,10 @@ msgstr "Repülés és gyorsaság mindig" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Anizotrópikus szűrés" @@ -1288,8 +1455,12 @@ msgid "" "minetest.net." msgstr "" "Bejelentés a szerverlistára.\n" -"Ha be akarod jelenteni az ipv6 címedet, használd ezt: serverlist_url = " -"v6.servers.minetest.net." +"Ha be akarod jelenteni az ipv6 címedet, használd ezt: serverlist_url = v6." +"servers.minetest.net." + +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" @@ -1303,6 +1474,11 @@ msgstr "Automatikus bejelentés a szerverlistára." msgid "Backward key" msgstr "Vissza gomb" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Hullámzó víz magassága" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Alap" @@ -1325,11 +1501,6 @@ msgstr "Bit/pixel (vagyis színmélység) teljes képernyős módban." msgid "Build inside player" msgstr "Építés játékosba" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Bumpmapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Kamera simítás" @@ -1342,6 +1513,18 @@ msgstr "Kamera simítás \"cinematic\" módban" msgid "Camera update toggle key" msgstr "Kamera frissítés váltás gomb" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Csevegés gomb" @@ -1350,6 +1533,29 @@ msgstr "Csevegés gomb" msgid "Chat toggle key" msgstr "Csevegés váltás gomb" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Térképdarab (chunk) mérete" @@ -1410,6 +1616,12 @@ msgstr "" "funkcióik még a mod biztonság bekapcsolása esetén is " "(request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Parancs gomb" @@ -1469,10 +1681,30 @@ msgstr "" "Amikor a havas területek engedélyezve vannak, 'mgv6_freq_desert' figyelmen " "kívül hagyva." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Üzenet összeomláskor" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Célkereszt alfa" @@ -1561,6 +1793,14 @@ msgstr "Eszköztippek megjelenítésének késleltetése, miliszekundumban." msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "Ereszkedés sebessége" @@ -1585,6 +1825,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Csalás elleni védelem letiltása" @@ -1614,16 +1861,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"Kicsivel alacsonyabb víz felszín engedélyezése, hogy ne töltse meg teljesen " -"a blokkot.\n" -"Megjegyzés: ez nem teljesen optimalizált, és a simított megvilágítás\n" -"így nem működik a víz felszínén." +#, fuzzy +msgid "Enable VBO" +msgstr "Modpakk engedélyez" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1637,12 +1877,6 @@ msgstr "Játékosok sérülésének és halálának engedélyezése." msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" -"Kijelölés kiemelés (kivilágítás) engedélyezése a blokkoknál (letiltja a " -"kijelölődobozt)." - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1681,6 +1915,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1693,6 +1931,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Minitérkép engedélyezése." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Minitérkép engedélyezése." @@ -1785,6 +2028,14 @@ msgstr "" "A client/serverlist/ mappában lévő fájl, ami tartalmazza a kedvenc " "szervereket, amik a Többjátékos fül alatt jelennek meg." +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1893,6 +2144,10 @@ msgstr "Felhasználói felület méretarány szűrő txr2img" msgid "Gamma" msgstr "Gamma" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Generate normalmaps" @@ -1901,10 +2156,11 @@ msgstr "Normálfelületek generálása" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1915,6 +2171,11 @@ msgstr "Grafika" msgid "Gravity" msgstr "Gravitáció" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Modok" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "HUD váltás gomb" @@ -1927,6 +2188,11 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Height component of the initial window size." +msgstr "Kezdeti vízszintes ablak méret." + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "A felhők megjelenésének magassága." @@ -1940,8 +2206,8 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "A szerver honlapja, ami a szerverlistában megjelenik." #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." -msgstr "Kezdeti vízszintes ablak méret." +msgid "How deep to make rivers" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -1965,6 +2231,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2006,8 +2276,8 @@ msgid "" "If enabled, \"use\" key instead of \"sneak\" key is used for climbing down " "and descending." msgstr "" -"Ha engedélyezve van, a \"használat\" (use) gomb lesz használatban a \"" -"lopakodás\" (sneak) helyett lefelé mászáskor, vagy ereszkedéskor." +"Ha engedélyezve van, a \"használat\" (use) gomb lesz használatban a " +"\"lopakodás\" (sneak) helyett lefelé mászáskor, vagy ereszkedéskor." #: src/settings_translation_file.cpp msgid "" @@ -2025,8 +2295,8 @@ msgid "" "If enabled, invalid world data won't cause the server to shut down.\n" "Only enable this if you know what you are doing." msgstr "" -"Ha engedélyezve van, érvénytelen világ adat nem okozza a szerver leállítását." -"\n" +"Ha engedélyezve van, érvénytelen világ adat nem okozza a szerver " +"leállítását.\n" "Csak akkor engedélyezd, ha tudod, hogy mit csinálsz." #: src/settings_translation_file.cpp @@ -2076,6 +2346,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Eszköztár gomb" @@ -2094,47 +2368,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2147,14 +2410,15 @@ msgid "Jumping speed" msgstr "Ugrás sebessége" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"A látóterület csökkentésének gombja. A minimum látóterületet módosítja.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Gomb a végtelen látóterület bekapcsolásához.\n" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2163,18 +2427,19 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb az éppen kijelölt tárgy eldobásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"A látóterület növelésének gombja. A minimum látótávolságot módosítja.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Gomb a végtelen látóterület bekapcsolásához.\n" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2183,8 +2448,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Ugrás gombja.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2193,8 +2458,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a gyors mozgáshoz gyors (fast) módban.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2203,8 +2468,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a játékos hátrafelé mozgásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2213,8 +2478,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a játékos előre mozgásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901" -"735e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2223,8 +2488,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a játékos balra mozgatásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2233,8 +2498,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a játékos jobbra mozgatásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2243,8 +2508,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a csevegő konzol megnyitásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2253,8 +2518,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a csevegő ablak megnyitásához, parancsok beírásához.\n" -"Lásd: //irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3d" -"a1b0edf72eb3" +"Lásd: //irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2263,8 +2528,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a csevegő ablak megnyitásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2273,8 +2538,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb az Eszköztár megnyitásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2294,8 +2559,8 @@ msgstr "" "Gomb a lopakodáshoz (sneak).\n" "A lefelé mászáshoz és vízben történő ereszkedéshez is használt, ha a " "aux1_descends le van tiltva.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2304,8 +2569,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a belső és külső nézetű kamera váltáshoz.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2314,8 +2579,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb képernyőfelvétel készítéshez.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2324,8 +2589,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a \"cinematic\" mód (filmkészítés) bekapcsolásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2334,8 +2599,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a minitérkép megjelenítéséhez.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2344,8 +2609,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a gyors (fast) módra váltáshoz.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2354,8 +2619,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a repülés (fly) módra váltáshoz.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2364,8 +2629,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a noclip módra váltáshoz.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2374,8 +2639,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a kamerafrissítés bekapcsolásához. Csak fejlesztők számára.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2384,8 +2649,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a hibakeresési infók megjelenítéséhez.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2394,8 +2659,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a HUD megjelenítéséhez/kikapcsolásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2404,8 +2669,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a csevegő megjelenítéséhez.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2414,8 +2679,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a köd megjelenítésének ki/bekapcsolásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2431,8 +2696,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Gomb a végtelen látóterület bekapcsolásához.\n" -"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "Key use for climbing/descending" @@ -2442,6 +2707,14 @@ msgstr "Gomb használat a mászás/ereszkedéshez" msgid "Language" msgstr "Nyelv" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "Levelek stílusa" @@ -2548,36 +2821,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "Térkép mappája" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2618,6 +2881,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Térkép generátor neve" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2639,6 +2907,59 @@ msgstr "Térkép generátor hibakereső" msgid "Mapgen flags" msgstr "Térkép generátor" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Térkép generátor" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Térkép generátor" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Térkép generátor" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Parallax Occlusion" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Térkép generátor" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2658,26 +2979,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Térkép generátor" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Parallax Occlusion" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2695,25 +3004,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Térkép generátor" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Térkép generátor" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Térkép generátor" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2858,6 +3166,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2886,20 +3206,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "Maximum FPS a játék szüneteltetésekor." -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" -"Maximum távolság a vízszinttől, ahol a játékosok újraéledhetnek/" -"megjelenhetnek csatlakozáskor (spawn).\n" -"Magasabb értékek közelebb visznek az (x = 0, z = 0)-hoz.\n" -"Alacsonyabb értékek azt eredményezhetik, hogy nem lesz megfelelő pont a " -"feléledéshez,\n" -"(0,0,0) pozícióban történő feléledést, ami valószínűleg a föld alatt lesz." - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2991,6 +3297,10 @@ msgstr "Napi üzenet" msgid "Message of the day displayed to players connecting." msgstr "Napi üzenet a csatlakozó játékosoknak." +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "Minitérkép" @@ -3007,17 +3317,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" -"Minimum kívánt FPS.\n" -"A renderelt cuccok mennyisége dinamikusan ez alapján állítódik be (és a " -"látórerület min és max)." - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -3102,10 +3401,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "Új stílusú víz" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "Az új felhasználóknak ezt a jelszót kell megadniuk." @@ -3126,6 +3421,10 @@ msgstr "Blokk kiemelés" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3166,11 +3465,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Parallax Occlusion" -msgstr "Parallax Occlusion" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3245,18 +3539,6 @@ msgstr "" "Port a csatlakozáshoz (UDP).\n" "A főmenü port mezője ezt a beállítást felülírja." -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Eszköztár textúráinak előtöltése" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3282,6 +3564,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3310,6 +3596,22 @@ msgstr "Jobb gomb" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3441,10 +3743,6 @@ msgstr "" "A \"true\" beállítás esetén hullámzó víz.\n" "A shaderek engedélyezése szükséges hozzá." -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shaderek" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3472,6 +3770,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Simított megvilágítás" @@ -3529,15 +3831,34 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Textúrák útvonala" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3618,6 +3939,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Kamera mód váltó gomb" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "Eszköztipp késleltetés" @@ -3689,17 +4015,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." -msgstr "Függőleges kezdeti ablak méret." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "Függőleges képernyő szinkronizálás." -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "Az (újra)éledés függőleges irányú területe" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3708,6 +4050,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "Látóterület csökkentés gomb" @@ -3717,24 +4065,30 @@ msgid "View range increase key" msgstr "Látóterület növelés gomb" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" +#, fuzzy +msgid "Viewing range" msgstr "Maximum látóterület" -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" -msgstr "Minimum látóterület" - #: src/settings_translation_file.cpp msgid "Volume" msgstr "Hangerő" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Járás sebessége" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "Kívánt FPS" +#, fuzzy +msgid "Water Features" +msgstr "Vízszint" #: src/settings_translation_file.cpp msgid "Water level" @@ -3852,6 +4206,11 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "A hibakereső infó mutatása (ugyanaz a hatás, ha F5-öt nyomunk)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Width component of the initial window size." +msgstr "Kezdeti vízszintes ablak méret." + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "A kijelölődoboz vonalainak szélessége a blokkok körül." @@ -3864,6 +4223,14 @@ msgstr "" "Világ (world) mappa (minden itt tárolódik ami a világban van).\n" "Ez nem szükséges, ha a főmenüből indítunk." +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3876,145 +4243,173 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "2x" -#~ msgstr "2x" - -#~ msgid "4x" -#~ msgstr "4x" - -#~ msgid "8x" -#~ msgstr "8x" - -#~ msgid "Antialiasing:" -#~ msgstr "Élsimítás:" - -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Biztosan visszaállítod az egyjátékos világod?" - -#~ msgid "Fancy Leaves" -#~ msgstr "Szép levelek" - #, fuzzy -#~ msgid "Mipmap" -#~ msgstr "Mipmap" - -#, fuzzy -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmap + Aniso. Filter" - -#, fuzzy -#~ msgid "No Mipmap" -#~ msgstr "No Mipmap" - -#~ msgid "No!!!" -#~ msgstr "Nem!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Áttetsző levelek" - -#~ msgid "Opaque Water" -#~ msgstr "Áttetsző víz" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Egyjátékos világ visszaállítása" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "A méretarány alkalmazva a menü elemekre: " - -#~ msgid "Simple Leaves" -#~ msgstr "Egyszerű levelek" - -#~ msgid "Texturing:" -#~ msgstr "Textúrázás:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "A shaderek engedélyezéséhez OpenGL driver használata szükséges." - -#, fuzzy -#~ msgid "Touch free target" -#~ msgstr "Touch free target" - -#, fuzzy -#~ msgid "Touchthreshold (px)" -#~ msgstr "Touchthreshold (px)" - -#, fuzzy -#~ msgid "Downloading" -#~ msgstr "Le" - -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "Ball gomb: Tárgyak mozgatása, Jobb gomb: egy tárgyat mozgat" - -#~ msgid "is required by:" -#~ msgstr "kell neki:" - -#~ msgid "Configuration saved. " -#~ msgstr "Beállítások mentve. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Figyelem: A beállítások nem egyformák. " - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Nem sikerült a világ létrehozása: A névben nem jó karakterek vannak" - -#~ msgid "Show Public" -#~ msgstr "Publikus mutatása" - -#~ msgid "Show Favorites" -#~ msgstr "Kedvencek mutatása" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Hagyd el a nevét, hogy helyi szervert indíts." - -#~ msgid "Create world" -#~ msgstr "Világ létrehozása" - -#~ msgid "Address required." -#~ msgstr "Cím szükséges." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Nem törölhető a világ: Nincs kiválasztva" - -#~ msgid "Files to be deleted" -#~ msgstr "A fájl törölve lett" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Nem sikerült a világot létrehozni: Nem található a játék" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Nem sikerült a világ beállítása: Nincs kiválasztva" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Hiba az összes világ törlése közben" - -#, fuzzy -#~ msgid "Finite Liquid" -#~ msgstr "Végtelen folyadék" - -#~ msgid "Preload item visuals" -#~ msgstr "Előretöltött tárgy láthatóság" - -#, fuzzy -#~ msgid "Password" -#~ msgstr "Régi jelszó" - -#~ msgid "Favorites:" -#~ msgstr "Kedvencek:" - -#, fuzzy -#~ msgid "Game Name" -#~ msgstr "Játék" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "A driver változások életbe lépéséhez indítsd újra a Minetestet" - -#~ msgid "Rendering:" -#~ msgstr "Renderelés:" +#~ msgid "If disabled " +#~ msgstr "Csomag letiltás" #, fuzzy #~ msgid "If enabled, " #~ msgstr "Engedélyez" +#~ msgid "Rendering:" +#~ msgstr "Renderelés:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "A driver változások életbe lépéséhez indítsd újra a Minetestet" + #, fuzzy -#~ msgid "If disabled " -#~ msgstr "Csomag letiltás" +#~ msgid "Game Name" +#~ msgstr "Játék" + +#~ msgid "Favorites:" +#~ msgstr "Kedvencek:" + +#, fuzzy +#~ msgid "Password" +#~ msgstr "Régi jelszó" + +#~ msgid "Preload item visuals" +#~ msgstr "Előretöltött tárgy láthatóság" + +#, fuzzy +#~ msgid "Finite Liquid" +#~ msgstr "Végtelen folyadék" + +#~ msgid "Failed to delete all world files" +#~ msgstr "Hiba az összes világ törlése közben" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Nem sikerült a világ beállítása: Nincs kiválasztva" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Nem sikerült a világot létrehozni: Nem található a játék" + +#~ msgid "Files to be deleted" +#~ msgstr "A fájl törölve lett" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Nem törölhető a világ: Nincs kiválasztva" + +#~ msgid "Address required." +#~ msgstr "Cím szükséges." + +#~ msgid "Create world" +#~ msgstr "Világ létrehozása" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Hagyd el a nevét, hogy helyi szervert indíts." + +#~ msgid "Show Favorites" +#~ msgstr "Kedvencek mutatása" + +#~ msgid "Show Public" +#~ msgstr "Publikus mutatása" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Nem sikerült a világ létrehozása: A névben nem jó karakterek vannak" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Figyelem: A beállítások nem egyformák. " + +#~ msgid "Configuration saved. " +#~ msgstr "Beállítások mentve. " + +#~ msgid "is required by:" +#~ msgstr "kell neki:" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "Ball gomb: Tárgyak mozgatása, Jobb gomb: egy tárgyat mozgat" + +#, fuzzy +#~ msgid "Downloading" +#~ msgstr "Le" + +#, fuzzy +#~ msgid "Touch free target" +#~ msgstr "Touch free target" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "A méretarány alkalmazva a menü elemekre: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Egyjátékos világ visszaállítása" + +#~ msgid "Wanted FPS" +#~ msgstr "Kívánt FPS" + +#~ msgid "Viewing range minimum" +#~ msgstr "Minimum látóterület" + +#~ msgid "Vertical spawn range" +#~ msgstr "Az (újra)éledés függőleges irányú területe" + +#~ msgid "Vertical initial window size." +#~ msgstr "Függőleges kezdeti ablak méret." + +#~ msgid "Preload inventory textures" +#~ msgstr "Eszköztár textúráinak előtöltése" + +#~ msgid "New style water" +#~ msgstr "Új stílusú víz" + +#, fuzzy +#~ msgid "" +#~ "Minimum wanted FPS.\n" +#~ "The amount of rendered stuff is dynamically set according to this. and " +#~ "viewing range min and max." +#~ msgstr "" +#~ "Minimum kívánt FPS.\n" +#~ "A renderelt cuccok mennyisége dinamikusan ez alapján állítódik be (és a " +#~ "látórerület min és max)." + +#~ msgid "" +#~ "Maximum distance above water level for player spawn.\n" +#~ "Larger values result in spawn points closer to (x = 0, z = 0).\n" +#~ "Smaller values may result in a suitable spawn point not being found,\n" +#~ "resulting in a spawn at (0, 0, 0) possibly buried underground." +#~ msgstr "" +#~ "Maximum távolság a vízszinttől, ahol a játékosok újraéledhetnek/" +#~ "megjelenhetnek csatlakozáskor (spawn).\n" +#~ "Magasabb értékek közelebb visznek az (x = 0, z = 0)-hoz.\n" +#~ "Alacsonyabb értékek azt eredményezhetik, hogy nem lesz megfelelő pont a " +#~ "feléledéshez,\n" +#~ "(0,0,0) pozícióban történő feléledést, ami valószínűleg a föld alatt lesz." + +#~ msgid "" +#~ "Key for increasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "A látóterület növelésének gombja. A minimum látótávolságot módosítja.\n" +#~ "Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Key for decreasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "A látóterület csökkentésének gombja. A minimum látóterületet módosítja.\n" +#~ "Lásd: http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "Enable selection highlighting for nodes (disables selectionbox)." +#~ msgstr "" +#~ "Kijelölés kiemelés (kivilágítás) engedélyezése a blokkoknál (letiltja a " +#~ "kijelölődobozt)." + +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "Kicsivel alacsonyabb víz felszín engedélyezése, hogy ne töltse meg " +#~ "teljesen a blokkot.\n" +#~ "Megjegyzés: ez nem teljesen optimalizált, és a simított megvilágítás\n" +#~ "így nem működik a víz felszínén." + +#~ msgid "Item textures..." +#~ msgstr "Elem textúrák..." diff --git a/po/id/minetest.po b/po/id/minetest.po index 7cb821411..071d6e2ee 100644 --- a/po/id/minetest.po +++ b/po/id/minetest.po @@ -7,12 +7,12 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-26 16:32+0000\n" "Last-Translator: Muhammad Rifqi Priyo Susanto " "\n" -"Language-Team: Indonesian " -"\n" +"Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -75,8 +75,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Kami mendukung protokol antara versi $1 dan versi $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Batal" @@ -120,8 +121,8 @@ msgstr "" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Simpan" @@ -194,6 +195,7 @@ msgid "No of course not!" msgstr "Tentu tidak!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Ya" @@ -213,6 +215,96 @@ msgstr "Setuju" msgid "Rename Modpack:" msgstr "Ganti Nama Paket Mod:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" bukan sebuah flag yang sah." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Tidak ada keterangan dari pengaturan yang diberikan)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Jelajahi" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Nonaktif" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Sunting" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Diaktifkan" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" +"Format adalah 3 angka yang dipisahkan oleh koma dan di dalam tanda kurung." + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Format: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Permainan" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mod" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Silakan masukan daftar flag yang dipisahkan dengan tanda koma." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Mohon masukkan sebuah bilangan bulat yang sah." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Mohon masukkan sebuah angka yang sah." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Nilai yang mungkin adalah: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Kembalikan ke Bawaan" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Pilih jalur" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Tampilkan nama teknis" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Nilai harus lebih besar dari $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Nilai harus lebih kecil dari $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -307,10 +399,6 @@ msgstr "Mod Terpasang:" msgid "Mod information:" msgstr "Informasi mod:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mod" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Tidak ada deskripsi mod tersedia" @@ -423,94 +511,157 @@ msgid "Start Game" msgstr "Mulai Permainan" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" bukan sebuah flag yang sah." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Tidak ada keterangan dari pengaturan yang diberikan)" +#, fuzzy +msgid "3D Clouds" +msgstr "Awan 3D" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Jelajahi" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Pengaturan" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Yakin ingin mengaturulang dunia anda?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bilinear filtering" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bumpmapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Ubah tombol" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Nonaktif" - -#: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Sunting" - -#: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Diaktifkan" - -#: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" -"Format adalah 3 angka yang dipisahkan oleh koma dan di dalam tanda kurung." +#, fuzzy +msgid "Connected Glass" +msgstr "Sambungkan kaca" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Format: , , (, , ), , " -", " +msgid "Enable Particles" +msgstr "Aktifkan semua" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Permainan" +msgid "Fancy Leaves" +msgstr "Daun Megah" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Gunakan Normalmaps" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Silakan masukan daftar flag yang dipisahkan dengan tanda koma." +msgid "Mipmap" +msgstr "Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Mohon masukkan sebuah bilangan bulat yang sah." +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmap + Aniso. Filter" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Mohon masukkan sebuah angka yang sah." +#, fuzzy +msgid "No Filter" +msgstr "Tanpa Filter" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Nilai yang mungkin adalah: " +msgid "No Mipmap" +msgstr "Tanpa Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Kembalikan ke Bawaan" +msgid "No!!!" +msgstr "Tidak!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Pilih jalur" +#, fuzzy +msgid "Node Highlighting" +msgstr "Pencahayaan Halus" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Tidak ada" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Leaves" +msgstr "Daun Opak" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Air Buram" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Parallax Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Pengaturan" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Tampilkan nama teknis" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shaders" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Nilai harus lebih besar dari $1." +msgid "Simple Leaves" +msgstr "Daun Sederhana" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Nilai harus lebih kecil dari $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Pencahayaan Halus" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Penteksturan:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Untuk mengaktifkan shaders OpenGL driver harus digunakan." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Batas sentuhan (px)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Trilinear Filter" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Daun Melambai" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Tanaman Berayun" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Air Berombak" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -536,10 +687,6 @@ msgstr "Pemain Tunggal" msgid "No information available" msgstr "Tidak ada informasi tersedia" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Tidak ada" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Pilih paket tekstur:" @@ -564,10 +711,6 @@ msgstr "Menginisialisasi node" msgid "Initializing nodes..." msgstr "Menginisialisasi node..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Tekstur barang..." - #: src/client.cpp msgid "Loading textures..." msgstr "Memuat tekstur..." @@ -1167,6 +1310,15 @@ msgstr "Tombol X 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1184,6 +1336,7 @@ msgid "3D mode" msgstr "Mode 3D" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1191,7 +1344,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Dukungan 3D.\n" "Didukung saat ini:\n" @@ -1266,6 +1420,10 @@ msgstr "" msgid "Advanced" msgstr "Lanjutan" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Selalu terbang dan bergerak cepat" @@ -1275,6 +1433,10 @@ msgstr "Selalu terbang dan bergerak cepat" msgid "Ambient occlusion gamma" msgstr "Ambient occlusion gamma" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1294,6 +1456,10 @@ msgstr "" "Jika Anda ingin mengumumkan alamat IPv6 Anda, gunakan serverlist_url = v6." "servers.minetest.net." +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Minta untuk menyambung ulang setelah crash" @@ -1307,6 +1473,11 @@ msgstr "Secara otomatis melaporkan ke daftar server." msgid "Backward key" msgstr "Mundur" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Air Berombak" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Dasar" @@ -1328,10 +1499,6 @@ msgstr "Bit per piksel (alias kedalaman warna) dalam mode layar penuh." msgid "Build inside player" msgstr "Bangun di dalam pemain" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bumpmapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Penghalusan kamera" @@ -1344,6 +1511,18 @@ msgstr "Penghalusan kamera dalam mode sinema" msgid "Camera update toggle key" msgstr "Tombol beralih pembaruan kamera" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Tombol obrolan" @@ -1352,6 +1531,29 @@ msgstr "Tombol obrolan" msgid "Chat toggle key" msgstr "Tombol beralih obrolan" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Besar chunk" @@ -1409,6 +1611,12 @@ msgstr "" "untuk mengakses fungsi yang tidak aman bahkan ketika mod security aktif\n" "(melalui request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Tombol perintah" @@ -1468,10 +1676,30 @@ msgstr "" "Mengatur ukuran padang gurun dan pantai dalam Mapgen v6.\n" "Jika snowbiomes di aktifkan 'mgv6_freq_desert' akan dihiraukan." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1560,6 +1788,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1582,6 +1818,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1618,12 +1861,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Aktifkan PM" #: src/settings_translation_file.cpp #, fuzzy @@ -1638,10 +1878,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1672,6 +1908,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1684,6 +1924,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Aktifkan Kerusakan" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1772,6 +2017,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1882,6 +2135,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Generate normalmaps" @@ -1890,10 +2147,11 @@ msgstr "Gunakan Normalmaps" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1904,6 +2162,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mod" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1916,6 +2179,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1929,7 +2196,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1954,6 +2221,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1986,8 +2257,8 @@ msgid "" "nodes.\n" "This requires the \"noclip\" privilege on the server." msgstr "" -"Jika diaktifkan dengan mode terbang, pemain mampu terbang melalui node padat." -"\n" +"Jika diaktifkan dengan mode terbang, pemain mampu terbang melalui node " +"padat.\n" "Hal ini memerlukan hak istimewa \"noclip\" pada server." #: src/settings_translation_file.cpp @@ -2052,6 +2323,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2071,47 +2346,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2125,11 +2389,15 @@ msgid "Jumping speed" msgstr "" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" +"Tombol untuk bergerak cepat dalam mode cepat.\n" +"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2139,11 +2407,15 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" +"Tombol untuk bergerak cepat dalam mode cepat.\n" +"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2159,8 +2431,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tombol untuk bergerak cepat dalam mode cepat.\n" -"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2255,8 +2527,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tombol untuk beralih mode sinema.\n" -"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2272,8 +2544,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tombol untuk beralih mode cepat.\n" -"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2290,8 +2562,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tombol untuk beralih mode tembus blok.\n" -"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319017" -"35e3da1b0edf72eb3" +"Lihat http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2350,6 +2622,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2453,36 +2733,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2523,6 +2793,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Generator peta" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2545,6 +2820,59 @@ msgstr "Generator peta" msgid "Mapgen flags" msgstr "Generator peta" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Generator peta" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Generator peta" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Generator peta" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Parallax Occlusion" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Generator peta" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2564,26 +2892,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Generator peta" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Parallax Occlusion" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2601,25 +2917,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Generator peta" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Generator peta" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Generator peta" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2768,6 +3083,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2796,14 +3123,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2896,6 +3215,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2912,13 +3235,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2996,10 +3312,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -3020,6 +3332,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3060,10 +3376,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Parallax Occlusion" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3134,19 +3446,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Memuat tekstur..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3170,6 +3469,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3200,6 +3503,22 @@ msgstr "Right Menu" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3326,10 +3645,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shaders" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3355,6 +3670,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3412,16 +3731,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Paket Tekstur" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3493,6 +3831,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Tombol beralih mode kamera" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3564,17 +3907,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3583,6 +3942,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3592,11 +3957,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3604,14 +3965,23 @@ msgstr "" msgid "Volume" msgstr "Volume Suara" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Walking speed" msgstr "Daun Melambai" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Tekstur barang..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3726,6 +4096,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3736,6 +4110,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3748,73 +4130,41 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Yakin ingin mengaturulang dunia anda?" - -#~ msgid "Fancy Leaves" -#~ msgstr "Daun Megah" - -#~ msgid "Mipmap" -#~ msgstr "Mipmap" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmap + Aniso. Filter" - -#~ msgid "No Mipmap" -#~ msgstr "Tanpa Mipmap" - -#~ msgid "No!!!" -#~ msgstr "Tidak!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Daun Opak" - -#~ msgid "Opaque Water" -#~ msgstr "Air Buram" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Atur ulang dunia pemain tunggal" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Faktor skala yang diatur untuk elemen menu: " - -#~ msgid "Simple Leaves" -#~ msgstr "Daun Sederhana" - -#~ msgid "Texturing:" -#~ msgstr "Penteksturan:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Untuk mengaktifkan shaders OpenGL driver harus digunakan." - -#~ msgid "Touch free target" -#~ msgstr "Bebas sentuhan" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "Batas sentuhan (px)" - -#~ msgid "Downloading" -#~ msgstr "Mengunduh" - -#~ msgid " KB/s" -#~ msgstr " KB/detik" - -#~ msgid " MB/s" -#~ msgstr " MB/detik" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Mulai ulang minetest untuk beralih ke driver yang dipilih" - -#~ msgid "Rendering:" -#~ msgstr "Rendering:" - -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "diaktifkan" +#~ msgid "\"" +#~ msgstr "\"" #, fuzzy #~ msgid "If disabled " #~ msgstr "Nonaktifkan PM" -#~ msgid "\"" -#~ msgstr "\"" +#, fuzzy +#~ msgid "If enabled, " +#~ msgstr "diaktifkan" + +#~ msgid "Rendering:" +#~ msgstr "Rendering:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Mulai ulang minetest untuk beralih ke driver yang dipilih" + +#~ msgid " MB/s" +#~ msgstr " MB/detik" + +#~ msgid " KB/s" +#~ msgstr " KB/detik" + +#~ msgid "Downloading" +#~ msgstr "Mengunduh" + +#~ msgid "Touch free target" +#~ msgstr "Bebas sentuhan" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Faktor skala yang diatur untuk elemen menu: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Atur ulang dunia pemain tunggal" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "Memuat tekstur..." diff --git a/po/it/minetest.po b/po/it/minetest.po index cde084ea8..08603e9c9 100644 --- a/po/it/minetest.po +++ b/po/it/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: Minetest 0.4.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-25 18:13+0000\n" "Last-Translator: Paolo DGZ \n" -"Language-Team: Italian " -"\n" +"Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -75,8 +75,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Supportiamo soltanto versioni del protocollo comprese tra $1 e $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Annulla" @@ -116,8 +117,8 @@ msgstr "Nasc. cont. pacchetti" msgid "Mod:" msgstr "Mod.:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Salva" @@ -193,6 +194,7 @@ msgid "No of course not!" msgstr "No, certo che no!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Sì" @@ -212,6 +214,94 @@ msgstr "Accettare" msgid "Rename Modpack:" msgstr "Rinominare il pacchetto moduli:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" non è una bandiera valida." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Non è disponibile nessuna descrizione dell'impostazione)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Naviga" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Disabilitato" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Modifica" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Attivato" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "Il formato è da 3 numeri separati da virgole e dentro parentesi." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Formato: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Giochi" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Moduli" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Inserire una lista di impostazioni separate da virgola." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Inserire un intero valido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Inserire un numero valido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "I valori possibili sono: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Ripristina predefiniti" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Selezionare il percorso" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Mostra nomi tecnici" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Il valore deve essere maggiore di $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Il valore deve essere minore di $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -307,10 +397,6 @@ msgstr "Moduli installati:" msgid "Mod information:" msgstr "Informazioni sul modulo:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Moduli" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Nessuna descrizione disponibile per il modulo" @@ -423,92 +509,160 @@ msgid "Start Game" msgstr "Avviare il gioco" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" non è una bandiera valida." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Non è disponibile nessuna descrizione dell'impostazione)" +#, fuzzy +msgid "3D Clouds" +msgstr "Nuvole 3D" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Naviga" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Impostazioni" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Giocatore singolo" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtro bilineare" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bumpmapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Cambiare i tasti" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Disabilitato" +#, fuzzy +msgid "Connected Glass" +msgstr "Vetro connesso" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Modifica" +#, fuzzy +msgid "Enable Particles" +msgstr "Attivali tutti" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Attivato" +#, fuzzy +msgid "Fancy Leaves" +msgstr "Foglie opache" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "Il formato è da 3 numeri separati da virgole e dentro parentesi." - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Formato: , , (, , ), , " -", " - -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Giochi" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Inserire una lista di impostazioni separate da virgola." +#, fuzzy +msgid "Mipmap" +msgstr "Mip-Mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Inserire un intero valido." +msgid "Mipmap + Aniso. Filter" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Inserire un numero valido." +#, fuzzy +msgid "No Filter" +msgstr "Filtraggio" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "I valori possibili sono: " +#, fuzzy +msgid "No Mipmap" +msgstr "Mip-Mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Ripristina predefiniti" +msgid "No!!!" +msgstr "No!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Selezionare il percorso" +#, fuzzy +msgid "Node Highlighting" +msgstr "Evidenziamento Nodi" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Niente" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Leaves" +msgstr "Foglie opache" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Acqua opaca" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Impostazioni" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Mostra nomi tecnici" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shader" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Il valore deve essere maggiore di $1." +msgid "Simple Leaves" +msgstr "Foglie semplici" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Il valore deve essere minore di $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Raffinatezza ombreggiature" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "E' necessario usare i driver OpenGL per abilitare gli shader." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtro trilineare" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Foglie ondeggianti" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Piante ondeggianti" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Acqua ondeggiante" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -535,10 +689,6 @@ msgstr "Giocatore singolo" msgid "No information available" msgstr "Nessuna informazione disponibile" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Niente" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selezionare un pacchetto di immagini:" @@ -563,10 +713,6 @@ msgstr "Inizializzazione nodi" msgid "Initializing nodes..." msgstr "Inizializzazione nodi..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Immagini degli oggetti..." - #: src/client.cpp msgid "Loading textures..." msgstr "Caricamento delle texture..." @@ -1167,6 +1313,15 @@ msgstr "Pulsante X 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1182,6 +1337,7 @@ msgid "3D mode" msgstr "Modalità 3D" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1189,7 +1345,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Supporto 3D.\n" "Supportati attualmente:\n" @@ -1263,6 +1420,10 @@ msgstr "" msgid "Advanced" msgstr "Avanzato" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Volo veloce permanentemente abilitato" @@ -1272,6 +1433,10 @@ msgstr "Volo veloce permanentemente abilitato" msgid "Ambient occlusion gamma" msgstr "Ambient occlusion gamma" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Filtro anisotropico" @@ -1287,6 +1452,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Chiedi se riconnettersi dopo un errore" @@ -1299,6 +1468,11 @@ msgstr "Rapporto automatico alla lista di server." msgid "Backward key" msgstr "Tasto Indietro" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Altezza delle onde dell'acqua" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Base" @@ -1320,10 +1494,6 @@ msgstr "Bit per pixel (profondita del colore) in schermo intero." msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bumpmapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Ammorbidisci la visuale" @@ -1336,6 +1506,18 @@ msgstr "Ammorbidisci la visuale in modalità cinematica" msgid "Camera update toggle key" msgstr "Tasto Attiva/Disattiva aggiornamento della camera" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Tasto Chat" @@ -1344,6 +1526,29 @@ msgstr "Tasto Chat" msgid "Chat toggle key" msgstr "Tasto mostra/nascondi chat" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "dimensione del blocco" @@ -1398,6 +1603,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Tasto del comando" @@ -1457,10 +1668,30 @@ msgstr "" "Definisce la dimensione di deserti e spiagge nel generatoe delle mappe v6.\n" "Quando i biomi innevati sono abilitati 'mgv6_freq_desert' viene ignorato." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Messaggio di errore" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Alfa del mirino" @@ -1547,6 +1778,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1569,6 +1808,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Disattiva l'anticheat" @@ -1599,12 +1845,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Attiva modpack" #: src/settings_translation_file.cpp #, fuzzy @@ -1619,10 +1862,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1653,6 +1892,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1665,6 +1908,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Abilita la minimap." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Abilita la minimap." @@ -1751,6 +1999,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1859,6 +2115,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1866,10 +2126,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1880,6 +2141,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Moduli" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1892,6 +2158,11 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Height component of the initial window size." +msgstr "Dimensione iniziale verticale della finestra." + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1905,7 +2176,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1930,6 +2201,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2022,6 +2297,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Inventario" @@ -2040,47 +2319,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2094,7 +2362,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2108,7 +2376,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2305,6 +2573,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2405,36 +2681,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2475,6 +2741,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Nome del genratore delle mappe" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2495,6 +2766,59 @@ msgstr "Debug del generatore delle mappe" msgid "Mapgen flags" msgstr "flags del generatore delle mappe" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "flags del generatore delle mappe" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Generat. mappe" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "flags del generatore delle mappe" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Generat. mappe" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Generat. mappe" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2514,24 +2838,13 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Generat. mappe" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal iterations" +msgstr "Generat. mappe" #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" @@ -2550,25 +2863,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Generat. mappe" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Generat. mappe" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Generat. mappe" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2713,6 +3025,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2741,14 +3065,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2841,6 +3157,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2857,13 +3177,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "Mip-Mapping" @@ -2940,10 +3253,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2964,6 +3273,10 @@ msgstr "Evidenziamento Nodi" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3009,10 +3322,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3077,18 +3386,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Precaricamento delle textures dell'inventario" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3112,6 +3409,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3140,6 +3441,22 @@ msgstr "Destra" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3257,10 +3574,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shader" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3286,6 +3599,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Raffinatezza ombreggiature" @@ -3340,15 +3657,34 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Trama delle texture" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3428,6 +3764,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Tasto per variare la visuale" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3501,17 +3842,33 @@ msgid "V-Sync" msgstr "Sincronia verticale" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." -msgstr "Dimensione iniziale verticale della finestra." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "Dimensione iniziale orizzontale della finestra." -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "Driver del video" @@ -3520,6 +3877,12 @@ msgstr "Driver del video" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "Tasto per decrementare la visibilità" @@ -3529,24 +3892,30 @@ msgid "View range increase key" msgstr "Tasto per incrementare la visibilità" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" +#, fuzzy +msgid "Viewing range" msgstr "Distanza massima di visibilità" -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" -msgstr "Distanza minima di visibilità" - #: src/settings_translation_file.cpp msgid "Volume" msgstr "Volume del suono" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Velocità di movimento" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "FPS desiderati" +#, fuzzy +msgid "Water Features" +msgstr "Livello dell'acqua" #: src/settings_translation_file.cpp msgid "Water level" @@ -3681,6 +4050,11 @@ msgstr "" "Se mostrare al client le informazioni di debug (ha lo stesso effetto di " "premere F5)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Width component of the initial window size." +msgstr "Dimensione iniziale verticale della finestra." + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "Larghezza dei riquadri attorno ai nodi." @@ -3693,6 +4067,14 @@ msgstr "" "Cartella del mondo (tutto il mondo si trova qui).\n" "Non è necessario se si inizia dal menù principale." +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3705,96 +4087,89 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "No!!!" -#~ msgstr "No!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Foglie opache" - -#~ msgid "Opaque Water" -#~ msgstr "Acqua opaca" - #, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Giocatore singolo" - -#~ msgid "Simple Leaves" -#~ msgstr "Foglie semplici" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "E' necessario usare i driver OpenGL per abilitare gli shader." - -#~ msgid "Local install" -#~ msgstr "Installazione locale" - -#~ msgid "Add mod:" -#~ msgstr "Aggiungere un modulo:" - -#~ msgid "MODS" -#~ msgstr "MODULI" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "PACCH. DI IMM." - -#~ msgid "SINGLE PLAYER" -#~ msgstr "GIOC. SING." - -#~ msgid "Finite Liquid" -#~ msgstr "Liquido limitato" - -#~ msgid "Preload item visuals" -#~ msgstr "Precaricare le immagini" - -#~ msgid "SETTINGS" -#~ msgstr "IMPOSTAZIONI" - -#~ msgid "Password" -#~ msgstr "Password" - -#~ msgid "Name" -#~ msgstr "Nome" - -#~ msgid "START SERVER" -#~ msgstr "AVVIO SERVER" - -#~ msgid "Favorites:" -#~ msgstr "Preferiti:" - -#~ msgid "CLIENT" -#~ msgstr "CLIENT" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Aggiungere il modulo" - -#~ msgid "Remove selected mod" -#~ msgstr "Rimuovere il modulo selezionato" - -#~ msgid "EDIT GAME" -#~ msgstr "MODIFICARE IL GIOCO" - -#~ msgid "new game" -#~ msgstr "nuovo gioco" - -#~ msgid "Mods:" -#~ msgstr "Moduli:" - -#~ msgid "GAMES" -#~ msgstr "GIOCHI" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gestore del gioco: impossibile il modulo \"$1\" nel gioco \"$2\"" - -#~ msgid "Game Name" -#~ msgstr "Nome del gioco" - -#, fuzzy -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Riavviare minetest per rendere effettive le modifiche" +#~ msgid "If disabled " +#~ msgstr "Disatt. pacch." #, fuzzy #~ msgid "If enabled, " #~ msgstr "attivata" #, fuzzy -#~ msgid "If disabled " -#~ msgstr "Disatt. pacch." +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Riavviare minetest per rendere effettive le modifiche" + +#~ msgid "Game Name" +#~ msgstr "Nome del gioco" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gestore del gioco: impossibile il modulo \"$1\" nel gioco \"$2\"" + +#~ msgid "GAMES" +#~ msgstr "GIOCHI" + +#~ msgid "Mods:" +#~ msgstr "Moduli:" + +#~ msgid "new game" +#~ msgstr "nuovo gioco" + +#~ msgid "EDIT GAME" +#~ msgstr "MODIFICARE IL GIOCO" + +#~ msgid "Remove selected mod" +#~ msgstr "Rimuovere il modulo selezionato" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Aggiungere il modulo" + +#~ msgid "CLIENT" +#~ msgstr "CLIENT" + +#~ msgid "Favorites:" +#~ msgstr "Preferiti:" + +#~ msgid "START SERVER" +#~ msgstr "AVVIO SERVER" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Password" +#~ msgstr "Password" + +#~ msgid "SETTINGS" +#~ msgstr "IMPOSTAZIONI" + +#~ msgid "Preload item visuals" +#~ msgstr "Precaricare le immagini" + +#~ msgid "Finite Liquid" +#~ msgstr "Liquido limitato" + +#~ msgid "SINGLE PLAYER" +#~ msgstr "GIOC. SING." + +#~ msgid "TEXTURE PACKS" +#~ msgstr "PACCH. DI IMM." + +#~ msgid "MODS" +#~ msgstr "MODULI" + +#~ msgid "Add mod:" +#~ msgstr "Aggiungere un modulo:" + +#~ msgid "Local install" +#~ msgstr "Installazione locale" + +#~ msgid "Wanted FPS" +#~ msgstr "FPS desiderati" + +#~ msgid "Viewing range minimum" +#~ msgstr "Distanza minima di visibilità" + +#~ msgid "Preload inventory textures" +#~ msgstr "Precaricamento delle textures dell'inventario" + +#~ msgid "Item textures..." +#~ msgstr "Immagini degli oggetti..." diff --git a/po/ja/minetest.po b/po/ja/minetest.po index e3d9eab7c..238f09dff 100644 --- a/po/ja/minetest.po +++ b/po/ja/minetest.po @@ -2,11 +2,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-14 08:53+0000\n" "Last-Translator: Rui \n" -"Language-Team: Japanese " -"\n" +"Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -67,8 +67,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "プロトコルバージョンは$1から$2までをサポートしています。" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "キャンセル" @@ -108,8 +109,8 @@ msgstr "Modパックを非表示" msgid "Mod:" msgstr "Mod名:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "保存" @@ -131,7 +132,8 @@ msgstr "作成" #: builtin/mainmenu/dlg_create_world.lua msgid "Download a subgame, such as minetest_game, from minetest.net" -msgstr "minetest.netからminetest_gameなどのサブゲームをダウンロードしてください" +msgstr "" +"minetest.netからminetest_gameなどのサブゲームをダウンロードしてください" #: builtin/mainmenu/dlg_create_world.lua msgid "Download one from minetest.net" @@ -182,6 +184,7 @@ msgid "No of course not!" msgstr "いいえ!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "はい" @@ -201,6 +204,95 @@ msgstr "決定" msgid "Rename Modpack:" msgstr "Modパック名を変更:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\"は有効なフラグではありません。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(設定の説明はありません)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "参照" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "無効" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "編集" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "有効" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "括弧内に3つの数字をカンマで区切って入力してください。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"書式: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "ゲーム" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mod" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "空隙性の値には、任意でカンマを付けて読みやすくすることができます。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "フラグはカンマで区切られた一覧で入力してください。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "有効な整数を入力してください。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "有効な数字を入力してください。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "使用可能な値: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "初期設定に戻す" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "ファイルの場所を選択" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "パラメータ名を表示" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "$1より大きい値でなければいけません。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "$1より小さい値でなければいけません。" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -295,10 +387,6 @@ msgstr "インストール済みのMod:" msgid "Mod information:" msgstr "Modの情報:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mod" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Modの説明がありません" @@ -411,93 +499,157 @@ msgid "Start Game" msgstr "ゲームスタート" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\"は有効なフラグではありません。" +msgid "2x" +msgstr "2倍" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(設定の説明はありません)" +#, fuzzy +msgid "3D Clouds" +msgstr "立体な雲" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "参照" +msgid "4x" +msgstr "4倍" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "8倍" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "設定" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "アンチエイリアス:" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "シングルプレイヤーのワールドをリセットしてよろしいですか?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "バイリニアフィルタリング" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "バンプマッピング" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "操作変更" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "無効" - -#: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "編集" - -#: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "有効" - -#: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "括弧内に3つの数字をカンマで区切って入力してください。" +#, fuzzy +msgid "Connected Glass" +msgstr "ガラスを繋げる" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"書式: , , (, , ), , , " -"" +msgid "Enable Particles" +msgstr "全て有効化" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "ゲーム" +msgid "Fancy Leaves" +msgstr "綺麗な葉" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "空隙性の値には、任意でカンマを付けて読みやすくすることができます。" +#, fuzzy +msgid "Generate Normalmaps" +msgstr "ノーマルマップの生成" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "フラグはカンマで区切られた一覧で入力してください。" +msgid "Mipmap" +msgstr "ミップマップ" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "有効な整数を入力してください。" +msgid "Mipmap + Aniso. Filter" +msgstr "異方性フィルタ" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "有効な数字を入力してください。" +#, fuzzy +msgid "No Filter" +msgstr "フィルタリング" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "使用可能な値: " +msgid "No Mipmap" +msgstr "ミップマップ無し" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "初期設定に戻す" +msgid "No!!!" +msgstr "いいえ!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "ファイルの場所を選択" +#, fuzzy +msgid "Node Highlighting" +msgstr "ノードをハイライト" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "無し" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Leaves" +msgstr "不透明な葉" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "不透明な水" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "視差遮蔽マッピング" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "設定" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "パラメータ名を表示" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "シェーダー" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "$1より大きい値でなければいけません。" +msgid "Simple Leaves" +msgstr "シンプルな葉" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "$1より小さい値でなければいけません。" +#, fuzzy +msgid "Smooth Lighting" +msgstr "滑らかな照明" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "テクスチャリング:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "シェーダーを有効にするにはOpenGLを使用する必要があります。" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "タッチのしきい値(ピクセル)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "トリリニアフィルタリング" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "揺れる葉" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "揺れる草花" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "揺れる水" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -523,10 +675,6 @@ msgstr "シングルプレイヤー" msgid "No information available" msgstr "情報がありません" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "無し" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "テクスチャパックを選択:" @@ -551,10 +699,6 @@ msgstr "ノードを初期化中" msgid "Initializing nodes..." msgstr "ノードを初期化中..." -#: src/client.cpp -msgid "Item textures..." -msgstr "テクスチャを設定中..." - #: src/client.cpp msgid "Loading textures..." msgstr "テクスチャを読み込み中..." @@ -787,7 +931,9 @@ msgstr "キーが重複しています" #: src/guiKeyChangeMenu.cpp msgid "Keybindings. (If this menu screws up, remove stuff from minetest.conf)" -msgstr "操作設定です。 (変更に失敗した場合、minetest.confから該当する設定を削除してください)" +msgstr "" +"操作設定です。 (変更に失敗した場合、minetest.confから該当する設定を削除してく" +"ださい)" #: src/guiKeyChangeMenu.cpp src/keycode.cpp msgid "Left" @@ -1149,6 +1295,15 @@ msgstr "Xボタン2" msgid "Zoom" msgstr "ズーム" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1166,6 +1321,7 @@ msgid "3D mode" msgstr "3Dモード" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1173,13 +1329,15 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "3Dサポート\n" "サポートしている出力:\n" "- none: 3D出力を行いません。\n" "- anaglyph: 赤/青の色による3Dです。\n" -"- interlaced: 偶数/奇数のラインをベースで偏光式スクリーンに対応しています。\n" +"- interlaced: 偶数/奇数のラインをベースで偏光式スクリーンに対応していま" +"す。\n" "- topbottom: 画面を上下で分割します。\n" "- sidebyside: 画面を左右で分割します。" @@ -1189,7 +1347,8 @@ msgid "" "A chosen map seed for a new map, leave empty for random.\n" "Will be overridden when creating a new world in the main menu." msgstr "" -"新規マップを作成する際の初期シード値です。空にするとランダムに設定されます。\n" +"新規マップを作成する際の初期シード値です。空にするとランダムに設定されま" +"す。\n" "メインメニューから新規ワールドを作成する際に上書きされることがあります。" #: src/settings_translation_file.cpp @@ -1243,6 +1402,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1251,6 +1414,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1266,6 +1433,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1278,6 +1449,11 @@ msgstr "" msgid "Backward key" msgstr "後キー" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "水が揺れる高さ" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1299,10 +1475,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "バンプマッピング" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1315,6 +1487,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "チャットキー" @@ -1323,6 +1507,29 @@ msgstr "チャットキー" msgid "Chat toggle key" msgstr "チャットトグルキー" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1379,6 +1586,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "コマンドキー" @@ -1434,10 +1647,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1524,6 +1757,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1546,6 +1787,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "対チート機関無効化" @@ -1576,12 +1824,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "有効化" #: src/settings_translation_file.cpp #, fuzzy @@ -1596,10 +1841,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1630,6 +1871,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1642,6 +1887,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "ミニマップを有効にする。" + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "ミニマップを有効にする。" @@ -1728,6 +1978,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1837,6 +2095,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "ノーマルマップの生成" @@ -1844,10 +2106,11 @@ msgstr "ノーマルマップの生成" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1858,6 +2121,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mod" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1870,6 +2138,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1883,7 +2155,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1909,6 +2181,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2002,6 +2278,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "インベントリキー" @@ -2020,47 +2300,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2074,7 +2343,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2088,7 +2357,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2285,6 +2554,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2386,36 +2663,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2456,6 +2723,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "マップ生成名" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2476,6 +2748,59 @@ msgstr "マップ生成のデバグ" msgid "Mapgen flags" msgstr "マップ生成フラグ" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "マップ生成フラグ" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "マップ生成フラグ" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "マップ生成フラグ" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "視差遮蔽マッピング" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "マップ生成フラグ" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2495,26 +2820,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "マップ生成フラグ" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "視差遮蔽マッピング" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2532,25 +2845,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "マップ生成フラグ" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "マップ生成フラグ" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "マップ生成フラグ" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2698,6 +3010,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2726,14 +3050,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2825,6 +3141,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2841,13 +3161,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "ミップマッピング" @@ -2924,10 +3237,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2948,6 +3257,10 @@ msgstr "ノードをハイライト" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2988,10 +3301,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "視差遮蔽マッピング" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "視差遮蔽マッピング" @@ -3060,19 +3369,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "テクスチャ読み込み中..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3096,6 +3392,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3125,6 +3425,22 @@ msgstr "右キー" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3243,10 +3559,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "シェーダー" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3272,6 +3584,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "滑らかな照明" @@ -3327,15 +3643,34 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "テクスチャパス" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3407,6 +3742,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "ミップマッピング" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3475,17 +3815,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3494,6 +3850,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3503,24 +3865,29 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "音量" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "歩く速度" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "テクスチャを設定中..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3597,19 +3964,24 @@ msgstr "" "どこでマップ生成を停止するかの設定です。\n" "注意:\n" "- 最大で31000です(これ以上に設定しても効果はありません)。\n" -"- マップ生成は80x80x80ノードのグループで動作します (5x5x5マップブロック)。\n" +"- マップ生成は80x80x80ノードのグループで動作します (5x5x5マップブロッ" +"ク)。\n" "- このグループは原点から-32、-32ノードのオフセットがあります。\n" "- グループはmap_generation_limit内で生成されたものに限ります。" #: src/settings_translation_file.cpp msgid "" "Whether freetype fonts are used, requires freetype support to be compiled in." -msgstr "Freetypeフォントを利用するかどうかの設定です。Freetypeをサポートするビルドである必要があります。" +msgstr "" +"Freetypeフォントを利用するかどうかの設定です。Freetypeをサポートするビルドで" +"ある必要があります。" #: src/settings_translation_file.cpp #, fuzzy msgid "Whether node texture animations should be desynchronized per mapblock." -msgstr "ノードのテクスチャのアニメーションをマップブロックごとに非同期にするかどうかの設定です。" +msgstr "" +"ノードのテクスチャのアニメーションをマップブロックごとに非同期にするかどうか" +"の設定です。" #: src/settings_translation_file.cpp msgid "" @@ -3629,7 +4001,8 @@ msgid "" "Set this to true if your server is set up to restart automatically." msgstr "" "(Luaが)クラッシュした際にクライアントに再接続を要求するかどうかの設定です。\n" -"サーバーが自動で再起動されるように設定されているならばtrueに設定してください。" +"サーバーが自動で再起動されるように設定されているならばtrueに設定してくださ" +"い。" #: src/settings_translation_file.cpp msgid "Whether to fog out the end of the visible area." @@ -3638,7 +4011,13 @@ msgstr "可視領域の端に霧を表示するかどうかの設定です。" #: src/settings_translation_file.cpp msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." -msgstr "クライアントのデバッグ情報を表示するかどうかの設定です(F5を押すのと同じ効果)。" +msgstr "" +"クライアントのデバッグ情報を表示するかどうかの設定です(F5を押すのと同じ効" +"果)。" + +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." @@ -3653,6 +4032,14 @@ msgstr "" "ワールドを保存するディレクトリです(全てのワールドはここに保存されます)。\n" "メインメニューから開始する場合必要ありません。" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "cURL file download timeout" @@ -3667,77 +4054,33 @@ msgstr "cURLパラレル制限" msgid "cURL timeout" msgstr "cURLタイムアウト" -#~ msgid "2x" -#~ msgstr "2倍" - -#~ msgid "4x" -#~ msgstr "4倍" - -#~ msgid "8x" -#~ msgstr "8倍" - -#~ msgid "Antialiasing:" -#~ msgstr "アンチエイリアス:" - -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "シングルプレイヤーのワールドをリセットしてよろしいですか?" - -#~ msgid "Fancy Leaves" -#~ msgstr "綺麗な葉" - -#~ msgid "Mipmap" -#~ msgstr "ミップマップ" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "異方性フィルタ" - -#~ msgid "No Mipmap" -#~ msgstr "ミップマップ無し" - -#~ msgid "No!!!" -#~ msgstr "いいえ!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "不透明な葉" - -#~ msgid "Opaque Water" -#~ msgstr "不透明な水" - -#~ msgid "Reset singleplayer world" -#~ msgstr "シングルプレイヤーのワールドをリセット" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "メニューの大きさとして設定されている数値: " - -#~ msgid "Simple Leaves" -#~ msgstr "シンプルな葉" - -#~ msgid "Texturing:" -#~ msgstr "テクスチャリング:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "シェーダーを有効にするにはOpenGLを使用する必要があります。" - -#~ msgid "Touch free target" -#~ msgstr "タッチ位置を自由にする" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "タッチのしきい値(ピクセル)" - -#~ msgid " KB/s" -#~ msgstr " KB/秒" - -#~ msgid " MB/s" -#~ msgstr " MB/秒" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "ドライバーを変更するためMinetestを再起動します" - -#~ msgid "Rendering:" -#~ msgstr "レンダリング:" +#~ msgid "If disabled " +#~ msgstr "無効化の場合 " #~ msgid "If enabled, " #~ msgstr "有効化の場合 " -#~ msgid "If disabled " -#~ msgstr "無効化の場合 " +#~ msgid "Rendering:" +#~ msgstr "レンダリング:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "ドライバーを変更するためMinetestを再起動します" + +#~ msgid " MB/s" +#~ msgstr " MB/秒" + +#~ msgid " KB/s" +#~ msgstr " KB/秒" + +#~ msgid "Touch free target" +#~ msgstr "タッチ位置を自由にする" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "メニューの大きさとして設定されている数値: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "シングルプレイヤーのワールドをリセット" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "テクスチャ読み込み中..." diff --git a/po/jbo/minetest.po b/po/jbo/minetest.po index b851a61f5..5bf51cced 100644 --- a/po/jbo/minetest.po +++ b/po/jbo/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-11-22 06:05+0000\n" "Last-Translator: senpi \n" -"Language-Team: Lojban " -"\n" +"Language-Team: Lojban \n" "Language: jbo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "fitytoltu'i" @@ -114,8 +115,8 @@ msgstr "" msgid "Mod:" msgstr "" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "rejgau" @@ -188,6 +189,7 @@ msgid "No of course not!" msgstr "nasai go'i" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "go'i" @@ -207,6 +209,94 @@ msgstr "fitytu'i" msgid "Rename Modpack:" msgstr "" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Disabled" +msgstr "selpli" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Enabled" +msgstr "selpli" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -298,10 +388,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -415,15 +501,41 @@ msgid "Start Game" msgstr "cfari fa lo nu kelci" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +#, fuzzy +msgid "3D Clouds" +msgstr "le bliku dilnu" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Advanced Settings" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr ".i xu do je'u djica lo nu kraga'igau le do za'e pavykelci munje" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "lo puvyrelyli'iju'e" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -432,76 +544,115 @@ msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "selpli" +msgid "Connected Glass" +msgstr "lo jorne blaci" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +#, fuzzy +msgid "Enable Particles" +msgstr "lo kantu" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Fancy Leaves" +msgstr "lo tolkli pezli" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "selpli" +msgid "Mipmap" +msgstr "lo puvrmipmepi" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "Mipmap + Aniso. Filter" +msgstr "lo puvrmipmepi .e lo puvytolmanfyju'e" + +#: builtin/mainmenu/tab_settings.lua +msgid "No Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +#, fuzzy +msgid "No Mipmap" +msgstr "lo puvrmipmepi" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" +msgstr "nasai go'i" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Node Highlighting" +msgstr "lo xutla se gusni" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "" +msgid "Opaque Leaves" +msgstr "lo tolkli pezli" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" +msgid "Opaque Water" +msgstr "lo tolkli djacu" -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "lo ti'orkemsamtci" + #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +msgid "Simple Leaves" +msgstr "lo sampu pezli" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Smooth Lighting" +msgstr "lo xutla se gusni" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "To enable shaders the OpenGL driver needs to be used." msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Touchthreshold (px)" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "lo puvycibli'iju'e" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "lo melbi pezli" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "lo melbi pezli" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "lo melbi pezli" + #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" msgstr "" @@ -526,10 +677,6 @@ msgstr "pa kelci" msgid "No information available" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -554,10 +701,6 @@ msgstr ".i ca'o samymo'i lo me la'o gy.node.gy." msgid "Initializing nodes..." msgstr ".i ca'o samymo'i lo me la'o gy.node.gy." -#: src/client.cpp -msgid "Item textures..." -msgstr ".i ca'o samymo'i le dacti ke tengu datnyvei" - #: src/client.cpp msgid "Loading textures..." msgstr ".i ca'o samymo'i le tengu datnyvei" @@ -1130,6 +1273,15 @@ msgstr "la'o gy.X Button 2.gy." msgid "Zoom" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1153,7 +1305,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1209,6 +1362,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1217,6 +1374,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1232,6 +1393,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1245,6 +1410,10 @@ msgstr "" msgid "Backward key" msgstr "za'i ti'a muvdu" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1267,10 +1436,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1283,6 +1448,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1292,6 +1469,29 @@ msgstr "samta'a" msgid "Chat toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1350,6 +1550,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1406,10 +1612,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1497,6 +1723,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1519,6 +1753,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1549,12 +1790,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "selpli" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1568,10 +1806,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1602,6 +1836,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1614,6 +1852,10 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "" @@ -1701,6 +1943,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1810,6 +2060,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1817,10 +2071,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1831,6 +2086,10 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1843,6 +2102,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1856,7 +2119,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1881,6 +2144,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1973,6 +2240,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -1992,47 +2263,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2047,7 +2307,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2061,7 +2321,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2258,6 +2518,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2361,36 +2629,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2431,6 +2689,10 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2451,6 +2713,54 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen flat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2468,23 +2778,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2504,25 +2802,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2667,6 +2961,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2695,14 +3001,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2794,6 +3092,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2810,13 +3112,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2894,10 +3189,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2918,6 +3209,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2958,10 +3253,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3026,19 +3317,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr ".i ca'o samymo'i le tengu datnyvei" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3062,6 +3340,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3092,6 +3374,22 @@ msgstr "za'i ri'u muvdu" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3216,10 +3514,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "lo ti'orkemsamtci" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3245,6 +3539,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3302,14 +3600,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3381,6 +3698,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "lo puvrmipmepi" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3451,17 +3773,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3470,6 +3808,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3479,11 +3823,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3491,13 +3831,22 @@ msgstr "" msgid "Volume" msgstr "lo ni sance " +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr ".i ca'o samymo'i le dacti ke tengu datnyvei" #: src/settings_translation_file.cpp msgid "Water level" @@ -3607,6 +3956,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3617,6 +3970,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3629,27 +3990,13 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr ".i xu do je'u djica lo nu kraga'igau le do za'e pavykelci munje" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "lo puvrmipmepi .e lo puvytolmanfyju'e" - -#~ msgid "No!!!" -#~ msgstr "nasai go'i" - -#~ msgid "Opaque Leaves" -#~ msgstr "lo tolkli pezli" - -#~ msgid "Opaque Water" -#~ msgstr "lo tolkli djacu" +#, fuzzy +#~ msgid "If enabled, " +#~ msgstr "selpli" #~ msgid "Reset singleplayer world" #~ msgstr "kraga'igau le za'e pavykelci munje" -#~ msgid "Simple Leaves" -#~ msgstr "lo sampu pezli" - #, fuzzy -#~ msgid "If enabled, " -#~ msgstr "selpli" +#~ msgid "Preload inventory textures" +#~ msgstr ".i ca'o samymo'i le tengu datnyvei" diff --git a/po/ko/minetest.po b/po/ko/minetest.po index 37a606ccc..11a055bcc 100644 --- a/po/ko/minetest.po +++ b/po/ko/minetest.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-07-08 23:30+0200\n" "Last-Translator: Tae Lim Kook \n" "Language-Team: Korean , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -294,10 +382,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -410,15 +494,39 @@ msgid "Start Game" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +msgid "3D Clouds" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Advanced Settings" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Bilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -426,73 +534,103 @@ msgid "Change keys" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" +msgid "Connected Glass" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +msgid "Enable Particles" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" +msgid "Fancy Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Games" +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "No Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." +msgid "No Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." +msgid "Node Highlighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " +msgid "Opaque Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Opaque Water" msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "Simple Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Smooth Lighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" msgstr "" #: builtin/mainmenu/tab_simple_main.lua @@ -519,10 +657,6 @@ msgstr "" msgid "No information available" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -547,10 +681,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Loading textures..." msgstr "" @@ -1120,6 +1250,15 @@ msgstr "" msgid "Zoom" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1142,7 +1281,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1198,6 +1338,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1206,6 +1350,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1221,6 +1369,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1233,6 +1385,10 @@ msgstr "" msgid "Backward key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1253,10 +1409,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1269,6 +1421,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "" @@ -1277,6 +1441,29 @@ msgstr "" msgid "Chat toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1331,6 +1518,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "" @@ -1384,10 +1577,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1474,6 +1687,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1496,6 +1717,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "" @@ -1525,11 +1753,7 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." +msgid "Enable VBO" msgstr "" #: src/settings_translation_file.cpp @@ -1544,10 +1768,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1578,6 +1798,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1590,6 +1814,10 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "" @@ -1677,6 +1905,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1785,6 +2021,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1792,10 +2032,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1806,6 +2047,10 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1818,6 +2063,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1831,7 +2080,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1856,6 +2105,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1948,6 +2201,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "" @@ -1966,47 +2223,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2020,7 +2266,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2034,7 +2280,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2231,6 +2477,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2331,36 +2585,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2401,6 +2645,10 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2421,6 +2669,54 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen flat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2438,23 +2734,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2474,25 +2758,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2637,6 +2917,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2665,14 +2957,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2764,6 +3048,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2780,13 +3068,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "" @@ -2863,10 +3144,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2887,6 +3164,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2927,10 +3208,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -2995,18 +3272,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3030,6 +3295,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3058,6 +3327,22 @@ msgstr "" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3175,10 +3460,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3204,6 +3485,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "" @@ -3259,14 +3544,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3338,6 +3642,10 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Tone Mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3406,17 +3714,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3425,6 +3749,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3434,23 +3764,27 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" +msgid "Water Features" msgstr "" #: src/settings_translation_file.cpp @@ -3559,6 +3893,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3569,6 +3907,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" diff --git a/po/ky/minetest.po b/po/ky/minetest.po index a3a198c77..fe9e6bfa4 100644 --- a/po/ky/minetest.po +++ b/po/ky/minetest.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2013-06-01 18:09+0200\n" "Last-Translator: Chynggyz Jumaliev \n" "Language-Team: LANGUAGE \n" @@ -73,8 +73,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Жокко чыгаруу" @@ -117,8 +118,8 @@ msgstr "" msgid "Mod:" msgstr "" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Сактоо" @@ -192,6 +193,7 @@ msgid "No of course not!" msgstr "" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Ооба" @@ -212,6 +214,96 @@ msgstr "Кабыл алуу" msgid "Rename Modpack:" msgstr "" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Disabled" +msgstr "Баарын өчүрүү" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Enabled" +msgstr "күйгүзүлгөн" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Games" +msgstr "Оюн" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Select path" +msgstr "Тандоо" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -304,10 +396,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -428,95 +516,165 @@ msgid "Start Game" msgstr "Оюнду баштоо/туташуу" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D-булуттар" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "8x" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Ырастоолор" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Бир кишилик" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Экисызык чыпкалоосу" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Mip-текстуралоо" + #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Баскычтарды өзгөртүү" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Баарын өчүрүү" +msgid "Connected Glass" +msgstr "Туташуу" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +#, fuzzy +msgid "Enable Particles" +msgstr "Баарын күйгүзүү" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Fancy Leaves" +msgstr "Күңүрт суу" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "күйгүзүлгөн" +msgid "Mipmap" +msgstr "Mip-текстуралоо" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Games" -msgstr "Оюн" +msgid "No Filter" +msgstr "Анизатропия чыпкалоосу" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" +#, fuzzy +msgid "No Mipmap" +msgstr "Mip-текстуралоо" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Select path" -msgstr "Тандоо" +msgid "Node Highlighting" +msgstr "Тегиз жарык" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Leaves" +msgstr "Күңүрт суу" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Water" +msgstr "Күңүрт суу" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Ырастоолор" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Көлөкөлөгүчтөр" + #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#, fuzzy +msgid "Simple Leaves" +msgstr "Күңүрт суу" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Smooth Lighting" +msgstr "Тегиз жарык" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "To enable shaders the OpenGL driver needs to be used." msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Touchthreshold (px)" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Үчсызык чыпкалоосу" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Кооз бактар" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Кооз бактар" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Кооз бактар" + #: builtin/mainmenu/tab_simple_main.lua #, fuzzy msgid "Config mods" @@ -544,10 +702,6 @@ msgstr "Бир кишилик" msgid "No information available" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -573,10 +727,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "Буюм текстуралары..." - #: src/client.cpp #, fuzzy msgid "Loading textures..." @@ -1166,6 +1316,15 @@ msgstr "" msgid "Zoom" msgstr "Масштаб" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1189,7 +1348,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1245,6 +1405,10 @@ msgstr "" msgid "Advanced" msgstr "Кошумча" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1253,6 +1417,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1269,6 +1437,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1282,6 +1454,10 @@ msgstr "" msgid "Backward key" msgstr "Артка" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1305,11 +1481,6 @@ msgstr "" msgid "Build inside player" msgstr "Көп кишилик" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Mip-текстуралоо" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1322,6 +1493,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1332,6 +1515,29 @@ msgstr "Баскычтарды өзгөртүү" msgid "Chat toggle key" msgstr "Баскычтарды өзгөртүү" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1390,6 +1596,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1450,10 +1662,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1542,6 +1774,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1564,6 +1804,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1594,12 +1841,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Баарын күйгүзүү" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1613,10 +1857,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1647,6 +1887,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1659,6 +1903,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Убалды күйгүзүү" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1746,6 +1995,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1856,6 +2113,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1863,10 +2124,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1877,6 +2139,10 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1889,6 +2155,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1902,7 +2172,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1927,6 +2197,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2020,6 +2294,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2039,47 +2317,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2094,7 +2361,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2108,7 +2375,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2305,6 +2572,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2408,36 +2683,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2478,6 +2743,10 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2498,6 +2767,54 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen flat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2515,23 +2832,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2551,25 +2856,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2714,6 +3015,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2742,14 +3055,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2842,6 +3147,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2858,13 +3167,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2942,10 +3244,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2966,6 +3264,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3006,10 +3308,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3074,19 +3372,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Жүктөлүүдө..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3110,6 +3395,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3139,6 +3428,22 @@ msgstr "Оң меню" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3260,10 +3565,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Көлөкөлөгүчтөр" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3289,6 +3590,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3346,14 +3651,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3425,6 +3749,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-текстуралоо" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3495,17 +3824,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3514,6 +3859,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3523,11 +3874,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3535,13 +3882,22 @@ msgstr "" msgid "Volume" msgstr "Үн көлөмү" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Буюм текстуралары..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3650,6 +4006,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3660,6 +4020,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3673,62 +4041,27 @@ msgid "cURL timeout" msgstr "" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Күңүрт суу" +#~ msgid "If disabled " +#~ msgstr "Баарын өчүрүү" #, fuzzy -#~ msgid "Opaque Water" -#~ msgstr "Күңүрт суу" +#~ msgid "If enabled, " +#~ msgstr "күйгүзүлгөн" #, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Бир кишилик" +#~ msgid "Game Name" +#~ msgstr "Оюн" + +#~ msgid "Favorites:" +#~ msgstr "Тандалмалар:" #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Ылдый" +#~ msgid "Password" +#~ msgstr "Эски сырсөз" -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "Сол баскычы: Бардык буюмдарды ташуу, Оң баскычы: Бир буюмду ташуу" - -#~ msgid "is required by:" -#~ msgstr "талап кылынганы:" - -#~ msgid "Configuration saved. " -#~ msgstr "Конфигурация сакталды. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Эскертүү: Туура эмес конфигурация. " - -#~ msgid "Show Public" -#~ msgstr "Жалпылыкты көрсөтүү" - -#~ msgid "Show Favorites" -#~ msgstr "Тандалмаларды көрсөтүү" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Жергиликтүү серверди жүргүзүү үчүн даректи бош калтырыңыз." - -#~ msgid "Create world" -#~ msgstr "Дүйнөнү жаратуу" - -#~ msgid "Address required." -#~ msgstr "Дареги талап кылынат." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Дүнөнү жаратуу мүмкүн эмес: Эч нерсе тандалган жок" - -#~ msgid "Files to be deleted" -#~ msgstr "Өчүрүлө турган файлдар" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Дүйнөнү жаратуу мүмкүн эмес: Оюндар табылган жок" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Дүйнөнү ырастоо мүмкүн эмес: Эч нерсе тандалган жок" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Бардык дүйнө файлдарын өчүрүү оңунан чыккан жок" +#, fuzzy +#~ msgid "Finite Liquid" +#~ msgstr "Чектүү суюктук" #~ msgid "" #~ "Default Controls:\n" @@ -3755,25 +4088,52 @@ msgstr "" #~ "- ESC: бул меню\n" #~ "- T: маек\n" -#, fuzzy -#~ msgid "Finite Liquid" -#~ msgstr "Чектүү суюктук" +#~ msgid "Failed to delete all world files" +#~ msgstr "Бардык дүйнө файлдарын өчүрүү оңунан чыккан жок" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Дүйнөнү ырастоо мүмкүн эмес: Эч нерсе тандалган жок" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Дүйнөнү жаратуу мүмкүн эмес: Оюндар табылган жок" + +#~ msgid "Files to be deleted" +#~ msgstr "Өчүрүлө турган файлдар" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Дүнөнү жаратуу мүмкүн эмес: Эч нерсе тандалган жок" + +#~ msgid "Address required." +#~ msgstr "Дареги талап кылынат." + +#~ msgid "Create world" +#~ msgstr "Дүйнөнү жаратуу" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Жергиликтүү серверди жүргүзүү үчүн даректи бош калтырыңыз." + +#~ msgid "Show Favorites" +#~ msgstr "Тандалмаларды көрсөтүү" + +#~ msgid "Show Public" +#~ msgstr "Жалпылыкты көрсөтүү" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Эскертүү: Туура эмес конфигурация. " + +#~ msgid "Configuration saved. " +#~ msgstr "Конфигурация сакталды. " + +#~ msgid "is required by:" +#~ msgstr "талап кылынганы:" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "Сол баскычы: Бардык буюмдарды ташуу, Оң баскычы: Бир буюмду ташуу" #, fuzzy -#~ msgid "Password" -#~ msgstr "Эски сырсөз" - -#~ msgid "Favorites:" -#~ msgstr "Тандалмалар:" +#~ msgid "Downloading" +#~ msgstr "Ылдый" #, fuzzy -#~ msgid "Game Name" -#~ msgstr "Оюн" - -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "күйгүзүлгөн" - -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Баарын өчүрүү" +#~ msgid "Preload inventory textures" +#~ msgstr "Жүктөлүүдө..." diff --git a/po/lt/minetest.po b/po/lt/minetest.po index 64d2e78c5..41e640bb2 100644 --- a/po/lt/minetest.po +++ b/po/lt/minetest.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-11-19 05:14+0000\n" "Last-Translator: Liudas Ališauskas \n" -"Language-Team: Lithuanian " -"\n" +"Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"(n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" #: builtin/fstk/ui.lua @@ -75,8 +75,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Atsisakyti" @@ -116,8 +117,8 @@ msgstr "Slėpti papild. pakų turinį" msgid "Mod:" msgstr "Papildinys:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Įrašyti" @@ -210,6 +211,94 @@ msgstr "Priimti" msgid "Rename Modpack:" msgstr "Pervadinti papildinių paką:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Disabled" +msgstr "Išjungti papildinį" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Enabled" +msgstr "įjungtas" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Žaidimai" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Papildiniai" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -304,10 +393,6 @@ msgstr "Įdiegti papildiniai:" msgid "Mod information:" msgstr "Papildinio informacija:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Papildiniai" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Papildinio aprašymas nepateiktas" @@ -420,15 +505,42 @@ msgid "Start Game" msgstr "Pradėti žaidimą" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +#, fuzzy +msgid "3D Clouds" +msgstr "Trimačiai debesys" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Nustatymai" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Atstatyti vieno žaidėjo pasaulį" + +#: builtin/mainmenu/tab_settings.lua +msgid "Bilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -437,74 +549,109 @@ msgstr "Nustatyti klavišus" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Išjungti papildinį" +msgid "Connected Glass" +msgstr "Jungtis" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +#, fuzzy +msgid "Enable Particles" +msgstr "Įjungti visus" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Fancy Leaves" +msgstr "Nepermatomi lapai" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Mipmap" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Mipmap + Aniso. Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "No Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "No Mipmap" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "įjungtas" +msgid "Node Highlighting" +msgstr "Apšvietimo efektai" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Joks" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" +msgid "Opaque Leaves" +msgstr "Nepermatomi lapai" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" +msgid "Opaque Water" +msgstr "Nepermatomas vanduo" -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Žaidimai" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Paralaksinė okliuzija" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Nustatymai" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Šešėliavimai" + #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#, fuzzy +msgid "Simple Leaves" +msgstr "Nepermatomi lapai" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Smooth Lighting" +msgstr "Apšvietimo efektai" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "To enable shaders the OpenGL driver needs to be used." msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Nepermatomi lapai" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" msgstr "" #: builtin/mainmenu/tab_simple_main.lua @@ -531,11 +678,6 @@ msgstr "Žaisti vienam" msgid "No information available" msgstr "Nėra pasiekiamos informacijos" -#: builtin/mainmenu/tab_texturepacks.lua -#: builtin/mainmenu/tab_settings.lua -msgid "None" -msgstr "Joks" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Pasirinkite tekstūros paketą:" @@ -560,10 +702,6 @@ msgstr "Inicijuojami mazgai" msgid "Initializing nodes..." msgstr "Inicijuojami mazgai..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Elemento tekstūros..." - #: src/client.cpp msgid "Loading textures..." msgstr "Įkeliamos tekstūros..." @@ -1159,6 +1297,15 @@ msgstr "X mygtukas 2" msgid "Zoom" msgstr "Pritraukti" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1182,7 +1329,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1238,6 +1386,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1246,6 +1398,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1261,6 +1417,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1274,6 +1434,10 @@ msgstr "" msgid "Backward key" msgstr "Atgal" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1295,10 +1459,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1311,6 +1471,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1321,6 +1493,29 @@ msgstr "Nustatyti klavišus" msgid "Chat toggle key" msgstr "Nustatyti klavišus" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1379,6 +1574,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1437,10 +1638,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1530,6 +1751,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1552,6 +1781,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "" @@ -1581,12 +1817,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Įjungti papildinį" #: src/settings_translation_file.cpp #, fuzzy @@ -1601,10 +1834,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1635,6 +1864,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1647,6 +1880,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Leisti sužeidimus" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1734,6 +1972,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1843,6 +2089,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1850,10 +2100,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1864,6 +2115,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Papildiniai" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1876,6 +2132,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1889,7 +2149,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1914,6 +2174,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2007,6 +2271,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2026,47 +2294,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2081,7 +2338,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2095,7 +2352,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2292,6 +2549,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2395,36 +2660,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2465,6 +2720,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Žemėlapių generavimas" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2485,6 +2745,55 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Žemėlapių generavimas" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2502,23 +2811,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2538,25 +2835,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2701,6 +2994,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2729,14 +3034,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2829,6 +3126,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2845,13 +3146,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "" @@ -2928,10 +3222,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2952,6 +3242,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2992,11 +3286,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -#: builtin/mainmenu/tab_settings.lua -msgid "Parallax Occlusion" -msgstr "Paralaksinė okliuzija" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3061,19 +3350,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Įkeliama..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3097,6 +3373,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3126,6 +3406,22 @@ msgstr "Dešinėn" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3251,11 +3547,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -#: builtin/mainmenu/tab_settings.lua -msgid "Shaders" -msgstr "Šešėliavimai" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3281,6 +3572,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3338,14 +3633,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3417,6 +3731,10 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Tone Mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3487,17 +3805,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3506,6 +3840,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3515,24 +3855,29 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Elemento tekstūros..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3640,6 +3985,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3650,6 +3999,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3662,68 +4019,63 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Opaque Leaves" -#~ msgstr "Nepermatomi lapai" - -#~ msgid "Opaque Water" -#~ msgstr "Nepermatomas vanduo" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Atstatyti vieno žaidėjo pasaulį" - -#~ msgid "Add mod:" -#~ msgstr "Pridėti papildinį:" - -#~ msgid "MODS" -#~ msgstr "PAPILDINIAI" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "VIENAS ŽAIDĖJAS" - -#~ msgid "SETTINGS" -#~ msgstr "NUSTATYMAI" - -#~ msgid "Password" -#~ msgstr "Slaptažodis" - -#~ msgid "Name" -#~ msgstr "Vardas" - -#~ msgid "START SERVER" -#~ msgstr "PALEISTI SERVERĮ" - -#~ msgid "Favorites:" -#~ msgstr "Mėgiami:" - -#~ msgid "CLIENT" -#~ msgstr "ŽAISTI TINKLE" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Pridėti papildinį" - -#~ msgid "Remove selected mod" -#~ msgstr "Pašalinti pasirinktą papildinį" - #, fuzzy -#~ msgid "EDIT GAME" -#~ msgstr "KEISTI ŽAIDIMĄ" - -#~ msgid "new game" -#~ msgstr "naujas žaidimas" - -#~ msgid "Mods:" -#~ msgstr "Papildiniai:" - -#~ msgid "GAMES" -#~ msgstr "ŽAIDIMAI" - -#~ msgid "Game Name" -#~ msgstr "Žaidimo pavadinimas" +#~ msgid "If disabled " +#~ msgstr "Išjungti papildinį" #, fuzzy #~ msgid "If enabled, " #~ msgstr "įjungtas" +#~ msgid "Game Name" +#~ msgstr "Žaidimo pavadinimas" + +#~ msgid "GAMES" +#~ msgstr "ŽAIDIMAI" + +#~ msgid "Mods:" +#~ msgstr "Papildiniai:" + +#~ msgid "new game" +#~ msgstr "naujas žaidimas" + #, fuzzy -#~ msgid "If disabled " -#~ msgstr "Išjungti papildinį" +#~ msgid "EDIT GAME" +#~ msgstr "KEISTI ŽAIDIMĄ" + +#~ msgid "Remove selected mod" +#~ msgstr "Pašalinti pasirinktą papildinį" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Pridėti papildinį" + +#~ msgid "CLIENT" +#~ msgstr "ŽAISTI TINKLE" + +#~ msgid "Favorites:" +#~ msgstr "Mėgiami:" + +#~ msgid "START SERVER" +#~ msgstr "PALEISTI SERVERĮ" + +#~ msgid "Name" +#~ msgstr "Vardas" + +#~ msgid "Password" +#~ msgstr "Slaptažodis" + +#~ msgid "SETTINGS" +#~ msgstr "NUSTATYMAI" + +#~ msgid "SINGLE PLAYER" +#~ msgstr "VIENAS ŽAIDĖJAS" + +#~ msgid "MODS" +#~ msgstr "PAPILDINIAI" + +#~ msgid "Add mod:" +#~ msgstr "Pridėti papildinį:" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "Įkeliama..." diff --git a/po/minetest.pot b/po/minetest.pot index 4e04d6c02..95a16cdbf 100644 --- a/po/minetest.pot +++ b/po/minetest.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -89,14 +89,15 @@ msgstr "" msgid "Depends:" msgstr "" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "" @@ -171,6 +172,7 @@ msgid "Are you sure you want to delete \"$1\"?" msgstr "" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "" @@ -202,6 +204,92 @@ msgstr "" msgid "Accept" msgstr "" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "Install Mod: file: \"$1\"" msgstr "" @@ -312,10 +400,6 @@ msgstr "" msgid "Select Mod File:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_multiplayer.lua msgid "Address / Port :" msgstr "" @@ -408,69 +492,99 @@ msgid "Server" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Games" +msgid "Opaque Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +msgid "Simple Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." +msgid "Fancy Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " +msgid "No Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "Bilinear Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "Trilinear Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "No Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" +msgid "Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" +msgid "Mipmap + Aniso. Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "8x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Are you sure to reset your singleplayer world?" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "Smooth Lighting" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" +msgid "Enable Particles" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "3D Clouds" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Connected Glass" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Node Highlighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -478,15 +592,39 @@ msgid "Change keys" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +msgid "Advanced Settings" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +msgid "Generate Normalmaps" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -513,10 +651,6 @@ msgstr "" msgid "Singleplayer" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -549,10 +683,6 @@ msgstr "" msgid "Initializing nodes" msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Done!" msgstr "" @@ -1554,7 +1684,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -1565,7 +1695,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -1652,6 +1782,14 @@ msgstr "" msgid "Basic" msgstr "" +#: src/settings_translation_file.cpp +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enable VBO" +msgstr "" + #: src/settings_translation_file.cpp msgid "Fog" msgstr "" @@ -1660,18 +1798,6 @@ msgstr "" msgid "Whether to fog out the end of the visible area." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" - #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -1718,6 +1844,14 @@ msgstr "" msgid "Use 3D cloud look instead of flat." msgstr "" +#: src/settings_translation_file.cpp +msgid "Node highlighting" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Filtering" msgstr "" @@ -1781,18 +1915,6 @@ msgid "" "enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - #: src/settings_translation_file.cpp msgid "FSAA" msgstr "" @@ -1803,10 +1925,6 @@ msgid "" "when set to higher number than 0." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -1815,7 +1933,15 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Bumpmapping" +msgid "Tone Mapping" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enables filmic tone mapping" msgstr "" #: src/settings_translation_file.cpp @@ -1854,10 +1980,6 @@ msgid "" "A higher value results in smoother normal maps." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -1960,17 +2082,6 @@ msgstr "" msgid "Advanced" msgstr "" -#: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum FPS" msgstr "" @@ -1990,18 +2101,13 @@ msgid "Maximum FPS when game is paused." msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +"View distance in nodes.\n" +"Min = 20" msgstr "" #: src/settings_translation_file.cpp @@ -2009,7 +2115,7 @@ msgid "Screen width" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "Width component of the initial window size." msgstr "" #: src/settings_translation_file.cpp @@ -2017,7 +2123,7 @@ msgid "Screen height" msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "Height component of the initial window size." msgstr "" #: src/settings_translation_file.cpp @@ -2129,7 +2235,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -2198,14 +2305,6 @@ msgid "" "Useful if there's something to be displayed right or left of hotbar." msgstr "" -#: src/settings_translation_file.cpp -msgid "Node highlighting" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mesh cache" msgstr "" @@ -2262,6 +2361,14 @@ msgid "" "set to the nearest valid value." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "Menus" msgstr "" @@ -2692,18 +2799,6 @@ msgstr "" msgid "If this is set, players will always (re)spawn at the given position." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Disallow empty passwords" msgstr "" @@ -3045,10 +3140,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -3292,95 +3388,170 @@ msgid "Mapgen v7 cave2 noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal" +msgid "Mapgen flat" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen flat flags" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" +msgid "Mapgen flat lake steepness" msgstr "" #: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." +msgid "Controls steepness/depth of lake depressions." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" +msgid "Mapgen flat hill threshold" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal scale" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" @@ -3390,7 +3561,8 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -3400,7 +3572,8 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -3410,7 +3583,8 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -3420,7 +3594,9 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" @@ -3440,6 +3616,166 @@ msgstr "" msgid "Mapgen fractal cave2 noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "How deep to make rivers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Water Features" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + #: src/settings_translation_file.cpp msgid "Security" msgstr "" @@ -3462,6 +3798,16 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Client and Server" msgstr "" diff --git a/po/nb/minetest.po b/po/nb/minetest.po index 5309d1d3d..22c80b8d0 100644 --- a/po/nb/minetest.po +++ b/po/nb/minetest.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-09-20 17:15+0200\n" "Last-Translator: Christian Haug \n" "Language-Team: Norwegian Bokmål , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Games" +msgstr "Spill" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -301,10 +392,6 @@ msgstr "" msgid "Mod information:" msgstr "" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "" @@ -420,15 +507,39 @@ msgid "Start Game" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +msgid "3D Clouds" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Advanced Settings" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Bilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" msgstr "" #: builtin/mainmenu/tab_settings.lua @@ -436,76 +547,104 @@ msgid "Change keys" msgstr "" #: builtin/mainmenu/tab_settings.lua -#, fuzzy -msgid "Disabled" -msgstr "Deaktiver Alle" - -#: builtin/mainmenu/tab_settings.lua -msgid "Edit" +msgid "Connected Glass" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "aktivert" +msgid "Enable Particles" +msgstr "Aktiver Alle" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "Fancy Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -#, fuzzy -msgid "Games" -msgstr "Spill" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." +msgid "No Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." +msgid "No Mipmap" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " +msgid "No!!!" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Node Highlighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" +msgid "Opaque Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "Simple Leaves" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Smooth Lighting" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Leaves" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Plants" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Waving Water" msgstr "" #: builtin/mainmenu/tab_simple_main.lua @@ -532,10 +671,6 @@ msgstr "" msgid "No information available" msgstr "" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "" @@ -560,10 +695,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "" - #: src/client.cpp msgid "Loading textures..." msgstr "" @@ -1133,6 +1264,15 @@ msgstr "" msgid "Zoom" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1155,7 +1295,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1211,6 +1352,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1219,6 +1364,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "" @@ -1234,6 +1383,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1246,6 +1399,10 @@ msgstr "" msgid "Backward key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1266,10 +1423,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1282,6 +1435,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "" @@ -1290,6 +1455,29 @@ msgstr "" msgid "Chat toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1346,6 +1534,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "" @@ -1399,10 +1593,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1490,6 +1704,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1512,6 +1734,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "" @@ -1541,12 +1770,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Aktiver Alle" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1560,10 +1786,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1594,6 +1816,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1606,6 +1832,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Aktiver Alle" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1693,6 +1924,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1801,6 +2040,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1808,10 +2051,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1822,6 +2066,10 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +msgid "HTTP Mods" +msgstr "" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1834,6 +2082,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1847,7 +2099,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1872,6 +2124,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -1965,6 +2221,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "" @@ -1983,47 +2243,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2037,7 +2286,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2051,7 +2300,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2248,6 +2497,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2348,36 +2605,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2418,6 +2665,10 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen Valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2438,6 +2689,54 @@ msgstr "" msgid "Mapgen flags" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen flat" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat flags" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat ground level" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat lake threshold" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "" @@ -2455,23 +2754,11 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" +msgid "Mapgen fractal iterations" msgstr "" #: src/settings_translation_file.cpp @@ -2491,25 +2778,21 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" +msgid "Mapgen fractal offset" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" +msgid "Mapgen fractal scale" msgstr "" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Mapgen fractal slice w" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2654,6 +2937,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2682,14 +2977,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2781,6 +3068,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2797,13 +3088,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "" @@ -2880,10 +3164,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2904,6 +3184,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -2944,10 +3228,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3012,18 +3292,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3047,6 +3315,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3075,6 +3347,22 @@ msgstr "" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3192,10 +3480,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3221,6 +3505,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "" @@ -3276,14 +3564,33 @@ msgid "Synchronous SQLite" msgstr "" #: src/settings_translation_file.cpp -msgid "Texture path" +msgid "Terrain Height" msgstr "" #: src/settings_translation_file.cpp msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Texture path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3355,6 +3662,10 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Tone Mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3423,17 +3734,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3442,6 +3769,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3451,23 +3784,27 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" +msgid "Water Features" msgstr "" #: src/settings_translation_file.cpp @@ -3576,6 +3913,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3586,6 +3927,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3598,18 +3947,17 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "is required by:" -#~ msgstr "trengs av:" +#, fuzzy +#~ msgid "If disabled " +#~ msgstr "Deaktiver Alle" -#~ msgid "Configuration saved. " -#~ msgstr "Konfigurasjon lagret. " +#, fuzzy +#~ msgid "If enabled, " +#~ msgstr "aktivert" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "Advarsel: Noen konfigurerte modifikasjoner mangler. \n" -#~ "Instillingene deres vil bli fjernet når du lagrer konfigurasjonen." +#, fuzzy +#~ msgid "Game Name" +#~ msgstr "Spill" #~ msgid "" #~ "Warning: Some mods are not configured yet.\n" @@ -3618,14 +3966,15 @@ msgstr "" #~ "Advarsel: Noen modifikasjoner er ikke konfigurert enda. \n" #~ "De vil bli aktivert som standard når du lagrer konfigurasjonen." -#, fuzzy -#~ msgid "Game Name" -#~ msgstr "Spill" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Advarsel: Noen konfigurerte modifikasjoner mangler. \n" +#~ "Instillingene deres vil bli fjernet når du lagrer konfigurasjonen." -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "aktivert" +#~ msgid "Configuration saved. " +#~ msgstr "Konfigurasjon lagret. " -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Deaktiver Alle" +#~ msgid "is required by:" +#~ msgstr "trengs av:" diff --git a/po/nl/minetest.po b/po/nl/minetest.po index 8a499085a..14beb248d 100644 --- a/po/nl/minetest.po +++ b/po/nl/minetest.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-23 04:35+0000\n" "Last-Translator: Tobyplowy \n" -"Language-Team: Dutch " -"\n" +"Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,8 @@ msgstr "" #: builtin/fstk/ui.lua msgid "An error occured in a Lua script, such as a mod:" -msgstr "Er is een fout opgetreden in een Lua script (bijvoorbeeld van een mod):" +msgstr "" +"Er is een fout opgetreden in een Lua script (bijvoorbeeld van een mod):" #: builtin/fstk/ui.lua msgid "An error occured:" @@ -73,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Wij ondersteunen protocol versies $1 tot en met $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Annuleer" @@ -114,8 +116,8 @@ msgstr "Verberg MV mods" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Bewaar" @@ -190,6 +192,7 @@ msgid "No of course not!" msgstr "Nee, natuurlijk niet!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Ja" @@ -209,6 +212,99 @@ msgstr "Accepteren" msgid "Rename Modpack:" msgstr "Modverzameling hernoemen:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" is geen geldige vlag." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Er is geen beschrijving van deze instelling beschikbaar)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Bladeren" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Aanpassen" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Aangeschakeld" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" +"Formaat moet zijn: 3 getallen, gescheiden door komma's en tussen vierkante " +"haken (bijvoorbeeld: [4,-34,138])." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Formaat: , , (, , ), " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Spellen" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" +"Optioneel: de lacunaritie (uit de fractal-meetkunde: een maat voor\n" +"hoeveelheid en grootte van 'gaten') kan aan het einde toegevoegd worden,\n" +"voorafgegaan door een komma." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Geef een lijst van vlaggen, door komma's gescheiden." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Voer een geldig geheel getal in." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Voer een geldig getal in." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Mogelijke waarden zijn: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Standaardwaarde herstellen" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Pad selecteren" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Technische namen weergeven" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "De waarde moet groter zijn dan $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "De waarde moet lager zijn dan $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -302,10 +398,6 @@ msgstr "Geïnstalleerde Mods:" msgid "Mod information:" msgstr "Mod-beschrijving:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Geen mod-beschrijving aanwezig" @@ -418,97 +510,156 @@ msgid "Start Game" msgstr "Start spel" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" is geen geldige vlag." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Er is geen beschrijving van deze instelling beschikbaar)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D wolken" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Bladeren" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Instellingen" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Weet je zeker dat je je wereld wilt resetten?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Bi-Lineaire filtering" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bumpmapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Toetsen aanpassen" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Uitgeschakeld" +#, fuzzy +msgid "Connected Glass" +msgstr "Verbind glas" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Aanpassen" +#, fuzzy +msgid "Enable Particles" +msgstr "Alles aanzetten" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Aangeschakeld" +msgid "Fancy Leaves" +msgstr "Mooie bladeren" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." +msgid "Generate Normalmaps" msgstr "" -"Formaat moet zijn: 3 getallen, gescheiden door komma's en tussen vierkante " -"haken (bijvoorbeeld: [4,-34,138])." #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Formaat: , , (, , " -"), " +msgid "Mipmap" +msgstr "Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Spellen" +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmap + Anisotropisch filteren" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" -"Optioneel: de lacunaritie (uit de fractal-meetkunde: een maat voor\n" -"hoeveelheid en grootte van 'gaten') kan aan het einde toegevoegd worden,\n" -"voorafgegaan door een komma." +#, fuzzy +msgid "No Filter" +msgstr "Filters" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Geef een lijst van vlaggen, door komma's gescheiden." +msgid "No Mipmap" +msgstr "Geen Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Voer een geldig geheel getal in." +msgid "No!!!" +msgstr "Nee!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Voer een geldig getal in." +#, fuzzy +msgid "Node Highlighting" +msgstr "Oplichtende node" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Geen" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Mogelijke waarden zijn: " +msgid "Opaque Leaves" +msgstr "Ondoorzichtige bladeren" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Standaardwaarde herstellen" +msgid "Opaque Water" +msgstr "Ondoorzichtig water" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Pad selecteren" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Parallax occlusie" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Instellingen" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Technische namen weergeven" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shaders" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "De waarde moet groter zijn dan $1." +msgid "Simple Leaves" +msgstr "Eenvoudige bladeren" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "De waarde moet lager zijn dan $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Vloeiende verlichting" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Textuur:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Om schaduwen mogelijk te maken moet OpenGL worden gebruikt." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Tri-Lineare Filtering" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Bewegende bladeren" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Bewegende planten" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Golvend water" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -534,10 +685,6 @@ msgstr "Singleplayer" msgid "No information available" msgstr "Geen informatie aanwezig" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Geen" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selecteer textuurverzameling:" @@ -562,10 +709,6 @@ msgstr "Nodes initialiseren" msgid "Initializing nodes..." msgstr "Nodes initialiseren..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Voorwerp-texturen..." - #: src/client.cpp msgid "Loading textures..." msgstr "Bezig met texturen te laaden..." @@ -1163,6 +1306,15 @@ msgstr "X knop 2" msgid "Zoom" msgstr "Zoomen" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1180,6 +1332,7 @@ msgid "3D mode" msgstr "3D modus" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1187,7 +1340,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "3D ondersteuning.\n" "Op dit moment ondersteund:\n" @@ -1266,6 +1420,10 @@ msgstr "" msgid "Advanced" msgstr "Geavanceerd" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Zet 'snel' altijd aan bij 'vliegen'" @@ -1274,6 +1432,10 @@ msgstr "Zet 'snel' altijd aan bij 'vliegen'" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Anisotropische filtering" @@ -1292,6 +1454,11 @@ msgstr "" "Voor het aanmelden van een ipv6 adres bij de minetest serverlijst, gebruik " "'v6.servers.minetest.net'." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "Juliaverzameling: (X,Y,Z) schaal, in nodes (bij benadering)." + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Vraag om de verbinding te herstellen na een server-crash" @@ -1304,6 +1471,11 @@ msgstr "Meldt de server automatisch aan bij de serverlijst." msgid "Backward key" msgstr "Achteruit" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Golfhoogte van water" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Basis" @@ -1324,10 +1496,6 @@ msgstr "Aantal bits per pixel (oftewel: kleurdiepte) in full-screen modus." msgid "Build inside player" msgstr "Bouwen op de plaats van de speler" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bumpmapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Vloeiender maken van de camerabeweging" @@ -1340,6 +1508,18 @@ msgstr "Vloeiender maken van de camerabeweging (in cinematic modus)" msgid "Camera update toggle key" msgstr "Toets voor cameraverversing aan/uit" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Chat-toets" @@ -1348,6 +1528,29 @@ msgstr "Chat-toets" msgid "Chat toggle key" msgstr "Toets voor tonen/verbergen chat" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Chunk-grootte" @@ -1406,6 +1609,12 @@ msgstr "" "mogen gebruiken,\n" "zelfs wanneer mod-beveiliging aan staat (via request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Opdracht-toets" @@ -1461,14 +1670,34 @@ msgid "" "Controls size of deserts and beaches in Mapgen v6.\n" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" -"Bepaalt de grootte van woestijnen en stranden in de wereld-generator (mapgen)" -" v6.\n" +"Bepaalt de grootte van woestijnen en stranden in de wereld-generator " +"(mapgen) v6.\n" "Als 'snowbiomes' aan staat, wordt deze instelling genegeerd." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Crash boodschap" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Draadkruis-alphawaarde" @@ -1561,6 +1790,14 @@ msgstr "Vertraging bij het tonen van tooltips, in milliseconden." msgid "Deprecated Lua API handling" msgstr "Gedrag bij gebruik van verouderde Lua API functies" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "Daalsnelheid" @@ -1579,12 +1816,20 @@ msgstr "Textuur-animaties niet synchroniseren" #: src/settings_translation_file.cpp msgid "Detailed mod profile data. Useful for mod developers." -msgstr "Gedetailleerde profiling-data voor mods. Nuttig voor mod-ontwikkelaars." +msgstr "" +"Gedetailleerde profiling-data voor mods. Nuttig voor mod-ontwikkelaars." #: src/settings_translation_file.cpp msgid "Detailed mod profiling" msgstr "Gedetailleerde profiling van mods" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Valsspeelbescherming uitschakelen" @@ -1614,15 +1859,9 @@ msgid "Dump the mapgen debug infos." msgstr "Print wereldgenerator debug informatie." #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"Maak de wateroppervlakte iets lager, zodat het niet de hele node vult.\n" -"Dit is niet echt geoptimaliseerd, en vloeiende belichting van de\n" -"wateroppervlakte werkt niet als dit is aangeschakeld." +#, fuzzy +msgid "Enable VBO" +msgstr "MV aanzetten" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1636,10 +1875,6 @@ msgstr "Schakel verwondingen en sterven van spelers aan." msgid "Enable random user input (only used for testing)." msgstr "Schakel willkeurige invoer aan (enkel voor testen)." -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "Laat geselecteerde nodes oplichten (schakelt selectie-randen uit)." - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1669,8 +1904,8 @@ msgid "" msgstr "" "Sta het gebruik van een externe media-server toe (indien opgegeven door de " "server).\n" -"Het gebruik van externe media-servers versnelt het downloaden van media (" -"bijv. texturen) aanzienlijk\n" +"Het gebruik van externe media-servers versnelt het downloaden van media " +"(bijv. texturen) aanzienlijk\n" "bij het maken van een verbinding met een server." #: src/settings_translation_file.cpp @@ -1683,6 +1918,10 @@ msgstr "" "kan dit tot gevolg hebben dat enkel IPv6 cliënten verbinding kunnen maken\n" "Deze instelling wordt genegeerd als een lokaal server-adres ingesteld is." +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1699,6 +1938,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Schakelt de mini-kaart in." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Schakelt de mini-kaart in." @@ -1791,6 +2035,14 @@ msgstr "" "Bestand in de map 'client/serverlist/' met favoriete servers die getoond " "worden in de multiplayer tab." +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1860,8 +2112,8 @@ msgid "" "From how far blocks are generated for clients, stated in mapblocks (16 " "nodes)." msgstr "" -"Tot welke afstand blokken gegenereerd worden voor cliënten. In mapblokken (" -"16 nodes)." +"Tot welke afstand blokken gegenereerd worden voor cliënten. In mapblokken " +"(16 nodes)." #: src/settings_translation_file.cpp msgid "" @@ -1903,23 +2155,30 @@ msgstr "GUI schalingsfilter: txr2img" msgid "Gamma" msgstr "Gamma" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" -"Algemene wereldgenerator instellingen.\n" +"Wereldgenerator instellingen specified voor generator v6.\n" +"Indien sneeuwgebieden aanstaan, dan worden oerwouden ook aangezet, en wordt " +"de \"jungles\" vlag genegeerd.\n" "Vlaggen die niet in de lijst van vlaggen staan, behouden hun standaard-" "waarde.\n" -"Zet \"no\" voor een vlag om hem expliciet uit te zetten.\n" -"'trees' en 'flat' zijn enkel van toepassing in mgv6." +"Zet \"no\" voor een vlag om hem expliciet uit te zetten." #: src/settings_translation_file.cpp msgid "Graphics" @@ -1929,6 +2188,11 @@ msgstr "Grafisch" msgid "Gravity" msgstr "Zwaartekracht" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "HUD aan/uitschakelen toets" @@ -1943,10 +2207,15 @@ msgstr "" "Behandeling van verouderde lua api aanroepen:\n" "- legacy: (probeer) het oude gedrag na te bootsen (standaard voor een " "'release' versie).\n" -"- log: boots het oude gedrag na, en log een backtrace van de aanroep (" -"standaard voor een 'debug' versie).\n" -"- error: stop de server bij gebruik van een verouderde aanroep (" -"aanbevolen voor mod ontwikkelaars)." +"- log: boots het oude gedrag na, en log een backtrace van de aanroep " +"(standaard voor een 'debug' versie).\n" +"- error: stop de server bij gebruik van een verouderde aanroep " +"(aanbevolen voor mod ontwikkelaars)." + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Height component of the initial window size." +msgstr "Horizontale aanvangsgroote van het window." #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." @@ -1961,8 +2230,8 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "Home-pagina van de server. Wordt getoond in de serverlijst." #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." -msgstr "Horizontale aanvangsgroote van het window." +msgid "How deep to make rivers" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -1970,8 +2239,8 @@ msgid "" "mapblocks (16 nodes).\n" "In active blocks objects are loaded and ABMs run." msgstr "" -"Tot op welke afstand van actieve spelers blokken 'actief' zijn. In blokken (" -"van 16 nodes).\n" +"Tot op welke afstand van actieve spelers blokken 'actief' zijn. In blokken " +"(van 16 nodes).\n" "In actieve blokken worden objecten geladen (bijv. dieren die rondlopen) en " "ABMs uitgevoerd (bijv. groeien van planten)." @@ -1995,6 +2264,10 @@ msgstr "" "Een hogere waarde zorgt voor een vloeiender spelervaring, maar kost meer " "geheugen." +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "IPv6" @@ -2073,8 +2346,8 @@ msgid "" "you stand.\n" "This is helpful when working with nodeboxes in small areas." msgstr "" -"Indien aangeschakeld, kan een speler blokken plaatsen op de eigen positie (" -"het niveau van de voeten en van de ogen).\n" +"Indien aangeschakeld, kan een speler blokken plaatsen op de eigen positie " +"(het niveau van de voeten en van de ogen).\n" "Dit vergemakkelijkt het werken in nauwe ruimtes." #: src/settings_translation_file.cpp @@ -2109,6 +2382,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "Interval voor het sturen van de kloktijd naar cliënten." +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Rugzak toets" @@ -2126,61 +2403,47 @@ msgid "Item entity TTL" msgstr "Bestaansduur van objecten" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" -"Juliaverzameling: (X,Y,X) afstanden van wereld-centrum.\n" -"Bereik is ongeveer -2 tot 2. Vermenigvuldig met j_scale voor de afstand in " -"nodes." - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." -msgstr "Juliaverzameling: (X,Y,Z) schaal, in nodes (bij benadering)." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" "Juliaverzameling: Aantal iteraties van de recursieve functie.\n" "Bepaalt de schaal van de kleinste details." #: src/settings_translation_file.cpp msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" -"Juliaverzameling: W-coördinaat van de 3D doorsnede van de 4D vorm.\n" -"Bereik is ongeveer -2 tot 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: W value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" -"Juliaverzameling: W-waarde van de 4D vorm.\n" -"Bereik is ongeveer -2 tot 2." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Juliaverzameling: X-waarde van de 4D vorm.\n" "Bereik is ongeveer -2 tot 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: Y value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Juliaverzameling: Y-waarde van de 4D vorm.\n" "Bereik is ongeveer -2 tot 2." #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" "Juliaverzameling: Z-waarde van de 4D-vorm.\n" @@ -2195,15 +2458,15 @@ msgid "Jumping speed" msgstr "Sprinsnelheid" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Toets voor het verkleinen van de zichtafstand. Dit verandert de minimale " -"zichtafstand.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Toets om oneindige zichtastand aan/uit te schakelen.\n" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2212,19 +2475,19 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets voor het weggooien van het geselecteerde object.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Toets voor het vergroten van de zichtafstand. Dit verandert de minimale " -"zichtafstand.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Toets om oneindige zichtastand aan/uit te schakelen.\n" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2233,8 +2496,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets voor springen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2243,8 +2506,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om snel te bewegen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2253,8 +2516,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de speler achteruit te bewegen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2263,8 +2526,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de speler vooruit te bewegen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2273,8 +2536,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de speler naar links te bewegen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2283,8 +2546,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de speler naar rechts te bewegen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2293,8 +2556,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de chat-console te openen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2303,8 +2566,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om het chat-window te openen om commando's te typen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2313,8 +2576,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om het chat-window te openen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2323,8 +2586,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om het rugzak-window te openen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2333,8 +2596,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om debug-stapels te printen. Gebruikt voor ontwikkeling.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2347,8 +2610,8 @@ msgstr "" "Toets om te kruipen.\n" "Wordt ook gebruikt om naar beneden te klimmen en te dalen indien " "aux1_descends uitstaat.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2357,8 +2620,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om tussen 1e-persoon camera en 3e-persoon camera te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2367,8 +2630,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om screenshot te maken.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2377,8 +2640,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om cinematic modus aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2387,8 +2650,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de mini-kaart aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2397,8 +2660,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om snelle modus aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2407,8 +2670,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om vliegen aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2417,8 +2680,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om 'noclip' modus aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2428,8 +2691,8 @@ msgid "" msgstr "" "Toets om camera-verversing aan/uit te schakelen. Enkel gebruikt voor " "ontwikkeling.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2438,8 +2701,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om debug informatie aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2448,8 +2711,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om de HUD aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2458,8 +2721,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om het tonen van chatberichten aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2468,8 +2731,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om mist aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2479,8 +2742,8 @@ msgid "" msgstr "" "Toets om het tonen van de code-profiler aan/uit te schakelen. Gebruikt voor " "ontwikkeling.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2489,8 +2752,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Toets om oneindige zichtastand aan/uit te schakelen.\n" -"Zie http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735" -"e3da1b0edf72eb3" +"Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "Key use for climbing/descending" @@ -2500,6 +2763,14 @@ msgstr "Gebruik de 'gebruiken'-toets voor klimmen en dalen" msgid "Language" msgstr "Taal" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "Type van bladeren" @@ -2544,8 +2815,8 @@ msgstr "" "- (geen logging)\n" "- none (enkel berichten zonder gedefiniëerd niveau)\n" "- error (alles van minstens fout-niveau)- warning (alles van minstens " -"waarschuwings-niveau)- action (alles van minstens actie-niveau)- info (" -"alles van minstens informatie-niveau)- verbose (alles)" +"waarschuwings-niveau)- action (alles van minstens actie-niveau)- info " +"(alles van minstens informatie-niveau)- verbose (alles)" #: src/settings_translation_file.cpp msgid "Limit of emerge queues on disk" @@ -2621,48 +2892,39 @@ msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" "Maakt dat DirectX werkt met LuaJIT. Schakel dit uit als het problemen geeft." -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" -"Mandelbrot verzameling: (X,Y,Z) afstanden vanaf wereld-centrum.\n" -" Bereik is ongeveer -2 tot 2. Vermenigvuldig met m_scale voor de afstand in " -"nodes." - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "Mandelbrot verzameling: (X,Y,Z) schaal, in nodes (bij benadering)." - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" -"Mandelbrot verzameling: Aantal iteraties van de recursieve functie.\n" -"Bepaalt de schaal van de kleinste details." - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "Wereld map" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" +"Algemene wereldgenerator instellingen.\n" +"Vlaggen die niet in de lijst van vlaggen staan, behouden hun standaard-" +"waarde.\n" +"Zet \"no\" voor een vlag om hem expliciet uit te zetten.\n" +"'trees' en 'flat' zijn enkel van toepassing in mgv6." + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." msgstr "" -"Wereldgeneratie instellingen voor de fractal generator.\n" -"'julia' selecterd een julia-verzameling in plaats van een mandebrot-" -"verzameling.\n" +"Wereldgenerator instellingen specified voor generator v7.\n" +"\"ridges\" zijn rivieren.\n" "Vlaggen die niet in de lijst van vlaggen staan, behouden hun standaard-" "waarde.\n" "Zet \"no\" voor een vlag om hem expliciet uit te zetten." @@ -2713,6 +2975,11 @@ msgstr "Max aantal wereldblokken" msgid "Mapblock unload timeout" msgstr "Wereldblok vergeet-tijd" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Wereldgenerator" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "Wereldgenerator landschapstemperatuur ruisparameters" @@ -2733,6 +3000,64 @@ msgstr "Wereldgenerator debug" msgid "Mapgen flags" msgstr "Wereldgenerator vlaggen" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Wereldgenerator vlaggen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat cave1 noise parameters" +msgstr "Fractal wereldgenerator grotten (1) ruisparameters" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat cave2 noise parameters" +msgstr "Fractal wereldgenerator grotten (2) ruisparameters" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat filler depth noise parameters" +msgstr "Fractal wereldgenerator vuldiepte ruisparameters" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Fractal wereldgenerator vlaggen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Wereldgenerator vlaggen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Fractal wereldgenerator julia iteraties" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Fractal wereldgenerator julia schaal" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat large cave depth" +msgstr "Fractal wereldgenerator julia schaal" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat terrain noise parameters" +msgstr "Wereldgenerator v6 basisterrein ruisparameters" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "Fractal wereldgenerator" @@ -2751,25 +3076,15 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "Fractal wereldgenerator vuldiepte ruisparameters" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +#, fuzzy +msgid "Mapgen fractal fractal" msgstr "Fractal wereldgenerator vlaggen" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" +#, fuzzy +msgid "Mapgen fractal iterations" msgstr "Fractal wereldgenerator julia iteraties" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "Fractal wereldgenerator julia centrum-afstand" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "Fractal wereldgenerator julia schaal" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "Fractal wereldgenerator julia w-doorsnede" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "Fractal wereldgenerator julia w" @@ -2787,25 +3102,24 @@ msgid "Mapgen fractal julia z" msgstr "Fractal wereldgenerator julia z" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "Fractal wereldgenerator mandelbrot iteraties" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Fractal wereldgenerator julia centrum-afstand" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "Fractal wereldgenerator mandelbrot centrum-afstand" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "Fractal wereldgenerator mandelbrot schaal" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "Fractal wereldgenerator mandelbrot w-doorsnede" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Fractal wereldgenerator julia schaal" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "Fractal wereldgenerator zeebodem parameters" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Fractal wereldgenerator julia w-doorsnede" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "Wereldgenerator landschapstemperatuurovergangen ruisparameters" @@ -2953,6 +3267,18 @@ msgstr "Wereldgenerator v7 terrein basis ruisparameters" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "Wereldgenerator v7 terrein-'persist' ruisparameters" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "Maximale afstand van te genereren blokken" @@ -2983,18 +3309,6 @@ msgstr "Maximum FPS" msgid "Maximum FPS when game is paused." msgstr "Maximum FPS als het spel gepauzeerd is." -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" -"Maximum hoogte boven waterniveau waar een speler geboren wordt.\n" -"Bij hogere waarden zullen de plaatsen dichter bij (x = 0, z = 0) liggen.\n" -"Bij lagere waarden kan het zijn dat een geschikte plek niet gevonden wordt,\n" -"in dat geval wordt de speler geboren op (0, 0, 0), mogelijk onder de grond." - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "Maximaal aantal geforceerd geladen blokken" @@ -3105,6 +3419,10 @@ msgstr "Bericht van de dag" msgid "Message of the day displayed to players connecting." msgstr "Toon bericht aan spelers die verbinding maken." +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "Mini-kaart" @@ -3121,16 +3439,6 @@ msgstr "Mini-kaart scan-hoogte" msgid "Minimum texture size for filters" msgstr "Minimale textuur-grootte voor filters" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" -"Minimaal gewenste FPS.\n" -"De hoeveelheid gerenderd materiaal wordt aangepast afhankelijk van deze " -"waarde, en van de min en max zichtafstanden." - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -3225,10 +3533,6 @@ msgstr "" "Netwerkpoort van de server (UDP).\n" "Bij starten vanuit het hoofdmenu kan een andere poort opgegeven worden." -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "Nieuw water" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "Nieuwe spelers dienen dit wachtwoord op te geven." @@ -3251,6 +3555,10 @@ msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" "Ruisparameters voor landschapstemperaturen, -vochtigheid en -overgangen." +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3302,10 +3610,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Parallax occlusie" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "Parallax occlusie" @@ -3377,22 +3681,6 @@ msgstr "" "Netwerk-poort (UDP) waarmee verbinding gemaakt moet worden.In het hoofdmenu " "kan een andere waarde opgegeven worden." -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" -"Genereer beelden van objecten in de rugzak vooraf.\n" -"De start-tijd wordt hierdoor langer, maar het spel wordt vloeiender.\n" -"Dit kost veel geheugen op de videokaart. Als die onvoldoende geheugen heeft " -"kan dit resulteren in vreemde effecten." - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Laad rugzak-texturen vooraf" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3421,6 +3709,10 @@ msgstr "" "Straal van wolken, in 64-node eenheden.\n" "Waarden groter dan 26 hebben scherpe wolkenranden tot gevolg." +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "Willekeurige invoer" @@ -3449,6 +3741,22 @@ msgstr "Toets voor rechts" msgid "Rightclick repetition interval" msgstr "Rechts-klik herhalingsinterval" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "Opnemen terugrolgegevens" @@ -3578,10 +3886,6 @@ msgid "" msgstr "" "Golvend water staat aan indien 'true'Dit vereist dat 'shaders' ook aanstaan." -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shaders" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3612,6 +3916,10 @@ msgstr "" "Grootte van chunks die per keer gegenereerd worden door de wereldgenerator " "in mapblokken (16 nodes)." +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Vloeiende verlichting" @@ -3674,15 +3982,34 @@ msgstr "Stricte protocolcontrole" msgid "Synchronous SQLite" msgstr "Sqlite synchrone modus" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Pad van texturen" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3771,6 +4098,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Camera-modus veranderen toets" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "Tooltip tijdsduur" @@ -3844,17 +4176,33 @@ msgid "V-Sync" msgstr "V-Sync" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." -msgstr "Aanvangshoogte van het window." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" +msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "Vertikale scherm-synchronisatie." -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "Vertikaal geboortegebied" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "Video driver" @@ -3863,6 +4211,12 @@ msgstr "Video driver" msgid "View bobbing" msgstr "Loopbeweging" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "Toets voor verkleinen zichtafstand" @@ -3872,24 +4226,33 @@ msgid "View range increase key" msgstr "Toets voor vergroten zichtafstand" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" +#, fuzzy +msgid "Viewing range" msgstr "Maximale zichtafstand" -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" -msgstr "Minimale zichtafstand" - #: src/settings_translation_file.cpp msgid "Volume" msgstr "Geluidsniveau" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" +"Juliaverzameling: W-coördinaat van de 3D doorsnede van de 4D vorm.\n" +"Bereik is ongeveer -2 tot 2." + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Loopsnelheid" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "Gewenste FPS" +#, fuzzy +msgid "Water Features" +msgstr "Waterniveau" #: src/settings_translation_file.cpp msgid "Water level" @@ -4014,7 +4377,8 @@ msgstr "" #: src/settings_translation_file.cpp msgid "Whether to fog out the end of the visible area." -msgstr "Maak het einde van het zichtbereik mistig, zodat het einde niet opvalt." +msgstr "" +"Maak het einde van het zichtbereik mistig, zodat het einde niet opvalt." #: src/settings_translation_file.cpp msgid "" @@ -4023,6 +4387,11 @@ msgstr "" "Laat debug informatie zien in de cliënt (heeft hetzelfde effect als de F5 " "toets)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Width component of the initial window size." +msgstr "Horizontale aanvangsgroote van het window." + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "Breedte van de lijnen om een geselecteerde node." @@ -4036,6 +4405,14 @@ msgstr "" "Deze instelling is niet nodig als de server vanuit het hoofdmenu wordt " "gestart." +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "timeout voor cURL download" @@ -4048,94 +4425,97 @@ msgstr "Maximaal parallellisme in cURL" msgid "cURL timeout" msgstr "cURL timeout" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Weet je zeker dat je je wereld wilt resetten?" - -#~ msgid "Fancy Leaves" -#~ msgstr "Mooie bladeren" - -#~ msgid "Mipmap" -#~ msgstr "Mipmap" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmap + Anisotropisch filteren" - -#~ msgid "No Mipmap" -#~ msgstr "Geen Mipmap" - -#~ msgid "No!!!" -#~ msgstr "Nee!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Ondoorzichtige bladeren" - -#~ msgid "Opaque Water" -#~ msgstr "Ondoorzichtig water" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Reset Singleplayer wereld" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Schaal-factor toegepast op menu elementen: " - -#~ msgid "Simple Leaves" -#~ msgstr "Eenvoudige bladeren" - -#~ msgid "Texturing:" -#~ msgstr "Textuur:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Om schaduwen mogelijk te maken moet OpenGL worden gebruikt." +#, fuzzy +#~ msgid "If disabled " +#~ msgstr "MP uitschakelen" #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Downloaden" +#~ msgid "If enabled, " +#~ msgstr "ingeschakeld" -#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgid "Rendering:" +#~ msgstr "Rendering:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Herstart minetest om de driver te activeren" + +#~ msgid "Game Name" +#~ msgstr "Spel" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Kan mod \"$1\" niet naar spel \"$2\" kopiëren" + +#~ msgid "GAMES" +#~ msgstr "SPELLEN" + +#~ msgid "Mods:" +#~ msgstr "Mods:" + +#~ msgid "new game" +#~ msgstr "nieuw spel" + +#~ msgid "EDIT GAME" +#~ msgstr "SPEL AANPASSEN" + +#~ msgid "Remove selected mod" +#~ msgstr "Geselecteerde mod verwijderen" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Mod toevoegen" + +#~ msgid "CLIENT" +#~ msgstr "CLIENT" + +#~ msgid "Favorites:" +#~ msgstr "Favorieten:" + +#~ msgid "START SERVER" +#~ msgstr "START SERVER" + +#~ msgid "Name" +#~ msgstr "Naam" + +#~ msgid "Password" +#~ msgstr "Wachtwoord" + +#~ msgid "SETTINGS" +#~ msgstr "INSTELLINGEN" + +#~ msgid "Preload item visuals" +#~ msgstr "Voorwerpen vooraf laden" + +#~ msgid "Finite Liquid" +#~ msgstr "Eindige vloeistoffen" + +#~ msgid "SINGLE PLAYER" +#~ msgstr "SINGLEPLAYER" + +#~ msgid "TEXTURE PACKS" +#~ msgstr "TEXTUREN" + +#~ msgid "MODS" +#~ msgstr "MODS" + +#~ msgid "Add mod:" +#~ msgstr "Mod toevoegen:" + +#~ msgid "Local install" +#~ msgstr "Plaatselijk installeren" + +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " #~ msgstr "" -#~ "Linkermuisknop: Verplaats alle items. Rechtermuisknop: Verplaats één item" +#~ "Let op: Nog niet alle mods zijn geconfigueerd. \n" +#~ "De mods zullen automatisch worden ingeschakeld als je de configuratie " +#~ "bewaard. " -#~ msgid "is required by:" -#~ msgstr "is benodigd voor:" - -#~ msgid "Configuration saved. " -#~ msgstr "Instellingen bewaard. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Waarschuwing: Instellingen niet consistent. " - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Kan geen nieuwe wereld aanmaken: de naam bevat onjuiste tekens" - -#~ msgid "Show Public" -#~ msgstr "Publieke server" - -#~ msgid "Show Favorites" -#~ msgstr "Favourieten" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Laat het adres leeg om een lokale server te starten." - -#~ msgid "Create world" -#~ msgstr "Maak wereld aan" - -#~ msgid "Address required." -#~ msgstr "IP-adres nodig." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Kan niets verwijderen: Geen wereld geselecteerd" - -#~ msgid "Files to be deleted" -#~ msgstr "Deze bestanden worden verwijderd" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Kan geen wereld aanmaken: Geen games gevonden" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Kan instellingen niet aanpassen: Niets geselecteerd" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Niet alle bestanden zijn verwijderd" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "LEt op: Sommige ingestelde mods zijn vermist.\n" +#~ "Hun instellingen worden verwijderd als je de configuratie opslaat. " #~ msgid "" #~ "Default Controls:\n" @@ -4162,94 +4542,206 @@ msgstr "cURL timeout" #~ "- ESC: Menu\n" #~ "- T: Chat\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " +#~ msgid "Failed to delete all world files" +#~ msgstr "Niet alle bestanden zijn verwijderd" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Kan instellingen niet aanpassen: Niets geselecteerd" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Kan geen wereld aanmaken: Geen games gevonden" + +#~ msgid "Files to be deleted" +#~ msgstr "Deze bestanden worden verwijderd" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Kan niets verwijderen: Geen wereld geselecteerd" + +#~ msgid "Address required." +#~ msgstr "IP-adres nodig." + +#~ msgid "Create world" +#~ msgstr "Maak wereld aan" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Laat het adres leeg om een lokale server te starten." + +#~ msgid "Show Favorites" +#~ msgstr "Favourieten" + +#~ msgid "Show Public" +#~ msgstr "Publieke server" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Kan geen nieuwe wereld aanmaken: de naam bevat onjuiste tekens" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Waarschuwing: Instellingen niet consistent. " + +#~ msgid "Configuration saved. " +#~ msgstr "Instellingen bewaard. " + +#~ msgid "is required by:" +#~ msgstr "is benodigd voor:" + +#~ msgid "Left click: Move all items, Right click: Move single item" #~ msgstr "" -#~ "LEt op: Sommige ingestelde mods zijn vermist.\n" -#~ "Hun instellingen worden verwijderd als je de configuratie opslaat. " - -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Let op: Nog niet alle mods zijn geconfigueerd. \n" -#~ "De mods zullen automatisch worden ingeschakeld als je de configuratie " -#~ "bewaard. " - -#~ msgid "Local install" -#~ msgstr "Plaatselijk installeren" - -#~ msgid "Add mod:" -#~ msgstr "Mod toevoegen:" - -#~ msgid "MODS" -#~ msgstr "MODS" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "TEXTUREN" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "SINGLEPLAYER" - -#~ msgid "Finite Liquid" -#~ msgstr "Eindige vloeistoffen" - -#~ msgid "Preload item visuals" -#~ msgstr "Voorwerpen vooraf laden" - -#~ msgid "SETTINGS" -#~ msgstr "INSTELLINGEN" - -#~ msgid "Password" -#~ msgstr "Wachtwoord" - -#~ msgid "Name" -#~ msgstr "Naam" - -#~ msgid "START SERVER" -#~ msgstr "START SERVER" - -#~ msgid "Favorites:" -#~ msgstr "Favorieten:" - -#~ msgid "CLIENT" -#~ msgstr "CLIENT" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Mod toevoegen" - -#~ msgid "Remove selected mod" -#~ msgstr "Geselecteerde mod verwijderen" - -#~ msgid "EDIT GAME" -#~ msgstr "SPEL AANPASSEN" - -#~ msgid "new game" -#~ msgstr "nieuw spel" - -#~ msgid "Mods:" -#~ msgstr "Mods:" - -#~ msgid "GAMES" -#~ msgstr "SPELLEN" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Kan mod \"$1\" niet naar spel \"$2\" kopiëren" - -#~ msgid "Game Name" -#~ msgstr "Spel" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Herstart minetest om de driver te activeren" - -#~ msgid "Rendering:" -#~ msgstr "Rendering:" +#~ "Linkermuisknop: Verplaats alle items. Rechtermuisknop: Verplaats één item" #, fuzzy -#~ msgid "If enabled, " -#~ msgstr "ingeschakeld" +#~ msgid "Downloading" +#~ msgstr "Downloaden" -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "MP uitschakelen" +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Schaal-factor toegepast op menu elementen: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Reset Singleplayer wereld" + +#~ msgid "Wanted FPS" +#~ msgstr "Gewenste FPS" + +#~ msgid "Viewing range minimum" +#~ msgstr "Minimale zichtafstand" + +#~ msgid "Vertical spawn range" +#~ msgstr "Vertikaal geboortegebied" + +#~ msgid "Vertical initial window size." +#~ msgstr "Aanvangshoogte van het window." + +#~ msgid "Preload inventory textures" +#~ msgstr "Laad rugzak-texturen vooraf" + +#~ msgid "" +#~ "Pre-generate all item visuals used in the inventory.\n" +#~ "This increases startup time, but runs smoother in-game.\n" +#~ "The generated textures can easily exceed your VRAM, causing artifacts in " +#~ "the inventory." +#~ msgstr "" +#~ "Genereer beelden van objecten in de rugzak vooraf.\n" +#~ "De start-tijd wordt hierdoor langer, maar het spel wordt vloeiender.\n" +#~ "Dit kost veel geheugen op de videokaart. Als die onvoldoende geheugen " +#~ "heeft kan dit resulteren in vreemde effecten." + +#~ msgid "New style water" +#~ msgstr "Nieuw water" + +#~ msgid "" +#~ "Minimum wanted FPS.\n" +#~ "The amount of rendered stuff is dynamically set according to this. and " +#~ "viewing range min and max." +#~ msgstr "" +#~ "Minimaal gewenste FPS.\n" +#~ "De hoeveelheid gerenderd materiaal wordt aangepast afhankelijk van deze " +#~ "waarde, en van de min en max zichtafstanden." + +#~ msgid "" +#~ "Maximum distance above water level for player spawn.\n" +#~ "Larger values result in spawn points closer to (x = 0, z = 0).\n" +#~ "Smaller values may result in a suitable spawn point not being found,\n" +#~ "resulting in a spawn at (0, 0, 0) possibly buried underground." +#~ msgstr "" +#~ "Maximum hoogte boven waterniveau waar een speler geboren wordt.\n" +#~ "Bij hogere waarden zullen de plaatsen dichter bij (x = 0, z = 0) liggen.\n" +#~ "Bij lagere waarden kan het zijn dat een geschikte plek niet gevonden " +#~ "wordt,\n" +#~ "in dat geval wordt de speler geboren op (0, 0, 0), mogelijk onder de " +#~ "grond." + +#~ msgid "Mapgen fractal mandelbrot slice w" +#~ msgstr "Fractal wereldgenerator mandelbrot w-doorsnede" + +#~ msgid "Mapgen fractal mandelbrot scale" +#~ msgstr "Fractal wereldgenerator mandelbrot schaal" + +#~ msgid "Mapgen fractal mandelbrot offset" +#~ msgstr "Fractal wereldgenerator mandelbrot centrum-afstand" + +#~ msgid "Mapgen fractal mandelbrot iterations" +#~ msgstr "Fractal wereldgenerator mandelbrot iteraties" + +#~ msgid "" +#~ "Map generation attributes specific to Mapgen fractal.\n" +#~ "'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +#~ "Flags that are not specified in the flag string are not modified from the " +#~ "default.\n" +#~ "Flags starting with \"no\" are used to explicitly disable them." +#~ msgstr "" +#~ "Wereldgeneratie instellingen voor de fractal generator.\n" +#~ "'julia' selecterd een julia-verzameling in plaats van een mandebrot-" +#~ "verzameling.\n" +#~ "Vlaggen die niet in de lijst van vlaggen staan, behouden hun standaard-" +#~ "waarde.\n" +#~ "Zet \"no\" voor een vlag om hem expliciet uit te zetten." + +#~ msgid "" +#~ "Mandelbrot set: Iterations of the recursive function.\n" +#~ "Controls scale of finest detail." +#~ msgstr "" +#~ "Mandelbrot verzameling: Aantal iteraties van de recursieve functie.\n" +#~ "Bepaalt de schaal van de kleinste details." + +#~ msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." +#~ msgstr "Mandelbrot verzameling: (X,Y,Z) schaal, in nodes (bij benadering)." + +#~ msgid "" +#~ "Mandelbrot set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by m_scale for offsets in nodes." +#~ msgstr "" +#~ "Mandelbrot verzameling: (X,Y,Z) afstanden vanaf wereld-centrum.\n" +#~ " Bereik is ongeveer -2 tot 2. Vermenigvuldig met m_scale voor de afstand " +#~ "in nodes." + +#~ msgid "" +#~ "Key for increasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Toets voor het vergroten van de zichtafstand. Dit verandert de minimale " +#~ "zichtafstand.\n" +#~ "Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Key for decreasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Toets voor het verkleinen van de zichtafstand. Dit verandert de minimale " +#~ "zichtafstand.\n" +#~ "Zie http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Julia set: W value determining the 4D shape.\n" +#~ "Range roughly -2 to 2." +#~ msgstr "" +#~ "Juliaverzameling: W-waarde van de 4D vorm.\n" +#~ "Bereik is ongeveer -2 tot 2." + +#~ msgid "" +#~ "Julia set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by j_scale for offsets in nodes." +#~ msgstr "" +#~ "Juliaverzameling: (X,Y,X) afstanden van wereld-centrum.\n" +#~ "Bereik is ongeveer -2 tot 2. Vermenigvuldig met j_scale voor de afstand " +#~ "in nodes." + +#~ msgid "Enable selection highlighting for nodes (disables selectionbox)." +#~ msgstr "Laat geselecteerde nodes oplichten (schakelt selectie-randen uit)." + +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "Maak de wateroppervlakte iets lager, zodat het niet de hele node vult.\n" +#~ "Dit is niet echt geoptimaliseerd, en vloeiende belichting van de\n" +#~ "wateroppervlakte werkt niet als dit is aangeschakeld." + +#~ msgid "Item textures..." +#~ msgstr "Voorwerp-texturen..." diff --git a/po/pl/minetest.po b/po/pl/minetest.po index ef967dfe7..275c99d0e 100644 --- a/po/pl/minetest.po +++ b/po/pl/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-31 17:19+0000\n" "Last-Translator: Amadeo \n" -"Language-Team: Polish " -"\n" +"Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -62,7 +62,8 @@ msgstr "Serwer wspiera wersje protokołu od $1 do $2. " #: builtin/mainmenu/common.lua msgid "Try reenabling public serverlist and check your internet connection." -msgstr "Spróbuj włączyć ponownie publiczną listę serwerów i sprawdź połączenie." +msgstr "" +"Spróbuj włączyć ponownie publiczną listę serwerów i sprawdź połączenie." #: builtin/mainmenu/common.lua msgid "We only support protocol version $1." @@ -73,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Wspieramy protokół w wersji od $1 do $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Anuluj" @@ -114,8 +116,8 @@ msgstr "Ukryj zawartość MP" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Zapisz" @@ -188,6 +190,7 @@ msgid "No of course not!" msgstr "Oczywiście, że nie!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Tak" @@ -207,6 +210,94 @@ msgstr "Accept" msgid "Rename Modpack:" msgstr "Zmień nazwe Paczki Modów:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" nie jest poprawną flagą." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Brak opisu ustawienia)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Przeglądaj" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Wyłączone" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Edytuj" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Włączone" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "Składnia to 3 liczby oddzielone przecinkami i w nawiasach." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Składnia: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Gry" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mody" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Wprowadź listę flag oddzielonych przecinkami." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Wprowadź poprawną liczbę całkowitą." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Wprowadź poprawną liczbę." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Możliwe wartości: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Przywróć domyślne" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Wybierz ścieżkę" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Pokaż nazwy ustawień" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Wartość musi być większa od $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Wartość musi być mniejsza od $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -300,10 +391,6 @@ msgstr "Zainstalowane Mody:" msgid "Mod information:" msgstr "Informacje o modzie:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mody" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Brak informacji o modzie" @@ -417,92 +504,163 @@ msgid "Start Game" msgstr "Rozpocznij grę/Połącz" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" nie jest poprawną flagą." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Brak opisu ustawienia)" +#, fuzzy +msgid "3D Clouds" +msgstr "Chmury 3D" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Przeglądaj" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Ustawienia" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Pojedynczy gracz" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtrowanie dwuliniowe" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Mip-Mappowanie" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Zmień klawisze" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Wyłączone" +#, fuzzy +msgid "Connected Glass" +msgstr "Połącz" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Edytuj" +#, fuzzy +msgid "Enable Particles" +msgstr "Włącz wszystkie" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Włączone" +#, fuzzy +msgid "Fancy Leaves" +msgstr "Nieprzeźroczysta woda" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "Składnia to 3 liczby oddzielone przecinkami i w nawiasach." - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Składnia: , , (, , ), , " -", " - -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Gry" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Wprowadź listę flag oddzielonych przecinkami." +#, fuzzy +msgid "Mipmap" +msgstr "Mip-Mappowanie" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Wprowadź poprawną liczbę całkowitą." +msgid "Mipmap + Aniso. Filter" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Wprowadź poprawną liczbę." +#, fuzzy +msgid "No Filter" +msgstr "Filtrowanie anizotropowe" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Możliwe wartości: " +#, fuzzy +msgid "No Mipmap" +msgstr "Mip-Mappowanie" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Przywróć domyślne" +msgid "No!!!" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Wybierz ścieżkę" +#, fuzzy +msgid "Node Highlighting" +msgstr "Płynne oświetlenie" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Brak" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Leaves" +msgstr "Nieprzeźroczysta woda" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Nieprzeźroczysta woda" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Ustawienia" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Pokaż nazwy ustawień" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shadery" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Wartość musi być większa od $1." +#, fuzzy +msgid "Simple Leaves" +msgstr "Nieprzeźroczysta woda" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Wartość musi być mniejsza od $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Płynne oświetlenie" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtrowanie trójliniowe" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Ozdobne drzewa" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Ozdobne drzewa" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Ozdobne drzewa" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -528,10 +686,6 @@ msgstr "Pojedynczy gracz" msgid "No information available" msgstr "Brak informacjii" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Brak" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Wybierz paczkę tekstur:" @@ -556,10 +710,6 @@ msgstr "Initializownie nod" msgid "Initializing nodes..." msgstr "Initializowanie nod..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Tekstury przedmiotów..." - #: src/client.cpp msgid "Loading textures..." msgstr "Ładowanie tekstur..." @@ -1156,6 +1306,15 @@ msgstr "X Button 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1178,7 +1337,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1234,6 +1394,10 @@ msgstr "" msgid "Advanced" msgstr "Zaawansowane" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1242,6 +1406,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1258,6 +1426,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1271,6 +1443,10 @@ msgstr "" msgid "Backward key" msgstr "Tył" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1294,11 +1470,6 @@ msgstr "" msgid "Build inside player" msgstr "Gra wieloosobowa" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Mip-Mappowanie" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1311,6 +1482,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1321,6 +1504,29 @@ msgstr "Zmień klawisze" msgid "Chat toggle key" msgstr "Zmień klawisze" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1379,6 +1585,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1439,10 +1651,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1532,6 +1764,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1554,6 +1794,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1586,12 +1833,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Włącz MP" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1605,10 +1849,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1639,6 +1879,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1651,6 +1895,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Włącz obrażenia" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1738,6 +1987,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1848,6 +2105,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1855,10 +2116,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1869,6 +2131,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mody" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1881,6 +2148,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1894,7 +2165,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1919,6 +2190,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2012,6 +2287,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2031,47 +2310,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2086,7 +2354,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2100,7 +2368,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2297,6 +2565,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2400,36 +2676,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2470,6 +2736,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Generator mapy" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2492,6 +2763,59 @@ msgstr "Generator mapy" msgid "Mapgen flags" msgstr "Generator mapy" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Generator mapy" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Generator mapy" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Generator mapy" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Generator mapy" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Generator mapy" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2511,24 +2835,13 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Generator mapy" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal iterations" +msgstr "Generator mapy" #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" @@ -2547,25 +2860,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Generator mapy" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Generator mapy" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Generator mapy" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2714,6 +3026,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2742,14 +3066,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2842,6 +3158,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2858,13 +3178,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2942,10 +3255,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2966,6 +3275,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3006,10 +3319,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3074,19 +3383,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Ładowanie..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3110,6 +3406,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3140,6 +3440,22 @@ msgstr "Prawy Menu" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3266,10 +3582,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shadery" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3295,6 +3607,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3351,16 +3667,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Paczki tekstur" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3432,6 +3767,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mappowanie" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3503,17 +3843,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3522,6 +3878,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3531,11 +3893,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3543,13 +3901,22 @@ msgstr "" msgid "Volume" msgstr "Głośność" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Tekstury przedmiotów..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3658,6 +4025,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3668,6 +4039,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3682,66 +4061,91 @@ msgid "cURL timeout" msgstr "Limit czasu cURL" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Nieprzeźroczysta woda" - -#~ msgid "Opaque Water" -#~ msgstr "Nieprzeźroczysta woda" +#~ msgid "If disabled " +#~ msgstr "Wyłącz wszystkie" #, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Pojedynczy gracz" +#~ msgid "If enabled, " +#~ msgstr "włączone" + +#~ msgid "Game Name" +#~ msgstr "Nazwa Gry" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Kopiowanie moda \"$1\" do gry \"$2\" nie powiodło się" + +#~ msgid "GAMES" +#~ msgstr "GRY" + +#~ msgid "Mods:" +#~ msgstr "Mody:" + +#~ msgid "new game" +#~ msgstr "nowa gra" + +#~ msgid "EDIT GAME" +#~ msgstr "EDYTUJ GRĘ" + +#~ msgid "Remove selected mod" +#~ msgstr "Usuń zaznaczony mod" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<--Dodaj mod" + +#~ msgid "CLIENT" +#~ msgstr "KLIENT" + +#~ msgid "Favorites:" +#~ msgstr "Ulubione:" + +#~ msgid "START SERVER" +#~ msgstr "URUCHOM SERWER" + +#~ msgid "Name" +#~ msgstr "Nazwa" + +#~ msgid "Password" +#~ msgstr "Hasło" + +#~ msgid "SETTINGS" +#~ msgstr "USTAWIENIA" + +#~ msgid "Preload item visuals" +#~ msgstr "Ładuj obrazy przedmiotów" + +#~ msgid "Finite Liquid" +#~ msgstr "Realistyczne ciecze" + +#~ msgid "SINGLE PLAYER" +#~ msgstr "TRYB JEDNOOSOBOWY" + +#~ msgid "TEXTURE PACKS" +#~ msgstr "PACZKI TEKSTUR" + +#~ msgid "MODS" +#~ msgstr "MODY" #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Ściągnij" +#~ msgid "Add mod:" +#~ msgstr "<<--Dodaj mod" -#~ msgid "Left click: Move all items, Right click: Move single item" +#, fuzzy +#~ msgid "Local install" +#~ msgstr "Instaluj" + +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " #~ msgstr "" -#~ "Lewy przycisk myszy: przenieś wszystkie przedmioty, Prawy przycisk myszy: " -#~ "przenieś pojedynczy przedmiot" +#~ "Uwaga: Niektóre z modyfikacji nie zostały jeszcze skonfigurowane.\n" +#~ "Zostaną domyślnie włączone gdy zapiszesz konfigurację. " -#~ msgid "is required by:" -#~ msgstr "wymagane przez:" - -#~ msgid "Configuration saved. " -#~ msgstr "Konfiguracja zapisana. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Ostrzeżenie: Plik konfiguracyjny niespójny. " - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Nie można stworzyć świata: Nazwa zawiera niedozwolone znaki" - -#~ msgid "Show Public" -#~ msgstr "Pokaż publiczne" - -#~ msgid "Show Favorites" -#~ msgstr "Pokaż ulubione" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Pozostaw pole adresu puste, by uruchomić serwer lokalny." - -#~ msgid "Create world" -#~ msgstr "Stwórz świat" - -#~ msgid "Address required." -#~ msgstr "Wymagany adres." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Nie można skasować świata: nic nie zaznaczono" - -#~ msgid "Files to be deleted" -#~ msgstr "Pliki do skasowania" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Nie można utworzyć świata: Nie znaleziono żadnego trybu gry" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Nie można skonfigurować świata: Nic nie zaznaczono" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Nie udało się skasować wszystkich plików świata" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Ostrzeżenie: Niektóre z modyfikacji nie zostały znalezione.\n" +#~ "Ich ustawienia zostaną usunięte gdy zapiszesz konfigurację. " #~ msgid "" #~ "Default Controls:\n" @@ -3768,89 +4172,57 @@ msgstr "Limit czasu cURL" #~ "- ESC: to menu\n" #~ "- T: czat\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " +#~ msgid "Failed to delete all world files" +#~ msgstr "Nie udało się skasować wszystkich plików świata" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Nie można skonfigurować świata: Nic nie zaznaczono" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Nie można utworzyć świata: Nie znaleziono żadnego trybu gry" + +#~ msgid "Files to be deleted" +#~ msgstr "Pliki do skasowania" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Nie można skasować świata: nic nie zaznaczono" + +#~ msgid "Address required." +#~ msgstr "Wymagany adres." + +#~ msgid "Create world" +#~ msgstr "Stwórz świat" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Pozostaw pole adresu puste, by uruchomić serwer lokalny." + +#~ msgid "Show Favorites" +#~ msgstr "Pokaż ulubione" + +#~ msgid "Show Public" +#~ msgstr "Pokaż publiczne" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Nie można stworzyć świata: Nazwa zawiera niedozwolone znaki" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Ostrzeżenie: Plik konfiguracyjny niespójny. " + +#~ msgid "Configuration saved. " +#~ msgstr "Konfiguracja zapisana. " + +#~ msgid "is required by:" +#~ msgstr "wymagane przez:" + +#~ msgid "Left click: Move all items, Right click: Move single item" #~ msgstr "" -#~ "Ostrzeżenie: Niektóre z modyfikacji nie zostały znalezione.\n" -#~ "Ich ustawienia zostaną usunięte gdy zapiszesz konfigurację. " - -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Uwaga: Niektóre z modyfikacji nie zostały jeszcze skonfigurowane.\n" -#~ "Zostaną domyślnie włączone gdy zapiszesz konfigurację. " +#~ "Lewy przycisk myszy: przenieś wszystkie przedmioty, Prawy przycisk myszy: " +#~ "przenieś pojedynczy przedmiot" #, fuzzy -#~ msgid "Local install" -#~ msgstr "Instaluj" +#~ msgid "Downloading" +#~ msgstr "Ściągnij" #, fuzzy -#~ msgid "Add mod:" -#~ msgstr "<<--Dodaj mod" - -#~ msgid "MODS" -#~ msgstr "MODY" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "PACZKI TEKSTUR" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "TRYB JEDNOOSOBOWY" - -#~ msgid "Finite Liquid" -#~ msgstr "Realistyczne ciecze" - -#~ msgid "Preload item visuals" -#~ msgstr "Ładuj obrazy przedmiotów" - -#~ msgid "SETTINGS" -#~ msgstr "USTAWIENIA" - -#~ msgid "Password" -#~ msgstr "Hasło" - -#~ msgid "Name" -#~ msgstr "Nazwa" - -#~ msgid "START SERVER" -#~ msgstr "URUCHOM SERWER" - -#~ msgid "Favorites:" -#~ msgstr "Ulubione:" - -#~ msgid "CLIENT" -#~ msgstr "KLIENT" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<--Dodaj mod" - -#~ msgid "Remove selected mod" -#~ msgstr "Usuń zaznaczony mod" - -#~ msgid "EDIT GAME" -#~ msgstr "EDYTUJ GRĘ" - -#~ msgid "new game" -#~ msgstr "nowa gra" - -#~ msgid "Mods:" -#~ msgstr "Mody:" - -#~ msgid "GAMES" -#~ msgstr "GRY" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Kopiowanie moda \"$1\" do gry \"$2\" nie powiodło się" - -#~ msgid "Game Name" -#~ msgstr "Nazwa Gry" - -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "włączone" - -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Wyłącz wszystkie" +#~ msgid "Preload inventory textures" +#~ msgstr "Ładowanie..." diff --git a/po/pt/minetest.po b/po/pt/minetest.po index 646821ae7..3341618d8 100644 --- a/po/pt/minetest.po +++ b/po/pt/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-14 18:20+0000\n" "Last-Translator: Ian giestas pauli \n" -"Language-Team: Portuguese " -"\n" +"Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -73,8 +73,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Cancelar" @@ -115,8 +116,8 @@ msgstr "" msgid "Mod:" msgstr "Extra:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Guardar" @@ -189,6 +190,7 @@ msgid "No of course not!" msgstr "Não, é claro que não!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Sim" @@ -208,6 +210,95 @@ msgstr "Aceitar" msgid "Rename Modpack:" msgstr "Renomear Pacote de Extras:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Disabled" +msgstr "Desativar Tudo" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Enabled" +msgstr "ativo" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Jogos" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Extras" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Select path" +msgstr "Seleccionar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua #, fuzzy msgid "" @@ -304,10 +395,6 @@ msgstr "Extras Instalados:" msgid "Mod information:" msgstr "Sem informação" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Extras" - #: builtin/mainmenu/tab_mods.lua #, fuzzy msgid "No mod description available" @@ -428,94 +515,164 @@ msgid "Start Game" msgstr "Jogar" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +#, fuzzy +msgid "3D Clouds" +msgstr "Nuvens 3D" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "8x" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Definições" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Um Jogador" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtro Bi-Linear" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Mip-Mapping" + #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Mudar teclas" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Desativar Tudo" +msgid "Connected Glass" +msgstr "Ligar" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +#, fuzzy +msgid "Enable Particles" +msgstr "Ativar Tudo" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Fancy Leaves" +msgstr "Água Opaca" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "ativo" +msgid "Mipmap" +msgstr "Mip-Mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Jogos" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Select path" -msgstr "Seleccionar" +msgid "No Filter" +msgstr "Filtro Anisotrópico" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "No Mipmap" +msgstr "Mip-Mapping" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Node Highlighting" +msgstr "Iluminação Suave" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Leaves" +msgstr "Água Opaca" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Água Opaca" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Definições" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Sombras" + #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#, fuzzy +msgid "Simple Leaves" +msgstr "Água Opaca" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Smooth Lighting" +msgstr "Iluminação Suave" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "To enable shaders the OpenGL driver needs to be used." msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." +msgid "Touchthreshold (px)" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtro Tri-Linear" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Árvores Melhoradas" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Árvores Melhoradas" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Árvores Melhoradas" + #: builtin/mainmenu/tab_simple_main.lua #, fuzzy msgid "Config mods" @@ -543,10 +700,6 @@ msgstr "Um Jogador" msgid "No information available" msgstr "Sem informação" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selecione um pacote de texturas:" @@ -573,10 +726,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "Texturas dos items..." - #: src/client.cpp #, fuzzy msgid "Loading textures..." @@ -1166,6 +1315,15 @@ msgstr "Botão X 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1189,7 +1347,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1245,6 +1404,10 @@ msgstr "" msgid "Advanced" msgstr "Avançado" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1253,6 +1416,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1269,6 +1436,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1282,6 +1453,10 @@ msgstr "" msgid "Backward key" msgstr "Recuar" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1305,11 +1480,6 @@ msgstr "" msgid "Build inside player" msgstr "Vários jogadores" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Mip-Mapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1322,6 +1492,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1332,6 +1514,29 @@ msgstr "Mudar teclas" msgid "Chat toggle key" msgstr "Mudar teclas" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1390,6 +1595,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1450,10 +1661,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1543,6 +1774,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1565,6 +1804,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1597,12 +1843,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Ativar Tudo" #: src/settings_translation_file.cpp #, fuzzy @@ -1617,10 +1860,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1651,6 +1890,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1663,6 +1906,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Ativar Dano" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1750,6 +1998,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1860,6 +2116,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1867,10 +2127,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1881,6 +2142,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Extras" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1893,6 +2159,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1906,7 +2176,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1931,6 +2201,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2024,6 +2298,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2043,47 +2321,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2098,7 +2365,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2112,7 +2379,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2309,6 +2576,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2412,36 +2687,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2482,6 +2747,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Geração de Mapa" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2504,6 +2774,59 @@ msgstr "Geração de Mapa" msgid "Mapgen flags" msgstr "Geração de Mapa" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Geração de Mapa" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Geração de Mapa" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Geração de Mapa" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Geração de Mapa" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Geração de Mapa" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2523,24 +2846,13 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Geração de Mapa" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal iterations" +msgstr "Geração de Mapa" #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" @@ -2559,25 +2871,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Geração de Mapa" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Geração de Mapa" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Geração de Mapa" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2726,6 +3037,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2754,14 +3077,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2854,6 +3169,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2870,13 +3189,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2954,10 +3266,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2978,6 +3286,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3018,10 +3330,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3086,19 +3394,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "A carregar..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3122,6 +3417,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3152,6 +3451,22 @@ msgstr "Menu Direito" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3278,10 +3593,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Sombras" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3307,6 +3618,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3363,16 +3678,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Pacotes de Texturas" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3444,6 +3778,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3515,17 +3854,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3534,6 +3889,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3543,11 +3904,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3555,13 +3912,22 @@ msgstr "" msgid "Volume" msgstr "Volume do som" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Texturas dos items..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3670,6 +4036,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3680,6 +4050,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3693,64 +4071,93 @@ msgid "cURL timeout" msgstr "" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Água Opaca" - -#~ msgid "Opaque Water" -#~ msgstr "Água Opaca" +#~ msgid "If disabled " +#~ msgstr "Desativar Tudo" #, fuzzy -#~ msgid "Reset singleplayer world" +#~ msgid "If enabled, " +#~ msgstr "ativo" + +#~ msgid "Game Name" +#~ msgstr "Nome do Jogo" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "" +#~ "Mensagem de Jogo: Impossível fazer cópia do extra \"$1\" para o jogo " +#~ "\"$2\"" + +#~ msgid "GAMES" +#~ msgstr "JOGOS" + +#~ msgid "Mods:" +#~ msgstr "Extras:" + +#~ msgid "new game" +#~ msgstr "novo jogo" + +#~ msgid "EDIT GAME" +#~ msgstr "EDITAR JOGO" + +#~ msgid "Remove selected mod" +#~ msgstr "Remover extra selecionado" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Adicionar extra" + +#~ msgid "CLIENT" +#~ msgstr "CLIENTE" + +#~ msgid "Favorites:" +#~ msgstr "Favoritos:" + +#~ msgid "START SERVER" +#~ msgstr "INICIAR SERVIDOR" + +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Password" +#~ msgstr "Senha" + +#~ msgid "SETTINGS" +#~ msgstr "DEFINIÇÕES" + +#~ msgid "Preload item visuals" +#~ msgstr "Pré-carregamento dos itens" + +#~ msgid "Finite Liquid" +#~ msgstr "Líquido Finito" + +#~ msgid "SINGLE PLAYER" #~ msgstr "Um Jogador" +#~ msgid "TEXTURE PACKS" +#~ msgstr "PACOTES DE TEXTURAS" + +#~ msgid "MODS" +#~ msgstr "EXTRAS" + #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Descarregar" +#~ msgid "Add mod:" +#~ msgstr "<<-- Adicionar extra" -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "Botão esq: Mover todos os itens Botão dir: Mover um item" +#, fuzzy +#~ msgid "Local install" +#~ msgstr "Instalar" -#~ msgid "is required by:" -#~ msgstr "é necessário pelo:" +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " +#~ msgstr "" +#~ "Atenção: Alguns mods ainda não estão configurados.\n" +#~ "Eles vão ser ativados por predefinição quando guardar a configuração. " -#~ msgid "Configuration saved. " -#~ msgstr "Configuração gravada. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Atenção: Configuração não compatível. " - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Não foi possível criar mundo: Nome com caracteres inválidos" - -#~ msgid "Show Public" -#~ msgstr "Mostrar Públicos" - -#~ msgid "Show Favorites" -#~ msgstr "Mostrar Favoritos" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Deixe endereço em branco para iniciar servidor local." - -#~ msgid "Create world" -#~ msgstr "Criar mundo" - -#~ msgid "Address required." -#~ msgstr "Endereço necessário." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Não foi possível eliminar mundo: Nada seleccionado" - -#~ msgid "Files to be deleted" -#~ msgstr "Ficheiros para eliminar" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Não foi possível criar mundo: Não foram detectados jogos" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Não foi possível configurar mundo: Nada seleccionado" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Falhou a remoção de todos os ficheiros dos mundos" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Atenção: Alguns mods configurados estão em falta.\n" +#~ "As suas definições vão ser removidas quando gravar a configuração. " #~ msgid "" #~ "Default Controls:\n" @@ -3777,91 +4184,55 @@ msgstr "" #~ "- ESC: Este menu\n" #~ "- T: Chat\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "Atenção: Alguns mods configurados estão em falta.\n" -#~ "As suas definições vão ser removidas quando gravar a configuração. " +#~ msgid "Failed to delete all world files" +#~ msgstr "Falhou a remoção de todos os ficheiros dos mundos" -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Atenção: Alguns mods ainda não estão configurados.\n" -#~ "Eles vão ser ativados por predefinição quando guardar a configuração. " +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Não foi possível configurar mundo: Nada seleccionado" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Não foi possível criar mundo: Não foram detectados jogos" + +#~ msgid "Files to be deleted" +#~ msgstr "Ficheiros para eliminar" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Não foi possível eliminar mundo: Nada seleccionado" + +#~ msgid "Address required." +#~ msgstr "Endereço necessário." + +#~ msgid "Create world" +#~ msgstr "Criar mundo" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Deixe endereço em branco para iniciar servidor local." + +#~ msgid "Show Favorites" +#~ msgstr "Mostrar Favoritos" + +#~ msgid "Show Public" +#~ msgstr "Mostrar Públicos" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Não foi possível criar mundo: Nome com caracteres inválidos" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Atenção: Configuração não compatível. " + +#~ msgid "Configuration saved. " +#~ msgstr "Configuração gravada. " + +#~ msgid "is required by:" +#~ msgstr "é necessário pelo:" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "Botão esq: Mover todos os itens Botão dir: Mover um item" #, fuzzy -#~ msgid "Local install" -#~ msgstr "Instalar" +#~ msgid "Downloading" +#~ msgstr "Descarregar" #, fuzzy -#~ msgid "Add mod:" -#~ msgstr "<<-- Adicionar extra" - -#~ msgid "MODS" -#~ msgstr "EXTRAS" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "PACOTES DE TEXTURAS" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "Um Jogador" - -#~ msgid "Finite Liquid" -#~ msgstr "Líquido Finito" - -#~ msgid "Preload item visuals" -#~ msgstr "Pré-carregamento dos itens" - -#~ msgid "SETTINGS" -#~ msgstr "DEFINIÇÕES" - -#~ msgid "Password" -#~ msgstr "Senha" - -#~ msgid "Name" -#~ msgstr "Nome" - -#~ msgid "START SERVER" -#~ msgstr "INICIAR SERVIDOR" - -#~ msgid "Favorites:" -#~ msgstr "Favoritos:" - -#~ msgid "CLIENT" -#~ msgstr "CLIENTE" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Adicionar extra" - -#~ msgid "Remove selected mod" -#~ msgstr "Remover extra selecionado" - -#~ msgid "EDIT GAME" -#~ msgstr "EDITAR JOGO" - -#~ msgid "new game" -#~ msgstr "novo jogo" - -#~ msgid "Mods:" -#~ msgstr "Extras:" - -#~ msgid "GAMES" -#~ msgstr "JOGOS" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "" -#~ "Mensagem de Jogo: Impossível fazer cópia do extra \"$1\" para o jogo " -#~ "\"$2\"" - -#~ msgid "Game Name" -#~ msgstr "Nome do Jogo" - -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "ativo" - -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Desativar Tudo" +#~ msgid "Preload inventory textures" +#~ msgstr "A carregar..." diff --git a/po/pt_BR/minetest.po b/po/pt_BR/minetest.po index a673c993a..798783550 100644 --- a/po/pt_BR/minetest.po +++ b/po/pt_BR/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-02-03 20:31+0000\n" "Last-Translator: Bruno Borges \n" -"Language-Team: Portuguese (Brazil) " -"\n" +"Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Nós suportamos entre as versões $1 e $2 do protocolo." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Cancelar" @@ -116,8 +117,8 @@ msgstr "Ocultar conteúdo PMs" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Salvar" @@ -192,6 +193,7 @@ msgid "No of course not!" msgstr "Claro que não!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Sim" @@ -211,6 +213,95 @@ msgstr "Aceitar" msgid "Rename Modpack:" msgstr "Renomear pacote de módulos:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" não é uma flag válida." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Descrição de configuração não fornecida)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Navegar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Desabilitado" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Editar" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Habilitado" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "O formato é de 3 números separados por vírgulas dentro de colchetes." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Formato: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Jogos" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Módulos" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" +"Opcionalmente essas lacunas podem ser colocados com a vírgula na frente." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Por favor, digite uma lista de flags separadas por vírgulas." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Por favor insira um inteiro válido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Por favor, insira um número válido." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Os possíveis valores são: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Restaurar para o padrão" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Selecionar diretório" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Mostrar nomes técnicos" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "O valor deve ser maior que $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "O valor deve ser menor que $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -307,10 +398,6 @@ msgstr "Módulos instalados:" msgid "Mod information:" msgstr "Informação do módulo:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Módulos" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Nenhuma descrição disponível do módulo" @@ -423,93 +510,163 @@ msgid "Start Game" msgstr "Iniciar o jogo" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" não é uma flag válida." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Descrição de configuração não fornecida)" +#, fuzzy +msgid "3D Clouds" +msgstr "Nuvens 3D" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Navegar" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Configurações" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Um jogador" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtragem bi-linear" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Bump mapping" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Mudar teclas" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Desabilitado" +#, fuzzy +msgid "Connected Glass" +msgstr "Vidro conectado" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Editar" +#, fuzzy +msgid "Enable Particles" +msgstr "Habilitar todos" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Habilitado" +#, fuzzy +msgid "Fancy Leaves" +msgstr "Água opaca" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "O formato é de 3 números separados por vírgulas dentro de colchetes." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Gerar normalmaps" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " +#, fuzzy +msgid "Mipmap" +msgstr "Mipmapping" + +#: builtin/mainmenu/tab_settings.lua +msgid "Mipmap + Aniso. Filter" msgstr "" -"Formato: , , (, , ), , " -", " #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Jogos" +#, fuzzy +msgid "No Filter" +msgstr "Filtragem anisotrópica" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +#, fuzzy +msgid "No Mipmap" +msgstr "Mipmapping" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" msgstr "" -"Opcionalmente essas lacunas podem ser colocados com a vírgula na frente." #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Por favor, digite uma lista de flags separadas por vírgulas." +#, fuzzy +msgid "Node Highlighting" +msgstr "Iluminação suave" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Nenhum" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Por favor insira um inteiro válido." +#, fuzzy +msgid "Opaque Leaves" +msgstr "Água opaca" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Por favor, insira um número válido." +msgid "Opaque Water" +msgstr "Água opaca" -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Os possíveis valores são: " - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Restaurar para o padrão" - -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Selecionar diretório" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Configurações" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Mostrar nomes técnicos" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Sombreadores" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "O valor deve ser maior que $1." +#, fuzzy +msgid "Simple Leaves" +msgstr "Água opaca" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "O valor deve ser menor que $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Iluminação suave" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Para habilitar os sombreadores é necessário usar o driver OpenGL." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtragem tri-linear" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Balanço das árvores" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Balanço das árvores" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Balanço das árvores" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -535,10 +692,6 @@ msgstr "Um jogador" msgid "No information available" msgstr "Nenhuma informação disponível" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Nenhum" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selecione o pacote de texturas:" @@ -563,10 +716,6 @@ msgstr "Inicializando nodes" msgid "Initializing nodes..." msgstr "Inicializando nodes..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Texturas dos itens..." - #: src/client.cpp msgid "Loading textures..." msgstr "Carregando texturas..." @@ -1165,6 +1314,15 @@ msgstr "Botão X 2" msgid "Zoom" msgstr "Zoom" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1182,6 +1340,7 @@ msgid "3D mode" msgstr "modo 3D" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1189,7 +1348,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Suporte 3D.\n" "Modos atualmente suportados:\n" @@ -1266,6 +1426,10 @@ msgstr "" msgid "Advanced" msgstr "Avançado" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Sempre voar e correr" @@ -1274,6 +1438,10 @@ msgstr "Sempre voar e correr" msgid "Ambient occlusion gamma" msgstr "Gama de oclusão de ambiente" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Filtragem anisotrópica" @@ -1289,8 +1457,13 @@ msgid "" "minetest.net." msgstr "" "Anunciar a esta lista de servidores.\n" -"Se você quiser anunciar seu endereço IPv6, use serverlist_url = " -"v6.servers.minetest.net." +"Se você quiser anunciar seu endereço IPv6, use serverlist_url = v6.servers." +"minetest.net." + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "Julia definido: Valores aproximados (X, Y, Z) em nós." #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" @@ -1305,6 +1478,10 @@ msgstr "Informar lista de servidores automaticamente." msgid "Backward key" msgstr "Voltar" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Básico" @@ -1328,10 +1505,6 @@ msgstr "" msgid "Build inside player" msgstr "Construir com o jogador dentro do bloco" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Bump mapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Suavização da camera" @@ -1344,6 +1517,18 @@ msgstr "Suavização da câmera no modo cinematográfico" msgid "Camera update toggle key" msgstr "Tecla para alternar atualização da câmera" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Tecla de Chat" @@ -1352,6 +1537,29 @@ msgstr "Tecla de Chat" msgid "Chat toggle key" msgstr "Tecla comutadora de chat" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Tamanho do chunk" @@ -1409,6 +1617,12 @@ msgstr "" "inseguras mesmo quando o a opção de Mod Seguro está ativada (via " "request_insecure_environment())." +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Tecla de Comando" @@ -1468,10 +1682,30 @@ msgstr "" "Quando \"snowbiomes\" (bioma de neve) está habilitado 'mgv6_freq_desert' é " "ignorado." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Mensagem de travamento" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Alpha do cursor" @@ -1566,6 +1800,14 @@ msgstr "Dicas de ferramenta mostrando atraso. indicado em milissegundos." msgid "Deprecated Lua API handling" msgstr "Tratamento da API Lua rejeitado" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1590,6 +1832,13 @@ msgstr "Dados detalhados do perfil do mod . Útil para desenvolvedores de mods." msgid "Detailed mod profiling" msgstr "Perfilamento detalhado do mod" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Habilitar Anti-Hack" @@ -1619,16 +1868,9 @@ msgid "Dump the mapgen debug infos." msgstr "Mostrar informações de depuração do Mapgen." #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"Habilita recurso permitindo que o nível da água seja um pouco menor, " -"portando não preenche todo o espaço disponível para bloco.\n" -"Note que isso não está bem otimizado e que suavização da iluminação na " -"superfície da água não funciona bem com esse recurso." +#, fuzzy +msgid "Enable VBO" +msgstr "Habilitar MP" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1642,12 +1884,6 @@ msgstr "Permitir que os jogadores possam sofrer dano e morrer." msgid "Enable random user input (only used for testing)." msgstr "Habilitar entrada de comandos aleatórios (apenas usado para testes)." -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" -"Habilitar destaque de bloco selecionado (desabilita o modo de destaque " -"selectionbox [Padrão])." - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1694,6 +1930,10 @@ msgstr "" "sistema.\n" "Ignorado se bind_address estiver definido." +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1710,6 +1950,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "Ativar armazenamento em cache de direção de face girada das malhas." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Habilitar minimapa." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Habilitar minimapa." @@ -1808,6 +2053,14 @@ msgstr "" "Arquivo na pasta client/serverlist/ que contém seus servidores favoritos, " "que são mostrados na aba Multiplayer." +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1890,8 +2143,8 @@ msgstr "" msgid "" "From how far blocks are sent to clients, stated in mapblocks (16 nodes)." msgstr "" -"De quão longe blocos são enviados aos clientes, indicado em mapas de blocos (" -"16 nós)." +"De quão longe blocos são enviados aos clientes, indicado em mapas de blocos " +"(16 nós)." #: src/settings_translation_file.cpp msgid "" @@ -1928,17 +2181,23 @@ msgstr "Filtro txr2img de escala da GUI" msgid "Gamma" msgstr "Gama" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "Gerar normalmaps" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" "Atributos geração de mapa global.\n" "Flags que não estão especificadas na string de flags não são modificados a " @@ -1954,6 +2213,11 @@ msgstr "Gráficos" msgid "Gravity" msgstr "Gravidade" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Módulos" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "Tecla de comutação HUD" @@ -1973,6 +2237,11 @@ msgstr "" "- error: abortar no uso da chamada reprovada (sugerido para " "desenvolvedores de mods)." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Height component of the initial window size." +msgstr "Tamanho horizontal inicial da janela." + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "Altura em que as nuvens ficam aparecendo." @@ -1986,8 +2255,8 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "Pagina principal do servidor, a ser exibido na lista de servidores." #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." -msgstr "Tamanho horizontal inicial da janela." +msgid "How deep to make rivers" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -2016,6 +2285,10 @@ msgstr "" "Quanto o servidor aguardará antes de descarregar mapblocks não utilizados. " "Um valor mais elevado é mais suave, mas vai usar mais memória RAM." +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "IPv6" @@ -2092,8 +2365,8 @@ msgid "" "you stand.\n" "This is helpful when working with nodeboxes in small areas." msgstr "" -"Se habilitado, você pode colocar os blocos na posição (pés + nível dos olhos)" -" onde você está.\n" +"Se habilitado, você pode colocar os blocos na posição (pés + nível dos " +"olhos) onde você está.\n" "Isto é útil quando se trabalha com nodeboxes em pequenas áreas." #: src/settings_translation_file.cpp @@ -2130,6 +2403,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "Intervalo de envio de hora do dia para os clientes." +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Inventário" @@ -2147,53 +2424,40 @@ msgid "Item entity TTL" msgstr "Entidade item TTL" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" -"Julia definido: (X, Y, Z) deslocamentos do centro mundo.\n" -"Variam aproximadamente -2 a 2, multiplique por j_scale para deslocamentos em " -"nós." - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." -msgstr "Julia definido: Valores aproximados (X, Y, Z) em nós." - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" "Julia Definido: iterações da função recursiva.\n" "Controles escala de pormenor." #: src/settings_translation_file.cpp msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2206,15 +2470,15 @@ msgid "Jumping speed" msgstr "Velocidade de Pulo" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Tecla para diminuir o intervalo de visualização. Modifica o intervalo mínimo " -"de visualização.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Tecla para alternar o alcance de visão ilimitado.\n" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2223,19 +2487,19 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para deixar cair o item atualmente selecionado.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Tecla para aumentar o intervalo de visualização. Modifica o mínimo intervalo " -"de visualização.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Tecla para alternar o alcance de visão ilimitado.\n" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2244,8 +2508,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para pular.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2254,8 +2518,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para mover-se rápido no modo rápido.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2264,8 +2528,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para mover o jogador para trás.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2274,8 +2538,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para mover o jogador para a frente.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2284,8 +2548,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para mover o jogador à esquerda.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2294,8 +2558,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para mover o jogador para a direita.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2304,8 +2568,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para abrir o console do bate-papo.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2314,8 +2578,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para abrir a janela de bate-papo para digitar comandos.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2324,8 +2588,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para abrir a janela de bate-papo.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2334,8 +2598,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para abrir o inventário.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2344,8 +2608,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para imprimir pilhas de depuração. Usado para o desenvolvimento.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2358,8 +2622,8 @@ msgstr "" "Tecla por esgueirar.\n" "Também usado para descer e descendente na água se aux1_descends está " "desativado.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2368,8 +2632,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para comutação entre câmera de primeira e terceira pessoa.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2378,8 +2642,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para tirar fotos da tela.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2388,8 +2652,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para ativar/desativar modo cinematográfico.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2398,8 +2662,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Chave para ativar/desativar a exibição do minimapa.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2408,8 +2672,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para ativar/desativar o modo rápido.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2418,8 +2682,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para alternar a voar.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2428,8 +2692,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para alternar modo noclip.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2439,8 +2703,8 @@ msgid "" msgstr "" "Tecla para ativar/desativar a atualização da câmera. Usado somente para " "desenvolvimento\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2449,8 +2713,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para ativar/desativar a exibição de informações de depuração.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2459,8 +2723,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para ativar/desativar a exibição do HUD.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2469,8 +2733,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para ativar/desativar a exibição do bate-papo.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2479,8 +2743,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para ativar/desativar a exibição da névoa.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2490,8 +2754,8 @@ msgid "" msgstr "" "Tecla para ativar/desativar a exibição do profiler. Usado para o " "desenvolvimento.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2500,8 +2764,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Tecla para alternar o alcance de visão ilimitado.\n" -"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "Key use for climbing/descending" @@ -2511,6 +2775,14 @@ msgstr "Tecla usada para descer/esgueirar" msgid "Language" msgstr "Linguagem" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "Estilo de folhas" @@ -2635,40 +2907,42 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "Faz o DirectX trabalhar com LuaJIT. Desative se causa problemas." -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "Diretório do mapa" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" +"Atributos geração de mapa global.\n" +"Flags que não estão especificadas na string de flags não são modificados a " +"partir do padrão.\n" +"Flags começando com \"não\" são usadas para desativá-los explicitamente.\n" +"Flags 'trees' e 'flat' só tem efeito em mgv6." + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." msgstr "" +"Atributos geração de mapa global.\n" +"Flags que não estão especificadas na string de flags não são modificados a " +"partir do padrão.\n" +"Flags começando com \"não\" são usadas para desativá-los explicitamente.\n" +"Flags 'trees' e 'flat' só tem efeito em mgv6." #: src/settings_translation_file.cpp msgid "" @@ -2705,6 +2979,11 @@ msgstr "Limite de mapblock" msgid "Mapblock unload timeout" msgstr "Timeout de descarregamento do mapblock" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Nome do mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2725,6 +3004,59 @@ msgstr "Debug do mapgen" msgid "Mapgen flags" msgstr "Flags de mapgen" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Flags de mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Flags de mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2744,24 +3076,13 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Mapgen" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal iterations" +msgstr "Mapgen" #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" @@ -2780,25 +3101,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Mapgen" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Mapgen" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2943,6 +3263,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2971,14 +3303,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -3070,6 +3394,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -3086,13 +3414,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "Mipmapping" @@ -3169,10 +3490,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -3193,6 +3510,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3233,10 +3554,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3301,18 +3618,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "pré-carregando texturas de inventário" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3336,6 +3641,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3366,6 +3675,22 @@ msgstr "Menu dir." msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3485,10 +3810,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Sombreadores" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3514,6 +3835,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "Iluminação suave" @@ -3568,15 +3893,34 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "Pacotes de texturas" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3648,6 +3992,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mipmapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3716,17 +4065,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3735,6 +4100,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3744,11 +4115,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3756,13 +4123,22 @@ msgstr "" msgid "Volume" msgstr "Volume do som" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Texturas dos itens..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3870,6 +4246,11 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Width component of the initial window size." +msgstr "Tamanho horizontal inicial da janela." + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3880,6 +4261,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3893,67 +4282,89 @@ msgid "cURL timeout" msgstr "" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Água opaca" - -#~ msgid "Opaque Water" -#~ msgstr "Água opaca" +#~ msgid "If disabled " +#~ msgstr "Desabilitar PMs" #, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Um jogador" +#~ msgid "If enabled, " +#~ msgstr "habilitado" -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Para habilitar os sombreadores é necessário usar o driver OpenGL." +#~ msgid "Game Name" +#~ msgstr "Nome do jogo" -#, fuzzy -#~ msgid "Downloading" -#~ msgstr "Baixar" +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Não foi possível copiar o mod \"$1\" para o jogo \"$2\"" -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "Botão esquerdo: Move todos os itens. Botão direito: Move um item" +#~ msgid "GAMES" +#~ msgstr "JOGOS" -#~ msgid "is required by:" -#~ msgstr "é necessário para:" +#~ msgid "Mods:" +#~ msgstr "Módulos:" -#~ msgid "Configuration saved. " -#~ msgstr "A configuração foi salva. " +#~ msgid "new game" +#~ msgstr "novo jogo" -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Atenção: A configuração não está consistente." +#~ msgid "EDIT GAME" +#~ msgstr "EDITAR JOGO" -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Não foi possível criar o mundo: O nome contém caracteres inválidos" +#~ msgid "Remove selected mod" +#~ msgstr "Remover o módulo selecionado" -#~ msgid "Show Public" -#~ msgstr "Exibir públicos" +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Adicionar módulo" -#~ msgid "Show Favorites" -#~ msgstr "Exibir favoritos" +#~ msgid "CLIENT" +#~ msgstr "CLIENTE" -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Deixe o endereço em branco para iniciar um servidor local." +#~ msgid "Favorites:" +#~ msgstr "Favoritos:" -#~ msgid "Create world" -#~ msgstr "Criar o mundo" +#~ msgid "START SERVER" +#~ msgstr "SERVIDOR" -#~ msgid "Address required." -#~ msgstr "É necessário um endereço." +#~ msgid "Name" +#~ msgstr "Nome" -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Não foi possível excluir o mundo: Nenhum foi selecionado" +#~ msgid "Password" +#~ msgstr "Senha" -#~ msgid "Files to be deleted" -#~ msgstr "Arquivos a serem excluídos" +#~ msgid "SETTINGS" +#~ msgstr "CONFIGURAÇÕES" -#~ msgid "Cannot create world: No games found" -#~ msgstr "Não foi possivel criar o mundo: Não foi encontrado nenhum jogo" +#~ msgid "Preload item visuals" +#~ msgstr "Precarga de elementos visuais" -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Não foi possível configurar o mundo: Nada foi selecionado" +#~ msgid "Finite Liquid" +#~ msgstr "Líquido finito" -#~ msgid "Failed to delete all world files" -#~ msgstr "Não foi possível excluir todos os arquivos do mundo" +#~ msgid "SINGLE PLAYER" +#~ msgstr "UM JOGADOR" + +#~ msgid "TEXTURE PACKS" +#~ msgstr "TEXTURAS" + +#~ msgid "MODS" +#~ msgstr "MÓDULOS" + +#~ msgid "Add mod:" +#~ msgstr "Adicionar módulo:" + +#~ msgid "Local install" +#~ msgstr "Instalação local" + +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " +#~ msgstr "" +#~ "Atenção: Alguns mods ainda não foram configurados.\n" +#~ "E eles serão ativados por padrão, quando você salvar a configuração." + +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Atenção: Alguns mods configurados não foram encontrados.\n" +#~ "Suas definições serão removidas quando você salvar a configuração." #~ msgid "" #~ "Default Controls:\n" @@ -3980,87 +4391,100 @@ msgstr "" #~ "- ESC: este menu\n" #~ "- T: bate-papo\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "Atenção: Alguns mods configurados não foram encontrados.\n" -#~ "Suas definições serão removidas quando você salvar a configuração." +#~ msgid "Failed to delete all world files" +#~ msgstr "Não foi possível excluir todos os arquivos do mundo" -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "Atenção: Alguns mods ainda não foram configurados.\n" -#~ "E eles serão ativados por padrão, quando você salvar a configuração." +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Não foi possível configurar o mundo: Nada foi selecionado" -#~ msgid "Local install" -#~ msgstr "Instalação local" +#~ msgid "Cannot create world: No games found" +#~ msgstr "Não foi possivel criar o mundo: Não foi encontrado nenhum jogo" -#~ msgid "Add mod:" -#~ msgstr "Adicionar módulo:" +#~ msgid "Files to be deleted" +#~ msgstr "Arquivos a serem excluídos" -#~ msgid "MODS" -#~ msgstr "MÓDULOS" +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Não foi possível excluir o mundo: Nenhum foi selecionado" -#~ msgid "TEXTURE PACKS" -#~ msgstr "TEXTURAS" +#~ msgid "Address required." +#~ msgstr "É necessário um endereço." -#~ msgid "SINGLE PLAYER" -#~ msgstr "UM JOGADOR" +#~ msgid "Create world" +#~ msgstr "Criar o mundo" -#~ msgid "Finite Liquid" -#~ msgstr "Líquido finito" +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Deixe o endereço em branco para iniciar um servidor local." -#~ msgid "Preload item visuals" -#~ msgstr "Precarga de elementos visuais" +#~ msgid "Show Favorites" +#~ msgstr "Exibir favoritos" -#~ msgid "SETTINGS" -#~ msgstr "CONFIGURAÇÕES" +#~ msgid "Show Public" +#~ msgstr "Exibir públicos" -#~ msgid "Password" -#~ msgstr "Senha" +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Não foi possível criar o mundo: O nome contém caracteres inválidos" -#~ msgid "Name" -#~ msgstr "Nome" +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Atenção: A configuração não está consistente." -#~ msgid "START SERVER" -#~ msgstr "SERVIDOR" +#~ msgid "Configuration saved. " +#~ msgstr "A configuração foi salva. " -#~ msgid "Favorites:" -#~ msgstr "Favoritos:" +#~ msgid "is required by:" +#~ msgstr "é necessário para:" -#~ msgid "CLIENT" -#~ msgstr "CLIENTE" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Adicionar módulo" - -#~ msgid "Remove selected mod" -#~ msgstr "Remover o módulo selecionado" - -#~ msgid "EDIT GAME" -#~ msgstr "EDITAR JOGO" - -#~ msgid "new game" -#~ msgstr "novo jogo" - -#~ msgid "Mods:" -#~ msgstr "Módulos:" - -#~ msgid "GAMES" -#~ msgstr "JOGOS" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Não foi possível copiar o mod \"$1\" para o jogo \"$2\"" - -#~ msgid "Game Name" -#~ msgstr "Nome do jogo" +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "Botão esquerdo: Move todos os itens. Botão direito: Move um item" #, fuzzy -#~ msgid "If enabled, " -#~ msgstr "habilitado" +#~ msgid "Downloading" +#~ msgstr "Baixar" -#, fuzzy -#~ msgid "If disabled " -#~ msgstr "Desabilitar PMs" +#~ msgid "Preload inventory textures" +#~ msgstr "pré-carregando texturas de inventário" + +#~ msgid "" +#~ "Key for increasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Tecla para aumentar o intervalo de visualização. Modifica o mínimo " +#~ "intervalo de visualização.\n" +#~ "Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Key for decreasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Tecla para diminuir o intervalo de visualização. Modifica o intervalo " +#~ "mínimo de visualização.\n" +#~ "Consulte http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" + +#~ msgid "" +#~ "Julia set: (X,Y,Z) offsets from world centre.\n" +#~ "Range roughly -2 to 2, multiply by j_scale for offsets in nodes." +#~ msgstr "" +#~ "Julia definido: (X, Y, Z) deslocamentos do centro mundo.\n" +#~ "Variam aproximadamente -2 a 2, multiplique por j_scale para deslocamentos " +#~ "em nós." + +#~ msgid "Enable selection highlighting for nodes (disables selectionbox)." +#~ msgstr "" +#~ "Habilitar destaque de bloco selecionado (desabilita o modo de destaque " +#~ "selectionbox [Padrão])." + +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "Habilita recurso permitindo que o nível da água seja um pouco menor, " +#~ "portando não preenche todo o espaço disponível para bloco.\n" +#~ "Note que isso não está bem otimizado e que suavização da iluminação na " +#~ "superfície da água não funciona bem com esse recurso." diff --git a/po/ro/minetest.po b/po/ro/minetest.po index 97b60a40f..6fc32321d 100644 --- a/po/ro/minetest.po +++ b/po/ro/minetest.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-10-27 16:46+0200\n" "Last-Translator: PilzAdam \n" "Language-Team: Romanian , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Jocuri" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Moduri" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Select path" +msgstr "Selectează" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua #, fuzzy msgid "" @@ -304,10 +395,6 @@ msgstr "Moduri Instalate:" msgid "Mod information:" msgstr "Informații mod:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Moduri" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Nici o descriere de mod disponibilă" @@ -426,93 +513,163 @@ msgid "Start Game" msgstr "Începe jocul" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" +#, fuzzy +msgid "3D Clouds" +msgstr "Nori 3D" + +#: builtin/mainmenu/tab_settings.lua +msgid "4x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" +msgid "8x" msgstr "" +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Setări" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Are you sure to reset your singleplayer world?" +msgstr "Singleplayer" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Filtrare Biliniară" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "Mip Mapping" + #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Modifică tastele" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Dezactivează MP" +msgid "Connected Glass" +msgstr "Conectează" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" +#, fuzzy +msgid "Enable Particles" +msgstr "Activează tot" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Fancy Leaves" +msgstr "Apă opacă" + +#: builtin/mainmenu/tab_settings.lua +msgid "Generate Normalmaps" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Enabled" -msgstr "activat" +msgid "Mipmap" +msgstr "Mip Mapping" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Jocuri" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Select path" -msgstr "Selectează" +msgid "No Filter" +msgstr "Filtru Anizotropic" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "No Mipmap" +msgstr "Mip Mapping" + +#: builtin/mainmenu/tab_settings.lua +msgid "No!!!" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Node Highlighting" +msgstr "Lumină mai bună" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Opaque Leaves" +msgstr "Apă opacă" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Apă opacă" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Setări" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Umbră" + #: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" +#, fuzzy +msgid "Simple Leaves" +msgstr "Apă opacă" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Smooth Lighting" +msgstr "Lumină mai bună" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Pentru a permite shadere OpenGL trebuie să fie folosite." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "" +#, fuzzy +msgid "Trilinear Filter" +msgstr "Filtrare Triliniară" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Copaci fantezici" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Copaci fantezici" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Copaci fantezici" #: builtin/mainmenu/tab_simple_main.lua #, fuzzy @@ -541,10 +698,6 @@ msgstr "Singleplayer" msgid "No information available" msgstr "Nici o informație disponibilă" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Selectează pachetul de textură:" @@ -571,10 +724,6 @@ msgstr "" msgid "Initializing nodes..." msgstr "" -#: src/client.cpp -msgid "Item textures..." -msgstr "Texturi..." - #: src/client.cpp #, fuzzy msgid "Loading textures..." @@ -1164,6 +1313,15 @@ msgstr "X Butonul 2" msgid "Zoom" msgstr "Mărire" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1187,7 +1345,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1243,6 +1402,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1251,6 +1414,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1267,6 +1434,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1280,6 +1451,10 @@ msgstr "" msgid "Backward key" msgstr "Înapoi" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1302,11 +1477,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "Mip Mapping" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1319,6 +1489,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1329,6 +1511,29 @@ msgstr "Modifică tastele" msgid "Chat toggle key" msgstr "Modifică tastele" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1387,6 +1592,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1447,10 +1658,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1540,6 +1771,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1562,6 +1801,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1594,12 +1840,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Activează MP" #: src/settings_translation_file.cpp #, fuzzy @@ -1614,10 +1857,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1648,6 +1887,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1660,6 +1903,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Activează Daune" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1748,6 +1996,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1858,6 +2114,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "" @@ -1865,10 +2125,11 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1879,6 +2140,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Moduri" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1891,6 +2157,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1904,7 +2174,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1929,6 +2199,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2022,6 +2296,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2041,47 +2319,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2096,7 +2363,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2110,7 +2377,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2307,6 +2574,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2410,36 +2685,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2480,6 +2745,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2502,6 +2772,59 @@ msgstr "Mapgen" msgid "Mapgen flags" msgstr "Mapgen" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2521,24 +2844,13 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Mapgen" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal iterations" +msgstr "Mapgen" #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" @@ -2557,25 +2869,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Mapgen" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Mapgen" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2724,6 +3035,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2752,14 +3075,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2852,6 +3167,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2868,13 +3187,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2952,10 +3264,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2976,6 +3284,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3016,10 +3328,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "" @@ -3084,19 +3392,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Se încarcă..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3120,6 +3415,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3150,6 +3449,22 @@ msgstr "Meniu Drepata" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3276,10 +3591,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Umbră" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3305,6 +3616,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3361,16 +3676,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Pachete de tetură" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3442,6 +3776,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3513,17 +3852,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3532,6 +3887,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3541,11 +3902,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3553,13 +3910,22 @@ msgstr "" msgid "Volume" msgstr "Volum Sunet" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Texturi..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3668,6 +4034,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3678,6 +4048,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3691,94 +4069,84 @@ msgid "cURL timeout" msgstr "" #, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Apă opacă" - -#~ msgid "Opaque Water" -#~ msgstr "Apă opacă" - -#, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "Singleplayer" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Pentru a permite shadere OpenGL trebuie să fie folosite." - -#, fuzzy -#~ msgid "Downloading" -#~ msgstr "Descarcă" - -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "" -#~ "Click stânga: Mută toate obiectele, Click dreapta: Mută un singur obiect" - -#~ msgid "Local install" -#~ msgstr "Instalare locală" - -#~ msgid "Add mod:" -#~ msgstr "Adăugaţi mod:" - -#~ msgid "MODS" -#~ msgstr "MODURI" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "PACHETE DE TEXTURĂ" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "SINGLE PLAYER" - -#~ msgid "Finite Liquid" -#~ msgstr "Lichid finit" - -#~ msgid "Preload item visuals" -#~ msgstr "Pre-încarcă imaginile obiectelor" - -#~ msgid "SETTINGS" -#~ msgstr "SETĂRI" - -#~ msgid "Password" -#~ msgstr "Parolă" - -#~ msgid "Name" -#~ msgstr "Nume" - -#~ msgid "START SERVER" -#~ msgstr "DESCHIDE SERVERUL" - -#~ msgid "Favorites:" -#~ msgstr "Preferate:" - -#~ msgid "CLIENT" -#~ msgstr "CLIENT" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Adaugă modul" - -#~ msgid "Remove selected mod" -#~ msgstr "Șterge modul selectat" - -#~ msgid "EDIT GAME" -#~ msgstr "MODIFICĂ JOCUL" - -#~ msgid "new game" -#~ msgstr "joc nou" - -#~ msgid "Mods:" -#~ msgstr "Moduri:" - -#~ msgid "GAMES" -#~ msgstr "JOCURI" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Nu se poate copia modul \"$1\" în jocul \"$2\"" - -#~ msgid "Game Name" -#~ msgstr "Numele jocului" +#~ msgid "If disabled " +#~ msgstr "Dezactivează MP" #, fuzzy #~ msgid "If enabled, " #~ msgstr "activat" +#~ msgid "Game Name" +#~ msgstr "Numele jocului" + +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Nu se poate copia modul \"$1\" în jocul \"$2\"" + +#~ msgid "GAMES" +#~ msgstr "JOCURI" + +#~ msgid "Mods:" +#~ msgstr "Moduri:" + +#~ msgid "new game" +#~ msgstr "joc nou" + +#~ msgid "EDIT GAME" +#~ msgstr "MODIFICĂ JOCUL" + +#~ msgid "Remove selected mod" +#~ msgstr "Șterge modul selectat" + +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Adaugă modul" + +#~ msgid "CLIENT" +#~ msgstr "CLIENT" + +#~ msgid "Favorites:" +#~ msgstr "Preferate:" + +#~ msgid "START SERVER" +#~ msgstr "DESCHIDE SERVERUL" + +#~ msgid "Name" +#~ msgstr "Nume" + +#~ msgid "Password" +#~ msgstr "Parolă" + +#~ msgid "SETTINGS" +#~ msgstr "SETĂRI" + +#~ msgid "Preload item visuals" +#~ msgstr "Pre-încarcă imaginile obiectelor" + +#~ msgid "Finite Liquid" +#~ msgstr "Lichid finit" + +#~ msgid "SINGLE PLAYER" +#~ msgstr "SINGLE PLAYER" + +#~ msgid "TEXTURE PACKS" +#~ msgstr "PACHETE DE TEXTURĂ" + +#~ msgid "MODS" +#~ msgstr "MODURI" + +#~ msgid "Add mod:" +#~ msgstr "Adăugaţi mod:" + +#~ msgid "Local install" +#~ msgstr "Instalare locală" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "" +#~ "Click stânga: Mută toate obiectele, Click dreapta: Mută un singur obiect" + #, fuzzy -#~ msgid "If disabled " -#~ msgstr "Dezactivează MP" +#~ msgid "Downloading" +#~ msgstr "Descarcă" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "Se încarcă..." diff --git a/po/ru/minetest.po b/po/ru/minetest.po index 260fb84a3..f404b0545 100644 --- a/po/ru/minetest.po +++ b/po/ru/minetest.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-02-21 12:34+0000\n" "Last-Translator: Dmitry Smirnov \n" -"Language-Team: Russian " -"\n" +"Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" #: builtin/fstk/ui.lua @@ -74,8 +74,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Мы поддерживаем версии протоколов между $1 и $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Отменить" @@ -115,8 +116,8 @@ msgstr "Скрыть содержимое модпака" msgid "Mod:" msgstr "Мод:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Сохранить" @@ -189,6 +190,7 @@ msgid "No of course not!" msgstr "Никак нет!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Да" @@ -208,6 +210,94 @@ msgstr "Принять" msgid "Rename Modpack:" msgstr "Переименовать модпак:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(Отсутствует описание настройки)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Выбрать" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "Отключить" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Редактировать" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Включено" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "Формат -- это 3 числа в скобках, разделенные точками." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Формат: <Смещение>,<Масштаб>, (<По оси X>,<По оси Y>,<По оси Z>), <Зерно>, " +"<Октавы>,<Постоянство>" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Игры" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Моды" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "Опционально лакунарностью могут быть добавлены с ведущей запятой." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Пожалуйста, вводите запятые для разделения списка флагов." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Введите допустимое целое число." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Пожалуйста, введите корректное число." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Возможные значения: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Восстановить по-умолчанию" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Выбрать путь" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Отобразить технические названия" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Значение должно быть больше, чем $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Значение должно быть меньше, чем $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -301,10 +391,6 @@ msgstr "Установленные моды:" msgid "Mod information:" msgstr "Описание мода:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Моды" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Описание к моду отсутствует" @@ -417,92 +503,157 @@ msgid "Start Game" msgstr "Начать игру" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Отсутствует описание настройки)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D облака" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Выбрать" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Настройки" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Уверены, что хотите сбросить мир одиночной игры?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Билинейная фильтрация" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Бампмаппинг" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Смена управления" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Отключить" +#, fuzzy +msgid "Connected Glass" +msgstr "Стёкла без швов" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Редактировать" +#, fuzzy +msgid "Enable Particles" +msgstr "Включить всё" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Включено" +msgid "Fancy Leaves" +msgstr "Красивая листва" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "Формат -- это 3 числа в скобках, разделенные точками." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Генерировать карты нормалей" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Формат: <Смещение>,<Масштаб>, (<По оси X>,<По оси Y>,<По оси Z>), <Зерно>, " -"<Октавы>,<Постоянство>" +msgid "Mipmap" +msgstr "Мипмаппинг" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Игры" +msgid "Mipmap + Aniso. Filter" +msgstr "Мипмаппинг с анизотр. фильтром" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "Опционально лакунарностью могут быть добавлены с ведущей запятой." +#, fuzzy +msgid "No Filter" +msgstr "Фильтрация" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Пожалуйста, вводите запятые для разделения списка флагов." +msgid "No Mipmap" +msgstr "Без Мипмаппинга" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Введите допустимое целое число." +msgid "No!!!" +msgstr "Нет!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Пожалуйста, введите корректное число." +#, fuzzy +msgid "Node Highlighting" +msgstr "Подсветка нод" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Ничего" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Возможные значения: " +msgid "Opaque Leaves" +msgstr "Непрозрачная листва" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Восстановить по-умолчанию" +msgid "Opaque Water" +msgstr "Непрозрачная вода" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Выбрать путь" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Parallax Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Настройки" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Отобразить технические названия" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Шейдеры" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Значение должно быть больше, чем $1." +msgid "Simple Leaves" +msgstr "Упрощённая листва" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Значение должно быть меньше, чем $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Мягкое освещение" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Текстурирование:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "Для включения шейдеров необходим драйвер OpenGL." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Чувствительность (пк)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Трилинейная фильтрация" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Покачивание листвы" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Покачивание растений" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Волны на воде" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -528,10 +679,6 @@ msgstr "Одиночная игра" msgid "No information available" msgstr "Описание отсутствует" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Ничего" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Выберите пакет текстур:" @@ -556,10 +703,6 @@ msgstr "Инициирование нод" msgid "Initializing nodes..." msgstr "Инициирование нод..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Текстуры предметов..." - #: src/client.cpp msgid "Loading textures..." msgstr "Загрузка текстур..." @@ -1157,6 +1300,15 @@ msgstr "Доп. кнопка 2" msgid "Zoom" msgstr "Масштаб" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1174,6 +1326,7 @@ msgid "3D mode" msgstr "3D режим" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1181,7 +1334,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "Поддержка 3D.\n" "Сейчас поддерживаются:\n" @@ -1256,6 +1410,10 @@ msgstr "" msgid "Advanced" msgstr "Дополнительно" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "Всегда включен полёт и ускорение" @@ -1264,6 +1422,10 @@ msgstr "Всегда включен полёт и ускорение" msgid "Ambient occlusion gamma" msgstr "Гамма Ambient occlusion" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "Анизантропная фильтрация" @@ -1279,6 +1441,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "Запрос переподключения после дисконнекта" @@ -1292,6 +1458,11 @@ msgstr "Автоматически добавлять в список серве msgid "Backward key" msgstr "Назад" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Высота волн на воде" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "Базовый" @@ -1312,10 +1483,6 @@ msgstr "Биты на пиксель (глубина цвета) в полноэ msgid "Build inside player" msgstr "Разрешить ставить блоки на месте игрока" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Бампмаппинг" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "Сглаживание камеры" @@ -1329,6 +1496,18 @@ msgstr "Сглаживание камеры в кинематографичес msgid "Camera update toggle key" msgstr "Клавиша переключения обновления камеры" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "Кнопка чата" @@ -1337,6 +1516,29 @@ msgstr "Кнопка чата" msgid "Chat toggle key" msgstr "Кнопка переключения чата" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "Размер чанка" @@ -1391,6 +1593,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "Команда" @@ -1449,10 +1657,30 @@ msgstr "" "Задает размеры пустыней и пляжей.\n" "Когда включены снежные биомы, 'mgv6_freq_desert' игнорируется." +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "Сообщение при падении" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "Прозрачность перекрестия" @@ -1543,6 +1771,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "Устаревшее Lua API управление" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "Скорость снижения" @@ -1566,6 +1802,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "Отключить анти-чит" @@ -1595,15 +1838,9 @@ msgid "Dump the mapgen debug infos." msgstr "Дамп отладочной информации генератора мира." #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"Включите немного более низкую поверхность воды, чтобы она\n" -"не заполняла блок полностью. Учтите, что это не совсем оптимизировано,\n" -"и мягкое освещение на поверхности воды не работает с этим." +#, fuzzy +msgid "Enable VBO" +msgstr "Включить мультиплеер" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1617,10 +1854,6 @@ msgstr "Включает получение игроками урона и их msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1651,6 +1884,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1663,6 +1900,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Включить мини-карту." + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "Включить мини-карту." @@ -1755,6 +1997,14 @@ msgid "" msgstr "" "Файл, содержащий ваши любимые серверы, отображаемые на вкладке Multiplayer." +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1864,6 +2114,10 @@ msgstr "txr2img фильтр масштабирования интерфейса msgid "Gamma" msgstr "Гамма" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "Генерировать карты нормалей" @@ -1871,10 +2125,11 @@ msgstr "Генерировать карты нормалей" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1885,6 +2140,11 @@ msgstr "Графика" msgid "Gravity" msgstr "Гравитация" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Моды" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "Клавиша переключения HUD" @@ -1897,6 +2157,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1910,7 +2174,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "Домашняя страница сервера, отображаемая в списке серверов." #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1935,6 +2199,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "IPv6" @@ -1991,7 +2259,8 @@ msgstr "" #: src/settings_translation_file.cpp msgid "If enabled, new players cannot join with an empty password." -msgstr "Если включено, то новые игроки не смогут подключаться с пустым паролем." +msgstr "" +"Если включено, то новые игроки не смогут подключаться с пустым паролем." #: src/settings_translation_file.cpp msgid "" @@ -2031,6 +2300,10 @@ msgstr "Интервал сохранения важных изменений в msgid "Interval of sending time of day to clients." msgstr "Интервал отправки клиентам сведений о времени дня." +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "Кнопка открытия инвентаря" @@ -2049,47 +2322,36 @@ msgstr "Время жизни выброшенной вещи" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2102,15 +2364,15 @@ msgid "Jumping speed" msgstr "Скорость прыжков" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Клавиша уменьшения видимого диапазона. Изменяет минимальную дальность " -"отображения.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Клавиша отключения ограничения зоны видимости.\n" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2119,19 +2381,19 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша выкинуть выбранный предмет.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" -"Клавиша Увеличения видимого диапазона. Изменяет минимальную дальность " -"отображения.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Клавиша отключения ограничения зоны видимости.\n" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2140,8 +2402,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша прыжка.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp #, fuzzy @@ -2151,8 +2413,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша для быстрого перемещения.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2161,8 +2423,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша движения назад.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2171,8 +2433,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша движения вперед.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2181,8 +2443,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша движения влево.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2191,8 +2453,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша движения вправо.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2201,8 +2463,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша открытия чат-консоли.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2211,8 +2473,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша открытия окна чата для ввода комманды.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2221,8 +2483,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша открытия окна чата.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2231,8 +2493,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша открытия инвентаря.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2252,8 +2514,8 @@ msgstr "" "Клавиша красться.\n" "Также используется для спуска и погружения под воду, если aux1_descends " "отключена.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2262,8 +2524,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения вида от первого и от третьего лица.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2272,8 +2534,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша снятия скриншота.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2282,8 +2544,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения кинематографического режима.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2292,8 +2554,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения отображения миникарты.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2302,8 +2564,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения режима быстрого перемещения.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2312,8 +2574,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения режима полета.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2322,8 +2584,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения режима проверки столкновений.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2339,8 +2601,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения показа отладочной информации.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2349,8 +2611,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения отображения HUD.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2359,8 +2621,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения отображения чата.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2369,8 +2631,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша переключения отображения тумана.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "" @@ -2386,8 +2648,8 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" "Клавиша отключения ограничения зоны видимости.\n" -"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e2319" -"01735e3da1b0edf72eb3" +"Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" #: src/settings_translation_file.cpp msgid "Key use for climbing/descending" @@ -2397,6 +2659,14 @@ msgstr "" msgid "Language" msgstr "Язык" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "Стиль листвы" @@ -2503,36 +2773,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "Каталог сохранения карт" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2573,6 +2833,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Название генератора карты" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2593,6 +2858,59 @@ msgstr "Дебаггинг генератора карты" msgid "Mapgen flags" msgstr "Флаги генератора карты" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Флаги генератора карты" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Флаги генератора карты" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Флаги генератора карты" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Повторение параллакса" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Флаги генератора карты" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2612,26 +2930,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Флаги генератора карты" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Повторение параллакса" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2649,25 +2955,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Флаги генератора карты" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Флаги генератора карты" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Флаги генератора карты" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2812,6 +3117,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2840,14 +3157,6 @@ msgstr "Максимальный FPS" msgid "Maximum FPS when game is paused." msgstr "Максимальный FPS в режиме паузы." -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2941,6 +3250,10 @@ msgstr "Фраза дня" msgid "Message of the day displayed to players connecting." msgstr "Фраза дня отображаемая подключившимся игрокам." +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "Миникарта" @@ -2958,13 +3271,6 @@ msgstr "Высота сканирования миникарты" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "Mip-текстурирование (Мип-маппинг)" @@ -3050,11 +3356,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "New style water" -msgstr "Новый стиль воды" - #: src/settings_translation_file.cpp #, fuzzy msgid "New users need to input this password." @@ -3078,6 +3379,10 @@ msgstr "Подсветка нод" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3118,10 +3423,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Parallax Occlusion" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "Включить параллакс" @@ -3190,18 +3491,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "Предзагрузка текстур..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3225,6 +3514,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Random input" @@ -3256,6 +3549,22 @@ msgstr "Правая клавиша меню" msgid "Rightclick repetition interval" msgstr "Интервал повторного клика правой кнопкой." +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3390,10 +3699,6 @@ msgstr "" "Установка в true включает волны на воде.\n" "Это требует включение шейдеров." -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Шейдеры" - #: src/settings_translation_file.cpp #, fuzzy msgid "" @@ -3428,6 +3733,10 @@ msgstr "" "Размер чанка, генерируемого за один раз, установленный в мапблоках (16 " "кубиков)." +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3445,7 +3754,8 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy msgid "Smooths rotation of camera in cinematic mode. 0 to disable." -msgstr "Плавное вращение камеры в кинематографическом режиме. 0 для отключения." +msgstr "" +"Плавное вращение камеры в кинематографическом режиме. 0 для отключения." #: src/settings_translation_file.cpp #, fuzzy @@ -3492,16 +3802,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Пакеты текстур" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3586,6 +3915,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "Клавиша переключения режима камеры." +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-текстурирование (Мип-маппинг)" + #: src/settings_translation_file.cpp #, fuzzy msgid "Tooltip delay" @@ -3673,7 +4007,27 @@ msgid "V-Sync" msgstr "V-Sync" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp @@ -3681,10 +4035,6 @@ msgstr "" msgid "Vertical screen synchronization." msgstr "Вертикальная синхронизация." -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Video driver" @@ -3694,6 +4044,12 @@ msgstr "Видео драйвер." msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "View range decrease key" @@ -3706,27 +4062,30 @@ msgstr "Клавиша увеличения видимого диапазона. #: src/settings_translation_file.cpp #, fuzzy -msgid "Viewing range maximum" +msgid "Viewing range" msgstr "Максимальная граница дальности отрисовки." -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Viewing range minimum" -msgstr "Минимальная граница дальности отрисовки." - #: src/settings_translation_file.cpp #, fuzzy msgid "Volume" msgstr "Громкость звука" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "Скорость ходьбы" #: src/settings_translation_file.cpp #, fuzzy -msgid "Wanted FPS" -msgstr "Ожидаемый FPS" +msgid "Water Features" +msgstr "Текстуры предметов..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3843,6 +4202,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "Показывать данные отладки (аналогично нажатию F5)." +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Width of the selectionbox's lines around nodes." @@ -3854,6 +4217,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "cURL file download timeout" @@ -3867,99 +4238,98 @@ msgstr "" msgid "cURL timeout" msgstr "cURL тайм-аут" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Уверены, что хотите сбросить мир одиночной игры?" +#~ msgid "\"" +#~ msgstr "\"" -#~ msgid "Fancy Leaves" -#~ msgstr "Красивая листва" +#~ msgid "If disabled " +#~ msgstr "Если выключено " -#~ msgid "Mipmap" -#~ msgstr "Мипмаппинг" +#~ msgid "If enabled, " +#~ msgstr "Если включено " -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Мипмаппинг с анизотр. фильтром" +#~ msgid "Rendering:" +#~ msgstr "Рендеринг:" -#~ msgid "No Mipmap" -#~ msgstr "Без Мипмаппинга" +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Перезапустите Minetest для принятия изменений" -#~ msgid "No!!!" -#~ msgstr "Нет!" +#~ msgid "Game Name" +#~ msgstr "Название" -#~ msgid "Opaque Leaves" -#~ msgstr "Непрозрачная листва" +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "Gamemgr: Не могу скопировать мод \"$1\" в игру \"$2\"" -#~ msgid "Opaque Water" -#~ msgstr "Непрозрачная вода" +#~ msgid "GAMES" +#~ msgstr "ИГРЫ" -#~ msgid "Reset singleplayer world" -#~ msgstr "Сброс одиночной игры" +#~ msgid "Mods:" +#~ msgstr "Моды:" -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Коэффициент масштаба интерфейса: " +#~ msgid "new game" +#~ msgstr "Создать игру" -#~ msgid "Simple Leaves" -#~ msgstr "Упрощённая листва" +#~ msgid "EDIT GAME" +#~ msgstr "РЕДАКТИРОВАНИЕ" -#~ msgid "Texturing:" -#~ msgstr "Текстурирование:" +#~ msgid "Remove selected mod" +#~ msgstr "Удалить мод" -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "Для включения шейдеров необходим драйвер OpenGL." +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- Добавить мод" -#~ msgid "Touch free target" -#~ msgstr "Свободный выбор цели" +#~ msgid "CLIENT" +#~ msgstr "КЛИЕНТ" -#~ msgid "Touchthreshold (px)" -#~ msgstr "Чувствительность (пк)" +#~ msgid "Favorites:" +#~ msgstr "Избранное:" -#, fuzzy -#~ msgid "Downloading" -#~ msgstr "Загрузить" +#~ msgid "START SERVER" +#~ msgstr "СЕРВЕР" -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "ЛКМ: Переместить все предметы, ПКМ: Переместить один предмет" +#~ msgid "Name" +#~ msgstr "Имя" -#~ msgid "is required by:" -#~ msgstr "требуется для:" +#~ msgid "Password" +#~ msgstr "Пароль" -#~ msgid "Configuration saved. " -#~ msgstr "Настройки сохранены. " +#~ msgid "SETTINGS" +#~ msgstr "НАСТРОЙКИ" -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Предупреждение: Неверная конфигурация. " +#~ msgid "Preload item visuals" +#~ msgstr "Предзагрузка изображений" -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Невозможно создать мир: Имя содержит недопустимые символы" +#~ msgid "Finite Liquid" +#~ msgstr "Конечные жидкости" -#~ msgid "Show Public" -#~ msgstr "Публичные" +#~ msgid "SINGLE PLAYER" +#~ msgstr "ОДИНОЧНАЯ ИГРА" -#~ msgid "Show Favorites" -#~ msgstr "Избранные" +#~ msgid "TEXTURE PACKS" +#~ msgstr "ПАКЕТЫ ТЕКСТУР" -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Оставьте адрес пустым для запуска локального сервера." +#~ msgid "MODS" +#~ msgstr "МОДЫ" -#~ msgid "Create world" -#~ msgstr "Создать мир" +#~ msgid "Add mod:" +#~ msgstr "Добавить мод:" -#~ msgid "Address required." -#~ msgstr "Нужно ввести адрес." +#~ msgid "Local install" +#~ msgstr "Локальная установка" -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Невозможно удалить мир: Ничего не выбрано" +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " +#~ msgstr "" +#~ "Предупреждение: Некоторые моды еще не настроены.\n" +#~ "Их стандартные настройки будут установлены, когда вы сохраните " +#~ "конфигурацию. " -#~ msgid "Files to be deleted" -#~ msgstr "Следующие файлы будут удалены" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Невозможно создать мир: Ни одной игры не найдено" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Невозможно настроить мир: ничего не выбрано" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Ошибка при удалении файлов мира" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "Предупреждение: Некоторые моды не найдены.\n" +#~ "Их настройки будут удалены, когда вы сохраните конфигурацию. " #~ msgid "" #~ "Default Controls:\n" @@ -3986,95 +4356,107 @@ msgstr "cURL тайм-аут" #~ "- ESC: это меню\n" #~ "- T: чат\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "Предупреждение: Некоторые моды не найдены.\n" -#~ "Их настройки будут удалены, когда вы сохраните конфигурацию. " +#~ msgid "Failed to delete all world files" +#~ msgstr "Ошибка при удалении файлов мира" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Невозможно настроить мир: ничего не выбрано" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Невозможно создать мир: Ни одной игры не найдено" + +#~ msgid "Files to be deleted" +#~ msgstr "Следующие файлы будут удалены" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Невозможно удалить мир: Ничего не выбрано" + +#~ msgid "Address required." +#~ msgstr "Нужно ввести адрес." + +#~ msgid "Create world" +#~ msgstr "Создать мир" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Оставьте адрес пустым для запуска локального сервера." + +#~ msgid "Show Favorites" +#~ msgstr "Избранные" + +#~ msgid "Show Public" +#~ msgstr "Публичные" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Невозможно создать мир: Имя содержит недопустимые символы" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Предупреждение: Неверная конфигурация. " + +#~ msgid "Configuration saved. " +#~ msgstr "Настройки сохранены. " + +#~ msgid "is required by:" +#~ msgstr "требуется для:" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "ЛКМ: Переместить все предметы, ПКМ: Переместить один предмет" + +#, fuzzy +#~ msgid "Downloading" +#~ msgstr "Загрузить" + +#~ msgid "Touch free target" +#~ msgstr "Свободный выбор цели" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Коэффициент масштаба интерфейса: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Сброс одиночной игры" + +#, fuzzy +#~ msgid "Wanted FPS" +#~ msgstr "Ожидаемый FPS" + +#, fuzzy +#~ msgid "Viewing range minimum" +#~ msgstr "Минимальная граница дальности отрисовки." + +#~ msgid "Preload inventory textures" +#~ msgstr "Предзагрузка текстур..." + +#, fuzzy +#~ msgid "New style water" +#~ msgstr "Новый стиль воды" #~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " +#~ "Key for increasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" #~ msgstr "" -#~ "Предупреждение: Некоторые моды еще не настроены.\n" -#~ "Их стандартные настройки будут установлены, когда вы сохраните " -#~ "конфигурацию. " +#~ "Клавиша Увеличения видимого диапазона. Изменяет минимальную дальность " +#~ "отображения.\n" +#~ "Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" -#~ msgid "Local install" -#~ msgstr "Локальная установка" +#~ msgid "" +#~ "Key for decreasing the viewing range. Modifies the minimum viewing " +#~ "range.\n" +#~ "See http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" +#~ msgstr "" +#~ "Клавиша уменьшения видимого диапазона. Изменяет минимальную дальность " +#~ "отображения.\n" +#~ "Смотрите http://irrlicht.sourceforge.net/docu/namespaceirr." +#~ "html#a54da2a0e231901735e3da1b0edf72eb3" -#~ msgid "Add mod:" -#~ msgstr "Добавить мод:" - -#~ msgid "MODS" -#~ msgstr "МОДЫ" - -#~ msgid "TEXTURE PACKS" -#~ msgstr "ПАКЕТЫ ТЕКСТУР" - -#~ msgid "SINGLE PLAYER" -#~ msgstr "ОДИНОЧНАЯ ИГРА" - -#~ msgid "Finite Liquid" -#~ msgstr "Конечные жидкости" - -#~ msgid "Preload item visuals" -#~ msgstr "Предзагрузка изображений" - -#~ msgid "SETTINGS" -#~ msgstr "НАСТРОЙКИ" - -#~ msgid "Password" -#~ msgstr "Пароль" - -#~ msgid "Name" -#~ msgstr "Имя" - -#~ msgid "START SERVER" -#~ msgstr "СЕРВЕР" - -#~ msgid "Favorites:" -#~ msgstr "Избранное:" - -#~ msgid "CLIENT" -#~ msgstr "КЛИЕНТ" - -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- Добавить мод" - -#~ msgid "Remove selected mod" -#~ msgstr "Удалить мод" - -#~ msgid "EDIT GAME" -#~ msgstr "РЕДАКТИРОВАНИЕ" - -#~ msgid "new game" -#~ msgstr "Создать игру" - -#~ msgid "Mods:" -#~ msgstr "Моды:" - -#~ msgid "GAMES" -#~ msgstr "ИГРЫ" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "Gamemgr: Не могу скопировать мод \"$1\" в игру \"$2\"" - -#~ msgid "Game Name" -#~ msgstr "Название" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Перезапустите Minetest для принятия изменений" - -#~ msgid "Rendering:" -#~ msgstr "Рендеринг:" - -#~ msgid "If enabled, " -#~ msgstr "Если включено " - -#~ msgid "If disabled " -#~ msgstr "Если выключено " - -#~ msgid "\"" -#~ msgstr "\"" +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "Включите немного более низкую поверхность воды, чтобы она\n" +#~ "не заполняла блок полностью. Учтите, что это не совсем оптимизировано,\n" +#~ "и мягкое освещение на поверхности воды не работает с этим." diff --git a/po/tr/minetest.po b/po/tr/minetest.po index 502892766..ff5557e64 100644 --- a/po/tr/minetest.po +++ b/po/tr/minetest.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-10-27 16:46+0200\n" "Last-Translator: PilzAdam \n" "Language-Team: Turkish , , (, , ), , " +", " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Oyun" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Eklentiler" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Select path" +msgstr "Seç" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -302,10 +391,6 @@ msgstr "Yüklenen eklentiler :" msgid "Mod information:" msgstr "Eklenti bilgileri:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Eklentiler" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Eklenti bilgisi yok" @@ -419,91 +504,159 @@ msgid "Start Game" msgstr "Oyunu Başlat" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." +msgid "2x" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(Açıklama bilgisi verilmedi)" +#, fuzzy +msgid "3D Clouds" +msgstr "3 boyutlu bulutlar" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Seç" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Ayarlar" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Tek kişilik dünyayı sıfırlamak istediğinizden emin misiniz ?" + +#: builtin/mainmenu/tab_settings.lua +msgid "Bilinear Filter" +msgstr "İki yönlü süzme" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "Engebeler" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "Tuşları değiştir" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "Paketi Kapat" +#, fuzzy +msgid "Connected Glass" +msgstr "İçiçe geçmiş cam" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Düzenle" +#, fuzzy +msgid "Enable Particles" +msgstr "Hepsini etkinleştir" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Etkinleştirildi" +#, fuzzy +msgid "Fancy Leaves" +msgstr "Şık ağaçlar" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "" +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Normal haritalar oluştur" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" +msgid "Mipmap" +msgstr "Mipmap" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Oyun" +#, fuzzy +msgid "Mipmap + Aniso. Filter" +msgstr "Mipmap Aniso. Süzgeci" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "" +#, fuzzy +msgid "No Filter" +msgstr "Süzme yok" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "" +msgid "No Mipmap" +msgstr "Mipmap kapalı" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "" +msgid "No!!!" +msgstr "Hayır!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "" +#, fuzzy +msgid "Node Highlighting" +msgstr "Nesne seçme göstergesi" -#: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "" - -#: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" msgstr "" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Select path" -msgstr "Seç" +msgid "Opaque Leaves" +msgstr "Şeffaf su" + +#: builtin/mainmenu/tab_settings.lua +msgid "Opaque Water" +msgstr "Şeffaf su" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "Parallax Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Ayarlar" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Shaders" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "" +#, fuzzy +msgid "Simple Leaves" +msgstr "Dalgalanan Yapraklar" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "" +#, fuzzy +msgid "Smooth Lighting" +msgstr "Pürüzsüz ışıklandırma" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Doku:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "OpenGL sürücüleri seçilmeden Shader etkinleştirilemez." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "Touchthreshold (px)" + +#: builtin/mainmenu/tab_settings.lua +msgid "Trilinear Filter" +msgstr "Üç yönlü süzme" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Dalgalanan Yapraklar" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Dalgalanan Bitkiler" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Dalgalanan Su" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -529,10 +682,6 @@ msgstr "Tek Kişilik" msgid "No information available" msgstr "Bilgi yok" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Doku paketi seç :" @@ -559,10 +708,6 @@ msgstr "Nesneler yükleniyor..." msgid "Initializing nodes..." msgstr "Nesneler yükleniyor..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Nesne dokuları ..." - #: src/client.cpp msgid "Loading textures..." msgstr "Dokular yükleniyor..." @@ -1158,6 +1303,15 @@ msgstr "X Button 2" msgid "Zoom" msgstr "Yakınlaştır" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1182,7 +1336,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1238,6 +1393,10 @@ msgstr "" msgid "Advanced" msgstr "" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1246,6 +1405,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1262,6 +1425,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1275,6 +1442,11 @@ msgstr "" msgid "Backward key" msgstr "Geri" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "Dalgalanan Su" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1297,10 +1469,6 @@ msgstr "" msgid "Build inside player" msgstr "" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "Engebeler" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1313,6 +1481,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1323,6 +1503,29 @@ msgstr "Tuşları değiştir" msgid "Chat toggle key" msgstr "Tuşları değiştir" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1381,6 +1584,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1441,10 +1650,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1533,6 +1762,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1555,6 +1792,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1587,12 +1831,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Paketi Aç" #: src/settings_translation_file.cpp #, fuzzy @@ -1607,10 +1848,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1641,6 +1878,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1653,6 +1894,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Hasarı etkinleştir" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1741,6 +1987,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1853,6 +2107,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Generate normalmaps" @@ -1861,10 +2119,11 @@ msgstr "Normal haritalar oluştur" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1875,6 +2134,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Eklentiler" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1887,6 +2151,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1900,7 +2168,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1925,6 +2193,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2018,6 +2290,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2037,47 +2313,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2092,7 +2357,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2106,7 +2371,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2303,6 +2568,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2406,36 +2679,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2476,6 +2739,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2498,6 +2766,59 @@ msgstr "Mapgen" msgid "Mapgen flags" msgstr "Mapgen" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Parallax Occlusion" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Mapgen" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2517,26 +2838,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Mapgen" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Parallax Occlusion" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2554,25 +2863,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Mapgen" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Mapgen" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Mapgen" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2721,6 +3029,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2749,14 +3069,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2849,6 +3161,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2865,13 +3181,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2949,10 +3258,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2974,6 +3279,10 @@ msgstr "Nesne seçme göstergesi" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3014,10 +3323,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "Parallax Occlusion" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3089,19 +3394,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Dokular yükleniyor..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3125,6 +3417,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3155,6 +3451,22 @@ msgstr "Sağ Menu" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3281,10 +3593,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Shaders" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3310,6 +3618,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3367,16 +3679,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Doku paketi" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3448,6 +3779,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "Mip-Mapping" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3519,17 +3855,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3538,6 +3890,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3547,11 +3905,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3559,14 +3913,23 @@ msgstr "" msgid "Volume" msgstr "Ses yüksekliği :" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Walking speed" msgstr "Dalgalanan Yapraklar" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Nesne dokuları ..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3681,6 +4044,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3691,6 +4058,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3703,89 +4078,47 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Tek kişilik dünyayı sıfırlamak istediğinizden emin misiniz ?" - -#~ msgid "Bilinear Filter" -#~ msgstr "İki yönlü süzme" - -#, fuzzy -#~ msgid "Fancy Leaves" -#~ msgstr "Şık ağaçlar" - -#~ msgid "Mipmap" -#~ msgstr "Mipmap" - -#, fuzzy -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mipmap Aniso. Süzgeci" - -#~ msgid "No Mipmap" -#~ msgstr "Mipmap kapalı" - -#~ msgid "No!!!" -#~ msgstr "Hayır!!!" - -#, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "Şeffaf su" - -#~ msgid "Opaque Water" -#~ msgstr "Şeffaf su" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Tek kişilik oyunu sıfırlayın" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Ölçeklendirme menülere işlendi:" - -#, fuzzy -#~ msgid "Simple Leaves" -#~ msgstr "Dalgalanan Yapraklar" - -#~ msgid "Texturing:" -#~ msgstr "Doku:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "OpenGL sürücüleri seçilmeden Shader etkinleştirilemez." - -#~ msgid "Touch free target" -#~ msgstr "Touch free target" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "Touchthreshold (px)" - -#~ msgid "Trilinear Filter" -#~ msgstr "Üç yönlü süzme" - -#~ msgid "Downloading" -#~ msgstr "İndiriliyor" - -#~ msgid "please wait..." -#~ msgstr "lütfen bekleyin..." - -#~ msgid " KB/s" -#~ msgstr " KB/s" - -#~ msgid " MB/s" -#~ msgstr " MB/s" - -#~ msgid "Numpad " -#~ msgstr "Numpad " - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "Değişikliklerin etkin olabilmesi için minetesti yeniden başlatın" - -#~ msgid "Rendering:" -#~ msgstr "Kaplama:" - -#, fuzzy -#~ msgid "If enabled, " -#~ msgstr "Etkinleştirildi" +#~ msgid "\"" +#~ msgstr "\"" #, fuzzy #~ msgid "If disabled " #~ msgstr "Paketi Kapat" -#~ msgid "\"" -#~ msgstr "\"" +#, fuzzy +#~ msgid "If enabled, " +#~ msgstr "Etkinleştirildi" + +#~ msgid "Rendering:" +#~ msgstr "Kaplama:" + +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "Değişikliklerin etkin olabilmesi için minetesti yeniden başlatın" + +#~ msgid "Numpad " +#~ msgstr "Numpad " + +#~ msgid " MB/s" +#~ msgstr " MB/s" + +#~ msgid " KB/s" +#~ msgstr " KB/s" + +#~ msgid "please wait..." +#~ msgstr "lütfen bekleyin..." + +#~ msgid "Downloading" +#~ msgstr "İndiriliyor" + +#~ msgid "Touch free target" +#~ msgstr "Touch free target" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Ölçeklendirme menülere işlendi:" + +#~ msgid "Reset singleplayer world" +#~ msgstr "Tek kişilik oyunu sıfırlayın" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "Dokular yükleniyor..." diff --git a/po/uk/minetest.po b/po/uk/minetest.po index c737ddb49..764c2a8e5 100644 --- a/po/uk/minetest.po +++ b/po/uk/minetest.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2016-01-25 23:23+0000\n" "Last-Translator: Fixer \n" -"Language-Team: Ukrainian " -"\n" +"Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.5-dev\n" #: builtin/fstk/ui.lua @@ -75,8 +75,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "Ми підтримуємо протокол між версіями $1 і $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "Скасувати" @@ -116,8 +117,8 @@ msgstr "Приховати контент багатокористувацько msgid "Mod:" msgstr "Модифікація:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "Зберегти" @@ -190,6 +191,7 @@ msgid "No of course not!" msgstr "Ні, звісно ні!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "Так" @@ -209,6 +211,96 @@ msgstr "Прийняти" msgid "Rename Modpack:" msgstr "Перейменувати Збірку модифікацій:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" не є правильним параметром." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(пояснення відсутнє)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "Проглянути" + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "Disabled" +msgstr "Вимкнути багатокористувацьку гру" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "Правити" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "Увімкнено" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "Формат: 3 номера, відокремлених комами і всередині дужок." + +#: builtin/mainmenu/dlg_settings_advanced.lua +#, fuzzy +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"Формат: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "Ігри" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Модифікації" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "Будь-ласка введіть перелік параметрів через кому." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "Будь-ласка введіть дійсне ціле число." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "Будь-ласка введіть дійсний номер." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "Можливі значення: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "Відновити як було" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "Вибрати шлях" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "Показувати технічні назви" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "Значення має бути більше за $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "Значення має бути менше ніж $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -305,10 +397,6 @@ msgstr "Встановлені модифікації:" msgid "Mod information:" msgstr "Інформація модифікації:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Модифікації" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "Опис модифікації відсутній" @@ -422,16 +510,44 @@ msgid "Start Game" msgstr "Почати гру" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" не є правильним параметром." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(пояснення відсутнє)" +#, fuzzy +msgid "3D Clouds" +msgstr "Об'ємні хмари" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "Проглянути" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "Налаштування" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "Ви впевнені, що бажаєте скинути свій світ однокористувацької гри?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "Білінійна фільтрація" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "MIP-текстурування" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" @@ -439,77 +555,118 @@ msgstr "Змінити клавіші" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "Disabled" -msgstr "Вимкнути багатокористувацьку гру" - -#: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "Правити" - -#: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "Увімкнено" - -#: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "Формат: 3 номера, відокремлених комами і всередині дужок." +msgid "Connected Glass" +msgstr "Підключитися" #: builtin/mainmenu/tab_settings.lua #, fuzzy -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"Формат: , , (, , ), , " -", " +msgid "Enable Particles" +msgstr "Увімкнути все" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "Ігри" +#, fuzzy +msgid "Fancy Leaves" +msgstr "Непрозоре листя" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "Генерувати карти нормалей" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Mipmap" +msgstr "MIP-текстурування" + +#: builtin/mainmenu/tab_settings.lua +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "Будь-ласка введіть перелік параметрів через кому." +#, fuzzy +msgid "No Filter" +msgstr "Анізотропна фільтрація" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "Будь-ласка введіть дійсне ціле число." +#, fuzzy +msgid "No Mipmap" +msgstr "MIP-текстурування" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "Будь-ласка введіть дійсний номер." +msgid "No!!!" +msgstr "Ні!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "Можливі значення: " +#, fuzzy +msgid "Node Highlighting" +msgstr "Рівне освітлення" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "Нічого" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "Відновити як було" +msgid "Opaque Leaves" +msgstr "Непрозоре листя" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "Вибрати шлях" +msgid "Opaque Water" +msgstr "Непрозора вода" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Parallax Occlusion" +msgstr "Parallax Occlusion" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "Налаштування" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "Показувати технічні назви" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "Шейдери" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "Значення має бути більше за $1." +msgid "Simple Leaves" +msgstr "Просте листя" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "Значення має бути менше ніж $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "Рівне освітлення" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "Текстурування:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "" +"Для того, щоб увімкнути шейдери, потрібно використовувати двайвер OpenGL." + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "Трилінійна фільтрація" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "Гарне листя" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "Гарне листя" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "Гарне листя" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -536,10 +693,6 @@ msgstr "Одиночна гра" msgid "No information available" msgstr "Інформація відсутня" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "Нічого" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "Оберіть набір текстур:" @@ -564,10 +717,6 @@ msgstr "Ініціалізація блоків" msgid "Initializing nodes..." msgstr "Ініціалізація блоків..." -#: src/client.cpp -msgid "Item textures..." -msgstr "Текстури предметів..." - #: src/client.cpp msgid "Loading textures..." msgstr "Завантаження текстур..." @@ -1184,6 +1333,15 @@ msgstr "Додаткова кнопка 2" msgid "Zoom" msgstr "Збільшити" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "" @@ -1209,7 +1367,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1265,6 +1424,10 @@ msgstr "" msgid "Advanced" msgstr "Додатково" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1273,6 +1436,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Anisotropic filtering" @@ -1289,6 +1456,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1302,6 +1473,10 @@ msgstr "" msgid "Backward key" msgstr "Назад" +#: src/settings_translation_file.cpp +msgid "Base terrain height" +msgstr "" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1325,11 +1500,6 @@ msgstr "" msgid "Build inside player" msgstr "Мережева гра" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "MIP-текстурування" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1342,6 +1512,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1352,6 +1534,29 @@ msgstr "Змінити клавіши" msgid "Chat toggle key" msgstr "Змінити клавіши" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1410,6 +1615,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1470,10 +1681,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1562,6 +1793,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1584,6 +1823,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1616,12 +1862,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "Увімкнути багатокористувацьку гру" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1635,10 +1878,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1669,6 +1908,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1681,6 +1924,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "Увімкнути ушкодження" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1768,6 +2016,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1879,6 +2135,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Generate normalmaps" @@ -1887,10 +2147,11 @@ msgstr "Генерувати карти нормалей" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1901,6 +2162,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Модифікації" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1913,6 +2179,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1926,7 +2196,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1951,6 +2221,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2044,6 +2318,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2063,47 +2341,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2118,7 +2385,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2132,7 +2399,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2329,6 +2596,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2432,36 +2707,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2502,6 +2767,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "Генератор карти" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2524,6 +2794,59 @@ msgstr "Генератор карти" msgid "Mapgen flags" msgstr "Генератор карти" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "Генератор карти" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "Генератор карти" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "Генератор карти" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "Оклюзія паралакса" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "Генератор карти" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2543,26 +2866,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "Генератор карти" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "Оклюзія паралакса" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2580,25 +2891,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "Генератор карти" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "Генератор карти" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "Генератор карти" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2747,6 +3057,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2775,14 +3097,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2875,6 +3189,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2891,13 +3209,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2975,10 +3286,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2999,6 +3306,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3039,11 +3350,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Parallax Occlusion" -msgstr "Parallax Occlusion" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3115,19 +3421,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "Завантаження текстур..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3151,6 +3444,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3181,6 +3478,22 @@ msgstr "Права клавіша Menu" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3306,10 +3619,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "Шейдери" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3335,6 +3644,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3392,16 +3705,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "Набори текстур" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3473,6 +3805,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "MIP-текстурування" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3543,17 +3880,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3562,6 +3915,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3571,11 +3930,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3583,13 +3938,22 @@ msgstr "" msgid "Volume" msgstr "Гучність звуку" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "Текстури предметів..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3699,6 +4063,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3709,6 +4077,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3721,107 +4097,89 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "Ви впевнені, що бажаєте скинути свій світ однокористувацької гри?" - -#~ msgid "No!!!" -#~ msgstr "Ні!!!" - -#~ msgid "Opaque Leaves" -#~ msgstr "Непрозоре листя" - -#~ msgid "Opaque Water" -#~ msgstr "Непрозора вода" - -#~ msgid "Reset singleplayer world" -#~ msgstr "Скинути світ однокористувацької гри" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "Масштабування елементів меню: " - -#~ msgid "Simple Leaves" -#~ msgstr "Просте листя" - -#~ msgid "Texturing:" -#~ msgstr "Текстурування:" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "" -#~ "Для того, щоб увімкнути шейдери, потрібно використовувати двайвер OpenGL." - #, fuzzy -#~ msgid "Downloading" -#~ msgstr "Вниз" - -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "" -#~ "Ліва кнопка миші: Перемістити усі предмети, Права кнопка миші: " -#~ "Перемістити один предмет" - -#~ msgid "is required by:" -#~ msgstr "необхідний для:" - -#~ msgid "Configuration saved. " -#~ msgstr "Налаштування Збережено. " - -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "Попередження: Помилкова конфігурація. " - -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "Неможливо створити світ: Ім'я містить недопустимі символи" - -#~ msgid "Show Public" -#~ msgstr "Показати Публічні" - -#~ msgid "Show Favorites" -#~ msgstr "Показати Улюблені" - -#~ msgid "Leave address blank to start a local server." -#~ msgstr "Залишіть адресу незаповненою для створення локального серверу." - -#~ msgid "Create world" -#~ msgstr "Створити світ" - -#~ msgid "Address required." -#~ msgstr "Адреса необхідна." - -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "Неможливо видалити світ: Нічого не вибрано" - -#~ msgid "Files to be deleted" -#~ msgstr "Файлів, що підлягають видаленню" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "Неможливо створити світ: Не знайдено жодної гри" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "Неможливо налаштувати світ: Нічого не вибрано" - -#~ msgid "Failed to delete all world files" -#~ msgstr "Помилка при видаленні файлів світу" - -#, fuzzy -#~ msgid "Finite Liquid" -#~ msgstr "Кінцеві рідини" - -#~ msgid "Preload item visuals" -#~ msgstr "Попереднє завантаження зображень" - -#, fuzzy -#~ msgid "Password" -#~ msgstr "Старий Пароль" - -#~ msgid "Favorites:" -#~ msgstr "Улюблені:" - -#, fuzzy -#~ msgid "Game Name" -#~ msgstr "Гра" +#~ msgid "If disabled " +#~ msgstr "Вимкнути багатокористувацьку гру" #, fuzzy #~ msgid "If enabled, " #~ msgstr "Увімкнено" #, fuzzy -#~ msgid "If disabled " -#~ msgstr "Вимкнути багатокористувацьку гру" +#~ msgid "Game Name" +#~ msgstr "Гра" + +#~ msgid "Favorites:" +#~ msgstr "Улюблені:" + +#, fuzzy +#~ msgid "Password" +#~ msgstr "Старий Пароль" + +#~ msgid "Preload item visuals" +#~ msgstr "Попереднє завантаження зображень" + +#, fuzzy +#~ msgid "Finite Liquid" +#~ msgstr "Кінцеві рідини" + +#~ msgid "Failed to delete all world files" +#~ msgstr "Помилка при видаленні файлів світу" + +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "Неможливо налаштувати світ: Нічого не вибрано" + +#~ msgid "Cannot create world: No games found" +#~ msgstr "Неможливо створити світ: Не знайдено жодної гри" + +#~ msgid "Files to be deleted" +#~ msgstr "Файлів, що підлягають видаленню" + +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "Неможливо видалити світ: Нічого не вибрано" + +#~ msgid "Address required." +#~ msgstr "Адреса необхідна." + +#~ msgid "Create world" +#~ msgstr "Створити світ" + +#~ msgid "Leave address blank to start a local server." +#~ msgstr "Залишіть адресу незаповненою для створення локального серверу." + +#~ msgid "Show Favorites" +#~ msgstr "Показати Улюблені" + +#~ msgid "Show Public" +#~ msgstr "Показати Публічні" + +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "Неможливо створити світ: Ім'я містить недопустимі символи" + +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "Попередження: Помилкова конфігурація. " + +#~ msgid "Configuration saved. " +#~ msgstr "Налаштування Збережено. " + +#~ msgid "is required by:" +#~ msgstr "необхідний для:" + +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "" +#~ "Ліва кнопка миші: Перемістити усі предмети, Права кнопка миші: " +#~ "Перемістити один предмет" + +#, fuzzy +#~ msgid "Downloading" +#~ msgstr "Вниз" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "Масштабування елементів меню: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "Скинути світ однокористувацької гри" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "Завантаження текстур..." diff --git a/po/zh_CN/minetest.po b/po/zh_CN/minetest.po index 52d850a32..00ab2b0f2 100644 --- a/po/zh_CN/minetest.po +++ b/po/zh_CN/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-12-30 16:01+0000\n" "Last-Translator: Jun Zhang \n" -"Language-Team: Chinese (China) " -"\n" +"Language-Team: Chinese (China) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,8 +72,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "我们支持的协议版本为 $1 至 $2." #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "取消" @@ -111,8 +112,8 @@ msgstr "隐藏MOD包内容" msgid "Mod:" msgstr "MOD:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "保存" @@ -185,6 +186,7 @@ msgid "No of course not!" msgstr "当然不!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "是" @@ -204,6 +206,94 @@ msgstr "接受" msgid "Rename Modpack:" msgstr "重命名MOD包:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "\"$1\" 不是合法的 flag." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(没有关于此设置的信息)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "浏览" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "已禁用" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "设置" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "已启用" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "格式: (X, Y, Z)." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"格式: , , (, , ), , " +", " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "游戏" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "MODS" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "请输入 flag, 多个 flag 以半角逗号分隔." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "请输入一个整数类型." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "请输入一个合法的数字." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "可设置的 flag: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "回复初始设置" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "选择路径" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "显示高级设置" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "这个值必须大于 $1." + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "这个值必须小于 $1." + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -296,10 +386,6 @@ msgstr "已安装的MOD:" msgid "Mod information:" msgstr "MOD资料:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "MODS" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "无MOD资料可得" @@ -412,92 +498,163 @@ msgid "Start Game" msgstr "启动游戏" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "\"$1\" 不是合法的 flag." +msgid "2x" +msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(没有关于此设置的信息)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D 云彩" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "浏览" +msgid "4x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "设置" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "你确定要重置您的单人世界吗?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "双线性过滤" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +#, fuzzy +msgid "Bumpmapping" +msgstr "贴图处理" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "改变键位设置" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "已禁用" +#, fuzzy +msgid "Connected Glass" +msgstr "连接的玻璃" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "设置" +#, fuzzy +msgid "Enable Particles" +msgstr "全部启用" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "已启用" +#, fuzzy +msgid "Fancy Leaves" +msgstr "花式树" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "格式: (X, Y, Z)." +#, fuzzy +msgid "Generate Normalmaps" +msgstr "产生法线贴图" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"格式: , , (, , ), , , " -"" +#, fuzzy +msgid "Mipmap" +msgstr "贴图处理" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "游戏" - -#: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." +msgid "Mipmap + Aniso. Filter" msgstr "" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "请输入 flag, 多个 flag 以半角逗号分隔." +#, fuzzy +msgid "No Filter" +msgstr "各向异性过滤" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "请输入一个整数类型." +#, fuzzy +msgid "No Mipmap" +msgstr "贴图处理" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "请输入一个合法的数字." +msgid "No!!!" +msgstr "不!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "可设置的 flag: " +#, fuzzy +msgid "Node Highlighting" +msgstr "平滑光照" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "无" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "回复初始设置" +#, fuzzy +msgid "Opaque Leaves" +msgstr "不透明的水" #: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "选择路径" +msgid "Opaque Water" +msgstr "不透明的水" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "视差贴图" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "设置" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "显示高级设置" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "着色器" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "这个值必须大于 $1." +#, fuzzy +msgid "Simple Leaves" +msgstr "摇动的叶子" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "这个值必须小于 $1." +#, fuzzy +msgid "Smooth Lighting" +msgstr "平滑光照" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "启用着色器需要使用OpenGL驱动。" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "触控阈值(像素)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "三线性过滤" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "摇动的叶子" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "摇动的植物" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "摇动的水" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -524,10 +681,6 @@ msgstr "单人游戏" msgid "No information available" msgstr "无资料可得" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "无" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "选择材质包:" @@ -552,10 +705,6 @@ msgstr "初始化节点中" msgid "Initializing nodes..." msgstr "初始化节点..." -#: src/client.cpp -msgid "Item textures..." -msgstr "物品材质..." - #: src/client.cpp msgid "Loading textures..." msgstr "载入材质..." @@ -1150,6 +1299,15 @@ msgstr "X键2" msgid "Zoom" msgstr "缩放" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1174,7 +1332,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" #: src/settings_translation_file.cpp @@ -1230,6 +1389,10 @@ msgstr "" msgid "Advanced" msgstr "高级联机设置" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "" @@ -1238,6 +1401,10 @@ msgstr "" msgid "Ambient occlusion gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "各向异性过滤" @@ -1253,6 +1420,10 @@ msgid "" "minetest.net." msgstr "" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "" @@ -1266,6 +1437,11 @@ msgstr "" msgid "Backward key" msgstr "向后" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "摇动的水" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "" @@ -1288,11 +1464,6 @@ msgstr "" msgid "Build inside player" msgstr "多人游戏" -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Bumpmapping" -msgstr "贴图处理" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "" @@ -1305,6 +1476,18 @@ msgstr "" msgid "Camera update toggle key" msgstr "" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Chat key" @@ -1315,6 +1498,29 @@ msgstr "改变键位设置" msgid "Chat toggle key" msgstr "改变键位设置" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "" @@ -1371,6 +1577,12 @@ msgid "" "functions even when mod security is on (via request_insecure_environment())." msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Command key" @@ -1431,10 +1643,30 @@ msgid "" "When snowbiomes are enabled 'mgv6_freq_desert' is ignored." msgstr "" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "" @@ -1524,6 +1756,14 @@ msgstr "" msgid "Deprecated Lua API handling" msgstr "" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "" @@ -1546,6 +1786,13 @@ msgstr "" msgid "Detailed mod profiling" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Disable anticheat" @@ -1578,12 +1825,9 @@ msgid "Dump the mapgen debug infos." msgstr "" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" +#, fuzzy +msgid "Enable VBO" +msgstr "启用MOD包" #: src/settings_translation_file.cpp #, fuzzy @@ -1598,10 +1842,6 @@ msgstr "" msgid "Enable random user input (only used for testing)." msgstr "" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1632,6 +1872,10 @@ msgid "" "Ignored if bind_address is set." msgstr "" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1644,6 +1888,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "开启伤害风险" + #: src/settings_translation_file.cpp #, fuzzy msgid "Enables minimap." @@ -1732,6 +1981,14 @@ msgid "" "the Multiplayer Tab." msgstr "" +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Filtered textures can blend RGB values with fully-transparent neighbors,\n" @@ -1844,6 +2101,10 @@ msgstr "" msgid "Gamma" msgstr "" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Generate normalmaps" @@ -1852,10 +2113,11 @@ msgstr "产生法线贴图" #: src/settings_translation_file.cpp msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" #: src/settings_translation_file.cpp @@ -1866,6 +2128,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "MODS" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1878,6 +2145,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1891,7 +2162,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1916,6 +2187,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2009,6 +2284,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Inventory key" @@ -2028,47 +2307,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2083,7 +2351,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2097,7 +2365,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2294,6 +2562,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2397,36 +2673,26 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." @@ -2467,6 +2733,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "地图生成器" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2489,6 +2760,59 @@ msgstr "地图生成器" msgid "Mapgen flags" msgstr "地图生成器" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "地图生成器" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "地图生成器" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "地图生成器" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "视差贴图" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "地图生成器" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Mapgen fractal" @@ -2508,26 +2832,14 @@ msgstr "" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal flags" +msgid "Mapgen fractal fractal" msgstr "地图生成器" #: src/settings_translation_file.cpp #, fuzzy -msgid "Mapgen fractal julia iterations" +msgid "Mapgen fractal iterations" msgstr "视差贴图" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2545,25 +2857,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "地图生成器" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "地图生成器" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "地图生成器" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2712,6 +3023,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2740,14 +3063,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2840,6 +3155,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2856,13 +3175,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp #, fuzzy msgid "Mipmapping" @@ -2940,10 +3252,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2964,6 +3272,10 @@ msgstr "" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3004,10 +3316,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "视差贴图" - #: src/settings_translation_file.cpp #, fuzzy msgid "Parallax occlusion" @@ -3079,19 +3387,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -#, fuzzy -msgid "Preload inventory textures" -msgstr "载入中..." - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3115,6 +3410,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3145,6 +3444,22 @@ msgstr "右菜单" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3271,10 +3586,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "着色器" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3300,6 +3611,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Smooth lighting" @@ -3357,16 +3672,35 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Texture path" msgstr "材质包" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3438,6 +3772,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "贴图处理" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3509,17 +3848,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3528,6 +3883,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3537,11 +3898,7 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp @@ -3549,14 +3906,23 @@ msgstr "" msgid "Volume" msgstr "音量" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp #, fuzzy msgid "Walking speed" msgstr "摇动的叶子" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "物品材质..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3671,6 +4037,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3681,6 +4051,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3693,97 +4071,93 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "你确定要重置您的单人世界吗?" +#, fuzzy +#~ msgid "If disabled " +#~ msgstr "禁用MOD包" #, fuzzy -#~ msgid "Fancy Leaves" -#~ msgstr "花式树" +#~ msgid "If enabled, " +#~ msgstr "启用" -#~ msgid "No!!!" -#~ msgstr "不!!!" +#~ msgid "Restart minetest for driver change to take effect" +#~ msgstr "重启minetest让驱动变化生效" -#, fuzzy -#~ msgid "Opaque Leaves" -#~ msgstr "不透明的水" +#~ msgid "Game Name" +#~ msgstr "游戏名" -#~ msgid "Opaque Water" -#~ msgstr "不透明的水" +#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" +#~ msgstr "游戏管理: 无法复制MOD“$1”到游戏“$2”" -#, fuzzy -#~ msgid "Reset singleplayer world" -#~ msgstr "重置单人游戏" +#~ msgid "GAMES" +#~ msgstr "游戏" -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "菜单元素应用缩放因子" +#~ msgid "Mods:" +#~ msgstr "MODS:" -#, fuzzy -#~ msgid "Simple Leaves" -#~ msgstr "摇动的叶子" +#~ msgid "new game" +#~ msgstr "新建游戏" -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "启用着色器需要使用OpenGL驱动。" +#~ msgid "EDIT GAME" +#~ msgstr "编辑游戏" -#~ msgid "Touch free target" -#~ msgstr "自由触摸目标" +#~ msgid "Remove selected mod" +#~ msgstr "删除选中MOD" -#~ msgid "Touchthreshold (px)" -#~ msgstr "触控阈值(像素)" +#~ msgid "<<-- Add mod" +#~ msgstr "<<-- 添加MOD" -#, fuzzy -#~ msgid "Downloading" -#~ msgstr "下载中" +#~ msgid "CLIENT" +#~ msgstr "客户端" -#~ msgid " KB/s" -#~ msgstr "千字节/秒" +#~ msgid "Favorites:" +#~ msgstr "最爱的服务器:" -#~ msgid " MB/s" -#~ msgstr "兆字节/秒" +#~ msgid "START SERVER" +#~ msgstr "启动服务器" -#~ msgid "Left click: Move all items, Right click: Move single item" -#~ msgstr "左键:移动所有物品,右键:移动单个物品" +#~ msgid "Name" +#~ msgstr "名字" -#~ msgid "is required by:" -#~ msgstr "被需要:" +#~ msgid "Password" +#~ msgstr "密码" -#~ msgid "Configuration saved. " -#~ msgstr "配置已保存。 " +#~ msgid "SETTINGS" +#~ msgstr "设置" -#~ msgid "Warning: Configuration not consistent. " -#~ msgstr "警告:配置不一致。 " +#~ msgid "Preload item visuals" +#~ msgstr "预先加载物品图像" -#~ msgid "Cannot create world: Name contains invalid characters" -#~ msgstr "无法创建世界:名字包含非法字符" +#~ msgid "Finite Liquid" +#~ msgstr "液体有限延伸" -#~ msgid "Show Public" -#~ msgstr "显示公共" +#~ msgid "SINGLE PLAYER" +#~ msgstr "单人游戏" -#~ msgid "Show Favorites" -#~ msgstr "显示最爱" +#~ msgid "TEXTURE PACKS" +#~ msgstr "材质包" -#~ msgid "Leave address blank to start a local server." -#~ msgstr "地址栏留空可启动本地服务器。" +#~ msgid "MODS" +#~ msgstr "MODS" -#~ msgid "Create world" -#~ msgstr "创造世界" +#~ msgid "Add mod:" +#~ msgstr "添加MOD:" -#~ msgid "Address required." -#~ msgstr "需要地址。" +#~ msgid "Local install" +#~ msgstr "本地安装" -#~ msgid "Cannot delete world: Nothing selected" -#~ msgstr "无法删除世界:没有选择世界" +#~ msgid "" +#~ "Warning: Some mods are not configured yet.\n" +#~ "They will be enabled by default when you save the configuration. " +#~ msgstr "" +#~ "警告:一些MOD仍未设定。\n" +#~ "它们会在你保存配置的时候自动启用。 " -#~ msgid "Files to be deleted" -#~ msgstr "将被删除的文件" - -#~ msgid "Cannot create world: No games found" -#~ msgstr "无法创造世界:未找到游戏模式" - -#~ msgid "Cannot configure world: Nothing selected" -#~ msgstr "无法配置世界:没有选择世界" - -#~ msgid "Failed to delete all world files" -#~ msgstr "无法删除所有该世界的文件" +#~ msgid "" +#~ "Warning: Some configured mods are missing.\n" +#~ "Their setting will be removed when you save the configuration. " +#~ msgstr "" +#~ "警告:缺少一些设定了的MOD。\n" +#~ "它们的设置会在你保存配置的时候被移除。 " #~ msgid "" #~ "Default Controls:\n" @@ -3811,90 +4185,71 @@ msgstr "" #~ "ESC:菜单\n" #~ "T:聊天\n" -#~ msgid "" -#~ "Warning: Some configured mods are missing.\n" -#~ "Their setting will be removed when you save the configuration. " -#~ msgstr "" -#~ "警告:缺少一些设定了的MOD。\n" -#~ "它们的设置会在你保存配置的时候被移除。 " +#~ msgid "Failed to delete all world files" +#~ msgstr "无法删除所有该世界的文件" -#~ msgid "" -#~ "Warning: Some mods are not configured yet.\n" -#~ "They will be enabled by default when you save the configuration. " -#~ msgstr "" -#~ "警告:一些MOD仍未设定。\n" -#~ "它们会在你保存配置的时候自动启用。 " +#~ msgid "Cannot configure world: Nothing selected" +#~ msgstr "无法配置世界:没有选择世界" -#~ msgid "Local install" -#~ msgstr "本地安装" +#~ msgid "Cannot create world: No games found" +#~ msgstr "无法创造世界:未找到游戏模式" -#~ msgid "Add mod:" -#~ msgstr "添加MOD:" +#~ msgid "Files to be deleted" +#~ msgstr "将被删除的文件" -#~ msgid "MODS" -#~ msgstr "MODS" +#~ msgid "Cannot delete world: Nothing selected" +#~ msgstr "无法删除世界:没有选择世界" -#~ msgid "TEXTURE PACKS" -#~ msgstr "材质包" +#~ msgid "Address required." +#~ msgstr "需要地址。" -#~ msgid "SINGLE PLAYER" -#~ msgstr "单人游戏" +#~ msgid "Create world" +#~ msgstr "创造世界" -#~ msgid "Finite Liquid" -#~ msgstr "液体有限延伸" +#~ msgid "Leave address blank to start a local server." +#~ msgstr "地址栏留空可启动本地服务器。" -#~ msgid "Preload item visuals" -#~ msgstr "预先加载物品图像" +#~ msgid "Show Favorites" +#~ msgstr "显示最爱" -#~ msgid "SETTINGS" -#~ msgstr "设置" +#~ msgid "Show Public" +#~ msgstr "显示公共" -#~ msgid "Password" -#~ msgstr "密码" +#~ msgid "Cannot create world: Name contains invalid characters" +#~ msgstr "无法创建世界:名字包含非法字符" -#~ msgid "Name" -#~ msgstr "名字" +#~ msgid "Warning: Configuration not consistent. " +#~ msgstr "警告:配置不一致。 " -#~ msgid "START SERVER" -#~ msgstr "启动服务器" +#~ msgid "Configuration saved. " +#~ msgstr "配置已保存。 " -#~ msgid "Favorites:" -#~ msgstr "最爱的服务器:" +#~ msgid "is required by:" +#~ msgstr "被需要:" -#~ msgid "CLIENT" -#~ msgstr "客户端" +#~ msgid "Left click: Move all items, Right click: Move single item" +#~ msgstr "左键:移动所有物品,右键:移动单个物品" -#~ msgid "<<-- Add mod" -#~ msgstr "<<-- 添加MOD" +#~ msgid " MB/s" +#~ msgstr "兆字节/秒" -#~ msgid "Remove selected mod" -#~ msgstr "删除选中MOD" - -#~ msgid "EDIT GAME" -#~ msgstr "编辑游戏" - -#~ msgid "new game" -#~ msgstr "新建游戏" - -#~ msgid "Mods:" -#~ msgstr "MODS:" - -#~ msgid "GAMES" -#~ msgstr "游戏" - -#~ msgid "Gamemgr: Unable to copy mod \"$1\" to game \"$2\"" -#~ msgstr "游戏管理: 无法复制MOD“$1”到游戏“$2”" - -#~ msgid "Game Name" -#~ msgstr "游戏名" - -#~ msgid "Restart minetest for driver change to take effect" -#~ msgstr "重启minetest让驱动变化生效" +#~ msgid " KB/s" +#~ msgstr "千字节/秒" #, fuzzy -#~ msgid "If enabled, " -#~ msgstr "启用" +#~ msgid "Downloading" +#~ msgstr "下载中" + +#~ msgid "Touch free target" +#~ msgstr "自由触摸目标" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "菜单元素应用缩放因子" #, fuzzy -#~ msgid "If disabled " -#~ msgstr "禁用MOD包" +#~ msgid "Reset singleplayer world" +#~ msgstr "重置单人游戏" + +#, fuzzy +#~ msgid "Preload inventory textures" +#~ msgstr "载入中..." diff --git a/po/zh_TW/minetest.po b/po/zh_TW/minetest.po index ddbc1e3d1..e47f4a765 100644 --- a/po/zh_TW/minetest.po +++ b/po/zh_TW/minetest.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-08 21:23+0100\n" +"POT-Creation-Date: 2016-02-27 05:49+0100\n" "PO-Revision-Date: 2015-12-10 08:13+0000\n" "Last-Translator: Jeff Huang \n" -"Language-Team: Chinese (Taiwan) " -"\n" +"Language-Team: Chinese (Taiwan) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,8 +72,9 @@ msgid "We support protocol versions between version $1 and $2." msgstr "我們支援協定版本 $1 到 $2。" #: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/dlg_create_world.lua -#: builtin/mainmenu/dlg_rename_modpack.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp src/keycode.cpp +#: builtin/mainmenu/dlg_rename_modpack.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp +#: src/keycode.cpp msgid "Cancel" msgstr "取消" @@ -113,8 +114,8 @@ msgstr "隱藏 mp 內容" msgid "Mod:" msgstr "Mod:" -#: builtin/mainmenu/dlg_config_world.lua builtin/mainmenu/tab_settings.lua -#: src/guiKeyChangeMenu.cpp +#: builtin/mainmenu/dlg_config_world.lua +#: builtin/mainmenu/dlg_settings_advanced.lua src/guiKeyChangeMenu.cpp msgid "Save" msgstr "儲存" @@ -187,6 +188,7 @@ msgid "No of course not!" msgstr "不,絕對不是!" #: builtin/mainmenu/dlg_delete_mod.lua builtin/mainmenu/dlg_delete_world.lua +#: builtin/mainmenu/tab_settings.lua msgid "Yes" msgstr "是" @@ -206,6 +208,94 @@ msgstr "接受" msgid "Rename Modpack:" msgstr "重新命名 Mod 包:" +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "\"$1\" is not a valid flag." +msgstr "「$1」不是一個有效的旗標。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "(No description of setting given)" +msgstr "(這個設定沒有描述可用)" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "< Back to Settings page" +msgstr "" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Browse" +msgstr "瀏覽" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Disabled" +msgstr "已停用" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Edit" +msgstr "編輯" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Enabled" +msgstr "已啟用" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Format is 3 numbers separated by commas and inside brackets." +msgstr "格式為 3 個在括號內的以逗號分離的數字。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "" +"Format: , , (, , ), , " +", " +msgstr "" +"格式:<偏移>, <尺寸>, (<寬度 X>, <寬度 Y>, <寬度 Z>), <種子>, <八進位>, <持續" +"性>" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Games" +msgstr "遊戲" + +#: builtin/mainmenu/dlg_settings_advanced.lua builtin/mainmenu/tab_mods.lua +msgid "Mods" +msgstr "Mods" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Optionally the lacunarity can be appended with a leading comma." +msgstr "選擇性的空隙度可以以一個逗號開頭附加。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a comma seperated list of flags." +msgstr "請輸入逗號以分離各項旗標。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid integer." +msgstr "請輸入有效的整數。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Please enter a valid number." +msgstr "請輸入有效的數字。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Possible values are: " +msgstr "可能的值為: " + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Restore Default" +msgstr "恢復預設值" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Select path" +msgstr "選取路徑" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "Show technical names" +msgstr "顯示技術名稱" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be greater than $1." +msgstr "值必須大於 $1。" + +#: builtin/mainmenu/dlg_settings_advanced.lua +msgid "The value must be lower than $1." +msgstr "值必須低於 $1。" + #: builtin/mainmenu/modmgr.lua msgid "" "\n" @@ -298,10 +388,6 @@ msgstr "已安裝的 Mod:" msgid "Mod information:" msgstr "Mod 資訊:" -#: builtin/mainmenu/tab_mods.lua builtin/mainmenu/tab_settings.lua -msgid "Mods" -msgstr "Mods" - #: builtin/mainmenu/tab_mods.lua msgid "No mod description available" msgstr "找不到 mod 描述" @@ -414,92 +500,157 @@ msgid "Start Game" msgstr "開始遊戲" #: builtin/mainmenu/tab_settings.lua -msgid "\"$1\" is not a valid flag." -msgstr "「$1」不是一個有效的旗標。" +msgid "2x" +msgstr "2x" #: builtin/mainmenu/tab_settings.lua -msgid "(No description of setting given)" -msgstr "(這個設定沒有描述可用)" +#, fuzzy +msgid "3D Clouds" +msgstr "3D 雲朵" #: builtin/mainmenu/tab_settings.lua -msgid "Browse" -msgstr "瀏覽" +msgid "4x" +msgstr "4x" + +#: builtin/mainmenu/tab_settings.lua +msgid "8x" +msgstr "8x" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Advanced Settings" +msgstr "設定" + +#: builtin/mainmenu/tab_settings.lua +msgid "Antialiasing:" +msgstr "反鋸齒:" + +#: builtin/mainmenu/tab_settings.lua +msgid "Are you sure to reset your singleplayer world?" +msgstr "您確定要要重置您的單人遊戲世界嗎?" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Bilinear Filter" +msgstr "雙線性過濾器" + +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Bumpmapping" +msgstr "映射貼圖" #: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "變更按鍵" #: builtin/mainmenu/tab_settings.lua -msgid "Disabled" -msgstr "已停用" +#, fuzzy +msgid "Connected Glass" +msgstr "連接玻璃" #: builtin/mainmenu/tab_settings.lua -msgid "Edit" -msgstr "編輯" +#, fuzzy +msgid "Enable Particles" +msgstr "啟用全部" #: builtin/mainmenu/tab_settings.lua -msgid "Enabled" -msgstr "已啟用" +msgid "Fancy Leaves" +msgstr "華麗葉子" #: builtin/mainmenu/tab_settings.lua -msgid "Format is 3 numbers separated by commas and inside brackets." -msgstr "格式為 3 個在括號內的以逗號分離的數字。" +#, fuzzy +msgid "Generate Normalmaps" +msgstr "生成一般地圖" #: builtin/mainmenu/tab_settings.lua -msgid "" -"Format: , , (, , ), , " -", " -msgstr "" -"格式:<偏移>, <尺寸>, (<寬度 X>, <寬度 Y>, <寬度 Z>), <種子>, <八進位>, <持續" -"性>" +msgid "Mipmap" +msgstr "Mip 貼圖" #: builtin/mainmenu/tab_settings.lua -msgid "Games" -msgstr "遊戲" +msgid "Mipmap + Aniso. Filter" +msgstr "Mip 貼圖 + Aniso. 過濾器" #: builtin/mainmenu/tab_settings.lua -msgid "Optionally the lacunarity can be appended with a leading comma." -msgstr "選擇性的空隙度可以以一個逗號開頭附加。" +#, fuzzy +msgid "No Filter" +msgstr "過濾器" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a comma seperated list of flags." -msgstr "請輸入逗號以分離各項旗標。" +msgid "No Mipmap" +msgstr "無 Mip 貼圖" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid integer." -msgstr "請輸入有效的整數。" +msgid "No!!!" +msgstr "否!!!" #: builtin/mainmenu/tab_settings.lua -msgid "Please enter a valid number." -msgstr "請輸入有效的數字。" +#, fuzzy +msgid "Node Highlighting" +msgstr "突顯節點" + +#: builtin/mainmenu/tab_settings.lua builtin/mainmenu/tab_texturepacks.lua +msgid "None" +msgstr "無" #: builtin/mainmenu/tab_settings.lua -msgid "Possible values are: " -msgstr "可能的值為: " +msgid "Opaque Leaves" +msgstr "不透明葉子" #: builtin/mainmenu/tab_settings.lua -msgid "Restore Default" -msgstr "恢復預設值" +msgid "Opaque Water" +msgstr "不透明水" -#: builtin/mainmenu/tab_settings.lua -msgid "Select path" -msgstr "選取路徑" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Parallax Occlusion" +msgstr "視差遮蔽" #: builtin/mainmenu/tab_settings.lua msgid "Settings" msgstr "設定" -#: builtin/mainmenu/tab_settings.lua -msgid "Show technical names" -msgstr "顯示技術名稱" +#: builtin/mainmenu/tab_settings.lua src/settings_translation_file.cpp +msgid "Shaders" +msgstr "著色器" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be greater than $1." -msgstr "值必須大於 $1。" +msgid "Simple Leaves" +msgstr "簡易葉子" #: builtin/mainmenu/tab_settings.lua -msgid "The value must be lower than $1." -msgstr "值必須低於 $1。" +#, fuzzy +msgid "Smooth Lighting" +msgstr "平滑光" + +#: builtin/mainmenu/tab_settings.lua +msgid "Texturing:" +msgstr "紋理:" + +#: builtin/mainmenu/tab_settings.lua +msgid "To enable shaders the OpenGL driver needs to be used." +msgstr "要啟用著色器,必須使用 OpenGL 驅動程式。" + +#: builtin/mainmenu/tab_settings.lua +msgid "Touchthreshold (px)" +msgstr "碰觸限值(像素)" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Trilinear Filter" +msgstr "三線性過濾器" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Leaves" +msgstr "葉子擺動" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Plants" +msgstr "植物擺動" + +#: builtin/mainmenu/tab_settings.lua +#, fuzzy +msgid "Waving Water" +msgstr "波動的水" #: builtin/mainmenu/tab_simple_main.lua msgid "Config mods" @@ -525,10 +676,6 @@ msgstr "單人遊戲" msgid "No information available" msgstr "不提供資訊" -#: builtin/mainmenu/tab_texturepacks.lua -msgid "None" -msgstr "無" - #: builtin/mainmenu/tab_texturepacks.lua msgid "Select texture pack:" msgstr "選取材質包:" @@ -553,10 +700,6 @@ msgstr "正在初始化節點" msgid "Initializing nodes..." msgstr "正在初始化節點..." -#: src/client.cpp -msgid "Item textures..." -msgstr "物品材質..." - #: src/client.cpp msgid "Loading textures..." msgstr "正在載入材質..." @@ -1151,6 +1294,15 @@ msgstr "X 按鈕 2" msgid "Zoom" msgstr "縮放" +#: src/settings_translation_file.cpp +msgid "" +"(X,Y,Z) offset of fractal from world centre in units of 'scale'.\n" +"Used to move a suitable spawn area of low land close to (0, 0).\n" +"The default is suitable for mandelbrot sets, it needs to be edited for julia " +"sets.\n" +"Range roughly -2 to 2. Multiply by 'scale' for offset in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "0 = parallax occlusion with slope information (faster).\n" @@ -1168,6 +1320,7 @@ msgid "3D mode" msgstr "3D 模式" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "3D support.\n" "Currently supported:\n" @@ -1175,7 +1328,8 @@ msgid "" "- anaglyph: cyan/magenta color 3d.\n" "- interlaced: odd/even line based polarisation screen support.\n" "- topbottom: split screen top/bottom.\n" -"- sidebyside: split screen side by side." +"- sidebyside: split screen side by side.\n" +"- pageflip: quadbuffer based 3d." msgstr "" "3D 支援。\n" "目前已支援:\n" @@ -1245,6 +1399,10 @@ msgstr "" msgid "Advanced" msgstr "進階" +#: src/settings_translation_file.cpp +msgid "Altitude Chill" +msgstr "" + #: src/settings_translation_file.cpp msgid "Always fly and fast" msgstr "總是啟用飛行與快速" @@ -1253,6 +1411,10 @@ msgstr "總是啟用飛行與快速" msgid "Ambient occlusion gamma" msgstr "環境遮蔽光" +#: src/settings_translation_file.cpp +msgid "Amplifies the valleys" +msgstr "" + #: src/settings_translation_file.cpp msgid "Anisotropic filtering" msgstr "各向異性過濾" @@ -1270,6 +1432,10 @@ msgstr "" "公佈到這個伺服器列表。\n" "若您想要公佈您的 IPv6 地址,使用 serverlist_url = v6.servers.minetest.net。" +#: src/settings_translation_file.cpp +msgid "Approximate (X,Y,Z) scale of fractal in nodes." +msgstr "" + #: src/settings_translation_file.cpp msgid "Ask to reconnect after crash" msgstr "詢問是否在當機後重新連線" @@ -1282,6 +1448,11 @@ msgstr "自動回報到伺服器列表。" msgid "Backward key" msgstr "後退鍵" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Base terrain height" +msgstr "波動的水高度" + #: src/settings_translation_file.cpp msgid "Basic" msgstr "基礎" @@ -1302,10 +1473,6 @@ msgstr "全螢幕模式中的位元/像素(又稱色彩深度)。" msgid "Build inside player" msgstr "在玩家內構建" -#: src/settings_translation_file.cpp -msgid "Bumpmapping" -msgstr "映射貼圖" - #: src/settings_translation_file.cpp msgid "Camera smoothing" msgstr "攝影機平滑" @@ -1318,6 +1485,18 @@ msgstr "在電影模式中攝影機平滑" msgid "Camera update toggle key" msgstr "攝影機切換更新按鍵" +#: src/settings_translation_file.cpp +msgid "Cave noise #1" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Cave noise #2" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Caves and tunnels form at the intersection of the two noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Chat key" msgstr "聊天按鍵" @@ -1326,6 +1505,29 @@ msgstr "聊天按鍵" msgid "Chat toggle key" msgstr "聊天切換按鍵" +#: src/settings_translation_file.cpp +msgid "" +"Choice of 18 fractals from 9 formulas.\n" +"1 = 4D \"Roundy\" mandelbrot set.\n" +"2 = 4D \"Roundy\" julia set.\n" +"3 = 4D \"Squarry\" mandelbrot set.\n" +"4 = 4D \"Squarry\" julia set.\n" +"5 = 4D \"Mandy Cousin\" mandelbrot set.\n" +"6 = 4D \"Mandy Cousin\" julia set.\n" +"7 = 4D \"Variation\" mandelbrot set.\n" +"8 = 4D \"Variation\" julia set.\n" +"9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n" +"10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n" +"11 = 3D \"Christmas Tree\" mandelbrot set.\n" +"12 = 3D \"Christmas Tree\" julia set.\n" +"13 = 3D \"Mandelbulb\" mandelbrot set.\n" +"14 = 3D \"Mandelbulb\" julia set.\n" +"15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n" +"16 = 3D \"Cosine Mandelbulb\" julia set.\n" +"17 = 4D \"Mandelbulb\" mandelbrot set.\n" +"18 = 4D \"Mandelbulb\" julia set." +msgstr "" + #: src/settings_translation_file.cpp msgid "Chunk size" msgstr "方塊大小" @@ -1382,6 +1584,12 @@ msgstr "" "受信任的 Mod 列表,以逗號分隔,其可存取不安全的\n" "功能,即便 mod 安全性是(經由 request_insecure_environment())。" +#: src/settings_translation_file.cpp +msgid "" +"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"allow them to upload and download data to/from the internet." +msgstr "" + #: src/settings_translation_file.cpp msgid "Command key" msgstr "指令按鍵" @@ -1439,10 +1647,30 @@ msgstr "" "控制在 Mapgen v6 中的沙漠與沙灘大小。\n" "當 snowbiomes 啟用時「mgv6_freq_desert」會被忽略。" +#: src/settings_translation_file.cpp +msgid "Controls steepness/depth of lake depressions." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Controls steepness/height of hills." +msgstr "" + #: src/settings_translation_file.cpp msgid "Crash message" msgstr "當機訊息" +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable lava features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Creates unpredictable water features in caves.\n" +"These can make mining difficult. Zero disables them. (0-10)" +msgstr "" + #: src/settings_translation_file.cpp msgid "Crosshair alpha" msgstr "十字 alpha 值" @@ -1535,6 +1763,14 @@ msgstr "顯示工具提示前的延遲,以毫秒計算。" msgid "Deprecated Lua API handling" msgstr "不推薦使用 Lua API 處理" +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find large caves." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Depth below which you'll find massive caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "Descending speed" msgstr "遞減速度" @@ -1557,6 +1793,13 @@ msgstr "詳細的 mod 檔案資料。對 mod 開發者很有用。" msgid "Detailed mod profiling" msgstr "詳細的 mod 檔案" +#: src/settings_translation_file.cpp +msgid "" +"Determines terrain shape.\n" +"The 3 numbers in brackets control the scale of the\n" +"terrain, the 3 numbers should be identical." +msgstr "" + #: src/settings_translation_file.cpp msgid "Disable anticheat" msgstr "停用反作弊" @@ -1586,15 +1829,9 @@ msgid "Dump the mapgen debug infos." msgstr "轉儲 mapgen 的除錯資訊。" #: src/settings_translation_file.cpp -msgid "" -"Enable a bit lower water surface, so it doesn't \"fill\" the node " -"completely.\n" -"Note that this is not quite optimized and that smooth lighting on the\n" -"water surface doesn't work with this." -msgstr "" -"啟用略低的的水面,所以它就不會完全「填滿」節點。\n" -"注意,這個功能並未最佳化完成,水面的\n" -"柔和光功能無法與此功能一同運作。" +#, fuzzy +msgid "Enable VBO" +msgstr "啟用 MP" #: src/settings_translation_file.cpp msgid "Enable mod security" @@ -1608,10 +1845,6 @@ msgstr "啟用玩家傷害及瀕死。" msgid "Enable random user input (only used for testing)." msgstr "啟用隨機使用者輸入(僅供測試使用)。" -#: src/settings_translation_file.cpp -msgid "Enable selection highlighting for nodes (disables selectionbox)." -msgstr "啟用節點選擇突顯(停用選取框)。" - #: src/settings_translation_file.cpp msgid "" "Enable smooth lighting with simple ambient occlusion.\n" @@ -1653,6 +1886,10 @@ msgstr "" "IPv6 客戶端才能連線,取決於系統設定。\n" "當 bind_address 被設定時將會被忽略。" +#: src/settings_translation_file.cpp +msgid "Enables animation of inventory items." +msgstr "" + #: src/settings_translation_file.cpp msgid "" "Enables bumpmapping for textures. Normalmaps need to be supplied by the " @@ -1668,6 +1905,11 @@ msgstr "" msgid "Enables caching of facedir rotated meshes." msgstr "啟用面旋轉方向的網格快取。" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Enables filmic tone mapping" +msgstr "啟用小地圖。" + #: src/settings_translation_file.cpp msgid "Enables minimap." msgstr "啟用小地圖。" @@ -1760,7 +2002,16 @@ msgstr "以度計算的視野。" msgid "" "File in client/serverlist/ that contains your favorite servers displayed in " "the Multiplayer Tab." -msgstr "在 客戶端/伺服器清單/ 中的檔案包含了顯示在多人遊戲分頁中您最愛的伺服器。" +msgstr "" +"在 客戶端/伺服器清單/ 中的檔案包含了顯示在多人遊戲分頁中您最愛的伺服器。" + +#: src/settings_translation_file.cpp +msgid "Filler Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Filmic tone mapping" +msgstr "" #: src/settings_translation_file.cpp msgid "" @@ -1874,17 +2125,23 @@ msgstr "圖形使用者介面縮放比例過濾器 txr2img" msgid "Gamma" msgstr "Gamma" +#: src/settings_translation_file.cpp +msgid "General" +msgstr "" + #: src/settings_translation_file.cpp msgid "Generate normalmaps" msgstr "生成一般地圖" #: src/settings_translation_file.cpp +#, fuzzy msgid "" "Global map generation attributes.\n" +"In Mapgen v6 the 'decorations' flag controls all decorations except trees\n" +"and junglegrass, in all other mapgens this flag controls all decorations.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" -"Flags starting with \"no\" are used to explicitly disable them.\n" -"'trees' and 'flat' flags only have effect in mgv6." +"Flags starting with \"no\" are used to explicitly disable them." msgstr "" "全域地圖產生屬性。\n" "未在旗標字串中指定的旗標將不會自預設值修改。\n" @@ -1899,6 +2156,11 @@ msgstr "" msgid "Gravity" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "HTTP Mods" +msgstr "Mods" + #: src/settings_translation_file.cpp msgid "HUD toggle key" msgstr "" @@ -1911,6 +2173,10 @@ msgid "" "- error: abort on usage of deprecated call (suggested for mod developers)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Height component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Height on which clouds are appearing." msgstr "" @@ -1924,7 +2190,7 @@ msgid "Homepage of server, to be displayed in the serverlist." msgstr "" #: src/settings_translation_file.cpp -msgid "Horizontal initial window size." +msgid "How deep to make rivers" msgstr "" #: src/settings_translation_file.cpp @@ -1949,6 +2215,10 @@ msgid "" "Higher value is smoother, but will use more RAM." msgstr "" +#: src/settings_translation_file.cpp +msgid "How wide to make rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "IPv6" msgstr "" @@ -2041,6 +2311,10 @@ msgstr "" msgid "Interval of sending time of day to clients." msgstr "" +#: src/settings_translation_file.cpp +msgid "Inventory items animations" +msgstr "" + #: src/settings_translation_file.cpp msgid "Inventory key" msgstr "物品欄按鍵" @@ -2059,47 +2333,36 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by j_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Julia set: Approximate (X,Y,Z) scales in nodes." +"Iterations of the recursive function.\n" +"Controls the amount of fine detail." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: W co-ordinate of the generated 3D slice of the 4D shape.\n" +"Julia set only: W component of hypercomplex constant determining julia " +"shape.\n" +"Has no effect on 3D fractals.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: W value determining the 4D shape.\n" +"Julia set only: X component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: X value determining the 4D shape.\n" +"Julia set only: Y component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" #: src/settings_translation_file.cpp msgid "" -"Julia set: Y value determining the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Julia set: Z value determining the 4D shape.\n" +"Julia set only: Z component of hypercomplex constant determining julia " +"shape.\n" "Range roughly -2 to 2." msgstr "" @@ -2113,7 +2376,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for decreasing the viewing range. Modifies the minimum viewing range.\n" +"Key for decreasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2127,7 +2390,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for increasing the viewing range. Modifies the minimum viewing range.\n" +"Key for increasing the viewing range.\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -2324,6 +2587,14 @@ msgstr "" msgid "Language" msgstr "" +#: src/settings_translation_file.cpp +msgid "Large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Lava Features" +msgstr "" + #: src/settings_translation_file.cpp msgid "Leaves style" msgstr "" @@ -2424,40 +2695,40 @@ msgstr "" msgid "Makes DirectX work with LuaJIT. Disable if it causes troubles." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: (X,Y,Z) offsets from world centre.\n" -"Range roughly -2 to 2, multiply by m_scale for offsets in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mandelbrot set: Approximate (X,Y,Z) scales in nodes." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: Iterations of the recursive function.\n" -"Controls scale of finest detail." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "" -"Mandelbrot set: W co-ordinate of the generated 3D slice of the 4D shape.\n" -"Range roughly -2 to 2." -msgstr "" - #: src/settings_translation_file.cpp msgid "Map directory" msgstr "" #: src/settings_translation_file.cpp +#, fuzzy msgid "" -"Map generation attributes specific to Mapgen fractal.\n" -"'julia' selects a julia set to be generated instead of a mandelbrot set.\n" +"Map generation attributes specific to Mapgen Valleys.\n" +"Flags that are not specified in the flag string are not modified from the " +"default.\n" +"Flags starting with \"no\" are used to explicitly disable them.\n" +"\"altitude_chill\" makes higher elevations colder, which may cause biome " +"issues.\n" +"\"humid_rivers\" modifies the humidity around rivers and in areas where " +"water would tend to pool. It may interfere with delicately adjusted biomes." +msgstr "" +"全域地圖產生屬性。\n" +"未在旗標字串中指定的旗標將不會自預設值修改。\n" +"以「no」開頭的旗標字串將會用於明確的停用它們。\n" +"「trees」與「flat」旗標只在 mgv6 有效。" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "" +"Map generation attributes specific to Mapgen flat.\n" +"Occasional lakes and hills added to the flat world.\n" "Flags that are not specified in the flag string are not modified from the " "default.\n" "Flags starting with \"no\" are used to explicitly disable them." msgstr "" +"全域地圖產生屬性。\n" +"未在旗標字串中指定的旗標將不會自預設值修改。\n" +"以「no」開頭的旗標字串將會用於明確的停用它們。\n" +"「trees」與「flat」旗標只在 mgv6 有效。" #: src/settings_translation_file.cpp msgid "" @@ -2494,6 +2765,11 @@ msgstr "" msgid "Mapblock unload timeout" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen Valleys" +msgstr "地圖產生器名稱" + #: src/settings_translation_file.cpp msgid "Mapgen biome heat noise parameters" msgstr "" @@ -2514,6 +2790,59 @@ msgstr "地圖產生器除錯" msgid "Mapgen flags" msgstr "地圖產生器旗標" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat" +msgstr "地圖產生器旗標" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave1 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat cave2 noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat filler depth noise parameters" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat flags" +msgstr "地圖產生器分形旗標" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat ground level" +msgstr "地圖產生器旗標" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill steepness" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat hill threshold" +msgstr "" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake steepness" +msgstr "地圖產生器分形朱麗亞迭代" + +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen flat lake threshold" +msgstr "地圖產生器分形旗標" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat large cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Mapgen flat terrain noise parameters" +msgstr "" + #: src/settings_translation_file.cpp msgid "Mapgen fractal" msgstr "地圖產生器分形" @@ -2531,25 +2860,15 @@ msgid "Mapgen fractal filler depth noise parameters" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal flags" +#, fuzzy +msgid "Mapgen fractal fractal" msgstr "地圖產生器分形旗標" #: src/settings_translation_file.cpp -msgid "Mapgen fractal julia iterations" +#, fuzzy +msgid "Mapgen fractal iterations" msgstr "地圖產生器分形朱麗亞迭代" -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal julia slice w" -msgstr "" - #: src/settings_translation_file.cpp msgid "Mapgen fractal julia w" msgstr "" @@ -2567,25 +2886,24 @@ msgid "Mapgen fractal julia z" msgstr "" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot iterations" -msgstr "" +#, fuzzy +msgid "Mapgen fractal offset" +msgstr "地圖產生器分形旗標" #: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot offset" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot scale" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Mapgen fractal mandelbrot slice w" -msgstr "" +#, fuzzy +msgid "Mapgen fractal scale" +msgstr "地圖產生器分形" #: src/settings_translation_file.cpp msgid "Mapgen fractal seabed noise parameters" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Mapgen fractal slice w" +msgstr "地圖產生器分形" + #: src/settings_translation_file.cpp msgid "Mapgen heat blend noise parameters" msgstr "" @@ -2730,6 +3048,18 @@ msgstr "" msgid "Mapgen v7 terrain persistation noise parameters" msgstr "" +#: src/settings_translation_file.cpp +msgid "Massive cave depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive cave noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Massive caves form here." +msgstr "" + #: src/settings_translation_file.cpp msgid "Max block generate distance" msgstr "" @@ -2758,14 +3088,6 @@ msgstr "" msgid "Maximum FPS when game is paused." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Maximum distance above water level for player spawn.\n" -"Larger values result in spawn points closer to (x = 0, z = 0).\n" -"Smaller values may result in a suitable spawn point not being found,\n" -"resulting in a spawn at (0, 0, 0) possibly buried underground." -msgstr "" - #: src/settings_translation_file.cpp msgid "Maximum forceloaded blocks" msgstr "" @@ -2857,6 +3179,10 @@ msgstr "" msgid "Message of the day displayed to players connecting." msgstr "" +#: src/settings_translation_file.cpp +msgid "Method used to highlight selected object." +msgstr "" + #: src/settings_translation_file.cpp msgid "Minimap" msgstr "" @@ -2873,13 +3199,6 @@ msgstr "" msgid "Minimum texture size for filters" msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Minimum wanted FPS.\n" -"The amount of rendered stuff is dynamically set according to this. and " -"viewing range min and max." -msgstr "" - #: src/settings_translation_file.cpp msgid "Mipmapping" msgstr "映射貼圖" @@ -2956,10 +3275,6 @@ msgid "" "This value will be overridden when starting from the main menu." msgstr "" -#: src/settings_translation_file.cpp -msgid "New style water" -msgstr "" - #: src/settings_translation_file.cpp msgid "New users need to input this password." msgstr "" @@ -2980,6 +3295,10 @@ msgstr "突顯節點" msgid "Noise parameters for biome API temperature, humidity and biome blend." msgstr "" +#: src/settings_translation_file.cpp +msgid "Noises" +msgstr "" + #: src/settings_translation_file.cpp msgid "Normalmaps sampling" msgstr "" @@ -3020,10 +3339,6 @@ msgstr "" msgid "Overall scale of parallax occlusion effect." msgstr "" -#: src/settings_translation_file.cpp -msgid "Parallax Occlusion" -msgstr "視差遮蔽" - #: src/settings_translation_file.cpp msgid "Parallax occlusion" msgstr "視差遮蔽" @@ -3088,18 +3403,6 @@ msgid "" "Note that the port field in the main menu overrides this setting." msgstr "" -#: src/settings_translation_file.cpp -msgid "" -"Pre-generate all item visuals used in the inventory.\n" -"This increases startup time, but runs smoother in-game.\n" -"The generated textures can easily exceed your VRAM, causing artifacts in the " -"inventory." -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Preload inventory textures" -msgstr "預先載入物品欄材質" - #: src/settings_translation_file.cpp msgid "Prevent mods from doing insecure things like running shell commands." msgstr "" @@ -3123,6 +3426,10 @@ msgid "" "corners." msgstr "" +#: src/settings_translation_file.cpp +msgid "Raises terrain to make valleys around the rivers" +msgstr "" + #: src/settings_translation_file.cpp msgid "Random input" msgstr "" @@ -3151,6 +3458,22 @@ msgstr "右鍵" msgid "Rightclick repetition interval" msgstr "" +#: src/settings_translation_file.cpp +msgid "River Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Noise" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River Size" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "River noise -- rivers occur close to zero" +msgstr "" + #: src/settings_translation_file.cpp msgid "Rollback recording" msgstr "" @@ -3268,10 +3591,6 @@ msgid "" "Requires shaders to be enabled." msgstr "" -#: src/settings_translation_file.cpp -msgid "Shaders" -msgstr "著色器" - #: src/settings_translation_file.cpp msgid "" "Shaders allow advanced visul effects and may increase performance on some " @@ -3297,6 +3616,10 @@ msgid "" "nodes)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Slope and fill work together to modify the heights" +msgstr "" + #: src/settings_translation_file.cpp msgid "Smooth lighting" msgstr "平滑光" @@ -3351,15 +3674,34 @@ msgstr "" msgid "Synchronous SQLite" msgstr "" +#: src/settings_translation_file.cpp +msgid "Terrain Height" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for hills.\n" +"Controls proportion of world area covered by hills.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Terrain noise threshold for lakes.\n" +"Controls proportion of world area covered by lakes.\n" +"Adjust towards 0.0 for a larger proportion." +msgstr "" + #: src/settings_translation_file.cpp msgid "Texture path" msgstr "材質路徑" #: src/settings_translation_file.cpp -msgid "" -"The allowed adjustment range for the automatic rendering range adjustment.\n" -"Set this to be equal to viewing range minimum to disable the auto-adjustment " -"algorithm." +msgid "The altitude at which temperature drops by 20C" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "The depth of dirt or other filler" msgstr "" #: src/settings_translation_file.cpp @@ -3431,6 +3773,11 @@ msgstr "" msgid "Toggle camera mode key" msgstr "" +#: src/settings_translation_file.cpp +#, fuzzy +msgid "Tone Mapping" +msgstr "映射貼圖" + #: src/settings_translation_file.cpp msgid "Tooltip delay" msgstr "" @@ -3499,17 +3846,33 @@ msgid "V-Sync" msgstr "" #: src/settings_translation_file.cpp -msgid "Vertical initial window size." +msgid "VBO" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Depth" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Fill" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Profile" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valley Slope" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Valleys C Flags" msgstr "" #: src/settings_translation_file.cpp msgid "Vertical screen synchronization." msgstr "" -#: src/settings_translation_file.cpp -msgid "Vertical spawn range" -msgstr "" - #: src/settings_translation_file.cpp msgid "Video driver" msgstr "" @@ -3518,6 +3881,12 @@ msgstr "" msgid "View bobbing" msgstr "" +#: src/settings_translation_file.cpp +msgid "" +"View distance in nodes.\n" +"Min = 20" +msgstr "" + #: src/settings_translation_file.cpp msgid "View range decrease key" msgstr "" @@ -3527,24 +3896,29 @@ msgid "View range increase key" msgstr "" #: src/settings_translation_file.cpp -msgid "Viewing range maximum" -msgstr "" - -#: src/settings_translation_file.cpp -msgid "Viewing range minimum" +msgid "Viewing range" msgstr "" #: src/settings_translation_file.cpp msgid "Volume" msgstr "音量" +#: src/settings_translation_file.cpp +msgid "" +"W co-ordinate of the generated 3D slice of a 4D fractal.\n" +"Determines which 3D slice of the 4D shape is generated.\n" +"Has no effect on 3D fractals.\n" +"Range roughly -2 to 2." +msgstr "" + #: src/settings_translation_file.cpp msgid "Walking speed" msgstr "走路速度" #: src/settings_translation_file.cpp -msgid "Wanted FPS" -msgstr "" +#, fuzzy +msgid "Water Features" +msgstr "物品材質..." #: src/settings_translation_file.cpp msgid "Water level" @@ -3652,6 +4026,10 @@ msgid "" "Whether to show the client debug info (has the same effect as hitting F5)." msgstr "" +#: src/settings_translation_file.cpp +msgid "Width component of the initial window size." +msgstr "" + #: src/settings_translation_file.cpp msgid "Width of the selectionbox's lines around nodes." msgstr "" @@ -3662,6 +4040,14 @@ msgid "" "Not needed if starting from the main menu." msgstr "" +#: src/settings_translation_file.cpp +msgid "Y of flat ground." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Y of upper limit of large pseudorandom caves." +msgstr "" + #: src/settings_translation_file.cpp msgid "cURL file download timeout" msgstr "" @@ -3674,71 +4060,39 @@ msgstr "" msgid "cURL timeout" msgstr "" -#~ msgid "Opaque Leaves" -#~ msgstr "不透明葉子" - -#~ msgid "Simple Leaves" -#~ msgstr "簡易葉子" - -#~ msgid "Fancy Leaves" -#~ msgstr "華麗葉子" - -#~ msgid "No Mipmap" -#~ msgstr "無 Mip 貼圖" - -#~ msgid "Mipmap" -#~ msgstr "Mip 貼圖" - -#~ msgid "Mipmap + Aniso. Filter" -#~ msgstr "Mip 貼圖 + Aniso. 過濾器" - -#~ msgid "2x" -#~ msgstr "2x" - -#~ msgid "4x" -#~ msgstr "4x" - -#~ msgid "8x" -#~ msgstr "8x" - -#~ msgid "Are you sure to reset your singleplayer world?" -#~ msgstr "您確定要要重置您的單人遊戲世界嗎?" - -#~ msgid "No!!!" -#~ msgstr "否!!!" - -#~ msgid "Opaque Water" -#~ msgstr "不透明水" - -#~ msgid "Texturing:" -#~ msgstr "紋理:" - -#~ msgid "Antialiasing:" -#~ msgstr "反鋸齒:" - -#~ msgid "Reset singleplayer world" -#~ msgstr "重置單人遊戲世界" - -#~ msgid "Scaling factor applied to menu elements: " -#~ msgstr "套用在選單元素的縮放係數: " - -#~ msgid "Touch free target" -#~ msgstr "碰觸自由目標" - -#~ msgid "Touchthreshold (px)" -#~ msgstr "碰觸限值(像素)" - -#~ msgid "To enable shaders the OpenGL driver needs to be used." -#~ msgstr "要啟用著色器,必須使用 OpenGL 驅動程式。" - -#~ msgid "If enabled, " -#~ msgstr "若啟用, " - -#~ msgid "If disabled " -#~ msgstr "若停用 " +#~ msgid "\"" +#~ msgstr "\"" #~ msgid "Enable a bit lower water surface, so it doesn't " #~ msgstr "啟用較低的水面,所以它不會 " -#~ msgid "\"" -#~ msgstr "\"" +#~ msgid "If disabled " +#~ msgstr "若停用 " + +#~ msgid "If enabled, " +#~ msgstr "若啟用, " + +#~ msgid "Touch free target" +#~ msgstr "碰觸自由目標" + +#~ msgid "Scaling factor applied to menu elements: " +#~ msgstr "套用在選單元素的縮放係數: " + +#~ msgid "Reset singleplayer world" +#~ msgstr "重置單人遊戲世界" + +#~ msgid "Preload inventory textures" +#~ msgstr "預先載入物品欄材質" + +#~ msgid "Enable selection highlighting for nodes (disables selectionbox)." +#~ msgstr "啟用節點選擇突顯(停用選取框)。" + +#~ msgid "" +#~ "Enable a bit lower water surface, so it doesn't \"fill\" the node " +#~ "completely.\n" +#~ "Note that this is not quite optimized and that smooth lighting on the\n" +#~ "water surface doesn't work with this." +#~ msgstr "" +#~ "啟用略低的的水面,所以它就不會完全「填滿」節點。\n" +#~ "注意,這個功能並未最佳化完成,水面的\n" +#~ "柔和光功能無法與此功能一同運作。" diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index d3bf5a1f8..d8e08521f 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -88,9 +88,9 @@ fake_function() { gettext("Toggle camera mode key"); gettext("Key for switching between first- and third-person camera.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("View range increase key"); - gettext("Key for increasing the viewing range. Modifies the minimum viewing range.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); + gettext("Key for increasing the viewing range.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("View range decrease key"); - gettext("Key for decreasing the viewing range. Modifies the minimum viewing range.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); + gettext("Key for decreasing the viewing range.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Print stacks"); gettext("Key for printing debug stacks. Used for development.\nSee http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3"); gettext("Network"); @@ -109,10 +109,10 @@ fake_function() { gettext("Graphics"); gettext("In-Game"); gettext("Basic"); + gettext("VBO"); + gettext("Enable VBO"); gettext("Fog"); gettext("Whether to fog out the end of the visible area."); - gettext("New style water"); - gettext("Enable a bit lower water surface, so it doesn't \"fill\" the node completely.\nNote that this is not quite optimized and that smooth lighting on the\nwater surface doesn't work with this."); gettext("Leaves style"); gettext("Leaves style:\n- Fancy: all faces visible\n- Simple: only outer faces, if defined special_tiles are used\n- Opaque: disable transparency"); gettext("Connect glass"); @@ -123,6 +123,8 @@ fake_function() { gettext("Clouds are a client side effect."); gettext("3D clouds"); gettext("Use 3D cloud look instead of flat."); + gettext("Node highlighting"); + gettext("Method used to highlight selected object."); gettext("Filtering"); gettext("Mipmapping"); gettext("Use mip mapping to scale textures. May slightly increase performance."); @@ -141,6 +143,9 @@ fake_function() { gettext("Shaders"); gettext("Shaders"); gettext("Shaders allow advanced visul effects and may increase performance on some video cards.\nThy only work with the OpenGL video backend."); + gettext("Tone Mapping"); + gettext("Filmic tone mapping"); + gettext("Enables filmic tone mapping"); gettext("Bumpmapping"); gettext("Bumpmapping"); gettext("Enables bumpmapping for textures. Normalmaps need to be supplied by the texture pack\nor need to be auto-generated.\nRequires shaders to be enabled."); @@ -174,16 +179,12 @@ fake_function() { gettext("Waving plants"); gettext("Set to true enables waving plants.\nRequires shaders to be enabled."); gettext("Advanced"); - gettext("Wanted FPS"); - gettext("Minimum wanted FPS.\nThe amount of rendered stuff is dynamically set according to this. and viewing range min and max."); gettext("Maximum FPS"); gettext("If FPS would go higher than this, limit it by sleeping\nto not waste CPU power for no benefit."); gettext("FPS in pause menu"); gettext("Maximum FPS when game is paused."); - gettext("Viewing range maximum"); - gettext("The allowed adjustment range for the automatic rendering range adjustment.\nSet this to be equal to viewing range minimum to disable the auto-adjustment algorithm."); - gettext("Viewing range minimum"); - gettext("The allowed adjustment range for the automatic rendering range adjustment.\nSet this to be equal to viewing range maximum to disable the auto-adjustment algorithm."); + gettext("Viewing range"); + gettext("View distance in nodes.\nMin = 20"); gettext("Screen width"); gettext("Width component of the initial window size."); gettext("Screen height"); @@ -211,7 +212,7 @@ fake_function() { gettext("Fall bobbing"); gettext("Multiplier for fall bobbing.\nFor example: 0 for no view bobbing; 1.0 for normal; 2.0 for double."); gettext("3D mode"); - gettext("3D support.\nCurrently supported:\n- none: no 3d output.\n- anaglyph: cyan/magenta color 3d.\n- interlaced: odd/even line based polarisation screen support.\n- topbottom: split screen top/bottom.\n- sidebyside: split screen side by side."); + gettext("3D support.\nCurrently supported:\n- none: no 3d output.\n- anaglyph: cyan/magenta color 3d.\n- interlaced: odd/even line based polarisation screen support.\n- topbottom: split screen top/bottom.\n- sidebyside: split screen side by side.\n- pageflip: quadbuffer based 3d."); gettext("Console color"); gettext("In-game chat console background color (R,G,B)."); gettext("Console alpha"); @@ -228,8 +229,6 @@ fake_function() { gettext("Whether node texture animations should be desynchronized per mapblock."); gettext("Maximum hotbar width"); gettext("Maximum proportion of current window to be used for hotbar.\nUseful if there's something to be displayed right or left of hotbar."); - gettext("Node highlighting"); - gettext("Enable selection highlighting for nodes (disables selectionbox)."); gettext("Mesh cache"); gettext("Enables caching of facedir rotated meshes."); gettext("Minimap"); @@ -242,6 +241,8 @@ fake_function() { gettext("Make fog and sky colors depend on daytime (dawn/sunset) and view direction."); gettext("Ambient occlusion gamma"); gettext("The strength (darkness) of node ambient-occlusion shading.\nLower is darker, Higher is lighter. The valid range of values for this\nsetting is 0.25 to 4.0 inclusive. If the value is out of range it will be\nset to the nearest valid value."); + gettext("Inventory items animations"); + gettext("Enables animation of inventory items."); gettext("Menus"); gettext("Clouds in menu"); gettext("Use a cloud animation for the main menu background."); @@ -343,8 +344,6 @@ fake_function() { gettext("Whether to allow players to damage and kill each other."); gettext("Static spawnpoint"); gettext("If this is set, players will always (re)spawn at the given position."); - gettext("Vertical spawn range"); - gettext("Maximum distance above water level for player spawn.\nLarger values result in spawn points closer to (x = 0, z = 0).\nSmaller values may result in a suitable spawn point not being found,\nresulting in a spawn at (0, 0, 0) possibly buried underground."); gettext("Disallow empty passwords"); gettext("If enabled, new players cannot join with an empty password."); gettext("Disable anticheat"); @@ -499,33 +498,74 @@ fake_function() { gettext("Mapgen flat cave1 noise parameters"); gettext("Mapgen flat cave2 noise parameters"); gettext("Mapgen fractal"); - gettext("Mapgen fractal formula"); - gettext("Choice of 8 4-dimensional fractals.\n1 = \"Roundy\" mandelbrot set.\n2 = \"Roundy\" julia set.\n3 = \"Squarry\" mandelbrot set.\n4 = \"Squarry\" julia set.\n5 = \"Mandy Cousin\" mandelbrot set.\n6 = \"Mandy Cousin\" julia set.\n7 = \"Variation\" mandelbrot set.\n8 = \"Variation\" julia set."); + gettext("Mapgen fractal fractal"); + gettext("Choice of 18 fractals from 9 formulas.\n1 = 4D \"Roundy\" mandelbrot set.\n2 = 4D \"Roundy\" julia set.\n3 = 4D \"Squarry\" mandelbrot set.\n4 = 4D \"Squarry\" julia set.\n5 = 4D \"Mandy Cousin\" mandelbrot set.\n6 = 4D \"Mandy Cousin\" julia set.\n7 = 4D \"Variation\" mandelbrot set.\n8 = 4D \"Variation\" julia set.\n9 = 3D \"Mandelbrot/Mandelbar\" mandelbrot set.\n10 = 3D \"Mandelbrot/Mandelbar\" julia set.\n11 = 3D \"Christmas Tree\" mandelbrot set.\n12 = 3D \"Christmas Tree\" julia set.\n13 = 3D \"Mandelbulb\" mandelbrot set.\n14 = 3D \"Mandelbulb\" julia set.\n15 = 3D \"Cosine Mandelbulb\" mandelbrot set.\n16 = 3D \"Cosine Mandelbulb\" julia set.\n17 = 4D \"Mandelbulb\" mandelbrot set.\n18 = 4D \"Mandelbulb\" julia set."); gettext("Mapgen fractal iterations"); - gettext("Iterations of the recursive function.\nControls scale of finest detail."); + gettext("Iterations of the recursive function.\nControls the amount of fine detail."); gettext("Mapgen fractal scale"); gettext("Approximate (X,Y,Z) scale of fractal in nodes."); gettext("Mapgen fractal offset"); - gettext("(X,Y,Z) offset of fractal from world centre.\nUsed to move a suitable spawn area of low land close to (0, 0).\nThe default is suitable for mandelbrot sets, it needs to be edited for julia sets,\ndo this by greatly reducing 'scale' and setting 'offset' initially to (0, 0, 0).\nRange roughly -2 to 2. Multiply by 'scale' for offset in nodes."); + gettext("(X,Y,Z) offset of fractal from world centre in units of 'scale'.\nUsed to move a suitable spawn area of low land close to (0, 0).\nThe default is suitable for mandelbrot sets, it needs to be edited for julia sets.\nRange roughly -2 to 2. Multiply by 'scale' for offset in nodes."); gettext("Mapgen fractal slice w"); - gettext("W co-ordinate of the generated 3D slice of the 4D shape.\nAlters the generated 3D shape.\nRange roughly -2 to 2."); + gettext("W co-ordinate of the generated 3D slice of a 4D fractal.\nDetermines which 3D slice of the 4D shape is generated.\nHas no effect on 3D fractals.\nRange roughly -2 to 2."); gettext("Mapgen fractal julia x"); - gettext("Julia set only: X value determining the 4D shape.\nRange roughly -2 to 2."); + gettext("Julia set only: X component of hypercomplex constant determining julia shape.\nRange roughly -2 to 2."); gettext("Mapgen fractal julia y"); - gettext("Julia set only: Y value determining the 4D shape.\nRange roughly -2 to 2."); + gettext("Julia set only: Y component of hypercomplex constant determining julia shape.\nRange roughly -2 to 2."); gettext("Mapgen fractal julia z"); - gettext("Julia set only: Z value determining the 4D shape.\nRange roughly -2 to 2."); + gettext("Julia set only: Z component of hypercomplex constant determining julia shape.\nRange roughly -2 to 2."); gettext("Mapgen fractal julia w"); - gettext("Julia set only: W value determining the 4D shape.\nRange roughly -2 to 2."); + gettext("Julia set only: W component of hypercomplex constant determining julia shape.\nHas no effect on 3D fractals.\nRange roughly -2 to 2."); gettext("Mapgen fractal seabed noise parameters"); gettext("Mapgen fractal filler depth noise parameters"); gettext("Mapgen fractal cave1 noise parameters"); gettext("Mapgen fractal cave2 noise parameters"); + gettext("Mapgen Valleys"); + gettext("General"); + gettext("Valleys C Flags"); + gettext("Map generation attributes specific to Mapgen Valleys.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.\n\"altitude_chill\" makes higher elevations colder, which may cause biome issues.\n\"humid_rivers\" modifies the humidity around rivers and in areas where water would tend to pool. It may interfere with delicately adjusted biomes."); + gettext("Altitude Chill"); + gettext("The altitude at which temperature drops by 20C"); + gettext("Large cave depth"); + gettext("Depth below which you'll find large caves."); + gettext("Lava Features"); + gettext("Creates unpredictable lava features in caves.\nThese can make mining difficult. Zero disables them. (0-10)"); + gettext("Massive cave depth"); + gettext("Depth below which you'll find massive caves."); + gettext("River Depth"); + gettext("How deep to make rivers"); + gettext("River Size"); + gettext("How wide to make rivers"); + gettext("Water Features"); + gettext("Creates unpredictable water features in caves.\nThese can make mining difficult. Zero disables them. (0-10)"); + gettext("Noises"); + gettext("Cave noise #1"); + gettext("Caves and tunnels form at the intersection of the two noises"); + gettext("Cave noise #2"); + gettext("Caves and tunnels form at the intersection of the two noises"); + gettext("Filler Depth"); + gettext("The depth of dirt or other filler"); + gettext("Massive cave noise"); + gettext("Massive caves form here."); + gettext("River Noise"); + gettext("River noise -- rivers occur close to zero"); + gettext("Terrain Height"); + gettext("Base terrain height"); + gettext("Valley Depth"); + gettext("Raises terrain to make valleys around the rivers"); + gettext("Valley Fill"); + gettext("Slope and fill work together to modify the heights"); + gettext("Valley Profile"); + gettext("Amplifies the valleys"); + gettext("Valley Slope"); + gettext("Slope and fill work together to modify the heights"); gettext("Security"); gettext("Enable mod security"); gettext("Prevent mods from doing insecure things like running shell commands."); gettext("Trusted mods"); gettext("Comma-separated list of trusted mods that are allowed to access insecure\nfunctions even when mod security is on (via request_insecure_environment())."); + gettext("HTTP Mods"); + 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."); gettext("Client and Server"); gettext("Player name"); gettext("Name of the player.\nWhen running a server, clients connecting with this name are admins.\nWhen starting from the main menu, this is overridden.");