From 2d3dc6ca99b1f6822945cc6cb6fe0235c9db0aee Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sun, 12 Nov 2017 12:19:25 -0600 Subject: [PATCH] Restore some modules set to scope = 1 (#5749) * Restore some modules set to scope = 1 * hide the fries again * Restore stringtable entries --- addons/map_gestures/CfgVehicles.hpp | 2 +- addons/optionsmenu/stringtable.xml | 112 ++++++++++++++++++++++++++++ addons/respawn/CfgVehicles.hpp | 4 +- addons/vehiclelock/CfgVehicles.hpp | 2 +- 4 files changed, 116 insertions(+), 4 deletions(-) diff --git a/addons/map_gestures/CfgVehicles.hpp b/addons/map_gestures/CfgVehicles.hpp index 4ef299dec0..4823460971 100644 --- a/addons/map_gestures/CfgVehicles.hpp +++ b/addons/map_gestures/CfgVehicles.hpp @@ -43,7 +43,7 @@ class CfgVehicles { }; }; class GVAR(moduleGroupSettings): ACE_Module { - scope = 1; + scope = 2; category = "ACE"; displayName = CSTRING(moduleGroupSettings_displayName); function = QFUNC(moduleGroupSettings); diff --git a/addons/optionsmenu/stringtable.xml b/addons/optionsmenu/stringtable.xml index 057d5d2d9a..2b046a08a8 100644 --- a/addons/optionsmenu/stringtable.xml +++ b/addons/optionsmenu/stringtable.xml @@ -112,5 +112,117 @@ 后勤设定 後勤設定 + + Hide + Ukryj + Ocultar + Verstecken + Skrýt + Ocultar + Cacher + Elrejtés + Скрыть + Nascondi + 非表示 + 숨기기 + 隐藏 + 隱藏 + + + Top right, downwards + Po prawej u góry, w dół + Arriba a la derecha, hacia abajo + Oben rechts, nach unten + Vpravo nahoře, dolů + Superior direito, para baixo + Haut droit, vers le bas + Jobb felül, lefele + Справа — сверху вниз + In Alto a Destra, verso il Basso + 右上、下側 + 오른쪽 위에서 아래로 + 右上角,向下 + 右上角,向下 + + + Top right, to the left + Po prawej u góry, do lewej + Arriba a la derecha, hacia la izquierda + Von rechts nach links + Vpravo nahoře, do leva + Superior direito, à esquerda + Haut droit, vers la gauche + Jobb felül, balra + Сверху — справа налево + In Alto a Destra, verso Sinistra + 右上、左詰 + 오른쪽 위에서 왼쪽으로 + 右上角,向左 + 右上角,向左 + + + Top left, downwards + Po lewej u góry, w dół + Arriba a la izquierda, hacia abajo + Von links, nach unten + Vlevo nahoře, dolů + Superior esquerdo, para baixo + Haut gauche, vers le bas + Bal felül, lefele + Слева - сверху вниз + In Alto a Sinistra, verso il Basso + 左上、下側 + 왼쪽 위에서 아래로 + 左上角,向下 + 左上角,向下 + + + Top left, to the right + Po lewej u góry, do prawej + Arriba a la izquierda, hacia la derecha + Oben links nach rechts + Vlevo nahoře, do prava + Superior esquerdo, para a direita + Haut gauche, vers la droite + Bal felül, jobbra + Сверху — слева направо + In Alto a Sinistra, verso Destra + 右上、右詰 + 왼쪽 위에서 오른쪽으로 + 左上角,向右 + 左上角,向右 + + + Top + Góra + Arriba + Oben + Nahoře + Acima + Haut + Fent + Сверху + Alto + 上側 + 상단 + 上方 + 上方 + + + Bottom + Dół + Abajo + Unten + Dole + Abaixo + Bas + Alul + Снизу + Basso + 下側 + 하단 + 下方 + 下方 + diff --git a/addons/respawn/CfgVehicles.hpp b/addons/respawn/CfgVehicles.hpp index d033fbe1cc..847b32fe84 100644 --- a/addons/respawn/CfgVehicles.hpp +++ b/addons/respawn/CfgVehicles.hpp @@ -37,7 +37,7 @@ class CfgVehicles { category = "ACE"; displayName = CSTRING(FriendlyFire_Module_DisplayName); function = QFUNC(moduleFriendlyFire); - scope = 1; + scope = 2; isGlobal = 1; icon = QPATHTOF(UI\Icon_Module_FriendlyFire_ca.paa); @@ -52,7 +52,7 @@ class CfgVehicles { category = "ACE"; displayName = CSTRING(Rallypoint_Module_DisplayName); function = QFUNC(moduleRallypoint); - scope = 1; + scope = 2; isGlobal = 1; icon = QPATHTOF(UI\Icon_Module_Rallypoint_ca.paa); diff --git a/addons/vehiclelock/CfgVehicles.hpp b/addons/vehiclelock/CfgVehicles.hpp index 2ded7823ce..3038e3f99c 100644 --- a/addons/vehiclelock/CfgVehicles.hpp +++ b/addons/vehiclelock/CfgVehicles.hpp @@ -121,7 +121,7 @@ class CfgVehicles { category = "ACE"; displayName = CSTRING(VehicleKeyAssign_Module_DisplayName); function = QFUNC(moduleSync); - scope = 1; + scope = 2; isGlobal = 0; icon = QPATHTOF(UI\Icon_Module_VehicleKey_ca.paa); functionPriority = 0;