diff options
author | Christian <Christian_D_97@gmx.de> | 2014-04-16 18:23:11 +0200 |
---|---|---|
committer | Christian <Christian_D_97@gmx.de> | 2014-04-16 18:23:11 +0200 |
commit | cb5dfabdf6f0000def1af7217675812a8278cf15 (patch) | |
tree | 3200f97160f3b39116ad695a1cfc0a8f065b73ad /streetsmod | |
parent | afe5ec461fe580b8a6dceda37136e18b7b3464fc (diff) | |
parent | 76f4513c1fbd6cebd987e0e61c5507d35178fd22 (diff) | |
download | roads-cb5dfabdf6f0000def1af7217675812a8278cf15.tar roads-cb5dfabdf6f0000def1af7217675812a8278cf15.tar.gz roads-cb5dfabdf6f0000def1af7217675812a8278cf15.tar.bz2 roads-cb5dfabdf6f0000def1af7217675812a8278cf15.tar.xz roads-cb5dfabdf6f0000def1af7217675812a8278cf15.zip |
Merge pull request #15 from Xanthin/master
some typo and missing S()
Diffstat (limited to 'streetsmod')
-rw-r--r-- | streetsmod/init.lua | 4 | ||||
-rw-r--r-- | streetsmod/locale/de.txt | 22 | ||||
-rw-r--r-- | streetsmod/locale/template.txt.txt | 16 |
3 files changed, 23 insertions, 19 deletions
diff --git a/streetsmod/init.lua b/streetsmod/init.lua index ac67614..2fb517f 100644 --- a/streetsmod/init.lua +++ b/streetsmod/init.lua @@ -26,7 +26,7 @@ } -- Check for mods which change this mod's beahaviour - print("Streets: Checking installed mods...") + print("Streets: " .. S("Checking installed mods...")) if minetest.get_modpath("wool") then streets.extendedBy.wool = true else @@ -82,4 +82,4 @@ -- Done print("Streets: " .. S("Setup completed, have fun with StreetsMod") .. " " .. streets.version .. "!") - streets.load.fin = os.clock()
\ No newline at end of file + streets.load.fin = os.clock() diff --git a/streetsmod/locale/de.txt b/streetsmod/locale/de.txt index 21fd9c4..b4aca9b 100644 --- a/streetsmod/locale/de.txt +++ b/streetsmod/locale/de.txt @@ -1,7 +1,7 @@ # Translation file GERMAN -Setup completed, have fun with StreetsMod=Setup abgeschlossen, viel Spaß mit StreetsMod +Setup completed, have fun with StreetsMod=Setup abgeschlossen, viel Spass mit StreetsMod Creating variables and tables...=Erstelle Variablen und Tabellen... -Checking installed mods...=Ueberpruefe installierte Mods +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 @@ -10,7 +10,7 @@ Construction fence=Bauzaun Delineator=Leitpfosten Emergency Phone=Notrufsaeule Asphalt with sideline=Asphalt mit Seitenlinie -Asphalt with solid line=Asphalt with durchgezogener Linie +Asphalt with solid line=Asphalt mit 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 @@ -25,23 +25,25 @@ 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 - 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 +Please wait %s seconds... = Bitte warte %s Sekunden... 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) +Sideline (yellow)=Seitenlinie (gelb) Steel support=Stahlrahmen Street lamp=Strassenlampe Concrete wall=Betonwand Concrete=Beton -Trafficlight=Ampel
\ No newline at end of file +Trafficlight=Ampel diff --git a/streetsmod/locale/template.txt.txt b/streetsmod/locale/template.txt.txt index d03801c..095f8fd 100644 --- a/streetsmod/locale/template.txt.txt +++ b/streetsmod/locale/template.txt.txt @@ -25,23 +25,25 @@ 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 - Create signs for your roads!= +Available signs:= +Needed stuff:= +Put it here:= +Selected:= +Output:= Sign workshop= Sign workshop idle= Sign workshop working= +Please wait %s seconds... = Solid line (yellow)= Dashed line (yellow)= Cross (yellow)= Outer edge (yellow)= Parking (yellow)= Arrow (yellow)= +Sideline (yellow)= Steel support= Street lamp= Concrete wall= Concrete= -Trafficlight=
\ No newline at end of file +Trafficlight= |