summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-14 15:53:55 +0100
committerWuzzy <almikes@aol.com>2016-12-14 15:53:55 +0100
commit38710369567a409dfeabaaada700095316de4a1e (patch)
tree51f06d5fefc3240b512c50757983923827bf5892
parent865ae9fcbd68a26ce672ccbc7f287fff3544c770 (diff)
Update translations
-rw-r--r--init.lua3
-rw-r--r--locale/de.txt6
-rw-r--r--locale/template.txt6
3 files changed, 12 insertions, 3 deletions
diff --git a/init.lua b/init.lua
index dde7166..e928737 100644
--- a/init.lua
+++ b/init.lua
@@ -223,7 +223,8 @@ local toolcaps_to_text = function(tool_capabilities, check_uses)
end
end
if caplines > 0 then
- formstring = formstring .. S("This tool is capable of mining.\nMaximum mining levels:\n")
+ formstring = formstring .. S("This tool is capable of mining.") .. "\n"
+ formstring = formstring .. S("Maximum mining levels:") .. "\n"
formstring = formstring .. miningcapstr
formstring = newline(formstring)
end
diff --git a/locale/de.txt b/locale/de.txt
index a90da23..201e232 100644
--- a/locale/de.txt
+++ b/locale/de.txt
@@ -33,6 +33,9 @@ Maximum stack size: @1 = Maximale Stapelgröße: @1
Mining level: @1 = Grabestufe: @1
Mining level: 0 = Grabestufe: 0
Mining ratings: = Grabewertungen:
+• @1, rating @2: @3 s - @4 s = • @1, Wertung @2: @3 s - @4 s
+• @1, rating @2: @3 s = • @1, Wertung @2: @3 s
+Mining times: = Grabezeiten:
Mining this block is completely silent. = Das Abbauen dieses Blocks ist völlig lautlos.
Miscellaneous items = Sonstige Gegenstände
No = Nein
@@ -109,7 +112,8 @@ This item points to liquids. = Mit diesem Gegenstand zeigt man auf Flüssigkeite
This tool belongs to the @1 group. = Dieses Werkzeug gehört zur Gruppe »@1«.
This tool belongs to these groups: @1. = Dieses Werkzeug gehört zu den folgenden Gruppen: @1.
This tool can serve as a smelting fuel with a burning time of @1. = Dieses Werkzeug kann als Brennstoff mit einer Brenndauer von @1 dienen.
-This tool is capable of mining.\nMining capabilities:\n = Dies ist ein Grabewerkzeug.\nGrabefähigkeiten:\n
+This tool is capable of mining. = Dies ist ein Grabewerkzeug.
+Maximum mining levels: = Maximale Grabestufen:
This tool points to liquids. = Mit diesem Werkzeug zeigt man auf Flüssigkeiten.
Tools and weapons = Werkzeuge und Waffen
Unknown Node = Unbekannter Node
diff --git a/locale/template.txt b/locale/template.txt
index 46e0757..6430c98 100644
--- a/locale/template.txt
+++ b/locale/template.txt
@@ -33,6 +33,9 @@ Maximum stack size: @1 =
Mining level: @1 =
Mining level: 0 =
Mining ratings: =
+• @1, rating @2: @3 s - @4 s =
+• @1, rating @2: @3 s =
+Mining times: =
Mining this block is completely silent. =
Miscellaneous items =
No =
@@ -110,7 +113,8 @@ This item points to liquids. =
This tool belongs to the @1 group. =
This tool belongs to these groups: @1. =
This tool can serve as a smelting fuel with a burning time of @1. =
-This tool is capable of mining.\nMining capabilities:\n =
+This tool is capable of mining. =
+Maximum mining levels: =
This tool points to liquids. =
Tools and weapons =
Unknown Node =