From 392c0b904a56ea84f2069080ff1e3303cc775e00 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 May 2018 06:21:46 +0200 Subject: proto/wine: update translation --- proto-wine/CMakeLists.txt | 2 +- proto-wine/lang/nl_NL.ts | 18 ++++++++++++++---- proto-wine/lang/ru_RU.ts | 18 ++++++++++++++---- proto-wine/lang/stub.ts | 18 ++++++++++++++---- proto-wine/lang/zh_CN.ts | 18 ++++++++++++++---- 5 files changed, 57 insertions(+), 17 deletions(-) diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index 629f47f3..fe99267d 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT WIN32) add_custom_command( OUTPUT opentrack-wrapper-wine.exe.so DEPENDS ${wine-deps} - COMMAND ${SDK_WINE_PREFIX}/bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++14 -o + COMMAND ${SDK_WINE_PREFIX}/bin/wineg++ -g -DNOMINMAX -O2 -m32 -std=c++17 -fPIC -o opentrack-wrapper-wine.exe -I "${CMAKE_SOURCE_DIR}" -I "${CMAKE_BINARY_DIR}" ${wine-deps} ${my-rt}) diff --git a/proto-wine/lang/nl_NL.ts b/proto-wine/lang/nl_NL.ts index 4afcafa8..49051961 100644 --- a/proto-wine/lang/nl_NL.ts +++ b/proto-wine/lang/nl_NL.ts @@ -4,24 +4,34 @@ UICFTControls - FreeTrack settings FaceTrackNoIR - There are no settings necessary for the Wine protocol. - OK - Cancel + + wine + + Can't open shared memory mapping + + + + + wineDll + + Wine -- Windows layer for Unix + + + diff --git a/proto-wine/lang/ru_RU.ts b/proto-wine/lang/ru_RU.ts index 1fc4ce25..2ea9274b 100644 --- a/proto-wine/lang/ru_RU.ts +++ b/proto-wine/lang/ru_RU.ts @@ -4,24 +4,34 @@ UICFTControls - FreeTrack settings FaceTrackNoIR - There are no settings necessary for the Wine protocol. - OK - Cancel + + wine + + Can't open shared memory mapping + + + + + wineDll + + Wine -- Windows layer for Unix + + + diff --git a/proto-wine/lang/stub.ts b/proto-wine/lang/stub.ts index bcd7fb82..21185491 100644 --- a/proto-wine/lang/stub.ts +++ b/proto-wine/lang/stub.ts @@ -4,24 +4,34 @@ UICFTControls - FreeTrack settings FaceTrackNoIR - There are no settings necessary for the Wine protocol. - OK - Cancel + + wine + + Can't open shared memory mapping + + + + + wineDll + + Wine -- Windows layer for Unix + + + diff --git a/proto-wine/lang/zh_CN.ts b/proto-wine/lang/zh_CN.ts index bcd7fb82..21185491 100644 --- a/proto-wine/lang/zh_CN.ts +++ b/proto-wine/lang/zh_CN.ts @@ -4,24 +4,34 @@ UICFTControls - FreeTrack settings FaceTrackNoIR - There are no settings necessary for the Wine protocol. - OK - Cancel + + wine + + Can't open shared memory mapping + + + + + wineDll + + Wine -- Windows layer for Unix + + + -- cgit v1.2.3