mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-22 10:01:20 +03:00
[#1318] Update Lagging Message
This commit is contained in:
parent
3063bbb94f
commit
f63774ebc6
@ -13,7 +13,7 @@
|
|||||||
"Error: Frontier CAPI didn't respond" = "Error: Frontier CAPI didn't respond";
|
"Error: Frontier CAPI didn't respond" = "Error: Frontier CAPI didn't respond";
|
||||||
|
|
||||||
/* companion.py: Frontier CAPI data doesn't agree with latest Journal game location; In files: companion.py:245; */
|
/* companion.py: Frontier CAPI data doesn't agree with latest Journal game location; In files: companion.py:245; */
|
||||||
"Error: Frontier server is lagging" = "Error: Frontier server is lagging";
|
"Error: Frontier CAPI data out of sync" = "Error: Frontier CAPI data out of sync";
|
||||||
|
|
||||||
/* companion.py: Commander is docked at an EDO settlement, got out and back in, we forgot the station; In files: companion.py:261; */
|
/* companion.py: Commander is docked at an EDO settlement, got out and back in, we forgot the station; In files: companion.py:261; */
|
||||||
"Docked but unknown station: EDO Settlement?" = "Docked but unknown station: EDO Settlement?";
|
"Docked but unknown station: EDO Settlement?" = "Docked but unknown station: EDO Settlement?";
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"Error: Frontier CAPI didn't respond" = "Ewwow: fwontiew capi didn't wespond";
|
"Error: Frontier CAPI didn't respond" = "Ewwow: fwontiew capi didn't wespond";
|
||||||
|
|
||||||
/* companion.py: Frontier CAPI data doesn't agree with latest Journal game location; In files: companion.py:245; */
|
/* companion.py: Frontier CAPI data doesn't agree with latest Journal game location; In files: companion.py:245; */
|
||||||
"Error: Frontier server is lagging" = "Ewwow: fwontiew sewvew iws wagging";
|
"Error: Frontier CAPI data out of sync" = "Error: Fwontiew CAPI data out of sinwk";
|
||||||
|
|
||||||
/* companion.py: Commander is docked at an EDO settlement, got out and back in, we forgot the station; In files: companion.py:261; */
|
/* companion.py: Commander is docked at an EDO settlement, got out and back in, we forgot the station; In files: companion.py:261; */
|
||||||
"Docked but unknown station: EDO Settlement?" = "Docked but unknown station: edo settwement?";
|
"Docked but unknown station: EDO Settlement?" = "Docked but unknown station: edo settwement?";
|
||||||
|
@ -240,7 +240,7 @@ class ServerLagging(Exception):
|
|||||||
self.args = args
|
self.args = args
|
||||||
if not args:
|
if not args:
|
||||||
# LANG: Frontier CAPI data doesn't agree with latest Journal game location
|
# LANG: Frontier CAPI data doesn't agree with latest Journal game location
|
||||||
self.args = (tr.tl('Error: Frontier server is lagging'),)
|
self.args = (tr.tl('Error: Frontier CAPI data out of sync'),)
|
||||||
|
|
||||||
|
|
||||||
class NoMonitorStation(Exception):
|
class NoMonitorStation(Exception):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user