Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / locale / fr / LC_MESSAGES / smesh_migration.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C)
3 # This file is distributed under the same license as the Mesh package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: Mesh 8.3.0\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2017-12-11 15:10+0300\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=utf-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Generated-By: Babel 2.0\n"
19
20 # 8b450be120c04c63852ba74f04c81751
21 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:5
22 msgid "Modifing Mesh Python scripts from SALOME 6 and before"
23 msgstr ""
24
25 # c191d4032e124bbcad3e1a27bb60da68
26 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:7
27 msgid ""
28 "In SALOME 7.2, the Python interface for Mesh has been slightly modified "
29 "to offer new functionality:"
30 msgstr ""
31
32 # c6559f70691240a5aef7174d5e327ef4
33 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:10
34 msgid ""
35 "Scripts generated for SALOME 6 and older versions must be adapted to work"
36 " in SALOME 7.2 with full functionality."
37 msgstr ""
38
39 # 4d881c45770f40a09a91865a699977ae
40 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:12
41 msgid ""
42 "The compatibility mode allows old scripts to work in almost all cases, "
43 "but with a warning."
44 msgstr ""
45
46 # d41e76f89f924e589dbc84de5ec3ddad
47 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:14
48 msgid "See also :ref:`geompy_migration_page`"
49 msgstr ""
50
51 # 1efe6e67e0ec430eadb0271f23842008
52 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:16
53 msgid "**Salome initialisation must always be done as shown below**"
54 msgstr ""
55
56 # 9c348713eaca4318bb1e2c2c225ab5d9
57 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:18
58 msgid "*salome_init()* can be invoked safely several times): ::"
59 msgstr ""
60
61 # d2d92cf52cb44cff8a02b8bf756b2955
62 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:24
63 msgid "**smesh initialisation is modified.** the old mode (from dump): ::"
64 msgstr ""
65
66 # 6b5cd21311fa4798a3bf0f3d1a1f80f7
67 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:31
68 msgid "the new mode: ::"
69 msgstr ""
70
71 # 24b8a6c845ff4041b8f11283866191a8
72 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:39
73 msgid "**Of course,** from smesh import ***is no more possible.**"
74 msgstr ""
75
76 # 9b9222f01b9249849ac872974d58b652
77 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:41
78 msgid "You have to explicitely write **smesh.some_method()**."
79 msgstr ""
80
81 # a7240003d98a46ae8ebf825bf077fd1c
82 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:43
83 msgid ""
84 "**All algorithms have been transferred from the namespace **smesh** to "
85 "the namespace **smeshBuilder**.**"
86 msgstr ""
87
88 # eec70a6104e74f0bb2f58d8b85be9b84
89 # 17ef07996c744b0192b5e5ac93cb7df6
90 # f8384e1dcbed4defbb18f5e607248983
91 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:45
92 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:72
93 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:100
94 msgid "For instance: ::"
95 msgstr ""
96
97 # 1af4f091cd9045efba22b4b0858e269c
98 # 04a637b826654124b013ac82d2507d5e
99 # 4f13be19ae8a4447b7480725e6fb0502
100 # 6720b8ab6d1e4a22a22784d6c1d87752
101 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:50
102 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:79
103 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:93
104 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:109
105 msgid "is replaced by: ::"
106 msgstr ""
107
108 # 2186520416684b1f810a3bbcba6e641b
109 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:55
110 msgid ""
111 "StdMeshers algorithms concerned are **REGULAR, PYTHON, COMPOSITE, "
112 "MEFISTO, Hexa, QUADRANGLE, RADIAL_QUAD**."
113 msgstr ""
114
115 # ca97ecd8ffc74d798b1c512b44fb6b95
116 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:57
117 msgid ""
118 "SMESH Plugins provide such algorithms as: **NETGEN, NETGEN_FULL, "
119 "FULL_NETGEN, NETGEN_1D2D3D, NETGEN_1D2D, NETGEN_2D, NETGEN_3D**."
120 msgstr ""
121
122 # 7d46f8f2323149b1868d0aa2c1e9a9db
123 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:59
124 msgid ""
125 "If you use DISTENE plugins, you also have **BLSURF, GHS3D, GHS3DPRL, "
126 "Hexotic**."
127 msgstr ""
128
129 # 7bc97e73995041d68de5ade0778367a5
130 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:61
131 msgid ""
132 "**Some variables were available in both namespaces **smesh** and "
133 "**SMESH**."
134 msgstr ""
135
136 # e7f851707d834a95809cff62b1460dfb
137 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:63
138 msgid "Now they are available only in namespace **SMESH****."
139 msgstr ""
140
141 # 3711be03d0e14332b0fed16e6c91a35e
142 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:65
143 msgid ""
144 "The dump function used only the namespace **SMESH**, so, if your script "
145 "was built with the help of the dump function, it should be already OK in "
146 "this respect."
147 msgstr ""
148
149 # 946aaace91cb49c58880a4716992f2bb
150 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:70
151 msgid "The most used variables concerned are:"
152 msgstr ""
153
154 # c8c14de4af5e49a2a06570f1d6887a46
155 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:69
156 msgid "**NODE, EDGE, FACE, VOLUME, ALL.** **FT_xxx, geom_xxx, ADD_xxx...**"
157 msgstr ""
158
159 # a4b07f8af4e54fc4b398dfac4f308a0b
160 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:87
161 msgid ""
162 "**The namespace **smesh.smesh** does not exist any more, use **smesh** "
163 "instead.** For instance: ::"
164 msgstr ""
165
166 # f954da1e12334a6996f1ea8471dc8332
167 #: ../../../../../../../SRC/SMESH_SRC/doc/salome/gui/SMESH/input/smesh_migration.rst:98
168 msgid ""
169 "**If you need to import a %SMESH Plugin explicitely, keep in mind that  "
170 "they are now located in separate namespaces.**"
171 msgstr ""
172