]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - po/fi/minetest.po
Update translations
[dragonfireclient.git] / po / fi / minetest.po
index dfa95fd1a49cb86cb1d63b5ee72774f8319c1712..3639a255ca847a0671a0b4021f4f87987e1ed941 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: minetest\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-11-27 19:42+0100\n"
+"POT-Creation-Date: 2022-01-25 23:19+0100\n"
 "PO-Revision-Date: 2021-09-19 07:38+0000\n"
 "Last-Translator: Markus Mikkonen <markus.mikkonen@outlook.com>\n"
 "Language-Team: Finnish <https://hosted.weblate.org/projects/minetest/"
@@ -1205,14 +1205,6 @@ msgstr ""
 msgid "- Address: "
 msgstr "- Osoite: "
 
-#: src/client/game.cpp
-msgid "- Creative Mode: "
-msgstr "- Luova tila: "
-
-#: src/client/game.cpp
-msgid "- Damage: "
-msgstr "- Vahinko: "
-
 #: src/client/game.cpp
 msgid "- Mode: "
 msgstr "- Tila: "
@@ -1543,7 +1535,7 @@ msgstr ""
 msgid "Unable to listen on %s because IPv6 is disabled"
 msgstr ""
 
-#: src/client/game.cpp src/unittest/test_gettext.cpp
+#: src/client/game.cpp
 #, c-format
 msgid "Viewing range changed to %d"
 msgstr ""
@@ -1894,7 +1886,7 @@ msgstr "Salasanat eivät täsmää!"
 msgid "Register and Join"
 msgstr "Rekisteröidy ja liity"
 
-#: src/gui/guiConfirmRegistration.cpp src/unittest/test_gettext.cpp
+#: src/gui/guiConfirmRegistration.cpp
 #, c-format
 msgid ""
 "You are about to join this server with the name \"%s\" for the first time.\n"
@@ -3175,6 +3167,12 @@ msgid ""
 "Changing this setting requires a restart."
 msgstr ""
 
+#: src/settings_translation_file.cpp
+msgid ""
+"Enables tradeoffs that reduce CPU load or increase rendering performance\n"
+"at the expense of minor visual glitches that do not impact game playability."
+msgstr ""
+
 #: src/settings_translation_file.cpp
 msgid "Engine profiling data print interval"
 msgstr ""
@@ -3359,11 +3357,15 @@ msgid "Font size"
 msgstr ""
 
 #: src/settings_translation_file.cpp
-msgid "Font size of the default font in point (pt)."
+msgid "Font size divisible by"
+msgstr ""
+
+#: src/settings_translation_file.cpp
+msgid "Font size of the default font where 1 unit = 1 pixel at 96 DPI"
 msgstr ""
 
 #: src/settings_translation_file.cpp
-msgid "Font size of the monospace font in point (pt)."
+msgid "Font size of the monospace font where 1 unit = 1 pixel at 96 DPI"
 msgstr ""
 
 #: src/settings_translation_file.cpp
@@ -3372,6 +3374,17 @@ msgid ""
 "Value 0 will use the default font size."
 msgstr ""
 
+#: src/settings_translation_file.cpp
+msgid ""
+"For pixel-style fonts that do not scale well, this ensures that font sizes "
+"used\n"
+"with this font will always be divisible by this value, in pixels. For "
+"instance,\n"
+"a pixel font 16 pixels tall should have this set to 16, so it will only ever "
+"be\n"
+"sized 16, 32, 48, etc., so a mod requesting a size of 25 will get 32."
+msgstr ""
+
 #: src/settings_translation_file.cpp
 msgid ""
 "Format of player chat messages. The following strings are valid "
@@ -3431,10 +3444,6 @@ msgstr ""
 msgid "Fraction of the visible distance at which fog starts to be rendered"
 msgstr ""
 
-#: src/settings_translation_file.cpp
-msgid "FreeType fonts"
-msgstr "FreeType-fontit"
-
 #: src/settings_translation_file.cpp
 msgid ""
 "From how far blocks are generated for clients, stated in mapblocks (16 "
@@ -5132,6 +5141,10 @@ msgstr ""
 msgid "Monospace font size"
 msgstr ""
 
+#: src/settings_translation_file.cpp
+msgid "Monospace font size divisible by"
+msgstr ""
+
 #: src/settings_translation_file.cpp
 msgid "Mountain height noise"
 msgstr ""
@@ -5283,9 +5296,7 @@ msgstr ""
 
 #: src/settings_translation_file.cpp
 msgid ""
-"Path of the fallback font.\n"
-"If “freetype” setting is enabled: Must be a TrueType font.\n"
-"If “freetype” setting is disabled: Must be a bitmap or XML vectors font.\n"
+"Path of the fallback font. Must be a TrueType font.\n"
 "This font will be used for certain languages or if the default font is "
 "unavailable."
 msgstr ""
@@ -5308,17 +5319,13 @@ msgstr ""
 
 #: src/settings_translation_file.cpp
 msgid ""
-"Path to the default font.\n"
-"If “freetype” setting is enabled: Must be a TrueType font.\n"
-"If “freetype” setting is disabled: Must be a bitmap or XML vectors font.\n"
+"Path to the default font. Must be a TrueType font.\n"
 "The fallback font will be used if the font cannot be loaded."
 msgstr ""
 
 #: src/settings_translation_file.cpp
 msgid ""
-"Path to the monospace font.\n"
-"If “freetype” setting is enabled: Must be a TrueType font.\n"
-"If “freetype” setting is disabled: Must be a bitmap or XML vectors font.\n"
+"Path to the monospace font. Must be a TrueType font.\n"
 "This font is used for e.g. the console and profiler screen."
 msgstr ""
 
@@ -6221,6 +6228,10 @@ msgstr ""
 msgid "Touch screen threshold"
 msgstr ""
 
+#: src/settings_translation_file.cpp
+msgid "Tradeoffs for performance"
+msgstr ""
+
 #: src/settings_translation_file.cpp
 msgid "Trees noise"
 msgstr ""
@@ -6505,13 +6516,6 @@ msgid ""
 "texture autoscaling."
 msgstr ""
 
-#: src/settings_translation_file.cpp
-msgid ""
-"Whether FreeType fonts are used, requires FreeType support to be compiled "
-"in.\n"
-"If disabled, bitmap and XML vectors fonts are used instead."
-msgstr ""
-
 #: src/settings_translation_file.cpp
 msgid ""
 "Whether name tag backgrounds should be shown by default.\n"
@@ -6652,6 +6656,15 @@ msgstr ""
 msgid "cURL parallel limit"
 msgstr ""
 
+#~ msgid "- Creative Mode: "
+#~ msgstr "- Luova tila: "
+
+#~ msgid "- Damage: "
+#~ msgstr "- Vahinko: "
+
+#~ msgid "FreeType fonts"
+#~ msgstr "FreeType-fontit"
+
 #~ msgid "Install: file: \"$1\""
 #~ msgstr "Asenna: tiedosto: \"$1\""