Skip to content

Commit

Permalink
rel 0.3.15
Browse files Browse the repository at this point in the history
translate msg when starting on curves
closes #16
  • Loading branch information
Choumiko committed Aug 1, 2015
1 parent 18df300 commit 25c9e79
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FARL.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ FARL = {
end
if curves[1] then
if not ignore then
self:deactivate("Can't start on curves", true) end
self:deactivate({"msg-error-curves"}, true) end
else
return curves[1]
end
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FARL",
"version": "0.3.14",
"version": "0.3.15",
"title": "Fully Automated Rail Layer",
"author": "Choumiko",
"contact": "www.factorioforums.com",
Expand Down
1 change: 1 addition & 0 deletions locale/de/de.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tgl-root = -root Modus

msg-error-activating = Fehler beim Aktivieren, fahre auf ein gerades Gleis und versuch es erneut
msg-error-2 = Fehler (kein gültiges Gleis gefunden)
msg-error-curves = Kann nicht in einer Kurve starten
msg-root-error = -root Modus benötigt FARL am Anfang und Ende des Zuges
msg-root-disabled = -root Modus deaktiviert
msg-unconnected-pole = Unverbundener Strommast plaziert
Expand Down
3 changes: 2 additions & 1 deletion locale/en/en.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
text-start = Start
text-start = Start
text-stop = Stop
text-startCC = Cruise
text-stopCC = Stop cruise
Expand All @@ -13,6 +13,7 @@ tgl-root = -root mode

msg-error-activating = Error activating, drive on straight rails and try again
msg-error-2 = Error (no valid rail found)
msg-error-curves = Can't start on curves
msg-root-error = -root mode requires FARL at each end of the train
msg-root-disabled = -root mode disabled
msg-unconnected-pole = Placed unconnected pole
Expand Down
1 change: 1 addition & 0 deletions locale/he/he.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tgl-root =‏רויס בצמ

msg-error-activating =‏בוש תוסנלו םירשי םיספ לע דומעל שי ,הלעפה תאיגש
msg-error-2 =‏(תבכר יספ ואצמנ אל) האיגש
msg-error-curves = Can't start on curves
msg-root-error =‏תבכרה לש הצק לכב םייטמוטוא םירטק ינש שרוד רויס בצמ
msg-root-disabled =‏לטוב רויס בצמ
msg-unconnected-pole =‏רבוחמ אל דומע בצוה
Expand Down
1 change: 1 addition & 0 deletions locale/uk/uk.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tgl-root = -root mode

msg-error-activating = Error activating, drive on straight rails and try again
msg-error-2 = Error (no valid rail found)
msg-error-curves = Can't start on curves
msg-root-error = -root mode requires FARL at each end of the train
msg-root-disabled = -root mode disabled
msg-unconnected-pole = Placed unconnected pole
Expand Down

0 comments on commit 25c9e79

Please sign in to comment.