diff --git a/addons/attach/functions/fnc_attach.sqf b/addons/attach/functions/fnc_attach.sqf index d1e9f129875..7a8cc8dd8f4 100644 --- a/addons/attach/functions/fnc_attach.sqf +++ b/addons/attach/functions/fnc_attach.sqf @@ -56,7 +56,7 @@ if (_unit == _attachToVehicle) then { //Self Attachment [{[localize LSTRING(PlaceAction), ""] call EFUNC(interaction,showMouseHint)}, []] call CBA_fnc_execNextFrame; _unit setVariable [QGVAR(placeActionEH), [_unit, "DefaultAction", {true}, {GVAR(placeAction) = PLACE_APPROVE;}] call EFUNC(common,AddActionEventHandler)]; - private _actionID = _unit addAction [format ["%1", localize LSTRING(CancelAction)], {GVAR(placeAction) = PLACE_CANCEL}]; + private _actionID = _unit addAction [format ["%1", LELSTRING(common,Cancel)], {GVAR(placeAction) = PLACE_CANCEL}]; //Display to show virtual object: private _model = getText (configFile >> "CfgAmmo" >> _itemVehClass >> "model"); diff --git a/addons/attach/stringtable.xml b/addons/attach/stringtable.xml index 8ce6064a12d..ecff8251e45 100644 --- a/addons/attach/stringtable.xml +++ b/addons/attach/stringtable.xml @@ -35,23 +35,6 @@ Eşyayı bağla Tárgy hozzácsatolása - - Cancel - Zrušit - Annuler - Cancelar - Annulla - Anuluj - Cancelar - Отмена - Abbrechen - 취소 - やめる - 取消 - 取消 - Iptal - Mégse - Chemlight Attached Chemické světlo připnuto diff --git a/addons/explosives/functions/fnc_setupExplosive.sqf b/addons/explosives/functions/fnc_setupExplosive.sqf index 9214b999146..a053384df5f 100644 --- a/addons/explosives/functions/fnc_setupExplosive.sqf +++ b/addons/explosives/functions/fnc_setupExplosive.sqf @@ -33,7 +33,7 @@ if (_p3dModel == "") exitWith {ERROR("No Model");}; //"" - will crash game! [_unit, "blockThrow", QUOTE(ADDON), true] call EFUNC(common,statusEffect_set); //Show mouse buttons: -[localize LSTRING(PlaceAction), localize LSTRING(CancelAction), localize LSTRING(ScrollAction)] call EFUNC(interaction,showMouseHint); +[localize LSTRING(PlaceAction), LELSTRING(common,Cancel), localize LSTRING(ScrollAction)] call EFUNC(interaction,showMouseHint); _unit setVariable [QGVAR(placeActionEH), [_unit, "DefaultAction", {true}, {GVAR(placeAction) = PLACE_APPROVE;}] call EFUNC(common,AddActionEventHandler)]; _unit setVariable [QGVAR(cancelActionEH), [_unit, "zoomtemp", {true}, {GVAR(placeAction) = PLACE_CANCEL;}] call EFUNC(common,AddActionEventHandler)]; diff --git a/addons/explosives/stringtable.xml b/addons/explosives/stringtable.xml index fb893a1b17e..901be821399 100644 --- a/addons/explosives/stringtable.xml +++ b/addons/explosives/stringtable.xml @@ -45,40 +45,6 @@ 断开 Bloke Edilmiş - - Cancel - Zrušit - Annuler - Cancelar - Annulla - Anuluj - Cancelar - Отмена - Abbrechen - 취소 - 中止 - 取消 - 取消 - Iptal - Mégsem - - - Cancel - Zrušit - Annuler - Cancelar - Annulla - Anuluj - Cancelar - Отмена - Abbrechen - 취소 - 中止 - 取消 - 取消 - Iptal - Mégsem - Clear Čistý diff --git a/addons/interaction/groupRename_GUI.hpp b/addons/interaction/groupRename_GUI.hpp index 977b9b3efda..6ff7bec7451 100644 --- a/addons/interaction/groupRename_GUI.hpp +++ b/addons/interaction/groupRename_GUI.hpp @@ -60,7 +60,7 @@ class GVAR(groupNameDisplay) { w = QUOTE(FONT_W * 6); h = QUOTE(ELEMENT_HEIGHT - FONT_W); sizeEx = QUOTE(FONT_H); - text = CSTRING(CancelSelection); + text = ECSTRING(common,Cancel); }; }; }; diff --git a/addons/interaction/stringtable.xml b/addons/interaction/stringtable.xml index 1367e1874be..bbf503d23f1 100644 --- a/addons/interaction/stringtable.xml +++ b/addons/interaction/stringtable.xml @@ -137,23 +137,6 @@ Lider ol Vezetés átvétele - - Cancel - Zrušit - Annuler - Cancelar - Annulla - Anuluj - Cancelar - Отменить - Abbrechen - 취소 - 中止 - 取消 - 取消 - Iptal - Mégse - DANCE! TANCUJ! diff --git a/addons/marker_flags/functions/fnc_placeFlag.sqf b/addons/marker_flags/functions/fnc_placeFlag.sqf index 5dd2abb3764..eed4c8090e5 100644 --- a/addons/marker_flags/functions/fnc_placeFlag.sqf +++ b/addons/marker_flags/functions/fnc_placeFlag.sqf @@ -32,7 +32,7 @@ GVAR(objectHeight) = MAX_HEIGHT; GVAR(isPlacing) = PLACE_WAITING; // Add info dialog for the player which show the controls -[LLSTRING(ActionPlace), LLSTRING(ActionCancel), LLSTRING(ActionAdjustHeight)] call EFUNC(interaction,showMouseHint); +[LLSTRING(ActionPlace), LELSTRING(common,Cancel), LLSTRING(ActionAdjustHeight)] call EFUNC(interaction,showMouseHint); private _mouseClickID = [_player, "DefaultAction", { GVAR(isPlacing) isEqualTo PLACE_WAITING diff --git a/addons/marker_flags/stringtable.xml b/addons/marker_flags/stringtable.xml index 85cf48882d2..55692854c36 100644 --- a/addons/marker_flags/stringtable.xml +++ b/addons/marker_flags/stringtable.xml @@ -14,23 +14,6 @@ 高さを調整する 调整高度 - - Cancel - Zrušit - Annuler - Cancelar - Annulla - Anuluj - Cancelar - Отмена - Abbrechen - 취소 - 中止 - 取消 - 取消 - Iptal - Mégsem - Pick Up Vyzvednutí diff --git a/addons/refuel/stringtable.xml b/addons/refuel/stringtable.xml index e85e022a119..14806492797 100644 --- a/addons/refuel/stringtable.xml +++ b/addons/refuel/stringtable.xml @@ -1,22 +1,6 @@ - - Cancel - Zrušit - Annuler - Cancelar - Cancella - Anuluj - Cancelar - Отменить - Abbrechen - 취소 - 中止 - 取消 - 取消 - Iptal - Check remaining fuel Zkontrolovat zůstatek paliva