aboutsummaryrefslogtreecommitdiffstats
path: root/imports_shared
diff options
context:
space:
mode:
authorGrigorii Zimin <gzimin@luxoft.com>2020-03-25 09:29:13 +0300
committerGrigorii Zimin <gzimin@luxoft.com>2020-03-30 08:33:37 +0000
commit7119776b24ff3249c5baad3eecd7ea177ea228cb (patch)
tree79fb295d150c7051145b0b7204d937735c4531be /imports_shared
parent920d9f9f290a3915518da05bc5d4b9ee1de904ad (diff)
[map] add check for opengl context
this change allows to not show a map, which requires created OpenGL context, and so to prevent a user' interaction with the missed map content Fixes: AUTOSUITE-1402 Change-Id: I12f3468624cff4f69edfaa748a450bd7f616eef3 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'imports_shared')
-rw-r--r--imports_shared/assets/translations/ar_MA.ts11
-rw-r--r--imports_shared/assets/translations/cs_CZ.ts8
-rw-r--r--imports_shared/assets/translations/de_DE.ts8
-rw-r--r--imports_shared/assets/translations/en_GB.ts11
-rw-r--r--imports_shared/assets/translations/en_US.ts11
-rw-r--r--imports_shared/assets/translations/ja_JP.ts8
-rw-r--r--imports_shared/assets/translations/ko_KR.ts8
-rw-r--r--imports_shared/assets/translations/zh_CN.ts8
8 files changed, 73 insertions, 0 deletions
diff --git a/imports_shared/assets/translations/ar_MA.ts b/imports_shared/assets/translations/ar_MA.ts
index c46ad6c5..8fb821e2 100644
--- a/imports_shared/assets/translations/ar_MA.ts
+++ b/imports_shared/assets/translations/ar_MA.ts
@@ -510,6 +510,10 @@
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -606,6 +610,13 @@
</message>
</context>
<context>
+ <name>MapView</name>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>MonitorOverlay</name>
<message>
<source>FPS: %1</source>
diff --git a/imports_shared/assets/translations/cs_CZ.ts b/imports_shared/assets/translations/cs_CZ.ts
index 7e7becf1..cc3a35f3 100644
--- a/imports_shared/assets/translations/cs_CZ.ts
+++ b/imports_shared/assets/translations/cs_CZ.ts
@@ -905,6 +905,10 @@ UX na cestu</translation>
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -1156,6 +1160,10 @@ UX na cestu</translation>
<source>Work</source>
<translation type="vanished">Práce</translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>Maps</name>
diff --git a/imports_shared/assets/translations/de_DE.ts b/imports_shared/assets/translations/de_DE.ts
index f0732d67..26e85e26 100644
--- a/imports_shared/assets/translations/de_DE.ts
+++ b/imports_shared/assets/translations/de_DE.ts
@@ -691,6 +691,10 @@
<source>Next turn: </source>
<translation>Nächste Kurve: </translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -812,6 +816,10 @@
<source>Where do you wanna go today?</source>
<translation type="obsolete">Wo soll es heute hingehen?</translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>Maps</name>
diff --git a/imports_shared/assets/translations/en_GB.ts b/imports_shared/assets/translations/en_GB.ts
index 31996856..e22c360e 100644
--- a/imports_shared/assets/translations/en_GB.ts
+++ b/imports_shared/assets/translations/en_GB.ts
@@ -483,6 +483,10 @@
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -594,6 +598,13 @@
</message>
</context>
<context>
+ <name>MapView</name>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>MonitorOverlay</name>
<message>
<source>FPS: %1</source>
diff --git a/imports_shared/assets/translations/en_US.ts b/imports_shared/assets/translations/en_US.ts
index 20f3990c..918ebf05 100644
--- a/imports_shared/assets/translations/en_US.ts
+++ b/imports_shared/assets/translations/en_US.ts
@@ -483,6 +483,10 @@
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -594,6 +598,13 @@
</message>
</context>
<context>
+ <name>MapView</name>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>MonitorOverlay</name>
<message>
<source>FPS: %1</source>
diff --git a/imports_shared/assets/translations/ja_JP.ts b/imports_shared/assets/translations/ja_JP.ts
index b516b686..33edaeff 100644
--- a/imports_shared/assets/translations/ja_JP.ts
+++ b/imports_shared/assets/translations/ja_JP.ts
@@ -687,6 +687,10 @@
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -854,6 +858,10 @@
<source>Where do you wanna go today?</source>
<translation type="obsolete">あなたはヒンジを握っていますか?</translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>Maps</name>
diff --git a/imports_shared/assets/translations/ko_KR.ts b/imports_shared/assets/translations/ko_KR.ts
index 586e8a97..a26bcf94 100644
--- a/imports_shared/assets/translations/ko_KR.ts
+++ b/imports_shared/assets/translations/ko_KR.ts
@@ -694,6 +694,10 @@
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -861,6 +865,10 @@
<source>Where do you wanna go today?</source>
<translation type="obsolete">힌트 힌지를 해결 하시겠습니까?</translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>Maps</name>
diff --git a/imports_shared/assets/translations/zh_CN.ts b/imports_shared/assets/translations/zh_CN.ts
index 583c0b3e..90f3b2f9 100644
--- a/imports_shared/assets/translations/zh_CN.ts
+++ b/imports_shared/assets/translations/zh_CN.ts
@@ -709,6 +709,10 @@
<source>Next turn: </source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ICMusicView</name>
@@ -882,6 +886,10 @@ If it is wrong, you can just delete first two charactor, just ues &quot;源&quot
<source>Where do you wanna go today?</source>
<translation type="obsolete">今天你想要去哪儿?</translation>
</message>
+ <message>
+ <source>The map is disabled in this runtime environment</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>Maps</name>