Salome HOME
0023059: [CEA 1492] AppQuickStart: invalid translation files
authorvsr <vsr@opencascade.com>
Tue, 28 Apr 2015 14:59:50 +0000 (17:59 +0300)
committervsr <vsr@opencascade.com>
Tue, 28 Apr 2015 14:59:50 +0000 (17:59 +0300)
src/AppQuickStart/app-quickstart.py
src/AppQuickStart/app-template/CMakeLists.txt
src/AppQuickStart/app-template/doc/README
src/AppQuickStart/app-template/doc/conf.py.in
src/AppQuickStart/app-template/doc/index.rst
src/AppQuickStart/app-template/doc/intro.rst
src/AppQuickStart/app-template/resources/SalomeApp.xml.in
src/AppQuickStart/app-template/resources/doc/README
src/AppQuickStart/app-template/src/resources/LightApp_msg_en.ts
src/AppQuickStart/app-template/src/resources/LightApp_msg_fr.ts
src/AppQuickStart/app-template/src/tests/README

index f04439da2880fc9606aeedd37c17998553753ba7..dce16fe6c46dcf7c6ba2eba264fb3b9c1556beb9 100755 (executable)
@@ -169,7 +169,7 @@ def profileReplaceStrings( src, dst, options ) :
                 l = l.replace( '[VERSION]', options.version )
                 l = l.replace( '[SLOGAN]', options.slogan )
                 l = l.replace( '[NAME_OF_APPLICATION]', options.name.upper() )
-                l = l.replace( '<Name_of_Application>', options.name )
+                l = l.replace( '[Name_of_Application]', options.name )
                 l = l.replace( '(name_of_application)', options.name.lower() )
                 fout.write( l )
 
index c857705cd591e41a4c8c476099fc7e447016faf8..1ce9f9ef4c0059f8b1ce856d2edb97bb5eab9837 100644 (file)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8 FATAL_ERROR)
-PROJECT(Salome_<Name_of_Application>_Profile C CXX)
+PROJECT(Salome_[Name_of_Application]_Profile C CXX)
 
 # Ensure a proper linker behavior:
 CMAKE_POLICY(SET CMP0003 NEW)
@@ -48,7 +48,7 @@ ENDIF(EXISTS ${KERNEL_ROOT_DIR})
 # User options
 # ============
 OPTION(SALOME_BUILD_TESTS "Build SALOME tests" ON)
-OPTION(SALOME_BUILD_DOC "Generate SALOME <Name_of_Application> documentation" ON)
+OPTION(SALOME_BUILD_DOC "Generate SALOME [Name_of_Application] documentation" ON)
 
 IF(SALOME_BUILD_TESTS)
   ENABLE_TESTING()
index f5406ebfa69d93ce2aba69d0a63685ab7011ca7d..843a1fac637c5d9badfd422f03fdbe99278bdfbe 100644 (file)
@@ -1 +1 @@
-This directory contains the sources of <Name_of_Application>'s documentation
+This directory contains the sources of [Name_of_Application]'s documentation
index c222fe4fee3381eb0a8300c89755606623274c2f..580bdac9ca4f4ded320c72ba33dc0b13fb165c82 100644 (file)
@@ -166,7 +166,7 @@ latex_font_size = '10pt'
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
 latex_documents = [
-  ('index', '(name_of_application).tex', '<Name_of_Application> User Documentation', 'A. Ribes', 'manual')
+  ('index', '(name_of_application).tex', '[Name_of_Application] User Documentation', 'A. Ribes', 'manual')
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
index cb2b308ac5f6900970ad509fe38633c959c758f1..05713b9dce63ac89cabbbd00083acf9f13be04e8 100644 (file)
@@ -1,6 +1,6 @@
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-<Name_of_Application>'s documentation 
+[Name_of_Application]'s documentation 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 Outline
index e2baa234e175f1a6f028df73781ce1e4e2bfc1e0..35461a67a3be5b43bb9785870a9791d62d067013 100644 (file)
@@ -1,4 +1,4 @@
 Introduction
 ==========================================
 
-Welcome to <Name_of_Application>'s documentation!
+Welcome to [Name_of_Application]'s documentation!
index 3a992ce480f09ebf9d70e69db927d5faca9e6752..fdf732553eb6a623c3a458266336dd28653e19b6 100644 (file)
@@ -17,7 +17,7 @@
     <parameter name="standalone" value=""/>
   </section>
   <section name="splash">
-    <parameter name="image" value="%<Name_of_Application>_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)_profile/splash.png"/>
+    <parameter name="image" value="%[Name_of_Application]_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)_profile/splash.png"/>
     <parameter name="text_colors" value="#ffffff|#000000"/>
     <parameter name="show_percents" value="yes"/>
     <parameter name="show_progress" value="yes"/>
@@ -25,6 +25,6 @@
     <parameter name="font" value="Xirod,12,normal"/>
   </section>
   <section name="resources">
-    <parameter name="LightApp" value="%<Name_of_Application>_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)_profile"/>
+    <parameter name="LightApp" value="%[Name_of_Application]_PROFILE_ROOT_DIR%/share/salome/resources/(name_of_application)_profile"/>
   </section>
 </document>
index 8f54bbbb47027a523b11113fc6729d439842e4c8..4a8ab2baddd382a18fe29b0fe790865d747161ca 100644 (file)
@@ -1 +1 @@
-This directory contains binaries of <Name_of_Application>'s documentation
+This directory contains binaries of [Name_of_Application]'s documentation
index 4f7dfa1985bd5c8534585fdc67be906f8c9805e2..4f925315972f882299edb9281386c57469235cb5 100755 (executable)
@@ -9,11 +9,11 @@
     </message>
     <message>
         <source>ABOUT_CAPTION</source>
-        <translation>About <Name_of_Application></translation>
+        <translation>About [Name_of_Application]</translation>
     </message>
     <message>
         <source>APP_NAME</source>
-        <translation><Name_of_Application> [SLOGAN]</translation>
+        <translation>[Name_of_Application] [SLOGAN]</translation>
     </message>
     <message>
         <source>APP_VERSION</source>
@@ -29,7 +29,7 @@
     </message>
     <message>
         <source>ABOUT_TITLE</source>
-        <translation><Name_of_Application></translation>
+        <translation>[Name_of_Application]</translation>
     </message>
 </context>
 </TS>
index ca802094db3a5e6d98927a3b0339006ea9a4d8f9..2e12751654d8114ed3bb2f47be76c95fc156770a 100755 (executable)
@@ -9,11 +9,11 @@
     </message>
     <message>
         <source>ABOUT_CAPTION</source>
-        <translation>A propos de <Name_of_Application></translation>
+        <translation>A propos de [Name_of_Application]</translation>
     </message>
     <message>
         <source>APP_NAME</source>
-        <translation><Name_of_Application> [SLOGAN]</translation>
+        <translation>[Name_of_Application] [SLOGAN]</translation>
     </message>
     <message>
         <source>APP_VERSION</source>
@@ -29,7 +29,7 @@
     </message>
     <message>
         <source>ABOUT_TITLE</source>
-        <translation><Name_of_Application></translation>
+        <translation>[Name_of_Application]</translation>
     </message>
 </context>
 </TS>
index ef5ad8fa0ebef94c91ea842e701bfc44cb816886..eae0f58bff68dc3e314cc2e3a73d9c56f8572881 100644 (file)
@@ -1 +1 @@
-This directory contains the tests of <Name_of_Application>
+This directory contains the tests of [Name_of_Application]