1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Update minetest.conf.example, settings strings and locale files (#8230)

This commit is contained in:
Wuzzy 2019-02-14 23:38:24 +01:00 committed by Paramat
parent a8311ad57f
commit f290d01abe
39 changed files with 16597 additions and 15129 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: minetest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-14 07:46+0100\n"
"POT-Creation-Date: 2019-02-14 19:14+0100\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"
@ -1704,13 +1704,13 @@ msgid ""
msgstr ""
#: src/settings_translation_file.cpp
msgid "Pitch fly mode"
msgid "Pitch move mode"
msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"If enabled together with fly mode, makes move directions relative to the "
"player's pitch."
"If enabled, makes move directions relative to the player's pitch when flying "
"or swimming."
msgstr ""
#: src/settings_translation_file.cpp
@ -1818,9 +1818,7 @@ msgid ""
msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Automatically jump up single-node obstacles.\n"
"type: bool"
msgid "Automatically jump up single-node obstacles."
msgstr ""
#: src/settings_translation_file.cpp
@ -2063,12 +2061,12 @@ msgid ""
msgstr ""
#: src/settings_translation_file.cpp
msgid "Pitch fly key"
msgid "Pitch move key"
msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Key for toggling pitch fly mode.\n"
"Key for toggling pitch move mode.\n"
"See http://irrlicht.sourceforge.net/docu/namespaceirr."
"html#a54da2a0e231901735e3da1b0edf72eb3"
msgstr ""
@ -3793,6 +3791,16 @@ msgid ""
"0 to disable queueing and -1 to make the queue size unlimited."
msgstr ""
#: src/settings_translation_file.cpp
msgid "Enable register confirmation"
msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Enable register confirmation when connecting to server.\n"
"If disabled, new account will be registered automatically."
msgstr ""
#: src/settings_translation_file.cpp
msgid "Mapblock unload timeout"
msgstr ""
@ -4471,14 +4479,16 @@ msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Restricts the access of certain client-side functions on servers\n"
"Combine these byteflags below to restrict client-side features:\n"
"LOAD_CLIENT_MODS: 1 (disable client mods loading)\n"
"Restricts the access of certain client-side functions on servers.\n"
"Combine the byteflags below to restrict client-side features, or set to 0\n"
"for no restrictions:\n"
"LOAD_CLIENT_MODS: 1 (disable loading client-provided mods)\n"
"CHAT_MESSAGES: 2 (disable send_chat_message call client-side)\n"
"READ_ITEMDEFS: 4 (disable get_item_def call client-side)\n"
"READ_NODEDEFS: 8 (disable get_node_def call client-side)\n"
"LOOKUP_NODES_LIMIT: 16 (limits get_node call client-side to\n"
"csm_restriction_noderange)"
"csm_restriction_noderange)\n"
"READ_PLAYERINFO: 32 (disable get_player_names call client-side)"
msgstr ""
#: src/settings_translation_file.cpp
@ -4724,12 +4734,11 @@ msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Changes the main menu UI:\n"
"- Full: Multple singleplayer worlds, game choice, texture pack chooser, "
"- Full: Multiple singleplayer worlds, game choice, texture pack chooser, "
"etc.\n"
"- Simple: One singleplayer world, no game or texture pack choosers. May "
"be\n"
"necessary for smaller screens.\n"
"- Auto: Simple on Android, full on everything else."
"necessary for smaller screens."
msgstr ""
#: src/settings_translation_file.cpp
@ -5302,7 +5311,7 @@ msgid "Rolling hills spread noise"
msgstr ""
#: src/settings_translation_file.cpp
msgid "2D noise that controls the size/occurance of rolling hills."
msgid "2D noise that controls the size/occurrence of rolling hills."
msgstr ""
#: src/settings_translation_file.cpp
@ -5310,7 +5319,7 @@ msgid "Ridge mountain spread noise"
msgstr ""
#: src/settings_translation_file.cpp
msgid "2D noise that controls the size/occurance of ridged mountain ranges."
msgid "2D noise that controls the size/occurrence of ridged mountain ranges."
msgstr ""
#: src/settings_translation_file.cpp
@ -5318,7 +5327,7 @@ msgid "Step mountain spread noise"
msgstr ""
#: src/settings_translation_file.cpp
msgid "2D noise that controls the size/occurance of step mountain ranges."
msgid "2D noise that controls the size/occurrence of step mountain ranges."
msgstr ""
#: src/settings_translation_file.cpp
@ -5571,7 +5580,7 @@ msgstr ""
msgid ""
"Map generation attributes specific to Mapgen Valleys.\n"
"'altitude_chill': Reduces heat with altitude.\n"
"'humid_rivers': Increases humidity around rivers and where water pools.\n"
"'humid_rivers': Increases humidity around rivers.\n"
"'vary_river_depth': If enabled, low humidity and high heat causes rivers\n"
"to become shallower and occasionally dry.\n"
"'altitude_dry': Reduces humidity with altitude."
@ -5729,23 +5738,41 @@ msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Number of emerge threads to use.\n"
"Make this field blank or 0, or increase this number to use multiple "
"threads.\n"
"On multiprocessor systems, this will improve mapgen speed greatly at the "
"cost\n"
"of slightly buggy caves."
"Empty or 0 value:\n"
"- Automatic selection. The number of emerge threads will be\n"
"- 'number of processors - 2', with a lower limit of 1.\n"
"Any other value:\n"
"- Specifies the number of emerge threads, with a lower limit of 1.\n"
"Warning: Increasing the number of emerge threads increases engine mapgen\n"
"speed, but this may harm game performance by interfering with other\n"
"processes, especially in singleplayer and/or when running Lua code in\n"
"'on_generated'.\n"
"For many users the optimum setting may be '1'."
msgstr ""
#: src/settings_translation_file.cpp
msgid "Content Store"
msgid "Online Content Repository"
msgstr ""
#: src/settings_translation_file.cpp
msgid "Show non-free packages"
msgid "ContentDB URL"
msgstr ""
#: src/settings_translation_file.cpp
msgid "The URL for the content repository"
msgstr ""
#: src/settings_translation_file.cpp
msgid "ContentDB Flag Blacklist"
msgstr ""
#: src/settings_translation_file.cpp
msgid ""
"Show packages in the content store that do not qualify as 'free software'\n"
"as defined by the Free Software Foundation."
"Comma-separated list of flags to hide in the content repository.\n"
"\"nonfree\" can be used to hide packages which do not qualify as 'free "
"software',\n"
"as defined by the Free Software Foundation.\n"
"You can also specify content ratings.\n"
"These flags are independent from Minetest versions,\n"
"so see a full list at https://content.minetest.net/help/content_flags/"
msgstr ""