From 7eacdc7bb8ec8f8b06b5e0b2464af219e623cd56 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 30 Aug 2016 06:18:37 +0200 Subject: Run updatepo.sh --- po/minetest.pot | 196 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 156 insertions(+), 40 deletions(-) (limited to 'po/minetest.pot') diff --git a/po/minetest.pot b/po/minetest.pot index 0057f76e9..46a74b448 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: 2016-07-12 20:49+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 \n" "Language-Team: LANGUAGE \n" @@ -941,6 +941,10 @@ msgstr "" msgid "Print stacks" msgstr "" +#: src/guiKeyChangeMenu.cpp src/keycode.cpp +msgid "Zoom" +msgstr "" + #: src/guiPasswordChange.cpp msgid "Old Password" msgstr "" @@ -1253,10 +1257,6 @@ msgstr "" msgid "PA1" msgstr "" -#: src/keycode.cpp -msgid "Zoom" -msgstr "" - #: src/settings_translation_file.cpp msgid "Controls" msgstr "" @@ -1404,7 +1404,7 @@ msgid "Enable Joysticks" msgstr "" #: src/settings_translation_file.cpp -msgid "Joystick button repetition invterval" +msgid "Joystick button repetition interval" msgstr "" #: src/settings_translation_file.cpp @@ -1590,6 +1590,17 @@ msgid "" "html#a54da2a0e231901735e3da1b0edf72eb3" 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 "" @@ -1673,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 "" @@ -1976,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 "" @@ -2207,6 +2218,16 @@ msgstr "" 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 "" @@ -2463,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 @@ -2728,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 @@ -3071,30 +3095,6 @@ msgid "" "- 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 "" @@ -3117,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 @@ -3941,10 +3941,116 @@ 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 "" @@ -4060,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 "" -- cgit v1.2.3