diff options
Diffstat (limited to 'po/minetest.pot')
-rw-r--r-- | po/minetest.pot | 248 |
1 files changed, 197 insertions, 51 deletions
diff --git a/po/minetest.pot b/po/minetest.pot index ed014c01f..46a74b448 100644 --- a/po/minetest.pot +++ b/po/minetest.pot @@ -1,6 +1,6 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# This file is distributed under the same license as the minetest package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: minetest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-05-05 16:13+0200\n" +"POT-Creation-Date: 2016-08-30 06:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -589,6 +589,10 @@ msgid "Shaders" msgstr "" #: builtin/mainmenu/tab_settings.lua +msgid "Reset singleplayer world" +msgstr "" + +#: builtin/mainmenu/tab_settings.lua msgid "Change keys" msgstr "" @@ -937,6 +941,10 @@ msgstr "" msgid "Print stacks" msgstr "" +#: src/guiKeyChangeMenu.cpp src/keycode.cpp +msgid "Zoom" +msgstr "" + #: src/guiPasswordChange.cpp msgid "Old Password" msgstr "" @@ -1249,10 +1257,6 @@ msgstr "" msgid "PA1" msgstr "" -#: src/keycode.cpp -msgid "Zoom" -msgstr "" - #: src/settings_translation_file.cpp msgid "Controls" msgstr "" @@ -1305,7 +1309,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Smooths camera when moving and looking around.\n" +"Smooths camera when looking around. Also called look or mouse smoothing.\n" "Useful for recording videos." msgstr "" @@ -1396,6 +1400,30 @@ msgid "Continuous forward movement (only used for testing)." msgstr "" #: src/settings_translation_file.cpp +msgid "Enable Joysticks" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Joystick button repetition interval" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The time in seconds it takes between repeated events\n" +"when holding down a joystick button combination." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Joystick frustum sensitivity" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The sensitivity of the joystick axes for moving the\n" +"ingame view frustum around." +msgstr "" + +#: src/settings_translation_file.cpp msgid "Forward key" msgstr "" @@ -1563,6 +1591,17 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp +msgid "Autorun key" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Key for toggling autorun.\n" +"See http://irrlicht.sourceforge.net/docu/namespaceirr." +"html#a54da2a0e231901735e3da1b0edf72eb3" +msgstr "" + +#: src/settings_translation_file.cpp msgid "Cinematic mode key" msgstr "" @@ -1645,7 +1684,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Key for toggling the camrea update. Only used for development\n" +"Key for toggling the camera update. Only used for development\n" "See http://irrlicht.sourceforge.net/docu/namespaceirr." "html#a54da2a0e231901735e3da1b0edf72eb3" msgstr "" @@ -1948,7 +1987,7 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Shaders allow advanced visul effects and may increase performance on some " +"Shaders allow advanced visual effects and may increase performance on some " "video cards.\n" "Thy only work with the OpenGL video backend." msgstr "" @@ -2180,6 +2219,16 @@ msgid "Field of view in degrees." msgstr "" #: src/settings_translation_file.cpp +msgid "Field of view for zoom" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Field of view while zooming in degrees.\n" +"This requires the \"zoom\" privilege on the server." +msgstr "" + +#: src/settings_translation_file.cpp msgid "Gamma" msgstr "" @@ -2435,7 +2484,7 @@ 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." +"properly support downloading textures back from hardware." msgstr "" #: src/settings_translation_file.cpp @@ -2634,6 +2683,18 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp +msgid "Disable escape sequences" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Disable escape sequences, e.g. chat coloring.\n" +"Use this if you want to run a server with pre-0.4.14 clients and you want to " +"disable\n" +"the escape sequences generated by mods." +msgstr "" + +#: src/settings_translation_file.cpp msgid "Server port" msgstr "" @@ -2688,20 +2749,23 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Maximum simultaneously blocks send per client" +msgid "Maximum simultaneous block sends per client" msgstr "" #: src/settings_translation_file.cpp -msgid "How many blocks are flying in the wire simultaneously per client." +msgid "Maximum number of blocks that are simultaneously sent per client." msgstr "" #: src/settings_translation_file.cpp -msgid "Maximum simultaneously bocks send total" +msgid "Maximum simultaneous block sends total" msgstr "" #: src/settings_translation_file.cpp -msgid "" -"How many blocks are flying in the wire simultaneously for the whole server." +msgid "Maximum number of blocks that are simultaneously sent in total." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Delay in sending blocks after building" msgstr "" #: src/settings_translation_file.cpp @@ -3032,30 +3096,6 @@ msgid "" 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 "" @@ -3077,7 +3117,7 @@ msgid "" msgstr "" #: src/settings_translation_file.cpp -msgid "Maxmimum objects per block" +msgid "Maximum objects per block" msgstr "" #: src/settings_translation_file.cpp @@ -3214,8 +3254,6 @@ 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" -"The default flags set in the engine are: caves, light, decorations\n" -"The flags string modifies the engine defaults.\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." @@ -3345,8 +3383,6 @@ msgid "" "Map generation attributes specific to Mapgen v6.\n" "When snowbiomes are enabled jungles are automatically enabled, the 'jungles' " "flag is ignored.\n" -"The default flags set in the engine are: biomeblend, mudflow\n" -"The flags string modifies the engine defaults.\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." @@ -3422,8 +3458,6 @@ msgstr "" msgid "" "Map generation attributes specific to Mapgen v7.\n" "The 'ridges' flag controls the rivers.\n" -"The default flags set in the engine are: mountains, ridges\n" -"The flags string modifies the engine defaults.\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." @@ -3489,8 +3523,6 @@ msgstr "" msgid "" "Map generation attributes specific to Mapgen flat.\n" "Occasional lakes and hills can be added to the flat world.\n" -"The default flags set in the engine are: none\n" -"The flags string modifies the engine defaults.\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." @@ -3736,8 +3768,6 @@ msgid "" "'humid_rivers' modifies the humidity around rivers and in areas where water " "would tend to pool,\n" "it may interfere with delicately adjusted biomes.\n" -"The default flags set in the engine are: altitude_chill, humid_rivers\n" -"The flags string modifies the engine defaults.\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." @@ -3911,11 +3941,117 @@ msgstr "" #: src/settings_translation_file.cpp msgid "" -"Comma-seperated list of mods that are allowed to access HTTP APIs, which\n" +"Comma-separated 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 "Profiling" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Load the game profiler" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Load the game profiler to collect game profiling data.\n" +"Provides a /profiler command to access the compiled profile.\n" +"Useful for mod developers and server operators." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Default report format" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The default format in which profiles are being saved,\n" +"when calling `/profiler save [format]` without format." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Report path" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"The file path relative to your worldpath in which profiles will be saved " +"to.\n" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Instrumentation" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Entity methods" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Instrument the methods of entities on registration." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Active Block Modifiers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Instrument the action function of Active Block Modifiers on registration." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Loading Block Modifiers" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Instrument the action function of Loading Block Modifiers on registration." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Chatcommands" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Instrument chatcommands on registration." +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Global callbacks" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Instrument global callback functions on registration.\n" +"(anything you pass to a minetest.register_*() function)" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Builtin" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Instrument builtin.\n" +"This is usually only needed by core/builtin contributors" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "Profiler" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Have the profiler instrument itself:\n" +"* Instrument an empty function.\n" +"This estimates the overhead, that instrumentation is adding (+1 function " +"call).\n" +"* Instrument the sampler being used to update the statistics." +msgstr "" + +#: src/settings_translation_file.cpp msgid "Client and Server" msgstr "" @@ -4030,3 +4166,13 @@ msgstr "" #: src/settings_translation_file.cpp msgid "Modstore details URL" msgstr "" + +#: src/settings_translation_file.cpp +msgid "Engine profiling data print interval" +msgstr "" + +#: src/settings_translation_file.cpp +msgid "" +"Print the engine's profiling data in regular intervals (in seconds). 0 = " +"disable. Useful for developers." +msgstr "" |