Salome HOME
Update translation files from Crowdin cbr/crowdin_V7_6_BR
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 5 May 2015 14:01:23 +0000 (16:01 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Tue, 5 May 2015 14:01:23 +0000 (16:01 +0200)
src/AppQuickStart/app-template/src/resources/CMakeLists.txt
src/AppQuickStart/app-template/src/resources/LightApp_msg_ja.ts [new file with mode: 0644]

index 43685546ddcce157ac0e0b3aa5c71dd5f4752276..763c42ee4cf9edc009c6ae2023b1256acf71524f 100644 (file)
@@ -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 (file)
index 0000000..f20e44c
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ja" sourcelanguage="en">
+  <context>
+    <name>@default</name>
+    <message>
+      <source>ABOUT_COPYRIGHT</source>
+      <translation>Copyright (C)</translation>
+    </message>
+    <message>
+      <source>ABOUT_CAPTION</source>
+      <translation>About [Name_of_Application]</translation>
+    </message>
+    <message>
+      <source>APP_NAME</source>
+      <translation>[Name_of_Application] [SLOGAN]</translation>
+    </message>
+    <message>
+      <source>APP_VERSION</source>
+      <translation>V[VERSION]</translation>
+    </message>
+    <message>
+      <source>ABOUT_LICENSE</source>
+      <translation>License description</translation>
+    </message>
+    <message>
+      <source>ABOUT_VERSION</source>
+      <translation>Version [VERSION]</translation>
+    </message>
+    <message>
+      <source>ABOUT_TITLE</source>
+      <translation>[Name_of_Application]</translation>
+    </message>
+  </context>
+</TS>