From 20debaa89b97a805869ae51a9d5d6370f1ce4e5d Mon Sep 17 00:00:00 2001 From: Christophe Bourcier Date: Tue, 5 May 2015 16:01:23 +0200 Subject: [PATCH] Update translation files from Crowdin --- .../app-template/src/resources/CMakeLists.txt | 1 + .../src/resources/LightApp_msg_ja.ts | 35 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/AppQuickStart/app-template/src/resources/LightApp_msg_ja.ts diff --git a/src/AppQuickStart/app-template/src/resources/CMakeLists.txt b/src/AppQuickStart/app-template/src/resources/CMakeLists.txt index 43685546d..763c42ee4 100644 --- a/src/AppQuickStart/app-template/src/resources/CMakeLists.txt +++ b/src/AppQuickStart/app-template/src/resources/CMakeLists.txt @@ -26,6 +26,7 @@ SET(_ts_RESOURCES LightApp_images.ts LightApp_msg_en.ts LightApp_msg_fr.ts + LightApp_msg_ja.ts ) # --- rules --- diff --git a/src/AppQuickStart/app-template/src/resources/LightApp_msg_ja.ts b/src/AppQuickStart/app-template/src/resources/LightApp_msg_ja.ts new file mode 100644 index 000000000..f20e44cae --- /dev/null +++ b/src/AppQuickStart/app-template/src/resources/LightApp_msg_ja.ts @@ -0,0 +1,35 @@ + + + + + @default + + ABOUT_COPYRIGHT + Copyright (C) + + + ABOUT_CAPTION + About [Name_of_Application] + + + APP_NAME + [Name_of_Application] [SLOGAN] + + + APP_VERSION + V[VERSION] + + + ABOUT_LICENSE + License description + + + ABOUT_VERSION + Version [VERSION] + + + ABOUT_TITLE + [Name_of_Application] + + + -- 2.39.2