Skip to content

Commit

Permalink
Release version 5.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
YvanFournier committed May 6, 2019
1 parent 037c578 commit 2fad3db
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,5 +1,5 @@

Release 5.0.10 (unreleased)
Release 5.0.10 (May 6 2019)
===========================

Bug fixes
Expand Down
136 changes: 135 additions & 1 deletion po/fr.po
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: code-saturne\n"
"Report-Msgid-Bugs-To: saturne-support@edf.fr\n"
"POT-Creation-Date: 2018-09-26 17:57+0200\n"
"POT-Creation-Date: 2019-05-06 15:56+0200\n"
"PO-Revision-Date: 2012-01-26 12:00+0100\n"
"Last-Translator: Code_Saturne <saturne-support@edf.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
Expand Down Expand Up @@ -1266,6 +1266,9 @@ msgstr ""
"Coordonnées cylindriques ou sphériques avec unité\n"
"d'angle non définie ou inconnue (-> on suppose des radians)\n"

msgid "CGNS: unhandled NGON_n element in MIXED section\n"
msgstr ""

#, c-format
msgid ""
"\n"
Expand Down Expand Up @@ -1822,6 +1825,94 @@ msgstr ""
"La fin de spécification de la liste des noeuds du fichier\n"
"\"%s\" n'est pas présente à l'emplacement attendu.)"

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The information on physical groups form \"numPhysicalNames\"."
msgstr ""

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The description of entity <%d> physical group was expected in the form "
"\"dimension tag names\"."
msgstr ""

#, c-format
msgid ""
"The end of the physical names specification of file\n"
"\"%s\" is not present at the expected place.)"
msgstr ""

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The information on entities form \"numPoints numCurves numSurfaces numVolumes"
"\"."
msgstr ""

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The information on entities does not seem to match the spec."
msgstr ""

#, c-format
msgid ""
"The end of the entities specification of file\n"
"\"%s\" is not present at the expected place.)"
msgstr ""
"La fin de spécification de la liste des entités du fichier\n"
"\"%s\" n'est pas présente à l'emplacement attendu.)"

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The information on node counts was expected in the form \"numEntityBlocks "
"numNodes\"."
msgstr ""
"Erreur au décodage de la ligne %ld du fichier\n"
"\"%s\" :\n"
"L'information sur le nombre de noeuds était attendue sous la forme"
"\"numEntityBlocks numNodes\"."

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The description of entity <%d> points was expected in the form \"tagEntity "
"dimEntity parametric numNodes\"."
msgstr ""
"Erreur au décodage de la ligne %ld du fichier\n"
"\"%s\" :\n"
"La description des points de l'entité <%d> était attendue sous la forme "
"\"tagEntity dimEntity parametric numNodes\"."

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The point <%ld> label was expected in the form \"label\"."
msgstr ""
"Erreur au décodage de la ligne %ld du fichier\n"
"\"%s\" :\n"
"On attendait le label du point <%ld> sous la forme \"label\"."

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The point <%ld> coordinates were expected in the form \"x y z\"."
msgstr ""
"Erreur au décodage de la ligne %ld du fichier\n"
"\"%s\" :\n"
"On attendait les coordonnées du point <%ld> sous la forme \"x y z\"."

#, c-format
msgid ""
"Error reading a Gmsh mesh file:\n"
Expand Down Expand Up @@ -1865,6 +1956,30 @@ msgstr ""
"La fin de spécification de la liste des éléments du fichier\n"
"\"%s\" n'est pas présente à l'emplacement attendu.)"

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The information on element counts was expected in the form \"numEntityBlocks "
"numElements\"."
msgstr ""
"Erreur au décodage de la ligne %ld du fichier\n"
"\"%s\" :\n"
"L'information sur le nombre d'éléments était attendue sous la forme "
"\"numEntityBlocks numElements\"."

#, c-format
msgid ""
"Error decoding line %ld of file\n"
"\"%s\" :\n"
"The description of entity <%d> elements was expected in the form \"tagEntity "
"dimEntity typeEle numElements\"."
msgstr ""
"Erreur au décodage de la ligne %ld du fichier\n"
"\"%s\" :\n"
"La description des éléments de l'entité <%d> était attendue sous la forme "
"\"tagEntity dimEntity typeEle numElements\"."

#, c-format
msgid ""
"\n"
Expand Down Expand Up @@ -10669,6 +10784,25 @@ msgid ""
"%s"
msgstr ""

#, c-format
msgid ""
"cg_poly_elements_partial_write() failed to write elements:\n"
"Associated writer: \"%s\"\n"
"Associated base: \"%s\"\n"
"Associated section name: \"%s\"\n"
"Associated range: [%llu, %llu]\n"
"%s\n"
msgstr ""

#, c-format
msgid ""
"cg_poly_section_write() failed to write polygonal elements:\n"
"Associated writer: \"%s\"\n"
"Associated base: \"%s\"\n"
"Associated section name: \"%s\"\n"
"%s"
msgstr ""

#, c-format
msgid ""
"cg_section_write() failed to write polygonal elements:\n"
Expand Down

0 comments on commit 2fad3db

Please sign in to comment.