Merge pull request #151 from Brainik/patch-15
"Location lost" translated to Czech
This commit is contained in:
commit
72763bab1d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ bear_left == ['držte se vlevo'].
|
||||||
route_new_calc(Dist) == ['cesta je dlouhá', D] :- distance(Dist,accusative) == D.
|
route_new_calc(Dist) == ['cesta je dlouhá', D] :- distance(Dist,accusative) == D.
|
||||||
route_recalc(Dist) == ['přepočítávám', D] :- distance(Dist,accusative) == D.
|
route_recalc(Dist) == ['přepočítávám', D] :- distance(Dist,accusative) == D.
|
||||||
|
|
||||||
location_lost == ['g p s location lost '].
|
location_lost == ['Ztráta družicového signálu'].
|
||||||
|
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue