From 385c59f19f71b080ca21f16322046db8165e55ff Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 15 Dec 2017 14:20:44 +0100 Subject: German translation --- CMakeLists.txt | 19 ++++++++++--------- src/i18n/de.ts | 30 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 src/i18n/de.ts diff --git a/CMakeLists.txt b/CMakeLists.txt index c8ca1ac..b872522 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,6 +13,16 @@ set(CMAKE_CXX_STANDARD 11) # Some cmake versions can't understand the CMAKE_CXX_STANDARD option above? SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11" ) +# +# Qt5 +# +FIND_PACKAGE(Qt5 COMPONENTS Widgets LinguistTools REQUIRED) +FIND_PACKAGE(X11 REQUIRED) + +if(NOT X11_Xrandr_FOUND) + MESSAGE( FATAL_ERROR "Cannot find xrandr libs" ) +endif() + set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) @@ -49,15 +59,6 @@ endif(BEAMERGUI_TSS) # ${CMAKE_CURRENT_BINARY_DIR} #) -# -# Qt5 -# -FIND_PACKAGE(Qt5 COMPONENTS Widgets REQUIRED) -FIND_PACKAGE(X11 REQUIRED) - -if(NOT X11_Xrandr_FOUND) - MESSAGE( FATAL_ERROR "Cannot find xrandr libs" ) -endif() QT5_WRAP_UI(BEAMERGUI_UI_HEADERS ${BEAMERGUI_UIS}) diff --git a/src/i18n/de.ts b/src/i18n/de.ts new file mode 100644 index 0000000..481a35e --- /dev/null +++ b/src/i18n/de.ts @@ -0,0 +1,30 @@ + + + + + TimeOutDialog + + + %v seconds + Reset in %v Sekunden + + + + Widget + + + Apply + Anwenden + + + + Do you want to keep this resolution? + Möchten Sie diese Auflösung beibehalten? + + + + Keep + Beibehalten + + + -- cgit v1.2.3-55-g7522