diff options
Diffstat (limited to 'streetsmod')
-rw-r--r-- | streetsmod/init.lua | 2 | ||||
-rw-r--r-- | streetsmod/locale/de.txt | 48 | ||||
-rw-r--r-- | streetsmod/locale/template.txt.txt | 46 |
3 files changed, 92 insertions, 4 deletions
diff --git a/streetsmod/init.lua b/streetsmod/init.lua index b737da7..d625e5b 100644 --- a/streetsmod/init.lua +++ b/streetsmod/init.lua @@ -64,7 +64,7 @@ return math.floor(num * mult + 0.5) / mult end minetest.register_chatcommand("streets",{ - description = "Check version of you installed StreetsMod and find information", + description = "Check version of your installed StreetsMod and find information", func = function(name,param) minetest.show_formspec(name, "streets:streetsform", table.concat({ "size[10,6]", diff --git a/streetsmod/locale/de.txt b/streetsmod/locale/de.txt index 499d8f3..21fd9c4 100644 --- a/streetsmod/locale/de.txt +++ b/streetsmod/locale/de.txt @@ -1,3 +1,47 @@ # Translation file GERMAN -Setup completed, have fun with StreetsMod=Laden abgeschlossen, viel Spass mit StreetsMod -Creating variables and tables...=Erstelle Variablen und Tabellen...
\ No newline at end of file +Setup completed, have fun with StreetsMod=Setup abgeschlossen, viel Spaß mit StreetsMod +Creating variables and tables...=Erstelle Variablen und Tabellen... +Checking installed mods...=Ueberpruefe installierte Mods +Check version of your installed StreetsMod and find information=Ueberpruefe die installierte StreetsMod Version und weitere Infos +Asphalt=Asphalt +Asphalt stair=Asphalt Treppe +Asphalt slab=Asphalt Platte +Construction fence=Bauzaun +Delineator=Leitpfosten +Emergency Phone=Notrufsaeule +Asphalt with sideline=Asphalt mit Seitenlinie +Asphalt with solid line=Asphalt with durchgezogener Linie +Asphalt with dashed line=Asphalt mit unterbrochener Linie +Asphalt with sideline (edge)=Asphalt mit Seitenlinie (Ecke) +Asphalt with parking label=Asphalt mit Parkplatzsymbol +Asphalt with arrow=Asphalt mit Richtungspfeil +Simple manhole=Einfacher Gulli +Advanced manhole=Gulli +Pole=Stange +Empty sign=Leeres Schild +Warning sign (lava)=Gefahrenschild Lava +Warning sign (water)=Gefahrenschild Wasser +Warning sign (Construction area)=Gefahrenschild Baustelle +Warning: Careful of lava=Achtung: Lava +Warning: Water nearby=Achtung: Wasser +Warning: Construction area, possible deep excavations=Achtung Baustelle, eventuell tiefe Graeben +Sign workshop - Create signs for your roads=Schilderworkshop - Baue Schilder fuer deine Strassen +Available signs=Verfuegbare Schilder +Needed stuff=Benoetigt +Put it here=Rohstoffe +Selected=Ausgewaehlt +Output=Ausgabe +Sign workshop=Schilderworkshop +Sign workshop idle=Schilderworkshop bereit +Sign workshop working=Schilderworkshop arbeitet +Solid line (yellow)=Durchgezogene Linie (gelb) +Dashed line (yellow)=Unterbrochene Linie (gelb) +Cross (yellow)=Kreuz (gelb) +Outer edge (yellow)=Ecklinie (gelb) +Parking (yellow)=Parkplatzsymbol (gelb) +Arrow (yellow)=Pfeil (gelb) +Steel support=Stahlrahmen +Street lamp=Strassenlampe +Concrete wall=Betonwand +Concrete=Beton +Trafficlight=Ampel
\ No newline at end of file diff --git a/streetsmod/locale/template.txt.txt b/streetsmod/locale/template.txt.txt index 8a4c1c2..d03801c 100644 --- a/streetsmod/locale/template.txt.txt +++ b/streetsmod/locale/template.txt.txt @@ -1,3 +1,47 @@ # Translation file for StreetsMod might not be up-to-date. Setup completed, have fun with StreetsMod= - Creating variables and tables...=
\ No newline at end of file +Creating variables and tables...= +Checking installed mods...= +Check version of your installed StreetsMod and find information= +Asphalt= +Asphalt stair= +Asphalt slab= +Construction fence= +Delineator= +Emergency Phone= +Asphalt with sideline= +Asphalt with solid line= +Asphalt with dashed line= +Asphalt with sideline (edge)= +Asphalt with parking label= +Asphalt with arrow= +Simple manhole= +Advanced manhole= +Pole= +Empty sign= +Warning sign (lava)= +Warning sign (water)= +Warning sign (Construction area)= +Warning: Careful of lava= +Warning: Water nearby= +Warning: Construction area, possible deep excavations= +Sign workshop - Create signs for your roads= +Available signs= +Needed stuff= +Put it here= +Selected= +Output= +Sign workshop= +Sign workshop idle= +Sign workshop working= +Solid line (yellow)= +Dashed line (yellow)= +Cross (yellow)= +Outer edge (yellow)= +Parking (yellow)= +Arrow (yellow)= +Steel support= +Street lamp= +Concrete wall= +Concrete= +Trafficlight=
\ No newline at end of file |