From a9981e351816868d92ce8ff826539a3c4fb2fabf Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Tue, 7 Jun 2016 20:29:06 +0100 Subject: Added intllib support (thanks Xanthin) --- locale/de.txt | 43 +++++++++++++++++++++++++++++++++++++++++++ locale/template.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 locale/de.txt create mode 100644 locale/template.txt (limited to 'locale') diff --git a/locale/de.txt b/locale/de.txt new file mode 100644 index 0000000..32b0222 --- /dev/null +++ b/locale/de.txt @@ -0,0 +1,43 @@ +# German Translation for protector mod +# Deutsche Übersetzung der protector Mod +# last update: 2016/June/5 +# Author: Xanthin + +#admin.lua +Remove Protectors near players with names provided (separate names with spaces) = Entferne Stoerschuetzer von bestimmten Namen in der Naehe von Spielern (trenne Namen durch Leerzeichen) +Protector Names to remove: @1 = Stoerschutznamen zum Entfernen: @1 +Name List Reset = Namensliste zurueckgesetzt + +#doors_chest.lua +Protected Wooden Door = Geschützte Holztür +Protected Steel Door = Geschützte Stahltür +Protected Trapdoor = Geschützte Falltür +Protected Steel Trapdoor = Geschützte Stahlfalltür +Protected Chest = Geschützte Truhe +@1 moves stuff to protected chest at @2 = @1 verlagert Dinge in geschützte Truhe bei @2 +@1 takes stuff from protected chest at @2 = @1 nimmt Dinge aus geschützter Truhe bei @2 +To Chest = Zur Truhe +To Inventory = Zum Inventar +Protected Chest (@1) = Geschützte Truhe (@1) + +#init.lua +-- Protector interface -- = -- Störschutz-Interface -- +PUNCH node to show protected area or USE for area check = SCHLAGE Node, um geschützten Bereich anzuzeigen oder\nBENUTZE für Bereichsprüfung +Members: = Mitglieder: +Close = Schließen +This area is owned by @1! = Dieses Gebiet gehoert @1! +This area is owned by @1. = Dieses Gebiet gehoert @1. +Protection located at: @1 = Stoerschutz befindet sich bei: @1 +Members: @1. = Mitglieder: @1. +This area is not protected. = Dieses Gebiet ist nicht geschuetzt. +You can build here. = Du kannst hier bauen. +Overlaps into above players protected area = Ueberlappt in geschuetzen Bereich eines Spielers +Protection Block = Störschutzblock +Protection (owned by @1) = Störschutz (gehört @1) +Protection Logo = Störschutzlogo +[MOD] Protector Redo loaded = [MOD] Protector Redo geladen + +#pvp.lua +[Protector] on_punchplayer called with nil objects = on_punchplayer wurde durch "nil objects" aufgerufen +[Protector] pvp_protect not active, update your version of Minetest = pvp_protect ist nicht aktiv, aktualisiere deine Minetestversion +[Protector] pvp_protect is disabled = pvp_protect ist ausgeschaltet \ No newline at end of file diff --git a/locale/template.txt b/locale/template.txt new file mode 100644 index 0000000..0c0cdc9 --- /dev/null +++ b/locale/template.txt @@ -0,0 +1,41 @@ +# Template for translations of protector mod +# last update: 2016/June/5 + +#admin.lua +Remove Protectors near players with names provided (separate names with spaces) = +Protector Names to remove: @1 = +Name List Reset = + +#doors_chest.lua +Protected Wooden Door = +Protected Steel Door = +Protected Trapdoor = +Protected Steel Trapdoor = +Protected Chest = +@1 moves stuff to protected chest at @2 = +@1 takes stuff from protected chest at @2 = +To Chest = +To Inventory = +Protected Chest (@1) = + +#init.lua +-- Protector interface -- = +PUNCH node to show protected area or USE for area check = +Members: = +Close = +This area is owned by @1! = +This area is owned by @1. = +Protection located at: @1 = +Members: @1. = +This area is not protected. = +You can build here. = +Overlaps into above players protected area = +Protection Block = +Protection (owned by @1) = +Protection Logo = +[MOD] Protector Redo loaded = + +#pvp.lua +[Protector] on_punchplayer called with nil objects = +[Protector] pvp_protect not active, update your version of Minetest = +[Protector] pvp_protect is disabled = \ No newline at end of file -- cgit v1.2.3